/* Take out the arrows on the IG row */
.ig-like-arrows .slick-prev, .ig-like-arrows .slick-next, .ig-like-arrows .left-arrow, .ig-like-arrows .right-arrow {
    display: none !important;
}

/* All the things to do in GVL Row */

.fl-module.all-the-things-col .fl-rich-text {
    max-width: 315px;
    
}


/* Upcoming Events Row */

h2.upcoming-event-header {
    color: #212121;
    text-align: center;
    margin-bottom: 40px;
    font-size: 55.5px;
    line-height: 1;
    letter-spacing: -1.11px;
}

.events-container {
    height: 367px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.event-column.event-col-1 {
    width: calc(65% - 20px);
    margin-right: 20px;
    border-radius: 6px;
    display: flex;
    /* box-shadow: 0px 0px 170px -80px rgb(0 0 0); */
    -webkit-box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.6);
}

div.main-event-img {
    width: 45%;
    height: 100%;
    /* background-image: url(/wp-content/uploads/circus.webp); */
    background-image: url(/wp-content/uploads/circus.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 6px 0 0 6px;
}

span.main-event-details {
    width: 55%;
    height: 100%;
    background-color: #4f0018;
    padding: 20px;
    border-radius: 0 6px 6px 0;
}

p.main-event-date {
    font-family: Cambon;
    font-size: 114.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -2.29px;
    text-align: left;
    color: #641b1e;
    margin: 0px;
}

.main-event-datetime {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}

.main-event-datetime p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: -0.68px;
    text-align: left;
    color: #fff;
    margin: 0;
}

.tiny-green-dot {
    width: 3px;
    height: 3px;
    background-color: #da474c;
    margin: 0 5px;
    border-radius: 50px;
}

h3.top-event-title {
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: -0.95px;
    text-align: left;
    color: #fff;
    max-width: 242px;
    margin-bottom: 60px;
}

p.top-event-location {
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.83px;
    text-align: left;
    color: #da474c;
    text-transform: uppercase;
    margin: 0;
}

p.top-event-location:before {
    content: '\f3c5';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    color: #da474c;
    margin-right: 10px;
    line-height: 1;
    margin-bottom: 2px;
}

span.main-event-details {
    width: 55%;
    height: 100%;
    background-color: #4f0018;
    padding: 10% 3% 3% 8%;
}

.event-column.event-col-2 {
    width: calc(35% - 20px);
    margin-left: 20px;
    height: 100%;
}

.secondary-event {
    height: calc(50% - 8px);
    border-radius: 6px;
    background-color: #003634;
    position: relative;
    /* box-shadow: 0px 0px 170px -80px rgb(0 0 0); */
    -webkit-box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.6);
}

.secondary-event.sec-event-1 {
        /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/uploads/vineyard.webp); */
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/uploads/vineyard.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        margin-bottom: 16px;
}

p.sec-event-title {
    font-size: 16px;
    color: #fff;
    line-height: 18.5px;
    letter-spacing: -0.7px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

p.sec-event-date {
    font-size: 12.5px;
    text-transform: uppercase;
    color: #da474c;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 16px;
    margin: 0;
    padding-bottom: 6px;
    border-bottom: dashed 1.5px #fff;
}

span.event-date-day {
    font-size: 27.5px;
    display: block;
    color: #fff;
    letter-spacing: -0.55px;
}

.secondary-event.sec-event-2 {
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/uploads/blue.webp); */
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/uploads/blue.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 16px;
}

.view-events-container {
    text-align: right;
    padding: 30px 0 0 0;
}

a.view-events-btn {
    color: #000000;
    border-bottom: dashed 2px #d8d8d8;
    padding-bottom: 3px;
    font-size: 9.5px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 14.5px;
    letter-spacing: 1.09px;
    transition: all 0.3s;
}

a.view-events-btn:hover {
    border-bottom: dashed 2px #da474c;
    color: #da474c;
}




@media screen and (max-width: 900px) {

    .events-container {
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .event-column {
        height: 367px;
        width: 100%;
        margin: 0;
    }

    .event-column.event-col-1 {
        margin: 0 0 30px;
        width: 100%;
    }

    span.main-event-details {
        padding: 10% 3% 3% 3%;
    }

    .event-column.event-col-2 {
        width: 100%;
        height: 367px;
        margin: 0;
    }

}


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

   .fl-module.all-the-things-col .fl-rich-text {
        max-width: 300px;
        margin: auto;
    }

}


@media screen and (max-width: 576px) {

    .event-column.event-col-1 {
        display: flex;
        flex-direction: column;
        height: 450px;
    }

    div.main-event-img {
        width: 100%;
        height: 50%;
        border-radius: 6px 6px 0 0;
    }

    span.main-event-details {
        padding: 5% 3% 3% 5%;
        width: 100%;
        height: 50%;
        border-radius: 0 0 6px 6px;
    }

    p.main-event-date {
        font-size: 65px;
    }

    h3.top-event-title {
        margin-bottom: 30px;
    }



}






@media screen and (max-width: 1320px) {

    #menu-item-22 {
        display: none;
    }

}


@media screen and (max-width: 1200px) {

    #menu-item-633 {
/*        display: none;*/
    }

}






