/* 
Theme Name: Meteora
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Custom is a child theme of Hello Biz
Author: Switch One
Author URI: https://switch-one.com/
Template: hello-biz
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
*/

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

.osvrt-img{
    display: inline-block !important;
    height: 15px !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-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://test.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://test.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;
}