/*
Theme Name: Willow Child
Theme URI: http://solopine.com/themes/willow/
Description: Willow Child Theme - Creative One Page Parallax Theme
Author: Solo Pine Design
Author URI: http://solopine.com/
Version: 1.7.2
License: GNU General Public License
License URI: license.txt
Tags: white, light, one-column, two-columns, right-sidebar, fixed-layout, custom-menu, editor-style, featured-images, microformats, translation-ready
Template: willow
*/

.light-scheme .hero-text-content {
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
}

.dark-scheme .hero-text-content {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
}

.hero-top-text {
	margin-top:0 !important; 
}

.bigTitleWhite {
	color:#ffffff;
}

.wpb_willow_portfolio_grid .portfolio-grid-filter a:hover, .wpb_willow_portfolio_grid .portfolio-grid-filter a.active {
	background-color:#5b4b52;
	border-color:#5b4b52;
}

.wpb_willow_portfolio_grid .portfolio-grid-post-view-project-button:hover {
	background-color:#90d1f2;
	border-color:#90d1f2;
}

@media only screen and (max-width: 419px) {
	#hero {display:none;}
	.wpb_willow_section_heading .section-title {
		font-size:24px;
		margin: 0 0 30px;
	}
	.wpb_willow_section_heading .section-title.small {
		font-size:10px;
	}
	.wpb_willow_big_title {
		font-size:24px;
	}
	.wpb_willow_big_title span {
		max-width:100%;
	}
	.wpb_willow_quotes_carousel .quote .quote-content {
		font-size:16px;
	}
}

.wpb_willow_portfolio_grid .portfolio-grid-post{
    position: static !important;
    margin-bottom: 60px;
    float: left;
}
.wpb_willow_portfolio_grid .portfolio-grid-post:nth-child(4n+1){clear:left;}