/*
Theme Name: AgroNews
Theme URI: //agronews.ua
Author: AW
Author URI: //agronews.ua/
Description: AgroNews theme for WordPress.
Version: 1.0
Text Domain: magazine

*/
body.archive.category.category-news.category-3.logged-in.admin-bar.tribe-js.customize-support p.MsoNormal span {
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    color: #435060;
    line-height: normal;
}
.clearfix {
	clear: both;
}

nav.navbar {
   /* background-color: #f6f8fb;*/
}

li {
    list-style-type: none; 
}

.entry-content li {
	list-style-type: disc !important; 
	font-size:16px;
}

.entry-content em {
	font-style: italic !important; 
}

body{
    font-size: 15px;
    color: #435060;
    font-family: "MuseoSansCyrl300";
	background-color: white;
}
header{
    
}
.menu-wrapper{
    background-color: #f6f8fb;
    margin-bottom: 25px;
    margin-top: 20px;
}
.language-list{
    font-family: "MuseoSansCyrl300";
    font-size: 15px;
    font-weight: lighter;
    position: relative;
    color: #9ca4b1;
}
.active-language{
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.language-list:hover ul{
    display: block;
}
.language-list ul:hover{
    display: block;
}
.active-language .fa{
    font-size: 18px;
    margin-top: 3px;
    margin-left: 6px;
}
.language-list ul{
    display: none;
    position: absolute;
    list-style-type: none;
    z-index: 99;
    left: -20px;
    margin: 0;
    color: #435060;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: #fff;
    -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.15);
    box-shadow:0 0 15px 0 rgba(0,0,0,.15);
}
.language-list ul li{
    margin: 2px 0;
    cursor: pointer;
}
.form-search{
    position: relative;
    margin-left: 25px;
}
.form-search input{
    height: 40px;
    width: 310px;
    background-color: #e1f6be;
    border: none;
    padding-left: 20px;
    border-radius: 25px;
}
.form-search button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    background-color: #94ca58;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}
.header-form-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.head-mnu-wrapper ul{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.head-mnu-wrapper ul li{
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.head-mnu-wrapper ul li:hover{
    border-bottom: 1px solid #94ca58;
}
.head-mnu-wrapper ul li a:hover{
    text-decoration: none;
}
.head-mnu-wrapper ul li a{
    text-transform: uppercase;
    font-family: "MuseoSansCyrl300";
    margin: 0 10px;
    color: #435060;
    font-size: 16px;
    padding: 20px 0;
    display: inline-block;
}
.head-banner-item{
    width: 100%;
    height: 100px;
    background-color: #eceef1;
}
.head-banner-item img{
    width: 100%;
}

.head-slider .item{
    height: 370px;
}
.main-banner{
    width: 950px;
    overflow: hidden;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
	margin:auto;
}
.main-banner{
    width: 950px;
    /* min-height: 100%; */
	margin:auto;
}


.advads-ad-metabox .postbox {display:none;}
.head-default{
    text-align: center;
    position: relative;
	margin-bottom: 12px;
}
.head-default::before{
    content: '';
    position: absolute;
    top: 25px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #94ca58;
    z-index: 9;
}
.head-default h2{
    font-size: 21px;
    padding: 0 10px;
    background-color: #fff;
    z-index: 999;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 13px 0;
    font-weight: lighter;
    display: inline-block;
}
.sidebar{
    margin-top: 15px;
	font-style: normal;
}
em {
    font-style: normal;
	font-weight: normal;
}
.sidebar ul{
    list-style-type: none;
    padding-left: 0;
}
.sidebar ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin-bottom: 8px;
}

.sidebar-item-date--delimiter {
	font-family: "Museo Sans Cyrl 700";
	font-size: 14px;
	color: #435060;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	position: relative;
	margin: 15px 0;
}

.sidebar-item-date--delimiter::before,
.sidebar-item-date--delimiter::after {
	content: "";
	display: block;
	width: 85px;
	height: 1px;
	background-color: #cbd5d2;
}

.sidebar-item-date{
    font-size: 12px;
    color: #9ca4b1;
    margin-right: 20px;
    margin-top: 12px;
	line-height: 1;
	font-family: "Museo Sans Cyrl 700";
}
.widget_top_news_widget .sidebar-item-date {
	display: none;
}
.widget.widget_top_news_widget h4 {
	margin: 15px 0;
}

.widget_top_news_widget .sidebar ul li {
	margin: 0;
	border-bottom: 1px solid #ecedef;
}
.widget_top_news_widget .sidebar ul li:last-child {
	border-bottom: none;
}

.sidebar-item-text li {
    width: 296px;
}
.sidebar-item-text h4 {
    width: 100%;
}

.sidebar-item-text a{
    font-size: 15px;
    color: #435060;
    display: block;
    margin-top: 7px;
	font-family: "Museo Sans Cyrl 500";
	line-height: normal;
}
.sidebar-item-text a:hover{
    color: #a1d97c;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sidebar ul li:hover .sidebar-item-date{
    color: #a1d97c;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sidebar button{
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 40px;
    background-color:  transparent;
	font-family: "Museo Sans Cyrl 500";
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 20px;
    color: #435060;
    border: 1px solid #94ca58;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sidebar button:hover{
    background-color:  #94ca58;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.counter{
    position: absolute;
    background-color:  rgba(26, 35, 47, 0.71);
    width: 50px;
    height: 150px;
    border-radius: 25px;
    right: 30px;
    top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.counter span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 40px;
    border: 1px solid #94ca58;
}
.head-slider{
    margin-top: 30px;
}
.head-slider .owl-prev,
.head-slider .owl-next{
    position: absolute;
    color:  rgba(255, 255, 255, 0.46);
    font-size: 25px;
}
.head-slider .owl-prev:hover,
.head-slider .owl-next:hover{
    color:  rgba(255, 255, 255, 1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 0,5s;
    -o-transition: 0,5s;
    transition: 0,5s;
}
.head-slider .owl-prev{
    top: 115px;
    right: 35px;
}
.head-slider .owl-next{
    top: 30px;
    right: 30px;
}
.head-slider .item{
    position: relative;
    background-color:  rgba(26, 35, 47, 0.21);
}
.head-slider .item .item-text{
    position: absolute;
    bottom: 30px;
    padding-left: 70px;
}
.head-slider .item .item-text h2{
    color: #fff;
    font-size: 25px;
    margin: 0;
}
.head-slider .item .item-text h2::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #94ca58;
    left: 35px;
}
.main-block-news{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between;
	margin: 15px 0 30px;
}

.main-block-news .entry-content {
	position: relative;
	height: 200px;
	overflow: hidden;
}
.main-block-news .entry-content > img {
	position: static;
	width: 100%;
	height: auto;
	max-height: 400px;
	
}

.main-block-news-item{
    width: 48%;
}
.main-block-news-item .head-default a{
    color: #737b88;
	font-family: "Museo Sans Cyrl 300";
}
.main-block-news-item .head-default a:hover{
    text-decoration: none;
    color: #94ca58;
}
.main-block-news-item a:hover{
    text-decoration: none;
}
.main-block-news-item .main-block-news-content {
	position: absolute;
    height: 100%;
    width: 100%;
	top: 0;
	left: 0;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.main-block-news-content h2{
    margin: 0 0 14px 0;
    color: #fff;
    padding-left: 18px;
    position: relative;
	font-family: "Museo Sans Cyrl 700";
	font-size: 15px;
	line-height: normal;
}


/* Footer */
.footer-banner{
    width: 100%;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: #eceef1;
	display:none;
}
footer{
    border-top: 1px solid #ecedef;
    background-color: #fbfcff;
}
.footer-logo img{
    width: 210px;
}
.footer-wrapper{
    padding: 40px 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.footer-logo {
	order: 1;
}
.social-wrapper{
    margin-top: -10px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	order: 2;
}
.footer-menu {
	order: 3;
	font-weight: normal;
}

.header-post {
	position: relative;
}

.social-wrapper-post {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
}


.social-wrapper-post2 {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-bottom:20px;
}


.social-wrapper-post2 .social-element{
    color: #000;
    font-size: 30px;
    margin: 0 7px 0 0;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #94ca58;
    border-radius: 50%;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.header-post .social-wrapper-post {
	position: absolute;
	top: 7px;
	right: 0;
	width: calc(100% - 150px);
}

.social-element{
    color: #000;
    font-size: 20px;
    margin: 0 7px 0 0;
    width: 35px;
    height: 35px;
    border: 1px solid #94ca58;
    border-radius: 50%;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.header-post .social-element {
	width: 30px;
	height: 30px;
	margin-right: 4px;
}

.header-post .social-element:nth-child(5) {
	display: none;
}

.social-element:hover{
    background-color: #94ca58;
}.social-element:hover a{
     color: #fff;
 }
.social-element a{
    color: #435060;
    font-size: 16px;
    display: block;
    margin-top: 2px;
}
.footer-menu ul{
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    padding-left: 0;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.footer-menu ul li{
    width: 115px;
    height: 50px;
    padding-left: 10px;
    border-left: 1px solid #94ca58;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position: relative;
	overflow: hidden;
}
.footer-menu ul li a{
    color: #435060;
    font-size: 15px;
}

.footer-menu__hover {
	position: absolute;
	width: calc(100% - 24px);
	height: 100%;
	top: 0;
	left: 0;
	background-color: #94ca58;
	/* background-image: url(images/footer-menu-1.png); */
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
	transition: all .4s;
}

.footer-menu ul li:nth-child(2) .footer-menu__hover {
	/* background-image: url(images/footer-menu-2.png); */
}
.footer-menu ul li:nth-child(3) .footer-menu__hover {
	/* background-image: url(images/footer-menu-3.png); */
}
.footer-menu ul li:nth-child(4) .footer-menu__hover {
	/* background-image: url(images/footer-menu-4.png); */
}

.footer-menu ul li:hover .footer-menu__hover {
	opacity: 1;
}

.footer-menu__hover--arrow {
	position: absolute;
	width: 24px;
	height: 100%;
	top: 0;
	left: 100%;
	background-color: #78ba2f;
	background-image: url(images/left-white.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transform: rotate(180deg);
}

.footer-copyright{
    font-size: 12px;
    color: #737b88;
}

/* Sidebar */

.top-news-wrapper ul{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.top-news-wrapper .head-default h2{
    margin-bottom: 0;
}
.top-news-wrapper ul li{
    border-bottom: 1px solid #ecedef;
    padding: 15px 0;
}
.top-news-wrapper ul li:last-child{
    border-bottom: none;
}
.top-news-wrapper ul li a{
    color: #435060;
    font-family: 'MuseoSansCyrl700';
}
.top-news-wrapper ul li a:hover{
    text-decoration: none;
}

.advertising-area{
    height: 600px;
    margin-top: 15px;
}
.sidebar-page{
    margin-top: 10px;
}
.sidebar-page .main-block-news-item{
    width: 100%;
    margin-top: 15px;;
}
.page-head h2{
    font-size: 31px;
    margin-top: 20px;
}
.main-block-agrovideo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 2300px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
}
.main-block-agrovideo-item{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 305px;
    margin-bottom: 15px;
}
.but-default{
    display: block;
    width: 270px;
    margin: 25px auto;
    height: 40px;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 20px;
    color: #435060;
    border: 1px solid #94ca58;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.but-default:hover{
    background-color:  #94ca58;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.agro-banner{
    margin-bottom: 100px;;
}

section#banner-3 {
    width: 950px;
    /*margin-left: 505px; */
	margin: 0 auto;
}

h2.widget-title {
    font-size: 21px;
    padding: 0 10px;
    background-color: #fff;
    z-index: 999;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0;
    font-weight: lighter;
    display: inline-block;
}

section#recent-posts-2 a{
    font-size: 15px;
    color: #435060;
    display: block;
    margin-top: -3px;
}

section#recent-posts-2 li{
    padding: 7px 0;
}

/* Slider
http://www.freshdesignweb.com/fashion-responsive-slider-tutorial.html
*/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{width: 100%;/* margin:auto; */clear:both;/* background:url(images/shadow_top.png) no-repeat top center; */padding: 20px 0 0 0;}
.flex-caption{ position: absolute; left:40px; bottom:32px; z-index: 2;}
.caption_title_line{width: 100%;padding:5px 15px 5px 32px;border-left: 1px solid #94ca58;}
.flex-caption h2{line-height: 1;margin: 0;}

.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0 0 30px 0;background:url(images/shadow_bottom.png) no-repeat center bottom;}
.flexslider .slides > li {position: relative; display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li::before {
	content: ""; 
	display: block; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	background-color: rgba(32, 42, 54, .71);
	z-index: 1;
}
.flexslider .slides img {/*height: 330px;*/width: 100%;display: block;/* border:10px #ededed solid; */}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative; max-height: 350px; overflow: hidden;}
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li a {width:100%; height:30px; margin:0; display: block; position: absolute; left:0; cursor: pointer; font-size: 0;}
.flex-direction-nav li a.next {background:url(images/left.png) no-repeat center;top: 18px;transform: rotate(180deg);}
.flex-direction-nav li a.prev {background:url(images/left.png) no-repeat center; bottom: 18px;}
.flex-direction-nav li a.next:hover {background:url(images/left-white.png) no-repeat center;}
.flex-direction-nav li a.prev:hover {background:url(images/left-white.png) no-repeat center;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 38px; 
	height: 38px; 
	border: 1px solid #92c757;
	border-radius: 50%;
	position: absolute; 
	top: 75px; 
	right: 26px; 
	text-align: center; 
	z-index: 3;
}
.flex-control-nav::after {
	content: "/3";
	position: absolute;
	font-family: "Museo Sans Cyrl 700";
	color: #fff;
	font-size: 14px;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}
.flex-control-nav li {position: absolute; top: 50%; transform: translateY(-50%); left: 6px;}
.flex-control-nav li a {display: none; cursor: pointer; color: #fff;font-size: 14px; font-family: "Museo Sans Cyrl 700"; line-height: 1;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {display: block;}

/* Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
    .flexslider {width: 100%; margin: 0; padding:0 0 30px 0;background:none;}
    
}

.caption_title_line a{
    color: #ffffff;
	font-family: "Museo Sans Cyrl 700";
}

ul.flex-direction-nav {
    position: absolute;
    background-color: rgba(26, 35, 47, 0.71);
    width: 50px;
    height: 150px;
    border-radius: 25px;
    right: 20px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	z-index: 2;
}

.col-sidebar .entry-content {
	height: 204px;
	position: relative;
	overflow: hidden;
}

.entry-content > img{
    position: static;
	width: 100%;
	height: auto;
	min-height: 204px;
}

img.banner-image {
    max-width: 100%;
    height: auto;
}


.main-block-news-content a{
    color: #ffffff
}

.entry-content :hover {
    text-decoration: none;
}

.post-meta a {
    color:#94ca58
}

.post-meta {
    padding: 15px 0;
    border: 1px solid #ecedef;
    font-size: 12px;
    border-width: 1px 0;
    margin: 10px 0;
    position: relative;
	text-transform: uppercase;
	display: none;
}
.post-meta .title {
	font-family: "Museo Sans Cyrl 700";
	color: #9ca4b1;
	display: inline-block;
	margin-right: 5px;
}

.main-block-news-content {
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 20px;
}

.main-block-news-content::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
    z-index: 1;
}

.head-default a{
    color: #737b88;
}

.head-default h2 {
    color: #737b88;
}

a.auther {
    display: none;
}

.misha_loadmore{
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing:1px;
    cursor:pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.misha_loadmore:hover{
    background-color: #767676;
    color: #fff;
}

.open-news-banner {
    margin: 26px 0 30px;
}

.mob-social-wrapper-post {
	display: none;
}

span.category {
    display: none;
}

.byline {
    display: none;
}
a.count.bubble {
    display: none;
}

.date {
    font-size: 14px;
    color: #9ea4b0;
}

span.date i.fa.fa-calendar {
    display:none;
}

.tribe-events-abbr.tribe-events-start-time.published.time {
    margin-left: 88px;
    margin-top: -25px;
}

.type-post .entry-content p {
	font-family: "Museo Sans Cyrl 500";
	font-size: 16px !important;
	text-align: justify;
	color: #435060;
	line-height: normal;
	margin: 0 0 20px;
}

.type-post .entry-content p a {
	color: #94ca58 !important;
}

.type-post .entry-content p span {
	color: #94ca58 !important;
}

#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
    overflow: hidden;
    background-color: #f2fae5;
    margin-bottom: 3px;
	height: 60px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

#tribe-events-content {
	margin-bottom: 0;
}

#tribe-events-header .tribe-events-sub-nav {
	padding: 0 15px;
}

#tribe-events-content table.tribe-events-calendar {
	margin: 0 0 12px;
}
#tribe-events-header {
	margin: 0 !important;
}

.tribe-events-tooltip .tribe-events-event-thumb {
    float: right;
}

.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
    width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}
.tribe-events-tooltip .tribe-events-arrow {
	display: none;
}

.tribe-event-description p:last-child {
    margin-bottom: 0;
    padding-top: 30px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

h3.entry-title.summary, a.entry-title.summary {
	font-family: "Museo Sans Cyrl 700";
	font-size: 18px;
    color: #fff;
}
h3.entry-title.summary:hover, a.entry-title.summary:hover {
    text-decoration: underline;
}
#tribe-events-content .tribe-events-abbr {
    font-family: "Museo Sans Cyrl 500";
	font-size: 14px;
	color: #fff;
}

.tribe-events-calendar div[id*=tribe-events-daynum-] {
    background-color: #ffffff;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}

.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
	position: absolute;
	width: 40%;
	top: 10px;
	right: 10px;
	bottom: 10px;
	padding: 0;
}

#tribe-events-content .tribe-events-calendar td {
	position: relative;
	height: 135px;
	padding-top: 0;
	background-color: #fff;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-has-events {
	background-color: #f2fae5;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-has-events::before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #a1d16c;
}
#tribe-events-content .tribe-events-calendar td, #tribe-events-content table.tribe-events-calendar {
	border: 1px solid #e5f0d4;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
	font-family: "Museo Sans Cyrl 900";
	font-size: 22px;
	color: #435060;
	line-height: 1;
	padding: 0;
	margin: 0;
	background-color: transparent;
	position: absolute;
	top: 10px;
	right: 10px;
}
.tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-] a {
	color: #a1d16c;
	font-size: 22px;
}
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
	font-family: "Museo Sans Cyrl 900";
	font-size: 22px;
	color: #435060;
	line-height: 1;
	background-color: transparent;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
	background-color: transparent !important;
	color: #435060;
}

#tribe-events-bar {
    clear: none;
    height: auto;
    margin-bottom: 30px;
    display: none;
    min-width: 220px;
    position: relative;
    width: 100%;
}

#tribe-events .tribe-events-button, .tribe-events-button {
	background-color: #666;
    background-image: none;
    border-radius: 3px;
    border: 0;
    box-shadow: none;
    color: #fff;
    display: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    padding: 6px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    zoom: 1;
}

p.meta-info .date {
    margin-left: 0px;
    margin-top: -9px;
    color: #737b88;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
    background-color: #94ca58;
    bottom: calc(100% - 1px) !important;
    display: none;
    left: 0;
    position: absolute;
    width: 300%;
	height: 135px;
    z-index: 1001;
	border: none;
	cursor: pointer;
	padding: 10px 10px 10px 30px;
}

.tribe-events-tooltip .tribe-events-event-body {
	padding: 0 46% 0 0;
}
.tribe-events-tooltip .tribe-events-event-body:hover h3 {
	text-decoration: underline;
}

i.far.fa-arrow-circle-right {
    display: none;
}

/*i.fal.fa-chevron-circle-left {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #a1cd2a;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

ul.tribe-events-sub-nav {
    /* display: none; */
}

.tribe-events-event-image  img {
    width: 900px;
	max-width: 100%;
}

.tribe-events-notices {
    background: #d9edf7;
    display: none;
    border-radius: 4px;
    border: 1px solid #bce8f1;
    color: #3a87ad;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 #fff;
}

.single-tribe_events .tribe-events-single-event-title {
    font-family: "Museo Sans Cyrl 700";
	font-size: 30px;
	color: #435060;
	margin-bottom: 15px;
}

span.post-views-icon.fas.fa-eye {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.count-views {
    font-size: 15px;
    color: #9ea4b0;
	margin: 0 10px;
}

img.image.wp-image-38533.attachment-medium.size-medium {
    max-width: 100%;
    height: 100px;
    width: 630px;
}

.single-tribe_events .tribe-events-event-meta {
    background: #e1f6be;
    margin: 15px 0 25px;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	margin: 0 0 18px;
	padding: 38px 12px 0 12px;
	line-height: normal;
}

.events-archive.events-gridview #primary {
	width: 100% !important;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    font-family: "Museo Sans Cyrl 500";
	padding: 0 0 0 15px;
	position: relative;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title::before {
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	top: 4px;
	left: 0;
	background-color: #94ca58;
}
	

#tribe-events-content .tribe-events-month-event-title a {
	color: #435060;
	font-family: "Museo Sans Cyrl 500";
	font-size: 14px;
    word-break: break-word;
}

.tribe-events-day-time {
   display: none;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    padding: 0;
	width: 100%;
}

.single-tribe_events .tribe-events-event-meta dl {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.tribe-events-event-meta .tribe-events-day {
	margin: 0 12px 0 6px;
}

.tribe-venue {
    display: inherit;
	margin-right:10px;
	/* width:50%; */
}
.tribe-venue span {
	margin-right: 5px;
}

.tribe-events-event-meta address.tribe-events-address br {
	display: none;
}
.tribe-events-event-meta .tribe-events-meta-group {
	margin-bottom: 5px;
	height: 30px;
}
div.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix div.tribe-events-meta-group.tribe-events-meta-group-venue {
	/*margin-bottom: 10px;*/
	padding: 20px 30px !important;
}
.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap {
	display: none;
}
a.tribe-events-gmap,
.tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address {
	display: inline-block;
}

.single-tribe_events .tribe-events-content > p {
	padding-top: 0;
	font-family: "Museo Sans Cyrl 500";
	font-size: 15px;
	color: #435060;
	margin-bottom: 20px !important;
}
.single-tribe_events .tribe-events-content > p:last-child {
	margin-bottom: 0 !important;
}

.single-tribe_events .tribe-events-content > ul li {
	font-family: "Museo Sans Cyrl 500";
	font-size: 15px;
	color: #435060;
	margin-bottom: 10px;
	list-style-type: disc;
}

i.fas.fa-map-marker-alt {
    display: inline-block;
   /* font: normal normal normal 14px/1 FontAwesome; */
    font-size: inherit;
    text-rendering: auto;
    color: #77c54f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.fas.fa-map-marker-al, .fa-map-marker-alt:before {
    content: "f3c5";
}

i.fas.fa-calendar-alt {
    display: inline-block;
  /*  font: normal normal normal 14px/1 FontAwesome; */
    font-size: inherit;
    color: #77c54f;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

i.fas.fa-calendar-alt:before {
    content: "\f073";
}

.time > span {
    margin-right: 6px;
}

i.fa.fa-clock-o {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #77c54f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    border-left: 4px solid #77c54f;
	font-family: "Museo Sans Cyrl 700";
	font-size: 15px;
	color: #435060;
	padding: 20px 26px;
}

abbr.tribe-events-date-end {
   /* margin-left: 140px; */
    margin-top: 2px;
    width: 52px;
    display: inline-block;
    float: left;
    white-space: nowrap;
    width: 100px;
    height: 100px;
}

.time-week {
    margin-left: 31px;
    margin-top: -2px;
    width: 52px;
    display: inline-block;
    float: left;
    white-space: nowrap;
    width: 100px;
    height: 100px;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

img.image.wp-image-38533.attachment-full.size-full {
    width: 630px;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a,
.tribe-events-calendar .mobile-active.tribe-events-past div[id*=tribe-events-daynum-] {
    color: #435060;
	background-color: transparent;
}

.events-archive .entry-content, .events-archive .entry-header {
    width: 950px;
	margin: 0 auto;
	max-width: 100%;
}

.tribe-events-calendar .tribe-events-has-events:after {
	display: none;
}
.tribe-events-calendar td .tribe-events-viewmore, .tribe-events-calendar td .type-tribe_events {
	display: block;
}

h1.tribe-events-page-month-calender {
    margin: 0;
	font-family: "Museo Sans Cyrl 700";
	font-size: 24px;
	color: #435060;
}
h1.title-anonce {
	font-family: "Museo Sans Cyrl 700";
	font-size: 31px;
	color: #435060;
	margin: 18px 0 23px;
}

.left-m {
/*     float: left; */
}

.right-m {
/*    float: right; */
}

.open-news-banner-footer { padding: 25px 0; }
.tribe-events-nav-pagination-footer { width: 100%; }
.tribe-events-nav-pagination-footer .tribe-events-sub-nav {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
} 
i.fal.fa-chevron-circle-left {
    display: none;
	}

.tribe-events-sub-nav > div a span {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #97cc5c;
	background-image: url(images/arrow-top.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-size: 0;
}
.tribe-events-sub-nav > .right-m a span {
	transform: rotate(90deg);
	margin-left: 10px;
}
.tribe-events-sub-nav > .left-m a span {
	transform: rotate(-90deg);
	margin-right: 10px;
}
.tribe-events-sub-nav > div a {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	font-family: "Museo Sans Cyrl 500";
	color: #435060;
	font-size: 18px;
}

.tribe-events-calendar th {
	padding: 13px 0 10px;
	font-family: "Museo Sans Cyrl 500";
	font-size: 14px;
	color: #435060;
	text-transform: none;
	line-height: normal;
}

main footer {
	display: none;
}

footer {
	padding-bottom: 12px;
}

@media (max-width: 992px) {
	section#banner-3 {
		width: 100%;
	}
	.flexslider .slides > li {
		max-height: 282px;
	}
	.footer-wrapper {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.social-wrapper{
		order: 3;
		width: 100%;
		margin: 15px 0 0;
	}
	.footer-menu {
		order: 2;
	}
}

@media (max-width: 960px) {
	#tribe-events-content {
		/* padding: 0 20px; */
	}
	.open-news-banner-footer {
		/* padding: 25px 20px; */
	}
}

@media (max-width: 820px) {
	.main-block-news .entry-content {
		height: 155px;
	}
}

@media (max-width: 768px) {
	.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
	.mobile-active div[id*=tribe-events-daynum-] a {
		background-color: rgba(0,0,0,0);
	}
}

@media (max-width: 767px) {
	.mob-social-wrapper-post {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		margin: 0 -15px 0 -15px;
		padding: 12px 15px;
		background: #fff;
	}
	.header-post .social-wrapper-post {
		display: none;
	}
}

@media (max-width: 767px) and (min-width: 661px) {
	#tribe-events-content .tribe-events-month-event-title a {
		font-size: 11px;
	}
	
	#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title::before {
		width: 6px;
		height: 6px;
		top: 5px;
	}
	#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
		padding-left: 10px;
	}
	.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
		margin-bottom: 10px;
	}
}

@media (max-width: 690px) {
	.footer-wrapper {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		align-items: flex-start;
		-webkit-box-align: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		padding-top: 35px;
	}
	.social-wrapper{
		order: 2;
		width: auto;
		margin-bottom: 10px;
	}
	.footer-menu {
		order: 3;
		margin-top: 20px;
	}
	.footer-menu ul {
		margin-bottom: 0;
	}
	footer {
		padding-bottom: 15px;
	}
}
@media (max-width: 680px) {
	.flex-caption {
		left: 15px;
	}
	.caption_title_line {
		padding: 5px 75px 5px 15px;
	}
}
@media (max-width: 660px) {
	.tribe-events-sub-nav > div a span {
		width: 36px;
		height: 36px;
		min-width: 36px;
	}
	nav.tribe-events-nav-pagination .tribe-events-sub-nav > div a {
		font-size: 0px;
	}
	#tribe-events-content table.tribe-events-calendar thead {
		display: none;
	}
	#tribe-events-content .tribe-events-calendar td {
		display: block;
		width: 100%;
		min-height: 40px;
		height: auto;
	}
	#tribe-events-content .tribe-events-month-event-title a {
		font-size: 17px;
	}
	#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title::before {
		top: 7px;
	}
	.open-news-banner-footer {
		/* display: none; */
	}
}

@media (max-width: 640px) {
	.main-block-news .entry-content {
		height: 125px;
	}
}

@media only screen and (min-width:480px) {
	
	.lastnews-social .social-wrapper {
		display:none;
	}
	
	#popup {
		display:none !important;
	}
	.mobile950x100 {
		display:none !important;
	}
	
	.lang-mobile {
		display:none !important;
	}
}

@media (max-width: 480px) {
	.sidebar {
		margin-top: 0;
	}
	
	.lastnews-social .social-element {
		margin: auto !important;
	}
	
	.g-10 {
		display:none;
	}
	
	.lang-mobile {
		position: absolute;
		left: 60%;
	
	}
	
	.wpml-ls-legacy-list-horizontal a {
	    padding: 4px 4px !important;	
	}

	.desktop950x100 {
		display:none;
	}
	
	.flex-control-nav {
		display: none;
	}
	ul.flex-direction-nav {
		width: 100%;
		height: 0;
		top: auto;
		right: auto;
		bottom: 60px;
		left: 0;
	}
	.flex-direction-nav li a.prev,
	.flex-direction-nav li a.next{
		width: 40px;
		bottom: 0;
		top: auto;
	}
	.flex-direction-nav li a.next {
		left: auto;
		right: 0;
	}
	.flex-caption {
		left: 40px;
	}
	.caption_title_line {
		padding-right: 30px;
	}
	.main-block-news {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		margin: 0 auto;
		padding: 0 0;
	}
	.main-block-news-item {
		width: 100%;
		margin-top: 10px;
	}
	.entry-content img {
		width: 100%;
	}
	.main-block-news-content h2 {
		margin-bottom: 25px;
	}
	.main-block-news-content h2:after {
		left: 0;
	}
	.flexslider {
		padding-bottom: 0;
		max-width: 360px;
		margin: 0 auto;
	}
	footer {
		padding: 0 20px 20px;
	}
	.footer-banner {
		display: none;
	}
	.footer-menu ul {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		max-width: 250px;
	}
	.footer-menu ul li:nth-child(1),
	.footer-menu ul li:nth-child(2){
		margin-bottom: 10px;
	}
	.slider_container {
		padding: 36px 0 0;
	}
	.little-col::after {
		content: "";
		display: block;
		clear: both;
	}
	.little-col > aside {
		padding: 0 20px;
	}
	.flexslider .slides img {
		min-height: 180px;
	}
	.main-block-news .entry-content {
		height: 200px;
	}
	.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
		width: 100%;
		padding: 10px;
	}
	
	#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
		padding: 10px 0px 0px !important;
	}
}



body:not(.category-agrovideo):not(.category-agrophote):not(.category-infographics):not(.category-analytics) .list#main article .post-title {
    font-family: "Museo Sans Cyrl 700";
    font-size: 18px;
    margin: 0;
}

body:not(.category-agrovideo):not(.category-agrophote):not(.category-infographics):not(.category-analytics) article .item-content .meta-info {
    padding-top:0;
}

body:not(.category-agrovideo):not(.category-agrophote):not(.category-infographics):not(.category-analytics) #main article:nth-child(2) {
    flex-direction: column;
} 

body:not(.category-agrovideo):not(.category-agrophote):not(.category-infographics):not(.category-analytics) .list#main article:nth-child(2) .list-post-img {
    max-width: 100%;
    width: 100%;
    /* height: auto; */
    margin-bottom: 20px;
} 

body:not(.category-agrovideo):not(.category-agrophote):not(.category-infographics):not(.category-analytics) #main article:nth-child(2) .list-post-img img {
    width: 100%;
}

body:not(.category-agrovideo):not(.category-agrophote):not(.category-infographics):not(.category-analytics) #main article:nth-child(2) .item-content .post-title {
 /*   border-left: 1px solid #a1cd2a;
    padding-left: 25px;
    margin-bottom: 0px;*/
}

body:not(.category-agrovideo):not(.category-agrophote):not(.category-infographics):not(.category-analytics) #main article:nth-child(2) .item-content .meta-info .date{
    font-family: "Museo Sans Cyrl 500" !important;
    font-size: 11px !important
}
.category-agrophoto .item-content > span,
.category-agroregions .item-content > span,
.category-bold .item-content > span,
.category-top .item-content > span,
.archive.date .item-content > span,
.category-agrovideo .item-content > span,
.category-analytics .item-content > span,
.category-specpro .item-content > span,
.category-blog .item-content > span,
.category-infographics .item-content > span {
    display: none
}
.agrophoto-slider__wrapper{
    margin-bottom: 15px
}
body.category-news .list-post-img {
    /* display: none; */
} 

body.category-news #main article:nth-child(2) .item-content .post-title {
    border-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
} 

body.category-news .date {
/*	margin-left:0px;
	margin-top:0px;*/
	
	font-size: 12px !important;
	font-weight: bold !important;
}
body.category-news .item-content {
	display:block;
}

body.category-news .item-content > article.category-news .meta-info {
	/*float:left;
	width:10%;*/
}

body.category-news .item-content > .post-title, body.category-news article.category-news span:not(.date) {
	/*float:right;
	width:85%;*/
}





body:not(.archive) article.category-agrophoto img.wp-post-image {
	/*display: none;*/
}

article img.wp-post-image {
	/*margin-bottom:20px;*/
}

#secondary .fluid-width-video-wrapper {
	height:204px !important;
}

body.category-interview .list#main article:nth-child(2) .list-post-img {
	height: auto;
}

body.category-articles .list#main article:nth-child(2) .list-post-img {
	height: auto;
}

.social-media-shareicon {
	display: none !important;
}

body.category-infographics #main {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	max-width: 650px;
}

body.category-infographics .col-main-content .list article {
	width: 300px !important;
}

body.archive.category.category-articles.category-4.logged-in.admin-bar.tribe-js.customize-support main#main strong {
    font-weight: normal;
}

body.archive.category.category-interview.category-22.logged-in.admin-bar.tribe-js.customize-support main#main strong {
    font-weight: normal;
}

body.archive.category.category-news.category-3.logged-in.admin-bar.tribe-js.customize-support  main#main strong {
    font-weight: normal;
}

div#gallery-3 {
    display: none;
}

body.archive.category.category-articles.category-4.logged-in.admin-bar.tribe-js.customize-support b, strong {
    font-weight: 700;
    display: contents;
}

body.archive.category.category-infographics.category-6.logged-in.admin-bar.tribe-js.customize-support em {
    font-style: normal;
    font-weight: normal;
    display: contents;
}

body.archive.category.category-agrophoto.category-7.logged-in.admin-bar.tribe-js.customize-support em {
    font-style: normal;
    font-weight: normal;
    display: contents;
}

body.archive.category.category-bold.category-7.logged-in.admin-bar.tribe-js.customize-support em {
    font-style: normal;
    font-weight: normal;
    display: contents;
}

body.archive.category.category-top.category-7.logged-in.admin-bar.tribe-js.customize-support em {
    font-style: normal;
    font-weight: normal;
    display: contents;
}

body.archive.category.category-news.category-3.logged-in.admin-bar.tribe-js.customize-support p.MsoNormal {
    float: right;
    width: 118%;
}


body.archive.category.category-news.category-3.logged-in.admin-bar.tribe-js.customize-support p.MsoNormal span {
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    color: #435060;
    line-height: normal;
}

body.archive.category.category-infographics.category-6.tribe-js em {
    font-style: normal;
    font-weight: normal;
    display: contents;
}

body.archive.category.category-agrophoto.category-7.tribe-js em {
    font-style: normal;
    font-weight: normal;
    display: contents;
}

body.archive.tag .item-content span {
     display: none;
}

body.search.search-results .item-content span {
     display: none;
}

.spave-category {
    height: 20px;
}

body.archive.tag main#main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 650px;
}

body.archive.tag .col-main-content .list article {
    width: 300px !important;
}

body.search.search-results main#main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 650px;
}

body.search.search-results .col-main-content .list article {
    width: 300px !important;
}
.a-16 img {
	width:100% !important;
}

.jquery-modal {
	background-color: transparent !important;
	display: none;
}

#popup {
	width: 100% !important;
}

.ujimodal a.close-modal {
	right: 0 !important;
}

.single-tribe_events .tribe-events-content {
	text-align:justify !important;
}

.tribe-events-org p {
	margin-top:10px;
}

.fa-list-alt:before {
	color: #94ca58 !important;
}

.sprite {
    background-image: url(sprites.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-footer-menu-1 {
    width: 10px;
    height: 32px;
    background-position: -5px -5px;
	margin: auto;
	margin-top: 7px;
}

.sprite-footer-menu-2 {
    width: 42px;
    height: 25px;
    background-position: -25px -5px;
	margin: auto;
	margin-top: 12px;
}

.sprite-footer-menu-3 {
    width: 29px;
    height: 29px;
    background-position: -25px -40px;
	margin: auto;
	margin-top: 12px;
}

.sprite-footer-menu-4 {
    width: 26px;
    height: 28px;
    background-position: -77px -5px;
	margin: auto;
	margin-top: 9px;
}

.redtram {
	margin-top: 50px;
	font-family: "Museo Sans Cyrl 500" !important;
}

#search-2 .widget-title {
	display: none;
}



body.category-analytics #main {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	max-width: 650px;
}

body.category-analytics .col-main-content .list article {
	width: 300px !important;
}


body.category-specpro #main {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	max-width: 650px;
}

body.category-specpro .col-main-content .list article {
	width: 300px !important;
}

body.category-blog #main {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	max-width: 650px;
}

body.category-blog .col-main-content .list article {
	width: 300px !important;
}

body.category-agroregions #main {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	max-width: 650px;
}

body.category-agroregions .col-main-content .list article {
	width: 300px !important;
}

body.archive.category.category-articles-ru.category-4.logged-in.admin-bar.tribe-js.customize-support main#main strong {
    font-weight: normal;
}

body.archive.category.category-interview-ru.category-22.logged-in.admin-bar.tribe-js.customize-support main#main strong {
    font-weight: normal;
}

body.archive.category.category-news-ru.category-3.logged-in.admin-bar.tribe-js.customize-support  main#main strong {
    font-weight: normal;
}

body:not(.category-agrovideo-ru):not(.category-agrophote-ru):not(.category-infographics-ru) .list#main article .post-title {
    font-family: "Museo Sans Cyrl 700";
    font-size: 18px;
    margin: 0;
}

body:not(.category-agrovideo-ru):not(.category-agrophote-ru):not(.category-infographics-ru) article .item-content .meta-info {
    padding-top:0;
}

body:not(.category-agrovideo-ru):not(.category-agrophote-ru):not(.category-infographics-ru) #main article:nth-child(2) {
    flex-direction: column;
} 

body:not(.category-agrovideo-ru):not(.category-agrophote-ru):not(.category-infographics-ru) .list#main article:nth-child(2) .list-post-img {
    max-width: 100%;
    width: 100%;
    /* height: auto; */
    margin-bottom: 20px;
} 

body:not(.category-agrovideo-ru):not(.category-agrophote-ru):not(.category-infographics-ru) #main article:nth-child(2) .list-post-img img {
    width: 100%;
}

body:not(.category-agrovideo-ru):not(.category-agrophote-ru):not(.category-infographics-ru) #main article:nth-child(2) .item-content .post-title {
  /*  border-left: 1px solid #a1cd2a;
    padding-left: 25px;
    margin-bottom: 0px;*/
}

body:not(.category-agrovideo-ru):not(.category-agrophote-ru):not(.category-infographics-ru) #main article:nth-child(2) .item-content .meta-info .date{
    font-family: "Museo Sans Cyrl 500" !important;
    font-size: 11px !important
}
.category-agrophoto-ru .item-content > span,
.category-agrovideo-ru .item-content > span,
.category-infographics-ru .item-content > span {
    display: none
}

body.category-news-ru .list-post-img {
    display: none;
} 

body.category-news-ru #main article:nth-child(2) .item-content .post-title {
    border-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
} 

body.category-news-ru .date {
	margin-left:0px;
	margin-top:0px;
	
	font-size: 12px !important;
	font-weight: bold !important;
}
body.category-news-ru .item-content {
	display:block;
}

body.category-news-ru .item-content > article.category-news-ru .meta-info {
	float:left;
	width:10%;
}

body.category-news-ru .item-content > .post-title, body.category-news-ru article.category-news-ru span:not(.date) {
	float:right;
	width:85%;
}



body:not(.archive) article.category-agrophoto-ru img.wp-post-image {
	/*display: none; */
}

body.category-interview-ru .list#main article:nth-child(2) .list-post-img {
	/* height: auto; */
}

body.category-articles-ru .list#main article:nth-child(2) .list-post-img {
	/* height: auto; */
}
.sidebar-item-text.bold a{
	font-weight:bold;
}   
.sidebar-item-text.bold-ru a{
	font-weight:bold;
}  

.contact-area {
	line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	width:390px;
    height: auto;
    font-size: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #ddd;
    font-weight: normal;
    box-shadow: none;
    border-radius: 5px;
	}

.top-header {display:none;}
	
.count-views {/*display:none;*/}

.post-delimiter {
	position: relative;
    display: flex;
	margin: 15px 0;
	font-size: 14px;
	-webkit-justify-content: space-between;
	          -ms-flex-pack: justify;
	        justify-content: space-between;
    -webkit-align-items: center;
      -webkit-box-align: center;
         -ms-flex-align: center;
	        align-items: center;
    font-family: "Museo Sans Cyrl 700";
	color: #435060;
}
.post-delimiter::before,
.post-delimiter::after {
	content: "";
	display: block;
	width: 40%;
	height: 1px;
	background-color: #cbd5d2;
}

@media only screen and (max-width: 768px) {
	#tribe-mobile-container {
		display: none;
	}
	#tribe-events-footer:before,
	#tribe-events-header:before {
	  left: 0;
      right: initial;
	}

	#tribe-events-footer:after,
    #tribe-events-header:after {
      right: 0;
      left: initial;
	}
}

.h2div {
	font-size: 18px;
    padding: 0px 5px;
    z-index: 999;
    position: relative;
    text-transform: uppercase;
    font-family: "Museo Sans Cyrl 300";
	letter-spacing: 1px;
    margin: 13px 0;
    font-weight: lighter;
    display: inline-block;
	color: #737b88;
	background-color: #fff;
}

.submenu {display: flex; justify-content: center; border-bottom: 1px solid #ecedef;max-width: 1000px;margin: auto;font-size:13px;}
.submenu li {padding:10px;}
.submenu a {color:#94ca58;font-weight:bold;}

.submenu > li:hover > a {
	border-bottom: 2px solid #94ca58;
	padding-bottom: 10px;
}

.navbar-nav {background: #f6f8fb;}

@media (max-width: 767px) {
	.submenu {
		margin-left: -11px;
		margin-top: -15px;
		display: block;
	}
	
	#search-2 {
		display:none !important;
	}
	
	.wp-block-media-text__content {
		margin-top:15px;
	}
	
	.banner-625 {
		margin-top:10px;
	}
	
	.banner-625-pc {
		display:none;
	}
	.baner-top-950 {
		display: none;
	}
	h1.tribe-events-page-month-calender {
		font-size:16px !important;
	}
	
	.hide-mob {
		display: none;
	}
}

@media (min-width: 768px) {	
	.primmenu {
		margin-left: -25px;
		margin-right: -25px;
		border-bottom: 1px solid #ecedef;
	}
	
	.banner-625 img {width:623px !important;height:100px !important;}
	
	.baner-top-450 {
		display: none;
	}
}


body.category-agrobuh .list-post-img {
    /* display: none; */
} 

body.category-agrobuh #main article:nth-child(2) .item-content .post-title {
    border-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
} 

body.category-agrobuh .date {
/*	margin-left:0px;
	margin-top:0px;*/
	
	font-size: 12px !important;
	font-weight: bold !important;
}
body.category-agrobuh .item-content {
	display:block;
}

.tribe-events-single-event-description .read-also {
	display: none;
	
}

.an-post-tags {
	font-size:10px;
	color: #a5a4a4;
	margin-bottom: 10px;
}

.an-post-tags a {
	color: #a5a4a4;
}

.tribe-event-tags {
	display:none;
}

.tribe-events-venue-map {
	width:92% !important;
	height:150px;
}

.tribe-events-venue-map iframe {
	height:150px;
}



.tribe-events-single ul.tribe-related-events, .tribe-events-related-events-title {display:none !important;}

#tribe_events_filters_wrapper.tribe-events-filters-horizontal {/*margin-top: 50px !important;*/}


.archive.tag .post-title a {
	color: #fff;
    font-family: "Museo Sans Cyrl 700";
    font-size: 15px;
}

.archive.tag .post-title {
	color: #fff;
	display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: 0;
    line-height: normal;
    padding-left: 18px;
    border-left: 1px solid #94ca58;
    font-family: "Museo Sans Cyrl 700";
    font-size: 15px;
    z-index: 2;
    text-transform: none;
}

.h2div-title {
	display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: 0;
    line-height: normal;
    padding-left: 18px;
    border-left: 1px solid #94ca58;
    font-family: "Museo Sans Cyrl 700";
    font-size: 15px;
    z-index: 2;
    text-transform: none;
}

#tribe-events {
	padding: 20px 0px 0px;
}

.tribe-events-single-section-title, .tribe-events-meta-group-other {
	display: none !important;
}

/* AGROPEOPLE */
.person img.wp-post-image {
    
    margin-bottom: 10px;
}

#democracy-2 .widget-title, .col-sidebar .widget h2 {
	text-transform: none !important;
	text-align: center;
	font-size: 17px !important;
	margin-bottom: 0px !important;
	font-weight: bold !important;

}

.dem-poll-title {
	font-size: 80% !important;	
	
}

.dem-vote label {
	font-size: 90% !important;	
	font-weight: 400 !important;
}

.democracy ul.dem-vote li>* {
	margin-bottom: .3em !important;
}

.democracy ul.dem-answers li {
	padding-bottom: 0em !important;
}

.dashicons-chart-bar:before {
    color: #aeaeae !important;
}

.post-views-count {
	font-size: 12px !important;
	color: #aeaeae !important;
}