:root{
    --custom--color-primary: #9c0b0b;
}
body {
    overflow: hidden;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 1;
    z-index: 3;
    display: block;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.loader-wrapper.hidden {
    opacity: 0;
}

.loader-wrapper .content {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 252px;
    text-align: center;
}

p.site-description {
    color: black;
}

#masthead {
    height: 40px;
    z-index: 2;
    background-color: #000;
    margin: 0 auto;
    border-bottom: 1px solid #dadada;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px 5vw 65px;
    max-width: unset;
}


.menu-button-container {
    bottom: -30px;
}

/*#wpadminbar {*/
    /*display: none;*/
/*}*/

@media only screen and (max-width: 481px){
    div#page .wp-block-spacer{
        height: 80px !important;
    }
}

.primary-navigation .menu-item a:hover, .primary-navigation .menu-item.active a{
    text-decoration: underline;
    color: var(--custom--color-primary);
}
.msacwl-common-slider .slick-dots{
    bottom: -50px !important;
}
.msacwl-carousel-wrap{
    max-width: unset !important;
}

#page .slick-dots button.active, #page .slick-dots hover button:hover{
    background: var(--custom--color-primary) !important;
}

#page button.slick-arrow{
background-color: black !important;
    z-index: 1;
}
.transparent-image img{
    opacity: 0.35;
}
#contact a.custom{
    text-decoration: none;
}
#contact a.custom:hover{
    text-decoration: underline;
    color: var(--custom--color-primary);
}

.msacwl-img-link{
    display: inline-block;
    height: 300px;
}
.msacwl-img-link .msacwl-gallery-caption{
    transition: all 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.msacwl-img-link:hover .msacwl-gallery-caption{
    background:rgba(0,0,0,1);
    color: var(--custom--color-primary);
}
#preloader .wp-block-button__link{
    border-color: currentColor !important;
    background-color: transparent !important;
    color: inherit !important;
}
#preloader .wp-block-button__link:hover{
    border-color: var(--custom--color-primary) !important;
    background-color: transparent !important;
    color: var(--custom--color-primary) !important;
}