@font-face {
  font-family: CHINESETAKEAWAY;
  src: url(fontes/CHINESETAKEAWAY.ttf);
}

/* Aplicando a fonte */
h1, h2 {
    font-family: 'CHINESETAKEAWAY', sans-serif;
    letter-spacing: 2px;
}



.content{
    width: 90%;
    padding: 20px 0;
}

body{
    background: #8F342E;
}

p{color: #fff;}

.site_title{
    display: inline-block;
    width: 1px;
    position: absolute;
}

.site_header, .site_header_white{
    text-align: center;
    margin: 40px 0;
}

.oferecemos img{border-radius: 5px;}
.oferecemos h2{
    color: #FF9338;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-top: 10px;
    letter-spacing: 4px;
}

.site_header h1{
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 3px 3px #FF9338;
    padding-top: 90px;
    background: url(images/title-icon.png) center top no-repeat;
}
.site_header_white h1{
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px #ccc;
    padding-top: 36px;
    background: url(images/title-icon-white.png) center top no-repeat;
}

.site_header p, .site_header_white p{
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
}

.main_header{
    display: block;
    width: 100%;
    position: fixed;
    z-index: 99;
    background: #8F342E;
}

.main_header .content{
    padding: 8px 5%;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15);
}

.main_header .main_logo{
    float: left;
    width: 120px;
    max-width: 80%;
}

.mobile_menu{
    float: right;
    padding: 5px 10px;
    background: #FF9637;
    color: #fff;
    font-size: 1.2em;
    margin-top: 35px;
    display: none;
    cursor: pointer;
    border-radius: 5px 0 5px 0;
}

.mobile_menu:hover{
    background: #c65107;
    color: #fff;
    transition-duration: 0.3s;
}

.main_nav{
    float: right;
    padding: 21px 0 0 0;
}

.main_nav ul,
.main_nav ul li,
.main_nav ul li a{
    display: inline-block;
    vertical-align: middle;
}

/*DEPOIMENTOS*/
.depoimentos{text-align: center;}

.main_nav .main_nav_menu li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 17px 10px;
    font-family: 'CHINESETAKEAWAY', sans-serif;
    letter-spacing: 4px;
    border-radius: 7px;
}

.main_nav li a:hover{
    background: #ff9338;
}

.top_conversion{
    color: #fff;
    padding-top: 93px;
}

.top_conversion .content{
    padding: 30px 0 0 0;
    vertical-align: top;
}

.top_conversion header h1{
    font-size: 2.4em;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 120px;
}


.top_conversion header p{
    font-size: 2em;
    margin: 30px 0;
    color: #fff;
    line-height: 1.3;
}

.owl-nav{cursor: pointer;display: inline-block;text-align: center;margin-top: 15px;position: relative;position: relative; width: 100%;}
.wc_bio img{border-radius: 5px;}
.owl-nav .owl-prev i{float:  right;font-size: 2em;color: #fff;margin-top: -81px;}
.owl-nav .owl-next i{float: left;font-size: 2em;color: #fff;margin-top: -81px;margin-left: 5px;}

.wc_bio .capa{
    box-shadow: 0 36px 131px 0 rgba(13,52.00000000000003,79,.13);
}

.wc_bio .bio_content{
    width: 60%;
    padding-left: 40px;
    float: right;
}

.wc_bio .bio_content p{
    font-size: 0.9em;
    margin-bottom: 15px;
}

.wc_social{
    text-align: center;
    background: #eee url(images/bg_social.jpg);
}

.main_nav_social img{
    width: 37px;
    padding: 3px;
}

.contact h2{color: #fff;font-size: 1.4em;font-weight: 300;margin-top: 40px;}
.contact h2 b{color: #FF9338;font-size: 1.8em;}
.contact h3{    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    line-height: 28px;
    color: #fff;}


.lead_take h1{
    font-size: 0.9em;
    font-weight: 300;
    margin: 10px 0;
}

.lead_take .thumb{
    position: relative;
}

.lead_take .false_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    background-size: 20%;
    cursor: pointer;
}

.lead_take .false_bg:hover{
    background-color: rgba(0,0,0,0.1);
    transition-duration: 0.3s;
}

.lead_take h1 b{
    font-weight: 500;
    color: #FF9338;
}

.lead_take span{
    color: #FF9338;
    border-bottom: 1px dotted #FF9338;
    font-weight: 300;
    font-style: italic;
    cursor: pointer;
    padding: 0 0 0 15px;
}

.wc_videos_top .video{box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15);border: 5px solid #ff9338;}
.wc_videos_top h2 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #FF9338;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.wc_videos_top h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 20%;
    height: 3px;
    background: #E55B00;
    border-radius: 20px;
}

.main_footer{
    text-align: center;
}

.main_footer .content{
    padding: 20px 0;
}

.main_footer .main_nav_menu{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.main_footer .main_nav_menu li{
    display: inline-block;
}

.main_footer .main_nav_menu li a{
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #E55B00;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 300;
}

.main_footer .main_nav_menu li a:hover{
    background: #0f2129;
    color: #fff;
}

.main_footer .section_title{
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E55B00;
}

.main_footer section article a{
    display: block;
    font-size: 0.7em;
    font-weight: 300;
    color: #ccc;
    text-decoration: none;
    padding: 15px 0;
    border-bottom: 1px dotted #888;
}

.main_footer section article a:hover{
    color: #fff;
}

#footeroptin{
    background: #E55B00;
}

#footeroptin .content{
    padding: 15px 0;
}

#footeroptin .content_left,
#footeroptin .content_right{
    color: #fff;
    vertical-align: middle;
}

#footeroptin .content_left img{
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

#footeroptin .content_left div{
    display: inline-block;
    width: 70%;
    padding-left: 20px;
    vertical-align: middle;
}

#footeroptin .content_left h1{
    font-size: 1.3em;
    margin-bottom: 10px;
}

#footeroptin .content_left p{
    font-size: 0.75em;
    color: #ccc;
}

#footeroptin .content_right p{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

#footeroptin form input{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 60%;
    border: none;
    padding: 10px;
    background: #eee;
    font-size: 1em;
}

#footeroptin form button{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 40%;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 1em;
    font-weight: bold;
    padding: 10px;
    background: #E53639;
    color: #fff;
    text-shadow: 1px 1px #006699;
    cursor: pointer;
}

#footeroptin form button:hover{
    background: #E53639;
}

.main_footer .main_nav_social{
    text-align: left;
}

.main_footer .main_nav_social li{
    display: inline-block;
    padding: 5px;
    background: #eee;
}

.main_footer .main_nav_social li:hover{
    background: #fbfbfb;
}

.wc_privacity .content{
    padding: 30px 0;
}

.wc_privacity .left{
    display: inline-block;
    width: 30%;
}

.wc_privacity .right{
    display: inline-block;
    width: 100%;
    text-align: right;
    vertical-align: middle;
}

.wc_privacity .right li{
    display: inline-block;
}

.wc_privacity .right a{
    display: inline-block;
    color: #fff;
    font-size: 0.75em;
    font-weight: 300;
    text-decoration: none;
    padding: 8px 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.wc_privacity .right a:hover{
    background: #fbfbfb;
}

.wc_privacity img{
    width: 200px;
    max-width: 100%;
}

.wc_privacity .copy{
    padding-top: 25px;
    margin-top: 25px;
    color: #888;
    font-size: 0.8em;
}

.breadcrumbs{
    text-align: left;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 300;
}

.breadcrumbs .content{
    padding: 30px 0;
}

.breadcrumbs a{
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

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

.post_single{
    background: #eee;
}

.post_single .left_content{
    display: inline-block;
    background: #fff;
    width: 70%;
}

.post_single .post_content header{
    padding: 30px;
}

.post_single .post_content .title{
    font-size: 2em;
    font-weight: 300;
    color: #E53639;
    margin-bottom: 15px;
}

.post_single .post_content .tagline{
    font-size: 1.2em;
    font-weight: 300;
    color: #555;
}

.post_single .post_content .postby{
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
    margin-top: 15px;
}

.post_single .post_content .postby time,
.post_single .post_content .postby b{
    font-weight: 300;
    color: #E53639;
}

.post_single .post_content .post_comments{
    padding: 30px;
    background: #fbfbfb;
    border-top: 1px solid #f3f3f3;
}

.post_single .post_content .post_comments h1{
    font-size: 1.2em;
    padding-left: 5px;
    padding-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}

.cardapio .info h2{font-size: 2em;}
.cardapio .info{
    width: 60%;
    margin-top: 20%;
    float: right;
}

.wc_blog_content{
    background: #eee;
}

.main_blog{
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.main_blog .post_list{
    margin: 0;
    background: #fff;
    margin-bottom: 30px;
}

.main_blog .post_list .post_list_thumb{
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.main_blog .post_list_content{
    display: inline-block;
    width: 60%;
    padding: 20px;
}

.main_blog .post_list_content h1{
    font-size: 1.2em;
    line-height: 1;
    font-weight: 600;
}

.main_blog .post_list_content h1 a{
    text-decoration: none;
    color: #E53639;
}

.main_blog .post_list_content h1 a:hover{
    text-decoration: underline;
}

.main_blog .post_list_content p{
    font-size: 0.8em;
    margin: 10px 0 20px 0;
}

.main_blog .post_list_content .link{
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    background: #888;
    text-transform: uppercase;
}

.main_blog .post_list_content .link:hover{
    background: #E53639;
    transition-duration: 0.3s;
}

.single_post_more .post_list h1{
    font-size: 1em;
    margin: 20px 0 0 0;
}

.single_post_more .post_list a{
    color: #E53639;
    text-decoration: none;
    font-weight: 300;
}

.single_post_more .post_list a:hover{
    text-decoration: underline;
}

.single_post_more .post_list .link,
.single_post_more .post_list p{
    display: none;
}

.main_sidebar{
    display: inline-block;
    width: 30%;
    padding-left: 30px;
    vertical-align: top;
}

.sidebar_search{
    background: #fff;
}

.sidebar_widget{
    margin-bottom: 30px;
}

.sidebar_search input{
    display: inline-block;
    width: 75%;
    border: none;
    padding: 10px;
    vertical-align: top;
    margin: 0;
}

.sidebar_search button{
    display: inline-block;
    padding: 8px;
    width: 25%;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    vertical-align: top;
    margin: 0;
}

.sidebar_social{
    padding: 30px;
    background: #fff;
    text-align: center;
}

.sidebar_social img{
    width: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}

.sidebar_social h1{
    font-size: 1.4em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidebar_social h1 span{
    display: block;
    font-size: 0.9em;
}

.sidebar_social p{
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #eee;
    font-size: 0.75em;
}

.sidebar_nav{
    padding: 20px;
    background: #fff;
}

.sidebar_most > h1,
.sidebar_nav h1{
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

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

.sidebar_nav li{
    display: block;
    width: 100%; 
}

.sidebar_nav li a{
    display: block;
    width: 100%;
    padding: 8px 10px;
    background: #fbfbfb;
    border-bottom: 1px solid #fff;
    font-size: 0.7em;
    color: #888;
    text-decoration: none;
    text-transform: uppercase;
}

.sidebar_nav li a:hover{
    background: #eee;
}

.sidebar_most{
    padding: 20px;
    background: #fff;
}

.sidebar_most_post{
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #eee;
}

.sidebar_most_post:last-of-type{
    margin-bottom: 0;
}

.sidebar_most_post h1{
    font-size: 0.875em;
    font-weight: 600;
    color: #888;
    margin-top: 10px;
}

.sidebar_most_post a{
    text-decoration: none;
    color: #888;
    line-height: 1;
}

.sidebar_most_post a:hover{
    color: #E53639;
}


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

.not_found .sidebar_search{
    padding: 3px;
    background: #eee;
    margin-bottom: 40px;
}

.not_found .sidebar_search button,
.not_found .sidebar_search input{
    font-size: 1.3em;
    font-weight: 300;
}

.not_found .sidebar_search button{
    font-size: 1.45em;
    font-weight: bold;
}

.not_found .post_list h1 a{
    color: #E53639;
    text-decoration: none;
}

.not_found .post_list h1 a:hover{
    text-decoration: underline;
}

.not_found .post_list .tagline{
    display: none;
}

.not_found .post_list .link{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 3px solid #ccc;
    font-size: 0.875em;
    color: #ccc;
    text-decoration: none;
}

.not_found .post_list .link:hover{
    background: #eee;
    transition-duration: 0.3s;
}

@media (max-width: 80em){
    .content, .contact{
        width: 90%;
    }
}

@media (max-width: 66em){
    .main_blog,
    .post_single .left_content{
        width: 100%;
    }

    .main_sidebar{
        display: none;
    }
}

@media (max-width: 58em){
    .main_header .main_nav_social{
        display: none;
    }

    .site_header h1{
        font-size: 1.4em;
        margin-bottom: 10px;
    }     
}

@media (max-width: 60em){

    .mobile_menu{
        display: block;
    }

    .main_header .main_nav{
        float: left;
        width: 100%;
        display: none;
    }

    .main_header .main_nav_menu,
    .main_header .main_nav li{
        float: left;
        width: 100%;
    }

    .main_header .main_nav li a{
        display: block;
        width: 100%;
        padding: 20px;
        background: #322827;
        border-top: 2px solid #fff;
    }

    .main_header .main_nav li a:hover{
        background: #E55B00;
        color: #fff;
    }

    .top_conversion{
        text-align: center;
    }

    .top_conversion header{
        width: 100%;
        font-size: 0.8em;
    }

    .wc_bio .capa{
        display: block;
        text-align: center;
        margin: 0 auto 20px auto;
    }

    .wc_bio .bio_content{
        display: block;
        width: 100%;
        padding: 0;
    }

    .wc_videos .wc_videos_top,
    .wc_videos .wc_videos_more{
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .wc_videos .wc_videos_more .post_list,
    .wc_videos .wc_videos_more .post_list:last-of-type{
        width: 50%;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

    .main_blog .post_list .post_list_thumb,
    .main_blog .post_list .post_list_content{
        display: block;
        width: 100%;
    }

    #footeroptin form input,
    #footeroptin form button{
        width: 100%;
    }

    .main_footer .main_nav_menu{
        display: none;
    }

    .wc_privacity .left,
    .wc_privacity .right{
        width: 100%;
        text-align: center;
    }

    .wc_privacity .left{
        margin-bottom: 30px;
    }

    .wc_privacity .right{
        font-size: 0.7em;
    }
}

@media (min-width: 45em){
    .wc_bio .capa{
        width: 40%;
    }


    .main_footer{
        text-align: left;
    }

    .owl-nav .owl-prev i{margin-top: -121px;}
    .owl-nav .owl-next i{margin-top: -121px;}
    
}