/* 
Theme Name: Meteora
Theme URI: https://github.com/elementor/hello-theme-child/
Description: eMeteora custom tema
Author: Switch One
Author URI: https://switch-one.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: meteora
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
*/

/*
Brown #5E4D3D

Cream #F3EFE3

Dark Cream #EAE6DA

Stroke #E0DDD9

Orange #F36F21

Black #1F1F1D

White #FFFEF9

Text Light #5C5C53
*/


.elementor-message-danger.elementor-form-help-inline{
    margin-top: 2px;
}

*{
    font-family: "Montserrat", Sans-serif;
}

.e-meteora-review .elementor-widget-theme-post-content .elementor-widget-container{
    display: table;
    min-height: 280px;
    position: relative;
}

.osvrt-img{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: right;
}

.osvrt-img img{
    display: inline-block !important;
    height: 20px !important;
    margin-left: 2px !important;
    vertical-align: bottom !important;
}

.elementor-nav-menu--dropdown a:hover{
    font-weight: 500 !important;
}

#e-meteora-hero-slider span.swiper-pagination-bullet{
    width: 42px;
    border-radius: 10px;
}
#e-meteora-hero-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 10px;
}

#e-meteora-hero-slider .elementor-slides .swiper-slide-bg{
    background-position: bottom center !important;
}

#e-meteora-reviews-slider span.swiper-pagination-bullet{
    width: 42px;
    border-radius: 10px;
}
#e-meteora-reviews-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 10px;
    background-color: #514D48;
}

.emeteora-testimonial-rating img{
    max-height: 15px;
    height: 15px;
    width: auto;
}


#scroll-to-top{
    display:none; 
    position:fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index:999; 
    cursor:pointer;
}
#scroll-to-top img {
    width: 48px; 
    height: 48px;
    transition: opacity 0.3s ease;
}
#scroll-to-top:hover img {
    opacity: 0.7;
}

#music{
    cursor: pointer;
    padding: 12px 8px;
}
#music .elementor-button-text:after{
    display: inline-block;
    content: "";
    width: 40px;
    height: 18px;
    background-image: url('https://e-meteora.com/wp-content/themes/meteora/images/sound-off.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-bottom: -4px;
}
#music.play .elementor-button-text:after{
    display: inline-block;
    content: "";
    width: 40px;
    height: 18px;
    background-image: url('https://e-meteora.com/wp-content/themes/meteora/images/sound-on.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-bottom: -4px;
}

.meteora-cat-link-box{
    cursor: pointer;
}

.elementor-icon-box-icon .elementor-icon{
    width: 100%;
}

.elementor-icon-box-icon .elementor-icon svg{
    margin: 0 auto;
}

.elementor-icon-box-content p.elementor-icon-box-description{
    padding-bottom: 10px;
}

/* + FAQ PAGE + */

.faq-tab{
    cursor: pointer;
}
.faq-tab:hover .elementor-icon svg{
    fill: #fff !important;
}
.faq-tab:hover h2{
    color: #fff !important;
}

.faq-tab:hover:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-8px;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:8px solid #F36F21;
}

.faq-tab.active{
    background-color: #F36F21;
    border-color: #F36F21;
    border: 2px solid #F36F21 !important;
}
.faq-tab.active .elementor-icon svg{
    fill: #fff !important;
}
.faq-tab.active h2{
    color: #fff !important;
}

.faq-tab.active:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-8px;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:8px solid #F36F21;
}

.faq-tab-content{
    display: none !important;
}
.faq-tab-content.active{
    display: block !important;
}

.faq-contact-icon a.elementor-icon{
    border-color: #E0DDD9 !important;
}

/* - FAQ PAGE - */

@media (max-width: 768px){
    #e-meteora-reviews-slider span.swiper-pagination-bullet{
        width: 15px;
    }

    .faq-tab:hover,
    .faq-tab.active{
        border-radius: 0px !important;
    }
}
