/*
Theme Name: Gaea Child
Theme URI: http://bobbygulshan.com
Description: Gaea Child Theme for PLC
Author: Bobby Gulshan
Author URI: http://bobbygulshan.com
Template: Gaea
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain: gaea-child
*/

body{
	overflow-x:hidden;
}

.hero-slider{
	display: none;
}

.lead-block{
	background-image: none;
	background-color: #fff;
}

.home .container{
	width:100% !important;
	padding:0px;
}

/** Until finding out another way to drill down specificity, this is for th epanels on the front page */

#panel-690-2-0-0{
	background-color: #2d4e6b;
	color:white;
}

.partners-block{
	text-align: center;
}

.partners-block .widget-title, .partners-block .title-border{
	border-bottom: 0px;
	padding-bottom: 32px;
}

.home .mc-field-group{
	padding:16px;
}

.home .mc-field-group input{
	width:45%;
	height:32px;
	border:0px;
}

.home #mc_embed_signup_scroll{
	text-align: center;
	width:75%;
	margin: auto;
}

.home #mc-embedded-subscribe{
	margin-left: 16px;
	background-color: #49A6BD;
	color:white;
	border:0px;
	padding:16px;
}

.home .nav-tabs{
	border:0px;
	padding-bottom: 48px;
}

.site-top-footer{
	padding:50px;
}

/** Float featured image on blog single and product single & media query */

.single .img-thumbnail{
	display: inline-block;
	max-width: 50%;

}

.single .post-content{
	display: inline-block;
	float: right;
	width: 50%;
	padding: 16px;
}

@media(max-width: 767px){
	.single .img-thumbnail{
	display: block;
	max-width: 100%;

}

.single .post-content{
	display:block;
	float: none;
	width: 100%;
	padding: 16px;
}
}

/* Flexbos for events on front page */

.home .upcoming-events{
	display: flex;
}

.home .upcoming-events li{
	width:30%;
}

@media (max-width:767px){
		.home .upcoming-events{
		display: block;
	}

	.home .upcoming-events li{
		width:100%;
	}

}

.panel-widget-style.panel-widget-style-for-690-4-0-0, .home .nav.nav-tabs{
	background-color: #d7d7d7;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3{
	line-height: 1.25;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a{
	color:#000;


}

.post-type-archive-products .secondary-bar .big{
	display: none;
}
