/* 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;
}
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.sticky-on-scroll .elementor-container.elementor-column-gap-no {
    min-height: 70px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #97979712;
} */
#stickyheaders .mi_submenu {
    padding-top: 10px;
}
/* #stickyheaders .jet-menu div.jet-sub-mega-menu {
    margin-top: 25px;
} */
/* 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%;
}
/* 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);
}
.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 */
/* .spost-openinghr.spost-pricing ul li:after{
    content: "";
    border-right: 1px solid rgba(151,151,151,0.25);
    position: absolute;
    top: 0;
    right: 0%;
    width: 1px;
    height: 100%;
} */
#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 */
.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;
}
.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;
}
.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 {
    color: #788184;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}
.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 */
body.page-template-dtp-category .container-fluid .dtp-category-banner{
    margin: 0 -20px;
}
.dtp-category-featuredimage {
    min-height:510px;
    background-color:#f2f2f2;
    position: relative;
}
.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;
}
.dtp-category-details {
    position: absolute;
    top: 67%;
    z-index: 999;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    left: 35%;
    transform: translate(-50%, -50%);
}
.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;
}
.dtp-category-details h1{
    color: #FFFFFF;
    font-family: 'chin_up_buttercup';
    font-size: 90px;
    letter-spacing: 0;
    font-weight:300;
    line-height: 89px;
    text-shadow: 0 2px 4px 0 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{
    color: #3A4346;
    font-size: 34px;
    font-weight: 900;
    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: 25px;
    border-bottom: 1px solid rgba(155,155,155,0.25);
}
.dtp-cp-search {
    max-width: 455px;
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
}
.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,
body.home .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: 15px;
    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.page-template-dtp-events .dtp-category-banner {
    margin-left: -20px;
    margin-right: -20px;
}
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,
body.page-template-dtp-events .dtp-cp-search {
    max-width: unset;
    width: 80%;
}
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{
    margin-left: -15px;
    margin-right: -15px;
}
body.page-template-dtp-single-event .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-bottom: 35px;
    margin-top: 10px;
    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 {
    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;
}
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;
    border: 1px solid #788184;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 7px 15px;
}
.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{
    background-color: #F9C931;
    border: 1px solid #F9C931;
}
.map-buttons ul li a.book-tickets: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 */
.my-bg-overlay {
    min-height: 350px;
}
/* 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: 60%;
    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;
}
.dtp-column.version1 .dtp-image-container img {
    transition: transform .4s;
}
.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%;
}
.bloginnercontainer {
    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 15px;
    margin-bottom: 35px;
}
.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 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 {
    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;
}
/* 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{
    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 .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-category-banner {
    margin-left: -20px;
    margin-right: -20px;
}
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 {
    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;
}
#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;
}
/* 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;
} */
@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: 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, body.page-template-dtp-events .dtp-cp-search{
        max-width: 650px;
    }
    body.page-template-dtp-events .dtp-event-daterange, body.home .dtp-event-daterange {
        margin-left: 0;
    }
}
@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%;
    }
}
@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;
    }
}
@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;
    }
}
@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, body.page-template-dtp-events .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 (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;
    }
}
@media screen and (max-width: 767px){
    .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-weight: 300;
        letter-spacing: 0;
        line-height: 30px;
    }
    .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 {
        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 8px 8px 8px;
    }
    body.elementor-page-2486 .dtp-cp-search, body.page-template-dtp-events .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;
    }
}

@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;
    }
}
@media screen and (max-width: 595px){
    .recomendation.owl-carousel .owl-nav, .my-favourites .owl-carousel .owl-nav {
        display: none;
    }
}

@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;
    }
}
@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;
    }
}
@media screen and (max-width: 375px){

}