@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

rs-fullwidth-wrap#rev_slider_26_1_forcefullwidth {
    margin-bottom: 55px !important;
}

.revSlider_event {
    margin-bottom: 60px;
}

.eventLoader {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: rotating 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
    -moz-animation: rotating 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
    -ms-animation: rotating 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
    -o-animation: rotating 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
    animation: rotating 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

span#event_reset:hover i{
    -webkit-animation: rotating 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
    -moz-animation: rotating 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
    -ms-animation: rotating 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
    -o-animation: rotating 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
    animation: rotating 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.eventLoader i {
    display: inline-flex;
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    color:#FFD700;
    font-weight: 100;
}

.event_img {
    width: 195px;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.event_img img {
    position: relative;
    border-radius: 100%;
    width: 180px;
    height: 180px;
}

.event_img.defaultimg img {
    border-radius: 0;
}

.event_img.defaultimg::before {
    content:none !important;
}

.event_img::before {
    content: "";
    width: 0px;
    height: 0px;
    border-right: 40px solid transparent;
    border-top: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    position: absolute;
    z-index: -1;
    transition: 0.3s all ease-in;
}

.event_list:hover .event_img::before {
    border-right: 100px solid transparent;
    border-top: 100px solid #FFD700;
    border-left: 100px solid #FFD700;
    border-bottom: 100px solid #FFD700;
    transform: rotate(360deg);
}

.row.event_list {
    margin-bottom: 70px;
}

#event_search_box {
    width:300px;
}

div#searchSection {
    font-size: 0;
    position: relative;
}

.pagination.page_1 {
    display: none;
}

#event_search_box, #event_search {
    height: 50px;
    padding: 10px;
    font-size: 16px;
    background: white;
    border: 0px transparent !important;
    outline: none !important;
}

button#event_search {
    border: 2px solid #216a95 !important;
    background: #216a95;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    width: 120px;
    top: -0.5px;
    position: relative;
    border-radius: 0px 7px 7px 0px;
    transition: all 0.3s ease;
}

button#event_search:hover {
    border: 2px solid #fff !important;
    border-left-color: #216A95 !important;
    background: #ffffff;
    color: #216A95;
}

#event_search_box {
    width:350px;
    padding-left: 30px;
    position: relative;
}

#searchSection::before {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    position: absolute;
    left: 7px;
    top: 15px;
    color: rgba(0,0,0,0.3) !important;
    z-index: 99;
}

#event_search_box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0,0,0,0.3);
}
#event_search_box::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0,0,0,0.3);
}
#event_search_box:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0,0,0,0.3);
}
#event_search_box:-moz-placeholder { /* Firefox 18- */
    color: rgba(0,0,0,0.3);
}

.eventSearch span#event_reset {
    margin-top: 25px;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFD700;
    font-weight: 100;
}

#event_reset i{
    margin-right: 10px;
}

ul.eventDate li:first-child {
    color: #ffd700;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.66px;
}

ul.eventDate li:last-child {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.66px;
}

.event_list h4 {
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.36px;
}

ul.type_schedule {
    display: flex;
}

ul.type_schedule li,
ul.event_datetime li {
    text-transform: uppercase;
}

ul.type_schedule li span{
    margin:0 15px;
}

ul.event_datetime i {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    margin-right: 10px;
    font-style: normal;
}

p.view_your_time {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
}

a.learn_more {
    padding: 10px;
    height: 40px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: flex;
    background: #216a95;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    border:2px solid #216A95;
    position: relative;
    transition: all 0.3s ease-in-out;
}

a.learn_more:hover {
    background: transparent;
    border-color:#ffffff;
    color:#ffffff;
}

div#showEvents {
    margin-bottom: 80px;
}

p.no_event {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
}
.view_your_time.converted {
    cursor: default;
    font-size: 12px;
    line-height: 20px;
}

section#previous_events {
    background: #000;
    padding: 80px 0;
}

.previousBlock {
    height: 100%;
    position: relative;
}

div#previous-events-section {
    text-align: center;
    margin-bottom: 80px;
}

div#previous-events-section h1{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.previousBlock {
    background: #ffffff;
}

section#previous_events .slick-slide {
    margin: 0 10px;
    box-shadow: 3px 3px 6px #00000029;
}

section#previous_events .slick-list {
    margin: 0 -10px;
    width: 90%;
}

section#previous_events  .slick-initialized .slick-slide,
section#previous_events .slick-track {
    display: flex;
}

section#previous_events  .slick-initialized .slick-slide {
    height: auto;
}

.previousContent {
    padding: 25px 25px 50px;
}

.previous_content_block h3,
.previous_content_block p,
.previous_content_block h6 {
    color: #000;
    margin: 0;
}

.previous_content_block h3,
.previous_content_block h6 {
    color: #216A95;
    font-size: 24px;
    margin: 0px 0 25px;
    line-height: 28px;
}

.previous_events_description {
    height: 110px;
    margin-bottom: 25px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color:#ffd700 !important;
}

.previousContent h6 {
    font-size: 16px;
    line-height: 20px;
    color: #216A95;
    position: absolute;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 50px);
}

.previousContent h6 a {
    text-decoration: none;
    font-weight: 600;
    background: #216a95;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    border:1px solid transparent;
    transition: all 0.3s ease-in;
}

.previousContent h6 a:hover {
    color: #216a95;
    background: #ffffff;
    border-color: #216a95;
}

div#previous_event_slick {
    display: flex;
    align-items: center;
    justify-content: center;
}

button.slick-arrow {
    position: absolute;
}

.slick-prev, .slick-next {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    z-index: 99;
    text-align: center;
    opacity: 1;
    border-radius: 100%;
    background: #216A95;
    font-size: 0;
    font-weight: bold;
    border:0px;
    transition: background-color 0.3s ease-in;
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #ffffff;
    font-weight: bold;
}

.slick-prev:before {
    content: "\f060";
    left: auto;
    right: inherit;
}

.slick-next:before {
    content: "\f061";
    right: auto;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
    background: #ffffff;
    color: #216A95;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    color: #216A95;
}

button.slick-prev {
    left:0px;
}

button.slick-next {
    right:0px;
}

.dropdown {
    width: 250px;
    height: 50px;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dropdown .mCSB_scrollTools {
    width:10px;
}

div#countries_dropdown {
    margin: 0 2px;
}

.dropdown-title,
label.dropdown-option {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-title {
    height: 100%;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.dropdown:hover .dropdown-title{
    background: #216A95;
    color:#fff;
}

.dropdown-title::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    margin-left: 5px;
    font-size: 20px;
    transition: all 0.3s ease-in;
}

.dropdown:hover .dropdown-title::after{
    transform: rotate(180deg);
    color:#fff;
}

div#eventCategories_dropdown .dropdown-title {
    border-radius: 7px 0px 0px 7px;
}

label.dropdown-option {
    justify-content: space-between;
}

.dropdown-list {
    height: 0px;
    font-size: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0px 0px 0px 7px;
}

.dropdown:hover .dropdown-list {
    height: auto;
    max-height: 245px;
    font-size: 16px;
    text-transform: uppercase;
    color: #434345;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
}
.dropdown-list .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.dropdown-list h6 {
    font-size: 16px;
    color: #216a95;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    margin: 5px 0px 5px 10px;
}

.inputGroup {
    background-color: #fff;
    display: block;
    position: relative;
}
.inputGroup label {
    padding: 5px 15px;
    width: 100%;
    display: block;
    text-align: left;
    color: #434345;
    text-transform: capitalize;
    cursor: pointer;
    background: #fff;
    border-top: 1px solid rgba(152,153,154,0.15);
    position: relative;
    z-index: 2;
    transition: all 200ms ease-in;
    overflow: hidden;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
}

.inputGroup input:checked ~ label {
    background: rgba(152,153,154,0.15);
    font-weight: 500;
}

.inputGroup label:hover{
    background: rgba(152,153,154,0.15);
}

.inputGroup input:checked ~ label::after {
    content:"\f058";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: bold;
}
.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.pagination {
    padding: 0;
    list-style: none;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: 2px solid #98999a;
    border-radius: 5px;
    height: 60px;
    margin-top:50px;
    overflow: hidden;
}
.pagination span, .pagination a {
    padding: 10px;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #989a99;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in;
}
.pagination a {
    border-left:2px solid #989a99;
}
span.current span {
    color: #000;
    font-weight: 600;
}
.pagination a:hover span{
    color:#FFD700;
    background: transparent;
}
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #989a99;
    color:#000;
}
a.previous_link {
    border: none;
}

.eventFilters {
    margin-bottom: 50px;
}

.event_date_order,
.event_title_order,
.event_btn_order {
    top: 30px;
    position: relative;
}
.event_btn_order {
    top: 45px;
}

.single-events #site-branding {
    position: relative;
    top:0;
}

.single-events ul.post_meta_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.single-events ul.post_meta_info li {
    text-transform: capitalize;
}

.single-events ul.post_meta_info li span {
    margin:0 10px;
}

.single-events h2.post-title {
    margin-top: 40px;
}

.single-events  .post_featured_image {
    margin-bottom: 40px;
}

.single-events .social_share {
    margin: 50px 0;
}

ul.event_datetime li span i {
    margin: 0;
}

@media only screen and (max-width: 1400px) {
    .dropdown {
        width: 200px;
    }
    #event_search_box{
        width: 300px;
    }
    #event_search_box,
    .dropdown .dropdown-label {
        font-size: 14px;
    }
    button#event_search {
        top:0.5px;
    }
    .event_list h4 {
        margin-bottom: 15px;
    }
    .event_list h4,
     ul.eventDate li:last-child {
        font-size: 24px;
    }
    l.eventDate li:first-child {
        font-size: 18px;
    }
    a.learn_more {
        padding: 5px;
        font-size: 14px;
    }
    p.view_your_time {
        font-size: 12px;
        margin-top: 10px;
    }
    a.learn_more {
        padding: 0px;
    }
    ul.eventDate {
        margin-left: 5px;
    }
    ul.eventDate li:first-child {
        font-size: 18px;
        font-weight: bold;
    }
    .view_your_time.converted {
        position: relative;
        font-size: 12px;
        line-height: 16px;
        top: -15px;
    }
    .event_img {
        width:175px;
        height: 175px;
    }
    .event_img img {
        width: 165px;
        height: 165px;
    }
    .event_list:hover .event_img::before {
        border-right: 90px solid transparent;
        border-top: 90px solid #FFD700;
        border-left: 90px solid #FFD700;
        border-bottom: 90px solid #FFD700;
    }
    ul.type_schedule li, ul.event_datetime li {
        font-size: 16px;
    }
    .previousContent h6 {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1200px) {
    .dropdown .dropdown-label:after {
        margin-left: 5px;
    }
    .dropdown {
        width: 175px;
    }
    #event_search_box{
        width: 230px;
    }
    button#event_search{
        width: 100px;
    }
    #event_search_box,
    .dropdown .dropdown-label {
        font-size: 12px;
    }
    button#event_search {
        font-size: 14px;
        top: 1px;
    }
    .event_list h4, ul.eventDate li:last-child {
        font-size: 20px;
        line-height: 26px;
    }
    ul.eventDate li:first-child{
        font-size: 14px;
        font-weight: 600;
    }
    ul.eventDate li:last-child {
        top: -5px;
    }
    ul.type_schedule li,
    ul.event_datetime li,
    .dropdown-title {
        font-size: 13px;
    }
    .dropdown-title::after{
        font-size: 16px;
        margin-left: 3px;
    }
    .event_list h4 {
        margin-bottom: 5px;
    }
    .event_img {
        width: 150px;
        height: 150px;
    }
    .event_img img {
        width: 140px;
        height: 140px;
    }
    .event_list:hover .event_img::before {
        border-right: 85px solid transparent;
        border-top: 85px solid #FFD700;
        border-left: 85px solid #FFD700;
        border-bottom: 85px solid #FFD700;
    }
    .row.event_list {
        margin-bottom: 60px;
    }
    ul.eventDate {
        margin-left: 0px;
    }
    .event_date_order, .event_title_order {
        top:10px;
    }
    .event_btn_order {
        top: 20px;
    }
    .previousContent h6 {
        font-size: 12px;
    }

}

@media only screen and (max-width: 991px) {
    .dropdown .dropdown-label:after {
        margin-left: 2px;
    }
    .dropdown,
    #event_search_box{
        width: 150px;
    }
    button#event_search {
        width:70px;
        padding: 10px 5px;
        font-size: 12px;
    }
    .dropdown .dropdown-label{
        padding: 3px;
    }
    .eventSearch span#event_reset {
        font-size: 12px;
    }
    .event_list h4, ul.eventDate li:last-child {
        font-size: 18px;
        line-height: 22px;
    }
    ul.eventDate li:first-child {
        font-size: 14px;
    }
    ul.type_schedule li,
    ul.event_datetime li {
        font-size: 12px;
        text-transform: uppercase;
    }
    p.view_your_time {
        font-size: 10px;
        margin-top: 0;
    }
    .view_your_time.converted{
        top:0;
    }
    ul.type_schedule li span {
        margin: 0 5px;
    }
    ul.type_schedule i {
        margin-right: 5px;
    }
    a.learn_more {
        font-size: 10px;
        height: 30px;
        padding: 3px;
    }
    .dropdown-title {
        font-size: 12px;
    }
    .dropdown-list h6,
    .inputGroup label {
        font-size: 12px;
    }
    .inputGroup label{
        padding: 1px 15px;
    }
    .dropdown-list {
        max-height: 200px !important;
    }
    .previousContent h6 a {
        padding: 5px 8px;
        font-size: 14px;
    }
    .event_img {
        width: 100px;
        height: 100px;
    }
    .event_img img {
        width: 90px;
        height: 90px;
    }
    .event_list:hover .event_img::before {
        border-right: 65px solid transparent;
        border-top: 65px solid #FFD700;
        border-left: 65px solid #FFD700;
        border-bottom: 65px solid #FFD700;
    }

}

@media only screen and (max-width: 767px) {
    .dropdown-title {
        font-size: 13px;
    }
    button#event_search {
        width: 30%;
        font-size: 14px;
        padding: 10px 2px;
    }
    .dropdown .dropdown-label{
        padding: 8px;
    }
    .dropdown-list h6 {
        font-size: 14px;
    }
    #searchSection::before {
        z-index: 4;
    }
    ul.eventDate li:first-child {
        font-size: 18px;
    }
    .event_list h4, ul.eventDate li:last-child {
        font-size: 24px;
        line-height: 32px;
    }
    ul.eventDate {
        margin-top: 10px;
    }
    .eventFilters {
        flex-direction: column;
    }
    .dropdown {
        width: 33%;
    }
    .eventsDropdown.d-flex {
        width: 100%;
        justify-content: center;
    }
    .dropdown-months,
    #div#months_dropdown{
        border-radius: 0px 7px 7px 0px;
    }
    div#searchSection {
        font-size: 0;
        position: relative;
        width: 100%;
    }
    #event_search_box {
        width:70%;
        font-size: 14px;
        border-radius: 7px 0px 0px 7px;
    }
    .eventFilters {
        flex-direction: column;
        align-items: center;
    }
    .eventsDropdown.d-flex {
        margin-bottom: 20px;
        justify-content: center;
    }
    .eventSearch.d-flex.align-items-end.flex-column {
        width: 100%;
        justify-content: center;
        align-items: center !important;
    }
    div#searchSection {
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    button#event_search{
        top:0;
    }

    #event_reset {
        align-self: flex-end;
        margin-right: 20px;
    }
    .event_date_order, .event_title_order, .event_btn_order {
        top:0px;
    }
    a.learn_more {
        font-size: 14px;
        margin-top: 20px;
        width: 60%;
    }
    .event_info_block {
        padding-left: 25px;
    }
    .event_img {
        width: 150px;
        height: 150px;
    }
    .event_img img {
        width: 140px;
        height: 140px;
    }
    .event_list:hover .event_img::before {
        border-right: 85px solid transparent;
        border-top: 85px solid #FFD700;
        border-left: 85px solid #FFD700;
        border-bottom: 85px solid #FFD700;
    }
    .single-events ul.post_meta_info {
        flex-direction: column;
    }

    .single-events ul.post_meta_info li {
        margin-top: 10px;
    }

}

@media only screen and (max-width: 576px) {
    #event_search_box,
    .dropdown-title {
        font-size: 14px;
    }
    div#eventCategories_dropdown {
        width: 45%;
    }
    .dropdown {
        width:27%
    }
    .dropdown-title::after {
        font-size: 14px;
        margin-left: 2px;
    }
    input#event_search_box {
        font-size: 12px;
    }
    .eventSearch span#event_reset {
        margin-top: 20px;
    }
    .dropdown .dropdown-option {
        padding: 5px 5px;
        font-size: 12px;
    }
    ul.type_schedule {
        display: flex;
        width: 100%;
    }
    p.view_your_time {
        margin: 10px auto;
    }
    .event_list h4,
    ul.eventDate li:last-child {
        font-size: 20px;
        line-height: 24px;
    }
    ul.eventDate li:last-child {
        font-size: 24px;
        line-height: 30px;
        top: 0;
    }
    .event_list h4 {
        margin-top: 10px;
    }
    .pagination {
        height: 45px;
    }
    .pagination span, .pagination a {
        padding: 6px 3.5px;
        font-size: 14px;
    }
    .eventSearch.d-flex.align-items-end.flex-column {
        align-items: center !important;
    }
    .dropdown-list h6, .inputGroup label {
        font-size: 14px;
    }
    .inputGroup label {
        padding: 5px 15px;
    }
    .event_info_block {
        padding-left: 60px;
    }
    ul.type_schedule li, ul.event_datetime li {
        font-size: 11px;
    }

}

@media only screen and (max-width: 440px) {
    .row.event_list {
        margin-bottom: 40px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .event_img_order {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .row.event_list.position-relative .col-9 {
        width: 100%;
    }
    ul.eventDate li:first-child {
        font-size: 20px;
    }
    ul.type_schedule {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    a.learn_more {
        margin: 0 auto;
    }
    p.view_your_time {
        text-align: center;
    }
    .event_info_block {
        padding-left: 0px;
    }
    ul.type_schedule li, ul.event_datetime li {
        font-size: 10px;
    }
    .previousContent h6 {
        flex-direction: column;
        top:10px;
        position: relative;
        width: 100%;
    }
    #event_search_box, .dropdown-title {
        font-size: 12px;
    }
    .previousContent h6 span {
        margin-bottom: 10px;
    }
}