/* Add your CSS code here.*/

html,
body {
    width: 100%;
    overflow-x: hidden;
}

.elementor-73 .elementor-element.elementor-element-118f0882 {
    margin-bottom: 0 !important;
}

.page main#content .elementor>section,
.page .elementor-location-single>section,
.single-ajde_events .ajde_events>section,
.archive .elementor-location-archive>section {
    margin-top: 0 !important;
}

.activity-custom-posts article {
    border-bottom: 0 !important;
}

.activity-custom-posts article .elementor-post__excerpt {
    color: #FFF;
}

.apply-btn button.apply-filters__button {
    width: 100%;
    margin: 0;
}

/*---------- Business Directory SHORTCODE --------*/
.shortcode {
    width: 100%;
    overflow: auto;
    /* width: 800px;
	margin: 0 auto;
	padding: 50px 0; */
}

.business-item {
    margin-bottom: 20px;
}

.business-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.business-info * {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none !important;
    color: #527689 !important;
    font-family: "Eurostile Condensed", Sans-serif;
}

.business-info h3,
.business-info a {
    font-size: 24px;
}

.all-details {
    display: flex;
    flex-wrap: wrap;
}

.all-details * {
    color: #7a7a7a !important;
    margin-right: 5px;
    display: inline-block;
    text-decoration: none !important;
    font-style: normal;
}

.view-category * {
    font-weight: 600;
    color: #333333 !important;
    text-decoration: none !important;
}

/* ---------------------------- BANNER ADS -------------------------------- */

.apPluginContainer .bsaProItems,
.apPluginContainer.bsa-pro-col-1 .bsaProItems {
    justify-content: center;
}

@media (max-width: 1024px) {
    .elementor .ads-sidebar.home-ads .apPluginContainer.bsa-pro-col-1 .bsaProItems {
        justify-content: center;
    }
}

@media(max-width: 990px) {
    .apPluginContainer .bsaProItems {
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .elementor-element.ads-sidebar {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    #ads-lower {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    #bsa-block-300--250.apPluginContainer .bsaProItems {
        flex-direction: row;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }

    .elementor .elementor-element.elementor-widget-sidebar#ads-lower #bsa-block-300--250.apPluginContainer .bsaProItem,
    .elementor .elementor-element.elementor-widget-sidebar#ads-lower #bsa-block-300--250 .bsaProItemInner__thumb,
    .elementor .elementor-element.elementor-widget-sidebar#ads-lower #bsa-block-300--250 .bsaProAnimateThumb {
        /* width: 100%;
        height: 100%; */
        max-width: 500px;
        max-height: unset;
    }

    .elementor-widget-sidebar #bsa-block-300--250 .bsaProAnimateThumb .bsaProItemInner__img {
        width: 100%;
        max-width: 100%;
        /* height: auto !important; */
        max-height: 100%;
        background-size: contain;
    }

    .elementor .elementor-element.elementor-widget-sidebar#ads-lower #bsa-block-300--250.apPluginContainer .bsaProItem,
    .apPluginContainer.bsa-pro-col-1 .bsaGridGutVer .bsaProItem {
        width: 45%;
    }

    .elementor .elementor-element.elementor-widget-sidebar #bsa-block-300--250.apPluginContainer .bsaProItem,
    .elementor .elementor-element.elementor-widget-sidebar #bsa-block-300--250 .bsaProItemInner__thumb,
    .elementor .elementor-element.elementor-widget-sidebar #bsa-block-300--250 .bsaProAnimateThumb {
        height: 100% !important;
    }
}

@media (max-width: 400px) {

    #bsa-block-300--250.apPluginContainer .bsaProItems,
    #ads-lower #bsa-block-300--250.apPluginContainer .bsaProItems {
        flex-direction: row;
        width: 95vw;
    }
}

.elementor-73 .elementor-element.elementor-element-118f0882 {
    margin-bottom: 0 !important;
}


/*--------------------------------------------------------  */

/* -------------------- MEGA-MENU ------------------------- */
.elementor .jet-mega-menu-mega-container__inner {
    background: #688FA4;
}

.elementor .jet-mega-menu-mega-container__inner .elementor-nav-menu--main .elementor-item.elementor-item {
    color: #FFF;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container {
    transition: 0.4s;
}

.jet-mega-menu-item--hover .jet-mega-menu-mega-container {
    transform: scaleY(1);
}

.elementor .jet-mega-menu ul.jet-mega-menu-list li.jet-mega-menu-item:hover a.jet-mega-menu-item__link {
    color: #215E73;
}

.elementor .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container {
    top: 50px;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner {
    padding: 0;
}

.jet-mega-menu-item__inner a .jet-mega-menu-item__title .jet-mega-menu-item__label:after {
    transition: 400ms ease all;
    content: "";
    display: block;
    height: 2px;
    transform: scaleX(0);
    background-color: #215E73;
}

.jet-mega-menu-item__inner a .jet-mega-menu-item__title .jet-mega-menu-item__label:hover::after {
    transform: scaleX(1);
}

li.jet-mega-menu-item:hover .jet-mega-menu-item__inner a .jet-mega-menu-item__title .jet-mega-menu-item__label:after {
    width: unset;
}

@media (max-width: 1024px) {
    .menu-header .jet-mega-menu .jet-mega-menu-container {
        width: 100vw;
    }

    .elementor .menu-header .jet-mega-menu .jet-mega-menu-list .jet-mega-menu-item__inner {
        padding: 15px !important;
    }

    .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-mega-container__inner {
        padding: 0;
    }

    .menu-header .jet-mega-menu .jet-mega-menu-toggle-icon i {
        font-size: 30px;
    }

    .elementor .jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-toggle {
        background-color: transparent;
    }
}

@media(max-width: 991px) {
    .elementor .menu-header .jet-mega-menu {
        min-width: auto;
    }

    .elementor .menu-header .jet-mega-menu .jet-mega-menu-toggle-icon i {
        font-size: 30px;
    }

    .elementor .menu-header .jet-mega-menu .jet-mega-menu-container {
        width: 100vw;
        background: #688FA4;
    }

    .menu-header .jet-mega-menu .jet-mega-menu-list .jet-mega-menu-mega-container__inner {
        padding: 0;
    }

    .menu-header .jet-mega-menu .jet-mega-menu-list .jet-mega-menu-mega-container__inner .sp-menu-mega {
        padding: 0 5px;
    }

    .menu-header .jet-mega-menu .jet-mega-menu-list .jet-mega-menu-item__inner a {
        color: #FFF !important;
    }

    .menu-header .jet-mega-menu .jet-mega-menu-toggle {
        justify-content: end;
        padding-right: 20px;
    }

    .elementor-location-footer .elementor-menu-toggle {
        display: none;
    }

    .elementor-location-footer nav.elementor-nav-menu--main {
        display: block;
    }

    .elementor .elementor-element .elementor-nav-menu--main {
        display: block;
    }

    .elementor .elementor-menu-toggle,
    .elementor nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        display: none;
    }

    .elementor-location-footer nav.elementor-nav-menu--main ul {
        justify-content: center;
    }

    .menu-header .jet-mega-menu .jet-mega-menu-list .jet-mega-menu-mega-container__inner .sp-menu-mega ul {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .elementor .elementor-element.sp-menu-mega .elementor-nav-menu .menu-item {
        flex: 0 0 100%;
    }

    .menu-header .elementor-container {
        flex-direction: row-reverse;
        padding: 0 15px;
    }

    .menu-header .jet-mega-menu .jet-mega-menu-container {
        right: -15px;
    }

    .menu-header .jet-mega-menu .jet-mega-menu-toggle {
        padding-right: 0px;
    }

    .elementor .sp-business-directory .sp-search-button .jet-ajax-search__submit:before,
    .elementor .elementor-element-3f36c2c h3.elementor-heading-title:before {
        left: 10px;
    }

    .elementor .sp-business-directory .sp-search-button .jet-ajax-search__fields-holder:before {
        left: 0;
    }

    .elementor .sp-search-button .jet-ajax-search__field-wrapper,
    .elementor .sp-search-button .jet-ajax-search__categories,
    .elementor .sp-search-button .jet-ajax-search__submit {
        width: 80%;
    }
}

/*--------------------------------------------------------  */

/*--------------------- ACTIVITY PAGE ----------------------*/

.apply-filters__button {
    width: 100%;
}

.elementor .elementor-element .jet-smart-filters-select.jet-filter .jet-select {
    max-width: 100% !important;
}

.elementor .elementor-element .jet-smart-filters-select.jet-filter .jet-select .jet-select__control {
    border-color: #ccc;
    background-image: url(../caret-down-solid.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 12px;
    appearance: none;
}

.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__button .jet-checkboxes-list__decorator {
    margin-top: 0;
}

.elementor .jet-checkboxes-list-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.elementor .jet-checkboxes-list-wrapper .jet-checkboxes-list__row.jet-filter-row {
    flex: 0 0 25%;
    margin: 0 !important;
}

.elementor .jet-smart-filters-checkboxes.jet-filter {
    margin-bottom: 25px;
}

.elementor .jet-smart-filters-checkboxes.jet-filter .jet-filter-label,
.elementor .jet-filter-label {
    margin-bottom: 5px;
}

.elementor .elementor-widget-jet-smart-filters-checkboxes {
    margin-bottom: 0;
}

.elementor .elementor-posts-container article.elementor-post {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.elementor .elementor-posts-container article.elementor-post .elementor-post__text {
    margin-top: 10px;
}

.elementor .jet-active-filters .jet-active-filter .jet-active-filter__remove {
    right: 10px;
    top: 13px;
    font-size: 19px !important;
    padding: 0 4px !important;
}

.elementor .elementor-element .jet-active-filters .jet-active-filters__list .jet-active-filter {
    background: #eee;
    padding: 10px 32px 10px 18px;
    border-radius: 15px;
}

.elementor .elementor-element .jet-active-filters .jet-active-filters__list .jet-active-filters__title {
    margin-bottom: 10px;
}

.elementor .elementor-pagination {
    padding-top: 12px;
}

.elementor-posts .elementor-post__excerpt {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .elementor-grid-1 {
        width: 100%;
    }
}

@media (max-width: 570.98px) {
    .elementor .jet-checkboxes-list-wrapper .jet-checkboxes-list__row.jet-filter-row {
        flex: 0 0 50%;
    }
}

/*--------------------------------------------------------  */

/*----------------- SEARCH FOR BUSINESS --------------------*/

.elementor .sp-search-button .jet-ajax-search__fields-holder,
.elementor .sp-search-button .jet-ajax-search__form,
.elementor .sp-search-button .jet-ajax-search__field-wrapper,
.elementor .sp-search-button .jet-ajax-search__categories {
    display: block;
    text-align: center;
}

.elementor .sp-search-button .jet-ajax-search__field-wrapper,
.elementor .sp-search-button .jet-ajax-search__categories,
.elementor .sp-search-button .jet-ajax-search__submit {
    width: 60%;
    justify-content: center;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}

.elementor .sp-search-button .jet-ajax-search__field-wrapper:before {
    content: "Name of Business";
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: 600;
}

.elementor .sp-search-button .jet-ajax-search__field-wrapper .jet-ajax-search__field,
.elementor .sp-search-button .chosen-container {
    margin: 10px 0;
}

.elementor .sp-search-button .jet-ajax-search__categories:before {
    content: "Category (see all)";
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: 600;
}

.elementor .sp-search-button .jet-ajax-search__categories .jet-ajax-search__categories-select-icon {
    top: 75%;
}

.elementor .sp-search-button .jet-ajax-search__submit {
    margin-top: 15px !important;
}

.elementor .sp-search-button .jet-ajax-search__fields-holder:before {
    content: "OR";
    position: absolute;
    left: 40px;
    top: 44%;
    transform: translateY(-50%);
}

.elementor-element-3f36c2c h3.elementor-heading-title:before {
    border-left: 3px solid #eee;
    height: 50px;
    position: absolute;
    content: "";
    left: 50px;
    top: 85px
}

.elementor .sp-search-button .jet-ajax-search__submit:before {
    border-left: 3px solid #eee;
    height: 45px;
    position: absolute;
    content: "";
    left: 50px;
    bottom: 73px;
}

.elementor .elementor-search-form .elementor-search-form__input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: calc(30px / 3);
}

/*--------------------------------------------------------  */

/*----------------------- PREV-NEXT -----------------------  */
.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_next:hover:before,
.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_prev:hover:before {
    border-color: #737373;
}

/* -------------------------------------------------------- */

header.page-header {
    visibility: hidden;
}

.archive.tax-event_type header.page-header {
    margin-bottom: 40px;
}

.ads-sidebar.home-ads {
    display: block !important;
}

.ads-sidebar.home-ads .apPluginContainer.bsa-pro-col-1 .bsaProItems {
    justify-content: left;
}

@media(max-width: 767px) {
    .elementor-73 .elementor-element.elementor-element-118f0882 {
        margin-bottom: 0 !important;
    }

    .page main#content .elementor>section {
        margin-top: 0;
    }
}

/* ---------------- FOOTER SECTION --------------------------------- */
.elementor-location-footer ul.elementor-icon-list-items.elementor-inline-items {
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .elementor-location-footer ul.elementor-icon-list-items.elementor-inline-items {
        justify-content: center;
    }
}

/* ------------------------------------------------------------------ */

/* ----------------------- ACTIVITY --------------------------------- */

.elementor .elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
}

.elementor .elementor-posts--thumbnail-left .elementor-post a.elementor-post__thumbnail__link {
    width: 100%;
}

.elementor-posts .elementor-post,
.elementor-posts .elementor-post__card {
    flex-wrap: wrap;
}

.elementor .elementor-posts-container article.elementor-post .elementor-post__text {
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .elementor .jet-smart-filters-checkboxes.jet-filter {
        margin-bottom: 10px;
    }

    .elementor .elementor-posts-container article.elementor-post .elementor-post__text {
        margin-top: 15px;
    }
}

@media (max-width: 550px) {
    .business-info {
        flex-wrap: wrap;
    }

    .business-info h3,
    .business-info a {
        width: 100%;
    }

    .business-item {
        text-align: center;
    }

    .all-details {
        justify-content: center;
    }

    .elementor .elementor-grid-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ---------------- EVENTs --------------------------------- */

.elementor .ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_next:hover:before,
.elementor .ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_prev:hover:before {
    border-color: #737373;
}

.elementor .ajde_evcal_calendar #evcal_prev {
    margin-left: 0;
}

@media (max-width: 767px) {

    .elementor .jet-ajax-search__form .jet-ajax-search__fields-holder {
        width: 80%;
    }

    .elementor .sp-business-directory .jet-ajax-search__form .jet-ajax-search__fields-holder {
        width: 100%;
    }

    [data-elementor-device-mode="mobile"] .jet-ajax-search--mobile-skin button.jet-ajax-search__submit[type="submit"] {
        width: 20%;
        margin: 0;
        justify-content: flex-end;
    }
}

@media (max-width: 550px) {

    .jet-ajax-search__form .jet-ajax-search__fields-holder {
        width: 85%;
    }

    .elementor .sp-business-directory .jet-ajax-search__form .jet-ajax-search__fields-holder {
        width: 100%;
    }

    [data-elementor-device-mode="mobile"] .jet-ajax-search--mobile-skin .jet-ajax-search__submit[type="submit"] {
        width: 10%;

    }
}

/* ---------------------------------------------------------------------- */

/* ------------------------- SINGLE ACTIVITY ---------------------------- */

.elementor .sp-hk-trails .post-thumbnail__img {
    height: 277px;
    object-fit: cover;
}

.elementor .sp-hk-trails .jet-posts__item .jet-posts__inner-content h4.entry-title a {
    color: #fff !important;
}

.elementor .sp-hk-trails .jet-posts__item .jet-posts__inner-content h4.entry-title a:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 15px;
}

.sp-title-design .sp-title-primary,
.sp-title-design .sp-title-secondary {
    color: #FFFFFF;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-family: "Eurostile Condensed", Sans-serif;
}

.sp-title-design {
    display: flex;
    justify-content: center;
}

.sp-title-design .sp-title-secondary {
    padding-left: 7px;
}

.elementor ul#menu-1-97272d5.elementor-nav-menu li.menu-item a.elementor-item {
    font-size: 14px;
    padding: 12px 8px;
}

.elementor .elementor-element .elementor-element.events-search-box {
    border: 1px solid #EDEDED;
    border-radius: 20px;
    padding: 0px 10px;
    background-color: #F2F2F2;
    margin-bottom: 30px;
}

.elementor .events-search-box form * {
    background: none !important;
    border: 0;
    outline: none;
}

@media (max-width: 991.98px) {
    .elementor .sp-hk-trails .post-thumbnail__img {
        height: 250px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .elementor .sp-hk-trails .post-thumbnail__img {
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 550px) {
    .sp-title-design {
        flex-wrap: wrap;
        padding: 0 15px;
    }
}

/* ------------------------------------------------------------ */

/* ------------------------ BREAD CRUMPS ---------------------- */
@media(max-width: 1024px) {
    .jet-breadcrumbs {
        padding: 0 15px;
    }
}

/* ------------------------------------------------------------ */