/* =========================================================
   VEGDARBAR HOLIDAYS
   HEADER + BRAND MENU + SIMPLE SLIDER
   ========================================================= */


/* =========================================================
   1. HEADER
   ========================================================= */

.header-style-1 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
}


/* =========================================================
   2. HEADER HEIGHT
   ========================================================= */

.header-style-1 .main-bar {
    min-height: 90px !important;
    height: 90px !important;
    padding: 0 35px !important;
}


/* =========================================================
   3. VEGDARBAR LOGO
   ========================================================= */

.header-style-1 .logo-header {
    height: 90px !important;
    width: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.header-style-1 .logo-header .logo-header-inner {
    height: 90px !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    position: relative !important;
}

.header-style-1 .logo-header .logo-header-inner img {
    width: 190px !important;
    max-width: 190px !important;
    height: auto !important;
    max-height: 78px !important;

    /* Preserve original logo colours */
    filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;

    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
}


/* =========================================================
   4. MAIN MENU - VEGDARBAR TEAL
   ========================================================= */

.header-style-1 .header-nav .nav > li > a {
    color: #007F7F !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 20px 15px !important;
    cursor: pointer;
    display: block;

    letter-spacing: 0.2px;
    text-decoration: none !important;

    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}


/* =========================================================
   5. MENU HOVER - VEGDARBAR ORANGE
   ========================================================= */

.header-style-1 .header-nav .nav > li > a:hover {
    color: #F58220 !important;
    background-color: transparent !important;
    text-decoration: none !important;
}


/* =========================================================
   6. ACTIVE / CURRENT MENU - ORANGE
   ========================================================= */

.header-style-1 .header-nav .nav > li.active > a,
.header-style-1 .header-nav .nav > li.current-menu-item > a {
    color: #F58220 !important;
    background-color: transparent !important;
}


/* Active hover */

.header-style-1 .header-nav .nav > li.active > a:hover,
.header-style-1 .header-nav .nav > li.current-menu-item > a:hover {
    color: #F58220 !important;
}


/* =========================================================
   7. MENU FOCUS / ACTIVE
   ========================================================= */

.header-style-1 .header-nav .nav > li > a:focus,
.header-style-1 .header-nav .nav > li > a:active {
    color: #F58220 !important;
    background-color: transparent !important;
}


/* =========================================================
   8. MENU CONTAINER
   ========================================================= */

.header-style-1 .header-nav {
    position: relative !important;
    z-index: 10 !important;
}


/* =========================================================
   9. SUBMENU
   ========================================================= */

.header-style-1 .header-nav .nav > li > .sub-menu li > a {
    color: #007F7F !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}


.header-style-1 .header-nav .nav > li > .sub-menu li > a:hover {
    color: #F58220 !important;
}


/* =========================================================
   10. DROPDOWN ARROW
   ========================================================= */

.header-style-1 .header-nav .nav > li.menu-item-has-children > a:after {
    color: #007F7F !important;
}


.header-style-1 .header-nav .nav > li.menu-item-has-children:hover > a:after {
    color: #F58220 !important;
}


/* =========================================================
   11. SEARCH ICON - TEAL
   ========================================================= */

.header-style-1 .extra-nav .extra-cell .header-search .header-search-icon,
.header-style-1 .extra-nav .extra-cell .header-search .header-search-icon i {
    color: #007F7F !important;
}


/* =========================================================
   12. HAMBURGER / RIGHT MENU - TEAL
   ========================================================= */

.header-style-1 .trv-r-section-block > a {
    color: #007F7F !important;
}


.header-style-1 .trv-r-section-block > a span {
    background-color: #007F7F !important;
}


/* Hamburger hover */

.header-style-1 .trv-r-section-block > a:hover {
    color: #F58220 !important;
}


.header-style-1 .trv-r-section-block > a:hover span {
    background-color: #F58220 !important;
}


/* =========================================================
   13. SIMPLE SLIDER CONTAINER
   ========================================================= */

.slider-item {
    position: relative !important;
    width: 100% !important;

    height: auto !important;
    max-height: none !important;

    overflow: hidden !important;

    margin: 0 !important;
    padding: 0 !important;

    z-index: 1 !important;
}


/* =========================================================
   14. SLIDER IMAGE
   ========================================================= */

.slider-item img {
    display: block !important;

    width: 100% !important;
    height: auto !important;

    max-width: 100% !important;

    object-fit: contain !important;
}


/* =========================================================
   15. SLIDER NAVIGATION
   ========================================================= */

.slider-item .carousel--nav {
    position: relative;
    z-index: 20;
}


.slider-item .carousel--nav .owl-nav {
    position: absolute;

    top: 50%;
    left: 0;

    width: 100%;
    height: 0;

    transform: translateY(-50%);

    z-index: 20;

    display: none;
}


.slider-item .carousel--nav .owl-nav > * {
    display: inline-block;

    position: relative;

    width: 50px;
    height: 50px;

    background-color: transparent;

    transition: all .4s ease;

    transform: translateY(-50%);
}


.slider-item .carousel--nav .owl-nav > * i {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    font-size: 30px;

    color: #282828;
}


.slider-item .carousel--nav .owl-nav > :hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);

    background-color: #fff;
}


.slider-item .carousel--nav .owl-nav .owl-prev {
    margin-left: 40px;
}


.slider-item .carousel--nav .owl-nav .owl-next {
    float: right;

    margin-right: 40px;
}


/* =========================================================
   16. SLIDER DOTS
   ========================================================= */

.slider-item .carousel--nav .owl-dots {
    position: absolute;

    bottom: 10px;
    left: 0;

    width: 100%;

    text-align: center;

    z-index: 30;
}


.slider-item .carousel--nav .owl-dots .owl-dot {
    display: inline-block;

    width: 10px;
    height: 10px;

    margin-right: 8px;

    border: 1px solid #bebebe;

    background-color: transparent;

    border-radius: 50%;
}


.slider-item .carousel--nav .owl-dots .owl-dot:last-child {
    margin-right: 0;
}


.slider-item .carousel--nav .owl-dots .owl-dot.active {
    background-color: #000;

    border-color: #000;
}


/* =========================================================
   17. DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

    .slider-item .carousel--nav .owl-nav {
        display: block;
    }

}


/* =========================================================
   18. TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 1199px) {

    .header-style-1 .main-bar {
        min-height: 80px !important;
        height: 80px !important;
        padding: 0 25px !important;
    }


    .header-style-1 .logo-header {
        height: 80px !important;
    }


    .header-style-1 .logo-header .logo-header-inner {
        height: 80px !important;
    }


    .header-style-1 .logo-header .logo-header-inner img {
        width: 170px !important;
        max-width: 170px !important;
        max-height: 65px !important;
    }


    .header-style-1 .header-nav .nav > li > a {
        padding: 18px 12px !important;
        font-size: 16px !important;
    }


    .slider-item {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
    }


    .slider-item img {
        width: 100% !important;
        height: auto !important;
    }

}


/* =========================================================
   19. MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .header-style-1 {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }


    .header-style-1 .main-bar {
        min-height: 70px !important;
        height: 70px !important;
        padding: 0 20px !important;
    }


    .header-style-1 .logo-header {
        height: 70px !important;
    }


    .header-style-1 .logo-header .logo-header-inner {
        height: 70px !important;
    }


    .header-style-1 .logo-header .logo-header-inner img {
        width: 150px !important;
        max-width: 150px !important;
        max-height: 55px !important;
    }


    .slider-item {
        width: 100% !important;

        height: auto !important;

        max-height: none !important;

        margin: 0 !important;
    }


    .slider-item img {
        width: 100% !important;

        height: auto !important;

        object-fit: contain !important;
    }


    .slider-item .carousel--nav .owl-nav {
        display: none !important;
    }

}
