/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 3.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.popup-wrapper,
.popup-wrapper-2 {
    position: fixed;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 175px;
    padding: 15px;
    transition: all 0.25s ease;
    opacity: 0;
}

.popup-wrapper.open,
.popup-wrapper-2.open {
    z-index: 9999;
    opacity: 1;
}

.popup-body,
.popup-body-2 {
    height: 100%;
    padding: 15px;
    background-color: #f3f3f3;
    overflow: auto;
    border: solid thin;
    border-radius: 5px;
}

.popup-body-header,
.popup-body-header-2 {
    color: #610807;
    font-weight: bold;
}

.overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all 0.25s ease;
    opacity: 0;
}

.overlay.open {
    z-index: 9998;
    opacity: 1;
}

a:before{
	border:0 !important;
}

.agri-toggle .toggler, .agri-toggle .toggler:hover {
	padding: 10px 0!important;
	background: transparent !important;
	border-top: 0;
	border-bottom: 1px solid white;
	color: white !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

.agri-toggle .toggle_content {
	background: transparent !important;
	padding: 0;
	padding-top: 15px;
	border-bottom: 0;
}

.agri-toggle .toggle_content p {
	font-size: 16px !important;
	color: white;
	font-weight: 300 !important;
	letter-spacing: 1px;
}

.agri-toggle section:not(:last-child) {
	margin-bottom: 20px;
}

.agri-toggle .toggle_icon{
	width: 20px;
	height: 20px;
	border: 0;
	background: white;
	margin-top: -10px;
	right: 0px;
}

.agri-toggle .toggle_icon span{
	border-color: #A02710;
}

.agri-toggle .toggle_icon .hor_icon{
	width: 8px;
}

.agri-toggle .toggle_icon .vert_icon{
	height: 8px;
}

.product-families-container div.product-family-option {
    transition: all 0.25s ease
}

.product-families-container div.product-family-option:hover, .filter-active-on-parent {
    transform: scale(1.1);
}

@media(min-width: 767px)
{
    .product-families-container div.product-family-option:hover, .filter-active-on-parent {
        transform: scale(1.2);
        margin-left: 19px !important;
        margin-right: 19px !important;
    }
}

div#footer {
	background: #001f5b;
	color: white !important;
	border: 0;
}

#footer h3.widgettitle {
	color: white !important;
	font-size: 22px !important;
	text-transform: none;
}

#footer p.p1 {
    color: black !important;
}

#footer p {
	font-weight: 300 !important;
	font-size: 16px !important;
	letter-spacing: 0.5px;
}

#footer p strong {
	color: white;
}

#footer ul.menu a {
	color: black;
	font-weight: 300;
	font-size: 16px;
}

#footer ul.menu a:before {
	content: "» ";
}

#footer .news-content strong, #footer .news-time {
	color: white !important;
}

/* #text-4 div.textwidget {
    color: black !important;
} */

/* #text-4 div.textwidget strong {
    color: black !important;
}
 */
.sub_menu_socket {
	display: none;
}

#socket .copyright {
	float: unset;
	color: white !important;
}

footer#socket {
	text-align: center !important;
	border: 0;
	background: #585857;
	color: #151515 !important;
	font-size: 14px;
}

.home-contact-form input, .home-contact-form textarea {
	background: transparent !important;
	border: 0 !important;
	padding: 10px 0 !important;
	border-bottom: 1px solid #A02710 !important;
	border-radius: 0px !important;
	font-size: 16px;
	font-weight: 300;
	color: #606060;
}

.home-contact-form ::placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #999;
}

.home-contact-form {
	padding: 40px;
	padding-top: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.home-contact-form .form_element_half {
	width: calc(50% - 15px);
	margin-left: 30px;
}

.home-contact-form input[type="submit"] {
	background: #A02710 !important;
	border-radius: 30px !IMPORTANT;
	font-weight: bold;
	font-size: 16px;
	padding: 13px 30px !important;
	color: white !important;
}

.home-contact-form fieldset{
	margin-bottom: 0px !important;
}

h4.av_iconlist_title.iconlist_title.av_inherit_color {
	text-transform: none;
	margin-top: 6px;
}

.iconlist_content_wrap p {
	margin-top: 8px;
	font-size: 16px !important;
}

.iconlist_icon .iconlist-char::before {
	font-size: 23px;
	vertical-align: middle;
}

.home-contact-form .form_element_half.first_form {
	margin-left: 0px;
}

.home-contact-form input:focus, .home-contact-form textarea:focus {
	box-shadow: none !important;
}

.home-contact-form input, .home-contact-form textarea {
	font-size: 16px !important;
	color: #606060 !important;
}

.home-contact-form label.input_checkbox_label {
	font-size: 14px !important;
	font-weight: normal !important;
	color: #606060;
	line-height: 1.5em !important;
}

.margin-bottom-0{
	margin-bottom: 0px !important;
}

.avia-testimonial_inner{
	background: white;
	border-radius: 10px;
	padding: 40px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

strong.avia-testimonial-name{
	font-size: 16px !important;
	width: 100px;
}

#top .av-large-testimonial-slider .avia-slideshow-arrows a {
	top: 50%;
	color: WHITE;
	opacity: 0.5;
	transform: translateY(-50%);
}

#top .av-large-testimonial-slider.testimonials-dark-arrow .avia-slideshow-arrows a {
	color: black;
	opacity: 0.2;
}

#top .av-large-testimonial-slider .avia-slideshow-arrows a:before{
	font-size: 40px !important;
	font-weight: normal !important;
}

@media(max-width: 767px)
{
	.avia-testimonial{
		padding: 0 !important;
	}
	#top .av-large-testimonial-slider .avia-slideshow-arrows a{
		top: 115%;
	}
	/*a.prev-slide{
		right: 50%;
	}
	a.next-slide{
		left: 50%;
	}*/
	.avia-testimonial_inner{
		padding: 25px;
	}
	.toggle_content > table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.logo img {
	max-height: 60px;
	margin-top: 15px !important;
}

@media(max-width: 767px){
	.logo img{
		max-height: 50px !important;
		margin-top: 0px !important;
	}
}

.agri-page-title h1{
	text-transform: none !important;
	font-weight: bold !important;
}

.avia-tooltip {
	background: #FFFFFF;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	width: 350px;
	padding: 20px;
	font-size: 14px;
	color: #606060;
}

.avia-tooltip strong{
	font-size: 16px;
	color: #454545;
}

.avia-tooltip .avia-arrow{
	background: white;
}


.avia-bg-style-scroll {
	background-size: cover;
}

.strong-point img{
	max-height: 50px;
	width: auto;
}

.strong-point p{
	margin-bottom: 0px;
}

.avia-team-member img {
	border-radius: 500px;
}

.avia-team-member {
	text-align: center;
}

h3.team-member-name {
	font-size: 20px !important;
}

.team-member-job-title.av_opacity_variation {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.8px;
	margin-top: 5px;
}


.team-member-description p {
	font-size: 16px !important;
	margin-top: 5px;
}

h4{
	font-weight: bold !important;
}

.technology-img img{
	height: 200px;
}

.technology-col{
	background-size: cover !important;
}

.tech-list-box > div>div{
	background: #FFFFFF;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 40px !important;
}

.tech-list-box p{
	margin-bottom: 0px;
}

.tech-list-box strong{
	text-transform: none !important;
}

.tech-list-box img{
	height: 130px;
	width: auto;
}

.error404 {
	background: url(./includes/404bg.jpg) !important;
	background-size: cover !important;
	background-position: center !important;
}

.error404 .template-page{
	width: 100% !important;
	border-right: 0;
}


.agri-breadcrumbs .breadcrumb{
	z-index: 10;
	line-height: 20px;
	font-size: 11px;
	position: relative;
	right: auto;
	top: auto;
	margin-top: auto;
	display: table;
	margin: 0 auto;
	color: white;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.8px;
	margin-top: 20px;
	background: transparent;
	padding: 0;
}

.agri-breadcrumbs .breadcrumb a{
	color: white;
}

.agri-breadcrumbs .breadcrumb a:hover{
	text-decoration: none;
}

.agri-breadcrumbs .breadcrumb .sep{
	overflow: visible;
	width: 10px;
	text-align: center;
}

.agri-breadcrumbs .breadcrumb .breadcrumb-trail{
	float: none !important;
	display: inline-block !important;
	text-align: center;
	position: relative !important;
}

.agri-breadcrumbs .breadcrumb .breadcrumb-trail span{
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}

.agri-breadcrumbs .breadcrumb .breadcrumb-trail span.trail-before {
	display: none!important;
}

.tech-list-box .template-page
{
	width: auto !important;
}

#top div .avia-gallery .avia-gallery-big, #top div .avia-gallery img{
	border: 0;
}

.avia-data-table.avia_pricing_minimal th, .avia-data-table.avia_pricing_minimal td{
	padding: 15px 0;
	font-size: 16px;
	border: 0;
	border-bottom: 1px solid #C0C0C0;
}

.avia-data-table.avia_pricing_minimal tr:last-child td{
	border: 0;
}

#top .main_color .avia-data-table.avia_pricing_minimal th
{
	text-transform: none;
	letter-spacing: 0;
	background: transparent;
}

#top .main_color .avia-data-table.avia_pricing_minimal
{
	background: transparent;
}

.container404{
	height: 80vh;
}

.container404 p{
	font-size: 24px !important;
	color: white !important;
}

.container404 strong{
	font-size: 180px;
	line-height: 1em;
	color: white;
	margin-bottom: 50px;
}

.container404 .entry-content{
	text-align: center;
	padding-top: 15vh;
	margin-bottom: 45px;
}

.container404{
	text-align: center;
}

.container404 a, .container404 a:hover{
	font-size: 20px;
	font-weight: bold;
	color: white;
	border: 1px solid white !important;
	padding: 13px 40px;
	border-radius: 50px;;
	line-height: 1em;
	text-decoration: none;
}

.search-post-img{
	width: 200px;
	height: 120px !important;
	border-radius: 5px;
	background-size: cover;
}

.search-wrapper{
	padding-left: 20px !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
	width: calc(100% - 200px) !important;
}

.search-wrapper p{
	margin: 0;
}

.search-content{
	width: 100% !important;
	border-right: 0;
}

.search-content h2{
	font-size: 24px !important;
	color: #151515;
	margin-bottom: 0px;
}

.search-content p{
	color: #606060;
}

.search-post-flex{
	display: flex;
	margin-bottom: 30px;
}

.search-btn{
	font-size: 16px;
	color: white !important;
	font-weight: bold;
	text-decoration: none !important;
	background: #A02710;
	border-radius: 30px;
	padding: 11px 20px;
	margin-top: 10px;
	display: inline-block;
}

.calculator-input, .calculator-select ~ button{
	font-size: 16px !important;
	color: #606060 !important;
	padding: 15px 25px !important;
	background: #F1F1F1 !important;
	border-radius: 40px !important;
	border: 0 !important;
	line-height: 18px !important;
	margin-bottom: 20px !important;
}

.select-country div{
	width: 100% !important;
}

.dropdown-menu.show {
	border: 0;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	margin-top: 10px;
	padding: 20px;
}

.dropdown-menu.show a{
	color: #606060;
}

.dropdown-menu.show li{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}

.dropdown-menu.show li:first-child{
	padding-top: 0px;
}

.drodown-menu.show li:last-child{
	border-bottom: 0;
}

select.calculator-input{
	background-image: url('arrow.svg') !important;
	background-repeat: no-repeat !important;
	background-position: 93% !important;
}

button.calculator-button{
	font-size: 16px !important;
	line-height: 18px;
	font-weight: bold;
	color: white !important;
	text-align: center;
	background: #445C1D !important;
}

.measure.measure_desktop {
	background: #78A140;
	color: white;
	font-weight: 300;
	font-size: 19px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}

.calculator-modal .modal-body{
	padding: 40px;
}

.calculator-modal{
	margin-top: 60px;
}

.calculator-modal .modal-header{
	border-bottom: 0;
	background: #A7B466;
	padding: 15px 40px;
	color: white;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.calculator-modal .modal-content{
	border-radius: 20px;
}

.calculator-modal h2{
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 0;
}

.calculator-modal .close{
	color: white;
}

.model-brand-mobi{
	font-weight: 300 !important;
	font-size: 22px !important;
	line-height: 20px !important;
	margin-top: -7px;
	color: #454545;
}

.calculator-modal .tooltip-custom{
	position: absolute;
	background: white;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	color: #999999;
	text-align: center;
	width: fit-content;
	padding: 10px;
	z-index: 1;
	margin-top: 10px;
	border-radius: 10px;
}

.calculator-app-img{
	height: 45px;
	width: auto;
}

.product-box {
	background: #FFFFFF;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	width: 100%;
}

.product-box-img {
	height: 210px;
	width: 100%;
	background-size: cover;
	background-position: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.product-box-content {
	padding: 20px;
}

span.product-box-taxonomy {
	font-size: 14px;
	line-height: 16px;
	color: #445C1D;
}

h3.product-box-title,h3.product-box-title:hover {
	font-weight: bold;
	font-size: 22px !important;
	line-height: 23px !important;
	color: #454545 !important;
	margin-bottom: 0px;
	margin-top: 5px;
	text-decoration: none !important;
}

p.product-box-excerpt {
	font-size: 14px !important;
	line-height: 20px !important;
	color: #999999;
	font-weight: 400 !important;
	margin-top: 10px !important;
}

a.product-box-button {
	background: #A02710;
	border-radius: 40px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 10px 20px;
}

.product-box a:hover{
	text-decoration: none !important;
}

a.product-box-button {
	background: #445C1D;
	border-radius: 40px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF !important;
	padding: 10px 20px;
	display: block;
	width: fit-content;
	text-decoration: none !important;
}

.options {
	display: inline;
}

.porduct-types-container {
	text-align: center;
}

.product-family-option input {
	display: none;
}

.product-family-option{
	text-align: center;
}

.filter-pills input {
	display: none !important;
}

.option-set.filter-pills {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.filter-pills label {
	margin-left: 7px;
	font-size: 16px;
	line-height: 18px;
	color: #606060;
	font-weight: 400 !important;
	border: 1px solid #DDDDDD;
	border-radius: 30px;
	padding: 10px 20px;
	margin-right: 7px;
	text-transform: capitalize;
}

.product-family-option label:hover{
	cursor: pointer;
}

.product-family-option input:checked + label{
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.filter-pills input:checked + label {
	border-color: #445C1D;
	color: #445C1D;
	box-shadow: none !important;
}


.single-product div#after_section_7 {
	display: none;
}

.app-download img{
	height: 50px;
	width: auto !important;
}

.app-download{
	width: 100%;
	text-align: center;
}

.app-download a{
	width: fit-content;
	display: inline-block;
}

.product-families-container{
	text-align: center;
}

.product-families-container img{
	height: 110px;
}

.product-families-container label{
	
}

.product-families-container a {
    display: inline-block;
}

.product-families-container div.product-family-option {
    display: inline-block;
    margin-left: 7px;
	margin-right: 7px;
}

/*.product-families-container .owl-prev img {
    position: absolute;
    top: 0;
    left: -50px;
    transform: rotate(180deg) translateY(-75%);
    opacity: 0.2;
}

.product-families-container .owl-next img {
    position: absolute;
    top: 0;
    right: -50px;
    transform: translateY(75%);
    opacity: 0.2;
}

.product-families-container .owl-dots{
	display: none;
}

.product-families-container .owl-nav{
	height: 0;
	}*/








