/* Theme Name: LIVO - Increase */
.menu_inner_area.affix-top {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 8%);
    -webkit-backface-visibility: hidden;
}
.menu_inner_area.affix-top li a {
    
    line-height: 70px;
    font-weight: bold;
}
.navbar-brand img {
    height: 54px;
}
.icon-bar {
    background: #000 !important;
}
.footer_weidget_area {
    background: #000;
    padding: 50px 0px;
}

.link_widget ul li a {
    font-size: 13px;    
    font-family: "ITC Avant Garde Gothic Std Book Condensed";
    color: #FFF !important;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.link_widget ul li a:hover{text-decoration: underline;}
.mt-5{margin-top:50px}
.mb-5{margin-bottom:50px !important}
.footer_weidget_area .f_title h3{color:#CCC}
span.whats-link-rodape {
    font-weight: bold;
    font-size: 20px;
    clear: both;
    display: block;
    margin-top: -10px;
}
.rodape-horario{font-weight: normal !important;font-size: 13px;color: #FFF !important;}
.footer-icons{margin-right:10px}
.rodape-pagamento{font-weight: normal !important;font-size: 9px;color: #FFF !important;}
.circle-redes{
    padding: 10px;
    background: #333;
    border-radius: 50%;
    
}
.menu-footer li{    height: 25px ;}
@media(min-width:600px){
    .text-md-right{text-align: right;}
    .pull-md-right{float: right;}
    .circle-redes{margin-left: 10px;}
    .menu_inner_area.affix-top li a {
        color: #000 !important;      
    }
    .blog_item.home .blog_text {   
        min-height: 300px;
    }
}
@media(max-width:599px){
    .text-sm-left{text-align: left;}
    .pull-sm-left{float: left;}
    .circle-redes{margin-right: 10px;}
    .blog_content img:not(.emoji) {
        width: 100% !important;
        height: auto !important;
    }
    .blog_item.home .blog_text {   
        min-height: 230px;
    }
}
.blog_item .blog_text p {    
    overflow-wrap: break-word;    
}

.blog_item.home .blog_text h4 {    
    min-height: 80px;
}
.blog_content.blog_item .blog_text p, .blog_content h2, .blog_content h3{
    color: #000 !important;
}
.blog_content h2{
    margin-top: 40px;
}
.blog_content h3{
    margin-top: 30px;
}
.blog_content.blog_item .blog_text p{
    margin-bottom: 20px;
    font-size: 16px;
}

.lista-tags a {
    background: #DDD;
    color: #000;
    padding: 5px 10px;
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 5px;
    line-height: 35px;
}
.lista-tags {
    text-align: center;
}
.r_widget_title { 
    text-align: center;
}
.blog_item.home .blog_text h4{
    border-bottom:none !important
}
.blog-layer::after {
    content: " ";
    position: absolute;
    background: linear-gradient( 
0deg
 , rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, 0) 100%) !important;
    height: 200px;
    width: calc(100% - 30px);
    left: 0;
    z-index: 9999;
    bottom: 0px;
    margin-left: 15px;
}
.img-blog h4{
    position: absolute;
    bottom: 30px;
    width: 95%;
    
    font-size: 40px;
    color: #FFF;
    z-index: 999999;
}


.pad-top-100{padding-top:100px}
.mb-35{margin-bottom: 35px;}
.social-share{width:100%;margin: 20px 0;border-top: solid 1px #EFEFEF;border-bottom: solid 1px #EFEFEF;padding: 20px 0;}
.social-share span{float: left;color: #000;}
.social-share ul li{display: inline; margin-left: 10px;}
.social-share ul li a{color: #000;}
.wp-block-image img { 
    height: auto !important;
}