/*
Theme Name:  Listeo ChildTheme
Theme URI: http://ilhabela.plus
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

/* Centralizar e adicionar margem inferior no contêiner do botão de reivindicação */
.botao-reivindicar-container {
    text-align: center;
    margin-bottom: 30px;
}

/* Estilo para o botão de reivindicação */
.reivindicar-propriedade-button {
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 30px;
    background-color: #1EB453; /* Cor de fundo */
    color: #ffffff; /* Cor do texto */
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid #1EB453;
    border-radius: 50px;
    box-shadow: none;
    padding-right: 30px;
    padding-left: 30px;
    transition: background-color 0.3s, color 0.3s;
}

/* Estilo para imagens na classe getDirection */
#getDirection img {
    width: 80px;
    height: auto;
}

/* Remover conteúdo antes dos elementos específicos */
#getDirection:before,
#streetView:before,
#geoLocation:before,
#scrollEnabling:before {
    content: none;
    font-family: none;
    position: relative;
    top: 2px;
    margin: 0 6px 0 0;
    font-size: 15px;
    line-height: 1px;
}

/* Estilo para os elementos da navegação do mapa */
#getDirection,
#streetView,
#geoLocation,
#scrollEnabling,
#mapnav-buttons a {
    color: #333;
    background-color: #fff;
    padding: 7px 14px;
    padding-top: 4px;
}

/* Estilo para o botão submit na página Reportar Erro */
.page-id-33546 .wpcf7-submit {
    background-color: #FF3202;
    color: #FFFFFF;
    border: none;
}

/* Estilo para o título da barra */
/* #titlebar h1, #titlebar h2 {
    line-height: 40px;
    margin: 1px 0 3px 0;
    color: #5DCBFB !important;
    font-weight: 600 !important;
    font-size: 30px !important;
} */

/* Estilo para a lista de checkboxes */
.checkboxes {
    list-style: none;
    padding-left: 20px;
}

/* Centralizar o conteúdo da classe result */
.result {
    text-align: center;
}

/* Estilo para o cabeçalho do resultado */
.result .result_header {
    font-size: 16px;
    padding: 20px;
}

/* Estilo para o contêiner do resultado */
.result .result_container {
    display: inline-block;
    width: auto;
    margin: auto;
    box-sizing: border-box;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding-top: 30px;
    padding-right: 80px;
    padding-bottom: 15px;
    padding-left: 80px;
    text-align: left;
    background-color: #ffffff;
    transform: translate3d(0, 0, 0);
}

/* Remover padding superior do wrapper da página de dashboard */
.page-template-template-dashboard-php.hws-header #wrapper {
    padding-top: 0px;
}

/* Estilo para o rodapé */
#footer h4 {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

#footer {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0 0 0;
}

#footer ul.menu li a {
    padding: 0 0 0px 0px;
}

/* Ajustes para dispositivos com largura até 767px */
@media (max-width: 767px) {
    #footer .row > div[class*="col-"]:not(.col-md-12) {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

    /* O último elemento com .col-md-12 permanece inalterado */
    #footer .row > .col-md-12 {
        width: 100%;
        float: none;
    }
}

/* Remover conteúdo antes dos links do menu no rodapé */
#footer .menu li::before {
    content: none !important;
}

/* Ajustar containers de menu para evitar quebra de linha nos textos */
@media (max-width: 767px) {
    #footer .menu {
        display: flex;
        flex-wrap: wrap;
    }

    #footer .menu li {
        flex: 1 1 auto;
        min-width: 48%;
        margin-bottom: 10px;
    }

    #footer .menu li a {
        display: block;
        width: 100%;
    }
}

#footer ul.menu {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

/* Ajustes finais de margin para o título do rodapé */
#footer h4 {
    margin-bottom: 5px;
}

/* Animação personalizada com maior velocidade e impacto */
@keyframes customSwashIn {
    0% {
        opacity: 0;
        transform: scale(0.2) rotate(-45deg);
    }
    70% {
        opacity: 1;
        transform: scale(1.2) rotate(10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

/* Aplicar animação ao ícone de confirmação */
@media (min-width: 992px) {
    .listing-added-notice .booking-confirmation-page i {
        color: #23b35f;
        font-size: 90px;
        margin-bottom: -10px;
        animation: customSwashIn 0.5s ease-out;
    }
}

@media (min-width: 992px) {
    .listing-added-notice .booking-confirmation-page h2 {
        font-size: 30px;
    }
}

/* Definir família da fonte Font Awesome para os ícones */
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/* Remover linha no cabeçalho para usuários não logados */
.page-template-template-dashboard.user_not_logged_in #header-container #header:after {
    display: none !important;
}

/* Estilo para títulos pretos no titlebar */
/* #titlebar h1.black-title, #titlebar h2.black-title {
    color: #000000;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin: 1px 0 3px 0;
} */

/* Ajustes de fontes e tamanhos em listagens */
/* .listing-links li a {
    font-size: 15px;
}

.listing-desc-headline {
    font-size: 18px;
}

body .boxed-widget h3 {
    font-size: 18px;
} */

/* Estilo para horários de funcionamento */
.opening-hours ul li {
    color: #66676b;
}

.opening-hours ul {
    font-size: 16px;
}

/* Remover background da área de Minha Conta */
.woocommerce-MyAccount-content {
    background: none;
}

/* Estilo para o banner da página inicial */
.solid-bg-home-banner .main-search-container h4 {
    color: #000;
}

/* Estilo para ícones de pesquisa */
.main-search-inner .highlighted-category i svg g,
.main-search-inner .highlighted-category i svg circle,
.main-search-inner .highlighted-category i svg rect,
.main-search-inner .highlighted-category i svg path {
    fill: #000;
    transition: 0.2s;
}

/* Estilo para títulos na área de pesquisa */
.solid-bg-home-banner .highlighted-categories-headline,
.solid-bg-home-banner .main-search-container h1 {
    color: #000;
}

/* Ajustes para header transparente */
.transparent-header .highlighted-categories-headline,
.transparent-header .main-search-container h1,
.transparent-header .main-search-container h2 {
    color: #000;
}

@media (max-width: 1024px) {
    .transparent-header .main-search-inner {
        text-align: center;
    }

    /* Ajustes para o ícone de menu hambúrguer */
    .transparent-header .hamburger-inner,
    .transparent-header .hamburger-inner::before,
    .transparent-header .hamburger-inner::after {
        background: #000;
    }
}

/* Estilo para o menu de navegação no header transparente */
.transparent-header #header:not(.cloned) #navigation.style-1>ul>li>a {
    color: #000;
}

/* Estilo para a tabela de preços */
/* .pricing-package-price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 30px 5px 30px;
    color: #222;
    background-color: #f6f6f6;
    border-radius: 6px;
    margin: 0 30px;
    min-height: 190px;
    box-sizing: border-box;
} */

/* .pricing-package-price strong {
    display: block;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
} */
