/*
Theme Name: WP_Ogitive Bgen 2020
Theme URI: http://ww.ogitive.com
Author: Ogitive
Author URI: http://www.ogitive.com
Description: Custom theme for balkangreenenergynews.com
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpog
Tags:
*/

* {
    margin: 0;
    padding: 0;
}

html,body{
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
    color: #333333;
}
strong{
    font-weight: bold;
}
em{
    font-style: italic;
    color: unset;
}
p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: normal;
}
h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 900;

}
h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1;

}
h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1;

}
h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1;

}
h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1;
}
h5 span {
    color: #09a51d;
}
section{
    margin: 0px 0 50px;
}
.btn {
    padding: 8px 36px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
}
.btn.btn-green {
    background: #fff;
    border: none;
    color: #52be60;
    position: relative;
    border: 2px solid #52be60;
}
.btn.btn-green:hover{
    border: 2px solid #079019;
    color: #079019;
    transition: all .4s ease;
}
.flex-grid {
    display: flex;
    flex-wrap: wrap;
}
.flex-wide{
    justify-content: space-between;
}


/*HEADER*/
header{
    margin-bottom: 50px;
}
.header-promo{
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 1920px;
    margin: 0 auto;
}

.header-promo a {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.header-promo img {
    display: block;
}

.header-top{
    background: #333333;
    padding: 10px 0;
}
.header-lang{
    width: 30%;
}
.header-social{
    width: 70%;
    justify-content: flex-end;
}
.header-top ul > li{
    display: inline-block;
    padding-right: 10px;
    position: relative;
}


.header-top ul > li > a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}
.social-icons img{
    display: inline-block;
    padding-left: 8px;
	width:23px;
}
.footer-right .social-icons img{
    display: inline-block;
    padding-left: 0px;
	padding-right:8px;
}
.header-mid{
    padding: 50px 0;
}
.header-bottom{
    position: relative;
}
.mob-header{
    background: #fff;
    z-index: 990 !important;
}
.mob-header.uk-sticky.uk-active.uk-sticky-fixed.uk-sticky-below .header-mid{
    display: none;
}
.mob-header.uk-sticky.uk-active.uk-sticky-fixed.uk-sticky-below .header-bottom{
    padding-top: 20px;
}
.header-btns{
    padding-top: 10px;
}





.searchdiv{
    display: inline-block;
    text-align: center;
    width: 200px;
    position: relative;
    top: 2px;
    margin-right: 20px;
    border:none;
    padding: 5px 0;
    border-bottom: 1px solid #4a4a4a;
}
.searchdiv img{
    position: absolute;
    width: 16px;
    cursor: pointer;
}
.searchdiv input{
    border: none;
	font-family: 'Nunito Sans', sans-serif;
    width: 80%;
    margin-left: 30px;
    font-size: 12px;
}
.searchdiv input:focus{
    outline: none;
}
.main-nav{

    border-bottom: 1px solid #58585a;
}
#menu-main-navigation{
    display: flex;
    justify-content: space-between;
}
.header-bottom nav ul > li{
    display: inline-block;
    padding-right:4px;
    position: relative;
    padding-bottom: 15px;
}
.header-bottom nav ul > li:nth-child(1) {
    background-image: url(assets/img/ico-home.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    width: 12px;
    padding-bottom: 0px;
}

.header-bottom nav ul > li:hover a{
    color: #fff;
    background: #09a51d;
    text-decoration: none;
}
.header-bottom nav ul > li:nth-child(1) a{
    background: none;
    color: transparent;
    display: block;
    width: 8px;
    height: 7px;
    overflow: hidden;
}
.header-bottom nav ul > li > ul.sub-menu{
    display: none;
    background: #09a51d;
    position: absolute;
    top: 22px;
    min-width: 150px;
    padding: 10px 5px 5px;
    z-index: 20;
    transition: all .3s ease-in-out;
}
.header-bottom nav ul > li:hover ul{
    display: block;
    transition: all .3s ease-in-out;
}
.header-bottom nav ul > li > ul > li{
    display: block;
    padding-bottom: 10px;
}
.header-bottom nav ul > li > ul > li:nth-child(1){
    background-image: none;
    padding-bottom: 10px;
    width: unset;
    background-size: unset;
}
.header-bottom nav ul > li > ul > li:nth-child(1) a{
    background: none;
    color: #fff;
    display: block;
    width: unset;
    height: unset;
    overflow: unset;
}
.header-bottom nav ul > li > a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
}
.header-bottom nav ul > li > ul > li > a:hover{
    text-decoration: underline;
}
.header-bottom nav ul > li > a i{
    font-size: 14px;
}
.hc-nav-trigger.hc-nav-1 {
    right: 30px;
    top: -100px;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    background: #333333;
}
.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next {
    border-left: none;
}
.hc-offcanvas-nav.nav-position-right span.nav-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.side2 .uk-container {
    padding-right: 0;
    padding-left: 0;
}
.side2 .flex-grid{
    flex-direction: column;
}
.side2 .header-lang,.side2 .header-social{
    width: 100%;
}
.side2 .social-icons a{
    display: inline-block;
    padding:10px;
}
.side3{
    padding-top: 10px;
}
.side3 ul li {
    display: inline-block;
}

.hc-offcanvas-nav .side3  a{
    font-size: 14px;
    border-bottom: none;
}
.nav-content .btn.btn-search{
    margin-right: 0;
    position: relative;
    left: 17px;
}

.nav-content li.nav-close a{
    border-bottom: none !important;
}
.nav-content .btn.btn-green{
    border: 2px solid #52be60;
}
.nav-content .btn.btn-green:after{
    position: unset;
    border: none;
}
.nav-content .btn.btn-green:before{
    position: unset;
    border: none;
}
.btn.btn-search:before {
    left: 4px;
}
.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: #333;
}
.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
    border-bottom: 1px solid #000;
}
.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
    background: #333;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.top-search-mobile {
    padding: 35px 15px 10px;
}
.top-search-mobile input {
    font-size: 14px;
    width: 100%;
}
.mob-search-icon{
    display: none;
    position: absolute;
    right: 120px;
}
.mob-search-icon i{
    font-size: 25px;
}


#searchBtn{
    cursor: pointer;
    width: 28px;
}

.top-search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 116px;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    background: #333;
    padding: 30px 0 0;
    z-index: 9999;
    -webkit-transition: opacity .5s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .5s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .5s ease-in-out, -o-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out, opacity .5s ease-in-out, -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .5s ease-in-out;
    transition: transform .3s ease-in-out, opacity .5s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out;
}

.top-search.push {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.input-holder {
    position: relative;
    padding-right: 30px;
    width: 61%;
    margin: 0 auto;
    top: 20px;
}

.input-holder .main-search {
    width: calc(100% - 120px);
    outline: none;
    background: #fff;
    border: none;
    padding: 12px 120px 13px 45px;
    color: #333;
    font-size: 14px;

}

.input-holder .main-search::-webkit-input-placeholder, .input-holder .main-search::-moz-placeholder, .input-holder .main-search:-ms-input-placeholder, .input-holder .main-search:-moz-placeholder {
    color: #fff !important;
}

.input-holder .button-search {
    background: #333;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 16px;
    padding: 5px 20px;
    text-transform: none;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    border: none;
}

.input-holder .button-search:before {
    content: none;
}

.input-holder .close-btn {
    position: absolute;
    right: -15px;
    top: -20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.input-holder img {
    position: absolute;
    left: 8px;
    top: 14px;
}






/*INTRO SECTION*/

.intro-pic{
    width: 70%
}
.intro-pic img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.intro-text{
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.intro-text .bold-line-text a:last-child p {
    margin-bottom: 0;
}

.intro-text .top-text{
    min-height: 230px;
}
.top-text h2{
    font-size: 28px;
}
.top-text p{
    font-size: 14px;
}

.box-top span a, p span, .top-text span a, .country-cat span a {
    font-weight: 700;
    color: #09a51d;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}
p span a{
    font-weight: bold;
    color: #09a51d;
    text-transform: uppercase;
}
p span a:hover{
    color: #09a51d;
	text-decoration:none;
}
h5 span a{
    color: #09a51d;
}
.bold-line-text{
    border-top: 1px solid #7c7c7c;
    padding-top: 15px;
}
.bold-line-text p{
    font-weight: 900;
    padding-bottom: 15px;
    border-bottom: 1px solid #7c7c7c;
    font-size: 17px;
}


/*BANNER SECTION*/
.bn-box{
    width: 270px;
    margin-bottom: 45px;
}

.bn-box p{
    margin-bottom: 0px;
    font-size: 14px;
}
.bn-box h3 {
    margin-bottom: 15px;
}
.box-top{
    margin-bottom: 15px;
}
.section-top-text{
    margin-bottom: 10px;
    min-height: 75px;
}
.banner-news{
    width: 72%;
}
.banner{
    width: 300px;
}
.banner-pic{
    margin-bottom: 20px;
}
.banner-text{
    background: #fff;
    border: 1px solid #000;
    padding: 60px 30px 30px;
    margin-bottom: 20px;
    text-align: center;
}
.banner-text .btn.btn-green {
    padding: 8px 20px;
}
.banner-text h3{
    font-size: 32px;
}
.sponsor{
    margin-left: 50px;
    margin-top: -5px;
    position: relative;
}
.category-intro .sponsor{
    margin-top: 3px;
}
.sponsor:before{
    content: " ";
    position: absolute;
    height: 35px;
    width: 2px;
    top: 5px;
    left: -25px;
    background: #09a51d;
}

.sponsor p{
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
}
.sponsor img{
    width: 200px;
    vertical-align: middle;
    margin-top: -20px;
}
.bn-box-img {
    height: 180px;
    margin-bottom: 15px;
    position: relative;
}
.caption{
    position: absolute;
    color: #fff;
    font-size: 12px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding:5px 8px;
    margin-bottom: 0 !important;
}
.bn-box-img img{
    width: 100%;
    object-fit: cover;
    height: 180px;
}
.left-banner .banner-news {
    width: 74%;
}
.twitter-banner{
    width: 270px;
    border:1px solid #09a51d;
    text-align: center;
    padding-bottom: 68px;
}
.twitter-banner img{
    margin: 50px 0 40px;
}
.twitter-banner h3{
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    line-height: 0.96;
    letter-spacing: normal;
    color: #09a51d;
    padding: 0 24px;
    margin-bottom: 54px;
}
.twitter-banner p {
    color: #09a51d;
    padding: 0 24px;
    margin-bottom: 35px;
}
.twitter-banner .btn{
    padding: 8px 36px;
    font-size: 14px;
    width: unset;
}


/*THREE BOXES SECTION*/
.tb-box{
    width: 380px;
}
.tb-box h5{
    font-weight: 700;
    margin-bottom: 15px;
}
.tb-box h2{
    margin-bottom: 15px;
}
.tb-box p{
    margin-bottom: 15px;
}
.tb-box-pic{
    height: 238px;
    margin-bottom: 15px;	
    position: relative;
}
.tb-box-pic img{
    width: 100%;
    height: 238px;
    object-fit: cover;
}

/*BANNER FULL PIC*/
.banner-full-pic{
    text-align: center;
    margin-bottom: 70px;
}

/*FOUR BOXES*/
.four-boxes{
    padding-bottom: 50px;
}
.four-boxes.multi-boxes .bn-box{
    margin-bottom: 50px;
}

/*BANNER RIGHT SECTION Big article,three boxes*/
.big-article{
    margin-bottom: 30px;
}
.big-article-pic{
    width: 45%;
}
.big-article-text{
    width: 50%;
}
.popular-box h4{
    font-size: 18px;
}

.popular-box a {
    text-decoration: none !important;
    color: #000;
}


.popular-box a:hover {
    text-decoration: underline !important;
}


/*COLORED BACK*/
.colored-section{
    padding: 60px 0;
    margin-bottom: 80px;
}
.colored-section.black-back{
    background: #000;
}
.colored-section h2,.colored-section p{
    color: #fff;
}
.colored-section .big-article{
    width: 72%;
}
.colored-section .big-article .top-text p{
    font-size: 14px;
}
.colored-section .big-article .top-text p a{
    color: #fff;
}
.colored-section .big-article .top-text p span a{
    color: #09a51d;
}
.colored-section .big-article-promo p{
    font-size: 12px;
    margin-bottom: 8px;
}
.colored-section.gray-back{
    background: #333333;
    padding: 60px 0;
}
.popular.white-popular {
    border-top: 1px solid #fff;
}
.popular.white-popular h4{
    color: #fff;
}
.popular.white-popular .popular-box{
    border-bottom: 1px solid #fff;
}




/*BANNER RIGHT SECTION Big article,three boxes, most popular*/
.popular{
    width: 270px;
    float: right;
}
.popular-head{
    background: #000;
    padding: 12px;
}
.popular-head h3{
    color: #fff;
    font-size: 22px;
    margin-bottom: 0
}
.popular-box{
    padding-top: 20px;
    border-bottom: 4px double #333333;
}
.popular-box p{
    margin-bottom: 8px;
}


/*FOOTER*/
footer{
    margin-top: 100px;
}
.top-footer{
    padding: 50px 0;
    background: #333333;
    border-bottom: 14px solid #09a51d;
}
footer p{
    color: #fff;
    font-size:14px;
}
footer h5{
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
}
footer ul{
    display: flex;
    flex-wrap: wrap;
}
footer ul li {
    width: 25%;
    margin-bottom: 6px;
}
footer ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
footer ul li a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer-left{
    width: 24%;
    padding-right: 50px;
}
.footer-center{
    width: 45%;
}
.footer-right{
    width: 23%;
}
.footer-logo{
    margin-bottom: 30px;
}
.footer-logo img{
	width:190px;
}
.footer-bottom{
    padding: 10px 0;
}
.footer-bottom p{
    font-size: 10px;
    color: #c4c4c4;
    margin-bottom: 0;
}



/*SINGLE PAGE*/
.main-part img{
    margin-bottom: 20px;
}
.main-part-head img{
    width: 100%;
}
.single-head h5 {
    font-weight: normal;
}
.main-part{
    width: 70%;
    margin-bottom: 40px;
}
.banner.single-banner .popular{
    width: unset;
    float: unset;
}
.info-div{
    width: 145px;
}
.info-div a:hover{
    color: #52be60 !important;

}
.info-sticky.non-sticky{
    display: none;
}
.info-line{
    margin-bottom: 20px;
}
.info-div p{
    font-size: 14px;
    margin-bottom: 3px;
}
.info-text{
    padding: 12px 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}
.com-info img{
    margin-top: 3px;
}
.info-download{
    padding: 17px 0 12px;
    border-bottom: 2px solid #333;
}
.info-download img{
    margin-top: -6px;
}
.info-div i{
    float: left;
    margin-right: 5px;
}
.info-div img{
    float: left;
    margin-right: 8px;
}

.info-share{
    padding: 10px 0;
}
.info-div .info-share img{
    margin-right: 10px;
    margin-bottom: 0;
}
.info-div .info-share p{
    margin-bottom: 10px;
}
.info-share .share-icons img:nth-child(2){
    margin-top: -3px;
}
.single-content {
    width: 80%;
}
.single-content h2{
    font-size: 18px;
    line-height: normal;
}
blockquote{
    font-weight: bold;
    padding-left: 20px;
    border-left: 2px solid #09a51d;
    font-style: italic;
	margin-bottom:20px;
}

.tags-breadcrumbs{
    width: 80%;
    float: right;
    margin-top: 40px;
}
.tags{
    padding: 12px 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}
.tags p{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
}
.tags ul{
    display: inline-block;
    margin: 0;
}
.tags ul li{
    display: inline-block;
    position: relative;
    padding-right: 5px;
}
.tags ul li:after{
    position: absolute;
    content: ",";
    right: 0;
    top: 0;
}
.tags ul li:last-child:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
}
.tags a{
    font-size: 14px;
    color: #09a51d;
}
.tags a:hover{
    color: #09a51d !important;
}
.breadcrumbs{
    padding: 12px 0;
}
.comments{
    width: 80%;
    float: right;
    margin-top: 30px;
}
.Comments__Box{
    padding-left: 20px;
    border-left: 2px solid #333;
    margin-bottom: 20px;
}
.Comments__Box__Header{
    margin-bottom: 15px;
}
.Comments__Box__Footer{
    display: flex;
    flex-wrap: wrap;
}
.vote.vote--Up{
    margin-right: 30px;
}

.voteBtn {
    cursor: pointer;
}

.vote.vote--Up .voteBtn{
    background: #09a51d;
    border-radius: 4px;
    display: inline-block;
    padding: 1px 4px;
    color: #fff;
}
.vote.vote--Down .voteBtn{
    background: #bc0000;
    border-radius: 4px;
    display: inline-block;
    padding: 1px 4px;
    color: #fff;
}
.plus i{
    color: #09a51d;
}
.minus i{
    color: #bc0000;
}
.plus i,.plus p,.minus i,.minus p{
    display: inline-block;
    margin-bottom: 0;
}
.enter-comment{
    padding:20px;
    background: #efefef;
    margin-top: 50px;
}
.enter-comment h3{
    margin-bottom: 30px;
}
.enter-comment label{
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.enter-comment input{
    height: 40px;
    border:none;
    padding: 0 10px;
    margin-bottom: 20px;
    width: calc(100% - 20px);
}
.enter-comment textarea{
    height: 112px;
    border:none;
    padding: 10px 10px;
    margin-bottom: 20px;
    width: calc(100% - 20px);
    resize: none;
}
#comment-form button{
    padding: 8px 20px;
    width: unset;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
}

/*JOBS Page*/
.jobs-events-head p{
    font-size: 14px;
}
.gray-boxes {
    padding-bottom: 220px;
}
.gray-box{
    background: #efefef;
    padding: 25px 30px;
    margin-bottom: 30px;
}
.gray-box h3{
    margin-bottom: 25px;
}
.gray-box p{
    margin-bottom: 8px;
}

/*JOURNALIST Page*/

.four-boxes.multi-boxes.journalist-box{
    padding-bottom: 150px;
}
.journalist-box .bn-box{
    min-height: 430px;
}
.four-boxes.multi-boxes .flex-grid{
    display: grid;
    justify-content: unset;
    grid-template-columns: 4fr 4fr 4fr 2fr;
}

.archive .four-boxes.multi-boxes{
    padding-bottom: 0;
}
.paginate {
    margin: 40px 0;
    text-align: center;
}

.paginate a, .paginate span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all 0.4s;
    /* Safari */
    transition: all 0.4s;
}

.paginate > div {
    display: inline-block;
    margin-right: 5px;
}

.paginate a:hover {
    background-color: #09a51d;
    color: #fff;
}

.paginate .prev, .paginate .next {
    display: none;
}

.paginate .current {
    display: inline-block;
    background-color: #fff;
    color: #09a51d;
}

.wpcf7-form-control.wpcf7-submit {
    padding: 8px 36px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
    background: #fff;
    border: 2px solid #52be60;
    color: #52be60;
    position: relative;
    border-radius: 0;
    text-transform: uppercase;
}
.wpcf7-form-control.wpcf7-submit:hover{
    border: 2px solid #079019;
    color: #079019;
    transition: all .4s ease;
}

.page-content form select {
	font-size:16px;
}
.page-content p span{
    color: #000;
    font-weight: normal;
}
.page-content .wp-video{
    margin-bottom: 20px;
}
.archive .four-box-section{
	margin-bottom:0px;
}
.four-box-section{
	margin-bottom:20px;
}
.four-box-section .four-boxes{
	padding-bottom:0;
}
.banner-section{
	margin-bottom:20px;
}
.top-text span.green-h{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #09a51d;
    display: block;
    margin-bottom: 20px;
}
.comments span.comments-title{
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 900;
    line-height: 1;
    display: block;
}
span.comm-title{
        font-size: 22px;
    margin-bottom: 40px;
    font-weight: 900;
    line-height: 1;
    display: block;
}
.banner-text span{
    font-size: 32px;
    display: block;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1;
}
.popular-head span{
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 1;
}
.footer-span{
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
    display: block;
    font-weight: 900;
    line-height: 1;
}

.uk-slideshow-items.banner-premium,
.uk-slideshow-items.banner-cat {
    min-height: 250px !important;
    text-align: center;
}
.uk-slideshow-items.banner-single.h600{
    min-height: 600px !important;
}
.uk-slideshow-items.banner-single.h250{
    min-height: 250px !important;
}

.popular-box span.popular {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #000;
    display: block;
}
.archive .section-h h2 {
    font-size: 48px;
    text-transform: uppercase;
}