<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hidden {
    display: none !important;
}

.r0 {
    transform: rotate(0);
}

.page-template-dtp-accommodation .jupiterx-main-content {
    padding: 0;
}

.page-template-dtp-accommodation .accommodation-container {
    max-width: 748px;
    width: 100%;
}

.page-template-dtp-accommodation .dtp-category-banner {
    margin: 0 -20px;
}

.dtp-category-custom-container.accommodation.isotope {
    max-width: 1388px;
    overflow: hidden;
}

.accommodation-container .title {
    font-family: "Nunito Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
}

.accommodation-container .title b {
    font-weight: bold;
}

.accommodation-container .dtp-cii-content {
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    height: 80px;
    text-align: center;
    color: #3a4346;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sec2.accommodation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 49px;
}

.sec2.accommodation .dtp-cp-search {
    /*     max-width: 488px; */
    max-width: 460px;
}

.sec2.accommodation .dtp-cp-search .filter-btn {
    display: none;
}

.sec2.accommodation .dtp-cp-search .form-group {
    margin: 0;
}

.sec2.accommodation .filter {
    width: -webkit-fill-available;
    display: flex;
    justify-content: flex-end;
    /* justify-content: space-between;
    padding-left: 20px; */
}

#accommodation-container .container {
    padding: 0;
}

/* Filter */

.sec2.accommodation .dropdown {
    position: relative;
    max-width: 268px;
    width: 100%;
    margin-left: 20px;
}

.sec2.accommodation .dropdown .select_accommodation {
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    border: 1px solid #b6bac0;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.sec2.accommodation .dropdown .select_accommodation.clicked {
    border: 2px solid #f9c931;
}

.sec2.accommodation .dropdown .select_accommodation p {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    line-height: 25px;
    margin: 0;
}

.sec2.accommodation .dropdown .select_accommodation span {
    font-weight: normal !important;
}

.sec2.accommodation .dropdown .select_accommodation .chevron-icon {
    position: absolute;
    top: 30%;
    right: 0;
    height: 6px;
    width: 10px;
    transform: rotate(180deg);
}

.sec2.accommodation .dropdown .select_accommodation.clicked .chevron-icon {
    transform: rotate(0);
}

.sec2.accommodation .dropdown .dropdown-list {
    display: none;
    max-height: 323px;
    overflow: hidden;
    overflow-y: overlay;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 11;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    scrollbar-width: thin;
}


.sec2.accommodation .dropdown .dropdown-list.active {
    display: block;
}

.sec2.accommodation .dropdown .checkbox {
    position: relative;
    display: flex;
    margin: 0;
    margin-bottom: 15px;
    cursor: pointer;
}

.sec2.accommodation .dropdown .checkbox input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}

.sec2.accommodation .dropdown .checkbox .checkbox-label {
    font-family: "Nunito Sans";
    font-size: 16px;
    color: #3a4346;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0px;
    padding-left: 14px;
    max-width: 130px;
    width: auto;
    overflow-wrap: break-word;
    hyphens: auto;
}

.sec2.accommodation .dropdown .checkbox input:checked~.checkbox-label {
    font-weight: bold;
}

.filter-widget {
    position: relative;
    padding: 35px 27px 0 33px;
}

.filter-widget .filter-top {
    padding-bottom: 50px;
}

.filter-widget .filter-top .filter-items {
    position: relative;
}

.filter-widget .filter-top .filter-items:not(:first-child) {
    padding-top: 20px;
}

.filter-widget .filter-top .filter-items:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(151 151 151 / 25%);
}

.filter-widget .filter-top h1 {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    color: #3a4346;
    letter-spacing: 0;
    line-height: 25px;
}

.filter-top .filter-list {
    position: relative;
    max-height: 120px;
    height: 100%;
    overflow: hidden;
    /* New */
    max-height: calc(3 * 43px);
    transition: max-height 0.3s ease;
    margin-bottom: 10px;
}

.filter-top .filter-list.expanded {
    max-height: none;
}

.view-more-btn {
    display: none;
    /* Initially hidden */
    position: absolute;
    width: 100%;
    background: white;
    text-align: center;
    cursor: pointer;
    border: 1px solid #3a4346;
    border-radius: 25px;
    padding: 8px 0;
    /* margin-bottom: 10px; */
}

.filter-top .filter-list label {
    display: inline-block;
    font-family: "Nunito Sans";
    font-size: 14px;
    text-align: center;
    color: #3a4346;
    letter-spacing: 0;
    line-height: 35px;
    min-width: 79px;
    border-radius: 20px;
    background-color: #ecf3f7;
    margin-bottom: 5px;
    overflow: hidden;
}

.filter-top .filter-list .checkbox-label {
    padding: 0 15px;
}

.filter-list input {
    position: absolute;
    opacity: 0;
}

.filter-list input:checked~.checkbox-label {
    background-color: #f9c931;
}

.filter-bottom {
    left: 33px;
    right: 27px;
    bottom: 30px;
    padding: 40px 0;
}

/* !important is added to overide the css of the jet popup */
.filter-bottom .clear-filter,
.filter-bottom .save-filter {
    display: flex !important;
    max-width: 100%;
    width: 100% !important;
    height: 50px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid !important;
    border-radius: 25px !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}

.filter-bottom span {
    color: #3a4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

.filter-bottom .clear-filter {
    border-color: #b6bac0;
    margin-bottom: 15px;
}

.filter-bottom .save-filter {
    background-color: #f9c931 !important;
    border-color: #f9c931 !important;
}

/* Filter End */

.accommodation-card-container {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 65px;
}

.accommodation-card .card-top {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.accommodation-card .card-top span {
    color: #3a4346;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 25px;
    position: absolute;
    top: 13px;
    /* width: 60px; */
    /* max-width: 70px; */
    width: auto;
    padding: 0 5px;
    height: 21px;
    text-transform: uppercase;
    text-align: center;
    background-color: #f9c931;
    z-index: 1;
}

.accommodation-card .card-top img {
    object-fit: cover;
    width: -webkit-fill-available;
    height: 215px;
    transition: transform 0.4s;
}

.accommodation-card .card-top img:hover {
    transform: scale(1.1);
}

.accommodation-card .card-bottom {
    position: relative;
    height: 165px;
    padding-top: 27px;
}

.accommodation-card .card-link:hover {
    text-decoration: none;
}

.accommodation-card .card-title {
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
    color: #3a4346;
    margin: 0;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    &amp;:hover {
        color: #118acb;
    }
}

.accommodation-card .card-location {
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: bold;
    color: #118acb;
    letter-spacing: 0;
    line-height: 25px;
    margin-top: 10px;
}

.accommodation-card .card-location a {
    display: flex;
    align-items: center;
    color: inherit;

    &amp;:hover {
        color: inherit;
        text-decoration: none;
    }
}

.accommodation-card .card-location img {
    width: 22px;
    height: 22px !important;
    margin-right: 5px;
}

.accommodation-card .card-bottom .rating {
    display: flex;
    align-items: center;
    margin: 9px 0 0;

    div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        background: #000;
        border-radius: 50%;
        overflow: hidden;
        /* margin-right: 5px; */

        img {
            width: 15px;
        }
    }

    p {
        color: #000;
        font-family: "Nunito Sans";
        font-size: 15px;
        letter-spacing: 0;
        line-height: 23px;
        height: 22px;
        padding-left: 5px;
    }
}

.accommodation-card .card-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.accommodation-card .card-btn li {
    list-style: none;
    max-width: 100%;
    min-width: 145px;
}

.accommodation-card .card-btn .buttons {
    display: flex;
    justify-content: center;
    min-width: 145px;
}

.accommodation-card .card-btn .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    font-family: "Nunito Sans";
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0;
    border-radius: 25px;
    cursor: pointer;
}

.accommodation-card .card-btn .buttons .offer {
    color: #3a4346;
    border: 1px solid #f9c931;
    background-color: #f9c931;

    &amp;:hover {
        background-color: #fdda40;
        border: 1px solid #fdda40;
    }
}

.accommodation-card .card-btn .buttons .website {
    color: #788184;
    border: 1px solid #788184;

    &amp;:hover {
        border: 1px solid #f9c931;
        background-color: #f9c931;
        cursor: pointer;
        color: black;
    }
}

.accommodation-card .card-btn .buttons a:hover {
    text-decoration: none;
}

/* Event Submission */
.display {
    display: none;
}

.error {
    border: 2px solid red !important;
}

a#sub-guide {
    color: #3A4346;
}

.event-submission .event-title {
    color: #3a4346;
    font-family: "Nunito Sans";
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 30px;
}

.event-submission .eventOption,
.event-submission .half {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 5px;
}

.event-submission #emailError {
    display: none;
    font-size: 14px;
    padding-left: 20px;
    color: red;
}

.event-submission input,
.event-submission select,
.event-submission .file-input,
.event-submission textarea {
    position: relative;
    line-height: 25px;
    color: #788184;
    border: 1px solid #c6cfd1;
    border-radius: 5px;
    padding: 10px 40px 10px 20px;
    background: #fff;
}

.event-submission input:focus,
.event-submission .file-input:focus-within,
.event-submission textarea:focus-visible {
    border: 1px solid #f9c931;
    outline: none;
    box-shadow: none;
}

.feature_list .label,
.category_list .label {
    margin-left: 19px;
}

.feature_list input,
.category_list input {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px !important;
    margin: 0;
}

.sec2.accommodation .dropdown .checkbox .checkmark,
.event-submission .terms .checkmark,
.eventDropdown .checkmark,
.timeDropdown .checkmark,
.feature_list .checkmark,
.category_list .checkmark {
    position: relative;
    height: 20px !important;
    width: 20px;
    border: 1px solid #788184;
    border-radius: 3px;
}

.sec2.accommodation .dropdown .checkbox input:checked~.checkmark:after,
.eventDropdown input:checked~.checkmark:after,
.timeDropdown input:checked~.checkmark:after,
.event-submission .terms input:checked~.checkmark:after,
.feature_list input:checked~.checkmark:after,
.category_list input:checked~.checkmark:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #53b848;
    border-radius: 2px;
}

.feature_list input:checked~div.label,
.category_list input:checked~div.label {
    font-weight: bold;
}

.event-submission textarea {
    width: 100%;
    overflow: hidden;
}

.event-submission textarea#eventSummary {
    min-height: 80px;
    max-height: 80px;
}

.event-submission textarea#eventDescription {
    min-height: 160px;
    max-height: 300px;
}

.input-counter {
    flex-direction: column;
}

.event-submission .form-control[readonly] {
    background: #fff;
    cursor: pointer;
}

.event-submission .file-input {
    margin: 0 !important;
}

.file-input&gt;[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.form-group.file-input:after {
    content: "";
    position: absolute;
    background: url("https://www.visitmalta.com/wp-content/themes/jupiterx-child/born/img/plus-clean.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 30%;
    right: 20px;
}

.timePicker .half:after,
.datePicker .half:after {
    content: "";
    background-image: url("../png/group-14.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    display: block;
    top: 30%;
    right: 15px;
}

.form-group.eventOption {
    position: relative;
}

.form-group.timeOption {
    position: relative;
    margin: 0 !important;
}

.event_features:after,
.event_category:after,
.eventOption:after,
.timeOption::after {
    content: "";
    position: absolute;
    background: url("https://www.visitmalta.com/wp-content/themes/jupiterx-child/born/img/chevron.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 30%;
    right: 20px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    pointer-events: none;
    /* background-color: #fff; */
}

.event_features.rotated:after,
.event_category.rotated:after,
.eventOption.rotated:after,
.timeOption.rotated:after {
    transform: rotate(180deg);
}

.eventOption input:checked~div.label,
.timeOption input:checked~div.label {
    font-weight: bold;
}

.eventDropdown,
.timeDropdown {
    position: absolute;
    top: 47px;
    background: white;
    width: 100%;
    height: 140px;
    overflow: overlay;
    padding: 15px 20px;
    z-index: 2;
    box-shadow: 0 0px 4px 0 #3a434650;

    label {
        position: relative;
        display: flex;
        align-items: center;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #3a4346;
        left: 20px;
        font-family: "Nunito Sans";
    }

    .label {
        padding-left: 20px;
    }

    input {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0 !important;
        margin: 0;
    }
}


.timePicker input::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.timePicker span.timeLabel {
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    color: #788184;
    position: absolute;
    top: 25%;
    left: 20px;
    background: white;
    pointer-events: none;
    width: 40%;
}

.event_features input,
.event_category input {
    height: unset;
}

.feature_list,
.category_list {
    position: absolute;
    background: white;
    width: 100%;
    height: 400px;
    overflow: overlay;
    padding: 19px 0;
    z-index: 1;
    box-shadow: 0 0px 4px 0 #3a434650;
}

.event_features label,
.event_category label {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #3a4346;
    left: 20px;
    font-family: "Nunito Sans";
}

.event-submission .character-counter,
.event-submission .tooltip {
    color: #788184;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
}

.event-submission .file-count .character-counter {
    margin-bottom: 20px;
}

.event-submission .time-option {
    margin-bottom: 1rem;
}

.event-submission .iti__country-list {
    overflow-x: hidden;
    width: 437px;
}

.event-submission .terms {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.event-submission .terms input {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    z-index: 1;
}

/* 
.event-submission .terms .checkmark {
    position: absolute;
    height: 20px !important;
    width: 20px;
    border: 1px solid #788184;
    border-radius: 3px;
} */

/* .event-submission .terms input:checked~.checkmark:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background-color: #53B848;
    border-radius: 2px;
} */

.event-submission .terms label {
    margin: 0 0 0 10px;
}

.event-submission button {
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    width: 230px;
    background-color: #fdda40;
    outline: none;
    padding: 9px 20px;
    border-radius: 25px;
    color: #3a4346;
    border: 0;
    min-width: 150px;
}

.event-submission button:focus {
    box-shadow: none;
}

/* -- reCaptcha */
.grecaptcha-badge {
    z-index: 20;
}

/* Itinerary - Single */
.single-blog .blog-container-25 {
    position: relative;
}

.travel_credits {
    position: absolute;
    right: 0;
    width: 139px;
    color: #3a4346;
    font-family: "Nunito Sans";
    font-size: 13px;
    line-height: 23px;
    text-align: right;
    text-transform: uppercase;
}

.travel_credits p {
    margin: 0;
    font-weight: 800;
}

/* Itinerary - Single End*/

.position-fixed {
    position: fixed;
}

.position-absolute {
    position: absolute;
}

.bottom-0 {
    bottom: 0;
}

/* Custom Event Card */
.custom-event-card .custom-event-container,
.custom-event-card-bottom .custom-event-container {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    height: 436px;
    border-radius: 8px;
    padding: 0 36px 0 45px;
    border: 2px dashed #118acb;
    background-color: #ecf3f7;
}

.custom-event-card h1,
.custom-event-card-bottom h1 {
    font-family: "Nunito Sans";
    color: #3a4346;
    width: 100%;
    max-width: 197px;
    /* font-size: 35px; */
    font-size: clamp(16px, 5vw, 35px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 31px;
    margin-bottom: 17px;
}

.dtp-column.version1 .custom-event-container .custom-event-body {
    padding-bottom: 40px;
}

.dtp-column.version1 .custom-event-container p {
    width: 100%;
    max-width: 232px;
    color: #3a4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.custom-event-card-bottom .custom-event-container .map-buttons {
    width: 100%;
}

.contact-us,
.view-blog {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito Sans";
    font-size: 12px;
    /* font-size: clamp(8px, 2vw, 12px); */
    font-weight: 800;
    letter-spacing: 0;
    line-height: 16px;
    color: #3a4346;
    width: 162px;
    height: 45px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #f9c931;
    border: 1px solid #f9c931;

    &amp;:hover {
        color: #3a4346;
        text-decoration: none;
        background-color: #fdda40;
        border: 1px solid #fdda40;
    }
}

.upcoming-events-hp.custom-event-card .custom-event-container {
    height: 458px;
    padding: 0 40px;
    overflow: hidden;

    div {
        max-width: 100%;

        span {
            /* display: flex; */
            /* justify-content: center; */
            /* width: 50px;
            height: 21px; */
            max-width: 100px;
            background: #118acb;
            color: #ecf3f7;
            text-transform: uppercase;
            align-items: center;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.5px;
            line-height: 21px;
            margin-bottom: 10px;
            padding: 2px 10px;
        }
    }

    h2,
    p {
        max-width: 100%;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    h2 {
        -webkit-line-clamp: 4;
    }

    p {
        /* font-size: 16px; */
        font-size: clamp(12px, 2vw, 16px);
        line-height: 1.5;
        margin-bottom: 30px;
        -webkit-line-clamp: 5;
    }
}

/* Custom Event Card - End*/

/* Advert */
.advert-container {
    position: relative;
    overflow: hidden;
}

.advert-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-color: #118acb;
    height: 398px;
    width: 100%;
    padding-left: 55px;
    border-radius: 8px;

    &amp;::before {
        content: "";
        background-image: url(../png/emblem-yellow-icon.png);
        position: absolute;
        background-size: cover;
        background-position: center;
        width: 100%;
        top: 0;
        left: 185px;
        right: 0;
        bottom: 0;
    }
}

.dtp-column.version1.event-advert {
    width: 50%;
    height: 436px;

    h1 {
        font-family: "Nunito Sans";
        font-size: 35px;
        font-weight: 800;
        color: #ffffff;
        letter-spacing: 0;
        line-height: 31px;
        width: 197px;
        margin-bottom: 15px;
    }

    p {
        width: 232px;
        height: 122px;
        color: #ffffff;
        font-family: "Nunito Sans";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; */
    }
}

.advert-container .view-blog {
    background-color: #f9c931;
    border: 1px solid #f9c931;
    color: #3a4346;

    &amp;:hover {
        color: #3a4346;
        background-color: #fdda40;
        border: 1px solid #fdda40;
    }
}

/* Advert End */

/* Latest Blog - Homepage */
.latest-blogs--container {
    display: flex;
    justify-content: space-between;
    height: 85px;
    overflow: hidden;

    &amp;:not(:last-child) {
        margin-bottom: 20px;
    }

    .feat_img {
        width: 30%;
        overflow: hidden;

        img {
            width: 85px;
            height: 85px;
            border-radius: 10px;
            object-fit: cover;
        }
    }

    .info {
        position: relative;
        width: 70%;
        width: calc(100% - 100px);

        div {
            display: flex;
            justify-content: space-between;
        }

        span {
            display: flex;
            align-items: center;
            height: 20px;
        }

        .category {
            justify-content: center;
            min-width: 60px;
            font-family: "Nunito Sans", Sans-serif;
            font-size: 10px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0;
            padding: 0 10px;
            color: #3a4346;
            background-color: #f9c932;
            border-radius: 10px;

            &amp;:hover {
                color: #fff;
            }
        }

        .readingTime {
            color: #3a4346;
            font-family: "Nunito Sans", Sans-serif;
            font-size: 12px;
            font-weight: 600;
            line-height: 15px;
            letter-spacing: 0.36px;

            &amp;::before {
                content: "";
                background-image: url("../png/timer-2.png");
                background-size: cover;
                display: inline-block;
                width: 15px;
                height: 15px;
                margin-right: 3px;
            }
        }

        a {
            color: #3a4346;
            font-family: "Nunito Sans";
            font-size: 16px;
            font-weight: 800;
            letter-spacing: 0.47px;
            line-height: 19px;
            position: absolute;
            bottom: 0;
            display: -webkit-box;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 55px;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;

            &amp;:hover {
                color: #118acb;
            }
        }
    }
}

/* Latest Blog - Homepage End */

@media screen and (max-width: 1360px) {
    .sec2.accommodation .dtp-cp-search {
        max-width: 455px;
    }
}

@media screen and (max-width: 1330px) {
    .dtp-column.version1 {
        width: 33.3333%;

        &amp;.event-advert {
            width: 66.66%;

            .advert-inner::before {
                left: 28%;
            }
        }
    }
}

@media screen and (max-width: 1250px) {
    .sec2.accommodation .dtp-cp-search {
        max-width: 321px;
    }
}

@media screen and (max-width: 1100px) {
    .page-template-dtp-accommodation .dtp-category-posts.sec1 {
        padding-top: 0;
    }

    .sec2.accommodation {
        flex-wrap: wrap;
    }

    .sec2.accommodation .dtp-cp-search {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .sec2.accommodation .filter {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .sec2.accommodation .dropdown .dropdown-list {
        padding: 20px 10px;
    }

    .dtp-column.version1 {
        width: 50%;

        &amp;.event-advert {
            width: 100% !important;

            .advert-inner {
                height: 400px;
                padding-left: 30px;
            }
        }
    }

    /* Latest Blog - Homepage */
    .latest-blogs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 10px;

        .latest-blogs--container {
            width: 45%;
            display: flex;
            justify-content: space-between;

            .feat_img {
                width: 85px;
            }

            .info {
                width: calc(100% - 100px);
            }
        }
    }
}

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

    /* Event Submission */
    .event-submission .form-group {
        display: flex;
        justify-content: space-between;

        &amp;.eventOption {
            flex-wrap: wrap;
        }
    }

    .event-submission .half {
        width: 49%;
    }
}

@media screen and (min-width: 767px) {

    /* Itinerary - Single */
    .page-template-dtp-itinerary-single .single-blog {
        display: flex;
    }

    /* Itinerary - Single End */
}

@media screen and (max-width: 767px) {
    .dtp-category-custom-container.accommodation.isotope {
        margin-bottom: 38px;
    }

    .page-template-dtp-accommodation .dtp-cp-result {
        display: none;
    }

    .sec2.accommodation {
        flex-wrap: wrap;
    }

    .sec2.accommodation .dtp-cp-search input {
        height: 50px;
        margin-bottom: 25px;
    }

    .sec2.accommodation .dtp-cp-search .filter-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 45px;
        font-family: "Nunito Sans";
        font-size: 15px;
        font-weight: 800;
        color: #3a4346;
        line-height: 15px;
        letter-spacing: 0;
        border-radius: 25px;
        cursor: pointer;
        border: 1px solid #c6cfd1;
    }

    .sec2.accommodation .filter {
        display: none;
    }

    .accommodation-card-container {
        /* padding: 0 15px !important; */
        margin-bottom: 40px;
    }

    /* Event Submission */
    .event-submission .form-group,
    .event-submission .half {
        margin-bottom: 30px;
    }

    .event-submission .form-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .event-submission .terms {
        margin-bottom: 20px;
    }

    .dtp-column.version1 {
        width: 100%;

        &amp;.event-advert {
            .advert-inner::before {
                left: 40%;
                width: 600px;
            }
        }
    }
}

@media screen and (max-width: 533px) {
    .upcoming-events-hp.custom-event-card .custom-event-container {
        p {
            margin-bottom: 17px;
            -webkit-line-clamp: unset;
        }
    }

    /* Latest Blog - Homepage */

    .latest-blogs {
        padding: 0;

        .latest-blogs--container {
            width: 100%;

            .info {
                .readingTime {
                    padding-right: 10px;
                }
            }
        }
    }
}

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

    /* Custom Event Card */
    .upcoming-events-hp.custom-event-card .custom-event-container {
        height: 340px;
        padding: 0 10px;
    }

    .upcoming-events-hp.custom-event-card h1 {
        /* font-size: 25px; */
        line-height: 20px;
    }

    .upcoming-events-hp.custom-event-card p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .upcoming-events-hp.custom-event-card .custom-event-footer,
    .upcoming-events-hp.custom-event-card .contact-us {
        width: 100%;
        height: 31px;
    }

    /* Custom Event Card - End */
}

@media screen and (max-width: 425px) {
    .sec2.accommodation {
        margin-bottom: 34px;
    }

    .page-template-dtp-accommodation .dtp-category-custom-container.accommodation {
        margin-top: 0;
    }

    .page-template-dtp-accommodation .dtp-cp-title {
        display: flex;
        justify-content: center;
    }

    .page-template-dtp-accommodation .dtp-cp-title h1 {
        width: 320px;
        text-align: center;
    }

    .page-template-dtp-accommodation .dtp-category-posts.sec1 {
        padding: 0;
    }

    .page-template-dtp-accommodation .accommodation-container,
    .sec2.accommodation .filter {
        display: none;
    }

    .mobile-filter {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 -15px;
        background-color: rgb(1 82 107 / 85%);
        z-index: 999;
    }

    .filter-container {
        /* height: 100%; */
        width: 100%;
        background-color: #ffffff;
        position: relative;
    }

    .accommodation-card-container {
        width: 100%;
    }

    .accommodation-card .card-top {
        height: 175px;
    }

    /* .accommodation-card .card-bottom {
        height: 140px;
    } */

    .accommodation-card .card-title {
        margin: 0;
    }

    .dtp-column.version1.event-advert {
        .advert-body {
            max-width: 50%;

            h1,
            p {
                width: inherit;
            }

            p {
                /* height: 114px; */
                height: 100%;
                padding-bottom: 10px;
            }

        }

        .advert-footer {
            max-width: 50%;

            a {
                width: inherit;
            }
        }
    }
}

@media screen and (max-width: 375px) {
    .accommodation-card .card-bottom {
        height: 215px;

        .card-title {
            height: 50px;
        }

        .card-btn li {
            min-width: unset;

            .offer {
                margin-bottom: 5px;
            }
        }
    }
}

/* @media screen and (max-width: 340px) {
	.accommodation-card .card-btn li {
    	min-width: unset;
		.offer {
            margin-bottom: 5px;
        }
	}
} */
/* @media screen and (max-width: 340px) {
    .accommodation-card .card-bottom {
        height: 190px;
			.card-btn li {
			min-width: unset;
			.offer {
				margin-bottom: 5px;
			}
		}
    }
} */</pre></body></html>