/*!
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-page-numbers{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    margin:0;

    padding:0;

    list-style:none;

}

.stbg-page-numbers li{

    margin:0;

    padding:0;

    list-style:none;

}

.stbg-page-numbers a,
.stbg-page-numbers 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-page-numbers a:hover{

    background:#8f1519;

    border-color:#8f1519;

    color:#fff;

}

.stbg-page-numbers .current{

    background:#8f1519;

    border-color:#8f1519;

    color:#fff;

}

.stbg-page-numbers .dots{

    border:none;

    background:transparent;

    min-width:auto;

    padding:0 8px;

}


/* ==========================================================
   MOBILE
========================================================== */

@media(max-width:767px){

    .stbg-page-numbers{

        flex-wrap:wrap;

    }

}