/* Header and footer custom for landing page*/
.site-header {
    background-color: transparent;
    /*background: rgba(0, 0, 0, 0.25);*/
}

.site-header a{
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.wp-block-group.has-background {
    padding: 0px 0px;
}

.custom-logo {
    filter: invert(100%);
}

#masthead .col-full {
    -webkit-text-fill-color: white;
}

.site-header-cart .widget_shopping_cart {
    background-color: #000 !important;
}

button.menu-toggle {
    border-color: #333333;
    -webkit-text-fill-color: black;
}

.site-footer {
    position: absolute;
    top: 100vh;
    left: 0;
    right: 0;
}

/* Slick carousel stuff */
.main-carousel {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.carousel-cell {
    position: relative;
}

.slick-prev {
    position: absolute;
    top: 50vh;
    left: 0;
    z-index: 1;
}

.slick-next {
    position: absolute;
    top: 50vh;
    right: 16px;
    z-index: 1;
}

.slick-arrow {
    padding: 0px;
    background-color: #06060600;
    color: #fbfbfb;
}

.slick-arrow .feather {
    height: 40px;
    width: 40px;
}

/* Items in the carousel */
.landing-item-img {
    object-fit: cover;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}

.main-gradient::after {
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.27) 67%, rgba(2,0,36,0.8169468470982143) 100%);
    content: '';
}

.landing-item-content {
    bottom: 50%;
    position: absolute;
    display: flex;
    flex-flow: column wrap;
    left: 50%;
    align-items: center;
    margin: 0 auto;
    transform: translate(-50%, 70%);
    z-index: 500;
}

.landing-item-text {
    display: block;
    font-size: xx-large;
    color: #f2f2f2;
    font-style: unset;
    font-weight: bold;
    line-height: 140%;
    align-self: center;
    text-align: center;
    min-width: 300px;
}

.carouselButton {
    background-color: white;
    border-radius: 2px;
    padding: 2px 25px;
    text-decoration: none !important;
    color: #202020;
    float: inherit;
}

.handheld-navigation {
    background-color: #0b0b0bdb;
}

