.elementor-14 .elementor-element.elementor-element-7eb89a4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-14 .elementor-element.elementor-element-7eb89a4{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5d969ea *//* =========================================
   OH SWEET BASIL HEADER
   ELEMENTOR VERSION
========================================= */


/* REMOVE ELEMENTOR SPACING */

.elementor-14 .elementor-element.elementor-element-5d969ea {
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================
   FULL WIDTH FIX
========================================= */

.ohsb-header {
    width: 100vw !important;
    max-width: 100vw !important;

    position: relative;

    left: 50%;
    transform: translateX(-50%);

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff;

    z-index: 9999;
}


/* =========================================
   TOP BAR
========================================= */

.ohsb-topbar {
    width: 100%;

    height: 44px;

    background: #57584c;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 32px;

    color: #ffffff;
}


/* Announcement */

.ohsb-announcement {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 15px;
    font-weight: 600;
    font-style: italic;

    white-space: nowrap;
}


/* Social */

.ohsb-social {
    display: flex;
    align-items: center;

    gap: 24px;
}

.ohsb-social a {
    color: #ffffff;

    text-decoration: none;

    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;

    transition: opacity .2s ease;
}

.ohsb-social a:hover {
    opacity: .6;
}


/* =========================================
   MAIN HEADER
========================================= */

.ohsb-main {
    width: 100%;

    height: 127px;

    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 27px 0 17px;
}


/* =========================================
   LOGO
========================================= */

.ohsb-logo {
    width: 270px;

    display: flex;
    flex-direction: column;

    text-decoration: none;

    color: #111111;

    flex-shrink: 0;
}


/* OH SWEET */

.ohsb-logo-small {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 12px;

    letter-spacing: 4px;

    line-height: 1;

    margin-bottom: 5px;
}


/* Decorative symbol */

.ohsb-logo-small::before {
    content: "❧";

    font-size: 10px;

    margin-right: 5px;
}

.ohsb-logo-small::after {
    content: "❧";

    font-size: 10px;

    margin-left: 5px;
}


/* BASIL */

.ohsb-logo-big {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 50px;

    font-weight: 400;

    letter-spacing: 2px;

    line-height: .85;
}


/* =========================================
   NAVIGATION
========================================= */

.ohsb-navigation {
    display: flex;
    align-items: center;

    gap: 27px;
}

.ohsb-navigation a {
    display: flex;
    align-items: center;

    color: #111111;

    text-decoration: none;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 18px;

    font-weight: 400;

    white-space: nowrap;

    transition: opacity .2s ease;
}

.ohsb-navigation a:hover {
    opacity: .55;
}


/* Dropdown */

.ohsb-dropdown {
    gap: 5px;
}

.ohsb-dropdown span {
    font-size: 13px;

    position: relative;
    top: -1px;
}


/* =========================================
   SEARCH
========================================= */

.ohsb-search {
    width: 42px;
    height: 42px;

    border: 0;

    background: transparent;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    color: #111111;

    padding: 0;
}

.ohsb-search i {
    font-size: 25px;
}

.ohsb-search:hover {
    opacity: .55;
}


/* =========================================
   MOBILE
========================================= */

.ohsb-mobile-button {
    display: none;

    width: 42px;
    height: 42px;

    border: 0;

    background: transparent;

    font-size: 24px;

    cursor: pointer;

    color: #111111;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .ohsb-main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ohsb-logo {
        width: 220px;
    }

    .ohsb-logo-big {
        font-size: 43px;
    }

    .ohsb-navigation {
        gap: 16px;
    }

    .ohsb-navigation a {
        font-size: 15px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 850px) {

    .ohsb-topbar {
        height: 42px;

        padding: 0 18px;
    }

    .ohsb-announcement {
        font-size: 12px;
    }

    .ohsb-social {
        gap: 13px;
    }

    .ohsb-social a {
        font-size: 14px;
    }


    .ohsb-main {
        height: 90px;

        padding: 0 18px;
    }


    .ohsb-navigation {
        display: none;
    }


    .ohsb-mobile-button {
        display: flex;

        align-items: center;
        justify-content: center;
    }


    .ohsb-logo {
        width: auto;
    }

    .ohsb-logo-small {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .ohsb-logo-big {
        font-size: 38px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 500px) {

    .ohsb-topbar {
        padding: 0 12px;
    }

    .ohsb-announcement {
        font-size: 10px;
    }

    .ohsb-social {
        gap: 8px;
    }

    .ohsb-social a {
        font-size: 12px;
    }


    .ohsb-main {
        height: 82px;

        padding: 0 14px;
    }

    .ohsb-logo-small {
        font-size: 8px;
        letter-spacing: 1.5px;
    }

    .ohsb-logo-big {
        font-size: 31px;
    }
}/* End custom CSS */