/* 
Theme Name: Tema Fabiana Calcanho
Description: Tema filho de Rife Free 
Theme Author: Agência Vernox
Author URI: https://agenciavernox.com.br
Template: rife-free
Version: 1.0.0
Text Domain: fabianacalcanho
*/

:root {
    --azul: #0F2F4F;
    --bege: #CFB795;
    --cinza: #EDEDED;
}

#footer .foot-widgets .foot-content {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 10px;
}

#footer .foot-widgets .foot-content .widget {
    flex: 1 0 auto;
    text-align: center;
    margin: 0;
}

#footer .foot-widgets .foot-content .widget * {
    text-align: inherit;
}

#footer .foot-widgets .foot-content .widget.widget_media_image {
    align-self: center;
}

#footer .foot-widgets .foot-content .widget .info a.email,
#footer .foot-widgets .foot-content .widget .info .content-open {
    display: inline-block;
}

.elementor-icon.elementor-social-icon.elementor-social-icon-instagram,
.a13_soc-instagram.fa.fa-instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.a13_soc-whatsapp.fa.fa-whatsapp {
    background: rgb(37, 211, 102);
}

body:not(.home) #header:not(.a13-sticky-variant) {
    background: var(--azul);
}