/*
Theme Name: bbi-filtracao
Theme URI: http://bbifiltracao.com.br/
Description: Tema Template Padrão para o site BBI Filtração
Version: 3.3.1
Author: Short and Sweet
Author URI: http://shortandsweet.com.br/
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
.navbar-default{
    background:#008BD2;
}
#menu-footer{
	list-style-type: none;
	padding: 0;
}

#menu-footer li {
    display: inline;
    margin-right: 20px;
	font-size: 22px;
}

#wpsl-gmap .wpsl-info-window {
    color: #000;
}

/* GLOBAL */

.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination *:hover {
    opacity: .8;
}
.pagination .page-numbers.current {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 150px;
    border: 2px solid #008bd2;
    color: #008bd2;
}
.pagination a.page-numbers:not(.prev):not(.next) {
    background: #008bd2;
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
}
.pagination a {
    margin: 0 5px;
}
select.variacoes-select {
    margin: 20px 0;
    background: #6cbe99;
    color: #fff;
    width: 280px;
}

/* HOME 

 /* Homepage */

 .produtos .produto-item .produto-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}

.product-information {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 170px;
}

.produtos .produto-item .produto-box h5 {
    text-transform: lowercase;
    height: auto;
    overflow: hidden;
}

.produtos .produto-item .produto-box p, .produtos .produto-item .produto-box h5 {
    font-size: 14px;
    line-height: 18px;
}

.produtos .produto-item .produto-box .produto-item-code {
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

/* modal gallery */

.modal-image{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    left: 0;
    display: none;
    background: #00000050;
    z-index: 99999999999999999999999999999;
}
.modal-image-content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-image-content img{
    width: 460px;
}
.close-modal-image{
    display: flex;
    justify-content: end;
    position: absolute;
    top: 80px;
    width: 100%;
    padding-right: 120px;
}
.close-modal-image span {
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.box-init-produto{
    padding-top: 60px;
}
.single-produto .caracteristicas-produto .caracteristicas-produto-lista li:before{
    content: '\2713' !important;
}
/* MOBILE */

@media (max-width: 980px) {

    /* Global */

    .box-breadcrumb {
        background: #F8F8F8;
        margin-top: 20px;
    }
	
    /* Home */

    .product-information {
        height: 140px;
    }

    .produtos .produto-item .produto-box p, .produtos .produto-item .produto-box h5 {
        font-size: 12px;
        line-height: 14px;
    }

    /* Single */

    .single-produto .download-descritivo{
        width: 100%;
    }
    .single-produto .download-descritivo img {
        margin-bottom: 20px;
    }
	
    /* Blog */
	
    .carrossel-blog .owl-item .content {
        height: 60vh;
    }

    .carrossel-blog .owl-item .content h2 {
        margin: 0;
    }
    
    .carrossel-blog .owl-item .content * {
        position: relative;
    }

    .carrossel-blog .owl-item .content:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 20vh;
        top: 0;
        left: 0;
        background: #0000006f;
        filter: blur(30px);
        z-index: 0;
    }

    .menu-interno li a {
        height: auto!important;
        font-size: 12px;
    }

    .menu-interno {
        padding: 0;
        width: 100%;
    }

    .menu-interno li:last-child {
        margin: 0;
    }

    /* Menu mobile */
    .cor-fundo.navbar.navbar-default.navbar-fixed-top.active .navbar-responsive-collapse{
        display: block !important;
        visibility: inherit !important;
    }
}