/*
 Theme Name:   ellipse
 Description:  Specific theme for ellipse website
 Author:       Tresipunt
 Author URI:   https://tresipunt.com
 Template:     wp-bootstrap-starter
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  ellipse
*/

/*GENERAL*/

body{
    font-family: 'PT Serif', serif;
    overflow-x: hidden;
    color: #4A4A4A;
}

#content.site-content{
    padding-top:1.5rem;
}

a{
    color: #4D8C0E;
}

a:hover{
    color: inherit;
}

h1{
    font-size:3rem;
}

h3{
    font-size: 2.25rem;
}

h4{
    /*font-size:1rem;*/
    font-size: 16px;
    line-height: 22px;
}

h2, h3, h4, h5, h2 a, h3 a, h4 a, h5 a{
    color: #4A4A4A;
}

h1, h2, h3, h4, h5, .entry-title, h1.page-title{
    font-family: 'Libre Franklin', sans-serif;
    font-weight: bold;
    color:#4A4A4A;
}


.post-meta{
    font-family: 'Libre Franklin', sans-serif;
    text-transform: uppercase;
    /*font-size: 0.75rem;*/
    font-size: 12px;
    margin-top: 10px;
}

.post-meta .publish-date{
    color: #9B9B9B;
}

h2.entry-title {
    border-bottom: 0;
}

.full-bg {
    background-color: #F2F2ED;
    padding: 30px 0 50px 0;
}

.section-bg{
    padding: 30px 0 50px 0;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.post.hentry{
    margin-bottom: 2rem;
}


.left{
    float: left;
}

.right{
    float:right;
}

.uppercase{
    text-transform: uppercase;
}

.tag-list{
    margin-bottom: 30px;
}

.tag-list a{
    font-family: 'Libre Franklin', sans-serif;
    background-color: #F7F7F5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 20px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.tag-list a:hover{
    text-decoration: none;
    background-color: #67AC20;
    color: #ffffff;
}

.btn-primary{
    font-family: 'Libre Franklin', sans-serif;
    background-color: #67AC20;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 10px;
    text-align: center;
    border-color: #67AC20;
}

.grid-ellipse > div, .grid-ellipse > article{
    margin-bottom: 15px;
}

.wp-caption{
    background: transparent;
    border: 0;
    padding: 0;
}

.wp-caption-text{
    text-align: left;
    font-family: 'Libre Franklin', sans-serif;
    color: #808080;
    font-size: 14px !important;
    padding: 0.625rem 0 !important;
    font-weight: 600;
}

.mobile{
    display: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #F7F7F5;
    border-color: #F7F7F5;
    color: #4D8C0E;
}

.navbar-light .navbar-toggler{
    margin-top: 4px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-image:url('img/burguer_close.svg');
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon{
    background-image:url('img/burguer_open.svg');
}

.navbar-toggler[aria-expanded="false"]:hover .navbar-toggler-icon{
    background-image:url('img/burguer_open_hover.svg');
}

.clear{
    clear: both;
}

.addtoany_shortcode .addtoany_list{
    line-height: inherit !important;
}

/*HEADER*/

.top-sidebar .widget_nav_menu, .top-sidebar .widget_icl_lang_sel_widget{
    float: right;
}

.top-sidebar .widget_nav_menu a{
    font-family: 'Libre Franklin', sans-serif;
    color: #4A4A4A;
    font-size: 12px;
}

.top-sidebar .widget_nav_menu ul.flex-column{
    flex-direction: row !important;
}

.top-sidebar .widget_nav_menu ul li{
    display: inline-block;
    padding-top: 15px;
    border-left:1px solid #E6E5DA;
}

.wpml-ls-legacy-list-horizontal{
    padding: 0 !important;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item{
    margin-left: 2px;
}

.wpml-ls-legacy-list-horizontal a{
    padding-top: 25px;
    padding-bottom: 10px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
}

.wpml-ls-legacy-list-horizontal a:hover{
    background-color: #67ac20;
    color: #ffffff;
    text-decoration: none;
}

#subscribe{
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    margin-top: 10%;
}

header#masthead{
    background-color: #ffffff;
    padding: 0;
    box-shadow: none;
}

#masthead nav{
    padding: 0 1rem;
}

.navbar-bg .navbar{
    float: left;
}

.navbar-brand{
    padding: 0;
    margin-bottom: 25px;
}

.navbar-brand > a{
    color: #67AC20;
    line-height: 1;
}

.navbar-brand{
    text-align: center;
    margin-right: 0;
}

.navbar-brand .site-title{
    font-size:6rem;
    font-family: 'Libre Franklin', sans-serif;
}

.navbar-bg{
    background-color: #F7F7F5;
    color: #ffffff;
}

.nav > li > a:focus, .nav > li > a:hover{
    background-color: transparent;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li{
    padding-left: 35px;
    padding-right:35px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child{
    padding-left: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
    color: #4A4A4A;
    text-transform: uppercase;
    padding:25px 0 21px 0;
    font-weight: 600;
    border-bottom:4px solid #F7F7F5;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.active a{
    border-bottom: 4px solid #4D8C0E;
    color: #4A4A4A;
}

.social-links{
    float: right;
    padding-inline-start:0;
}

.social-links li{
    background-color: #F7F7F5;
    border-radius:50px;
    list-style: none;
    text-align: center;
    margin: 0.3rem;
    float:left
}

.social-links li a{
    text-indent: -9999px;
    display: block;
    width: 32px;
    height: 32px;
}

.social-links li:nth-child(4){
    clear:both;
}

.social-links li:nth-child(3), .social-links li:last-child{
    margin-right: 0;
}

.social-links a#instagram{
     background: url("img/instagram.svg") no-repeat center;
}

.social-links a#instagram:hover{
    background: url("img/instagram_hover.svg") no-repeat center;
}

.social-links a#twitter{
    background: url("img/twitter.svg") no-repeat center;
}

.social-links a#twitter:hover{
    background: url("img/twitter_hover.svg") no-repeat center;
}

.social-links a#flickr{
    background: url("img/flickr.svg") no-repeat center;
}

.social-links a#flickr:hover{
    background: url("img/flickr_hover.svg") no-repeat center;
}

.social-links a#linkdin{
    background: url("img/linkdin.svg") no-repeat center;
}

.social-links a#linkdin:hover{
    background: url("img/linkdin_hover.svg") no-repeat center;
}

.social-links a#facebook{
    background: url("img/facebook.svg") no-repeat center;
}

.social-links a#facebook:hover{
    background: url("img/facebook_hover.svg") no-repeat center;
}

.social-links a#youtube{
    background: url("img/youtube.svg") no-repeat center;
}

.social-links a#youtube:hover{
    background: url("img/youtube_hover.svg") no-repeat center;
}

.mobile-info .social-links a#instagram{
    background: url("img/icons/mobil/instagram.svg") no-repeat center;
}

.mobile-info .social-links a#twitter{
    background: url("img/icons/mobil/twitter.svg") no-repeat center;
}

.mobile-info .social-links a#flickr{
    background: url("img/icons/mobil/flickr.svg") no-repeat center;
}

.mobile-info .social-links a#linkdin{
    background: url("img/icons/mobil/linkedin.svg") no-repeat center;
}

.mobile-info .social-links a#facebook{
    background: url("img/icons/mobil/facebook.svg") no-repeat center;
}

.mobile-info .social-links a#youtube{
    background: url("img/icons/mobil/youtube.svg") no-repeat center;
}


.social-links i{
    color: #4D8C0E;
    font-size:16px;
    vertical-align: middle;
}

#top-menu li{
    display: inline-block;
    list-style: none;
}

#main-nav{
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 600;
}

.mobile-info{
    width: 100%;
}

.mobile-info .social-links{
    float: none;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    clear: both;
    padding-top: 15px;
}

.mobile-info .social-links li{
    margin-right: 1.6rem !important;
    float: none;
    display: inline-block;
}

.mobile-info .social-links li:last-child{margin-right: 0 !important;}

.mobile-info .social-links li:nth-child(4){
    clear: none;
}

.mobile-info .widget_text{
    float: left;
}

.mobile-info .widget_nav_menu{
    float: right;
}

.mobile-info .widget_nav_menu ul li{
    display: inline-block;
}

.mobile-info .widget_nav_menu ul.flex-column{
    flex-direction: row !important;
    margin-top: 14%;
}

.mobile-info .widget_nav_menu a{
    color: #4A4A4A;
    font-size: 14px;
    font-family: 'Libre Franklin', sans-serif;
    display: inline-block;
    padding: 0 1rem;
}

.mobile-info .widget_nav_menu li{
    border-right: 1px solid #4A4A4A;
}

.mobile-info .widget_nav_menu li:last-child{
    border-right:0;
}

/* HOMEPAGE */

.home #content.site-content{
    padding-bottom: 0;
}

h2.section-title{
    text-align: center;
    font-size: 48px;
}

section#news{
    padding-bottom: 50px;
}

#news .post-meta{
    margin-top: 15px;
}

#our-picks .post-meta{
    margin-top: 8px;
}

.carousel-control-prev{
    left:-15%;
}

.carousel-control-next{
    right: -15%;
}

.carousel-control-next, .carousel-control-prev{
    opacity:1;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 15px;
    height: 28px;
}

.carousel-control-prev-icon{
    background-image: url('img/arrow_slider_left.svg');
}

.carousel-control-next-icon{
    background-image: url('img/arrow_slider_right.svg');
}

.carousel-indicators{
    position: inherit;
    margin-top: 40px;
}

.carousel-indicators li{
    text-indent: 0;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 12px;
}

.carousel-indicators .active{
    background-color: transparent;
}

.carousel-indicators .active i{
    color: #4D8C0E;
}

.carousel-indicators i{
    color: #ffffff;
}

.carousel-item{
    height: 275px;
}

.carousel-item .post-meta{
    margin-top: 0;
}


.more-link{
    margin-top: 15px;
    clear: both;
    text-align: center;
}

.more-link .link.ellipse-btn{
    background-color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 25px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
}

.more-link .link.ellipse-btn.grey{
    background-color: #F2F2ED;
}

.more-link .link.ellipse-btn:hover{
    background-color:#4D8C0E;
    color: #ffffff;
    text-decoration: none;
}

.home #news .post-list > div{
    margin-bottom: 15px;
}

.home #news .post-list .post-img{
    border-bottom: 2px solid #E6E5DA;
}

.home #news .post-list > div:nth-of-type(3) .post-img{
    border-bottom: 0;
}

.home #news .post-list .post-meta{
    margin-top: 0;
}

.home #news .post-list h4{
    margin-bottom: 0;
}

.home #news .post-list .content{
    font-size: 14px;
}

/* ARCHIVE*/

.archive .photo-of-the-week {
    position: relative;
}

.archive .photo-of-the-week .post-content{
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: none;
}

.archive .photo-of-the-week:hover .post-content{
    display: block;
}

.archive .photo-of-the-week .post-content .post-meta .publish-date, .archive .photo-of-the-week .post-content a{
    color: #ffffff;
}

/*SINGLE*/

h1.entry-title{
    font-size: 3rem;
    border-bottom: 0;
}

.excerpt{
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.25rem;
}

.post-content{
    font-size:1.125rem;
}

.img-title{
    font-family: 'Libre Franklin', sans-serif;
    color: #808080;
    font-size: 14px;
    font-weight: 600;
}

blockquote{
    font-style: italic;
    text-align: center;
    font-size: 1.5rem;
    line-height: 40px;
    border-top: 1px solid #E6E5DA;;
    border-bottom: 1px solid #E6E5DA;
    color: #807F79;
    padding: 10px 0;
}

blockquote p{
    width:75%;
    margin: 0 auto;
}

.extra-post-info{
    font-size: 14px;
}

.content-field{
    font-family: 'Libre Franklin', sans-serif;
    border-top: 1px solid #E6E5DA;
    padding-top: 10px;
    margin-top: 5px;
    font-size:14px;
}

.field-label{
    text-transform: uppercase;
    color: #9B9B9B;
    font-size: 12px;
    margin: 10px 0;
    font-weight: bold;
}

.body-field{
    font-size: 18px;
    line-height: 32px;
}

.body-field h2, .body-field h3{
    font-size: 24px;
    margin-bottom: 15px;
}

.single-post h2, .single-post h3, .single-post h4{
    font-family: 'PT Serif', serif;
}

.download-content{
    margin-bottom: 15px;
}

.download-content img{
    margin-right: 10px;
}

.download-content .download-info{
    font-size: 14px;
}

.related-news .entry-title{
    font-family: 'Libre Franklin', sans-serif;
}
.related-news:before{
    content: "";
    position: absolute;
    z-index: -1; /* behind parent */
    top: 0;
    bottom: 0;
    /* subtract h2 padding (1.5rem) */
    left: 598.5rem;
    right: 598.5rem;
    background-color: #F2F2ED;
}

.social-info{
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    padding: 20px 0;
    border-top: 1px solid #E6E5DA;
    border-bottom: 1px solid #E6E5DA;
}

.social-info > div{
    margin-bottom: 20px;
}


.social-info div.like .zilla-likes{
    background: url('img/like.svg') no-repeat;
    border: 0 !important;
    margin: 0 0 10px 0 !important;
    padding-left: 50px !important;
    padding-top: 8px;
    text-decoration: none;
    width:40px;
    height:40px;
    display: block;
}

.social-info div.like .zilla-likes:hover{
    background: url('img/like_hover.svg') no-repeat;
}

.comments-count{
    background-image: url('img/comment.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 36px;
    text-align: center;
    color: #4D8C0E;
    display: inline-block;
    padding-top: 3px;
}

.comments-count:hover{
    background-image: url('img/comment_hover.svg');
    text-decoration: none;
    color: #ffffff;
}

.addtoany_list a{
    padding: 0 6px;
}

.addtoany_list a:hover img, .addtoany_list a:hover span{
    opacity: 1 !important;
}

.addtoany_list a.a2a_button_twitter:hover img{
    content: url('img/icons/twitter-hover.svg');
}

.addtoany_list a.a2a_button_facebook:hover img{
    content: url('img/icons/facebook-hover.svg');
}

.addtoany_list a.a2a_button_linkedin:hover img{
    content: url('img/icons/linkedin-hover.svg');
}

/* COMMENTS */

.comments-area{
    padding: 2rem 0;
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 14px;
}

.comment-reply-title{
    text-transform: uppercase;
    color: #9B9B9B;
    font-size: 12px;
    margin: 10px 0;
    font-weight: bold;
    font-family: 'Libre Franklin', sans-serif !important;
}

.comments-title .field-label{
    font-family: 'Libre Franklin', sans-serif !important;
}

.comment-list li{
    border-top: 1px dotted #000;
    padding-top: 1.5rem;
}

.comment-reply a{
    background-color: #F7F7F5;
    color:#4D8C0E;
    border:0;
    border-radius: 20px;
    padding: 5px 20px;
}

.comment-reply a:hover, .comment-reply a:focus{
    background-color: #67AC20;
    color:#ffffff;
}

.btn-primary:hover{
    background-color: #F7F7F5;
    border-color: #F7F7F5;
    color: #4D8C0E;
}

/* NEWSLETTER */
#mc_embed_signup form{
    padding:0 !important;
}

#mc_embed_signup input.btn{
    padding: 10px 30px;
    border-radius: 30px !important;
    font-size: 14px;
    margin-left: 0;
}

.content__gdpr p{
    font-size: 12px;
}

#mergeRow-gdpr{
    margin-top: 0 !important;
}

#mc_embed_signup .mc-field-group input{
    width:auto !important;
}

#mc_embed_signup .mc-field-group input[type="email"]{
    width: 100% !important;
}

#mc_embed_signup input[type="email"]{
padding:8px;
width:100%;}

#subscribeModal {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 13px !important;
}

/* SEARCH */

div.search{
    float: right;
}


form.search-form{
    margin-top: 17px;
    position: relative;
    float: left;
}

form.search-form label{
    margin-bottom: 0;
}

button.search-submit{
    background-color: transparent;
    color: #4D8C0E;
    border: 0;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

button.search-toggler{
    margin-top: 22px;
    background-color: transparent;
    border: 0;
    float:right;
}

button.search-toggler:focus{
    outline:none;
}

button.search-toggler i.icon-open-search:before{
    content:url('img/cerca.svg');
}

button.search-toggler i.icon-open-search:hover:before{
    content:url('img/cerca_hover.svg');
}

button.search-toggler i.icon-close-search:before{
    content:url('img/cerca_close.svg');
}

button.search-toggler i.icon-close-search:hover:before{
    content:url('img/cerca_close_hover.svg');
}

.search-field.form-control{
    border:0;
    border-radius: 0;
    font-size: 1.1rem;
    font-family: 'Libre Franklin', sans-serif !important;
}



/* LOAD MORE*/

#ajax-load-more{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.alm-btn-wrap{
    text-align: center;
}

.alm-load-more-btn{
    background-color: #F7F7F5;
    color: #67AC20;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-appearance: button-bevel;
    padding: 10px 25px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
}

.alm-load-more-btn:hover{
    background-color: #4D8C0E;
    color: #ffffff;
    text-decoration: none;
}

.alm-reveal article img{
    width: 100%;
}

.alm-reveal article{
    margin-bottom: 2rem;
}

.alm-load-more-btn.done{
    display: none;
}

/* COOKIES BAR */

.small.cli-plugin-button{
    font-family: 'Libre Franklin', sans-serif;
}

#cookie-law-info-bar .cli-plugin-main-button{
    margin-left:10px;
}

table.cookielawinfo-classic thead tr th{
    background-color: #F7F7F5 !important;
}

table.cookielawinfo-classic{
    font-family: 'Libre Franklin', sans-serif !important;
}

/* FOOTER */

footer, #footer-widget{
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px !important;
}

#footer-widget .widget{
    font-size: 12px !important;
}

#footer-widget{
    padding-top: 35px;
    border-top: 1px solid #E6E5DA;
    background-color: #F7F7F5;
}

#footer-widget .social-links{
    margin-right: 8%;
}

#footer-widget .social-links li{
    background-color: #F7F7F5;
}

footer#colophon{
    text-align: center;
}
footer#colophon .site-info{
    border-top: 1px solid #E6E5DA;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer-widget .widget_nav_menu .flex-column{
    flex-direction: row !important;
}

#footer-widget .widget_nav_menu li:first-child .nav-link{
    padding-left: 0;
}

#footer-widget .widget_nav_menu li{
    border-right: 1px solid #4A4A4A;
}

#footer-widget .widget_nav_menu li:last-child{
    border-right: 0;
}

#footer-widget .widget_nav_menu li a{
    padding-top: 0;
    padding-bottom: 0;
}

body:not(.theme-preset-active) footer#colophon{
    background: #F7F7F5;!important;
    color: #4A4A4A;
}

#subscribe-footer{
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 14px;
    float: right;
}

#subscribe-footer:hover{
    background-color: #F2F2ED;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: inherit;
}

.mobile-footer-menu{display: none;}


/* MEDIA QUERIES*/

@media (min-width:1025px){
    .related-news{
        font-family: 'Libre Franklin', sans-serif;
        background-color: #F2F2ED;
        position: relative; /* for child pseudo-element */
        z-index: 0;
        margin: 0 -600rem;
        /* add back negative margin value */
        padding: 2rem 600rem;
    }
}

@media (min-width: 768px){
    .home #news .post-list .post-img{
        padding: 0;
    }

    .mobile-info{
        display: none !important;
    }

    #myBtn {
        display: none;
        position: fixed;
        background:url('img/scroll_top.svg') no-repeat center;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        color: #fff;
        cursor: pointer;
        padding: 15px;
        color: transparent;
        text-indent: -9999em;
        width: 52px;
        height: 52px;
    }

    #myBtn:hover{
        background:url('img/scroll_top_hover.svg') no-repeat center;
    }
}

@media (max-width: 1024px) {
    .related-news{
        font-family: 'Libre Franklin', sans-serif;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background-color: #F2F2ED;
        padding: 20px 45px;
    }

}

@media (max-width:768px){
    /*.related-news{
        margin: 0 -39px;
        padding: 2rem 39px;
    }*/

    body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.active a{
        border-width: 1px;
    }

    #footer-widget .social-links{
        margin-right: 0;
    }

    #subscribe-footer{
        padding: 5px 18px;
    }

    #myBtn{display: none !important;}
}

@media (max-width:1024px) and (min-width: 481px){
    .navbar-bg .navbar{
        width: 100%;
        padding: 5px 0 !important;
    }

    .navbar-bg .container{
        position: relative;
    }

    .navbar-light .navbar-toggler{
        margin-top: 2px;
    }

    form.search-form{
        margin-top: 6px;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav > li{
        padding-right: 0;
        padding-left: 0;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
        font-size: 1.2rem;
        border-bottom: 1px solid #ffffff;
        padding: 15px 0;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a{
        border-bottom: none;
    }

    div.search{
        float: none;
        position:absolute;
        right: 0;
    }

    button.search-toggler{
        margin-top: 10px;
    }

}

@media (max-width:480px){

    body{
        font-size: 16px;
    }

    iframe{
        height: 195px;
    }

    .site-header{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

	#content.site-content{padding-top: 56px;}

    .top-sidebar, .desktop.social-links{
        display: none;
    }

	h2.section-title{
		font-size: 42px;
	}
	
    #masthead nav{
        width: 100%;
        padding-left: 0;
    }

    .navbar-brand{
        margin-bottom: 0;
    }

    .navbar-brand > a{
        line-height: inherit;
    }

    .navbar-brand .site-title{
        font-size: 3.8rem;
    }

    .navbar-toggler{
        top: -47px;
        position: absolute;
    }

    .navbar-light .navbar-toggler{
        color:#67AC20;
    }

    .navbar-brand img{
        width: 30%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .search-toggler{
        position: absolute !important;
        top: 0 !important;
        right: 15px !important;
        -webkit-appearance: none;
        margin-top: 0;
    }
    
    div.search{
        float: none;
        position: relative;
    }

    form.search-form{
        width: 100%;
        margin-top: 0;
    }

    label#search-input{
        width: 100%;
        margin: 15px 0;
    }

    button.search-submit{
        top: 14px;
    }

    button.search-toggler {
        margin-top: 4px;
        top: -47px !important;
        right: 0 !important;
    }

    .mobile-info .wpml-ls-legacy-list-horizontal a{
        padding-top: 25px;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .mobile-info .wpml-ls-legacy-list-horizontal a:hover,
    .mobile-info .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a{
        font-weight: bold;
    }
    
    .more-link.left{
        float: none;
        margin-top: 30px;
    }

    #photo-of-the-week .grid-ellipse{
        display: none;
    }

    .archive .photo-of-the-week .post-content{
        position: inherit;
        display: block;
        left: 0;
        bottom: 0;
    }

    .archive .photo-of-the-week .post-content .post-meta .publish-date, .archive .photo-of-the-week .post-content a{
        color: inherit;
    }

    .carousel-inner{
        width: 80%;
        margin:0 auto;
    }

    .carousel-item{
        width: 100%;
        margin: 0 auto;
        height:425px;
    }

    .carousel-control-prev{
        left: 0;
    }

    .carousel-control-next{
        right: 0;
    }

    .form-control{
        padding: .7rem .75rem ;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav > li{
        padding-left: 0;
        padding-right: 0;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
        font-size: 1.2rem;
        border-bottom: 1px solid #ffffff;
        padding: 15px 0;
    }

    .post-list .publish-date, .post-list .content{
        display:none;
    }

    .home #news .post-list .post-img{
        border-bottom: 0;
    }

    #our-picks .row > div{
        margin-bottom: 20px;
    }

    /*.related-news {
        margin: 0 -15px;
        padding: 2rem 15px;
    }*/

    .related-news article{
        margin-bottom: 20px;
    }

    .mobile-info .wpml-ls-legacy-list-horizontal{
        margin-left: -15px;
        margin-right:-15px;
    }

    .social-info.mobile > div{
        margin-bottom: 0;
    }

    .mobile-footer-menu{
        display: block;
        position: fixed;
        height:50px;
        bottom: 0;
        width: 100%;
        background-color: #ffffff;
        border-top: 1px solid #E6E5DA;
        font-family: 'Libre Franklin', sans-serif;
    }

    .single-post .mobile-footer-menu{
        display: none;
    }

    .mobile-footer-menu ul{
        margin-left: 0;
        padding-left: 0;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
    }

    .mobile-footer-menu ul li{
        list-style: none;
        display: inline-block;
        width: 32%;
    }

    .mobile-footer-menu > div{
        text-align: center;
        margin-top: 5px;
    }

    .mobile-footer-menu a{
        color: #4A4A4A;
        display: inline-block;
        padding-top: 25px;
        text-align: center;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .mobile-footer-menu .home-link a{
        background-image: url('img/home.svg');
    }
    .mobile-footer-menu .latest-link a{
        background-image: url('img/latest.svg');
    }
    .mobile-footer-menu .picks-link a{
        background-image: url('img/picks.svg');
    }

    .mobile-footer-menu .home-link a:hover, .mobile-footer-menu .home-link.current-menu-item a{
        background-image: url('img/home_hover.svg');
    }
    .mobile-footer-menu .latest-link a:hover, .mobile-footer-menu .latest-link.current-menu-item a{
        background-image: url('img/latest_hover.svg');
    }
    .mobile-footer-menu .picks-link a:hover, .mobile-footer-menu .picks-link.current-menu-item a{
        background-image: url('img/picks_hover.svg');
    }

    .mobile-footer-menu .current-menu-item a, .mobile-footer-menu a:hover{
        color: #4D8C0E;
    }

    .menu-footer-menu{
        display: block;
        text-align: center;
    }

    .mobile.xxss{
        display: block;
        position: fixed;
        z-index: 100;
        background-color: #ffffff;
        width: 100%;
        padding:10px;
        bottom: 0;
        height: 60px;
        border-top: 1px solid #E6E5DA;
    }

    .mobile.xxss div.like .zilla-likes {
        background: url('img/like.svg') no-repeat;
        border: 0 !important;
        margin: 0 0 10px 0 !important;
        padding-left: 50px !important;
        padding-top: 8px;
        text-decoration: none;
        width: 40px;
        height: 40px;
        display: block;
    }

    footer{
        height: 110px;
    }
	
	#footer-widget{
		text-align:center;
	}

    #footer-widget .widget_nav_menu li{
        border-right: 0;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    #footer-widget .social-links{
        float: none;
        width: 100%;
    }
	
	#footer-widget .social-links li{
		float:none;
		display:inline-block;
	}

    #footer-widget .social-links li:nth-child(4){
        clear: none;
    }

    .social-links li:nth-child(3), .social-links li:last-child{
        margin-right: 0.3rem;
    }

    #footer-widget .widget_media_image{
        text-align: center;
    }

    #subscribe-footer{
        float: none;
    }

    .logo-footer{
        margin-bottom: 15px;
    }

    .mobile{
        display: block;
    }

    .desktop{
        display:none;
    }
}
