/*
Theme Name: Divabeauty
Template: hello-elementor
Version: 2.0.0
Text Domain: divabeauty
*/

:root {
    color-scheme: light only;
}
.wpml-ls-statics-shortcode_actions {
	padding: 0;
}

.wpml-ls-statics-shortcode_actions ul li a {
    color: #242D31;
    font-family: unset;
    font-size: 14px;
	padding: 6px;
}
.footer-links a {
    color: #CECECE;
}

footer a {
    color: #ffffff;
    transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
}

footer a:hover, footer a:active {
    color: #6e92bd;
}

/* shrinking header section */
body:not(.home) .shrinker {
    position: static;
}

body.home .shrinker {
    position: absolute;
    top: 0;
    left: 0;
}

.shrinker {
    width: 100% !important;
    background-color: #fff;
    /*background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.5494572829131652) 45%, rgba(0,0,0,0) 100%);*/
    height: 110px;
    transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
}

.shrinker.elementor-sticky--effects {
    background-color: #fff;
    height: 60px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
}

.shrinker.elementor-sticky--effects .jet-mega-menu-item__title {
    color: #00558e;
}

.shrinker.elementor-sticky--effects li:hover .jet-mega-menu-item__title {
    color: #fff;
}

.shrinker li.current_page_item .jet-mega-menu-item__title:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 100%;
    height: 3px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

/*body.home .shrinker .jet-mega-menu-item.jet-mega-current-menu-item.jet-mega-current-menu-item > .jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: #fff;
}*/

/*body:not(.home) .shrinker .jet-mega-menu-item.jet-mega-current-menu-item.jet-mega-current-menu-item > .jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: #00558e;
}
body:not(.home) .shrinker .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__title{
    color: #00558e;
}
.shrinker.elementor-sticky--effects li.current_page_item .jet-mega-menu-item__title:after {
    background-color: #00558e;
}

.shrinker.elementor-sticky--effects .jet-mega-menu-item.jet-mega-current-menu-item > .jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: #00558e;
}*/

/*body.home .shrinker .jet-mega-menu-item__label {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, .5);
}*/

/*.shrinker .jet-mega-menu-item__label {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, .5);
}*/

/*.shrinker.elementor-sticky--effects .jet-mega-menu-item__label {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0);
}*/

.shrinker .logo img {
    padding: 5px;
    height: 70px;
    transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
}

.shrinker.elementor-sticky--effects .logo img {
    height: 45px;
    width: auto;
}

span.blabel {
    font-weight: 700;
}

.gallery {
    display: flex;
    gap: 20px;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container {
    max-width: 1400px;
}

@media (max-width: 450px) {

    .shrinker {
        height: 60px;
    }

    .shrinker .logo.logo img {
        height: 35px;
    }

    .shrinker.elementor-sticky--effects .logo.logo img {
        height: 35px;
    }
}

.bpa-front-dc--body {
    display: flex !important;
}

.bpa-front-module--category .bpa-front-cat-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, -0px);
    }
}

.floating2 {
    animation-name: floating2;
    animation-duration: 3s;
    animation-delay: 200ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating2 {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 10px);
    }
    100% {
        transform: translate(0, -0px);
    }
}

.floating3 {
    animation-name: floating3;
    animation-duration: 3s;
    animation-delay: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating3 {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, -0px);
    }
}

.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left {
    display: none;
}

@media (max-width: 1024px) {
    .bpa-front-dc--body {
        flex-direction: column;
    }

    .bpa-front-module--category .bpa-front-cat-items {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .bpa-frontend-main-container {
        padding: 0 !important;
    }

    .bpa-front-tabs.--bpa-top .bpa-front-tab-menu .bpa-front-tab-menu--item {
        margin-right: 10px !important;
    }

    .bpa-front-module-container.bpa-front-module--category .el-row:nth-child(2) > .el-col {
        padding: 0 20px;
    }
    .bpa-front-module--category .bpa-front-cat-items-wrapper .bpa-front-cat-items {
        padding: 0 !important;
    }
    .bpa-front-module--category .bpa-front-cat-items-wrapper {
        width: 100%;
        overflow-x: auto;
    }

    .bpa-front-module--category .bpa-front-cat-items {
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
    }
}