/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.single-post .content-wrapper {
	width: 1000px;
}

.single-post .content-wrapper #primary {
	width: 700px;
}

.hero.with-featured-image {
	width: 100%;
	background-size: 100%;
	background-color: #ffffff;
}

.navigation-wrapper {
	height: inherit;
	overflow-y: hidden;
}

.content-area {
	padding-top: 10px;
}

.single-post.sidebar-left .widget-area {
	margin-left: 0;
}

.single-post .widget-area {
	width: 200px;
	padding-top: 30px;
}

.page.home .has-post-thumbnail .entry-header {
	position: relative;
	color: #000;
	display: table;
	height: 55px;
	width: 100%;
	top: -79px;
	left: 0;
	background-color: rgba(255,255,255,0.7);
}

.page.home .has-post-thumbnail .entry-header .entry-title {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-left: 5px;
}

.page.home .has-post-thumbnail .entry-summary {
	position: relative;
	top: -60px;
}

.search-wrapper {
	background: #303030;
}

.page .more-link {
	display: none;
}

.navigation-classic .primary-navigation .menu-item-has-children:before {
	color: #303030;
}

.navigation-wrapper {
	background: #303030;
}

.entry-meta {
	color: #899A21;
	font-size: 12px;
	display: none;
}

h3 {
	padding: 0;
	margin: 0;
}

h4 {
	padding: 0;
	margin: 0;
}

.nav-links {
	display: none;
}

.entry-utility-prep-cat-links {
	display: none;
}

.hero-wrapper {
	width: 100%;
	margin: 0;
	background-color: rgba(0,0,0,0.7);
	position: relative;
}

.entry-content .gallery-row {
	margin: 0 auto;
}

.tab {
	margin-left: 40px;
}

.page-id-6730 ul {
	list-style: disc;
}

.tag .attachment-edin-featured-image {
	display: none;
}

/* CHILD PAGES, PRODUCT PAGE */
.page-child,
.page-id-6687,
.page-id-7076,
.page-id-7425,
.page-id-7411,
.page-id-7025,
.page-id-10874,
.page-id-10080,
.page-id-11991,
.page-id-11988,
.page-id-11984{
}	


.tag .hero-wrapper, 
.search-results .hero-wrapper {
	top: 0;
	background-color: rgba(0,0,0,0.2);
}

.category .hero-wrapper {
	top: 0;
	background-color: rgba(0,0,0,0.2);
}

/* Lightbox Fix */
#tooltip h3 { font-size: 1em; line-height: 1.5em; font-weight: normal; }

/* RESPONSIVE DESIGN */
@media screen and (max-width: 420px) {
	.home .hero.with-featured-image {
		height: 230px;
	}
	
	.hero.with-featured-image {
		height: 130px;
	}
}

@media screen and (max-width: 1000px) {
	.single-post .content-wrapper {
		width: 100%;
	}
	
	.single-post .content-wrapper #primary {
		width: 90%;
	}
}

@media screen and (min-width: 1020px) {
	.page.home .hero.with-featured-image {
		height: 630px;
	}
	
	.hero.with-featured-image {
		height: 300px;
	}
}

.column {
	float: left;
	width: 50%;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

blockquote {
    margin: 10px;
}

blockquote p {
    padding: 15px;
    background: #eee;
    border-radius: 5px;
	  font-size: 16px;
}

blockquote p::before {
    content: '\201C';
}

blockquote p::after {
    content: '\201D';
}

.display-posts-listing.image-top .listing-item {
	margin-bottom: 32px;
}

.display-posts-listing.image-top .listing-item .title {
	display: block;
	font-size: 22px;
	color: #000000;
	
}

.display-posts-listing.image-top .listing-item .excerpt-dash {
	display: none;
}

.wp-block-embed-youtube {
margin:0 auto;
}

