/* Custom CSS */
/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

@font-face {
    font-family: 'Chin up Buttercup Cutecaps';
    src: url('fonts/chin_up_buttercup_cutecaps-webfont.woff2') format('woff2'),
        url('fonts/chin_up_buttercup_cutecaps-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Chin up Buttercup Cutecaps';
    src: url('fonts/Chin-up-Buttercup-CuteCaps.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'chin_up_buttercup';
    src: url('fonts/chin_up_buttercup_cutecaps-webfont.woff2') format('woff2'),
        url('fonts/chin_up_buttercup_cutecaps-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Chin_Cutecaps';
    src: url('fonts/Chin-up-Buttercup-CuteCaps.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-Black.woff2') format('woff2'),
        url('fonts/NunitoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-BlackItalic.woff2') format('woff2'),
        url('fonts/NunitoSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-Bold.woff2') format('woff2'),
        url('fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-BoldItalic.woff2') format('woff2'),
        url('fonts/NunitoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-ExtraBold.woff2') format('woff2'),
        url('fonts/NunitoSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/NunitoSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-ExtraLight.woff2') format('woff2'),
        url('fonts/NunitoSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/NunitoSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-Italic.woff2') format('woff2'),
        url('fonts/NunitoSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-Light.woff2') format('woff2'),
        url('fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-LightItalic.woff2') format('woff2'),
        url('fonts/NunitoSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-SemiBold.woff2') format('woff2'),
        url('fonts/NunitoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/NunitoSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Geograph */

@font-face {
    font-family: 'Geograph';
    src: url('fonts/Geograph-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Geograph';
    src: url('fonts/Geograph-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Geograph';
    src: url('fonts/Geograph-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Geograph';
    src: url('fonts/Geograph-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body,
html,
p {
    font-family: Nunito Sans;
}

.chin_up_buttercup h2 {
    font-family: 'Chin_Cutecaps' !important;
}

/* headersticky_height */
.headersticky_height .elementor-container {
    max-height: 70px;
    min-height: 70px !important;
    border: 1px solid rgba(151, 151, 151, 0.12);
}

/* End */
/* Hide overflow */
.overflow_hide {
    overflow: hidden;
}

/* header on sticky */
#stickyheaders .mi_submenu {
    padding-top: 10px;
}

/* sticky end */
.clearfix {
    clear: both;
}

.dtp-row {
    display: block;
    flex-wrap: wrap;
    padding: 0 4px;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-overflow-scrolling: touch;
}

.dtp-column {
    padding: 0 15px;
    float: left;
}

.c10 {
    width: 10%;
}

.c20 {
    width: 20%;
}

.c25 {
    width: 25%;
}

.c30 {
    width: 30%;
}

.c33 {
    width: 33.3333%;
}

.c50 {
    width: 50%;
}

.c60 {
    width: 60%;
}

.c70 {
    width: 70%;
}

.c75 {
    width: 75%;
}

.c80 {
    width: 80%;
}

.c90 {
    width: 90%;
}

.c100 {
    width: 100%;
}

.top-heading h2 a:after {
    content: '';
    background-image: url('/wp-content/uploads/2023/04/arrow-more-icon.png');
    background-size: cover;
    position: absolute;
    height: 20px;
    width: 20px;
    top: -4px;
    margin-left: 6px;
}

/* Single Post */
#mainNav li.active {
    position: relative;
}

#mainNav li.active a {
    color: #000000;
}

#mainNav li.active:after {
    position: absolute;
    content: "";
    border-radius: 2.5px;
    background-color: #F9C931;
    bottom: 0;
    width: 39%;
    height: 5px;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
}

.jet-mega-menu-mega-container {
    z-index: -1 !important;
}

.jet-mega-menu-mega-container__inner {
    border-radius: 0 0 18px 18px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
    ;
}

.single-post-container::before {
    content: "";
    position: absolute;
    height: 475px;
    background: linear-gradient(180deg, rgba(236, 243, 247, 0.99) 0%, #F7FAFC 100%);
    top: 0;
    left: 0;
    width: 100%;
}

.spost-image {
    width: 100%;
    max-width: 460px;
    min-height: 460px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.spost-section1 {
    margin-top: 45px;
}

.spost-section2 {
    padding-top: 65px;
    clear: both;
}

.star-ratings {
    unicode-bidi: bidi-override;
    color: #3A4346;
    font-size: 25px;
    position: relative;
    margin: 0;
    padding: 0;

}

.star-ratings .fill-ratings {
    color: #F9C931;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-ratings .fill-ratings span {
    display: inline-block;
}

.star-ratings .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
}

.spost-breadc {
    color: #3A4346;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 300;
}

.spost-breadc b {
    font-weight: 800;
}

.spost-title h1 {
    color: #3A4346;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 45px;
}

.spost-content {
    color: #3A4346;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

.spost-addinfo h1,
.spost-section2 h1 {
    color: #3A4346;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 35px;
}

.page-template-dtp-single-event #individualeventcontent .spost-addinfo h2 {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 45px;
}

.page-template-dtp-blog-posts .spotlight-instagram-feed {
    margin-top: 35px;
}

.spost-addinfo {
    color: #3A4346;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

.spost-addinfo p strong {
    font-weight: 800;
}

.spost-addinfo {
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
    padding: 35px 0;
}

.spost-addinfo:nth-child(3) {
    border-bottom: unset;
}

.spost-openinghr {
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 11%);
    padding: 25px 45px 15px;
    margin-bottom: 35px;
}

.spost-openinghr h3 {
    color: #3A4346;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: 28px;
    margin-bottom: 15px;
}

.spost-openinghr ul {
    padding: 0;
}

.amenities-icon {
    max-width: 65px;
    width: 100%;
    object-fit: cover;
}

.spost-openinghr.spost-pricing ul li {
    position: relative;
    /* display: inline-block; */
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

/* pricing */
.pricing .pricing-col {
    display: inline-block;
    width: 22%;
    position: relative;
    margin-right: 30px;
    margin-bottom: 27px;
}

.pricing .pricing-col:after {
    content: "";
    background-color: #97979725;
    position: absolute;
    top: -20px;
    right: 0%;
    width: 1px;
    height: 150%;
}

.pricing .pricing-col .price-amount {
    color: #3A4346;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 0;
}

.pricing .pricing-col .price-label {
    color: #3A4346;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0;
}

/* end */
/* amenities */
.amenities .amenities-col {
    display: inline-block;
    width: 22%;
    position: relative;
    margin-right: 15px;
    margin-bottom: 27px;
}

.amenities .amenities-col:after {
    content: "";
    border-right: 1px solid rgba(151, 151, 151, 0.25);
    position: absolute;
    top: 0;
    right: 0%;
    width: 1px;
    height: 100%;
}

.amenities .amenities-col .price-amount {
    color: #3A4346;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 0;
}

.amenities .amenities-col .price-label {
    color: #3A4346;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0;
}

/* end */

#amenities .spost-openinghr img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    float: right;
}

.spost-openinghr.spost-pricing ul li:last-child:after {
    display: none;
}

.spost-openinghr.spost-pricing ul li p.price-amount {
    color: #3A4346;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 0;
}

.spost-openinghr.spost-pricing ul li p.price-label {
    color: #3A4346;
    font-size: 16px;
    padding-right: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0;
}

.spost-openinghr ul li {
    list-style: none;
    list-style-type: none;
    color: #3A4346;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px;
}

.spost-openinghr ul li label {
    max-width: 125px;
    width: 100%;
    margin: 0;
    font-weight: bold;
}

.spost-right-continer {
    border: 1px solid #D7E1E7;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.05);
    padding: 25px 20px;
    margin-bottom: 35px;
}

.rc-section1 ul.buttons-right {
    list-style-type: none;
    list-style: none;
    padding: 0;
}

.rc-section1 ul.buttons-right li {
    width: 100%;
    border-radius: 25px;
    border: 2px solid #3A4346;
    padding: 7px 0 7px 0px;
    margin-bottom: 15px;
    text-align: center;
}


ul.buttons-right img {
    height: 21.8px;
    width: 26.8px;
    object-fit: contain;
    margin-right: 8px;
}

ul.buttons-right .btn-tickets {
    background-color: #F9C931;
    border-color: #F9C931 !important;
}

ul.buttons-right .btn-tickets:hover {
    background-color: #FDDA40 !important;
    border-color: #FDDA40 !important;
}

.rc-section1 ul.buttons-right a {
    color: #3A4346;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.spost-right-continer h3 {
    color: #3A4346;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
}

ul.spost-share-icons {
    list-style-type: none;
    list-style: none;
    padding: 0;
}

ul.spost-share-icons li {
    position: relative;
    text-align: left;
    display: table-cell;
    width: 1%;
    cursor: pointer;
}

ul.spost-share-icons li img {
    height: 21px;
    object-fit: cover;
}

body.error404 .jupiterx-post-content {
    display: none;
}

body.error404 .jupiterx-content {
    padding: 5% 0;
}

.spost-similar .dtp-column {
    float: unset;
    min-height: 80px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
    margin-top: 35px;
    padding: 0;
}

.spost-similar .dtp-image-container {
    float: left;
    max-width: 85px;
    width: 100%;
    position: relative;
}

.page-template-dtp-single-attraction .spost-similar a.favorite-button {
    right: 8px;
}

body.page-template-dtp-single-attraction .spost-similar .favorites_forms.icon-type button[type="submit"] {
    right: 3px;
    top: 0px;
}

.favorites_forms button {
    border: none;
    background: #fff;
    outline: unset;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 19px;
    text-transform: uppercase;
    /* margin-left: 20px; */
}

.favorites_forms button:hover {
    background-color: #F9C931;
    border-color: #F9C931;
}

.spost-similar .dtp-column .dtp-image-container img {
    height: 63px;
}

.spost-similar .dtp-inner p {
    display: none;
}

.page-id-15346 h2,
.page-id-1203 h2,
.page-id-15346 h3,
.page-id-1203 h3 {
    letter-spacing: 0;
}

.spost-similar h5 {
    color: #3A4346;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    padding-left: 6px;
}

body.page-template-dtp-single-event .spost-similar h5 {
    -webkit-line-clamp: 2;
}

.spost-similar .dtp-row a:first-child .dtp-column {
    margin-top: 0;
}

.spost-similar .dtp-row a:last-child .dtp-column {
    border: unset;
}

.spost-similar .dtp-row {
    padding: 0px 15px;
}

.single-map {
    width: 100%;
    min-height: 435px;
    border-radius: 10px;
    margin-bottom: 35px;
}

/* End Single Post */

/* Event - Featured */
.dtp-column.version1.featured-column.featured-event {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: 1px 0 35px;
}

#dtp-column.dtp-column.version1.featured-column.dtp-column .dtp-image-container a img {
    min-height: 345px;
    margin: 0;
}

/* Event - Featured End*/

.dtp-column.version1 {
    padding: 0 15px;
    float: left;
    width: 25%;
}

.dtp-column.version1 .dtp-image-container {
    max-height: 215px;
    margin-bottom: 35px;
    overflow: hidden;
    /* border-radius: 10px; */
}

.conferenceCenter .dtp-column.version1 {
    .dtp-image-container {
        margin: 0;
    }

    .date-value {
        display: none;
    }
}

.over_hidden_c,
.zoom_c {
    overflow: hidden;
    transition: transform .4s;
}

.dtp-column.version1 .dtp-image-container img {
    transition: transform .4s;
}

.dtp-column.version1 .dtp-image-container img:hover,
.over_hidden_c .zoom_c:hover {
    transform: scale(1.09);
}

.dtp-column.version1 .dtp-inner {
    min-height: 115px;
    margin-bottom: 50px;
}

.dtp-column .dtp-image-container img,
.blog-container #dtp-column.dtp-column img {
    vertical-align: middle;
    height: 215px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin-bottom: 25px;
}

div.dtp-column h4 {
    margin-top: 15px;
}

.dtp-column.version1 h5 a {
    color: #3A4346;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 25px;
}

.dtp-column.version1 p {
    color: #788184;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 0;
}

.page-template-events .dtp-column.version1 .date-value p,
.dtp-column.version1 .date-value p {
    color: #118ACB;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
}

.dtp-column.version2 {
    padding: 0 15px;
    float: left;
    width: 33.3333%;
    margin-bottom: 35px;
    position: relative;
}

.dtp-column.version2:before {
    content: "";
    position: absolute;
    opacity: 0.59;
    background: linear-gradient(180deg, rgba(64, 61, 61, 0) 0%, #1E1D1D 100%);
    width: 93.6%;
    height: 100%;
    margin: 0 15px;
    transition-delay: 0.2s;
    border-radius: 10px;
    top: 0;
    left: 0;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dtp-column.version2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.75;
    transition: background-color 0.5s ease;
    background-color: transparent;
    width: 93.6%;
    height: 100%;
    margin: 0 15px;
    border-radius: 10px;
}

.dtp-column.version2:hover:after {
    opacity: 0.75;
    background-color: #1C1C1C;
}

.dtp-column.version2:hover .dtp-inner {
    position: absolute;
    bottom: 15%;
    left: 10%;
    max-width: 350px;
    z-index: 10;
    transition-delay: 0.1s;
}

.dtp-column.version2:hover .dtp-inner h5 {
    position: initial;
}

.dtp-column.version2:hover .dtp-inner p {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    transition-delay: 0.2s;
    line-height: 26px;
    visibility: visible;
    margin-bottom: 35px;
    opacity: 1;
}

.dtp-column.version2 .dtp-inner p {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    height: 0;
    margin-bottom: 0;
}

.dtp-column.version2 .dtp-inner h5 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    transition-delay: 0.2s;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.dtp-column.dtp-column.version2 img {
    height: 348px;
    margin-top: 0;
    margin-bottom: 0;
}

.header_icon i.fas.fa-search:before,
.header_icon i.far.fa-heart:before {
    display: none;
}

.upcoming-events-hp-container .upcoming-events-hp:nth-of-type(1n+5) {
    display: none;
}

.upcoming-events-hp-container li:first-child {
    display: none;
}

.upcoming-events-hp-container .map-buttons ul li:first-child {
    display: inline-block;
}

.dtp-column.upcoming-events-hp {
    padding: 0 15px;
    float: left;
    width: 25%;
    margin-bottom: 35px;
    position: relative;
}

.dtp-column.upcoming-events-hp .image-bg {
    width: 100%;
    min-height: 215px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 5px 0px #00000026;
    border-radius: 10px;
    margin-bottom: 35px;
}

.dtp-column.upcoming-events-hp .date-value p {
    color: #118ACB;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
}

.dtp-column.upcoming-events-hp .title-value p {
    color: #3A4346;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 25px;
}

.dtp-column.upcoming-events-hp .body-value p {
    color: #788184;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 0;
}

.dtp-column.upcoming-events-hp .body-value,
body.page-template-dtp-events .body-value,
.page-template-dtp-category .body-value,
.dtp-column .body-value {
    color: #788184;
    font-size: 15px;
    letter-spacing: 0;
    min-height: 50px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body .jupiterx-main-content {
    padding: 0;
}

.header_icon i.fas.fa-search,
.search_desktop {
    /* background-image: url(../img/icon-search.png);
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
    padding: 10px 13px;
    cursor: pointer;
}

.search_desktop img {
    width: 22px;
    height: 22px;
    object-fit: cover;
}

.my_interest_container:hover .search_desktop,
.search_desktop:hover {
    /* background-image: url(../img/search-selected-icon.png); */
    background-color: rgba(255, 255, 255, 0.21);
    border-radius: 25px;
}

.view-all-events {
    position: relative;
}

.view-all-events:after {
    position: absolute;
    content: "";
    background-image: url('../img/small-arrow-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 11px;
    top: 1px;
    right: 0;
}

.header_icon i.far.fa-heart,
.mi_icon {
    /* background-image: url(../img/my-interests-icon.png);
    width: 26.8px;
    height: 21.8px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; */
    padding: 10px 13px;
    cursor: pointer;
}

.mi_icon img {
    width: 26.8px;
    height: 21.8px;
    object-fit: cover;
}

.mi_icon:hover,
.my_interest_container:hover .mi_icon {
    /* background-image: url(../img/my-interests-icon-hover.png); */
    background-color: rgba(255, 255, 255, 0.21);
    border-radius: 25px;
}

.mi_icon:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 6px;
    right: 10px;
    display: inline-block;
    background-color: #E22236;
    border-radius: 50px;
    margin-left: 7px;
    margin-top: 5px;
}

.header_icon .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.playicon {
    position: relative;
}

.playicon:before {
    position: absolute;
    content: "";
    background-image: url('../img/playicon.png');
    width: 29px;
    height: 29px;
    top: 50%;
    transform: translate(0, -50%);
    left: 5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Language Switcher */
.language-switcher .wpml-ls-legacy-dropdown {
    width: auto;
}

.language-switcher .wpml-ls-legacy-dropdown a {
    border: none;
}

.language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: unset;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    position: relative;
    color: #3A4346;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
}

.language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
    color: initial;
    background: initial;
}

.language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::before,
.language_icon {
    /* position: absolute;
    content: ""; */
    /* background-image: url('../img/language-icon.png');
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -2px;
    left: 0;
    padding-left: 25px;
    margin-right: 25px;
    color: #3A4346;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-align: right;
    cursor: pointer; */
    color: #3A4346;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-align: right;
    cursor: pointer;
    padding: 10px 13px;

}

.language_icon img {
    width: 22px;
    height: 22px;
    object-fit: cover;
    margin-right: 5px;
}

.my_interest_container:hover .language_icon {
    /* background-image: url('../img/language-icon-hover.png'); */
    background-color: rgba(255, 255, 255, 0.21);
    border-radius: 25px;
}

.language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}

.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language>a .wpml-ls-flag {
    display: none;
}

.language-switcher .wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    color: initial;
    background: initial;
}

.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: none;
    bottom: 0;
    width: 100%;
    min-width: 162px;
    right: 0;
    left: inherit;
    padding-top: 20px;
}

.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
    padding: 10px 20px;
    background-color: #FFFFFF;
    background: #fff;
}

.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a span {
    color: #3A4346;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 29px;
}

.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a span:hover {
    font-weight: 600;
}

.more-to-explore-content {
    display: none;
    transition-delay: 0.5s;
}

.more-to-explore-bg:hover .more-to-explore-content {
    display: block;
}

/* Top bar */
.c-top-bar {
    padding: 10px;
    display: block;
}

.c-row {
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.c-top-bar .close-tb {
    background-image: url('../img/close-icon-yellow.png');
    top: 2px;
    right: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    cursor: pointer;
}

.c-top-bar a {
    color: #3A4346;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: 0px;
    display: block;
    text-align: center;
    position: relative;
}

.c-top-bar a:hover {
    color: #3A4346;
}

.c-top-bar a,
.c-top-bar a:hover {
    padding: 0 35px;
}

.c-top-bar a:after {
    content: "";
    background-image: url('../img/arrow-more-icon-yellow.png');
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 8px;
    margin-bottom: -6px;
}

/* My interest menu icon */
.my_interest_container {
    position: relative;
}

.my_interest_container:hover .mi_submenu,
.mi_submenu:hover {
    display: block;
}

.mi_submenu {
    position: absolute;
    padding: 0;
    display: none;
    right: 0;
    min-width: 188px;
    padding-top: 20px;
    z-index: 9999;
}

.mi_submenu ul {
    padding: 0;
    margin-bottom: 0;
}

.mi_submenu_inner {
    background: #fff;
    text-align: left;
    padding: 15px 0;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 11%);
}

.mi_submenu a {
    padding: 0px 35px;
    color: #3A4346;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    display: block;
    line-height: 25px;
    min-width: 115px;
}

.mi_submenu a:nth-child(1),
.mi_submenu a:nth-child(2) {
    font-weight: 600;
}

.mi_submenu a:nth-child(2):after {
    content: "";
}

.mi_separator {
    height: 1px;
    width: 100%;
    background: #979797;
    margin: 15px 0;
}

.my_in_lnk {
    position: relative;
}

.my_in_lnk:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    display: inline-block;
    background-color: #E22236;
    border-radius: 50px;
    margin-left: 7px;
    margin-top: 5px;
}

.my_interest_container .wpml-ls-legacy-list-vertical {
    margin-right: 0;
    width: 100%;
    border: none;
}

.my_interest_container .wpml-ls-legacy-list-vertical .wpml-ls-item {
    padding: 7px 25px;
}

.my_interest_container .wpml-ls-legacy-list-vertical .wpml-ls-flag+span {
    margin-left: 15px;
}

.cs_form {
    width: 615px;
    display: block;
    padding-right: 30px;
    padding-left: 30px;
}

.cs_form input {
    width: 100%;
    border: none;
    color: #788184;
    outline: unset;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}

.cs_form form {
    position: relative;
}

.cs_form .close-top-bar-fill {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    cursor: pointer;
    z-index: 9999;
}

.cs_form form #s.fill_search_form {
    border-bottom: 1px solid #788184;
    padding-bottom: 10px;
    color: #3A4346;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    background-image: url(../img/close-icon.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.my_interest_container.dtp-top-bar-search .dtp-search-thumbnail,
.my_interest_container.dtp-top-bar-search .dtp-sd-date,
.my_interest_container.dtp-top-bar-search .dtp-sd-summary {
    display: none;
}

.my_interest_container.dtp-top-bar-search a {
    padding: 0;
}

.dtp-search-page-container .dtp-search-keywords {
    color: #3A4346;
    font-size: 34px;
    letter-spacing: 0.38px;
    line-height: 50px;
    text-align: center;
}

.dtp-search-page-container .dtp-search-form input[type="text"] {
    max-width: 561px;
    border-radius: 24px;
    background-color: #ECF3F7;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    padding: 10px 25px;
    background-image: url(../img/search-icon-blue.png);
    background-size: 36px;
    background-repeat: no-repeat;
    outline: none;
    background-position: 98% center;
}

.dtp-search-page-container {
    margin: 75px auto;
}

.dtp-search-page-container .dtp-search-keywords .keyword-highlight {
    color: #F9C931;
}

.dtp-search-page-container .dtp-search-count {
    color: #3A4346;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
}

.dtp-search-page-container .dtp-seach-notice {
    color: #3A4346;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}

.my_interest_container.dtp-top-bar-search .dtp-search-container {
    background-color: #F6F8F8;
    padding: 13px 25px;
    margin: 5px auto;
}

.my_interest_container.dtp-top-bar-search .dtp-search-container .dtp-sd-title {
    color: #3A4346;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
}

.my_interest_container.dtp-top-bar-search .dp-search-button-viewmore {
    text-align: center;
    border-radius: 25px;
    background-color: #F9C931;
    padding: 12px 25px;
    max-width: 175px;
    margin: 0 auto;
    margin-top: 35px;
    width: 100%;
}

.my_interest_container.dtp-top-bar-search .dp-search-button-viewmore a {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    background-color: #F9C931;
    display: block;
    text-transform: uppercase;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.my_interest_container.dtp-top-bar-search .dtp-search-container .dtp-sd-post_type {
    color: #788184;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: -7px;
    text-transform: capitalize;
}

.my_interest_container.dtp-top-bar-search #s_results .dtp-fullsearch-item:first-child {
    margin-top: 35px;
}

.my_interest_container.dtp-top-bar-search #s_results .dtp-fullsearch-item:last-child {
    margin-bottom: 35px;
}

/* version-inspire-me */
.version-inspire-me .dtp-image-container {
    float: left;
    max-width: 85px;
    margin-right: 22px;
}

.dtp-column.version-inspire-me img {
    height: 85px;
    margin-bottom: 21px;
}

.dtp-column.version-inspire-me .dtp-inner p {
    display: none;
}

div.dtp-column.version-inspire-me {
    width: 100%;
    border-bottom: solid 1px rgba(151, 151, 151, 0.25);
    margin-top: 21px;
    padding: 0;
}

.dtp-row a:last-child div.dtp-column.version-inspire-me {
    border: none;
}

.inpireme-row .dtp-row {
    margin: 0;
}

.dtp-column.version-inspire-me .dtp-inner .terms-dtp span {
    color: #3A4346;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #F9C931;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 8%);
    padding: 4px 9px;
    display: inline-block;
}

.dtp-column.version-inspire-me .dtp-inner h5 {
    color: #3A4346;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    margin-top: 9px;
    padding-left: 6px;
}

.arrow-right {
    position: relative;
}

.arrow-right:after {
    position: absolute;
    content: "";
    background-image: url('../img/arrow-right.png');
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* End version-inspire-me */
/* Blog info */
.dtp-blog .dtp-blog-title h1,
.dtp-blog h1 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 55px;
}

.dtp-blog h2 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 28px;
}

.dtp-blog h3 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

.dtp-blog h4 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
}

.dtp-blog .dtp-blog-breadcrumbs {
    color: #3A4346;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 40px;
    display: block;
    text-transform: capitalize;
}

.dtp-blog .dtp-blog-section1 {
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
    padding-bottom: 25px;
}

.dtp-blog .dtp-blog-date {
    color: #3A4346;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    padding-left: 30px;
    font-weight: 300;
    position: relative;
}

.dtp-blog .dtp-blog-date b {
    font-weight: 800;
}

.dtp-blog .dtp-blog-date:after {
    content: "";
    /* background-image: url(../img/calendar-icon-blue.png); */
    background-image: url(../img/icon-calendar.png);
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20.69px;
    height: 22px;
    background-size: contain;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
}

.dtp-blog .dtp-blog-add-title {
    color: #3A4346;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 5px;
}

.dtp-blog .dtp-blog-add-content {
    color: #3A4346;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 30px;
}

.dtp-blog-add-image img {
    border-radius: 15px;
}

.dtp-blog .dtp-blog-add-image img {
    width: 100%;
    border-radius: 8px;
    min-height: 367px;
    object-fit: cover;
}

.dtp-blog .dtp-blog-addtional {
    margin-top: 35px;
    overflow: hidden;
}

.dtp-user-summary {
    border: 1px solid #D7E1E7;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 5%);
    padding: 30px;
    position: relative;
    margin-bottom: 35px;
}

.dtp-user-summary .dtp-user-image {
    max-width: 178px;
    float: left;
    width: 30%;
}

.dtp-user-summary .dtp-user-details {
    float: left;
    width: 70%;
    padding-left: 30px;
    margin-top: 20px;
}

.dtp-user-summary .dtp-ud-count {
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 10px;
    background-color: #ECF3F7;
    max-width: 75px;
    width: 75px;
    text-align: center;
    padding: 15px;
}

.dtp-user-summary .dtp-ud-count h1 {
    color: #3A4346;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
}

.dtp-user-summary .dtp-ud-count p {
    color: #3A4346;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 14px;
    margin: 0;
}

.dtp-user-details .dtp-ud-name h1 {
    color: #3A4346;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

.dtp-user-details .dtp-ud-pos p {
    width: 232px;
    height: 22px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    color: #788184;
    margin-bottom: 26px;
}

.dtp-user-details .dtp-ud-about p {
    color: #788184;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

.dtp-user-related {
    clear: both;
    padding: 40px 0 20px;
}

.dtp-user-related h2 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 19px;
}

.dtp-user-related .dtp-user-container {
    display: flex;
}

.dtp-user-related .dtp-user-container .dtp-r-article {
    flex: 1;
    padding-right: 0;
}

.dtp-user-related .dtp-user-container .dtp-r-article .dtp-ra-image {
    width: 90px;
    height: 62px;
    float: left;
    border-radius: 8px;
    background-color: #ECF3F7;
    margin-right: 15px;
}

.dtp-user-related .dtp-user-container .dtp-r-article .dtp-ra-image img {
    width: 90px;
    height: 62px;
    object-fit: cover;
}

.dtp-user-related .dtp-user-container .dtp-r-article .dtp-ra-title {
    line-height: 20px;
}

.dtp-user-related .dtp-user-container .dtp-r-article .dtp-ra-title a {
    color: #3A4346;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
}

.dtp-user-related .dtp-user-container .dtp-r-article .dtp-ra-date {
    color: #788184;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
}

.dtp-user-related h2 {}

/* End of Blog info */
/* Category Page */

.dtp-category-featuredimage {
    min-height: 510px;
    background-color: #f2f2f2;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}

.dtp-category-featuredimage:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
}

.dtp-category-featuredimage img {
    width: 100%;
    height: 100%;
    min-height: 510px;
    object-fit: cover;
    max-height: 510px;
    object-position: center;
}

.dtp-category-owl button.owl-prev {
    position: absolute;
    top: 42%;
    left: 2%;
}

.dtp-category-owl button.owl-prev,
.dtp-category-owl button.owl-next,
.dtp-category-owl button.owl-prev:hover,
.dtp-category-owl button.owl-next:hover {
    outline: none;
    border: unset;
    background: unset !important;
}

.dtp-category-owl button.owl-prev span,
.dtp-category-owl button.owl-next span {
    display: none;
}

.dtp-category-owl button.owl-prev:after {
    content: "";
    background-image: url('../img/owl-left.png');
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dtp-category-owl button.owl-next:after {
    content: "";
    background-image: url('../img/owl-right.png');
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dtp-category-owl button.owl-next {
    position: absolute;
    top: 42%;
    right: 2%;
}

.dtp-category-banner {
    position: relative;
    margin: 0 -20px;
}

.dtp-category-details {
    /* position: absolute;
    top: 55%;
    left: 30%;
    z-index: 999; */
    /* max-width: 750px; */
    /* transform: translate(0, -50%); */
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.dtp-category-details .dtp-c-viewallphotos a {
    border-radius: 25px;
    background-color: #F9C931;
    color: #3A4346;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    text-decoration: none;
}

.dtp-category-details h1 {
    color: #FFFFFF;
    font-family: 'Geograph';
    font-size: 60px;
    letter-spacing: 0;
    /* font-weight: 700; */
    font-weight: 500;
    line-height: 89px;
    /* text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); */
    text-shadow: 4px 0px 2px rgba(0, 0, 0, 0.25);
}

.dtp-category-custom-container {
    max-width: 1366px;
    margin: 0 auto 65px;
}

.dtp-category-inner-info h1.dtp-cii-title {
    color: #3A4346;
    font-family: "chin_up_buttercup";
    font-size: 60px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}

.dtp-category-custom-container.sec3 {
    clear: both;
}

.dtp-category-custom-container.sec3 .col-md-4.well {
    width: 25%;
    float: left;
    padding: 0;
    min-height: 410px;
}

.dtp-category-custom-container.sec3 .col-md-4.well img {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    height: 100%;
    object-fit: cover;
    background-color: #1C1C1C;
    border-radius: 10px;
    margin-bottom: 30px;
}

.dtp-category-custom-container.sec3 #load-more-contatiner {
    clear: both;
    text-align: center;
}

.dtp-category-custom-container.sec3 #load-more-contatiner button {
    border-radius: 25px;
    background-color: #118ACB;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 800;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 19px;
    outline: unset;
    cursor: pointer;
    text-align: center;
    padding: 15px 30px;
}

.dtp-category-custom-container.sec3 .col-md-4.well h5 {
    color: #3A4346;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 25px;
}

.dtp-category-custom-container.sec4 h1 {
    color: #1E1D1D;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 35px;
}

.dtp-category-custom-container.sec3 .col-md-4.well p {
    color: #788184;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
}

/* 
.dtp-category-custom-container.sec3 .dtp-search-item {
    flex: 1 0 21%;
}*/
.dtp-banner-carousel-pop {
    clear: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 8% 0;
    z-index: 9999;
    display: none;
}

.dtp-banner-carousel-pop::after {
    content: "";
    background-image: url('../img/lightbox.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 406px 163px;
    background-repeat: no-repeat;
}

.dtp-banner-carousel-pop #big img {
    height: 535px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.dtp-banner-carousel-pop #thumbs img {
    width: 100%;
    height: 118px;
    object-fit: cover;
    object-position: center;
}

.dtp-banner-carousel-pop #big .owl-nav button.owl-prev:after {
    position: absolute;
    top: 50%;
    left: -35%;
    background-image: url(../img/arrow-left-caro.png);
    background-size: 46px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    content: "";
    outline: none;
}

.dtp-banner-carousel-pop .close-pop {
    position: absolute;
    top: 5%;
    right: 5%;
    border-radius: 20px;
    background-color: #F9C931;
    color: #3A4346;
    cursor: pointer;
    font-family: "Nunito Sans";
    z-index: 9999;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 8px 25px 8px 45px;
}

.dtp-banner-carousel-pop .close-pop:after {
    content: "";
    background-image: url(../img/close-pop.png);
    position: absolute;
    top: 32%;
    left: 20px;
    width: 15.83px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.dtp-banner-carousel-pop #big p.imagealt {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 8px;
}

.dtp-banner-carousel-pop #big .owl-nav button.owl-next:after {
    position: absolute;
    top: 50%;
    right: -35%;
    background-image: url(../img/arrow-right-caro.png);
    background-size: 46px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    outline: none;
    content: "";
}

.dtp-banner-carousel-pop #big button.owl-prev:hover,
.dtp-banner-carousel-pop #big button.owl-next:hover {
    outline: none;
    border: unset;
    background: unset !important;
}

.dtp-banner-carousel-pop #big .owl-nav button.owl-prev i,
.dtp-banner-carousel-pop #big .owl-nav button.owl-next i {
    display: none;
}

div#big.owl-carousel {
    max-width: 807px;
    margin: 0 auto 0;
}

.dtp-banner-carousel-pop h5 {
    color: #3A4346;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}

.bodyoverflowhide {
    overflow-y: hidden;
}

div#thumbs.owl-carousel {
    max-width: 947px;
    margin: 0 auto;
}

div#thumbs.owl-carousel .owl-stage {
    margin: 0 auto;
}

.dtp-category-custom-container.sec3 #filter-records {
    margin: 30px -15px;
}

.dtp-cp-result {
    position: relative;
}

.isotope-cleaf-filter {
    position: absolute;
    bottom: 0;
    right: 0;
    min-height: 35px;
    max-width: 115px;
    border: 1px solid #C6CFD1;
    border-radius: 5px;
    background-color: #FFFFFF;
    width: 100%;
    text-align: center;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    padding: 5px 5px;
    cursor: pointer;
}

body .form-control:focus {
    background-color: #fff;
    border-color: #F9C931;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(249 201 49);
}

.dtp-category-inner-info p.dtp-cii-content,
.dtp-category-inner-info .dtp-cii-content p {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
}

.dtp-category-posts .dtp-cp-title h1 {
    font-family: 'Geograph';
    color: #3A4346;
    font-size: 34px;
    /* font-weight: 900; */
    /* font-size: 60px; */
    font-weight: 700;
    letter-spacing: 0;
    line-height: 28px;
}

.dtp-cp-title h3 {
    color: #3A4346;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 28px;
}

.dtp-category-posts .dtp-cp-result-post {
    color: #3A4346;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 28px;
}

.dtp-cp-per-display select::-ms-expand {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
    text-indent: 1px;
    text-overflow: '';
}

.dtp-cp-per-display select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #3A4346;
    font-size: 12px;
    margin-left: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    border: 1px solid #C6CFD1;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 0px 30px 0px 10px;
    background-image: url('../img/select-arrow.png');
    background-size: 10px 6px;
    background-repeat: no-repeat;
    background-position: 96% center;
}

.dtp-cp-result ul {
    list-style-type: none;
    padding: 0;
    list-style: none;
    margin: 0;
}

.dtp-cp-result ul li {
    display: inline-block;
}

.dtp-category-posts.sec1 {
    padding-bottom: 25px;
    padding-top: 69px;
    border-bottom: 1px solid rgba(155, 155, 155, 0.25);
}

.dtp-cp-search {
    max-width: 455px;
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.dtp-cp-title.mapview_active .dtp-cp-search {
    max-width: 100%;
    width: 100%;
}

.dtp-cp-search input {
    width: 100%;
    border-radius: 24px;
    background-color: #ECF3F7;
    border: none;
    padding: 10px 30px;
    outline: unset;
    color: #3A4346;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    background-image: url('../img/search-icon-blue.png');
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: 98% center;
}

/* .dtp-cp-search input:after{
    content:"";
    background-image:url('https://test.visitmalta.com/wp-content/themes/jupiterx-child/assets/img/search-icon-blue.png');
    width: 36px;
    height: 36px;
    position: absolute;
    top: 15%;
    right: 5px;
    background-size: cover;
    background-repeat: no-repeat;
} */
.dtp-cp-show-top .switch {
    position: relative;
    display: inline-block;
    width: 57px;
    height: 29px;
}

/* Hide default HTML checkbox */
.dtp-cp-show-top .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.dtp-cp-show-top .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DBE7ED;
    -webkit-transition: .4s;
    transition: .4s;
}

.dtp-cp-show-top .slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.dtp-cp-show-top input:checked+.slider {
    background-color: #2196F3;
}

.dtp-cp-show-top input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.dtp-cp-show-top input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.dtp-cp-show-top .slider.round {
    border-radius: 34px;
}

.dtp-cp-show-top .slider.round:before {
    border-radius: 50%;
}

.filter-radio-mobile {
    display: inline-block;
    clear: both;
    text-align: right;
}

.dtp-cp-show-top {
    margin-left: 25px;
    float: right;
    text-align: right;
}

.dtp-cp-show-top label:first-child {
    display: block;
    float: right;
}

.dtp-cp-show-top label {
    display: block;
    clear: both;
    color: #3A4346;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 25px;
    text-align: right;
    text-transform: capitalize;
    vertical-align: middle;
}

.dtp-cp-show-map {
    display: inline-block;
    width: 100%;
    max-width: 205px;
    border: 1px solid #C6CFD1;
    border-radius: 22.5px;
    background-color: #FFF;
    margin: 0 20px;
}

.dtp-cp-show-map ul {
    list-style-type: none;
    list-style: none;
    padding: 1px;
    margin: 0;
}

.dtp-cp-show-map li.active a {
    color: #3A4346;
}

.dtp-cp-show-map li a {
    color: #788184;
}

.dtp-cp-show-map ul li {
    display: inline-block;
    width: 50%;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    text-transform: capitalize;
    padding: 9px 0;
    cursor: pointer;
    text-align: center;
    border-radius: 24px;
}

.dtp-cp-show-map ul li.active {
    background-color: #F9C931;
}

.dtp-cp-show-map ul li img {
    width: 22.29px;
    object-fit: cover;
}

.dtp-category-custom-container.sec2 {
    margin: 35px auto 0;
}

/* END */
/* Event page */
body.elementor-page-2486 #load-more,
body.page-template-dtp-events #load-more,
body.page-template-dtp-category #load-more,
#load-more {
    display: block;
    max-width: 195px;
    width: 100%;
    margin: 0px auto 35px;
    cursor: pointer;
    border-radius: 25px;
    background-color: rgb(17, 138, 203);
    color: rgb(255, 255, 255);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 19px;
    text-align: center;
    border: none;
    padding: 15px;
    text-transform: uppercase;
    outline: none;
}

body.elementor-page-2486 #load-more:hover,
body.page-template-dtp-events #load-more:hover,
body.page-template-dtp-category #load-more:hover,
#load-more:hover {
    background-color: #0D79B4;
}

/* body.elementor-page-2486 .hidden, */
/* body.page-template-dtp-events .hidden,
body.page-template-dtp-category .hidden {
    visibility: hidden;
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    display: none;
} */

body.page-template-dtp-events .dtp-event-daterange {
    border: 1px solid #C6CFD1;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    max-width: 315px;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 10px 20px;
    margin-left: 30px;
    position: relative;
    background-image: url(../img/Date-range-icon.png);
    background-size: 22px 20.17px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 96% 50%;
}

body.page-template-dtp-events .dtp-event-daterange.active-select,
body.home .dtp-event-daterange.active-select {
    border: 2px solid #F9C931;
}

body.elementor-page-2486 .dtp-event-category,
body.page-template-dtp-events .dtp-event-category,
.my-favourites .dtp-event-category,
.dtp-event-category {
    border: 1px solid #C6CFD1;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    max-width: 315px;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 10px 20px;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    background-image: url(../img/select-arrow.png);
    background-size: 10px 6px;
    background-repeat: no-repeat;
    background-position: 96% 50%;
}

body.elementor-page-2486 .dtp-event-category.active-select,
body.page-template-dtp-events .dtp-event-category.active-select,
.my-favourites .dtp-event-category.active-select,
.dtp-event-category.active-select {
    background-image: url(../img/select-arrow-up.png);
    border: 2px solid #F9C931;
}

body.elementor-page-2486 .date-value p,
body.page-template-dtp-events .date-value p {
    color: #53B848;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 0;
}

body.page-template-dtp-events .title-value p,
.dtp-column .title-value p {
    color: #3A4346;
    font-size: 24px;
    letter-spacing: 0;
    margin: 15px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
}

body.elementor-page-2486 .dtp-category-custom-container.isotope,
body.page-template-dtp-events .dtp-category-custom-container.isotope {
    max-width: 1390px;
    overflow: hidden;
}

body.elementor-page-2486 .body-value p {
    color: #788184;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 0;
}

body.elementor-page-2486 .dtp-cp-search {
    max-width: unset;
    width: 80%;
}

body.page-template-dtp-events .dtp-cp-search {
    max-width: unset;
    width: 100%;
}

body.elementor-page-2486 .dtp-cp-search form,
body.page-template-dtp-events .dtp-cp-search form {
    max-width: 415px;
    float: left;
    width: 100%;
}

body.elementor-page-2486 .dtp-evnet-category-list,
body.page-template-dtp-events .dtp-evnet-category-list,
.my-favourites .dtp-evnet-category-list,
.dtp-evnet-category-list {
    position: absolute;
    top: 103%;
    background: #fff;
    width: 100%;
    left: 0;
    border-radius: 0 0 10px 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    z-index: 9999;
    display: none;
}

body.elementor-page-2486 .dtp-evnet-category-list label,
body.page-template-dtp-events .dtp-evnet-category-list label,
.my-favourites .dtp-evnet-category-list label,
.dtp-evnet-category-list label {
    display: block;
    position: relative;
    color: #3A4346;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 35px;
    cursor: pointer;
    padding-left: 60px;
    margin-top: 10px;
}

body.elementor-page-2486 .dtp-evnet-category-list .dtp-check~div.check-box-event:before,
body.page-template-dtp-events .dtp-evnet-category-list .dtp-check~div.check-box-event:before,
.my-favourites .dtp-evnet-category-list .dtp-check~div.check-box-event:before,
.dtp-evnet-category-list .dtp-check~div.check-box-event:before {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #788184;
    border-radius: 3px;
    background-color: #FFFFFF;
    position: absolute;
    left: 25px;
    top: 23%;
}

body.elementor-page-2486 .dtp-evnet-category-list .dtp-check.active-checkbox~div.check-box-event:after,
body.page-template-dtp-events .dtp-evnet-category-list .dtp-check.active-checkbox~div.check-box-event:after,
.my-favourites .dtp-evnet-category-list .dtp-check.active-checkbox~div.check-box-event:after,
.dtp-evnet-category-list .dtp-check.active-checkbox~div.check-box-event:after {
    content: "";
    height: 14px;
    width: 14px;
    border: 1px solid #788184;
    border-radius: 3px;
    background-color: #53B848;
    position: absolute;
    left: 28px;
    top: 30%;
}

body.elementor-page-2486 .dtp-evnet-category-list input.dtp-check,
body.page-template-dtp-events .dtp-evnet-category-list input.dtp-check,
.my-favourites .dtp-evnet-category-list input.dtp-check,
.dtp-evnet-category-list input.dtp-check {
    display: none;
}

body.page-template-dtp-single-event .jupiterx-main-content,
body.single-conference-centre .jupiterx-main-content {
    margin-left: -15px;
    margin-right: -15px;
}

body.page-template-dtp-single-event .jupiterx-main,
body.single-conference-centre .jupiterx-main {
    overflow: hidden;
}

.dtp-se-section1 {
    min-height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 65%;
    position: relative;
    background-color: #ebf3f6;
}

.mw-mobile h2 {
    color: #3A4346;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}

body.page-id-1203 .dtp-se-section1,
body.page-id-15346 .dtp-se-section1 {
    width: 100%;
}

.dtp-se-section1.after_logo {
    background-image: url('../img/dtp-default.png') !important;
    background-size: 426px;
    background-position: 25% 50%;
}

.event-slider-container {
    position: relative;
}

.dtp-se-summray {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 45%;
    z-index: 10;
    background-image: url(../img/bg3.png);
    background-size: cover;
    padding: 4% 7%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.dtp-se-summray .event-se-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 530px;
    width: 100%;
}

.dtp-se-summray .dtp-se-crumbs {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 300;
    text-transform: capitalize;
}

.dtp-se-summray .dtp-se-title {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 45px;
    margin: 10px 0;
    max-width: 435px;
}

.dtp-se-summray .dtp-se-content {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    max-width: 480px;
    line-height: 28px;
}

.dtp-se-status {
    height: 145px;
    width: 145px;
    background-color: #E22236;
    border-radius: 50%;
    position: absolute;
    top: 10%;
    z-index: 999;
    left: 52%;
}

body.page-template-dtp-single-event .dtp-se-status .dtp-se-status-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.page-template-dtp-single-event .dtp-se-status .dtp-se-status-inner h5 {
    font-family: chin_up_buttercup;
    font-size: 55px;
    color: #fff;
    line-height: 39px;
}

body.page-template-dtp-single-event .dtp-se-container,
body.single-conference-centre .dtp-se-container {
    max-width: 1100px;
    margin: 0 auto;
}

body.page-template-dtp-single-event .dtp-se-event-details ul {
    padding: 0;
    list-style-type: none;
    list-style: none;
}

body.page-template-dtp-single-event .dtp-se-event-details ul li {
    color: #3A4346;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 25px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

body.page-template-dtp-single-event .dtp-se-event-details ul li.se-event-date:before {
    content: "";
    background-image: url(../img/date-icon.png);
    width: 20.69px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 20.17px 22px;
    position: absolute;
    left: 0;
    top: 0;
}

body.page-template-dtp-single-event .dtp-se-event-details ul li.se-event-hr:before {
    content: "";
    background-image: url(../img/clock2-icon.png);
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 21.69px 22px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

body.page-template-dtp-single-event .dtp-se-event-details ul li.se-event-title:before {
    content: "";
    background-image: url(../img/location-icon.png);
    height: 24px;
    width: 18.29px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.spost-addinfo-con a {
    text-decoration: underline;
}

.spost-addinfo img {
    /* width: 100% !important; */
    width: 100%;
}

body.page-template-dtp-single-event .spost-addinfo {
    border-top: 1px solid rgba(151, 151, 151, 0.25);
    border-bottom: unset;
}

body.page-template-dtp-single-event .dtp-se-event-details {
    margin-bottom: 55px;
}

body.page-template-dtp-single-event .spost-similar .dtp-inner p {
    display: inline-block;
    color: #53B848;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    padding-left: 0px;
    margin-left: 7px;
}

body.page-template-dtp-single-event .spost-similar h5 {
    margin-top: 0;
}

/* End Event */

/* Daterange Picker */
.daterangepicker.show-calendar {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 15px 0px;
}

.daterangepicker.show-calendar .calendar-table .next span,
.daterangepicker.show-calendar .calendar-table .prev span {
    border: none;
    height: 28px;
    width: 28px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: unset;
}

.daterangepicker.show-calendar .calendar-table .prev span {
    background-image: url(../img/arrow-left-caro.png);
}

.daterangepicker.show-calendar .calendar-table .next span {
    background-image: url(../img/arrow-right-caro.png);
}

.daterangepicker.show-calendar th.month {
    color: #3A4346;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: "Nunito Sans";
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

.daterangepicker.show-calendar .calendar-table th,
.daterangepicker.show-calendar .calendar-table td,
.daterangepicker.show-calendar .drp-selected {
    color: #3A4346;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    font-family: "Nunito Sans";
    padding: 10px;
    text-align: center;
    border: none;
    text-transform: uppercase;
}

.daterangepicker.show-calendar .drp-calendar {
    max-width: unset;
}

.daterangepicker.show-calendar td.active,
.daterangepicker.show-calendar td.active:hover {
    background-color: #F9C931;
    /* border-radius: 50%; */
    position: relative;
}

.daterangepicker.show-calendar td.active.available,
.daterangepicker.show-calendar td.active.available:hover {}

.daterangepicker.show-calendar td.start-date.end-date {
    /* border-radius: 50%; */
}

.daterangepicker.show-calendar .drp-buttons .btn {
    margin-left: 8px;
    font-size: 10px;
    font-weight: bold;
    padding: 7px 13px;
    font-family: "Nunito Sans";
    text-transform: uppercase;
    letter-spacing: 1.1px;
    box-shadow: none;
}

.daterangepicker.show-calendar .drp-buttons .btn.btn-primary {
    background: #F9C931;
    border-color: #F9C931;
    color: #3A4346;
}

body.home .dtp-event-daterange {
    max-width: 225px;
    margin: 0;
}

/* End Daterange Picker */

/* Post alert */
#dtp-post-alert {
    display: none;
    text-align: center;
    text-transform: lowercase;
    font-size: 14px;
    clear: both;
    width: 100%;
    color: #e02136;
    font-weight: 300;
    letter-spacing: 1px;
}

/* End Alert */

/* travel information */
.travel-information ul {
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.travel-information ul li a {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 300;
}

.travel-information ul li a i {
    margin-right: 15px;
}

.travel-information ul li a.active-class {
    font-weight: 900;
}

/* end travel information */
.category-archive-postc {
    position: relative;
}

.category-archive-postc .portfolio-map {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
}

.category-archive-postc .dtp-category-custom-container.sec3 {
    z-index: 100;
    margin: 0px auto 0px;
}

.category-archive-postc .container-mapview_active .dtp-column.version1 {
    display: block;
    width: 90%;
    margin-bottom: 35px;
    margin-top: 35px;
}

.category-archive-postc .dtp-category-custom-container.sec3.container-mapview_active {}

/* Sign Up Page */
.social-logins img {
    border-radius: 25px;
    display: inline-block;
    height: 15px;
    width: auto;
}

.social-logins {
    margin-top: 30px;
}

.img-apple {
    width: 20.38px;
    height: 25px;
}

.img-fb {
    width: 9.33px;
    height: 20px;
}

.img-google {
    width: 24.5px;
    height: 25px;
}

.social-logins button {
    width: 32.33333%;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    padding: 5px 15px;
}

.img-text-apple,
.img-text-fb {
    color: #FFFFFF;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 24px;
    display: inline-block;
}

.img-text-google {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 24px;
    display: inline-block;
}

button.fig-apple {
    background-color: #000000;
}

button.fig-fb {
    background-color: #3B5998;
}

button.fig-google {
    background-color: #D3D8E0;
}

.category-archive-postc {
    position: relative;
}

.category-archive-postc .portfolio-map {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
}

.category-archive-postc .dtp-category-custom-container.sec3 {
    z-index: 100;
    margin: 0px auto 0px;
}

.mapview_active {
    max-width: 1366px;
    margin: 0px auto 0px;
}

/* width */
.mapview_active .container-mapview_active.dtp-category-custom-container.sec3.isotope::-webkit-scrollbar {
    width: 30px;
}

/* Track */
.mapview_active .container-mapview_active.dtp-category-custom-container.sec3.isotope::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.mapview_active .container-mapview_active.dtp-category-custom-container.sec3.isotope::-webkit-scrollbar-thumb {
    background: #C6C6C6;
    border: solid 11px #fff;
    border-radius: 50px;
}

.mapview_active .container-mapview_active.dtp-category-custom-container.sec3.isotope {
    max-width: 530px;
    width: 100%;
    background-color: #FFFFFF;
    min-height: 500px;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 13%);
    margin: 0;
    max-height: 950px;
    overflow-x: hidden;
    padding: 30px 30px;
}

.mapview_active .container-mapview_active.dtp-category-custom-container.sec3.isotope .dtp-column img {
    height: 165px;
    margin: 0;
}

.container-mapview_active .dtp-column.version1 .dtp-inner {
    margin-bottom: 0;
    position: relative;
}

.container-mapview_active .dtp-column.version1 .dtp-inner:after {
    content: " ";
    position: absolute;
    bottom: -35px;
    width: 100%;
    border-bottom: solid 1px rgba(155, 155, 155, 0.25);
}

.container-mapview_active .dtp-column.version1 h5 a {
    color: #3A4346;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 28px;
}

.dtp-column.version1 h5 span.order-number {
    display: none;
}

.container-mapview_active .dtp-column.version1 h5 span.order-number {
    display: inline-block;
    background-color: #F9C931;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 25px;
    display: inline-block;
    max-width: 32px;
    width: 100%;
    text-align: center;
    min-height: 32px;
    border-radius: 50%;
    padding: 3px;
    float: left;
    margin-right: 5px;
    margin-top: -4px;
}

.mapview_active .dtp-column.offer-true:before {
    top: 15px;
    z-index: 10;
}

.mapview_active .container-mapview_active.dtp-category-custom-container.sec3.isotope .dtp-column .map-value h5 img {
    width: 13.24px;
    object-fit: cover;
    margin-right: 10px;
    object-position: center;
    height: auto;
}

.mapview_active-row #dtp-post-alert {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    max-width: 1366px;
    margin: 0px auto 0px;
    text-align: left;
    padding-top: 2%;
    padding-left: 2%;
}

.container-mapview_active .dtp-column.version1 .body-value {
    color: #788184;
    font-family: "Nunito Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
}

.container-mapview_active .dtp-column.version1 .map-value h5 {
    color: #788184;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 25px;
}

.mapview_active #load-more {
    display: none !important;
}

.map-buttons ul {
    padding: 0;
    list-style-type: none;
    list-style: none;
    margin-top: 15px;
}

.map-buttons ul li {
    display: inline-block;
    width: 50%;
}

.title-value p a {
    color: #3A4346;
}

.map-buttons ul li a {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 11px;
    font-weight: 800;
    z-index: 99;
    letter-spacing: 0;
    line-height: 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #788184;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 7px 15px;

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

/* .map-buttons ul li a:hover {
    border: 1px solid #F9C931;
    background-color: #F9C931;
    cursor: pointer;
} */

.map-buttons ul li:nth-child(2) a {
    margin-left: 15px;
}

.map-buttons ul li a.book-tickets,
.custom-event-container .contact-us,
.advert-container .view-blog,
.vm-eventpage {
    background-color: #F9C931;
    border: 1px solid #F9C931;

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


.my-favourites h1.main-heading {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 15px;
}

.my-favourites .dtp-event-category {
    float: right;
    margin-top: -10px;
}

.my-favourites.dtp-category-custom-container.sec2 {
    min-height: 50px;
    margin: 35px auto 0px;
}

.my-favourites-isotope.dtp-category-custom-container {
    margin: 0px 0 30px;
}

.my-favourites-isotope .dtp-column.version1 .date-value p {
    color: #118ACB;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
}

.elementor_my_fav #load-more {
    display: none !important;
}

.profile_tab .raven-tabs-list:before {
    content: "Profile";
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    text-transform: uppercase;
}

.profile_interest h1 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(155, 155, 155, 0.25);
}

.profile_interest form input[type="checkbox"] {
    display: none;
}

.profile_interest .profilelabelcont {
    min-height: 143px;
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #ECF3F7;
    text-align: center;
    cursor: pointer;
    padding: 25px 0;
    position: relative;
}

.profile_interest .profilelabelcont img {
    max-width: 95px;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profilelabelcont img.na {
    display: none;
}

.profile_interest .profilelabelcont.profile-check-active {
    border: 2px solid #F9C931;
}

.profile_interest p.label_title {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    margin-top: 15px;
    min-height: 60px;
}

.profile_interest form {
    margin: 35px -15px;
}

.profile_interest form label {
    display: inline-block;
    width: 16.6666%;
    float: left;
    padding: 0 15px;
}

.profile_interest form input.profile-save-button {
    display: block;
    clear: both;
    max-width: 230px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #F9C931;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    outline: unset;
    border: none;
    padding: 15px;
}

.my_interest_innernav .raven-nav-menu li.current_page_item:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    background: #F9C931;
    width: 30%;
    height: 5px;
    border-radius: 2.5px;
    transform: translate(-50%, -50%);
}

.search_mobile_keyword {
    clear: both;
    display: block;
    width: 100%;
    min-height: 55px;
    margin-top: 20px;
}

.search_mobile_keyword input[type=text] {
    color: #788184;
    font-family: "Nunito Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
    border: none;
    border-bottom: 2px solid #3A4346;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    outline: none;
}

.search_mobile_keyword input[type=submit] {
    position: absolute;
    background-image: url('../img/search-button-mobile.png');
    right: 0;
    background-position: center;
    background-size: 36px;
    width: 36px;
    height: 36px;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.hp_banner_button {
    background-image: url('../img/play.png');
    background-size: 29px;
    background-position: 10% center;
    background-repeat: no-repeat;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 19px;
    background-color: #118acb00;
    border-radius: 25px 25px 25px 25px;
    padding: 10px 25px 10px 50px;
    max-width: 215px;
    color: #fff;
    font-weight: 300;
    float: right;
    border: solid 1px;
    cursor: pointer;
}

.experience_play .hp_banner_button.tablet_mobile {
    padding: 12px 11px 11px 35px;
    margin-left: 18px;
    font-weight: 600;
    float: none;
    text-align: center;
    max-width: 155px;
    margin: 35px auto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    background-size: 33px;
    background-position: 7% center;
}

.hp_banner_button.tablet_mobile:hover {
    background-color: #f9c931;
    border-color: #f9c931;
    color: #3A4346;
}

.hp_banner_button.tablet_mobile {
    padding: 14px 65px 14px 75px;
    margin-left: 18px;
}

.mobile_csub_menu ul.sub-menu {
    margin-top: 35px !important;
}

.map-content .map-img {
    min-height: 150px;
    min-width: 200px;
    width: 100%;
    background-size: cover;
    padding: 15px;
}

.map-content .map-category {
    display: block;
    background: #fff;
    width: 50%;
    color: #000000;
    font-family: "Nunito Sans";
    font-size: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 13px;
    padding: 7px 7px;
    text-align: center;
    border-radius: 3px;
}

.map-content .more-info {
    text-align: right;
    color: #000000;
    font-family: "Nunito Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 13px;
    margin-bottom: 15px;
    padding: 0 20px;
    text-transform: uppercase;
}

.map-content .more-info img {
    width: 27px;
    object-fit: contain;
    margin-bottom: 3px;
}

.gm-style button img {
    background: #fff;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.map-content .map-title {
    color: #3A4346;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: capitalize;
    text-align: center;
    margin: 25px 0 11px;
}

/* Things todo */
.column-things-todo {
    float: left;
    padding: 10px;
}

.column-things-todo .six-inner-items {
    min-height: 355px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px;
}

.column-things-todo .more-six-inner-items {
    min-height: 210px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px;
}

.column-things-todo .ttd-title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 25px;
    margin-left: 25px;
}

.column-things-todo .ttd-title a {
    color: #FFFFFF;
    font-family: "Nunito Sans";
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 28px;
}

#map-carousel {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 999;
    display: none;
}

#map-carousel .dtp-column {
    height: 100%;
    min-height: 210px;
    width: 100%;
    background-color: #fff;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 11px 10px 0 rgb(0 0 0 / 13%);
}

#map-carousel .dtp-column.version1 .dtp-image-container {
    float: left;
    min-height: 210px;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 8px 0px 0px 8px;
    margin: 0;
    width: 30%;
}

#map-carousel .dtp-carousel-inner-right {
    float: left;
    max-width: 225px;
    width: 70%;
    padding: 30px 22px;
}

#map-carousel .dtp-carousel-inner-right img {
    float: left;
    max-width: 22px;
    width: 100%;
    margin-right: 15px;
}

#map-carousel .dtp-carousel-inner-right .map-value img {
    width: 13.24px;
    object-fit: cover;
    margin-right: 10px;
    object-position: center;
    height: auto;
}

#map-carousel .dtp-carousel-inner-right h5 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

#map-carousel .dtp-carousel-inner-right .body-value {
    color: #788184;
    font-family: "Nunito Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

#map-carousel .dtp-carousel-inner-right .carousel-map-button a {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    border-radius: 25px;
    background-color: #F9C931;
    margin-top: 15px;
    padding: 15px 20px;
}

.page-template-dtp-category .category-archive-postc {
    margin: 0 -20px;
}

.seofield-container {
    width: 100%;
    display: block;
    position: relative;
    padding: 25px 0;
    margin: 0 auto;
}

.seofield-container .seo-readmore {
    text-align: right;
    display: block;
}

.page-template-dtp-single-attraction .seofield-container .seo-readmore {
    margin-top: 15px;
}

.seofield-container .seo-readmore div {
    margin: 0;
    width: 120px;
    border: 1px solid #B6BAC0;
    border-radius: 5px;
    display: inline-block;
    color: #788184;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.seofield-container .seo-content,
.seo-content {
    display: none;
}

.seofield-container .seo-content.active,
.seo-content.active,
body.elementor-editor-active .seo-content {
    display: block;
}

.seofield-container .seo-content p {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    transition-delay: .5s;
}

/* select order by */
select.orderby {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #C6CFD1;
    border-radius: 5px;
    outline: unset;
}

/* end */

/* contact_gf_container */
.contact_gf_container {
    max-width: 645px;
}

.contact_gf_container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact_gf_container .gform_fields li.gfield .ginput_container select,
.contact_gf_container .gform_fields li.gfield .ginput_container textarea {
    border: 1px solid #C6CFD1;
    border-radius: 5px;
    background-color: #FFFFFF;
    outline: none;
    padding: 7px 15px;
    color: #788184;
    font-family: "Nunito Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    position: relative;
}

.contact_gf_container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.contact_gf_container .gform_fields li.gfield .ginput_container select:focus,
.contact_gf_container .gform_fields li.gfield .ginput_container textarea:focus {
    border: 2px solid #F9C931;
}

body .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 14px;
}

.contact_gf_container .gform_wrapper ul.gform_fields li.gfield.attachment_cfield {
    border: 1px solid #C6CFD1;
    border-radius: 5px;
    margin-right: 15px;
    padding: 7px 15px;
    background-color: #FFFFFF;
}

.contact_gf_container .attachment_cfield .gfield_label,
.contact_gf_container .gform_wrapper .field_description_below .gfield_description,
.contact_gf_container .gform_wrapper .top_label .attachment_cfield input.medium {
    color: #788184;
    font-family: "Nunito Sans";
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

body .contact_gf_container .gform_wrapper .top_label .attachment_cfield div.ginput_container {
    margin: 0;
}

.contact_gf_container .gform_wrapper .field_description_below .gfield_description {
    font-style: italic;
    padding-top: 5px;
    font-size: 14px;
}

.contact_gf_container .gform_wrapper ul.gform_fields li.gfield .ginput_container_consent label.gfield_consent_label {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 28px;
}

/* end contact_gf_container */
.template-12090 {
    margin: 0 -20px;
    overflow: hidden;
}

#exploremalta {
    background-color: #ECF3F7;
}

.search_load {
    background-image: url('../img/loading.gif');
    width: 100%;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.dtp-category-posts.sec1 .dtp-cp-show-top {
    display: none;
}

.dtp-column.upcoming-events-hp::before,
.dtp-column.offer-true:before {
    z-index: 99;
}

.blog_fav {
    border: 2px solid #3A4346;
    border-radius: 25px;
    text-align: center;
    padding: 8px;
}

.blog_fav:hover,
.blog_fav a:hover {
    background-color: #F9C931;
    border: 2px solid #F9C931;
    color: #3A4346;
}

.blog_fav.elementor-element img {
    height: 21.8px;
    object-fit: cover;
    position: absolute;
    top: 55%;
    left: 22%;
    transform: translate(-50%, -50%);
}

.blog_fav a {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 19px;
    text-transform: uppercase;
    margin-left: 20px;
}

.blog_featured_img {
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 450px;
    background-position: center;
}

.image-with-pin .elementor-image,
.image-with-pin .elementor-widget-container {
    position: relative;
}

.image-with-pin .elementor-image .widget-image-caption.wp-caption-text,
.image-with-pin .widget-image-caption.wp-caption-text {
    position: absolute;
    top: 35px;
    right: 0;
    padding: 0 20px 0 30px;
    text-align: right;
    color: #3A4346;
    background-color: #F9C931;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
}

.image-with-pin.text_pin_bottom .elementor-image .widget-image-caption.wp-caption-text,
.image-with-pin.text_pin_bottom .widget-image-caption.wp-caption-text {
    top: unset;
    bottom: 35px;
}

.image-with-pin .elementor-image .widget-image-caption.wp-caption-text:before,
.image-with-pin .widget-image-caption.wp-caption-text:before {
    content: "";
    background-image: url('../img/pin-image.png');
    width: 10.71px;
    height: 15px;
    left: 12px;
    top: 6px;
    background-size: 10.71px 15px;
    position: absolute;
    background-repeat: no-repeat;
}

#individualdrupalblog .dtp-blog-date {
    display: none;
}

#individualdrupalblog .pagetype-Blog .dtp-blog-date {
    display: block;
}

.explore-white h2 {
    position: relative;
}

.explore-white h2:after {
    content: " ";
    position: absolute;
    background-image: url(../img/white-plus.png);
    width: 36px;
    height: 35px;
    background-size: cover;
    margin-left: 13px;
}

.padding-lr figcaption.wp-caption-text::first-letter {
    font-size: 120px;
}

.image_caption_overflow-left figcaption.widget-image-caption.wp-caption-text {
    text-align: left;
    width: 100%;
    position: absolute;
    left: -135%;
    bottom: 15%;
    min-width: 225px;
    border-bottom: 1px solid #D8B184;
}

.image_caption_overflow-left.gozo figcaption.widget-image-caption.wp-caption-text,
.image_caption_overflow-right.gozo figcaption.widget-image-caption.wp-caption-text {
    border-bottom: 1px solid #BDC638;
}

.image_caption_overflow-left.gozo figcaption.widget-image-caption.wp-caption-text:after,
.image_caption_overflow-right.gozo figcaption.widget-image-caption.wp-caption-text:after {
    background: #BDC638;
}

.image_caption_overflow-left figcaption.widget-image-caption.wp-caption-text:after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    background: #DAA067;
    bottom: -20%;
    border-radius: 50%;
}

.image_caption_overflow-left.diving figcaption.widget-image-caption.wp-caption-text,
.image_caption_overflow-right.diving figcaption.widget-image-caption.wp-caption-text {
    border-bottom: 1px solid #F9C931;
}

.image_caption_overflow-left.diving figcaption.widget-image-caption.wp-caption-text:after,
.image_caption_overflow-left.diving figcaption.widget-image-caption.wp-caption-text:after,
.image_caption_overflow-right.diving figcaption.widget-image-caption.wp-caption-text:after {
    background: #F9C931;
}

.image_caption_overflow-right figcaption.widget-image-caption.wp-caption-text {
    position: absolute;
    right: 16%;
    bottom: 27%;
    min-width: 280px;
    border-bottom: 1px solid #D8B184;
}

.image_caption_overflow-right figcaption.widget-image-caption.wp-caption-text:after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    background: #DAA067;
    bottom: -20%;
    border-radius: 50%;
}

.jet-menu-inner .jet-current_page_item a .jet-menu-title {
    color: #3A4346;
}

.medioned-article {
    border-top: solid 1px rgba(151, 151, 151, 0.25);
    padding-top: 35px;
}

.medioned-article p.mentioned-title {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 40px;
}

.medioned-article ul {
    padding: 0;
    list-style: none;
}

.medioned-article ul li {
    display: inline-block;
}

.medioned-article ul li a {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 28px;
    border-radius: 10px;
    background-color: #ECF3F7;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 8%);
    padding: 0 15px;
    margin-right: 10px;
}

/* div[title=marker_title]{

}
div[title=marker_title]a::after {
	content: " (" attr(href) ")";
} */
.back_button img {
    height: 28px;
    width: 28px;
    object-fit: cover;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.back_button h3 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
}

.guide_headings .guide-title {
    color: #3A4346;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 28px;
}

.guide_headings .guide-body {
    color: #788184;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
}

#dtp-column.offer-true.remove-offer .dtp-image-container:before {
    display: none;
}

body.page-template-dtp-single-event .dtp-se-event-details ul li.btn-tickets {
    display: none;
    height: 45px;
    border-radius: 25px;
    border: 2px solid #3A4346;
    padding: 8px 25px 5px 20px;
    margin-bottom: 15px;
    background-color: #F9C931;
    border-color: #F9C931;
}

body.page-template-dtp-single-event .dtp-se-event-details ul li.btn-tickets a {
    color: #3A4346;
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.page-template-dtp-single-event .dtp-se-event-details ul li.btn-tickets a img {
    height: 21.8px;
    width: 26.8px;
    object-fit: contain;
}

.popup_open_mobilemenu {
    display: none;
}

.rc-section1 ul.buttons-right li button:hover {
    background-color: #F9C931;
    border-color: #F9C931;
}

.page-template-dtp-single-event {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.dtp-category-custom-container.sec2 .filter-radio-mobile .dtp-cp-show-top {
    display: inline-block;
    clear: both;
    text-align: right;
}

.dtp-category-custom-container.sec2 .filter-radio-mobile .dtp-cp-show-top {
    display: none;
}

.custom-tagline:after {
    position: absolute;
    top: 10%;
    left: 0%;
    padding: 3px 15px;
    background-color: #F9C931;
    font-size: 12px;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 0.5px;
    z-index: 10;
    color: #3A4346;
    font-weight: bold;
}

.explore-brown a {
    position: relative;
}

.explore-brown a::after {
    background-image: url(../img/icon-plus-brown.png);
    background-size: 36px 35px;
    position: absolute;
    top: -4px;
    right: -50px;
    content: "";
    width: 36px;
    height: 35px;
}

/* .elementor-element .explore-brown{
    display: inline-block;
} */
.book_trip_button a {
    background-color: #f9c932;
    font-family: nunito sans, Sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    letter-spacing: 0;
    fill: #3a4346;
    color: #3a4346;
    border-radius: 33px 33px 33px 33px;
    padding: 15px 55px;
}

.book_trip_button a:hover,
.inspireme_hm_button a {
    background-color: #fdda40;
    color: #3a4346;
}

.inspireme_hm_button a {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    fill: #3A4346;
    color: #3A4346;
    background-color: #f9c932;
    border-radius: 10px 10px 10px 10px;
    padding: 7px 11px 5px 11px;
}

.exp_campaign {
    position: fixed;
    top: 0;
    width: 100%;
}

/* Escape Page */
.custom-escape-section.custom-tagline {
    min-height: 240px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.custom-escape-section.custom-tagline:before {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF00 0%, #000000 100%);
    opacity: .5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 10px;
}

.custom-escape-section.custom-tagline h3 {
    z-index: 999;
    color: #FFF;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    position: absolute;
    bottom: 35px;
    left: 55px;
}

/* End Escape */
.rc-section1 ul.buttons-right li.fav-right {
    padding: 0;
    border: unset;
    text-align: center;
}

.rc-section1 ul.buttons-right li.fav-right button {
    text-align: center;
    position: relative;
}

.html-code {
    width: 0;
    height: 0;
    visibility: hidden;
}

/* Blog */
.blog_content_heading_container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
    margin: 0 15px 35px;
}

.blog_content_heading_container .dtp-category-custom-container,
.blog_content_heading_container .dtp-category-custom-container.sec2 {
    margin: 0;
    padding: 33px 40px;
}

.blog_content_heading_container .isotope-cleaf-filter {
    bottom: 33px;
    right: 40px;
}

.blog_content_heading_container .dtp-cp-search {
    margin-top: 33px;
    width: 40%;
}

.blog-checkbox-container {
    display: inline-block;
    width: 56%;
    padding-left: 55px;
}

.blog-checkbox-container h3 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    text-transform: uppercase;
}

.blog-checkbox-container input {
    visibility: hidden;
    display: none;
}

.blog-checkbox-container label {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    line-height: 35px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #ECF3F7;
    padding: 0px 12px;
}

#drupalblogpost .dtp-column.version1.featured-column,
#drupalblogpost .dtp-column.version1.advertspace {
    width: 98%;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
    margin: 0 15px;
    padding: 0;
    border-radius: 8px;
    margin-bottom: 35px;
}

.blog-container .dtp-column.version1.featured-column .dtp-image-container {
    margin-bottom: 0;
    border-radius: 10px 0 0 10px;
}

.blog-container .dtp-column.version1 .dtp-image-container {
    border-radius: 0;
    min-height: 270px;
    margin-bottom: 15px;
}

.dtp-column.version1.featured-column .dtp-image-container {
    min-height: 345px;
    max-height: 345px;
    display: inline-block;
    margin: 0;
    width: 40.8%;
    vertical-align: middle;
}

.blog-container .dtp-column.version1.featured-column .dtp-inner {
    display: inline-block;
    vertical-align: top;
    width: 59.2%;
    min-height: 345px;
    margin-bottom: 0;
    padding: 40px 60px 0;
}

.bloginnercontainer .featured_category h2,
.dtp-category-custom-container.my-favourites-isotope .featured_category h2 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 14px;
}

.bloginnercontainer .featured_category h2 span,
.dtp-category-custom-container.my-favourites-isotope .featured_category h2 span {
    background-color: #ECF3F7;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 8%);
    border-radius: 10px;
    margin-right: 7px;
    padding: 1px 10px;
    margin-bottom: 7px;
    display: inline-block;
}

.bloginnercontainer .featured_category h2 span {
    display: none;
}

.bloginnercontainer .featured_category h2 span:nth-child(2),
.bloginnercontainer .featured_category h2 span:nth-child(3),
.bloginnercontainer .featured_category h2 span:nth-child(1) {
    display: inline-block;
}

.blog-container .featured-column.dtp-column.version1 .title-value p {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 38px;
    margin: 0;
}

.blog-container .dtp-column.version1 .date-value,
.my-favourites-isotope .dtp-column.version1 .date-value.blog_single_body {
    position: relative;
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
    padding-bottom: 10px;
}

.blog-container .dtp-column.version1 .date-value p,
.my-favourites-isotope .dtp-column.version1 .date-value.blog_single_body p {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 23px;
}

.blog-container .dtp-column.version1 p {
    font-weight: 300;
}

.featured-column.dtp-column .body-value {
    min-height: auto;
    margin-top: 0;
    padding: 10px 0 0;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#dtp-column.dtp-column.version1.featured-column.dtp-column .dtp-image-container a img {
    min-height: 345px;
    margin: 0;
}

.blog-container #dtp-column.featured-column.dtp-column a img {
    border-radius: 10px 0 0 0;
}

.blog-container #dtp-column.dtp-column a img {
    border-radius: 10px 10px 0px 0px;
    min-height: 270px;
    object-fit: cover;
}

.dtp-column .dtp-image-container img,
.blog-container #dtp-column.dtp-column img {
    vertical-align: middle;
    height: 215px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin-bottom: 25px;
}

.blog-container .dtp-column.version1.featured-column .map-buttons ul li a {
    background-color: #F9C931;
    border-color: #F9C931;
}

.bloginnercontainer .map-buttons ul {
    margin-top: 0;
}

.dtp-category-custom-container .map-buttons ul li {
    display: inline-block;
    width: 50%;
}

.blog-container .map-buttons ul li {
    width: 100%;
    max-width: 150px;
}

.blog-container .dtp-column.version1.featured-column .map-buttons ul li a:hover {
    background-color: #FDDA40;
}

.blog-container .dtp-column.version1 {
    width: 33.33333%;
    margin-bottom: 35px;
}

.bloginnercontainer {
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
}

.blog-container .dtp-column.version1 .dtp-inner {
    padding: 0 35px;
    margin-bottom: 0;
}

.featured-column:after {
    content: "Featured";
    position: absolute;
    top: 33px;
    left: 0;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #F9C931;
    padding: 2px 11px;
}

.blog-container .dtp-column.version1 .date-value p span:before,
.my-favourites-isotope .dtp-column.version1 .date-value.blog_single_body p span:before {
    content: ' ';
    background-image: url(../img/time.png);
    position: absolute;
    left: -23px;
    width: 20px;
    height: 20px;
    top: -3px;
    padding: 0 2px;
    display: block;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-container .dtp-column.version1 .date-value p span,
.my-favourites-isotope .dtp-column.version1 .date-value.blog_single_body p span {
    position: absolute;
    right: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.36px;
    line-height: 19px;
}

.single-blog {
    max-width: 1160px;
    margin: 50px auto;
}

.single-blog .blog-container-25 {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.hide-mobile {
    display: block;
}

.single-blog .share-container {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D7E1E7;
    box-shadow: 0 2px 9px -8px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 35px 22px;
    border-radius: 15px 15px 15px 15px;
    align-content: center;
    align-items: center;
    max-width: 270px;
    margin-bottom: 35px;
}

.single-blog .share-container h2 {
    color: #3A4346;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
}

.single-blog .share-container ul.social-share {
    padding: 0;
    width: 100%;
    display: table;
}

.single-blog .share-container ul.social-share li {
    display: table-cell;
    width: auto;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
}

.single-blog .share-container li img {
    width: 50%;
}

.blog-categories {
    margin-bottom: 25px;
}

.sb-categories {
    background-color: #ECF3F7;
    height: 20px;
    border-radius: 10px;
    padding: 3px 10px;
    margin: 5px;
    line-height: 0;
    display: inline-block;
}

.sb-categories a {
    font-size: 10px;
    color: #3A4346;
    line-height: 14px;
    text-transform: uppercase;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

.hide-mobile {
    display: block;
}

.single-blog .blog-container-75 {
    display: inline-block;
    padding-left: 10%;
    width: 75%;
    vertical-align: top;
}

.single-blog .dtp-blog-section1 {
    border-bottom: 1px solid rgba(151, 151, 151, .25);
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.single-blog h1 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 55px;
}

.spost-addinfo-con .spost-addinfo h3,
.single-blog .dtp-blog-addtional h3 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 34px;
}

.single-blog .dtp-blog-breadcrumbs {
    color: #3A4346;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    display: block;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.single-blog .dtp-blog-addtional p {
    color: #3A4346;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

#drupalblogpost .dtp-column.version1.featured-column,
#drupalblogpost .dtp-column.version1.advertspace {
    width: 98%;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
    margin: 0 15px;
    padding: 0;
    border-radius: 8px;
    margin-bottom: 35px;
}

.blog-container .advertspace p {
    color: #fff;
}

.featured_category {
    min-height: 23px;
}

#single-blog-banner,
.more-to-explore-individual {
    margin: 0 -20px;
}

.favorites_forms.individual_post button {
    border: 2px solid #3A4346;
    border-radius: 25px;
    display: inline-block;
    width: 100%;
    padding: 12px 0 10px;
    outline: unset;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}

.favorites_forms.individual_post button img {
    height: 21.8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.single-blog .dtp-blog-add-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 35px 0;
    /*
    img {
        width: 100%; 
        object-fit: cover;
        margin-bottom: 35px;
    }
    */
}

.hide-desktop {
    display: none;
}

.blog-side-advert img {
    width: 100%;
}

body.elementor-page-2486 .hidden,
body.page-template-dtp-events .hidden,
body.page-template-dtp-category .hidden,
.blog-container .hidden,
#itinerary-archive .hidden,
.venue-inner-container .hidden {
    visibility: hidden;
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    display: none;
}

.blog-checkbox-container label.active,
.blog-checkbox-container label:hover {
    background-color: #F9C931;
}

/* Author Section */
.single-blog .blog-container-75 .dtp-user-info {
    box-sizing: border-box;
    height: 389px;
    width: 100%;
    border: 1px solid #D7E1E7;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.05);
    padding: 29px 26px 0;
}

.single-blog .dtp-user-top {
    position: relative;
    max-height: 178px;
    /* image height */
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    overflow: hidden;
}

.single-blog .dtp-user-details .dtp-ud-about p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.single-blog .dtp-user-top .dtp-user-image {
    max-width: 178px;
    width: 100%;
    height: 178px;
    background-color: #D8D8D8;
    border-radius: 10px;
}

.single-blog .dtp-user-top .dtp-user-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.single-blog .dtp-user-details {
    max-width: 495px;
    width: 100%;
    position: relative;
    margin: 0 20px;
}

.single-blog .dtp-user-numberofarticle {
    width: 72px;
    height: 72px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.single-blog .dtp-ud-count {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    border-radius: 10px;
    background: #ecf3f7;
}

.single-blog .dtp-ud-count>* {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
}

.single-blog .dtp-ud-count h2 {
    font-size: 30px;
    margin: 0 !important;
}

.single-blog .dtp-ud-count p {
    font-size: 14px;
}

.dtp-user-bottom h2 {
    font-family: "Nunito Sans";
    font-size: 14px !important;
    font-weight: bold;
    color: #3A4346;
    letter-spacing: 1px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.dtp-user-bottom .dtp-user-container {
    display: flex;
    justify-content: space-between;
}

.dtp-user-bottom .dtp-r-article {
    width: 30%;
    display: flex;
}

.dtp-user-bottom .dtp-ra-image {
    max-width: 91px;
    width: 100%;
    height: 62px;
}

.dtp-user-bottom .dtp-ra-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.dtp-user-bottom .dtp-ra-body {
    width: 112px;
    margin-left: 15px;
}

.dtp-user-bottom .dtp-ra-body div {
    width: 90px;
}

.dtp-user-bottom .dtp-ra-title a {
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: bold;
    max-height: 43px;
    letter-spacing: 0;
    line-height: 20px;
    color: #3A4346;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dtp-user-bottom .dtp-ra-title a:hover {
    color: inherit;
    text-decoration: none;
}

.dtp-user-bottom .dtp-ra-date {
    color: #788184;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
}


/* End Blog */
/* Profile */
.profile_interest p.label_title {
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 23px !important;
    text-align: center;
    margin-top: 15px;
    min-height: 60px;
    color: rgba(58, 67, 70, 0.5) !important;
}

.profile_interest .profilelabelcont img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 70px;
}

.profilelabelcont img.na {
    display: none;
}

.profile_interest .pcheck-active+p.label_title {
    color: #3A4346 !important;
}

.profile_interest .profilelabelcont.pcheck-active {
    border: 2px solid #F9C931;
}

.my-favourites p.main-description {
    margin: 15px;
}

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

.owl-carousel.recomendation .owl-nav,
.dtp-category-custom-container .owl-nav {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.owl-carousel.recomendation .owl-nav button.owl-prev,
.owl-carousel.recomendation .owl-nav button.owl-next,
.dtp-category-custom-container .owl-carousel .owl-nav button.owl-prev,
.dtp-category-custom-container .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -4%;
    background: url(../img/small-arrow-icon.png) no-repeat;
    width: 30px;
    height: 24px;
    outline: unset;
    background-size: cover;
    transform: rotate(180deg);
}

.owl-carousel.recomendation .owl-nav button span,
.dtp-category-custom-container .owl-carousel .owl-nav button span {
    display: none;
}

.owl-carousel.recomendation .owl-nav button.owl-next,
.dtp-category-custom-container .owl-carousel .owl-nav button.owl-next {
    right: -4%;
    left: unset;
    transform: unset;
}

.my-favourites-isotope .dtp-column .body-value p {
    color: #788184;
    font-size: 15px;
    letter-spacing: 0;
    min-height: 50px;
    line-height: 23px;
    min-height: 70px;
}

/* End Profile */
/* Gallery */
.custom-masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin: 1.3em;
    padding: 0;
    -moz-column-gap: 1.3em;
    -webkit-column-gap: 1.3em;
    column-gap: 1.3em;
}

.custom-masonry .masonry-item {
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
    break-inside: avoid;
    display: block;
    -webkit-display: block;
    background: #fff;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}

.custom-masonry .masonry-item img {
    width: 100%;
}

.img-copyright {
    color: #FFFFFF;
    font-family: "Nunito Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
    position: absolute;
    bottom: 5%;
    text-transform: capitalize;
    left: 10px;
    z-index: 9999;
    border-radius: 16px;
    padding: 1px 20px;
    background-color: rgba(0, 0, 0, 0.3);
}

.custom-list-layout-popup {
    clear: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 8% 0;
    z-index: 9999;
    overflow: auto;
    display: none;
}

.custom-list-layout-header {
    position: fixed;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    display: block;
    top: 0;
    right: 0;
    background-color: #fff;
    left: 0;
    z-index: 1030;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.custom-list-layout-logo {
    padding: 15px 30px;
}

.custom-list-layout-header .custom-list-layout-logo img {
    max-width: 170px;
    width: 100%;
}

.custom-list-layout-popup .custom-list-layout-close-pop {
    position: absolute;
    top: 25%;
    right: 1.5%;
    border-radius: 20px;
    background-color: #F9C931;
    color: #3A4346;
    cursor: pointer;
    font-family: "Nunito Sans";
    z-index: 9999;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 8px 25px 8px 45px;
}

.custom-list-layout-popup .custom-list-layout-close-pop:after {
    content: "";
    background-image: url(../img/close-pop.png);
    position: absolute;
    top: 32%;
    left: 20px;
    width: 15.83px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.custom-list-layout {
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
}

.custom-lis-item {
    margin-bottom: 35px;
}

.custom-list-layout-popup .custom-lis-item {
    position: relative;
}

.custom-list-layout-popup .custom-lis-item img {
    width: 100%;
}

.custom-list-layout-popup .img-copyright {
    z-index: 1;
}

/* End Gallery*/
.social-logins button {
    width: 32.33333%;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    padding: 5px 15px;
}

.social-logins img {
    border-radius: 25px;
    display: inline-block;
    height: 15px;
    width: auto;
}

.img-fb {
    width: 9.33px;
    height: 20px;
}

.img-text-apple,
.img-text-fb {
    color: #FFFFFF;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 24px;
    display: inline-block;
}

button.fig-google {
    background-color: #D3D8E0;
}

.img-text-google {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 24px;
    display: inline-block;
}

/* itinerary */
.page-template-dtp-itinerary-archive .dtp-column.version1 .date-value p {
    line-height: 0;
}

#itineraryGuide {
    margin: 0 -20px;
}

.single-itinerary-banner {
    margin: 0 -20px;
}

.featured_itinerary_heading_container {
    display: inline-block;
    width: 100%;
    position: relative;
    box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 12%);
}

.featured_itinerary_heading_container label {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    position: relative;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    margin-right: 35px;
    vertical-align: middle;
}

.featured_itinerary_heading_container .single-blog {
    margin: 0 auto;
    position: relative;
    padding: 12px 0;
}

.page-template-dtp-itineraries .dtp-column.version1 .date-value p {
    text-transform: capitalize;
    min-height: 25px;
}

.featured_itinerary_heading_container label.travel img {
    width: 20.69px;
    margin-top: -8px;
    margin-right: 12px;
}

.featured_itinerary_heading_container label.walking img {
    width: 23.05px;
    margin-top: -8px;
    margin-right: 12px;
}

.featured_itinerary_heading_container label b {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 40px;
}

.travel_options {
    border-radius: 25px;
    background-color: #F9C931;
    text-align: center;
    padding: 9px 0;
    text-transform: uppercase;
    max-width: 200px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.travel_options:hover {
    background-color: #FDDA40;
}

.travel_options label {
    margin: 0;
}

.featured_itinerary_heading_container .travel_options label {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
}

.featured_itinerary_heading_container .travel_options label:hover {
    color: #3A4346;
}

.itinerary_details {
    border-bottom: 1px solid rgba(0, 0, 12, 0.25);
}

.itinerary_plan {
    border-bottom: 1px solid rgba(0, 0, 12, 0.25);
    padding-bottom: 35px;
}

.itinerary_details .itinerary_title {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 55px;
    font-weight: 900;
    display: block;
    letter-spacing: 0;
    line-height: 50px;
}

.itinerary_details .itinerary_crumbs {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    display: block;
}

.itinerary_details .itinerary_crumbs a {
    color: #3A4346;
}

.itinerary_plan .plan_title {
    display: block;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 28px;
    margin: 35px 0;
}

.itinerary_plan .plan_information_container {
    border: 1px solid #D7E1E7;
    border-radius: 34.5px;
    background-color: #FFFFFF;
    padding: 11px 6px 15px;
    display: block;
    vertical-align: middle;
}

.itinerary_plan .plan_information_container label {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35px;
    margin: 0;
}

.itinerary_plan .plan_information_container label b {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
}

.itinerary_plan .plan_information_container label.est_time,
.itinerary_plan .plan_information_container label.est_travel {
    margin-left: 25px;
    padding-top: 5px;
}

.itinerary_plan .plan_information_container label.est_time img {
    width: 23.05px;
    display: inline-block;
    margin-right: 12px;
    margin-top: -4px;
}

.itinerary_plan .plan_information_container label.est_travel img {
    width: 22.21px;
    display: inline-block;
    margin-right: 12px;
    margin-top: -4px;
}

.itinerary_plan .plan_information_container label.guide:hover {
    background-color: #0D79B4;
}

.itinerary_plan .plan_information_container label.guide {
    display: inline-block;
    float: right;
    border-radius: 25px;
    background-color: #118ACB;
    cursor: pointer;
    padding: 10.89px 0;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 19px;
    max-width: 151px;
    width: 100%;
}

.itinerary_plan .plan_information_container label.guide img {
    width: 22.29px;
    display: inline-block;
}

.disclaimer-text {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 13px;
    letter-spacing: 0;
    line-height: 23px;
    margin-top: 35px;
}

.itinerary_plan .plan_content label,
.itinerary_plan .plan_content div {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    display: block;
    margin: 35px 0;
}

.itinerary_plan .plan_content div * {
    font-size: 18px;
}

.itinerary_plan .plan_content .plan_featured_img img {
    width: 100%;
    max-height: 455px;
    min-height: 455px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    margin-top: 15px;
}

.itinerary_plan .plan_content .plan_featured_img p {
    color: #788184;
    font-family: "Nunito Sans";
    font-size: 14px;
    letter-spacing: 0.78px;
    line-height: 40px;
}

.itinerary_plan .plan_content .plan_featured_img {
    margin-bottom: 35px;
}

.itinerary_menu .itinerary_menu_title {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
}

.itinerary_menu ul {
    padding: 0;
}

.itinerary_menu ul li {
    padding-top: 15px;
    list-style-type: none;
}

.itinerary_menu ul li a {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}

.itinerary_menu ul li a:hover {
    color: #118ACB;
}

.itinerary_menu ul li a:before {
    content: "";
    background-image: url('../img/li-arrow.png');
    display: inline-block;
    width: 6.71px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 13px;
    background-position: center;
}

.itinerary_menu ul li a.active {
    font-weight: bold;
}

body.page-template-dtp-itinerary-archive .dtp-cp-search {
    display: inline-block;
    /* width: 30%; */
    padding-right: 25px;
}

body.page-template-dtp-itinerary-archive .itinerary-checkbox {
    display: inline-block;
    border-left: rgba(177, 197, 209, 0.5) solid 1px;
    padding-left: 25px;
    vertical-align: top;
}

body.page-template-dtp-itinerary-archive .itinerary-checkbox.destination {
    /* width: 13%; */
}

body.page-template-dtp-itinerary-archive .itinerary-checkbox.duration {
    /* width: 25%; */
}

body.page-template-dtp-itinerary-archive .itinerary-checkbox.exp {
    /* width: 32%; */
}

body.page-template-dtp-itinerary-archive .itinerary-checkbox h3 {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
}

body.page-template-dtp-itinerary-archive .itinerary-checkbox input {
    visibility: hidden;
    display: none;
}

body.page-template-dtp-itinerary-archive .itinerary-checkbox label {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    line-height: 35px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #ECF3F7;
    padding: 0px 12px;
}

body.page-template-dtp-itinerary-archive .itinerary-checkbox label:hover,
body.page-template-dtp-itinerary-archive .itinerary-checkbox label.active {
    background-color: #F9C931;
}

body.page-template-dtp-itinerary-archive .dtp-category-posts.sec1 {
    padding-bottom: 0;
}

body.page-template-dtp-itinerary-archive .dtp-cii-content {
    max-width: 750px;
    margin: 0 auto;
    font-weight: 300;
}

body.page-template-dtp-itinerary-archive .dtp-category-inner-info h1.dtp-cii-title {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
}

.single-itinerary-banner .seofield-container.dtp-category-custom-container.single-blog {
    padding: 0;
    margin-top: 25px;
}

div.itinerary-fav li {
    list-style: none;
}

.page-template-itinerary-archive .dtp-category-custom-container {
    margin: 0px auto;
    padding: 2% 0% 0%;
}

.page-template-itinerary-archive .dtp-column.version1 .date-value p {
    line-height: 0;
}

.page-template-dtp-itinerary-archive .dtp-category-custom-container.sec2 {
    /* display: flex; */
    margin-bottom: 35px;
}

.single-itinerary-banner {
    margin: 0 -20px;
}

#current_title a h2 {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 0;
    color: #2f313a;
}

#current_title a img {
    float: left;
    margin-left: 10px;
}

/* end itinerary */
/* Event data */
.page-template-dtp-single-event .dtp-column {
    display: inline-block;
    float: initial;
    vertical-align: top;
}

.spost-similar .dtp-column {
    width: 100%;
}

.page-template-dtp-category .body-value {
    color: #788184;
    font-size: 15px;
    letter-spacing: 0;
    min-height: 45px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-template-dtp-category .title-value {
    min-height: 55px;
}

/* Advert - Event page */

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

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

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

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

.advert-body {
    padding-bottom: 40px;
}

.dtp-column.version1.event-advert .advert-container h1 {
    font-family: "Nunito Sans";
    font-size: 35px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 31px;
    width: 197px;
    margin-bottom: 15px;
}

.dtp-column.version1.event-advert p {
    width: 232px;
    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;
}

.view-blog,
.contact-us,
.vm-eventpage {
    font-family: "Nunito Sans";
    font-size: 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;

    &:hover {
        color: #3A4346;
        text-decoration: none;
    }
}

.title-value p a:hover {
    color: #3A4346;
    text-decoration: none;
}

/* Custom Event Card */

.page-template-dtp-events .dtp-column.version1.custom-event-card,
.page-template-dtp-events .dtp-column.version1.custom-event-card-bottom {
    padding-bottom: 35px;
}

.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-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%;
}

.custom-event-card-bottom .custom-event-container .contact-us {
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
}

/* End Event */
/* City Center Map */
.city_center_map_main {
    margin: 0 -20px;
    position: relative;
}

.main_areas_container {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    max-width: 145px;
    text-align: center;
}

.main_areas_container .main_areas {
    padding: 15px;
}

.main_areas_img_innerbg {
    background-color: rgb(236, 243, 247, 0.5);
    border-radius: 10px;
    border: 2px solid transparent;
    padding: 10px 0;
    max-width: 75px;
    width: 100%;
    margin: 0 auto;
}

.main_areas_container .main_areas_img img.main_areas_icon.active {
    display: block;
}

.main_areas_container .main_areas_img img.main_areas_icon {
    display: none;
    max-width: 73%;
    text-align: center;
    margin: 0 auto;
}

.main_areas_container .main_areas_title {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    padding-top: 5px;
}

#ccm_map {
    width: 100%;
    height: calc(100vh - 240px);
}

.city_map_category_container {
    text-align: center;
    padding: 10px 0;
    max-width: 850px;
    min-height: 90px;
    margin: 0 auto;
}

.city_map_category_container .citycentermap_carousel .owl-stage {
    margin: 0 auto;
}

.main_areas_container h2 {
    margin-top: 35px;
    font-size: 18px;
    font-weight: 900;
    color: #606060;
    text-transform: uppercase;
}

.citycentermap_carousel .slick-track {
    margin: auto;
}

.owl-carousel.citycentermap_carousel .owl-wrapper,
.owl-carousel.citycentermap_carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.city_map_category_container .item.city_map_category .cmc_icon {
    display: none;
    max-width: 48px;
    margin: 0 auto;
}

.city_map_category .cmc_title h2 {
    font-size: 14px;
    text-align: center;
    padding: 0 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 14px;
}

.city_map_category_container .item.city_map_category .cmc_icon.active {
    display: block;
}

.slick-initialized .slick-slide {
    max-width: 120px;
    width: 100%;
}

.city_map_category {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.marker-info.visible {
    padding: 7px;
    text-align: center;
    color: #788184;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}

.main_areas_img_innerbg.container-active {
    border: 2px solid #F9C931;
}

.gm-style .gm-style-iw-c {
    width: 100%;
    padding: 0 !important;
    border-radius: 1px !important;
    box-shadow: 0 2px 11px 0 rgb(0 0 0 / 16%) !important;
}

.city_center_infowindow .cc_featured_img {
    min-height: 130px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.city_center_infowindow .cc_title {
    font-size: 18px;
    font-weight: 400;
    padding: 15px 20px;
    font-family: Nunito Sans;
    text-transform: capitalize;
}

.city_center_infowindow .cc_moreinfo {
    padding: 0 20px 15px;
    text-align: right;
}

.city_center_infowindow .cc_moreinfo a {
    font-family: Nunito Sans;
    font-size: 12px;
    font-weight: 600;
    color: #2f313a;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.city_center_infowindow .cc_moreinfo a img {
    width: 21%;
}

/* End City Center Map */
.book_your_flight a:after {
    content: '';
    background-image: url(../img/arrow-more-icon-white.png);
    height: 23px;
    width: 23px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    right: -35%;
    top: -30%;
    background-repeat: no-repeat;
}

.book_your_flight a {
    position: relative;
}

.header_icon i.far.fa-heart,
.mi_icon {
    padding: 10px 13px;
    cursor: pointer;
}

/* Slider Item */
.item_slider-bg {
    width: 100%;
    min-height: 245px;
    background-position: center;
    background-size: cover;
}

a.item_slider-link {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    letter-spacing: 0;
    fill: #020101;
    color: #020101;
    border-radius: 33px 33px 33px 33px;
    padding: 15px 55px;
    background-color: #f9c932;
    display: inline-block;
    margin-bottom: 35px;
}

.item_slider-content {
    padding: 0 45px;
    min-height: 155px;
    display: block;
    vertical-align: bottom;
}

.item_slider-content p {
    color: #788184;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
}

.item_slider_contentbg {
    padding: 35px 0 0;
    text-align: center;
}

.slider_item_container {
    background: #fff;
    border-radius: 0px 0 5px 5px;
}

.item_slider.owl-carousel.owl-loaded {
    display: none;
}

.item_slider_mobileview {
    display: block;
}

.item_slider_mobileview .data-main {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    padding: 15px;
}

/* .seofield-container .seo-content.active, .seo-content.active, body.elementor-editor-active .seo-content {
    display: block;
} */

/* CalendarOfEvents */
.page-template-dtp-events .dtp-category-custom-container {
    margin: 0 auto;

    &.sec2 {
        margin: 34px auto 71px;
    }

    &.sec4 {
        margin-bottom: 20px;
    }
}

/* CalendarOfEvents end*/

/* Conference */
.single-conference-centre .conference-header {
    background: white;
    position: relative;
    z-index: -2;
    top: -1px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.single-conference-centre .conference-header>div {
    max-width: 1200px;
}

.single-conference-centre .conference-header div {
    margin: auto;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    align-content: center;
    height: 55px;
}

.single-conference-centre .conference-name img {
    width: 28px;
}

.single-conference-centre .conference-name span {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 28px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.single-conference-centre .conference-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: inherit;
    position: relative;
    margin: 0;
    padding: 0;
}

.single-conference-centre .conference-menu li {
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    list-style: none;
    /* temp */
    display: flex;
    height: inherit;
    align-items: center;
    position: relative;
    max-width: 120px;
    width: auto;

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

.single-conference-centre .conference-menu li.active a:after,
.single-conference-centre .conference-menu li:hover a:after {
    content: '';
    border-bottom: 5px solid #F9C931;
    border-radius: 2.5px;
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: 0;
}

.single-conference-centre .conference-menu a {
    text-decoration: none;
    color: #3A4346;

    &:hover {
        text-decoration: none;
    }
}

.single-conference-centre .dtp-column.c75>div {
    position: relative;
}

.offsetClass:before {
    content: '';
    position: relative;
    display: block;
    /* height: 181px; */
}

.single-conference-centre .spost-addinfo {
    padding-top: 0;
}

.page-id-81378 .sec2.dtp-category-custom-container {
    margin: 34px auto 40px;
}

.single-conference-centre .c25 {
    padding-top: 55px;

    .rc-section1 li {
        cursor: pointer;
        font-weight: 700;
    }
}

.single-conference-centre hr {
    margin: 30px 0 50px;
}

.single-conference-centre .spost-openinghr {
    padding: 25px;
}

.single-conference-centre .spost-openinghr ul li {
    margin-bottom: 0;
}

.single-conference-centre .spost-section2 {
    font-family: 'Nunito Sans';
}

.single-conference-centre .dtp-se-summray .dtp-se-crumbs {
    font-family: 'Nunito Sans';
    line-height: 20px;
}

.single-conference-centre .dtp-se-crumbs a {
    color: inherit;

    &:hover {
        text-decoration: none;
    }
}

.single-conference-centre .dtp-se-crumbs span {
    font-weight: 800;
}

.single-conference-centre .spost-openinghr h3 {
    font-size: 20px;
    padding-left: 10px;
    font-weight: 800;
}

/* .star-rating {
    display: flex;
}

.star-rating div {
    font-size: 25px;
    color: #F9C931;
    padding-right: 10px;
} */


.single-conference-centre .stars {
    display: flex;
    position: relative;
    font-size: 24px;
    /* Adjust size as needed */
    color: lightgray;
    /* Base color for stars */
}

.single-conference-centre .star {
    margin: 0 2px;
    /* Adjust spacing as needed */
    display: inline-block;
    position: relative;
}

.single-conference-centre .star.full {
    color: #F9C931;
}

.single-conference-centre .star.empty {
    color: lightgray;
}

.single-conference-centre .star.half {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.single-conference-centre .star.half::before {
    content: "\2605";
    /* Unicode for star */
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: gold;
}

.spost-floor-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 125px;
    padding: 48px 20px;
}

.spost-floor-area p {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1.56px;
    line-height: 30px;
    margin: 0;
}

.spost-addinfo .cap-table {
    height: 58px;
    background-color: #ECF3F7;
    align-content: center;
    align-items: center;
}

.cap-table.cap-header,
ul.cap-table-info li span {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #3a434647;
}

.cap-table .cap-heading {
    font-size: 12px;
}

.cap-table.cap-data {
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
    border-bottom: 1px solid #fff;
}

ul.cap-table-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.cap-table-info li {
    width: 100%;
    max-width: 74px;
    line-height: 11px;
}

.cap-table .data-heading {
    font-weight: 700;
    line-height: 20px;
    padding-right: 0;
}

ul.cap-table-info li span {
    display: none;
    border: none;
}

/* 
.dl-floorplan {
    columns: 2;
} */

.dl-floorplan .row {
    height: 50px;
    width: 100%;
    max-width: 376px;
    background-color: #ECF3F7;
    margin-bottom: 10px;
    align-content: center;
}

.dl-floorplan .floor-plan-name {
    font-family: "Nunito Sans";
    font-size: 16px;
    color: #3A4346;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35px;
    margin: 0;
}

.dl-floorplan .download-div {
    display: flex;
    justify-content: flex-end;
}

.dl-floorplan .download-trigger {
    font-family: "Nunito Sans";
    font-size: 16px;
    color: #01526B;
    letter-spacing: 0;
    line-height: 35px;
    text-align: right;
}

.dl-floorplan .download-trigger:hover {
    text-decoration: none;
}

.dl-floorplan .download-trigger img {
    width: 28px;
    height: 28px;
    margin-left: 5px;
}

.single-conference-centre .slick-initialized .slick-slide {
    max-width: 100%;
}

.dtp-gallery .slider-sec img {
    height: 519px;
    object-fit: cover;
}

.dtp-gallery .slider-sec .galleryCaption {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    position: absolute;
    top: 85%;
    opacity: .8;
}

.dtp-gallery .galleryCaption span {
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    background: #ECF3F7;
    color: #3A4346;
    width: 135px;
    border-radius: 8px;
}

.dtp-gallery .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer;
}

.galleryLeft.slick-arrow {
    left: 32px;
    transform: rotate(180deg);
}

.galleryRight.slick-arrow {
    right: 32px;
}

.dtp-gallery .slick-arrow img {
    width: 46px;
    height: auto;
}

.dtp-gallery .slider-nav .slick-slide {
    margin: 10px 5px;
}

.dtp-gallery .slider-nav img {
    width: 108px;
    height: 108px;
    object-fit: cover;
}

.conference-mobile-btn {
    display: none;
    width: 100%;
    max-width: 273px;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    border: 2px solid #F9C931;
    background-color: #F9C931;
    border-radius: 25px;
    padding: 7px 0 7px 0px;
    margin: 48px auto;
}

.conference-mobile-btn:focus {
    outline: none;
}

.dtp-map iframe {
    width: 100%;
}

.conference-container .spost-similar h5 {
    -webkit-line-clamp: 3;
}

.conference-card .dtp-inner {
    padding: 10px;
}

.single-conference-centre .event-slider-container .dtp-se-title,
.single-conference-centre .event-slider-container p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.single-conference-centre .event-slider-container .dtp-se-title {
    font-family: 'Nunito Sans';
    -webkit-line-clamp: 3;
}

.single-conference-centre .event-slider-container p {
    -webkit-line-clamp: 9;
}

.single-conference-centre div#dtp-column {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 !important;
    padding: 20px 0;
}

.single-conference-centre .dtp-image-container img {
    margin-bottom: 0 !important;
}

.download-container .pdf-download {
    width: 100%;
    border-radius: 25px;
    border: 2px solid #3A4346;
    padding: 7px 0 7px 0px;
    margin-bottom: 15px;
    text-align: center;
    background: none;
    font-weight: 600;
    cursor: pointer;

    &:hover {
        background-color: #F9C931;
        border-color: #F9C931;
    }
}

/* Event Venue */

.display {
    display: none;
}

body.post-type-archive-event-venue .jupiterx-main {
    background-color: #ECF3F7;
}

body.post-type-archive-event-venue .dtp-category-banner {
    height: 510px;
}

body.post-type-archive-event-venue .dtp-category-banner.display {
    display: block;
    height: 65px;
}

.dtp-category-banner.display .search-container {
    justify-content: space-between;
    background: rgb(236 243 247 / 20%);
    /* z-index: 1; */
}

.dtp-category-banner.display .dtp-cp-title,
.dtp-cp-title .form-group,
.dtp-category-banner.display .dtp-cp-map {
    position: relative;
    margin: 0;
}

body.post-type-archive-event-venue .dtp-category-featuredimage,
body.post-type-archive-event-venue .dtp-category-featuredimage img {
    width: 100%;
    position: absolute;
}

.search-container {
    position: absolute;
    width: 100%;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-venue-container {
    color: #3A4346;
    background-color: #fff;
    max-width: 1358px;
    /* height: 220px; */
    border-radius: 8px;
    margin: auto;
    margin-top: -30px;
    margin-bottom: 31px;
    position: relative;
    z-index: 2;
}

.event-venue-container .event_venues {
    padding: 30px 40px;
}

.post-type-archive-conference-centre .dtp-category-details h1,
.post-type-archive-event-venue .dtp-cp-title h1 {
    font-family: 'Geograph';
    font-size: 60px;
    /* font-weight: 900; */
    font-weight: 500;
    line-height: 50px;
    color: #fff;
    padding-bottom: 31px;
}

.post-type-archive-event-venue .dtp-cp-title {
    width: 100%;
    max-width: 455px;
    text-align: center;
    position: absolute;
    /* top: 5%;
    left: 50%;
    transform: translateX(-50%) translateY(0%); */
}


.event-venue-container .dtp-cp-title h3 {
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 400;
    color: #3A4346;
    letter-spacing: 0;
    line-height: 38px;
}

.event-venue-container .dtp-cp-search {
    margin-top: 30px;
    width: 40%;
}

.event-venue-container .filter-groups {
    display: flex;
    flex-wrap: wrap;
}

.venue-inner-container {
    max-width: 1388px;
    overflow: hidden;
}

.venue-inner-container .venueinner,
.conference-card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.05);
}

.venue-inner-container .dtp-column.version1 .dtp-image-container {
    height: 185px;
    max-height: 100%;
    margin: 0;
}

.venue-inner-container .dtp-column .dtp-image-container img {
    height: 100%;
    border-radius: 8px 8px 0 0;
    margin: 0;
}

.venue-inner-container .dtp-column.version1 .dtp-inner {
    height: 215px;
    margin: 0;
    padding: 31px 30px;
    position: relative;
}

.venue-inner-container .dtp-column .title-value p {
    min-height: 31px;
    margin: 0;
}

.dtp-category-custom-container.latest-news {
    margin: 0;
}

.event_venues .sec2 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.event-venue-container .blog-checkbox-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    width: 85%;
}

.filter-by-type {
    max-width: 121px;
    width: 100%;
}

.filter-by-type h6 {
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.event_venues .dtp-cp-result,
.event_venues .isotope-cleaf-filter {
    position: inherit;
}

.venue-inner-container .body-value p {
    color: #118ACB;
}

.venue-inner-container .dtp-inner .map-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.venue-inner-container .dtp-inner .map-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 34px;
    margin: 0 27px 41px;
}

body.post-type-archive-event-venue .dtp-cp-map {
    display: inline-block;
    width: 100%;
    max-width: 195px;
    border: 1px solid #C6CFD1;
    border-radius: 22.5px;
    background-color: #FFF;
    box-shadow: 5px -5px 10px 0 rgb(0 0 0 / 8%);
    position: absolute;
    top: 2%;
    right: 3%;
}

body.post-type-archive-event-venue .dtp-cp-map ul {
    display: flex;
    list-style: none;
    padding: 1px;
    margin: 0;
}

body.post-type-archive-event-venue .dtp-cp-map ul li {
    display: inline-block;
    width: 50%;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    text-transform: capitalize;
    cursor: pointer;
    text-align: center;
    border-radius: 24px;
}

body.post-type-archive-event-venue .dtp-cp-map li a {
    display: inline-block;
    width: 100%;
    color: #3A4346;
    padding: 9px 0;
    border-radius: 24px;
}

body.post-type-archive-event-venue .dtp-cp-map ul li.active,
body.post-type-archive-event-venue .dtp-cp-map li.active a {
    background-color: #118ACB;
    color: #fff;
    text-decoration: none;
}

body.post-type-archive-event-venue .dtp-cp-map li:hover a {
    text-decoration: none;
}

.event-result {
    max-width: 1358px;
    margin: 0 auto 10px;
    color: #3A4346;
    line-height: 38px;
}


/* Event -> Mapview = true */
/* .dtp-category-banner.mapview_active,
.dtp-cp-title.mapview_active h1,
.mapview_active .event-venue-container,
.mapview_active p {
    display: none;
} */

.dtp-cp-title.mapview_active {
    top: 0;
    left: 3%;
    margin: 21px 0;
    z-index: 1;
    transform: none;
    max-width: 561px;
}

body.post-type-archive-event-venue .dtp-cp-map.mapview_active {
    top: 0%;
    margin: 21px 0;
    z-index: 1;
}

.dtp-venue.mapview_active {
    min-height: 80vh;
}

/* Venue Map */

.event-map {
    inset: 0px;
    position: absolute !important;
    overflow: hidden;
}

div.event-map div {
    border-color: transparent !important;
}

.event-map * {
    font-family: "Nunito Sans";
}

.event-map .gm-style-iw-chr {
    position: absolute;
    z-index: 1;
}

.event-map .gm-style-iw.gm-style-iw-c {
    width: 272px;
    border-radius: 8px !important;
}

.event-map .gm-style-iw.gm-style-iw-c button {
    width: 40px !important;
    height: 40px !important;
    transform: scaleY(-1);
    border-radius: 25px;
    /* background-color: rgb(58 67 70 / 20%) !important; */
    background-color: rgb(58 67 70) !important;
    box-shadow: 5px -5px 10px 0 rgba(0, 0, 0, 0.08);
    top: 18px;
    left: 18px;
}

.event-map .gm-style-iw.gm-style-iw-c button:focus {
    outline: none;
}

.event-map .gm-style-iw.gm-style-iw-c button span {
    width: 30px !important;
    height: 30px !important;
    background-color: #fff;
    margin: 5px !important;
}

.event-map .card {
    border: none !important;
    height: 349px;
}

.event-map .card img {
    object-fit: cover;
    width: 100%;
    height: 159px;
}

.event-map .card .card-bottom {
    padding: 27px 29px 0;
}

.event-map .card .card-bottom h4 {
    color: #3A4346;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
}

.event-map .card .card-bottom p {
    color: #118ACB;
    font-family: "Nunito Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
}

.event-map .map-buttons ul li a {
    width: 120px;
}

.dtp-cp-title.mapview_active .dtp-cp-search input:focus {
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.dtp-cp-search input:focus {
    background-image: none;
}

.search-clear {
    position: absolute;
    top: 3px;
    right: 7px;
    background-color: #3A4346;
    background-image: url('../img/close-icon-white.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    text-align: center;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 25px;
    z-index: 1;
}

.search-clear:before {
    content: 'clear search';
    position: absolute;
    width: 180px;
    top: 20%;
    right: 0;
    font-size: 14px;
}

/* Search Suggestion */
.post-type-archive-event-venue .pac-container.pac-logo {
    font-family: 'Nunito Sans' !important;
    line-height: 35px;
    margin-top: 5px;
    border-radius: 10px;
    padding: 40px;
}

.post-type-archive-event-venue .pac-item {
    border: none;
}

.post-type-archive-event-venue .pac-icon-marker,
.post-type-archive-event-venue .pac-logo:after {
    display: none;
}

.post-type-archive-event-venue .pac-matched {
    font-weight: inherit !important;
}

/*  */
.dtp-cp-title.mapview_active .dtp-cp-search {
    position: relative;
}

.post-type-archive-event-venue .suggestion-container {
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    position: absolute;
    max-width: 656px;
    width: 656px;
    margin-top: 5px;
    padding: 30px 40px 50px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
}

.post-type-archive-event-venue .suggestion-container>p {
    font-family: "Nunito Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    color: #3A4346;
    position: relative;
    padding-bottom: 20px;
    text-align: left;

    &:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        opacity: .25;
        border-bottom: 1px solid #979797;
    }
}

.post-type-archive-event-venue .suggestion-container>div {
    text-align: left;
    padding: 0;
    color: #3A4346;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
}

.post-type-archive-event-venue .suggestions {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: inherit;
    margin: 0;
    padding: 0;
}

.post-type-archive-event-venue .suggestions li {
    font-family: "Nunito Sans";
    color: #3A4346;
    font-size: 16px;
    line-height: 35px;
    width: 33.33%;
    list-style: none;
    text-align: left;
    cursor: pointer;

    &:hover {
        font-weight: bold;
        color: #118ACB;
    }
}

.post-type-archive-event-venue .suggestions.no-result li {
    width: 50%;
    padding-top: 20px;
    line-height: unset;

    &:nth-child(odd) {
        padding-right: 10px;
    }

    &:nth-child(even) {
        padding-left: 10px;
    }

    &:hover div {
        font-weight: bold;
        color: #3A4346;
    }
}

.post-type-archive-event-venue .suggestions.no-result div {
    font-family: "Nunito Sans";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0;

    &.title {
        line-height: 20px;
    }

    &.city {
        color: #788184;
        font-size: 14px;
    }
}

/*  */

/* Homepage */
.blog-container.latest-news .dtp-column.version1 {
    /* width: 50%; */
    padding: 0 15px;
}

.blog-container.latest-news .dtp-column.version1 .dtp-image-container,
.blog-container.latest-news #dtp-column.dtp-column a img {
    /* max-height: 195px; */
    max-height: 345px;
    min-height: 0;
    height: 100%;
    margin: 0;
}

.blog-container.latest-news .dtp-column.version1 .date-value {
    border: none;
}

.blog-container.latest-news .dtp-column.version1 .dtp-inner {
    padding-bottom: 25px;
}

.blog-container.latest-news .title-value p {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    height: 64px;
    margin-top: 23px;
    margin-bottom: 10px;
}

.blog-container.latest-news .dtp-column.version1 .date-value p {
    font-weight: bold;
    color: #788184;
}

.blog-container.latest-news ul {
    margin: 0;
}

.latest-blogs {
    display: flex;
    flex-wrap: wrap;
    height: 792px;
    padding: 7px 27px;
    border-radius: 15px;
    background-color: #fff;
}

.dtp-latestBlog {
    display: flex;
    padding: 23px 0 21px;
}

.dtp-latestBlog .img-con img {
    height: 85px;
    width: 85px;
    max-width: 85px;
    border-radius: 8px;
    object-fit: cover;
}

.dtp-latestBlog .info-con {
    padding-left: 22px;
    width: 230px;
    height: 85px;
}

.info-con .info-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 143px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #F9C931;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

.info-con .info-btn p {
    font-family: "Nunito Sans";
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 14px;
    color: #3A4346;
    text-transform: uppercase;
    margin: 0;
}

.info-con h3 {
    font-family: "Nunito Sans";
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 19px;
    color: #3A4346;
    margin: 0;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

div.latest-blogs>div:nth-child(-n + 5) {
    border-bottom: 1px solid #97979740;
}

/* Why Malta */
.why-malta-sec .my-hidden-btn {
    max-width: 356px;

    span {
        max-width: 356px;
    }
}

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


    .why-malta-sec .my-hidden-btn span {
        width: auto;
    }
}


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

    .my-favourites-isotope.dtp-category-custom-container,
    .my-favourites.dtp-category-custom-container.sec2 {
        max-width: 85%;
        margin: 20px auto;
    }
}

@media screen and (max-width: 1440px) {
    .image_caption_overflow-right figcaption.widget-image-caption.wp-caption-text {
        right: 9%;
        bottom: 27%;
        min-width: 246px;
    }

    .dtp-se-summray .event-se-inner {
        max-width: 330px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 640px) {
    .venue-inner-container {
        margin: 0 -15px;
    }
}

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

    body.elementor-page-2486 .dtp-cp-search form,
    body.page-template-dtp-events .dtp-cp-search form {
        max-width: 345px;
    }

    body.elementor-page-2486 .dtp-cp-search {
        max-width: 650px;
    }

    .page-template-dtp-events .dtp-column.version1 {
        width: 33.3333%;
    }

    .custom-event-card h1,
    .custom-event-card-bottom h1,
    .custom-event-container p {
        max-width: 100%;
    }

    .dtp-column.version1.event-advert {
        width: 66.66%;
    }

    .advert-inner::before {
        left: 230px;
    }

}

@media screen and (max-width: 1250px) {
    .mainnav_desktop {
        display: none;
    }

    .popup_open_mobilemenu {
        display: block;
    }
}

@media screen and (max-width: 1100px) {
    .image_caption_overflow-right figcaption.widget-image-caption.wp-caption-text {
        right: 0%;
        bottom: 27%;
        min-width: 246px;
    }

    .featured_itinerary_heading_container .single-blog {
        padding: 12px 10px;
    }
}

@media screen and (max-width: 1040px) {
    .dtp-cp-search {
        max-width: 355px;
    }
}

@media screen and (max-width: 1024px) {
    .item_slider.owl-carousel.owl-loaded {
        display: block;
    }

    .item_slider_mobileview {
        display: none;
    }

    /* Profile - Recommendation */
    .owl-carousel.recomendation .owl-nav button.owl-prev,
    .dtp-category-custom-container .owl-carousel .owl-nav button.owl-prev {
        left: -7%;
    }

    .owl-carousel.recomendation .owl-nav button.owl-next,
    .dtp-category-custom-container .owl-carousel .owl-nav button.owl-next {
        right: -8%;
    }

    /* End Profile - Recommendation */
    .image_caption_overflow-right figcaption.widget-image-caption.wp-caption-text {
        right: 18%;
    }

    .dtp-column.version1,
    .dtp-column.version2 {
        width: 50%;
    }

    .cs_form {
        width: 450px;
    }

    .mapview_active .container-mapview_active.dtp-category-custom-container.sec3.isotope {
        max-width: 390px;
    }

    .dtp-se-summray .event-se-inner {
        max-width: 270px;
    }

    .dtp-column.upcoming-events-hp {
        width: 50%;
    }

    /* Homepage */
    .latest-blogs {
        justify-content: space-around;
        align-items: center;
        height: auto;
    }

    /* Event Page */
    .page-template-dtp-events .dtp-category-custom-container.sec2 {
        margin-bottom: 35px;
    }

    .page-template-dtp-events .dtp-column.version1 {
        width: 50%;
    }

    /* Custom Event Card */
    .custom-event-card .custom-event-container,
    .custom-event-card-bottom .custom-event-container {
        height: 473px;
    }

    .dtp-column.version1.event-advert {
        width: 100% !important;
    }

    .advert-inner {
        height: 400px;
    }

    .advert-inner::before {
        left: 265px;
    }

    /* Event Venue */
    .venue-inner-container .dtp-column.version1 {
        width: 33.3333%;
        padding: 0 15px;
    }

    /* Overview Header */
    .overview-menu ul {
        display: flex;
    }

    .overview-menu ul li {
        min-width: 130px;
    }


    /* Conference Header */
    .single-conference-centre .conference-header>div {
        flex-wrap: nowrap;
    }

    .single-conference-centre div.conference-menu {
        display: inline;
        overflow-x: overlay;
        scrollbar-width: none;
    }

    .single-conference-centre .conference-menu ul {
        width: unset;
    }

    .single-conference-centre .conference-menu li,
    .single-conference-centre .conference-menu li a {
        width: 100px;
        display: flex;
        justify-content: center;
    }

    /* Conference */
    .page-template-dtp-conference .dtp-category-posts.sec1 {
        padding-top: 0;
    }

    .cap-table.cap-header {
        display: none;
    }

    .cap-table.cap-data {
        flex-direction: column;
        line-height: 28px;
    }

    .cap-table .data-heading {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .cap-table.cap-data .col,
    .cap-table .data-heading {
        padding: 0;
        padding-bottom: 5px;
    }

    .spost-addinfo .cap-table {
        height: 165px;
        padding: 15px 23px;
    }

    ul.cap-table-info {
        display: block;
        columns: 2;
    }

    ul.cap-table-info li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
    }

    ul.cap-table-info li span {
        display: block;
        width: 100%;
        max-width: 90px;
    }

    ul.cap-table-info p {
        margin: 0;
    }

}

@media screen and (max-width: 1024px) and (min-width: 841px) {
    .single-conference-centre .event-slider-container p {
        -webkit-line-clamp: 5;
    }
}

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

    body.page-template-dtp-itinerary-archive .dtp-cp-search,
    body.page-template-dtp-itinerary-archive .itinerary-checkbox.destination,
    body.page-template-dtp-itinerary-archive .itinerary-checkbox.duration,
    body.page-template-dtp-itinerary-archive .itinerary-checkbox.exp {
        width: 50%;
        max-width: 100%;
        padding-bottom: 20px;
    }

    body.page-template-dtp-itinerary-archive .itinerary-checkbox.duration {
        /* border-left-color: transparent; */
        padding-left: 10px;
    }

    /* Conference Centres */

    .container.dl-floorplan {
        columns: 1;
        padding: 0;
    }

    .dl-floorplan .row {
        max-width: 100%;
        margin: 0 0 10px;
    }

    /* Itinerary */
    body.page-template-dtp-itinerary-archive .dtp-category-posts.sec1 {
        padding-bottom: 25px;
    }

    body.page-template-dtp-itinerary-archive .dtp-cp-search {
        width: 100%;
    }

    div#checkboxoptions {
        display: inline-block !important;
    }

    div#checkboxoptions div {
        width: 100%;
        padding: 20px 0;
        border-left: none;
        float: left;

        &:not(:first-child) {
            border-top: rgba(177, 197, 209, 0.5) solid 1px;
        }
    }
}

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

    /* Itinerary */
    .page-template-dtp-itinerary-archive .dtp-category-custom-container.sec2 {
        display: flex;
    }

    /* Conference Header */
    .single-conference-centre .conference-menu li:hover a:after {
        content: '';
        border-bottom: 5px solid #F9C931;
        border-radius: 2.5px;
        position: absolute;
        left: 25%;
        right: 25%;
        bottom: 0;
    }
}

@media screen and (max-width: 875px) {
    .image_caption_overflow-right figcaption.widget-image-caption.wp-caption-text {
        right: 10%;
    }

    .single-blog .blog-container-75 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-blog .share-container {
        padding: 20px;
    }

    .main_areas_container .main_areas {
        padding: 10px 20px;
    }

    .main_areas_container .main_areas_img img.main_areas_icon {
        display: none;
        text-align: center;
        margin: 0 auto;
    }

    .event_venues .sec2 {
        align-items: flex-start;
    }

}

@media screen and (max-width: 857px) {
    .top-heading h2 a:after {
        top: 15px;
    }
}

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

    .dtp-se-section1 {
        width: 100%;
    }

    .dtp-cp-search {
        float: unset;
        max-width: unset;
    }

    .dtp-cp-show-map {
        margin: 0;
    }

    body.elementor-page-2486 .dtp-cp-search {
        max-width: 600px;
    }

    body.page-template-dtp-events .dtp-event-daterange,
    body.home .dtp-event-daterange,
    body.elementor-page-2486 .dtp-event-category,
    body.page-template-dtp-events .dtp-event-category,
    .my-favourites .dtp-event-category {
        max-width: 285px;
    }

    .dtp-se-summray {
        position: inherit;
        width: 100%;
        background-color: #00526b;
        padding: 24px;
    }

    .dtp-se-summray .event-se-inner {
        position: initial;
        width: 100%;
        max-width: 100%;
        left: 0;
        top: 0;
        transform: initial;
    }

    .dtp-se-summray .dtp-se-title {
        margin: 0;
        font-size: 30px;
    }
}

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

    /* Event - Featured */
    .dtp-column.version1.featured-column.featured-event>div {
        box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
    }

    .dtp-column.version1.featured-column.featured-column:after {
        left: 15px;
    }

    .dtp-column.version1.featured-column.featured-event .dtp-image-container,
    .dtp-column.version1.featured-column.featured-event .dtp-image-container a img {
        border-radius: 10px 0 0 10px;
    }

    .dtp-column.version1.featured-column.featured-event .dtp-inner {
        width: 59%;
        padding: 40px 60px 0;
        margin: 0;
        border-radius: 0 10px 10px 0;
    }

    .dtp-column.version1.featured-column.featured-event>div {
        width: 50% !important;
    }

    /* Overview Header */
    /* .conference-back {
        width: 40%;
    }
    .overview-menu {
        width: 60%;
    } */
}

@media screen and (max-width: 768px) {
    .my-bg-overlay {
        min-height: 350px;
    }

    .profile_interest form label {
        width: 33.33333%;
    }

    .cs_form {
        width: 350px;
    }

    .mi_submenu {
        padding-top: 5px;
    }

    .mapview_active .container-mapview_active.dtp-category-custom-container.sec3.isotope {
        visibility: hidden;
    }

    #map-carousel {
        display: block;
    }

    .hidden-headline {
        opacity: 1;
        height: auto;
    }

    /* Conference Header */
    .single-conference-centre .dtp-column {
        padding: 0 22px;
    }

    .single-conference-centre div.conference-name {
        display: none;
    }

    /* Event Venue Map */
    .post-type-archive-event-venue .dtp-cp-search input {
        padding-left: 20px;
    }

    .post-type-archive-event-venue .search-clear:before {
        content: '';
    }

    .post-type-archive-event-venue .suggestion-container {
        max-width: 100%;
        padding-bottom: 30px;
        padding-right: 15px;
    }

    .post-type-archive-event-venue .suggestions {
        max-height: 300px;
        height: 100%;
        overflow: hidden overlay;
    }

    .post-type-archive-event-venue .suggestions li {
        width: 100%;
    }
}

@media screen and (width: 768px) {

    /* Conference Header */
    .single-conference-centre div.conference-menu {
        max-width: 100% !important;
        flex: none;
    }
}

@media screen and (min-width: 720px) and (max-width: 1024px) {
    div.latest-blogs>div {
        border-bottom: 1px solid #97979740;
    }
}

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

    /* Event - Featured */
    .dtp-column.version1.featured-column.featured-event {
        display: block;
        margin: 0;
    }

    .dtp-column.version1.featured-column.featured-event .dtp-image-container,
    .dtp-column.version1.featured-column.featured-event .dtp-image-container a img {
        min-height: 215px !important;
    }

    .dtp-column.version1.featured-column.featured-event .dtp-image-container {
        margin-bottom: 25px;
    }

    /* Event - Featured End */
    .item_slider_mobileview .data-main {
        width: 100%;
        padding: 0;
    }

    .item_slider_mobileview .item {
        margin-bottom: 20px;
    }

    .item_slider.owl-carousel.owl-loaded {
        display: none;
    }

    .item_slider_mobileview {
        display: block;
    }

    #ccm_map {
        width: 100%;
        height: calc(100vh - 340px);
    }

    .back_button h3 {
        text-align: left;
    }

    #list_item_container .mapview_active {
        max-height: 570px;
    }

    .custom-masonry {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        column-gap: 1em;
        margin: 0 5px;
    }

    .custom-masonry .masonry-item {
        border-radius: 0;
        margin-bottom: 0.8em;
    }

    #current_title a h2 {
        font-size: 16px;
    }

    .single-blog .share-container li img {
        width: 50%;
        height: 25px;
        object-fit: contain;
    }

    .page-template-dtp-itinerary-single .featured_itinerary_heading_container .single-blog {
        margin: 0;
    }

    .itinerary_details .itinerary_title {
        margin-bottom: -15px;
        font-size: 40px;
        line-height: 40px;
    }

    .itinerary_plan .plan_information_container label.guide {
        float: initial;
        margin-top: 15px;
    }

    .page-template-dtp-itinerary-single .single-blog .blog-container-75 h2 {
        font-size: 30px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 28px;
    }

    .page-template-dtp-itinerary-single .single-blog .blog-container-75 .share-container h2 {
        color: #3A4346;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 40px;
    }

    .itinerary_plan .plan_information_container {
        border: unset;
        display: block;
    }

    .itinerary_plan .plan_information_container label {
        margin-right: 30px;
    }

    .itinerary_plan .plan_information_container label.est_time,
    .itinerary_plan .plan_information_container label.est_travel {
        margin-left: 0;
    }

    .itinerary_plan .plan_information_container label.guide {
        float: initial;
        margin-top: 15px;
    }

    .itinerary_details .itinerary_crumbs {
        font-family: "Nunito Sans";
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .itinerary_details .itinerary_crumbs b {
        font-weight: 700;
    }

    .page-template-dtp-itinerary-single .single-blog {
        margin: 0 auto 35px;
    }

    .page-template-dtp-itinerary-single .single-blog .blog-container-75 {
        padding: 0;
    }

    body.page-template-dtp-single-event .dtp-se-event-details {
        margin-bottom: 15px;
    }

    body.page-template-dtp-itinerary-archive .dtp-column .title-value p {
        min-height: initial;
        margin: 10px 0 5px;
    }

    body.page-template-dtp-events .body-value,
    .page-template-dtp-category .body-value,
    .dtp-column .body-value {
        min-height: initial;
    }

    .single-blog .dtp-blog-breadcrumbs {
        line-height: 20px;
    }

    .single-blog .blog-container-75 h4 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
    }

    .single-blog .blog-container-75 h3 {
        margin-bottom: 10px;
        line-height: 22px;
        font-weight: 600;
    }

    .single-blog .blog-container-75 h2,
    .single-blog .blog-container-75 h3 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 25px;
    }

    .single-blog h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .hide-mobile {
        display: none;
    }

    .single-blog {
        margin: 35px auto;
    }

    .single-blog .share-container {
        max-width: initial;
        padding: 40px;
        min-height: initial;
    }

    .single-blog .blog-container-75,
    .single-blog .blog-container-25 {
        width: 100%;
    }

    .hide-desktop {
        display: block;
    }

    .blog_content_heading_container .dtp-category-posts.sec1 {
        border-bottom: 1px solid rgba(155, 155, 155, 0.25);
        margin: 0 35px 0;
        padding: 30px 0 0;
        border-radius: 0;
    }

    #drupalblogpost .dtp-column.version1.featured-column {
        width: 100%;
        margin-left: 0;
    }

    .blog_content_heading_container {
        margin: 0 -15px;
    }

    .blog_content_heading_container .dtp-cp-search {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0 15px;
        width: 100%;
    }

    .blog-container .dtp-column.version1.featured-column .dtp-inner,
    .dtp-column.version1 .dtp-inner {
        min-height: initial;
    }

    #dtp-column.dtp-column.version1.featured-column.dtp-column .dtp-image-container img {
        border-radius: 10px 10px 0 0;
        min-height: initial;
    }

    .blog-container .dtp-column.version1.featured-column .dtp-inner,
    .blog-container .dtp-column.version1,
    .dtp-column.version1.featured-column .dtp-image-container {
        width: 100%;
    }

    .blog-container .dtp-column.version1.featured-column .dtp-image-container {
        min-height: initial;
        max-height: 270px;
        border-radius: 10px 10px 0 0;
    }

    .blog-checkbox-container {
        display: inline-block;
        width: 100%;
        padding: 0 15px;
    }

    .blog-container .dtp-column.version1.featured-column .dtp-inner,
    .blog-container .dtp-column.version1 .dtp-inner {
        padding: 15px 26px 15px;
    }

    .blog-container .featured-column.dtp-column.version1 .title-value p {
        /* font-size: 28px; */
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 0;
        /* line-height: 30px; */
        line-height: 20px;
    }

    .bloginnercontainer .map-buttons ul {
        margin-bottom: 0;
    }

    .dtp-category-custom-container.blog-container .map-buttons ul li {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .blog-container .map-buttons ul li {
        max-width: initial;
    }

    .blog-container .dtp-column.version1 .title-value p {
        height: 50px;
        font-size: 22px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 0;
        min-height: initial;
    }

    .blog_content_heading_container .isotope-cleaf-filter {
        bottom: 20px;
    }

    .featured_category {
        min-height: initial;
    }

    .blog-container .dtp-column .body-value {
        min-height: initial;
    }

    .blog_content_heading_container .dtp-category-custom-container,
    .blog_content_heading_container .dtp-category-custom-container,
    .blog_content_heading_container .dtp-category-custom-container.sec2 {
        padding: 20px;
    }

    /* Profile - Recommendation */
    .my-favourites-isotope.dtp-category-custom-container,
    .my-favourites.dtp-category-custom-container.sec2 {
        max-width: 90%;
        margin: 0 auto !important;
    }

    .owl-carousel.recomendation .owl-nav button.owl-prev,
    .dtp-category-custom-container .owl-carousel .owl-nav button.owl-prev {
        left: -4%;
    }

    .owl-carousel.recomendation .owl-nav button.owl-next,
    .dtp-category-custom-container .owl-carousel .owl-nav button.owl-next {
        right: -4%;
    }

    /* End Profile - Recommendation */
    .custom-escape-section.custom-tagline h3 {
        left: 0;
        padding: 0 25px 15px;
        bottom: 0;
    }

    .page-template-dtp-category .filter-radio-mobile {
        display: block;
    }

    .dtp-category-custom-container.sec2 .dtp-cp-show-top {
        display: none;
    }

    .dtp-category-custom-container.sec2 .filter-radio-mobile .dtp-cp-show-top {
        display: block;
        border-bottom: 1px solid #f2f2f2;
        margin: 0;
        margin-bottom: 30px;
    }

    .dtp-category-custom-container.sec2 .filter-radio-mobile {
        display: block;
    }

    .dtp-category-custom-container.sec2 .filter-radio-mobile .dtp-cp-show-top label.switch {
        position: absolute;
        right: 0;
    }

    .dtp-category-custom-container.sec2 .filter-radio-mobile .dtp-cp-show-top label {
        text-align: left;
    }

    body.page-template-dtp-single-event .rc-section1 ul.buttons-right .btn-tickets {
        display: none;
    }

    body.page-template-dtp-single-event .dtp-se-event-details ul li.btn-tickets {
        display: block;
    }

    .dtp-se-section1.mobile_bg_post_center {
        background-position: center;
    }

    .dtp-se-section1.mobile_bg_post_top {
        background-position: top;
    }

    .dtp-se-section1.mobile_bg_post_left {
        background-position: left;
    }

    .dtp-se-section1.mobile_bg_post_right {
        background-position: right;
    }

    .dtp-se-section1.mobile_bg_post_bottom {
        background-position: bottom;
    }

    .image_caption_overflow-left figcaption.widget-image-caption.wp-caption-text {
        width: auto;
        position: absolute;
        left: 10%;
        bottom: 15%;
    }

    .dtp-category-custom-container.sec2 {
        margin: 5px auto;
    }

    .homepage-MTE-heading {
        min-height: 25px;
    }

    .dtp-column.version1,
    .dtp-column.version2 {
        width: 100%;
    }

    .page-template-events .dtp-category-inner-info.dtp-category-custom-container {
        text-align: left;
        margin-top: 35px;
    }

    .daterangepicker.show-calendar .calendar-table th,
    .daterangepicker.show-calendar .calendar-table td,
    .daterangepicker.show-calendar .drp-selected {
        padding: 5px;
    }

    .daterangepicker.show-calendar .drp-selected {
        display: block;
    }

    .daterangepicker.show-calendar .drp-buttons {
        text-align: center;
    }

    .dtp-category-custom-container.sec2 .dtp-cp-show-top {
        display: none;
    }

    .daterangepicker .drp-calendar.left {
        padding: 8px;
    }

    body.elementor-page-2486 .dtp-cp-search {
        max-width: 100%;
        width: 100%;
    }

    body.elementor-page-2486 .dtp-cp-search form,
    body.page-template-dtp-events .dtp-cp-search form,
    body.page-template-dtp-events .dtp-event-daterange,
    body.home .dtp-event-daterange,
    body.elementor-page-2486 .dtp-event-category,
    body.page-template-dtp-events .dtp-event-category,
    .my-favourites .dtp-event-category {
        max-width: 100%;
    }

    body.page-template-dtp-events .dtp-event-category {
        margin-left: 0;
        margin-top: 15px;
    }

    .dtp-category-custom-container {
        position: relative;
    }

    .dtp-category-posts.sec1 {
        padding-bottom: 15px;
    }

    .seofield-container {
        display: none;
    }

    .profile_interest form label {
        width: 50%;
    }

    body.home .banner_button_container .banner_explore_malta {
        width: 100% !important;
        display: block;
        margin-bottom: 15px !important;
    }

    .banner_button_container {
        max-width: 260px;
        margin: 0 auto;
        width: 100%;
    }

    .hp_banner_button.tablet_mobile {
        margin: 0;
        width: 100%;
        display: block;
        max-width: 260px;
        min-width: 260px;
        margin-bottom: 10px;
        text-align: center;
    }

    .dtp-cp-show-map {
        float: none;
        max-width: unset;
        margin-bottom: 25px;
    }

    .dtp-cp-show-top {
        float: none;
        text-align: left;
        display: inline-block;
        margin-top: 0px;
    }

    .dtp-category-owl {
        position: relative;
    }

    .dtp-category-owl:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
    }

    .page-template-dtp-category .mapview_active-row .body-value {
        min-height: 43px;
    }

    .page-template-dtp-category #map-carousel .dtp-carousel-inner-right {
        max-width: unset;
    }

    #map-carousel .dtp-carousel-inner-right .carousel-map-button a {
        padding: 11px 15px;
    }

    .page-template-dtp-category .mapview_active-row .dtp-column.version1 h5 a {
        font-size: 20px;
    }

    .blog-container.latest-news .dtp-column.version1,
    .dtp-column.upcoming-events-hp {
        padding: 0 10px;
    }

    /* Top Header */
    .top_header>div {
        display: flex;
        /* flex-direction: column-reverse; */
        justify-content: space-between;
    }

    .top_header .top-heading {
        height: 42px;
        display: flex;
        align-items: center;
    }

    .top-heading h2 a:after {
        top: 10px;
    }

    /* Conference Header */

    .overview-menu {
        overflow: scroll;
    }

    .single-conference-centre .dtp-column {
        padding: 0 22px;
    }

    /* Event Page */
    .page-template-dtp-events .dtp-category-posts.sec1 {
        margin-top: 40px;
        padding-top: 0;
    }

    .page-template-dtp-events .dtp-column.version1 {
        padding: 0 15px;
    }

    .dtp-category-custom-container.venue-inner-container {
        margin-top: 20px;
    }

    /* Custom Event Card */

    .page-template-dtp-events .dtp-column.version1.custom-event-card,
    .page-template-dtp-events .dtp-column.version1.custom-event-card-bottom {
        padding-bottom: 35px;
    }

    .custom-event-card .custom-event-container,
    .custom-event-card-bottom .custom-event-container {
        height: 415px;
    }

    .advert-inner::before {
        width: 600px;
    }

    /* Event Venue */
    .event-venue-container .event_venues {
        padding: 30px 26px;
    }

    .event-venue-container .dtp-cp-search {
        width: 100%;
        padding-top: 23px;
        margin: 0;
    }

    .event-venue-container .dtp-cp-search .form-group {
        border-bottom: 1px solid #97979740;
        padding-bottom: 24px;
        margin: 0;
    }

    /* 
    .event_venues .isotope-cleaf-filter {
        top: 120px;
    } */

    /* 
    .event_venues .blog-checkbox-container {
        padding: 29px 0 0;
    } */

    .event_venues .blog-checkbox-container h3 {
        font-size: 12px;
        padding-bottom: 26px;
        margin: 0;
    }

    .venue-inner-container .dtp-column.version1 {
        width: 50%;
        padding: 0 15px;
    }

    body.post-type-archive-event-venue .dtp-cp-map {
        position: fixed !important;
        z-index: 3;
        top: 95% !important;
        left: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        margin: 0 !important;
    }

    /* Venue Map */

    .event-map .gm-style-iw.gm-style-iw-c {
        display: flex !important;
        max-width: 100% !important;
        width: 379px;
        top: 250px;
        /* position: fixed;    
        top: 200px; */
    }

    .event-map .card {
        flex-direction: row;
        height: 155px;
        width: 100%;
    }

    .event-map .card img {
        width: 155px;
        height: inherit;
    }

    .event-map .card .card-bottom {
        padding: 26px 24px 0;
    }

    .event-map .card .card-bottom h4 {
        font-size: 20px;
        line-height: 22px;
        min-height: unset;
        margin: 0;
    }

    .event-map .card .card-bottom p {
        margin: 0;
    }

    .event-map .map-buttons ul li a {
        width: 170px;

        &:focus {
            outline: none;
        }
    }

    .event-map .gm-style-iw-tc {
        display: none;
    }

    /* Venue Map Search */
    .dtp-category-banner.display .search-container {
        justify-content: center;
    }

    .dtp-cp-title.mapview_active {
        left: 0;
    }

    /* Conference Inner Page */

    .conference-mobile-btn {
        display: block;
    }

    .conference-container {
        display: none;
    }

    .event-venue-container .blog-checkbox-container {
        display: block;
        width: 100%;
    }

    .filter-by-type h6 {
        margin-bottom: 27px;
    }

    .event_venues .dtp-cp-result {
        position: absolute;
        width: 100%;
        top: 30%;
        right: 3%;
    }

    /* Author Section */
    .single-blog .blog-container-75 .dtp-user-info {
        width: 100%;
        height: auto;
        padding: 29px 0 0;
        border: none;
        box-shadow: none;
    }

    .single-blog .dtp-user-details {
        width: 70%;
    }
}

@media screen and (min-width: 641px) {
    .venue-inner-container .dtp-image-container {
        border-radius: 10px 10px 0 0 !important;
    }
}

@media screen and (max-width: 640px) {
    body.home .dtp-event-daterange {
        margin: 0;
        width: 170px;
        padding: 5px 15px;
        background-size: 18px;
    }

    #drupalblogpost .dtp-column.version1.advertspace {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    body.page-template-dtp-itinerary-archive .dtp-cp-search,
    body.page-template-dtp-itinerary-archive .itinerary-checkbox.destination,
    body.page-template-dtp-itinerary-archive .itinerary-checkbox.duration,
    body.page-template-dtp-itinerary-archive .itinerary-checkbox.exp {
        width: 100%;
    }

    .dtp-category-posts .dtp-cp-title h1 {
        margin-bottom: 35px;
    }

    body.page-template-dtp-itinerary-archive .itinerary-checkbox.destination {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    body.page-template-dtp-itinerary-archive .dtp-cp-search,
    body.page-template-dtp-itinerary-archive .itinerary-checkbox.destination,
    body.page-template-dtp-itinerary-archive .itinerary-checkbox.duration,
    body.page-template-dtp-itinerary-archive .itinerary-checkbox.exp {
        border-left-color: transparent;
        border-top: rgba(177, 197, 209, 0.5) solid 1px;
        padding-top: 10px;
        padding-left: 0;
        padding-bottom: 10px;
    }

    body.page-template-dtp-itinerary-archive .itinerary-checkbox.destination {
        border-top: none;
        padding-top: 0;
    }

    body.page-template-dtp-itinerary-archive .dtp-cp-search {
        padding-left: 0;
        padding-right: 0;
        padding-top: 14px;
    }

    body.page-template-dtp-itinerary-archive .dtp-category-inner-info h1.dtp-cii-title {
        color: #3A4346;
        font-family: "Nunito Sans";
        font-size: 24px;
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 15px;
        font-weight: 300;
        margin-top: 45px;
    }

    body.page-template-dtp-itinerary-archive .dtp-cii-content {
        color: #3A4346;
        font-family: "Nunito Sans";
        font-size: 15px;
        letter-spacing: 0;
        line-height: 23px;
    }

    .featured_itinerary_heading_container {
        text-align: left;
    }

    .my-favourites .dtp-event-category,
    .my-favourites h1.main-heading {
        margin-top: 35px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .dtp-category-posts.sec1 {
        margin: 40px auto 0;
        padding-bottom: 0;
        border: unset;
    }

    /* Homepage */
    .blog-container.latest-news .dtp-column.version1 {
        width: 100%;
    }

    /* Event Venues */
    .venue-inner-container {
        margin-bottom: 0;
    }

    .venue-inner-container .dtp-column.version1 {
        width: 100%;
        padding: 0;
    }

    .event_venues .dtp-cp-result {
        top: 20%;
    }

    .venue-inner-container .venueinner {
        display: flex;
    }

    .venue-inner-container .dtp-column.version1 .dtp-image-container {
        max-width: 155px;
        max-height: 155px;
        border-radius: 10px 0 0 10px;
    }

    .venue-inner-container .dtp-column.version1 .dtp-inner {
        width: 100%;
        max-height: 155px;
        padding: 26px 24px 0;
    }

    .venue-inner-container .dtp-column .dtp-image-container img {
        border-radius: 0;
    }

    .venue-inner-container .dtp-inner .map-buttons a {
        margin-bottom: 0;
        /* width: 169px; */
        max-width: 169px;
    }

    .venue-inner-container .dtp-column .title-value p {
        font-size: 20px;
        line-height: 22px;
    }

    /* Map Search */

    .dtp-cp-title.mapview_active {
        max-width: 500px;
    }

    /* Calendar of Event */
    .advert-inner {
        padding-left: 25px;
    }

    .advert-inner::before {
        left: 170px;
    }

    /* Conference */
    .page-template-dtp-conference .dtp-category-posts.sec2 {
        margin-bottom: 0;
    }

    /* Itinerary */
    .page-template-dtp-itinerary-archive .dtp-category-custom-container.sec2,
    div#checkboxoptions {
        display: inline-block !important;
    }
}

@media screen and (max-width: 611px) {
    .top-heading h2 a:after {
        top: 19px;
    }
}

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

    .recomendation.owl-carousel .owl-nav,
    .my-favourites .owl-carousel .owl-nav {
        display: none;
    }

    /* Event Page */
    .page-template-dtp-events .dtp-column.version1 {
        width: 100%;
        padding: 0;
    }
}

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

    .dtp-column.upcoming-events-hp {
        margin-bottom: 60px;

        &.mobile-margin {
            margin-bottom: 0;
        }
    }
}

@media screen and (max-width: 530px) {
    #ccm_map {
        width: 100%;
        height: calc(100vh - 190px);
    }

    .dtp-column.upcoming-events-hp .image-bg {
        min-height: 123px;
    }

    .dtp-column.upcoming-events-hp .date-value p {
        /* color: #53B848;
        font-family: "Nunito Sans"; */
        font-size: 16px;
        /* font-weight: bold;
        letter-spacing: 0;
        line-height: 25px; */
    }

    .map-buttons ul li a {
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 15px;
        text-align: center;
    }

    .dtp-column.upcoming-events-hp .title-value p {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 25px;
    }

    .upcoming-events-hp .map-buttons ul li:nth-child(2) a {
        margin-left: 0;
        margin-top: 10px;
    }

    .dtp-column.upcoming-events-hp .body-value,
    .upcoming-events-hp .body-value {
        display: none;
    }

    .upcoming-events-hp .map-buttons ul li {
        width: 100%;
    }

    .city_map_category_container {
        margin: 0 auto;
        float: right;
        max-width: 400px;
    }

    .main_areas_container {
        max-width: 120px;
    }

    .travel_options {
        float: initial;
        padding: 6.5px 0;
        clear: both;
        position: initial;
        display: block;
        transform: initial;
        text-align: center;
        width: 100%;
        margin: 15px auto;
    }

    .event_current_title {
        float: left;
        width: 85% !important;
    }

    .page-template-dtp-signin-php .login-container {
        padding: 30px 20px;
        width: 100%;
    }

    .login-form-wrapper ul.social-media-login li {
        margin-bottom: 15px;
        max-width: 250px;
        width: 100%;
    }

    .featured_itinerary_heading_container .single-blog {
        text-align: center;
    }

    .dtp-category-banner.display .search-container {
        padding: 0 10px;
    }

    .post-type-archive-event-venue .dtp-cp-title {
        max-width: 380px;
    }

    .post-type-archive-event-venue .event-map .gm-style-iw.gm-style-iw-c button {
        background-color: rgb(58 67 70) !important;
        top: 11px;
        left: 15px;
    }

    /* Event Page */
    .page-template-dtp-events .dtp-category-custom-container.sec2 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    #map-carousel .dtp-carousel-inner-right {
        padding: 15px 22px;
    }

    .image_caption_overflow-left figcaption.widget-image-caption.wp-caption-text {
        left: -9%;
    }

    .image_caption_overflow-right figcaption.widget-image-caption.wp-caption-text {
        right: 0%;
    }

    .city_map_category_container {
        padding-left: 120px;
    }

    /* Event Venue */
    .venue-inner-container .dtp-column.version1 .dtp-image-container {
        height: 175px;
        width: 100%;
    }

    /* Event Venue Map */
    .post-type-archive-event-venue .suggestions.no-result li {
        width: 100%;
        padding: 20px 0 0 !important;
    }

    /* Conference Inner */

    /* .single-conference-centre .dtp-column.c75{
        padding: 0 22px;
    } */

    .dtp-gallery .slider-sec,
    .dtp-gallery .slider-nav {
        margin: 0 -22px;
    }

    .dtp-gallery .slider-nav img {
        width: 87px;
        height: 87px;
        padding: 0 2px;
    }

    .slider-sec img {
        height: 362px;
    }

    .advert-inner::before {
        left: 125px;
    }

    .upcoming-events-home {
        padding: 0 9px;
    }

    .dtp-latestBlog .info-con {
        width: 100%;
        max-width: 270px;
    }

    .dtp-latestBlog {
        width: 100%;
    }

    .contact_banner {
        overflow: hidden;
    }

    /* Author Section */
    .single-blog .dtp-user-top,
    .single-blog .dtp-user-bottom {
        padding: 25px;
        border: 1px solid #D7E1E7;
        border-radius: 15px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.05);
        margin-bottom: 35px;
        max-height: 100%;
    }

    .single-blog .dtp-user-top {
        flex-wrap: wrap;
    }

    .single-blog .dtp-user-top .dtp-user-image {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .single-blog .dtp-user-details {
        width: 100%;
        margin: 0;
    }

    .dtp-user-details .dtp-ud-name h1 {
        font-size: 20px;
    }

    .dtp-user-details .dtp-ud-pos p {
        font-size: 14px;
    }

    .dtp-user-details .dtp-ud-about p {
        margin: 0;
    }

    .dtp-user-bottom .dtp-user-container {
        display: block;
    }

    .dtp-user-bottom .dtp-r-article {
        width: 100%;
    }

    .dtp-user-bottom .dtp-r-article:not(:last-child) {
        padding-bottom: 15px;
    }

    .dtp-user-bottom .dtp-ra-body {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }

    .dtp-user-bottom .dtp-ra-body div {
        width: 100%;
    }

}

@media screen and (max-width: 425px) {
    .event-map .gm-style-iw.gm-style-iw-c {
        width: 320px;
    }

    .event-map .card img {
        width: 120px;
    }

    .event-map .card .card-bottom {
        padding: 26px 15px 0;
    }
}

@media screen and (max-width: 375px) {
    .dtp-column.upcoming-events-hp .date-value p {
        font-size: 15px;
    }

    .contact-us-btn span {
        width: 80px;
    }

    .my-hidden-btn span {
        width: 220px;
    }
}

@media screen and (max-width: 285px) {
    .dtp-column.upcoming-events-hp {
        margin-bottom: 70px;
    }
}