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

/*!
==========================================================
BUSCA
==========================================================
*/
.stbg-publicacoes-busca{

    position:relative;

    max-width:720px;

    margin:0 auto 55px;

}

.stbg-publicacoes-busca .stbg-icone-busca,
.stbg-publicacoes-busca i{

    position:absolute;

    left:22px;

    top:50%;

    transform:translateY(-50%);

    font-size:18px;

    color:#8f1519;

    z-index:2;

    pointer-events:none;

}

.stbg-publicacoes-busca input#stbg-busca-publicacoes{

    width:100% !important;

    height:64px !important;

    padding-left:64px !important;
    padding-right:24px !important;

    border:2px solid #e7e7e7 !important;

    border-radius:14px !important;

    background:#fff !important;

    color:#222 !important;

    font-size:18px !important;

    box-sizing:border-box;

}

.stbg-publicacoes-busca input{

    width:100%;

    height:64px;

    /* aumente o espaço para o texto */
    padding-left:120px;

    padding-right:24px;

    border:2px solid #e7e7e7;

    border-radius:14px;

    font-size:18px;

    box-sizing:border-box;

}

.stbg-publicacoes-busca input::placeholder{

    color:#999;

}

.stbg-publicacoes-busca input:focus{

    outline:none;

    border-color:#8f1519;

    box-shadow:0 0 0 5px rgba(143,21,25,.08);

}

@media(max-width:767px){

    .stbg-publicacoes-busca{

        margin-bottom:40px;

    }

    .stbg-publicacoes-busca input{

        height:58px;

        padding-left:56px;

        font-size:16px;

    }

    .stbg-publicacoes-busca i{

        left:20px;

        font-size:16px;

    }

}