#sp-header {
    background: rgba(0, 0, 0, 0.65);
}
.offcanvas-menu {
    background-color: rgba(0, 0, 0, 0.65);
}
.offcanvas-menu a {
    color:#eeeeee!important;
}
.burger-icon>span, .offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #ffffff;
}
li.sp-menu-item > a {
    color: #eeeeee;
    font-size: 20px;
}

@media (max-width: 991px) {
    section.sppb-section.header {
        margin-top: -80px!important;
    }
}
@media (min-width: 992px) {
    section.sppb-section.header {
        margin-top: -110px!important;
    }
}

span.sp-copyright {
    color: #a2a2a2;
}

div.section-heading > h1 {
    writing-mode: vertical-rl;
    /*transform: scale3d(-1,-1, 1);*/
    font-size: 250px;
}
div.section-heading.small > h1 {
    font-size: 125px;
}

@media (max-width: 1199px) {
    div.section-heading > h1 {
        font-size: 200px;
    }
    div.section-heading.small > h1 {
        font-size: 100px;
    }
}
@media (max-width: 991px) {
    div.section-heading > h1 {
        font-size: 150px;
    }
    div.section-heading.small > h1 {
        font-size: 75px;
    }
}
@media (max-width: 767px) {
    div.section-heading > h1 {
        writing-mode: unset;
        transform: none;
        font-size: 15vw;
    }
    div.section-heading.small > h1 {
        font-size: 15vw;
    }
}
@media (max-width: 576px) {
}

hr {
    border-top: 7px solid;
    opacity: 1;
    margin-left: -40px;
    margin-right: -1000px;
}
hr.left {
    border-top: 7px solid;
    opacity: 1;
    margin-right: -40px;
    margin-left: -1000px;
}
hr.orange {
    border-color: rgba(249,185,97,0.7);
}
hr.dark {
    border-color: rgba(85, 91, 94, 0.7);
}
hr.light {
    border-color: rgba(217, 230, 236, 0.7);
}
hr.white {
    border-color: rgba(255, 255, 255, 0.7);
}


.header-socials img {
    filter: brightness(0) invert(1) grayscale(1);
    transition-duration: 0.5s;
}
.header-socials img:hover {
    filter: brightness(1) invert(0) grayscale(0.5);
}


p.pricetag {
    text-align: center;
    background-color: rgba(249,185,97);
    width: fit-content;
    padding: 10px;
    /*border-radius: 20px;*/
    position: fixed;
    right: 0px;
    margin: 0px;
    transform: translate(4px, -55px) rotate(333deg)
}


/* iOs Safari Fix */
.sppb-section.header {
    background-size: auto; /*100vh;*/
}