/*

Theme Name: Circular Agronomics

Theme URI: https://www.beels.be

Description: Circular Agronomics Theme is fully customized and Dynamic. Circular Agronomics Theme supports widgets and multiple navigation.

Author: Beels

Version: 1.0

Tags: 

*/

@import url('../../../css-5');
@import url('../../../css-6');

@import url("css/bootstrap.min-1.css");
@import url("css/all-1.css");
/*
font-family: 'Poppins', sans-serif;
font-family: 'Roboto Slab', serif;
*/

body{
	font-family: 'Poppins', sans-serif;

}
h1{
	font-family: 'Roboto Slab', serif;
	color:#72402f;
	font-size:40px;
	margin-bottom:15px;
	font-weight:700;
}
.cb{
	/*font-weight: bold;*/
    border-radius: 5px;
    border-width: 2px;
    border-color: #8cc63f;
    border-style: solid;
    background: rgba(255,255,255,0.01);
    color: #8cc63f;
	font-size:16px;
	transition: all ease 0.5s;
	padding: 5px 10px;
}
.cb:hover{
	background:#8cc63f;
	color:#fff;
	text-decoration:none;
}
header{
	padding:25px 0 0 0;
	border-top:5px solid #8cc63f;
}
header .main_nav{
	margin-top: 55px;
}
header .main_nav ul{
	padding:0;
	margin:0;
	display:flex;
}
header .main_nav ul li{
    list-style: none;
    padding: 0;
    float: left;
	margin:0 7px;
	position:relative;
}
header .main_nav ul li a{
	font-family: 'Roboto Slab', serif;
	transition:all ease 0.5s;
	color:#72402f;
	font-size:14px;
	text-transform:uppercase;
	padding: 8px 7px;
    
}

header .main_nav ul li a:hover, header .main_nav ul li.current_page_item a{
	color:#8cc63f;
	text-decoration:none;
}
header .main_nav ul li.bordered_btn a{
	color:#72402f;
	border:2px solid #72402f;
	border-radius: 5px;
}
header .main_nav ul li.bordered_btn a:hover{
	background:#72402f;
	color:#fff;
}
header .main_nav ul li.solid_btn a{
	border-radius: 5px;
	background:#8cc63f;
	color:#fff;
	border:2px solid #8cc63f;
}

header .main_nav ul li ul{
    width: 250px;
    background: #fff;
    position: absolute;
    display: none;
    z-index: 99;
    border: 1px solid #fafafa;
    top: 25px;
}
header .main_nav ul li:hover ul{
	display:block;
}
header .main_nav ul li ul li{
    float: none;
    display: block;
    border-bottom: 1px solid #fafafa;
}
header .main_nav ul li ul li a{
	display:block;
}
header .main_nav ul li ul li a:hover{}


footer{
	padding:25px 0 0 0;
	background:#8cc63f;
	color:#fff;
	font-size:14px;
}
footer h3{
	color:#72402f;
	font-size:22px;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
}
footer h3 i{
	color:#fff;
	font-size:30px;
	margin-left:10px;
	
}
footer a{
	color:#fff;
	transition:all ease 0.5s;
}
footer a:hover{
	text-decoration:none;
	color:#72402f;
}
footer span{
	text-decoration:none;
	color:#72402f;
}
footer .bottom_landscape{
	background-image: url(images/bottom_landscape-1.jpg);
    background-size: 100% auto;
    background-position: top center;
    width: 100%;
    height: 275px;
    background-repeat: no-repeat;
	
}


input[type="text"], input[type="email"] {
	background: #fff;
    border: 1px solid #efefef;
    padding: 15px !important;
    border-radius: 5px;
    color: #8cc63f !important;
	font-family: 'Roboto Slab', serif;
	width:100%;
	margin-bottom:10px;
}
input[type="text"]:focus, input[type="email"]:focus {
	outline:none;	
}
textarea {
	background: #fff;
    border: 1px solid #efefef;
    padding: 15px !important;
    border-radius: 5px;
    color: #8cc63f !important;
	font-family: 'Roboto Slab', serif;
	width:100%;
	min-height:130px;
	max-height:130px;
	height:130px;
	margin-bottom:10px;
}
textarea{
	outline:none;	
}

input[type="submit"]{
	border-radius: 5px;
    background: #8cc63f;
    color: #fff;
    border: 2px solid #8cc63f;
    transition: all ease 0.5s;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    padding: 16px 25px 12px 25px  !important;
    margin: 0 !important;
	transition:all ease 0.5s;
}
input[type="submit"]:hover{
	background: #72402f;
	border:2px solid #72402f;
}

.postimg{
	margin-bottom:25px;
}
/**Wordpress Clasess Styling**/
.alignright{
	float:right;
	margin:0 0 10px 10px;
}
.alignleft{
	float:left;
	margin:0 10px 10px 0;
}
.aligncenter{
	float:none;
	margin:10px;
	max-width: 100%;
    height: auto;
}


/**Wordpress Clasess Styling**/

/***My Styling for theme****/
.mob-navbar-header {
	width: 30px !important;
	float: right;
	margin: 3px 20px 0 0;
	position: relative;
	z-index: 99;
	top: 25px;
	display:none;
}
.mob-navbar-header button, .mob-navbar-header button:focus {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	outline: none;
}
.mob-navbar-header .icon-bar {
	background: #8cc63f;
	height: 3px;
	margin-bottom: 4px;
	opacity: 1;
	transform: none;
	transition: all 0.5s ease 0s;
	width: 27px;
	display: block;
}
.mob-navbar-header .now .icon-bar:nth-child(1) {
	height: 3px;
	transform: rotate(45deg) translate(6px, 5px);
	transition: all 0.5s ease 0s;
	width: 22px;
	background: #8cc63f;
}
.mob-navbar-header .now .icon-bar:nth-child(2) {
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.mob-navbar-header .now .icon-bar:nth-child(3) {
	height: 3px;
	transform: rotate(-45deg) translate(5px, -4px);
	transition: all 0.5s ease 0s;
	width: 22px;
	background: #8cc63f;
}
.nav-open{
	display:block !important;
}
/****My Styling****/

/**Tabs Styling**/
.lvca-tab{
	display: inline-block;
	background:none !important;
	border-left:none !important;
	border-right:none !important;
	border-bottom:none !important;
	margin: 15px;
}
.lvca-tab-nav{
	text-align: center;
    display: inline-block !important;
    width: 100%;
}
.lvca-tab a{
	width:180px !important;
	height:180px !important;
	padding:0 !important;
}
.lvca-tab a img{
    height: 180px !important;
    width: 180px !important;
    max-width: 100% !important;
}
.lvca-tab-pane{
	border-radius:0px;
	background:#fff;
}
.lvca-tabs .lvca-tab-panes {
    position: relative;
    margin-top: 25px;
}
.lvca-tab.lvca-active{
	position:relative;
}
.lvca-tab.lvca-active:after{
	position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: #fff;
    bottom: -56px;
    left: 50%;
    margin-left: -16px;
    transform: rotate(45deg);
}

.case_circle{}
.case_circle ul{
	/*display: flex;*/
    text-align: center;
}
.case_circle ul li{
    display: inline-block;
    margin: 0 10px !important;
}
.case_circle ul li a{
	color: #fff;
    background: #72402f;
    width: 150px;
    height: 150px;
    display: table-cell;
    padding: 15px 10px;
    border: 3px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    transition: all ease 0.5s;
	font-weight: 500;
}
.case_circle ul li a:hover{
	text-decoration:none;
}
/**Tabs Styling**/

.vc_gitem_row{}
.vc_gitem_row p:empty{
	margin:0;
}

.vc_gitem_row .vc_gitem-post-data {
    margin-bottom: 5px;
}
.vc_gitem_row h4{
	margin:0;
}
.vc_gitem_row h4 a{
	font-size:26px;
	color:#72402f;
	transition:all ease 0.5s;
}
.vc_gitem_row h4 a:hover{
	color:#8cc63f;
}
.vc_gitem_row .vc_gitem-post-data-source-post_date{
	color:#8cc63f;
}
.vc_gitem_row .vc_gitem-post-data-source-post_excerpt{}
.read_more{}
.read_more a{
	color:#8cc63f !important;
	transition:all ease 0.5s;
}
.read_more a:hover{
	color:#72402f !important;
}
.cta_custom{font-family: 'Roboto Slab', serif;}
.bc{
	padding:7px 0;
	background-image: url(images/pattern-1.png);
	background-repeat:repeat;
	color:#333;
	text-align:left;
}
.bc a{
	color:#333;
	transition:all ease 0.5s;
}
.bc a:hover{
	color:#8cc63f;
	text-decoration:none;
}
.pagetitle{
	padding:30px 0;
}
.pagetitle h1{
    font-size: 26px;
    margin: 0;
    color: #fff;
	text-align:center;
	text-transform:uppercase;
}
#nl_header input[type="email"]{
	width:auto;
}


.single-contents img{
	max-width:100%;
	height:auto;
	display:block;
}
@media only screen and (max-width: 768px) {
	.lvca-tabs.lvca-mobile-layout .lvca-tab-nav{
		text-align:center;
	}
	.mob-navbar-header {
		display:block;
		z-index:9999;
	}
	header .main_nav{
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 999;
		padding:10px;
		background: rgba(255,255,255,0.98);
		
		top: 0;
		margin: 0;
	}
	nav.nav-open ul{
		display:block;
	}
	nav.nav-open ul li{
		display: block;
		float: none;
		margin-bottom: 10px;
	}
	nav.nav-open ul li a{
	    display: block;
    	padding: 10px;
		border-bottom: 1px solid #fafafa;
	}
	nav.nav-open ul li ul{
		background: #fff;
		width: 100%;
		position: relative;
		top: 0;
		display: block;
		z-index: 999;
		left: 0;
		padding: 0 0 0 25px;
		border: 0;
	}
	#nl_header{ margin-top: 10px !important;}
	#nl_header input[type="email"]{
		width: 200px;
		padding: 5px !important;
		height: 45px;
		float: left;
		margin-top: 15px !important;
		font-size: 14px !important;
		margin-left: -95px !important;
	}
	#nl_header input[type="submit"]{
		border-radius: 5px;
		background: #8cc63f;
		color: #fff;
		border: 2px solid #8cc63f;
		transition: all ease 0.5s;
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
		font-size: 16px;
		cursor: pointer;
		padding: 12px 25px 12px 25px !important;
		margin: 15px 0 0 4px !important;
		font-size: 14px !important;
		text-align: center !important;
	}
	.lvca-tabs.lvca-mobile-layout .lvca-tab-mobile-menu {
		display: none !important;
	}
	.lvca-tab-nav {
		text-align: left;
		display: block !important;
		width: 100%;
	}
	.lvca-tab a {
		width: 110px !important;
		height: 110px !important;
		padding: 0 !important;
	}
	.lvca-tab a img {
		height: 110px !important;
		width: 110px !important;
		max-width: 100% !important;
	}
	.lvca-tabs .lvca-tab-panes .lvca-tab-pane{
		padding:20px !important;
	}
	.lvca-tabs .lvca-tab-panes .lvca-tab-pane img{
		max-width:100%;
		height:auto;
		display:block;
	}
	.lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab{
		display:inline-block !important;
	}
	.lvca-tab{
		margin:5px !important;
	}
	#tabs_sec{
		padding-top: 0px !important;
    	padding-bottom: 20px !important;
	}
	h1{
		font-size:30px !important;
	}
	#body-content{
		padding-top: 0px !important;
    	padding-bottom: 20px !important;
	}
	#mainhead {
		margin-top: 5px !important;
	}
	footer .bottom_landscape {
		background-image: url(images/bottom_landscape-1.jpg);
		background-size: 100% auto;
		background-position: center bottom;
		width: 100%;
		height: 100px;
		background-repeat: no-repeat;
	}
	.footer-col{
		margin-bottom:25px;
	}
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
{ 
header .main_nav ul li a {
    font-size: 13px;
    padding: 8px 0px;
}
}

@media only screen and (width: 768px) {
	header .col-md-3{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	header .main_nav ul li.bordered_btn a {
		color: #72402f;
		border: none;
		border-radius: 5px;
	}
	header .main_nav ul li.bordered_btn a:hover {
		background: none;
		color: #8cc63f;
	}
	header .main_nav ul li.solid_btn a {
		border-radius: 5px;
		background: none;
		color: #72402f;
		border: none;
	}
	.lvca-tab-nav{
		text-align:center;
	}
}

@media only screen and (width: 375px) {
	.lvca-tab a {
		width: 98px !important;
		height: 98px !important;
		padding: 0 !important;
	}
	.lvca-tab a img {
		height: 98px !important;
		width: 98px !important;
		max-width: 100% !important;
	}
}

