.events-wr {
    width: 946px;
    margin: 100px auto 50px auto;
}

.events-search {
    padding-right: 60px;
    position: relative;
}

.switch-map table tr td span {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #d3d3d3;
}

.switch-map table tr td .switch-event {
    color: #3c3b3b;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif, 'Arial_Caps';
}

.switch-map table tr td .switch-map {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif, 'Arial_Caps';
}

.events-search .search-options {
    margin-top: 15px;
}

.events-search-type {
    position: relative;
    margin-top: 25px;
    cursor: pointer;
}

.events-search-type img {
    width: 15px;
    display: block;
    float: left;
    margin-top: 3px;
}

.events-search-type span {
    font-size: 15px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #9a9a9a;
    padding-left: 14px;
    margin-top: 0px;
    display: block;
    margin-left: 14px;
    width: 30vw;
}

.events-search-input {
    display: block;
    position: absolute;
    z-index: 1000;
    font-size: 33px;
    text-align: center;
    color: #3c3b3b;
    top: 10px;
    width: 0;
    border: none;
    outline: none;
    overflow: hidden;
    box-shadow: 0 0 17px 0 #e9e9e9;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.events-search-input:focus {
    color: #65ead1;
}

.search-close {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1001;
    right: 2%;
    top: 18px;
    cursor: pointer;
    background-image: url("../images/icons/letter-x.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    display: none;
}

#events-map-wr {
    width: 100%;
    height: 492px;
    margin-bottom: 20px;
}

.all-events-page h2 {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: center;
    color: #3c3b3b;
    font-family: 'Lato', sans-serif, 'Arial_Caps';
    margin-top: 60px;
    margin-bottom: 40px;
}

.feature-events-page h2 {
    font-size: 15px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #3c3b3b;
    font-family: 'Lato', sans-serif, 'Arial_Caps';
    background-image: url('../images/icons/featured-events.svg');
    background-size: 36px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 50px;
    display: block;
}

.body-black-layout {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000000;
    z-index: 999;
    left: 0;
    top: 0;
}

.events-search .main-advertisement {
    position: absolute;
    z-index: 1000;
    margin-top: 0;
    top: 60px;
    left: 0;
    width: 100%;
    background-position-y: top;
}

/*For Switch Button*/
.switch-input {
    display: none;
}

.switch-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    margin: 16px;
    padding: 16px 0 16px 60px;
}

.switch-label:before, .switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.switch-label:before {
    left: 1px;
    width: 50px;
    height: 16px;
    background-color: #9E9E9E;
    border-radius: 8px;
}

.switch-label:after {
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #FAFAFA;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.switch-label .toggle--on {
    display: none;
}

.switch-label .toggle--off {
    display: inline-block;
}

.active-switch-label:before {
    background-color: #65ead1;
    opacity: .3;
}

.active-switch-label:after {
    background-color: #65ead1 !important;
    -ms-transform: translate(110%, -50%);
    -webkit-transform: translate(110%, -50%);
    transform: translate(110%, -50%);
}

.switch-input:checked .switch-map {
    color: #3c3b3b;
}

.switch-input:checked + .switch-label .toggle--off {
    display: none;
}

/*For Switch Button*/

/*Event Map Swiper*/
.event-map-swiper .swiper-slide .suggested-event-img,
.event-map-swiper .swiper-slide .suggested-event-info {
    float: left;
}

.event-map-swiper .swiper-slide .suggested-event-img {
    width: 110px;
    height: 110px;
}

.event-map-swiper .swiper-slide .suggested-event-info {
    max-width: 210px;
}

.gm-style-iw {
    max-height: 110px !important;
    max-width: 320px !important;
    top: 9px !important;
    left: 9px !important;
}

.TEST {
    height: 110px !important;
    margin-left: -25px;
}

/*Event Map Swiper*/

/*For Small Screen sizes*/
@media (max-width: 1000px) {

    .events-wr {
        width: 100%;
    }

    #events-map-wr {
        margin-top: 0 !important;
    }

    .search-options-events .deep-search-btn {
        display: none;
    }

    .search-options-events .deep-search-menu {
        right: 0;
        opacity: 1;
    }

    .search-options-events {
        overflow: inherit;
        float: none;
        margin-top: 40px;
        padding-right: 0;
        position: relative;
        width: 100%;
    }

    .search-options-events .deep-search-menu > ul {
        text-align: center;
    }

    .search-options-events .deep-search-menu > ul > li {
        margin: 5px 10px 5px 10px;
        display: inline-block;
        border-radius: 4px;
    }

    .events-search {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .main-events-wr .hidden-md.hidden-lg.switch-map {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .main-events-wr .events-search {
        margin-bottom: 70px;
    }

    .events-search-type {
        float: left;
    }

    .switch-map {
        float: right;
    }

    .events-search .search-options {
        margin-top: 0;
    }

}

@media (max-width: 992px) {

    .events-wr {
        margin-top: 80px;
    }

}

.event-map-swiper .swiper-slide {
    min-width: 300px !important;
}

.event-map-swiper .suggested-event-info {
    margin-top: 15px;
    margin-left: 15px;
}

/*For Small Screen sizes*/
.event-card-detail-mobile {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}

.event-card-detail-mobile .event-date {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    bottom: unset;
    padding: 0;
    top: unset;
    align-items: center;
    left: unset;
    order: -1;
    justify-content: center;
}

.event-card-detail-mobile .event-date .movie-property-icon {
    margin-right: 5px;
}

.event-card-details {
    display: block;
    position: relative;
    flex: 100;
    margin-left: 10px;
}

.event-card-details a h1 {
    margin: 0 !important;
}