/*
Theme Name:  Blog Era Child
Description:  Child theme for Blog Era
Author:  bernardin
Template:  blog-era
Version:  0.1
License:  GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html                 
*/


.global-layout-both-sidebar .blog-container{
    width: 1400px;
}

.global-layout-both-sidebar.default-layout-full-width .site{
    float: none !important;
    max-width: 1300px;
    margin: 0 auto;
}
.global-layout-both-sidebar.default-layout-full-width .banner-side.top-part,
.global-layout-both-sidebar.default-layout-full-width .banner-side.bottom-part{
    width: 100%;
}  

.main-menu{
    position: relative;
    left: 0;
    width: 100%;
}

.sticky {
    box-shadow: 0 3px 2px 0 rgba(0,0,0,.2), 0 0 13px 0 rgba(0,0,0,.19);
    color: #fff;
    -moz-transition: 0.1s;
    padding: 0;
    position: fixed;
    top: 0;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    z-index: 99999;

}
.logged-in .sticky{
    top: 31px;
}

.global-layout-both-sidebar .blog-content-detail:nth-child(3n+2){
    margin-right: 10px;
}

.global-layout-both-sidebar .blog-content-detail:nth-child(3n+3) {
    margin-left: 10px;
}

.widget-area.blog-col-3 .widget_calendar .calendar_wrap td, 
.widget-area.blog-col-3 .widget_calendar .calendar_wrap th{
    padding: 5px;
}

.widget.woocommerce ul li a{
    padding-left: 0;
}

.global-layout-both-sidebar .blog_era_widget_social.widget ul li{
    padding: 0 3px 10px;
}

.global-layout-both-sidebar .widget.widget_recent_entries ul li a,
.global-layout-both-sidebar .widget.widget_recent_comments ul li a{
    display: inline-block;
}
.global-layout-both-sidebar  .content-area{
    padding: 0;
}
.page-title{
    margin: 0;
}
.global-layout-both-sidebar  .content-area.blog-col-8,
.global-layout-both-sidebar .content-area.blog-col-12{
padding: 0 30px;
}

.global-layout-both-sidebar img{
    width: 100%;
}

.widget-area.blog-col-3 .widget-title{
    font-size: 20px;
}

.widget.blog-section, 
.about-us-section,
.widget{
    margin: 15px 0px 40px;
}
.comments-area input[type="submit"]{
    padding: 15px;
}
.hidden{
   opacity:0;
}
.visible{
   opacity:1;
}

.owl-theme.owl-carousel .owl-nav .owl-next,
.owl-theme.owl-carousel .owl-nav .owl-prev{
    font-size: 0;
}
.widget_recent_entries ul li a:before, 
.widget_pages li a:before, 
.widget_recent_comments li a:before,
.widget_meta li a:before, 
.widget_nav_menu li a:before, 
.widget_categories li a:before, 
.entry-content ul li a:before, 
.widget_archive li a:before{
    top: 0;
}


.comments-area input[type="submit"],
.widget.woocommerce.widget_product_search input[type="submit"]{
    color: #fff;
}
.comments-area input[type="submit"],
.widget.woocommerce.widget_product_search input[type="submit"]{
 background: #079cd4;
}

@media screen and (max-width: 1200px){

    .global-layout-both-sidebar .blog-content-detail:nth-child(3n+2) {
        margin-right: 9px;
    }
}

@media screen and (max-width: 991px){
    .global-layout-both-sidebar .widget-area.blog-col-3,
    .global-layout-both-sidebar .content-area.blog-col-6{
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 551px){

    .global-layout-both-sidebar .blog-content-detail:nth-child(3n+2) {
        margin-right: 0;
    }
    .global-layout-both-sidebar .blog-content-detail:nth-child(3n+3) {
        margin-left: 0;
    }
}


@media screen and (max-width: 782px){
    .logged-in .sticky{
       top: 0;
   }
}