/* 
Theme Name: Rio Biz Fashion
Theme URI: https://github.com/elementor/hello-theme/
Description: Rio Biz Fashion is a child theme of Hello Elementor, created by Prospekt
Author: Prospekt
Author URI: https://prospekt.hr/
Template: hello-elementor
Version: 1.0.1
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
*/

body {
    overflow-x: hidden !important;
}

.rio__marquee {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    padding: 20px 0;
    display: flex;
    overflow: hidden;
}

.rio__marquee div {
    display: inline-block;
    white-space: nowrap;
}

.rio__marquee span {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 32px;
}

.rio__hover-bg {
    transition: all 1s ease !important;
}

.rio__hover-box:hover .rio__hover-bg {
    transform: scale(1.2);
}

.rio__hover-box>a {
    z-index: 2;
}

.rio__hover-box::before {
    content: "" !important;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 76.73%, rgba(0, 0, 0, 0.5) 100%);

}

#rio-floaty-button {
    position: fixed;
    right: -155px;
    top: 40%;
    z-index: 99;
    width: 216px;
    transition: all .3s ease-in;
}

#rio-floaty-button:hover {
    right: -20px;
}

#rio-floaty-button .elementor-button-icon {
    width: 24px;
    height: 24px;
    transform: translateY(-2px);
}

#rio-floaty-button .elementor-button-icon>svg {
    width: 24px;
}

footer .menu-item-description {
    display: none !important;
}

#menu-1-d137ae8 a.elementor-item,
#menu-1-d137ae8 li.menu-item {
    position: static !important;
}

#menu-1-d137ae8 .menu-item-description {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease-in;
}

#menu-1-d137ae8 .first-open .menu-item-description {
    opacity: 1;
}

#menu-1-d137ae8 .menu-item-description img {
    width: 409px;
    height: 431px;
    object-fit: cover;
}

#menu-1-d137ae8 a.elementor-item:hover .menu-item-description,
#menu-1-d137ae8 li.current-menu-item>a.elementor-item .menu-item-description {
    opacity: 1;
}

#menu-1-d137ae8 li:hover~li.current-menu-item>a.elementor-item .menu-item-description {
    opacity: 0;
}

.elementor-main-swiper .elementor-swiper-button {
    background: #fff!important;
}

footer.elementor-slideshow__footer {
    visibility: hidden!important;
}