@charset "UTF-8";
/* CSS Document */

/* @import "https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz";
@import "https://fonts.googleapis.com/css?family=Droid+Sans";
@import "https://fonts.googleapis.com/css?family=Viga";
@import "https://fonts.googleapis.com/css?family=Port+Lligat+Sans";
@import "https://fonts.googleapis.com/css?family=Voltaire";

.special,
special {
    color: #ff0000;
} */

.rate,
.rate-solo {
    color: #62abf5 !important;
}

.feature,
.feature-popup {
    color: #f34b6c;
    font-family: "Crimson Pro", sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.feature-solo {
    font-size: 16px;
}

.telephone,
.telephone a,
.telephone-popup,
.telephone-popup a,
.applelinks,
.applelinks a {
    text-decoration: none;
    color: #549e60 !important;
}

/* Worker Focus Popup */
#description-container {
    display: block;
    background-color: #555555;
    border-radius: 7px;
}

#photo-container {
    text-align: center;
    display: block;
    width: 100%;
}

#photo-item {
    margin-right: 2px;
    border-radius: 3px;
}

#photo-item:last-child {
    margin-right: 0;
}

#report-container,
#video-container {
    display: block;
    position: relative;
    border: 0px #06f613 solid;
    text-align: center;
}

#report-item,
#video-item {
    width: 33%;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    border-radius: 3px;
}

#report-item:last-child,
#video-item:last-child {
    margin-right: 0;
}

video {
    border: 0px #f6f6f6 solid;
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 21/32;
}

#services {
    font-style: italic;
    color: rgb(252, 194, 0);
    border: 0px #ffffff dotted;
    background-colorx: #000;
    padding: 0px;
    border-radius: 5px;
}

#service-title {
    color: rgb(252, 194, 0);
    font-style: normal;
    padding-bottom: 3px;
}

#service-item {
    font-family: "Philosopher", sans-serif;
    display: inline-block;
    margin-right: 5px;
}

#unified-container {
    width: 100%;
    display: block;
    min-heightx: 90vh;
    padding-top: 20px;
}

#unified-description {
    font-family: "Poppins", sans-serif;
    width: 39%;
    height: auto;
    display: inline-block;
    vertical-align: top !important;
    border: 0px #ff0000 solid;
    position: sticky;
    padding: 0 10px;
    box-sizing: border-box;
    top: 90px;
}

#unified-media {
    width: 59%;
    display: inline-block;
}

#unified-product-media {
    width: 32%;
    /* height: 220px; */
    aspect-ratio: 21/32;
    display: inline-block;
    margin: 0;
    border-radius: 5px;
}

#WF {
    display: block;
    background-color: #000000;
}

#WF2 {
    display: none;
    /* background-color: #2e1c33; */
    /*display: block !important; max-width:550px; margin:0 auto;*/
}

/* PhotoSwipe */
.pswp--custom-icon-colors {
    --pswp-icon-color: #e1c7c2 !important;
    --pswp-icon-color-secondary: #000000 !important;
}

/* MAGNIFICENT POPUP */
.black-popup-small,
.black-popup {
    position: relative;
    background-color: rgba(0, 0, 0, 0.75) !important;
    /* padding: 20px; */
    padding: 0 10px;
    width: 100%;
    max-width: 900px;
    margin: 2px auto;
    border: 0px #a1a1a1 solid;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0px;
    box-sizing: border-box;
}
.black-popup-small {
    width: 75%;
    min-height: 100px;
    height: auto;
    border: 1px #e1c7c2 solid;
    padding: 20px;
    /* widthX: calc(100% - 60px); */
    /* max-height: calc(100% - 60px); */
    position: absolute;
    top: 45vh;
    left: 50%;
    transform: translate(-50%, -50%);
}
#close-custom {
    position: relative;
    width: 100%;
    height: 20px;
    top: 2vh;
    left: 0;
    border: 0px #fc1a1e solid;
    text-align: center;
    display: block;
}

#close-custom2 {
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 2vh;
    left: 0;
    border: 0px #fc1a1e solid;
}

#close-custom3 {
    position: fixed;
    width: 100%;
    height: 20px;
    top: 2vh;
    left: 0;
    border: 0px #fc1a1e solid;
    text-align: center;
}

#close-custom4 {
    position: fixed;
    left: 4vh;
    top: 2vh;
    border: 0px #111 solid;
    z-index: 100;
}

#close-custom5 {
    position: absolute;
    top: 1vh;
    right: 1vh;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0px #e1c7c2 solid;
    background-color: transparent !important;
    color: #e1c7c2;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
}
#close-custom5:focus {
    outline: none;
}

#close-custom6,
#close-custom7 {
    position: fixed;
    border: 0px #111 solid;
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
    z-index: 101;
}

#close-custom7 {
    /* position: relative;
    margin-top: 10px;
    z-index: 0; */
    display: none;
}

/*.mfp-close { color:#EEE !important; font-size:48px !important; }*/
.mfp-close {
    color: #222 !important;
    font-size: 26px !important;
    background-color: silver !important;
    min-width: 100px;
    width: auto;
    padding: 2px 5px !important;
    margin: 0 auto !important;
    position: relative !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mfp-close2 {
    color: #e1c7c2 !important;
    font-size: 24px !important;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.75) !important;
    border-radius: 25%;
    width: auto;
    height: auto;
    border: 2px #e1c7c2 solid;
    padding: 5px;
    text-align: center;
}

.mfp-close3 {
    font-size: 24px !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    line-height: 20px;
    border-radius: 5px;
    width: auto;
    height: auto;
    border: 2px #e1c7c2 solid;
    padding: 3px;
    text-align: center;
    box-sizing: border-box;
}
/*.mfp-close-custom { right:5px !important; }*/

/*#mfp-scroll { position:absolute; border:1px #F63464 solid; left:0; top:0; }*/
.mfp-divtext {
    font-size: 11pt;
    font-family: "Poppins", sans-serif !important;
    border: 0px #55f251 solid;
    padding: 15px 15px;
    max-width: 100%;
    word-wrap: break-word;
    color: #ffffff !important;
}

.mfp-divtext p {
    margin: 3px 0;
}

.area,
.mfp-divtext .area {
    color: #ebe433;
}

.popup-titleX {
    font-size: 20pt !important;
    /* font-family: 'Acme', sans-serif !important; */
    line-height: 30pt;
    padding-bottom: 5px;
    /* color: #a6a6a6 !important; */
}

.mfp-divtitle {
    font-size: 26px !important;
    font-family: "Amaranth", serif;
    line-height: 40px;
    color: #e1c7c2 /* #dda0dd */;
}

.mfp-divdescription {
    word-break: break-word;
    color: #fff;
    font-size: 15px;
}

.mfp-lightboxcontainer {
    width: 100%;
    text-align: left;
}
.mfp-lightboxleft {
    width: 50%;
    float: left;
    border: 0px #8450ed solid;
}
.mfp-lightboxright {
    width: 50%;
    float: left;
    padding-top: 15px;
    border: 0px #e0ef39 solid;
}
.mfp-lightboxleft img,
.mfp-lightboxright img,
.mfp-lightboxfull img {
    width: 100% !important;
    display: block;
}

.mfp-lightboxright iframe {
    min-height: 390px;
}
.mfp-lightboxfull {
    width: 100%;
}

.mfp-lightboxfull table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 0px #fa1fcf solid;
    margin: 0 auto;
    width: 100%;
}

.mfp-lightboxfull table td {
    padding: 0;
    vertical-align: middle !important;
    border: 0px #e53a3d solid;
}

.mfp-lightboxfull table tr {
    padding: 0;
}

.mfp-preloader {
    font-size: 26px;
    font-family: "Poppins", sans-serif !important;
}

.mfp-wrap {
    -webkit-overflow-scrolling: touch;
}

#footer-popup {
    color: #333;
    font: 10px "Poppins", sans-serif;
    text-align: center;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 960px) {
    /* #unified-description {
        top: 50px;
    } */

    .mfp-container {
        padding: 0 !important;
    }
}

@media screen and (max-width: 836px) {
    /* #unified-description {
        top: 60px;
    } */
}

@media screen and (max-width: 800px) {
    /* #unified-description {
        top: 70px;
    } */
    /* #unified-product-media {
        width: 32%;
        height: 210px;
        aspect-ratio: 21/32;
    } */
}

@media screen and (max-width: 650px) {
    /* #unified-container {
        padding-top: 30px;
    } */
    #unified-description {
        position: relative;
        width: 100%;
        padding-bottom: 20px;
        line-height: 15px;
        top: 0;
    }

    #unified-media {
        width: 100%;
    }

    #close-custom7 {
        display: inline-block;
        bottom: 3px;
        left: 42.5%;
    }
}

@media screen and (max-width: 480px) {
    #unified-product-media {
        width: 49%;
        /* height: 300px; */
        aspect-ratio: 21/32;
    }

    .mfp-preloader {
        font-size: 20px;
    }

    .feature,
    .feature-popup {
        font-size: 16px;
    }

    .feature-solo {
        font-size: 15px;
    }

    /* video {
        height: 300px;
    } */

    .mfp-divtitle {
        font-size: 22px !important;
        line-height: 36px !important;
    }

    .mfp-divdescription {
        font-size: 13px !important;
        line-height: 15px !important;
    }

    .mfp-close3 {
        font-size: 16px !important;
        line-height: 14px;
    }
}

@media screen and (max-width: 375px) {
    /* #unified-product-media {
        width: 49%;
        height: 220px;
    } */

    /* video {
        height: 220px;
    } */
}

@media screen and (max-width: 320px) {
    #unified-description {
        line-height: 14px;
    }

    /* #unified-product-media {
        width: 49%;
        height: 190px;
    } */

    /* video {
        height: 190px;
    } */

    .mfp-divtitle {
        font-size: 20px !important;
        line-height: 32px !important;
    }

    .feature,
    .feature-solo,
    .mfp-divdescription {
        font-size: 12px !important;
        line-height: 14px !important;
    }
}
