/*
Theme Name: Musea Child
Theme URI: https://musea.qodeinteractive.com/
Description: A child theme of Musea Theme
Author: Select Themes
Author URI: https://themeforest.net/user/elated-themes
Version: 1.0.7
Text Domain: musea
Template: musea
*/

/*
.sf-time-img {
    overflow: hidden;
    padding-right:0;
}
.eltdf-workflow .eltdf-workflow-item .eltdf-workflow-item-inner .eltdf-workflow-image.sf-time-img {
    padding: 40px 0px 0 0;
    margin-right:89px;
}
.eltdf-workflow .eltdf-workflow-item:nth-of-type(2n) .eltdf-workflow-item-inner .eltdf-workflow-image.sf-time-img {
    padding: 38px 0 0 0px;
    margin-left:86px;
}
*/
.sf-time-img .img-wrapper {
    display: block;
    max-width: 100%;
    overflow: hidden;
    height: 600px;
    position: relative;
}
.sf-time-img img {
    width:auto;
    height:100%;
    display: block;
    position: relative;
    left:50%;
    transform: translateX(-50%);
    max-width: none;
}
.force-hide {
    display: none !important;
}
.owl-item > .eltdf-show.show-item {
    max-width: 100%;
}
.owl-item > .eltdf-show.show-item img {
    height: 240px;
    width: auto;
    max-width: none;
}
.owl-item .eltdf-show.info-bellow .eltdf-show-info .eltdf-show-info-wrapper:first-child {
    /*min-height:86px;*/
    padding-top: 20px;
    padding-bottom: 12px;
    position: relative;
    top: 24px;
}
.sf-filter {
    padding:70px 0 0;
    text-align: center;
}
.sf-filter a {
    display: inline-block;
    width:120px;
    margin:12px;
}
.sf-timeline {
    /*overflow: hidden;*/
    position: relative;
}

/*.sf-timeline [data-index] + [data-index] + [data-index] + [data-index] + [data-index] ~ [data-index],*/
.sf-hide {
    display: none;
}
.sf-prev,
.sf-next {
    bottom:16px;
    position: absolute;
    left:calc(50% - 24px);
    display: block;
    width:48px;
    height:48px;
    transform: rotate(45deg);
    z-index: 99;
    box-sizing: border-box;
}
.sf-prev {
    display: none;
    top:60px;
    border-left:2px solid #525252;
    border-top:2px solid #525252;
}
.sf-next {
    border-right:2px solid #525252;
    border-bottom:2px solid #525252;
    bottom:0px;
}
.eltdf-page-header .eltdf-position-left,
.eltdf-page-header .eltdf-position-left-inner {
    width: 100%;
}
body.eltdf-header-standard .eltdf-page-header .eltdf-position-left nav.eltdf-main-menu {
    width: 100%;
    max-width: calc(100% - 600px);
}
.rs-layer > a[itemprop="url"] {
    position: relative;
}
.rs-layer > a > svg {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.rs-layer > a > svg > rect {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;    
}
.sf-sculp-nav {
    text-align: center;
    margin:40px auto;
}
.sf-sculp-nav > a {
    display: inline-block;
    margin:auto 40px;
}
.sf-sculp-nav > a.prev:before,
.sf-sculp-nav > a.next:after {
    content:'';
    display:inline-block;
    width:24px;
    height:24px;
    position: relative;
    top: 8px;
}
.sf-sculp-nav > a.prev:before {
    border-top:2px solid #525252;
    border-left:2px solid #525252;
    transform: rotate(-45deg);
    margin-right:12px;
}
.sf-sculp-nav > a.next:after {
    border-top:2px solid #525252;
    border-right:2px solid #525252;
    transform: rotate(45deg);
    margin-left:12px;
}
.wpcf7-submit.eltdf-btn.eltdf-btn-outline:not(.eltdf-btn-custom-border-hover):hover {
    border-color: transparent !important;
}
.sf-gallery {
    margin:40px auto 0;
}
.sf-gallery > a {
    display: inline-block;
    width:calc(25% - 16px);
    margin-right:12px;
    max-width:240px;
    position: relative;
    /*border:1px solid #525252;*/
    overflow: hidden;
}
.sf-gallery > a:before {
    content:'';
    display: block;
    padding-bottom:70%;
}
.sf-gallery > a > img {
    position:absolute;
    width:200%;
    max-width:200%;
    height:auto;
    left:-50%;
    top:50%;
    transform: translateY(-50%);
}
rs-layer[data-type="image"] {
    background-color:#fff;
}
rs-layer[data-type="image"] img {
    opacity: 0;
}
@media all and (min-width:1025px) {
    #menu-main-menu,
    #menu-main-menu-1 {
        display: flex;
        justify-content: center;
    }
}
@media all and (max-width:767px) {
    .sf-sculp-nav > a {
        margin:auto 12px;
    }
    .sf-sculp-nav > a.prev {
        padding-right:32px;
    }
    .sf-sculp-nav > a.next {
        padding-left:32px;
    }
    .sf-sculp-nav > a:not(:first-child):not(:last-child) {
        margin:40px 12px;
    }
    .sf-filter a {
        width: calc(33% - 24px);
    }
    .rs-layer[data-type="text"] {
        max-width:100vw !important;
    }
}