/*
Theme Name: UnderStrap
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder. 
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
Version: 0.5.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/
iframe{width: 100%}
.clear{clear: both}
.img-responsive{width: 100%}
/*body{background:url('img/bg.png');}*/
/* CORES*/
/***** COR VINHO FONTE *****/
.entry-title, .entry-title a:link, .entry-title a:hover, .entry-title a:visited, .post_by a, .widget-title, .vc_gosta h2, .page-link a:link, .page-link a:visited{
color:#611818
    
}
/***** COR CINZA FONTE *****/
.entry-content p, .post_by, .widget-area p, .widget_recent_entries li a:link, .widget_recent_entries li a:visited, .widget_recent_entries li a, .widget_recent_entries li a:hover { color:#666;}

*{
    font-family: 'Open Sans', sans-serif;
}
/*Removido*/
.navbar-brand.mb-0, .assistive-text, .widget_categories .screen-reader-text{display:none;}
/*Fim Removido */
/* NAV BAR */
.navbar{padding:0;}
.bg-inverse{
    background-color: #611818 !important;
}
.nav-link {padding: .3em 1em;
}
.navbar a:link, .navbar a:hover, .navbar a:visited{color:#fff !important;}

/* NAV BAR */

/* POST */
.content-area{background-color: #fff; padding: 15px 35px 15px;}
article{clear:both;}
.entry-title{font-size: 1.8rem; padding-bottom:1rem;}
.entry-title a:hover{text-decoration:none;}

.entry-content p{ font-size:0.9rem; margin-top:2rem;}
.post_by{font-weight:bold;font-size:0.7rem; margin-top:-1rem;}

/* SIDEBAR */

#right-sidebar{
    border: 5px solid transparent;
    padding:0 2rem;
    -webkit-border-image: url(img/barra.jpg) 30 round; /* Safari 3.1-5 */
    -o-border-image: url(img/barra.jpg) 30 round; /* Opera 11-12.1 */
    border-image: url(img/barra.jpg) 30 round;
    border-right:0;
}
aside.widget {
    clear: both;
    margin-bottom: 2rem;
}
.widget_sp_image{text-align:center;}
.widget_sp_image .widget-title{border:none !important;}
.widget-title{
    text-align:center;
    padding:0 0 1rem 0;
    border: 2px solid transparent;
    -webkit-border-image: url(img/under.png) 1 round; /* Safari 3.1-5 */
    -o-border-image: url(img/under.png) 1 round; /* Opera 11-12.1 */
    border-image: url(img/under.png) 1 round;
    border-top:0;
    
}

.widget_search #searchform {
    background-image: url(img/bg-busca.png);
    background-repeat: no-repeat;
    background-size: 100% 64px;
    background-position: center top;
    font-size: 1em;
    padding: 19px 0 0 8px;
    border-radius: 1em;
    font-family: sans-serif;
    border-width: 0;
    line-height: 1em;
    overflow: visible;
    height: 70px;
    position: relative;
}
.widget_search #searchform .searchstring {
    width: 75%;
    float: left;
    padding-left: 9px;
    border: 0;
}
.widget_search #searchform * {
    box-sizing: border-box;
    height: 33px;
    vertical-align: top;
}
.widget_search input{border:none;border-radius:0;}
.widget_search .searchsubmit {
    border: 0;
    padding: 0px 10px 0px 6px;
    position: absolute;
    right: 13px;
    text-transform: uppercase;
    background-color: transparent;
    background-image: url(img/button-circle-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #611818;
    height: 35px;
    font-size: 12px;
}
.zoom-social-icons-list{padding:0; text-align: center;}
.socicon{
    background: none;
    background-image: url(img/circle-bg-lg.png);
    background-size: cover;
        background-position: right -3px center;
}

.widget_categories .postform{
        width: 100%;
    box-sizing: border-box;
    height: 33px;
    vertical-align: top;
    background: #fff;
    color: #666;
    border-color: #611818;
    font-size: 0.8rem;
    font-family: Open Sans, sans-serif;
}

.widget_recent_entries ul{padding:0;}
.widget_recent_entries li{list-style:none;}

.desc_news{font-size:12px;}
.input_news{width:100%;}
.widget_text iframe{margin:0 !important}

.page-item{margin-right: 1rem;}
.page-item.active .page-link,.page-link:hover, .page-link:hover a{
    background:#611818;
    border-color:#611818;
    border-radius:0;
    color:#fff;
}
.page-link{
    border: 1px solid #611818;
    color: #611818;
    padding: .2rem .45rem;
}
.page-item:last-child .page-link{border-radius:0;}
/* FOOTER */
.vc_gosta ul{
    padding:0;
}
.vc_gosta li{
    list-style: none;
    float: left;
}
.vc_gosta li:first-child{padding-left:0;}
.vc_gosta h2{font-size: 1.5rem;}
#wrapper-footer{ 
    background-color: #611818;
    text-align: center;
    background-image: url(img/bg-rodape.jpg);
    background-size: contain;
}

footer .navbar-nav{
    flex-direction: row;
    /*margin: 0 230px;*/
}
footer .navbar-nav li{    
    padding-right: .5rem;
    padding-left: .5rem;
}
footer .navbar-nav li a, footer .navbar-nav li a:link,footer .navbar-nav li a:hover,footer .navbar-nav:visited{
    color:#fff;
    font-size: 1.3rem;
    
}
.footer2 ul{padding:0;}
.footer2 li{
    color:#fff;
    list-style: none;
}
.footer2 li a{
    color: #fff
}
.footer2 h1{font-size: 25px;}
.redes-rodape ul{
    list-style: none;
    padding: 0;
    margin-top:15px;

}
.redes-rodape .socicon{color:#fff !important;}
.ilu, .ilu:hover{
    text-align: right;
    width: 100%;
    font-size: 10px;
    color: #fff;
    margin-top: 20px;
}
.ilu img{    width: 90px;}

.dev{
    position: relative;
    right: 0;
    display: block;
    width: 100%;
    text-align: right;
    color: #fff;
    margin-top: 15px;
}
.pos_footer{
    text-align: center;
    color:#fff;
    padding:1rem 0;
    background-color: #521111;
}

.pos_footer p{
    font-size: .7rem;
    margin: 0;
}

.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas{
    
    width: 85%;
}


/*SLIDER */
#destaque{padding-left: 0}
#destaque li img{
    height: auto;
}
#destaque li div {
    display: block;
    margin: 0 auto 0px auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.2;
    margin-bottom: 0;
    position: absolute;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    bottom: 0;
    font-size: 12px;
    color: #000;
    text-align: center;
    background:rgba(255,255,255,0.5);
}

ul.related_post li{width: 23% !important;}
ul.related_post li img{
    width: 100%important;
    height: auto !important;
}
@media (max-width: 480px) { 
    .cycle-next {
            right: 20px;
            background-size: cover !important;
            background: url(../img/nav-right.png) center center no-repeat !important;
            position: absolute;
            top: 50%;
            z-index: 555;
            padding: 10px 30px 10px 30px !important;
        }
        
        .cycle-prev {
            left: 20px;
            background-size: cover !important;
            background: url(../img/nav-left.png) center center no-repeat !important;
            position: absolute;
            top: 50%;
            z-index: 555;
            padding: 10px 30px 10px 30px  !important;
        }
    
    
}

@media (max-width:767px){
 .menu-footer{display:none;}
}

@media (min-width:400px){
    #destaque li div span{

        font-size: 35px;

    }
}
@media (min-width:767px) and (max-width: 978px){
   
    
}

@media (max-width: 979px) { 
    .zoom-social_icons-list__item .socicon{
        font-size: 18px;
    }
    
    
    
    .widget_search .searchsubmit {
        border: 0;
        padding: 0px 10px 0px 6px;
        position: absolute;
        right: 13px;
        text-transform: uppercase;
        background-color: transparent;
        background-image: url(img/button-circle-white.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        color: #611818;
        height: 35px;
        font-size: 7px;
    }
    ul.related_post li{
       width: 126px !important;  
    }
}
@media (min-width:980px) and (max-width: 1199px){


    
    
}
@media (min-width: 1200px){
.container {
    width: 1240px;
    max-width: 100%;
}
.zoom-social_icons-list__item .socicon{
    font-size: 35px 
    
}

.cycle-prev {
    left: 20px;
    background-size: cover !important;
    background: url(../img/nav-left.png) center center no-repeat !important;
    position: absolute;
    top: 50%;
    z-index: 555;
    padding: 30px;
}

.cycle-next {
    right: 20px;
    background-size: cover !important;
    background: url(../img/nav-right.png) center center no-repeat !important;
    position: absolute;
    top: 50%;
    z-index: 555;
    padding: 30px;
}

}
.widget_sp_image, .widget_recent_entries, #text-2{
    background-color:#fff;
    padding: 15px;
}


header img{width: 100%}
.home.paged #banner{display:none;}    

.the_champ_horizontal_sharing{
    padding: 30px 0;
}

.comments-title{
    padding: 25px 0;
}