/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*!
==========================================================
PAGINAÇÃO
==========================================================
*/

.stbg-paginacao{

    margin-top:60px;

}

.stbg-paginacao ul{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    margin:0;

    padding:0;

    list-style:none;

}

.stbg-paginacao li{

    margin:0;

    padding:0;

    list-style:none;

}

.stbg-paginacao a,
.stbg-paginacao span{

    display:flex;

    align-items:center;

    justify-content:center;

    min-width:46px;

    height:46px;

    padding:0 18px;

    border:1px solid #ddd;

    border-radius:999px;

    background:#fff;

    color:#333;

    font-weight:600;

    text-decoration:none;

    transition:.30s;

}

.stbg-paginacao a:hover{

    background:#8f1519;

    border-color:#8f1519;

    color:#fff;

}

.stbg-paginacao .current{

    background:#8f1519;

    border-color:#8f1519;

    color:#fff;

}

.stbg-paginacao .dots{

    background:transparent;

    border:none;

    min-width:auto;

}

@media(max-width:767px){

    .stbg-paginacao ul{

        flex-wrap:wrap;

    }

}