/*
Theme Name: rotshild
*/


/* =WordPress Core
-------------------------------------------------------------- */
fieldset.hidden-fields-container {
    opacity: 0;
}
.lang a {
    background-color: #fff;
    color: #000;
}
.lang .active {
    background-color: #20227d;
    color: #fff;
}
.gallery-swiper,
.videos-swiper {
    overflow: hidden;
}

.gallery-swiper swiper-slide,
.videos-swiper swiper-slide {
    user-select: none;
    -webkit-user-select: none;
}

.gallery-swiper a,
.videos-swiper a {
    display: block;
    -webkit-tap-highlight-color: transparent;
}

html.fancybox-lock,
html.fancybox-lock body,
body.fancybox-lock {
    overflow: hidden;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

body.compensate-for-scrollbar {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.fancybox__container {
    z-index: 99999;
}
.screen-reader-response, .wpcf7-not-valid-tip,.wpcf7-response-output{
    display: none !important;
}
.wpcf7-not-valid{
    border-color: red !important;
}
.typical-img{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.typical-img > *{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
}
.typical-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.typical-img:before{
    padding-bottom: 100%;
    display: block;
    content: '';
}
.downsite-menu[style*="display: block"]{
    display:flex!important;
}
