/*

PLEASE READ

1. Add comments here to help everyone understand what edits have been made in CSS.

2. Format of comments:
[General Blog Area]
[Description of what has been changed]

*/



/*
BLOG POSTS
Removes the default bolded font-weight on the blog post tags
*/
.single-post .post .entry-header .entry-cats, .single-post .post .entry-meta span.meta-title {
	font-weight: normal;
}

/*
BLOG POSTS
Removes the default bolded font weight on the author credits ("written by ___")
*/
.single-post .entry-header a {
	font-weight: normal;
}

/*
BLOG POSTS
Removes the link next to the blog post date link that allows for post and entry editing
*/
.entry-edit:before,.post-edit-link,.leave-reply,.entry-edit:before,.entry-comments::before, .entry-author {
	display: none;
}

/*
BLOG POSTS
Removes the default italic font style on the blog post publish date and increases the size of the text from 0.625 to 0.85
*/
.single-post .entry-header .entry-date, .single-post .entry-header .entry-comments, .single-post .entry-header .entry-edit, .attachment .entry-header .entry-date, .attachment .entry-header .entry-size, .attachment .entry-header .entry-edit {
	font-style: normal;
	font-size: .85rem;
}


/* 
BLOG FRONT PAGE
Removes all of the default italic text style
*/
.rp-big-one-content .entry-author span,.rp-medium-two-content .entry-author, .rp-medium-two-content .entry-comments, .rp-medium-two-content .entry-date, .rp-medium-two-content .entry-cats, .rp-big-one-content .entry-author, .rp-big-one-content .entry-comments, .rp-big-one-content .entry-date, .rp-big-one-content .entry-cats, .rp-big-two-content .entry-footer, .rp-color .entry-footer {
	font-style: normal;
	font-size: .85rem;
}

/* BLOG SIDEBAR
Remove italics text style
*/
.blog .post .entry-meta, .archive .post .entry-meta, .search-results .entry-meta,.rp-small-one-content .entry-date, .rp-medium-one-content .entry-date, .rp-color .entry-cats {
	font-style: normal;
}

/* BLOG MAIN NAV 
Decrease text size
*/
#site-nav ul li a {
	font-size: 1rem;
	color: #0a2b14;
}
/* BLOG TOP NAV 
Change color
*/
#header-top-nav ul li a {

color: #0a2b14;
}

/* BLOG AUTHOR CREDITS
Remove the author credits
*/
.entry-author {
	display: none !important;
}

/* BLOG FRONT PAGE 
Remove entry comments from description
*/
.entry-comments {
	display: none !important;
}

/* BLOG FRONT PAGE
customize font of blog entry categories
*/
.entry-cats {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 450;
}

/* LOGO
Center logo
*/
@media screen and (min-width: 1260px) {
	#site-header {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
}

/* MAIN NAV
Decrease the white space between main nav and logo/slider
*/
#site-nav {
	padding: 30px 0;
}

/*BLOG FRONT PAGE
Remove date from Featured Posts Carousel and Post links
*/
#featured-content .entry-date, .rp-big-one .entry-date,#featured-content .entry-date,.rp-medium-two-content .entry-date {
	display: none !important;
}

/*BLOG FRONT PAGE
Remove date and tags from Home Tours section*/
.entry-footer, .entry-cats {
	display:none;

}

@media screen and (min-width: 1260px){
#site-title {
    padding: 15px 0 20px 0;
    width: 40%;
    float: none;
    margin: 0 auto;
}
}
#site-title h1 {
    display: none;
}
#site-title h2.site-description {
    display: none !important;
}
.site-description{
	display:none;
}
.flex-viewport {
    max-height: 850px;
}