﻿.slider-container {
    overflow: hidden;
    width: 100%;
    cursor: pointer; /* Change cursor to hand icon */
}

.slider {
    display: flex; /* Ensure slides are displayed in a row */
    transition: transform 0.5s ease-in-out; /* Add smooth transition */
}

.slide {
    flex: 0 0 auto; /* Prevent slides from shrinking */
    width: 100%; /* Set slide width */
}

.vc_custom_1510030286033 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.vc_custom_1522833677161 {
    padding-bottom: 25px !important;
    background-color: #f5f2f2 !important;
}

.vc_custom_1509962199792 {
    background-color: #100e32 !important;
}

.vc_custom_1510030217493 {
    margin-right: 10px !important;
    margin-left: 10px !important;
    background-color: #f5f2f2 !important;
}

.vc_custom_1510030204939 {
    margin-right: 10px !important;
    margin-left: 10px !important;
    background-color: #e0d7d7 !important;
    padding-top: 20px !important;
}

.vc_custom_1510030176807 {
    margin-left: 10px !important;
    background-color: #f5f2f2 !important;
}

.vc_custom_1522836324920 {
    margin-top: 35px !important;
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
    background-color: #ffffff !important;
}

.vc_custom_1522833854828 {
    margin-left: 10px !important;
}

.vc_custom_1500617027978 {
    padding-top: 0px !important;
}

.linkheader {
    color: #9e6b22 !important;
}

.nomargin {
    margin: 0;
}

.eventblock {
    height: 240px;
    overflow-y: auto;
}

.eventdiv {
    border: 1px solid #76737352;
    margin-bottom: 2px !important;
    border-radius: 5px;
    /*background-color: #eeeeee;*/
}

.eventimagediv {
    background-color: transparent !important;
}

.eventdetailsdiv {
    /*border-left: 1px solid #76737352;*/
    /*padding-left: 10px;*/
    /* background-color: #f2f2f273;*/
}

.vc_shortcodes-custom-css {
    padding: 0px !important;
}

.vc_column-inner {
    padding: 0px !important;
}

.backcolor {
    background-color: #f2efef;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 400px;
}

.popup-buttons {
    margin-top: 20px;
}

    .popup-buttons button {
        margin: 0 10px;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
    }

        .popup-buttons button:first-child {
            background-color: #4CAF50;
            color: white;
        }

        .popup-buttons button:last-child {
            background-color: #f44336;
            color: white;
        }

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
