/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Container principal */
.hover-box {
    position: relative;
    overflow: hidden;
    /*height: 400px;*/
    transition: all 0.3s ease;
}

/* Overlay escuro */
.hover-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: all 0.3s ease;
}

/* Efeito hover no overlay */
.hover-box:hover:before {
    background: rgba(0,0,0,0.5);
}

.titulo {
    /*position: absolute;*/
    bottom: -50px;
    transition: all 0.3s ease;
    color: #fff;
}

/* Texto oculto */
.hover-text {
    position: absolute;
    bottom: -50px;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 30px 30px;
    color: #fff;
}

/* Efeito hover no texto */
.hover-box:hover .hover-text {
    bottom: 0;
    opacity: 1;
}

.hover-box:hover .titulo {
    bottom: 0;
    opacity: 1;
}

/* SVG icon */
.hover-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transition: all 0.3s ease;
}

/* Efeito hover no ícone */
.hover-box:hover .hover-icon {
    opacity: 1;
}


/* faq */
.faq > div > div > .theplus-accordion-item {
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px !important;
}

.wedding > div > div > .theplus-accordion-item {
    padding: 20px !important;
    box-shadow: rgba(35, 87, 132, 0.06) 0px 0px 30px 0px;
    border-radius: 20px;
}

/* posts */

img.attachment-tp-image-grid.size-tp-image-grid {
	min-height: 360px;
}
.post-author {
    display: none;
}

div.post-meta-info.style-1 > span:nth-child(2) {
    display: none;
}

h3.theplus-posts-not-found {
    display: none;
}


/* Filtro */
div.Passeios {
    display: none;
}

/* nivel  */
/*div:not(.n67) {
    display: none;
}*/

footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}

body[data-elementor-device-mode=mobile] .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

#sb_instagram .sbi_photo img {
    border-radius: 15px;
}

a.sbi_photo {
    height: auto !important;
}

@media (max-width: 767px) {
    .elementor-133 .elementor-element.elementor-element-b16d5e6 .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li > a {
        font-size: 22px;
    }
}
@media (max-width: 1024px) {
    .elementor-133 .elementor-element.elementor-element-b16d5e6 .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li > a {
        font-size: 22px;
    }
}