/**
Theme Name: Pousada João e Maria da Ilha
Author: Infinito AG
Author URI: https://www.infinitoag.com
Description: Tema desenvolvido sob medida para a Pousada João e Maria da Ilha.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pousada-joao-e-maria-da-ilha
Template: astra
*/

/* CABECALHO */

header#masthead {
    box-shadow: 0 0 25px -10px #0005;
}

.ast-logo-title-inline .ast-site-identity { position: relative; }
.ast-logo-title-inline .ast-site-identity:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #21657a;
    width: 100VW;
    height: 100%;
    z-index: -1;
}

.site-logo-img img {
    filter: none !important;
}

/* RODAPE */

div#rodape-last { position: relative; }
div#rodape-last:before {
    width: 100vw;
    height: 300%;
    background: #FFF;
    position: absolute;
    top: -50px;
    left: -50px;
    content: "";
}

@media( max-width: 991px ) {
    div#rodape-last:before {
        top: -25px;
        right: -50px;
        left: -50px;
        width: calc(100% + 100px);
    }
}

/* FORMULÁRIO DE RESERVAS */

#reservas .wpforms-layout-column { padding: 5px; }
#reservas .wpforms-field { padding: 0; }

#reservas .wpforms-form .wpforms-submit {
    background: #e4af20;
    border-color: #e4af20;
    margin: 10px auto;
    display: block;
    border-radius: 25px;
}

#reservas .wpforms-form .wpforms-submit:hover {
    background: #e0f0f6;
    border-color: #e0f0f6;
}

/* SOBRE */


div#coluna-destaques-first,
div#coluna-destaques-last {
    position: relative;
}

div#coluna-destaques-last:after {
    content: "";
    width: 250%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: urL('img/jardim-pousada-joao-e-maria-da-ilha.jpg') no-repeat center / cover;
}

div#coluna-destaques-first:before {
    content: "";
    width: 250%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
}