/*!
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
-------------------------------------------------------------- */

/* ==========================================================
   PUBLICAÇÕES
========================================================== */

.stbg-publicacoes{

    width:100%;

    max-width:1400px;

    margin:0 auto;

    padding:20px 20px 100px;

}


/* ==========================================================
   CABEÇALHO
========================================================== */

.stbg-publicacoes-topo{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}


.stbg-publicacoes-topo p{

    max-width:760px;

    margin:24px auto 0;

    color:#444;

    font-size:22px;

    font-weight:600;

    line-height:1.55;

    letter-spacing:-0.5px;

}

/* ==========================================================
   LISTA
========================================================== */

.stbg-publicacoes-lista{

    display:flex;

    flex-direction:column;

    gap:60px;

}


/* ==========================================================
   SEM RESULTADOS
========================================================== */

.stbg-sem-publicacoes{

    text-align:center;

    color:#666;

    font-size:18px;

    padding:80px 20px;

}


/* ==========================================================
   TABLET
========================================================== */

@media(max-width:1024px){

    .stbg-publicacoes{

        padding:60px 25px 80px;

    }

    .stbg-publicacoes-lista{

        gap:50px;

    }

}


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

@media(max-width:767px){

    .stbg-publicacoes{

        padding:45px 18px 60px;

    }

    .stbg-publicacoes-topo{

        margin-bottom:45px;

    }

    .stbg-publicacoes-topo h1{

        font-size:36px;

    }

    .stbg-publicacoes-topo p{

        font-size:16px;

    }

    .stbg-publicacoes-lista{

        gap:35px;

    }

}