/* 
    Created on : 09/02/2016, 14:13:33
    Author     : robsonvleite
*/

.content{
    width: 80%;
}

/*HEADER*/
.main_header{
    background: #314f2e;
    background: linear-gradient(to left, rgba(34, 65, 29, 1), rgba(73, 120, 65, 1), rgba(34, 65, 29, 1));
    padding: 25px 0;
}

.main_header header{
    float: left;
    text-align: center;
    color: #fff;
}

.main_header header h1{
    font-size: 1.8em;
}

.main_header nav{
    float: right;
}

.main_header nav ul{
    margin-top: 10px;
    display: block;
    width: 100%;
}

.main_header nav li{
    display: inline-block;
    position: relative;
}

.main_header nav li a{
    display: inline-block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.main_header nav .login{
    background: #008068;
}

.main_header nav li:hover,
.main_header nav li a:hover{
    background: rgba(0,0,0,0.5);
}

.main_header nav li:hover .sub,
.main_header nav li a:hover .sub{
    display: block;
}


.main_header nav .sub{
    display: none;
    z-index: 99;
    position: absolute;
    width: 200px;
    background: #fff;
    margin: 0;
}

.main_header nav .sub li,
.main_header nav .sub li a{
    color: #00B494;
    display: block;
    width: 100%;
}

.main_header nav .sub li a:hover{
    background: rgba(0,0,0,0.5);
    color: #fff;
}

/*CONTENT*/
.main_content{
    padding: 50px 0;
    background: #eaeaea;
}

/*HOME*/
.main_blog{
    float: right;
    width: 67%;
}

.main_blog_post{
    background: #fff;
    margin-bottom: 30px;
}

.main_blog_post img{
    width: 100%;
}

.main_blog_post header{
    padding: 30px;
}

.main_blog_post h1{
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 15px;
}

.main_blog_post a{
    color: #00B594;
    text-decoration: none;
}

.main_blog_post a:hover{
    text-decoration: underline;
}

.main_blog_post .tagline{
    font-size: 0.9em;
    color: #555;
}

.main_sidebar{
    float: left;
    width: 30%;
    padding: 30px;
    background: #fff;
}

.main_sidebar_widget{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.main_sidebar_widget > h1{
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.main_sidebar_widget > h1 span{
    border-bottom: 5px solid #ccc;
}

.main_sidebar_widget a{
    color: #00B494;
    text-decoration: none;
}

.main_sidebar_widget a:hover{
    text-decoration: underline;
}

.main_sidebar_widget ul{
    display: block;
    width: 100%;
}

.main_sidebar_widget ul li{
    display: block;
    width: 100%;
    background: #fbfbfb;
    padding: 5px 10px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 300;
}

.main_sidebar_widget_post{
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.main_sidebar_widget_post h1{
    font-size: 1em;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.main_sidebar_widget_post .tagline{
    font-size: 0.8em;
    color: #ccc;
}

.search_form{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: #fbfbfb;
    text-align: center;
}

.search_form input{
    margin-bottom: 10px;
}

.search_form button{
    text-transform: uppercase;
    font-size: 0.8em;
}

/*PAGINATOR*/
.paginator{
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.paginator li{
    display: inline-block;
    font-size: 0.9em;
}

.paginator li a,
.paginator li span{
    padding: 5px 10px;
    margin: 0 5px;
    background: #00B494;
    color: #fff;
    text-decoration: none;
}

.paginator li a:hover{
    background: #00CCA7
}

.paginator li span{
    background: #008068;
    font-weight: bold;
}


/*FOOTER*/
.main_footer{
    background: #22411d;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 0.875em;
    text-align: center;
}

/*SINGLE*/
.post_single{
    padding: 50px 0;
    background: #eaeaea;
}

.post_single .cover{width: 100%;}

.post_single .fb-comments{
    display: block;
    width: 100%;
    margin-top: 40px;
}

.post_single .main_sidebar{
    float: right;
}

.post_single .left_content{
    float: left;
    width: 67%;
}

.post_content{
    background: #fff;
}

.post_content > h1{
    padding: 30px;
    font-size: 2em;
    font-weight: 300;
}

.post_content .tagline{
    padding: 30px 30px 0 30px;
    font-size: 1.3em;
    font-weight: 300;
}

.single_post_more{
    float: left;
    width: 100%;
    padding: 25px;
    background: #00B494;
}

.single_post_more header{
    margin-bottom: 20px;
    color: #fff;
}

.single_post_more_post{
    float: left;
    width: 50%;
}

.single_post_more_post:hover{
    border-color: #fff;   
}


/*404*/
.not_found{
    padding: 50px 0;
}

.not_found header{
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 40px auto;
}

.not_found header h1{
    font-size: 2em;
    font-weight: 400;
}

.not_found header p{
    font-size: 1.1em;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.not_fount_post{
    display: inline-block;
    width: 50%;
    padding: 20px;
    margin-left: -4px;
    vertical-align: top;
}

.not_fount_post h1{
    margin-top: 20px;
    font-weight: 400;
}

.not_fount_post a{
    font-weight: 600;
    color: #00B494;
    text-decoration: none;
}

.not_fount_post a:hover{
    text-decoration: underline;
}

.not_found .search_form{
    display: block;
    padding: 0 20px;
    float: none;
    background: none;    
    text-align: center;
}

.not_found .search_form input{
    width: 400px;
    max-width: 100%;
    padding: 6px;
}

.page_single{
    padding: 50px 0;
    background: #eaeaea;
}

.page_single .content{
    background: #fff;
}

.page_single header{
    padding: 20px;
    text-align: right;
    background: #008068;
    color: #fff;
}

.wc_slides{
    margin: 30px auto;
}

@media (max-width: 80em){
    .content{
        width: 90%;
        margin: 0 5%;
    }
    
    .main_blog{
        float: none;
        display: block;
        width: 100%;
    }

    .main_sidebar{
        float: none;
        display: block;
        width: 100%;
    }

    .main_sidebar_widget{
        display: inline-block;
        width: 50%;
        margin-left: -4px;
        vertical-align: top;
        padding: 30px;
    }

    .main_sidebar_widget_most{
        width: 100%;
    }

    .main_sidebar_widget_most .main_sidebar_widget_post{
        display: inline-block;
        width: 50%;
        margin-left: -4px;
        padding: 20px;
        vertical-align: top;
    }

    .left_content{
        float: none;
        display: block;
        width: 100% !important;
        margin-bottom: 30px;
    }
}

@media (max-width: 64em){
    .content{
        width: 94%;
        margin: 0 3%;
    }

    .main_header header{
        float: none;
        display: block;
        width: 100%;
    }

    .main_header nav{
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 50em){
    .main_sidebar_widget,
    .main_sidebar_widget_most .main_sidebar_widget_post{
        padding: 0;
        width: 100%;
        margin-left: 0;
    }

    .not_fount_post{
        width: 100%;
        padding: 20px;
    }
}


/* CÓD ADD ADAMS */
.main_footer .left{
    float: left;
}

.main_footer .right{
    float: right;
    text-align: right;
}

.main_footer .center{    
    text-align: center;
    margin-bottom: 10px;
}

.aw_margin_bottom_layout_full {
    margin-bottom: 200px;
}

@media (max-width: 1024px){
    .aw_margin_bottom_layout_full {
        display: none;
    }   
}

.wc_bg_topo {
    text-align: center;
    background: #fcb921;
    background: linear-gradient(to right, rgba(45,61,43,1), rgba(53,110,55,1), rgba(45,99,47,1), rgba(45,61,43,1));
}

.wc_bg_topo_ead {
    text-align: center;
    background: #356e37;
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

.wc_bg_topo_ead header,
.wc_bg_topo_ead header .wc_logo,
.wc_bg_topo_ead header .site_title {
    border: none !Important;
}



/***********************************************************/
/***ADAMS CÓDIGO********************************************/
/*HEADER*/
.main_header{
    background: #fff;
}

.main_header header{
    float: left;
    width: 100%;
    text-align: center !Important;
}

.main_header header h1{
    text-align: center;
    padding: 34px;
    color: #fff;
    float: left;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5em;
}

.main_header_bar{
    float: right;
    margin-top: -90px;
}

.main_header_bar_line{
    display: block;
    width: 100%;
}

.main_header_bar_line.contact{
    margin-bottom: 8px;
    text-align: right;
}

.main_header_bar_contact{
    float: left;
    margin-top: 12px;
    font-size: 0.765em;
    text-transform: uppercase;
    vertical-align: middle;
    color: #555;
}

.main_header_bar_contact a{
    color: #ffe79d;
    text-decoration: none;
}

.main_header_bar_contact a:hover{
    text-decoration: underline;
}

.main_header_bar_social{
    display: inline-block;
    margin-left: 15px;
}

.main_header_bar_social li{
    float: left;
    margin: 0;
}

.main_header_bar_social li a{
    float: left;
    padding: 8px;
    background: #ccc;
}

.main_header_bar_social li img{
    height: 20px
}

.main_header_bar_social .facebook{background: #4368B6;}
.main_header_bar_social .facebook:hover{background: #497CC1;}
.main_header_bar_social .twitter{background: #059FF5;}
.main_header_bar_social .twitter:hover{background: #00A8FF;}
.main_header_bar_social .google{background: #BE2B12;}
.main_header_bar_social .google:hover{background: #D13016;}
.main_header_bar_social .youtube{background: #E91D00;}
.main_header_bar_social .youtube:hover{background: #F72E00;}

.main_header_bar_line.search{
    text-align: right;
    vertical-align: middle;
}

.main_header_bar_line.search form{
    display: inline-block;
    background: #fbfbfb;
    padding: 15px;
    vertical-align: middle;
}

.main_header_bar_line.search input{
    float: left;
    width: auto;
    padding: 8px;
    display: inline-block;
    border: 2px solid #eee;
}

.main_header_bar_line.search .btn{
    float: right;
    display: inline-block;
    margin: 0;
    margin-left: 8px;
}
/*
.main_header_cart{
    display: inline-block;
    background: #356e37;
    background: linear-gradient(to right, rgba(53,110,55,1), rgba(53,110,55,1), rgba(252,185,33,1));
    color: #FFFFFF;
    font-weight: 500;
    font-size: 0.975em;
    text-transform: none;
    letter-spacing: 1px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px !Important;
    padding: 3px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.main_header_cart a {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
}

.main_header_cart a:hover,
.main_header_cart:hover {
    background-color: #fcb921;
    background: linear-gradient(to left, rgba(53,110,55,1), rgba(53,110,55,1), rgba(252,185,33,1));
    COLOR: #ffffff;
}
*/
.main_header_user{
    display: inline-block;
    font-size: 1.2em;
    text-transform: none;
    margin-left: 10px;
    cursor: pointer;
}

.main_header_user a{
    display: block;
    padding: 15px 20px;
    background: #f1be1f;
    background: linear-gradient(to left, rgba(241,190,31,1), rgba(255,217,100,1));
    color: #2e3f2c;
    font-weight: 700;
    text-decoration: none;
    margin-top: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.main_header_user a:hover{
    background: #ffffff;
}

.main_header_bar_home {
    text-align: center;
    margin-top: -50px;
    padding-bottom: 60px;
}

.main_header_user_home {
    display: inline-block;
    font-size: 0.9em;
    text-transform: none;
    margin-left: 10px;
    cursor: pointer;
}

.main_header_user_home a{
    display: block;
    padding: 15px 20px;
    background: #280074;
    background: linear-gradient(to right, rgba(40, 0, 116, 1), rgba(132, 0, 176, 1));
    color: #ffffff;
    font-weight: 700 !Important;
    text-decoration: none;
    margin-top: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.main_header_user_home a:hover{
    background: #280074;
    background: linear-gradient(to left, rgba(40, 0, 116, 1), rgba(132, 0, 176, 1));
}


.bar_full_topo {
    width: 100%;
    background: #356e37;
    background: linear-gradient(to right, rgba(45,61,43,1), rgba(53,110,55,1), rgba(45,99,47,1), rgba(45,61,43,1));
}

.bar_full_topo .menu_topo {
    width: 90%;
    margin: 0 auto;
}

.menu_topo .main_header_bar_menu_topo{
    float: left;    
}

.main_header_bar_menu_topo_line{
    display: block;    
}

.main_header_bar_menu_topo_social{
    display: inline-block;
    margin-top: 10px;
    width: 20%;
}

.main_header_bar_menu_topo_social li{
    float: left;
    text-align: center !Important;
    margin-right: 5px;

}

.main_header_bar_menu_topo_social li a{
    color: #0048bc;
    padding: 3px 2px 2px 8px;
    text-decoration: none;
    font-size: 1.1em;
    margin: 0;
    border: 1px solid #0048bc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.main_header_bar_menu_topo_social .facebook:hover{color: #1e5edb; background: #fff; border: 1px solid #ffe79d;}
.main_header_bar_menu_topo_social .twitter:hover{color: #00A8FF; background: #fff; border: 1px solid #ffe79d;}
.main_header_bar_menu_topo_social .google:hover{color: #D13016; background: #fff; border: 1px solid #ffe79d;}
.main_header_bar_menu_topo_social .youtube:hover{color: #F72E00; background: #fff; border: 1px solid #ffe79d;}
.main_header_bar_menu_topo_social .instagram:hover{color: #d52b83; background: #fff; border: 1px solid #ffe79d;}

.menu_topo .main_header_bar_menu_topo_texto{
    float: right;
}

.main_header_bar_menu_topo_texto{
    display: inline-block;
    margin-top: 6px;
    width: 75%;
}

.main_header_bar_menu_topo_texto li{
    float: left;
    padding: 5px 0 0 5px;
    text-align: center !Important;
    margin-bottom: 10px;
}

.main_header_bar_menu_topo_texto a{
    width: auto !Important;
    color: #0048bc;
    padding: 5px 10px !Important;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 600;
    border: 1px solid #0048bc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
}

.main_header_bar_menu_topo_texto a:hover{
    color: #ffe79d;
    border: 1px solid #fff;
}

.menu_width_color {
    width: 100% !important;
    background: #fdcd38;
    background: linear-gradient(to right, rgba(45,61,43,1), rgba(53,110,55,1), rgba(45,99,47,1), rgba(45,61,43,1));
}

.content_topo {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 5px;
}

.content_topo .wc_logo{
    float: left;
    width: 250px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.site_title{
    position: absolute;
    text-indent: -9999px;
}







@media (max-width: 58em){
    /* ADAMS CÓDIGO */    
    .content_topo .wc_logo{
        float: none !important;
        width: 250px;
        max-width: 100%;
    }
}

@media (max-width: 56em){
    .main_header_bar_menu_topo_social{
        display: inline-block;
        width: 25%;
    }

    .main_header_bar_menu_topo_texto {
        display: inline-block;
        width: 70%;
    }
}

@media (max-width: 50em){
    .main_nav_mobile_menu{
        display: none;
    }

    .main_nav{
        display: block;
        width: 90%;
    }

    .main_nav.content{
        padding: 0;
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .main_nav nav > ul > li{
        display: inline-block;
        padding: 10px;
        font-weight: 500;
        text-transform: none;
        position: relative;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 5px;
        border: 1px solid #3a6e37;
    }

    .main_nav nav > ul > li:hover{        
        /*margin-top: -5px;*/
    }

    .main_nav li a{
        color: #fff;
        font-size: 0.95em;
        font-weight: 600;
        text-decoration: none;
    }

    .main_nav nav > ul > li:hover,
    .main_nav nav > ul > li:hover a{
        background: #ffffff;
        color: #2f422d;
        font-weight: 600;
    }

    .main_nav nav > ul > li:hover .sub{
        display: block;        
    }

    .main_nav .sub{
        position: absolute;
        left: 0;
        top: 48px;
        background: #aaf3ff;
        padding: 1px;
        min-width: 250px;
        max-width: 100%;
        z-index: 99;
        display: none;        
    }

    .main_nav .sub > li{
        position: relative;
    }

    .main_nav .sub > li a{
        display: block;
        width: 100%;
        padding: 12px;
        color: #fff;
        font-weight: 500;
        border-bottom: 1px solid #40d9f3;
    }

    .main_nav .sub > li:hover > a,
    .main_nav .sub > li a:hover{
        background: #ffe79d;
        color: #fff;
    }    

    .main_nav .subsub{
        position: absolute;
        min-width: 250px;
        max-width: 100%;
        left: 100%;
        top: -1px;
        z-index: 99;
        display: none;
    }

    .main_nav .sub li:hover .subsub{
        display: block;
        border: 1px solid #0090f8;
    }

    /****************************************************/
    /****ADAMS CÓDIGO************************************/    
    .main_nav nav > ul > li:hover .sub_search{
        display: block;
    }

    .main_nav .sub_search{
        position: absolute;
        right: 0;
        top: 48px;
        background: #fff;
        padding: 1px;
        min-width: 500px;
        max-width: 100%;
        z-index: 99;
        display: none;
        border: 2px solid #133880;
    }

    .main_nav .sub_search .main_header_bar_line.search{
        float: left;
        width: 100%;
        text-align: center;
        background-color: #E91D00;
    }

    .main_nav .sub_search .main_header_bar_line form{
        margin: 0;
        width: 100%;
    }

    .main_nav .sub_search .main_header_bar_line form{
        margin-bottom: 0;
    }
    .main_nav .sub_search .main_header_bar_line form .input{
        margin: 0;
        width: 70%;
        border: 1px solid #c2c2c2;
        font-size: 1em;
    }
    .main_nav .sub_search .main_header_bar_line form button{
        margin: 0;
        width: 25%;
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 1em;
    }

    .main_nav .sub_search .main_header_bar_line.contact{
        display: none;
    }

    .main_nav .sub_search .main_header_bar_line.search{
        float: left;
        width: 100%;
        text-align: center;
    }
    
    .main_header_bar_menu_topo_line{
        display: block;
        width: 100%;
        text-align: center !Important;
    }

    .main_header_bar_menu_topo_texto{
        display: block;
        width: 100%;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .main_header_bar_menu_topo_texto li{
        float: left;
        text-align: center !Important;
        padding: 5px;
        width: 100%;        
        background: #0048bc;
        margin-bottom: 3px;        
        border: 1px solid #ffe79d;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .main_header_bar_menu_topo_texto li a{
        color: #fff;
        padding: 5px 40px 6px !Important;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: 600;
        margin-top: 5px;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
    }
    
    .main_header_bar_menu_topo_texto li a:hover{
        background: #ffe79d;
        color: #fff;
    }

    .main_header_bar_menu_topo_social{
        display: inline-block;
        width: 90%;
    }
    
    #menu_mobile {
        display: block;
    }
}

#menu_mobile {
    display: none;
}

@media (max-width: 48em){
    .wc_bg_topo {
        text-align: center;
        background: #356e37;
        background: linear-gradient(to right, rgba(45,61,43,1), rgba(53,110,55,1), rgba(45,99,47,1), rgba(45,61,43,1));
    }
}

/*1024px*/
@media (max-width: 64em){
    .main_header .content{
        padding: 0;
        width: 100%;
    }

    .main_header header{
        float: none;
        width: 100%;
    }

    .main_header h1{
        width: 100%;
    }

    .main_header_bar_line.contact{
        display: none;
    }

    .main_header_bar{
        float: none;
        /*padding: 20px;
        background: #eee;*/
        margin-top: 20px;
        /*margin-bottom: -20px;*/
    }

    .main_header_bar_line.search{
        float: left;
        width: 100%;
        text-align: center;
    }
    
    .main_header_bar_line form{
        margin: 0;
        width: 100%;
    }
    
    .main_nav_mobile_menu{
        display: block;
        width: 100%;
        font-weight: 600;
        font-size: 1.2em;
        padding: 10px 0;
        text-align: center;
        background: #f1bd1e;
        color: #fff;
        cursor: pointer;
    }

    .main_nav nav{
        padding: 20px;
    }

    .main_nav ul{
        display: none;
        width: 100%;
    }

    .main_nav li{
        border-top: 1px solid #edbc1f;
    }

    .main_nav nav > ul > li{
        font-size: 0.8em;
        font-weight: 400;
        text-transform: uppercase;
    }

    .main_nav nav > ul > li > ul > li > a:before{
        margin-right: 10px;
        content: "»";
    }

    .main_nav nav ul li ul li ul li{
        text-transform: capitalize;
    }

    .main_nav nav ul li ul li ul li a:before{
        margin-right: 10px;
        text-transform: lowercase;
        content: "»»";
    }

    .main_nav li span{
        display: block;
        width: 100%;
        padding: 4%;
        background: #888;
        color: #fff;
    }

    .main_nav li a{
        display: block;
        width: 100%;
        padding: 4%;
        color: #2f422d;
        text-decoration: none;
        background: #ffe79d;        
        font-size: 1.1em;
    }

    .main_nav li a:hover{
        background: #40d9f3;
    }

    .main_header_bar_line form{
        margin: 0;
        width: 100%;
    }

    .main_header_user,
    .main_header_cart{
        margin: 0;
        width: 50%;
    }
    .main_header_bar_line form{
        margin-bottom: 10px;
    }
    .main_header_bar_line form .input{
        margin: 0;
        width: 60%;
    }
    .main_header_bar_line form button{
        margin: 0;
        width: 35%;
    }
    .main_header .content{
        padding: 0;
        width: 100%;
    }

    .main_header header{
        float: none;
        width: 100%;
    }

    .main_header h1{
        width: 100%;
    }

    .main_header_bar_line.contact{
        display: none;
    }

    .main_header_bar{
        float: none;
        padding-top: 10px !Important;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        background: rgba(255, 255, 255, 0.1);
    }

    .main_header_bar_line.search{
        float: left;
        width: 100%;
        text-align: center;
    }
}

/*528px*/
@media (max-width: 33em){
    .main_header_cart,
    .main_header_user{
        width: 100%;
    }
}


.wc_bg_fixed_body{
    background: #314f2e url(images/bg_fixed_body.jpg) center center no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 0;
    margin: 0;
}