@charset "UTF-8";

/*
Theme Name: HighFlyer
Theme URI: https://wearethebulb.com/
Author: The Bulb
Author URI: https://wearethebulb.com/
Description: HighFlyer is a wordpress theme custom built for HighFlyer
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://wearethebulb.com/
Text Domain: highflyer
Tags: HighFlyer, Custom Theme, The Bulb, Printing, Design, Canvas, Packaging, Clothing

HighFlyer WordPress Theme, (C) 2023 HighFlyer.gi
HighFlyer is not a publicly distributed theme. Please do not share!
*/

body {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

#site-nav {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 5;
}

#site-links {
    display: inline-block;
    float: right;
    position: relative;
    top: 23px;
    right: 22px;
}

#site-link-list {
    list-style: none inside;
    font-weight: bold;
}

#site-link-list li {
    margin-right: 19px;
    display: inline-block;
    height: 47px;
    cursor: pointer;
}

#site-logo {
    background-image: url(/wp-content/themes/HighFlyer/assets/images/highflyer-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 295px;
    height: 50px;
    display: inline-block;
    margin-top: 22px;
    margin-left: 32px;
}

#home-top-video {
    position: relative;
    top: 100px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 110px);
    z-index: 4;
    pointer-events: none;
    overflow: hidden;
    background-color: #dedede;
}

#home-top-video iframe {
    width: 100vw;
    height: 56.25vw;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -0%);

    min-height: 100vh;
    min-width: 177.77vh;
}

.submenu {
    display: none;
    position: absolute;
    top: 70%;
    left: 0;
    z-index: 5;
    background-color: #d1197b;
    padding: 15px 40px 0px 20px;
    border-radius: 0px 20px;
    color: white;
}

.submenu li {
    display: block !important;
    pointer: cursor;
    opacity: 0;
    font-size: 21px;
}

.submenu li:hover {
    color: #f7e813;
}

#site-link-list li:hover > .submenu,
.submenu:hover {
    display: block;
}

#quality-section {
    position: relative;
    z-index: 5;
    margin-top: 100px;
    width: 100%;
}

#quality-title {
    text-align: center;
    display: block;
    width: 100%;
    padding: 40px 0px 40px 0px;
    font-size: 3.5vw;
    color: #d8127e;
}

#services-bg {
    background-color: #a3a4a3;
}

#services-hover-sec {
    max-width: 1364px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    left: -22px;
}

.service-block {
    text-align: left;
    width: 388px;
    background-color: #d8127e;
    border-radius: 30px 0px 30px 0px;
    overflow: auto;
    background-size: cover;
    background-position: 50%;
    margin-left: 44px;
    display: inline-block;
    min-height: 356px;
    margin-top: 42px;

    background-image: url(/wp-content/themes/HighFlyer/assets/images/printed-clothing.jpg)
}

.service-title-color {
    background-color: #d8127e;
    height: 39px;
    width: 20px;
    display: inline-block;
    margin-top: 40px;
    margin-left: -1px;
}

.service-title {
    position: relative;
    background-color: #ffffffc9;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    transform: translateY(-10px);
    margin-left: -5px;
    width: calc(100% - 18px);
    height: 39px;
    padding-left: 12px;
    padding-top: 5px;
}

.service-overlay-header {
    font-weight: bold;
    font-size: 27px;
    padding-left: 19px;
}

.service-overlay-subtitle {
    font-style: italic;
    padding-left: 19px;
}

.service-overlay-body {
    padding: 12px 19px 22px 19px;
}

.service-overlay {
    opacity: 0;
    color: white;
}

.service-block:hover {
    background-image: unset;
}

.service-block:hover .service-overlay {
    opacity: 1;
}

.service-block:hover .service-title-color {
    background-color: #9e9f9e;
}

#hover-section-spacer {
    height: 42px;
}

#fullscreen-photo-slider {
    min-height: 70vh;
    overflow: hidden;
    margin-top: -36px;
}

.slider {
    width: 100%;
    height: 70vh;
    position: relative;
}

.slider-image {
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    width: 100%; /* */
    z-index: 0;
}

#contact-cta {
    background-color: #dedfde;
    padding: 42px 0px 42px 0px;
    text-align: center;
    font-size: 21px;
}

#cta-logo {
    max-width: 482px;
    background-image: url(/wp-content/themes/HighFlyer/assets/images/highflyer-logo.png);
    background-size: contain;
    margin: 42px auto 0px auto;
    width: 37vw;
    height: 6vw;
    max-height: 87px;
    background-repeat: no-repeat;
    min-width: 253px;
    min-height: 43px;
}

.cta-address {
    margin-top: 14px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 22px;
}

/* Original
#services-carousel {
    background-color: #d8127e;
    margin-top: -52px;
    height: 6vw;
    min-height: 65px;
    max-height: 107px;
}

.services-content {
    list-style: none inside;
    color: white;
    font-size: calc(2vw + 1rem);
    text-wrap: nowrap;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.services-content li {
    margin-right: 19px;
    display: inline-block;
    height: 47px;
}
 */

.services-carousel {
    background-color: #d8127e;
    margin-top: -52px;
    height: 6vw;
    min-height: 97px;
    max-height: 107px;
    margin: auto;
    overflow:hidden;
}

/*.services-carousel::after {*/
/*    width:448px;*/
/*    height:48px;*/
/*    content:"";*/
/*    position:absolute;*/
/*    border:solid 1px white;*/
/*}*/

.box {
    /*margin-right: 19px;*/
    display: inline-block;
    /*height: 47px;*/
}

.services-content {
    display: inline-block;
    position: relative;
    top: calc(50% + 8px);
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/HighFlyer/assets/images/highflyer-services.png);
    width: 4648px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    white-space: nowrap;
}

#print-design {
    background-image: url(/wp-content/themes/HighFlyer/assets/images/print-design.png);
    height: 40px;
    width: 396px;
    background-size: contain;
    display: inline-block;
    float: right;
    margin: 29px 22px 0px 22px;
}

.footer-address {
    display: inline-block;
    margin-right: 20px;
}

#footer-contact {
    font-size: 21px;
    margin: 32px 0px 62px 32px;
    color: #777776;
    display: inline-block;
}

#menu-btn {
    display: none !important;
    position: absolute;
    top: 9.5px;
    right: -38px;
}

#menu {
    position: absolute;
    width: 34px;
    height: 34px;
    background-image: url(/wp-content/themes/HighFlyer/assets/images/menu.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* ====== RESPONSIVE ====== */

@media screen and (max-width: 1470px) {
    #site-links {
        right: 90px;
        top: 26px;
    }
    #menu-btn {
        display: inline-block !important;
    }
    #wedding-stationary-tab {
        display: none !important;
    }
}

@media screen and (max-width: 1329px) {
    #printed-clothing-tab {
        display: none !important;
    }
}

@media screen and (max-width: 1160px) {
    #graphic-design-tab {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    #signage-tab {
        display: none !important;
    }
}

@media screen and (max-width: 904px) {
    #bespoke-packaging-tab {
        display: none !important;
    }
}

@media screen and (max-width: 710px) {
    #printing-tab {
        display: none !important;
    }
}

@media screen and (max-width: 612px) {
    #home-tab {
        display: none !important;
    }
}

@media screen and (max-width: 544px) {
    #contact-tab {
        display: none !important;
    }
    #site-logo {
        width: 57vw;
        min-width: 251px;
    }
}

@media screen and (max-width: 722px) {
    #quality-title {
        font-size: 30px;
    }
    .services-content {
        font-size: 34px;
    }
}

@media screen and (max-width: 765px) {
    #print-design {
        float: unset;
        margin: -21px 0px 30px 50%;
        transform: translateX(-50%);
    }

    #footer-contact {
        width: 100%;
        margin-left: 10px;
    }

    .footer-address {
        text-align: center;
        display: inline-block;
    }
}

@media screen and (max-width: 1186px) {
    .footer-address {
        display: block;
    }
}

@media screen and (min-width: 1770px) {
    #quality-title {
        font-size: 66px;
    }
    .services-content {
        font-size: 52px;
    }
}