/*
 * Theme Name: Fine Agrochemicals
 *
 * Layout: Front-Page
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

.flexslider .slide {
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
}

.flexslider .slide-text {
	margin: 100px auto 50px auto;
	max-width: 1040px;
	min-width: 320px;
	padding: 0 60px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.flexslider .overlay {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-blend-mode: multiply;
    z-index: 1;
}

.flexslider .slide-title {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	margin-bottom: 0.4em;
	padding: 0;
	height: 58px;
	text-indent: -9999em;
	width: 100%;
}

.flexslider .slide-intro p {
	color: #fff;
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 1em;
	max-width: 500px;
}

.flex-control-nav {
    bottom: -50px !important;
}

.flex-control-paging li a {
	background: #76b729 !important;
}

.flex-control-paging li a.flex-active {
    background: #006126 !important;
}

.site-content {
	margin-top: 60px;	
}

.content-area .hentry {
	border-top: 1px solid #76b729;
	border-bottom: 1px solid #76b729;
	text-align: center;
	padding: 1.5em 0;
	margin: 0;
}

.content-area .hentry p {
	font-size: 24px;
	font-size: 1.5rem;
}

.content-area .hentry p:last-child {
    margin: 0;
}

.content-area .entry-content {
    margin: 0;
}

.widget-area {
	text-align: center;
	margin: 2em 0 0.5em 0;
}

.widget_text {
    display: inline-block;
	margin-right: 03.54%;
	margin-bottom: 03.54%;
}

.widget_text:nth-of-type(3n) {
    margin-right: 0;
}

@media screen and (max-width: 800px) {
	.flexslider .slide-text {
		padding: 0 50px;
	}
	.flexslider .slide-intro {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 600px) {
	.flexslider .slides {
    	height: 340px;
    	min-height: 340px;
	}
	.flexslider .slide {
		height: 100% !important;
	}
	.flexslider .slide-title {
		background-position: center center;
	}
	.flexslider .slide-text {
		margin: 60px auto 30px auto;
		padding: 0 50px;
		text-align: center;
	}
	.flexslider .slide-intro p {
		font-size: 19px;
		font-size: 1.1875rem;
	}	
}