@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 1320px !important;
    }
}

/** ADDITIONAL CSS FOR JOOMLA 5 ***/
#sp-top-bar a,
#sp-top-bar .dj-megamenu-modern li a.dj-up_a{
  color: #00833e;
}
.listing-summary .mt-ls-header h3{
    font-size: 20px;
}
.listing-summary .address {
    font-size: 16px;
}
.mt-ls-field-focus {
    font-size: 18px;
}
.mt-ls-style-2 .mt-ls-fields, .mt-ls-style-8 .mt-ls-fields{
  padding-bottom:4px;
}
.mt-ls-field{
  font-size:16px;
  line-height:1.2;
}
.mt-ls-style-2 .listing-summary .mt-ls-fields-misc .mt-ls-field, .mt-ls-style-8 .listing-summary .mt-ls-fields-misc .mt-ls-field {
    margin-bottom: 4px;
}
.tourism-blog-items .article-header h2 a{
  font-size:20px;
}
.tourism-blog-items .article-header h2{
  margin-bottom:10px;
}
.tourism-blog-items .featured-article-badge{display:none;}
/** END ***/
div[id*="field-38-link"].mfieldtype_mweblink,
div[id*="field-39-link"].mfieldtype_mweblink{
	display: inline-block;
	width: 65px;
}
.shop-service .mt-ls-style-2 .listing-summary img.image-left{
  height: 220px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #ddd;
}
.vid-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom:30px;
}
.gtranslate_wrapper a:first-of-type:after {
    content: " | ";
    font-weight: 400;
}
.explore-business-heading #mod-custom375 {
    height: 320px;
    background-size: cover;
    background-position: right;
    margin-top: 68px;
}
.explore-business-heading #mod-custom375 .ebl,
.explore-business-heading #mod-custom375 .ebl a{
  width:100%;
  height:100%;
  display:block;
}


/*** MONTH CALENDAR ***/
.tc-events .jeventpage.tc-events #jev_maincal.jev_listview {
    border: 0px solid #bbb;
}
.tourist a.cal_titlelink:link, .tourist a.cal_titlelink:visited, .tourist a.cal_titlelink:hover{font-size:14px;}
.jevdaydata a.cal_daylink:link, .jevdaydata a.cal_daylink:visited, .jevdaydata a.cal_daylink:hover{
  font-size:15px;
  font-weight:normal;
}
#jevents_body .jev_underlay .jev_underlay_daynum_today div {
    background-color: rgba(238,238,238,0.5);
}
.view-all-events{
    margin: 25px auto 25px !important;
    width: 100% !important;
}
.view-all-events .submit-line2 a.btn{
    color: #fff;
    font-size: 40px;
    font-family: "Inter";
    font-weight: 700;
}
.view-all-events .submit-line2 a.btn:hover{
  border-bottom:1px solid #fff;
}

/* Then style the iframe to fit in the container div with full height and width */
.vid-container .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/** NEW BLOG LAYOUT **/
	.outerdiv
	{
		width: 100%;
	    background: #EDF2F8;
		background: #fff;
	    display: flex;
	    align-items: flex-start;
	    justify-content: flex-start;
	}
	.innerdiv
	{
		margin: 1rem;
		display: grid;
		grid-gap: 1.5rem;
		grid-template-rows: repeat(2,410px);
		grid-template-columns: repeat(4,23%);
	}
	.eachdiv
	{
	    border-radius: 0.8rem;
	    box-shadow: 5px 5px 20px #6d6b6b6b;
	    color: white;
	}
	.div1
	{
		background-color: #95b284;
	    grid-column: 1/3;
	    grid-row: 1/2;
		display:flex;
	}
	.div1 .userdetails{
		order:2;
		width:50%;
	}
    .div1 .userdetails a,
	.div2 .userdetails a,
	.div3 .userdetails a,
	.div4 .userdetails a,
	.div5 .userdetails a,
	.div6 .userdetails a{
		display:block;
		width:100%;
    }
	.div1 .userdetails div{
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		width:100%;
		height:100%;
		border-radius: 0 0.8rem 0.8rem 0;
	}
	.div1 .review{
		width: 50%;
		background: #95b284;
		height: 100%;
		display: flex;
	    flex-direction: column;
	    justify-content: center;
		border-radius: 0.8rem 0 0 0.8rem;
	}
	.div1 .review .review-text{
		padding:1rem 2rem 0;
	}
	.div2
	{
		background-color:#f0545a;
	    grid-column: 3/4;
	    grid-row: 1/2;
	}
	.div2 .userdetails div{
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		width:100%;
		height:250px;
		border-radius: 0.8rem 0.8rem 0 0;
	}

	.div2 .userdetails{
		width:100%;
		border-radius: 0.8rem 0.8rem 0 0;
	}
	.div1 .review .review-text,
	.div2 .review .review-text,
	.div3 .review .review-text,
	.div4 .review .review-text,
	.div5 .review .review-text,
	.div6 .review .review-text{
		padding: 0.5rem 2rem 0;
	}
	.div3
	{
		background: #fffdec;
	    grid-column: 4/5;
	    grid-row: 1/2;
	    color: black;
	}
	.div3 .userdetails div{
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		width:100%;
		height:250px;
		border-radius: 0.8rem 0.8rem 0 0;
	}
	.div3 .userdetails{
		width:100%;
		border-radius: 0.8rem 0.8rem 0 0;
	}
	.div4
	{
		background: #fffdec;
		grid-column: 1/2;
	    grid-row: 2/3;
	    color: black;
	}
	.div4 .userdetails{
		width:100%;	
	}
	.div4 .userdetails div{
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		width:100%;
		height:250px;
		border-radius: 0.8rem 0.8rem 0 0;
	}
	.div5
	{
		background: #f9a649;
		grid-column: 2/3;
	    grid-row: 2/3;
	    color: black;
	}
	.div5 .userdetails{
		width:100%;		
	}
	.div5 .userdetails div{
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		width:100%;
		height:250px;
		border-radius: 0.8rem 0.8rem 0 0;
	}

	.div6
	{
		background: #7ebcb2;
		grid-column: 3/5;
	    grid-row: 2/3;
		display:flex;
	}
	.div6 .userdetails{
		width:100%;
		order:0;
	}
	.div6 .review{
		width: 50%;
		background: #7ebcb2;
		height: 100%;
		display: flex;
	    flex-direction: column;
	    justify-content: center;
		border-radius: 0.8rem 0.8rem;
	}
	.div6 .userdetails div{
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
		width:100%;
		height:100%;
		border-radius:  0.8rem 0 0 0.8rem;
	}
	.userdetails
	{
		display: flex;
	}

	.review h4
	{
		font-size: 20px;
		color: #FFF;
	    font-weight: 600;
	    line-height: 1.2;
	    margin-bottom: 0.4rem;
		margin-top:0.2rem;
	}
	.review.dark h4{
		color:#4B5258;
	}

	@media only screen and (max-width: 1000px)
	{
		.innerdiv
		{
			grid-gap: 1.25rem;
			grid-template-rows: repeat(4,310px);
			grid-template-columns: repeat(2,47%);	
		}
		.div1{
			grid-column: 1/3;
			grid-row: 1/2;
		}
		.div2{
			grid-column: 1/2;
			grid-row: 2/2;
		}
		.div3 {
			grid-column: 2/3;
			grid-row: 2/2;
		}
		.div4{
			grid-column: 1/3;
			grid-row: 3/3;
			display:flex;
		}
		.div5{
			grid-column: 1/2;
			grid-row: 4/4;
			display:block;
		}
		.div6{
			grid-column: 2/3;
			grid-row: 4/4;
			display:block;
		}
		.div2 .userdetails div,
		.div3 .userdetails div,
		.div5 .userdetails div,
		.div6 .userdetails div
		{
			height:220px;
		}
		.div4 .userdetails div{
			height:100%;
			border-radius: 0.8rem 0 0 0.8rem;
		}
		
		.div3 .userdetails,
		.div5 .userdetails{
			width: 100%;			
		}
		.div3 .review{
			width:100%;
		}
		.div4 .userdetails {
		    order: 0;
		    width: 50%;
			height:100%;
		}
		.div4 .review {
		    width: 50%;
		    height: 100%;
		    display: flex;
		    flex-direction: column;
		    justify-content: center;
		    border-radius: 0.8rem 0 0 0.8rem;
		}
		.div5 .review {
			width:100%;
			height:auto;
		}
		.div6 .review{
			width:100%;
			height:auto;
		}
		.div6 .userdetails div{
			border-radius: 0.8rem 0.8rem 0 0;
		}
		.div1 .review .review-text, .div2 .review .review-text, .div3 .review .review-text, .div4 .review .review-text, .div5 .review .review-text, .div6 .review .review-text {
		    padding: 0.25rem 2rem 0;
	}
      .review h4
	{
		font-size: 18px;
      }
}
	@media only screen and (max-width: 767px)
	{
		.div1,
		.div5 {
			background-position-x: 0rem;
		}
		.innerdiv
		{
			display: flex; 
			flex-direction: column;
			transform: scale(1);
			margin: 2rem;
			margin-bottom: 5rem;
		}
		.div1, .div2, .div3, .div4, .div5{
			display:flex;
			flex-direction:column;
		}
		.div1 .userdetails,
		.div2 .userdetails,
		.div3 .userdetails,
		.div4 .userdetails,
		.div5 .userdetails{
			width:100%;
			height:220px;
		}
		.div1 .userdetails div,
		.div2 .userdetails div,
		.div3 .userdetails div,
		.div4 .userdetails div,
		.div5 .userdetails div{
			border-radius: 0.8rem 0.8rem 0 0;
		}
		.div1 .review,
		.div5 .review{
			display:block;
			padding:0;
			width:100%;
			border-radius: 0 0 0.8rem 0.8rem;
		}
		.div1 .review h4,
		.div2 .review h4,
		.div3 .review h4,
		.div4 .review h4,
		.div5 .review h4,
		.div6 .review h4{
			padding: 8px 0.8rem 0;
		}
		
		.div3 .review{
			width:100%;
			padding:0;
		}
		.div1 .userdetails,
		.div5 .userdetails{order:1;}
		.div1 .review,
		.div5 .review{order:2;}
		.div4 .review {
		    width: 100%;
		}
		.review .review-text {
		    padding: 0rem 2rem 0.5rem !important;
		}
	}
/** END OF NEW BLOG LAYOUT **/
/** Moset Tree **/
#listing h1,
.mt-page-category-style-2 .mt-page-category .mt-category-header-title-desc h1,
h2 .subheading-category,
.mt-listings.mt-ls-style-2 h1.contentheading,
.article-details .article-header h1,
.jev_evdt_title.tourism h2{
  font-weight: bold;
  margin: 0 0 8px 0;
  font-family: 'Arial';
    color: #333;
}
#listing .images{margin-bottom:10px;}
.mt-ls-style-3 .listing-summary .summary-view-fields .caption{font-weight:bold;}

#sp-header{
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
}
.mt-ls-style-2 .listing-summary{
  padding:0 4px;
  line-height:1.3;
}

.beige-bkgd{
  background-color:#cfcdbf;
  overflow:hidden;
}
.beige-bkgd.listing img{
    object-fit: cover;
    object-position: center;
    width: 100%;
}


@media (max-width: 991px){
.listing.beige-bkgd .col-md-8 img{
    max-height: 80px;
    width: auto;
  }
  .listing.beige-bkgd .col-md-8 h4,
  .listing.beige-bkgd .col-md-8 p{
    font-size:13px !important;
    line-height:1.6;
    margin:0;
  }
  .listing.beige-bkgd .col-md-8 .col-md-12:first-of-type{
    padding-top: 20px;
  }
  .listing.beige-bkgd .col-md-8 .col-md-12:last-of-type{
    padding-bottom: 20px;
  }
  .listing.beige-bkgd .col-md-8 .col-md-12{
    margin-left: 20px;
  }
}

/** Village Navigation **/
.towns .pagenavigation .pagination{
  display:flex;
  justify-content:space-between;
}
.towns .pagenavigation .pagination a.btn span.visually-hidden{
  	position: relative!important;
    width: auto!important;
    height: auto!important;
    padding: 0!important;
    margin: 0px!important;
    overflow: auto !important;
}
.towns .pagenavigation .pagination a.btn.previous span.visually-hidden:before{
  content:"\f053";
  font-family: "Font Awesome 5 Free"; 
  font-weight:600;
}
.towns .pagenavigation .pagination a.btn.next span.visually-hidden:after{
  content:"\f054";
  font-family: "Font Awesome 5 Free"; 
  font-weight:600;
}
.towns .pagenavigation .pagination a.btn span[aria-hidden='true']{display:none;}



/** MENU **/
.resize-explorelogo{
    	width: 170px !important;
    	margin-right: 60px;
      	display:block;
	}

.dj-offcanvas-open .dj-offcanvas {
    z-index: 99999 !important;
}
body.ltr #sp-logo #offcanvas-toggler.offcanvas-toggler-left{display:none !important;}
.sp-module.resize-explorelogo{
  	position: static;
    top: 0;
    z-index: 999;
}
#dj-megamenu216mobile.dj-megamenu-offcanvas-light .dj-mobile-open-btn,
#dj-megamenu216mobile.dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover,
#dj-megamenu216mobile.dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus{background-color:transparent !important;}
.dj-mobile-open-btn.active .dj-mobile-open-icon, .dj-megamenu-select-light .dj-mobile-open-btn:focus, .dj-megamenu-select-light:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus, .dj-megamenu-accordion-light .dj-mobile-open-btn:hover, .dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
    background: transparent !important;
    color: #00833e;
}
#dj-megamenu216mobile.dj-megamenu-select-light .dj-mobile-open-btn:focus, #dj-megamenu216mobile.dj-megamenu-select-light:hover .dj-mobile-open-btn, #dj-megamenu216mobile.dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, #dj-megamenu216mobile.dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus, #dj-megamenu216mobile.dj-megamenu-accordion-light .dj-mobile-open-btn:hover, #dj-megamenu216mobile.dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
    color: #00833e !important;
}
#sp-top1{display:block !important;}
#sp-top2.col-lg-6{
    flex: 0 0 auto !important;
    width: 50% !important;
}
#mod-custom340{padding-top:5px;}

#sp-header{
  box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 15%);
}
#dj-megamenu216mobile.dj-megamenu-offcanvas{
  text-align:right;
}
.dj-megamenu-clean li.logo a.dj-up_a .dj-icon {
    max-height: 74px !important;
}
#sp-logo{display:none;}

/** Submit Event Header **/
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
.subevent .custom{
  height:295px;
  text-align:center;
  position:relative;
  margin-top:75px;
}
.subevent .custom .row{
  align-items:center;
}
.subevent .custom .row .ban-img-left,
.subevent .custom .row .ban-img-right{
  background-size:cover;
  background-repeat:no-repeat;
  height:295px;
}
.subevent .custom .row .ban-img-left{
  background-position:right;
}
.subevent .custom .row h2{
  font-family: zooja-pro,sans-serif, cursive;
    font-size: 86px;
    display: flex;
    align-items: center;
    margin: auto;
    width: 390px;
    justify-content: space-evenly;
    color:#000;
}
.subevent .custom .row h2 span{
  font-size:20px;
  font-family:'Helvetica', sans-serif;
  font-weight:400;
  margin-top:-10px;
}
.subevent .custom .row p{
 padding: 15px;
  height: 50px;
  background: #1a1c18;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  font-family: helvetica;
  text-transform: uppercase;
  color: #dddeda;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 767px) {
  .subevent .custom .row .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .subevent .custom .row .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .subevent .custom,
  .subevent .custom .row .ban-img-left{
    height: 195px;
  }
  .subevent .custom .row h2{
    font-size: 50px;
    width: 285px;
  }
  .subevent .custom .row p{
    font-size: 14px;
    max-width: 375px;
  }
}

/** JEvents Content Bottom Add Event **/
.sp-module.add-event-link{
  	background: #26547c;
    padding: 30px;
  	margin: 0 auto 25px;
    width:85%;
}
.sp-module.add-event-link .col-md-8 p{
  color:#fff;
}
.sp-module.add-event-link .col-md-8 button.btn-submit{
    border-color: #00833e;
    background-color: #00833e;
    margin-top:20px;
}
.sp-module.add-event-link .col-md-8 button.btn-submit:hover{
  background-color: #B9E3C6;
}
.sp-module.add-event-link .col-md-8 button.btn-submit a{
  color:#fff;
}
.sp-module.add-event-link .col-md-8 button.btn-submit:hover a{
  color:#000;
}
.sp-module.add-event-link .col-md-8 p.submit-line1, 
.sp-module.add-event-link .col-md-8 p.submit-line3 {
    font-size: 1.2em;
    margin-bottom: 8px;
}
.sp-module.add-event-link .col-md-8 p.submit-line2 {
    font-size: 3.5em;
    font-family: "oswald";
    line-height: 1em;
    margin: 0;
}

/** Hide certain taxonomy in search results **/
.result__taxonomy-item.result__taxonomy--Author,
.result__taxonomy-item.result__taxonomy--Language,
.result__taxonomy-item.result__taxonomy--Ages,
.result__taxonomy-item.result__taxonomy--Filter,
.result__taxonomy-item.result__taxonomy--Accepts,
.result__taxonomy-item.result__taxonomy--Offering,
.result__taxonomy-item.result__taxonomy--Trail,
.result__taxonomy-item.result__taxonomy--Park,
.result__taxonomy-item.result__taxonomy--Property{
  display:none;
}

/** Social Links **/
#sp-bottom4 .social-links a{color:#fff;}

/** Accordion Default Override **/
.sppb-addon-accordion .sppb-panel-default{
	background: rgba(0, 131, 62, 0);
    border-color: #00833E;
    border-width: 0px 0px 0px 5px;
    border-style: solid;
    border-radius: 5px;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
.sppb-panel-group>.sppb-panel.sppb-panel-default:first-child {
    border-top-width: 0px;
}
.sppb-addon-accordion .sppb-panel-default .sppb-panel-heading{
  	background: rgba(0, 131, 62, 0.12);
    color: #000;
    letter-spacing: 0px;
    padding: 10px 15px;
    font-weight: 500;
}
.sppb-addon-accordion .sppb-panel-default .sppb-panel-heading:hover{
  background: rgba(0, 131, 62, 0.32);
}
.sppb-addon-accordion .sppb-panel-default .sppb-panel-heading .sppb-panel-title {
    font-size: 16px;
    font-weight: 500;
}
.sppb-addon-accordion .sppb-panel-default .sppb-toggle-direction{
    color: #000;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
}
.sppb-addon-accordion .sppb-panel-default .sppb-panel-body {
    border-color: #ddd;
    border-width: 0px 1px 1px 1px !important;
    border-style: solid;
    border-radius:0 0 5px 0;
}


/** End of Accordion Default Override **/

/** Guide Book Link **/
.guidebook #edocman-categories .edocman-box-heading, 
.guidebook #edocman-documents .edocman-box-heading, 
.guidebook #edocman-document-page .edocman-box-heading,
.guidebook #edocman-categories .edocman-description, 
.guidebook #edocman-documents .edocman-description, 
.guidebook #edocman-document-page .edocman-description{
  background-color:transparent;
  background-image:none;
  border-width:0;
}
.guidebook .edocman-document-property-value{border-right:1px solid #ddd !important;}
.guidebook .edocman-description{
  display:flex;
  flex-direction:column;
}
.guidebook .edocman-description .edocman-description-details{
  display:flex;
  align-items:center;
  order:1;
}
.guidebook .edocman-taskbar{order:2;}
.guidebook #edocman-document-info{order:3;}
.guidebook #edocman-document-info .table{
  max-width:500px;
  width:100%;
}
.guidebook .edocman-description .row{order:4;}
/** Places to Eat images **/
/* rec directory */
.mt-page-category-style-2 .mt-page-category.mt-template-tourism .mt-category-header-card{
  background-position:center;
  height:320px;
}
.mt-template-tourism .mt-category-subcats .mt-category-subcats-item a {
  	background-size:cover;
    background-position:center;
  	color:#fff;
    height:200px;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0;
    padding: 10px 0 0 10px;
    text-shadow: 1px 1px 4px #000;
    text-decoration:underline;
    text-align:left;
}
.mt-template-tourism .mt-category-subcats .mt-category-subcats-item a small{display:none;}
.mt-template-tourism .mt-category-subcats .mt-category-subcats-item a[href$="bakeries-cafes"] {
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(117, 19, 93, 0.03)), url(/images/eateries/bakeries.jpg);
}
.mt-template-tourism .mt-category-subcats .mt-category-subcats-item a[href$="catering-home-businesses"] {
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(117, 19, 93, 0.03)), url(/images/eateries/catering.jpg);
}
.mt-template-tourism .mt-category-subcats .mt-category-subcats-item a[href$="fast-food"] {
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(117, 19, 93, 0.03)), url(/images/eateries/fast-food.jpg);
}
.mt-template-tourism .mt-category-subcats .mt-category-subcats-item a[href$="fine-casual-dining"] {
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(117, 19, 93, 0.03)), url(/images/eateries/fine-dining.jpg);
}
.mt-template-tourism .mt-category-subcats .mt-category-subcats-item a[href$="food-trucks"] {
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(117, 19, 93, 0.03)), url(/images/eateries/food-truck.jpg);
}
.mt-template-tourism .mt-category-subcats .mt-category-subcats-item a[href$="take-out-delivery"] {
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(117, 19, 93, 0.03)), url(/images/eateries/take-out.jpg);
}




a{
  color:#00833e;
}
h1,h2{
  	font-family: zooja-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.article-header h2{
  font-family:'Helvetica', sans-serif;
  font-size: 1.375rem !important;
  font-weight: bold !important;
}
.article-header h2 a{
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height:1.2 !important;
}

#sp-main-body {
    padding: 40px 0;
}
.breadcrumb{display:none;}

#sp-left.col-lg-4 {
    flex: 0 0 auto;
    width: 30.0%;
}
.width-30 .mod-menu.mod-list.nav.flex-column li{
  border-bottom: 1px solid #ddd;
  padding-left: 15px;
}
.width-30 .mod-menu.mod-list.nav.flex-column li:hover,
.width-30 .mod-menu.mod-list.nav.flex-column li.active{
  background:#e5ebef;
  border-left: 5px solid #26547B;
}


/** TOURISM BLOG **/
.mod_mt_listings.cards .listing-card{
  flex-direction: column;
}

.blog-me.pb-100 {
	padding-bottom: 100px;
}
.blog-me.pt-100 {
	padding-top: 100px;
}
.blog-me.mb-100 {
	margin-bottom: 100px;
}
.blog-me a {
	text-decoration: none;
	color: #333;
	-webkit-transition: .4s;
	transition: .4s;
}
.blog-me .section-title {
	position: relative;
}
.blog-me .section-title p {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}
.blog-me .section-title h4 {
	font-family: zooja-pro,sans-serif;
    font-weight: 400;
    font-size: 70px;
    font-style: normal;
    text-transform: capitalize;
    color: #000;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.blog-me .blog-img {
	position: relative;
}
.blog-me .blog-img img {
	width: 100%;
  	height: 250px;
    object-fit: cover;
    object-position: center;
}
.blog-me .post-category a {
	display: inline-block;
	background-color: #FF7200;
	color: #fff;
	font-size: 15px;
	padding: 5px 20px;
}
.blog-me .single-blog:hover img {
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
}
.blog-me .post-category {
	position: absolute;
	left: 0;
	bottom: 0;
}
.blog-me .blog-content {
	padding: 30px 20px;
}
.blog-me .single-blog {
	border: 1px solid #eee;
}
.blog-me .blog-title h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.blog-me .meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-me .meta {
	margin-bottom: 20px;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.blog-me .blog-content a.box_btn {
    background-color: #faa74a;
    color: #ffffff;
    margin: 0px;
    border: 2px solid #faa74a;
    border-radius: 30px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.25;
    transition: all .15s ease-in-out;
}
.blog-me .blog-content a.box_btn:hover {
    background-color: #ffffff;
    color: #faa74a;
}
.blog-me a.box_btn::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #CC5B00;
	left: -100%;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
}
.blog-me a.box_btn {
	overflow: hidden;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	text-decoration:none;
}
.blog-me a.box_btn:hover::before {
	left: 0;
	z-index: -1;
}
.blog.tourism-blog-items .article-intro-image img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}
.blog.tourism-blog-items .article .article-body{padding:0;}
.blog.tourism-blog-items .article-list .article .article-header h2 a{
  font-size:20px;
  line-height:1.2;
  font-weight:600;
}

/** Towns and Hamlets **/
.blog.towns .articles-leading img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
}
.blog.towns .article-list .article .article-intro-image img{
  	width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}
.article-details.towns .article-full-image.float-left{
  	float: left;
    width: 300px;
    margin-right: 30px;
}
.article-details.towns .mos-module{clear:both;}
.mos-module .mod_mt_listings.cards .listing-card{
  padding:0;
}
.mos-module .mod_mt_listings.cards .listing-card .media {
  padding:0;
}
.mos-module .mod_mt_listings .top-listing-thumb .img{
  border-radius:0.25rem 0.25rem 0 0;
}
.mos-module .mod_mt_listings .showmore{width:100%;}
.mos-module .mod_mt_listings .showmore a{
  width:200px;
}
/**  DJ Main Menu **/
/** REMOVE MODULE POSITION AT END OF MENU **/
.d-lg-flex.d-none.header-modules{display:none !important;}

.dj-megamenu .dj-up.first a.xplmenu span span{display:none;}
.dj-megamenu-clean li a.dj-up_a.xplmenu .dj-icon {
    margin: 0;
    max-height: 74px;
}
.dj-megamenu-clean.dj-megamenu-sticky,
#sp-header.header-sticky{background:#b8d874 !important;}
#sp-header .container .row{
	align-items: flex-end;
}
.dj-megamenu-clean li .dj-up_a{
  height:74px !important;
  line-height:74px;
}
.dj-megamenu-clean li a.dj-up_a > span{
  height:74px !important;
}
.dj-megamenu-clean .arrow{
    right: 5px !important;
    top: 53% !important;
}
.dj-megamenu-clean li:first-of-type .dj-up_a{
  padding-left:0;
}
.dj-megamenu-clean li:last-of-type .dj-up_a{
  padding-right:0;
}
.dj-megamenu-clean .dj-up_a .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3em;
  background-color: #00833e;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
.dj-megamenu-clean .dj-up .dj-up_a .title {
  overflow: hidden;
}

.dj-megamenu-clean .dj-up .dj-up_a .title::after {
  transform: scale(0);
  transform-origin: center;
}

.dj-megamenu-clean .dj-up .dj-up_a .title:hover::after,
.dj-megamenu-clean .dj-up .dj-up_a .title:focus::after,
.dj-megamenu-clean .dj-up.active .dj-up_a .title::after{
  transform: scale(1);
  opacity:1;
}
/**
.dj-megamenu li ul.dj-submenu > li > a {
    font-weight: bold;
}
.dj-megamenu-clean li ul.dj-submenu > li > a {
    font-size: 18px !important;
}
**/
.dj-megamenu-clean li ul.dj-submenu > li{list-style:none !important;}
.dj-megamenu-clean li ul.dj-submenu > li > a{
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 12px 20px !important;
    border-bottom: 1px solid #ddd !important;
    transition: all 0.3s ease;
}
.dj-megamenu-clean li ul.dj-submenu > li > a{position:relative;}
.dj-megamenu-clean li ul.dj-submenu li a:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 100%;
    background-color: #26547c;
    content: '';
    opacity: 0;
    transition: all 0.3s ease;
}
.dj-megamenu-clean ul.dj-submenu li a:hover:before,
.dj-megamenu-clean ul.dj-submenu li.current a.active:before{
    opacity: 1;
}
.dj-megamenu-clean ul.dj-submenu li:hover,
.dj-megamenu-clean ul.dj-submenu li.current{
    background:#e5ebef;
}
.dj-megamenu-clean ul.dj-submenu li:hover a, .dj-megamenu-clean ul.dj-submenu li.current a.active{
    text-decoration: none !important;
    padding: 12px 0 12px 30px !important;
    
}
.dj-megamenu-clean ul.dj-submenu li a:after{
  content:"\f054";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  font-size:12px;
  position: absolute;
  right: 14px;
  opacity: 0.5;
}
.dj-megamenu-clean li:hover a:after,
.dj-megamenu-clean li a.active:after{
  opacity:1;
}

#dj-megamenu213 li a.active{
  color:#26547c;
  font-weight:bold;
}
.dj-megamenu-clean li:last-of-type a{border-width:0 !important;}

.dj-megamenu-clean .dj-subwrap{
  	box-shadow:0 4px 4px rgb(0 0 0 / 25%)
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
/** DJ ECDEV MENU **/

#sp-header .offcanvas-toggler-left{
  margin-right:0 !important;
}

#sp-menu{padding:0;}
#sp-header .sp-module {
    margin-left: 0;
    width: 100%;
}
.dj-megamenu-clean{
  justify-content: space-between;
}
.dj-megamenu-clean li a.dj-up_a{
  padding:0 !important;
}

body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu{background:#fff;}


@media only screen and (min-width: 1400px){
.dj-megamenu-clean li a.dj-up_a{padding:0 12px !important;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.dj-megamenu-clean .dj-up_a.services{
  width:134px;
  line-height:1.2;
}
.dj-megamenu-clean .dj-up_a.culture{
  width:140px;
  line-height:1.2;  
}
.dj-megamenu-clean .dj-up_a.visit{
  width:124px;
  line-height:1.2;   
}
.dj-megamenu-clean .dj-up_a.invest{
  width:156px;
  line-height:1.2;  
}
.dj-megamenu-clean .dj-up_a.govern{
  width:152px;
  line-height:1.2;  
}
.dj-megamenu-clean .dj-up_a.services .arrow{
	right: 27px;
}
.dj-megamenu-clean .dj-up_a.culture .arrow{
	right: 23px;
}
.dj-megamenu-clean .dj-up_a.visit .arrow{
	right: 26px;
}
.dj-megamenu-clean .dj-up_a.invest .arrow{
	right: 28px;
}
.dj-megamenu-clean .dj-up_a.govern .arrow{
	right: 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dj-megamenu-clean .dj-up_a{line-height:1.2;}
  .dj-megamenu-clean .dj-up_a.services {
	width: 124px;
	padding: 0 10px;
	font-size:16px;
}
.dj-megamenu-clean .dj-up_a.services .arrow {
    right: 18px;
}
.dj-megamenu-clean .dj-up_a.culture {
    width: 125px;
	padding: 0 10px;
	font-size:16px;
}
.dj-megamenu-clean .dj-up_a.services .arrow {
    right: 18px;
}
.dj-megamenu-clean .dj-up_a.visit {
    width: 104px;
	padding: 0 10px;
	font-size:16px;
}
.dj-megamenu-clean .dj-up_a.visit .arrow {
    right: 18px;
}
.dj-megamenu-clean .dj-up_a.invest {
    width: 142px;
	padding: 0 10px;
	font-size:16px;
}
.dj-megamenu-clean .dj-up_a.invest .arrow {
    right: 18px;
}
.dj-megamenu-clean .dj-up_a.govern {
    width: 120px;
	padding: 0 10px;
	font-size:16px;
}
.dj-megamenu-clean .dj-up_a.govern .arrow {
    right: 6px;
}
}
@media only screen and (max-width: 991px){
  .dj-megamenu-clean{display:none !important;}
}

/** END OF DJ MENU **/


/*menu transparent*/
#sp-top-bar {
  padding:0;
  background-color:#b8d874;
}
#sp-top-bar li {
padding: 5px 0;
line-height: 20px;
}

#sp-top-bar .mod-menu {
margin:0;
line-height:26px;
padding-left:0;
}
#sp-top-bar #sp-top2 ul.mod-menu li {
display:inline;
padding-right:10px;
margin-left:0;
line-height:10px;
}
#sp-top-bar #sp-top2 ul.mod-menu li a{color:#333;}
#sp-top1 {
    padding: 0;
}
#sp-logo .logo{display:none;}

@media (max-width: 1023px) {
#sp-top1,
#sp-top2 {
text-align:center;
}
}

@media (min-width: 1024px) {
#sp-top1 {text-align:left;}
#sp-top2 {text-align:right;}
#sp-header {
top: 43px;
}
}

@media (min-width: 1024px) {
#sp-header {
	background-color: rgba(255,255,255,0.85) !important;
	border-bottom: 1px solid rgba(255,255,255,0.17);
}
}

@media (max-width: 1023px) {
#sp-header {
	background-color: #ffffff !important;
	border-bottom: 1px solid #232323);
}
}

#sp-header{
	height: 75px;
	left: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 99;
    position:absolute;
    box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 15%);
}
#sp-header .sp-megamenu-parent > li {
	line-height:85px;
	text-transform: uppercase;
	font-weight: 600;
}
#sp-header .sp-megamenu-parent > li a {
	color:#fff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	line-height:35px!important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items a {
	color:#717171!important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	color: #3ed1b7!important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding:0;
}
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	border-bottom: 1px solid #eee;
	padding: 5px 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
	border-bottom: 0px solid #eee;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	padding:5px 0;
}
/*fixed scroll header*/
#sp-top3{
line-height:80px;
text-align: right;
padding-right: 0;
}
#sp-top3 a {
color: #fff;
}
#sp-header .logo {
    height: 80px;
}

@media (min-width: 1024px) {
#sp-header.transparent {
	position: absolute;
}
}

@media (max-width: 1023px) {
#sp-header.transparent {
	position: relative;
}
}
#sp-header.transparent.header-sticky{
	transition: all 0.3s ease 0s;
	position: fixed!important;
    z-index: 9999;
	left: 0;
	top: 0;
}
#sp-header.transparent.header-sticky{
	background: rgb(34, 34, 34,0.99);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	height: 80px;
	opacity: 1;
	transition: all 0.3s ease 0s;
	position:relative;
	border-bottom: 1px solid #222;
}
#sp-header.transparent.header-sticky .sp-megamenu-parent > li > a {
	color: #fff;
	line-height: 80px;
}
#sp-header.transparent.header-sticky .logo {
	height:80px;
}
/*end fix scroll header*/

/*body*/
body {
	background:#fff;
	color:#717171;
	font-family: Roboto Slab;
	line-height:26px;
}
.article-details h3 {
color:#232323;
font-size: 1.4rem;
font-weight: 700;
}
/**/

/*title page*/
.reabsparen .sp-page-title{
    background: linear-gradient(86deg, rgba(165, 0, 251, 0.85) 0%, rgba(3, 69, 191, 0.86) 100%) transparent !important;
	padding: 180px 8% 90px 8%;
}
.sp-page-title-heading:before,
.sp-page-title-heading:after {
background-color: #f5f5f5;
content: "";
display: inline-block;
height: 1px;
position: relative;
vertical-align: middle;
width: 3%;
}
.sp-page-title-heading:before {right: 0.5em; margin-left: 0%;}
.sp-page-title-heading:after { left: 0.5em; margin-right: 0%;}
.sp-page-title-heading {
text-shadow: 5px 3px 2px #000000;
font-weight: 500;
font-size: 80px !important;
}
.sp-page-title{
	padding: 150px 9% 150px 9%;
	color: #f5f5f5;
	letter-spacing: -0.03em;
	line-height: 1.3;
	text-transform: none;
	text-align: center;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	width: 100%;
}

.sp-page-title {
    background: transparent;
}
.sppb-addon-social-share.sppb-social-share-style-simple ul {
    margin: 0;
}
.sp-page-title .sp-page-title-sub-heading {
    font-size: 16px;
}

@media (max-width: 980px) {
.sp-page-title {
    text-align: center!important;
}
}

@media (min-width: 576px) {
.social-right-top {
    float: right;
	padding-right: 8% !important;
}
}
@media (max-width: 575px) {
.social-right-top {
    float: left;
	padding-left: 11% !important;
}
}
/*menu sticky*/
#sp-header.transparent.header-sticky {
background-color: #2f2f2f !important;
border-bottom: 1px solid rgba(0,0,0,0.17);
z-index: 999;
}
/*end sticky*/

/*menu*/

.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-weight:500 !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 12px 0;
    cursor: pointer;
    text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
	content:"-";
	position:relative;
	padding-right:15px;
	transition: all 0.3s ease 0s;
	opacity:0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a:before {
	opacity:1;
	padding-right:15px;
	transition: all 0.3s ease 0s;
}
#offcanvas-toggler > .fa {
	line-height: 85px;
}
#offcanvas-toggler > .fa,
#offcanvas-toggler > .fa:hover {
    color: #fff;
}
/*blog*/
@media (min-width: 1024px) {
#sp-right.col-lg-4  {
flex: 0 0 30%;
max-width: 30%;
}
#sp-component.col-lg-8  {
flex: 0 0 70%;
max-width: 70%;
}
}


.article-list .article {
	background:#fff;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.03);
}
.article-header h2 a {
line-height:1.5;
}
.articles-more {
	display:none;
}
/**/
@-webkit-keyframes rotate {
	from {
	-webkit-transform: rotate(0deg);
	}
	to {
	-webkit-transform: rotate(359deg);
}
}
/**/
.featherlight {
	z-index:9999;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
	background: rgba(0,0,0,0.85);
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
	padding: 14px;
	background: #3ed1b7;
	border:1px solid #3ed1b7;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
	background: #3ed1b7;
	border:1px solid #3ed1b7;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15.5px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title {
	margin-bottom: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-description {
    width: 100%;
    float: none;
}
.sp-simpleportfolio .sp-simpleportfolio-meta {
    width: 100%;
    float: none;
    padding-left: 0px;
	margin-top:30px;
}
.sp-simpleportfolio .sp-simpleportfolio-description > h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 600;
	color:#252525;
}
.sp-simpleportfolio .sp-simpleportfolio-meta h4,
.sp-simpleportfolio .sp-simpleportfolio-meta h4 {
	text-transform: uppercase;
	color:#252525;
}
.sp-simpleportfolio .sp-simpleportfolio-img {
    width: 100%;
}
.btn-primary {
  text-transform: uppercase;
  padding:14px 32px;
  font-weight:600;
  font-size:15px;
  border-radius:3px;
}
.left .sp-simpleportfolio .sp-simpleportfolio-filter {
    text-align: left !important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
padding: 8px 16px;
border-radius: 3px;
transition: all 500ms ease 0s;
font-weight: 600;
background: #f2f2f2;
color: #727272;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
	background: #3ed1b7;
	color:#fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    background: #3ed1b7;
}
.featherlight .featherlight-content {overflow:hidden;}
.sp-simpleportfolio .sp-simpleportfolio-item {
    padding: 7.5px;
}

/*blog*/

.blog.towns .article .article-body {
	padding:30px;
	background:#fff;
	z-index:999;
}
.pager > li a{
	background:#fff;
	border: 1px solid #eee;
	color:#0e0e28;
}
.pager > li a:hover{
	background:#0e0e28;
	color:#fff;
	border: 1px solid #0e0e28;
}
.article-details .article-header h1, 
.article-details .article-header h2 {
color:#0e0e28;
}
.related-article-list-container .related-article-title {color:#0e0e28;}

.tags > li a:hover {
    background: #3ed1b7;
}
.tags > li a {
    background: rgba(150, 0, 110, 0.1);
    color: #3ed1b7;
}
.article-list .tags {
	display:none;
}
.article-info > span a:hover {
color: #3ed1b7;
}
/**/
#sp-footer .container-inner {
	border-top:1px solid #414141;
    padding: 2px 0;
    font-size:12px;
}
#sp-bottom .sp-module ul > li > a {
font-size: 16px;
font-weight: 400;
line-height: 27px;
color: rgba(255, 255, 255, 0.85);
}
#sp-footer {
	color:rgba(255, 255, 255, 0.85);
    font-size: 16px;
    text-align: center;
}
#sp-bottom .sp-module ul > li {
    margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px
}
/**/
/*shop*/
h2.product-title,
.product-price-container .sale-price {
	margin-left:15px;
}
h2.product-title a {
color: #252525;
display: block;
font-size: 20px !important;
font-weight: 500;
line-height: 28px;
margin: 20px auto 10px;
text-align: center;
text-transform: capitalize !important;
transition: all 500ms ease 0s;
height: 70px;
}
.product-price-container .sale-price {
color: #0e0e28;
font-size: 16px;
font-weight: 500;
}
.j2store-products-row .product-price-container .sale-price { text-align:center;}
.j2store-product-list .product-qty {display: none;}
.j2store-product-list .btn-primary{display: none;}
.j2store-cart-button.btn.btn-primary {
	background:#3ed1b7;
	border:1px solid #3ed1b7;
}
/**/
.image-cart {position: relative;}
.image-cart .j2store-addtocart-form {display: none;z-index:99;}

.image-cart .j2store-addtocart-form .btn-primary:hover {background:#3ed1b7;color:#fff;}
.image-cart .j2store-addtocart-form .btn-primary {
border-radius:0;
text-align: center;
background:#fff;
color:#3ed1b7;
border:0px;
padding:10px 30px;
}
.j2store-single-product2:hover .image-cart .j2store-addtocart-form {
display: block;
position: absolute;
top: 40%;
left:12.5%;
}
.j2store-single-product .j2store-mainimage {
height:400px;
margin-bottom:0px;
background: #fff;
}
.col-sm-6 .col-sm-6wh  {
background: #fff;
padding:30px;
}
.j2store-product-main-image {
margin-bottom: 0 !important;
}
.col-sm-6wh .sale-price {
margin-left: 0;
}
.product-sdesc p {
font-size: 18px;
line-height:29px;
color: #717171;
}
.j2store-product-list .j2store-mainimage::before {
background: rgba(19,29,51,0.30);
content: "";
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 9;
transition: all 0.3s ease!important;
}
.j2store-single-product2:hover .j2store-mainimage::before {opacity: 1;transition: all 0.3s ease!important;}

.j2store-single-product2 {background:#fff;margin-bottom:30px;padding:0 0 25px 0;transition: all 0.3s ease;border: 1px solid #eee; }
.j2store-product-images {border-bottom:1px solid #eee;}

#j2store_sortby {margin-bottom:20px;}
ul.additional-image-list {margin: 0px;padding: 0;background: #fff;}
.additional-image-list img:hover {border:1px solid #0e0e28; transition: all 0.3s ease-out 0s;}
.additional-image-list img {border:1px solid transparent; transition: all 0.3s ease-out 0s;}
ul.additional-image-list img {display: inline;}
#j2store-product-detail-tab {margin-top:10px;}
.img-cart {margin-top:-25px;}

.j2store-cart-button.btn.btn-primary {padding:10px 30px;border-radius:0;}
.product-qty input[type="text"], .product-qty input[type="number"] {border-radius:0;}
.product-qty input[type="number"] {padding: 10px 5px !important;vertical-align: middle;}

/**/
.upsell-product-title a {
color: #0e0e28 !important;
transition: all 0.3s ease !important;
font-size: 16px !important;
font-weight: 400;
}
.upsell-product .btn-primary {display: none;z-index:99;}

.upsell-product .btn-primary:hover {background:#3ed1b7;color:#fff;}
.upsell-product .btn-primary {
border-radius:0;
text-align: center;
background:#fff;
color:#3ed1b7;
border:0px;
padding:10px 30px;
}
.upsell-product:hover .btn-primary {
display: block;
position: absolute;
top: 40%;
left:18%;
}

.upsell-product-image::before {
background: rgba(19,29,51,0.80)!important;
content: "";
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 9;
transition: all 0.3s ease!important;
}
.upsell-product:hover .upsell-product-image::before {opacity: 1;transition: all 0.3s ease!important;}

.upsell-product {margin-bottom:50px;padding: 10px;transition: all 0.3s ease;border: 2px solid transparent; }
.upsell-product:hover {border: 2px solid #eee; transition: all 0.3s ease;}
.product-upsells-container h3 {
font-size: 22px!important;
color: #0e0e28;
font-weight: 400;
line-height: 1.2em;
text-transform: capitalize;
}
/**/

#sp-right .sp-module-title, #sp-left .sp-module-title{
font-size: 22px!important;
color: #0e0e28;
font-weight: 400;
line-height: 1.2em;
text-transform: capitalize;
}
#sp-right .sp-module:first-child {
margin-top:0px !important;
}
.folder a::before {
content: "\f114"!important;
font-family: "FontAwesome";
font-size: 16px;
left: 0!important;
line-height: 24px;
top: 14px;
color: #717171;
}
.folder a:hover::before {color:#3ed1b7!important;transition: all 500ms ease 0s;}
.folder a {
font-size: 16px!important;
font-weight: 400;
color: #717171;
position: relative;
transition: all 500ms ease 0s;
}
.folder li {padding:10px 0 6px 0;}
.folder a:hover {color:#3ed1b7!important;transition: all 500ms ease 0s;}

.j2store-search-product .btn-primary i {line-height:30px;}
.j2store-search-product .form-horizontal .btn-primary {
border: medium none;
color: #fff;
display: none;
height: 54px;
padding: 11px 0;
text-align: center;
transition: all 500ms ease 0s;
width: 50px;
border-radius:0;
float:right;
margin-right:-50px;
margin-top:-55px;
position:relative;
}
.j2store-search-product  input {
 background: #fff none repeat scroll 0 0;
border: 1px solid #f7f7f7;
color: #717171;
display: block;
font-size: 14px;
font-weight: 500;
height: 50px;
letter-spacing: 1px;
padding-left: 15px;
padding-right: 55px;
position: relative;
transition: all 500ms ease 0s;
width: 100%;
border-radius:0;
}
#sp-left .sp-module, #sp-right .sp-module {border: 0px solid #f0f0f0;}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {border-bottom: 0px solid #f0f0f0;}
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
border: 0px solid #f0f0f0;
margin: 0;
border-bottom: 0px solid #f3f3f3;
color: #252525 !important;
text-transform: uppercase !important;
font-weight: 500 !important;
font-size: 18px !important;
}
#sp-left .sp-module-title:before,
#sp-right .sp-module-title:before,
#sp-left .sp-module .sp-module-title:before , 
#sp-right .sp-module .sp-module-title:before {
    background: #3ed1b7;
    content: "";
    height: 24px; 
    position: absolute;
    width: 5px;
    z-index: 99;
    margin-left: 8px;
	margin-top: -2.5px;
	left: 1.9px;
}


div.bx-wrapper .bx-controls-direction a {
    color: #fff;
    background: #3ed1b7;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.bx-controls.bx-has-pager {
    top: 45%!important;
	position:absolute;
	opacity:0;
	transition: all 0.4s ease-in-out 0s;
}
.sppb-addon-articles-carousel:hover .bx-controls.bx-has-pager{opacity:1;transition: all 0.4s ease-in-out 0s;}
.bx-controls.bx-has-pager .bx-prev {position:absolute; left:97%;}
.bx-controls.bx-has-pager .bx-next {position:absolute; left:0!important;}

.simple-product .product-title  {
font-size: 24px;
font-weight: 400;
line-height: 1.4em;
color: #0e0e28!important;
}
 .view-carts .j2store-cart .row { display: block;}
/*din bottstrap*/
.product-ldesc h3 {
color: #717171;
font-size: 20px;
font-weight: 600;
}
.product-ldesc h4 {
color: #717171;
font-size: 18px;
font-weight: 600;
padding: 13px 0;
}
.product-ldesc {
border-bottom: 1px solid #f0f0f0;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
color: #717171;
font-size: 16px;
font-weight: normal;
line-height: 26px;
padding: 25px;
background:#fff;
}
.product-title a {
color: #252525;
font-size: 24px;
font-weight: 700;
line-height: 1.4em;
margin: 0 0 3px;
text-align: left;
}
.nav-tabs {padding-top: 100px;}

#j2store-product-detail-tab.nav-tabs > li a.active{
background:#3ed1b7;
border-bottom: 2px solid #ffffff;
border-radius: 5px 5px 0 0;
color:#fff;
}
#j2store-product-detail-tab.nav-tabs > li a {
background:#fff;
border-radius: 5px 5px 0 0;
color: #3d3d3d;
display: block;
float: left;
font-size: 15px;
font-weight: 600;
margin-right: 2px;
padding: 15px 30px;
text-transform: uppercase;
top: 1px;
border: 1px solid #f0f0f0;
}

#j2store-product-detail-tab.nav-tabs { border-bottom: 1px solid #f0f0f0;}
/**/
#j2store-checkout-content h1, #j2store-checkout-content h2 {
font-size: 22px;
color: #0e0e28;
font-weight: 400;
line-height: 1.2em;
text-transform: capitalize;
margin-top:20px;
}
#j2store-checkout-content .btn-primary {border-radius:0px; padding:12px 38px;}
.btn-primary {border-radius:0px;}
/*end shop*/
#sp-left .sp-module, #sp-right .sp-module  {padding: 10px 0px 10px 10px;margin-top: 10px!important;margin-left: 10px!important;}
.search input {
line-height: 28px;
padding: 10px 50px 10px 20px;
border: 1px solid #f0f0f0;
background: none;
display: block;
font-size: 16px;
width: 100%;
height: 50px;
font-weight: 400;
}

.categories-module li a {
font-size: 16px;
font-weight: 400;
padding-bottom: 12px;
color:#717171;
transition:all 0.3s ease;
}
.categories-module li:hover a {color:#3ed1b7;transition:all 0.3s ease;}

 .categories-module li:hover a::before {
color:#3ed1b7;
content: "-";
transition:all 0.3s ease;
padding-right: 14px;
}
 .categories-module li a::before {
transition:all 0.3s ease;
content: "-";
font-size: 14px;
line-height: 11px;
padding-right: 10px;
color: #717171;
}
 .categories-module li a,
 .categories-module li:hover a {
transition:all 0.3s ease;
}
.j2store-categories-module li a {
	font-size:16px;
	font-weight:400;
	color:#0e0e28;
}
.j2store-categories-module li:last-child {border-bottom: 0px solid #f0f0f0!important;}
.j2store-categories-module li {border-bottom: 1px solid #f0f0f0!important;}
.j2store-categories-module li:hover a::before {
color:#3ed1b7;
content: "-";
font-family: "FontAwesome";
transition:all 0.3s ease;
padding-right: 14px;
}
.j2store-categories-module li a::before {
transition:all 0.3s ease;
content: "-";
font-family: "FontAwesome";
font-size: 14px;
line-height: 11px;
padding-right: 10px;
color: #717171;
}
.j2store-categories-module li a,
.j2store-categories-module li:hover a {
transition:all 0.3s ease;
}
.tagscloud .tag-name{
border-radius:0!important;
padding: 4px 15px 4px;
margin: 0px 6px 10px 0px;
font-size: 16px;
text-transform: capitalize;
color: #717171!important;
font-weight: 400;
border: 1px solid #f0f0f0;
background:transparent!important
}
.tagscloud .tag-name:hover {background:#3ed1b7!important;border: 1px solid #3ed1b7;color: #fff!important;}
#sp-right .sp-module {
background:#fff;
padding:15px;
border: 1px solid #fff;
border-radius: 2px;
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.03);
margin-bottom: 30px;
}	

#sp-right {
border-left: 0px solid #f0f0f0;
padding: 0;
}
#sp-left {
border-left: 0px solid #f0f0f0;
padding: 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
font-size: 25px;
font-weight: 400;
color: #0e0e28;
}

/*travelador*/
.share-buttons li a {
display: inline-block;
border: #333 solid 1px;
width: 30px;
height: 30px;
color: #f9f9f9;
line-height: 30px;
font-size: 13.5px !important;
margin: 5px;
text-align: center;
transition: all 2s ease 0s;
}
.share-buttons .sociallinks li {display: inline-block;}
.share-buttons .sociallinks {
margin: auto !important;
display: block !important;
text-align: center;
background: #1f2024;
}
.share-buttons .sociallinks li a:hover {background:#f9f9f9; color:#1f2024;transition: all 2s ease 0s; border: #f9f9f9 solid 1px;}
.share-buttons {margin-top:-5px}
.sociallinks li {display: inline-block;}
.sociallinks {
margin: auto !important;
display: block !important;
text-align: center;
background: #fff;
/*padding-bottom:20px;*/
}
.padd20btn {padding-bottom:25px;}
.sociallinks li a:hover {background:#3ed1b7; color:#fff;transition: all 2s ease 0s;border: #3ed1b7 solid 1px; }
/**/
.sociallinks2 li {display: inline-block;}
.sociallinks2 {
margin: auto !important;
display: block !important;
text-align: center;
background: #222;
}
.sociallinks2 li a:hover {background:#3ed1b7; color:#fff;transition: all 2s ease 0s;border: #3ed1b7 solid 1px; }
/**/
.centerall {margin:auto;text-align:center; display:block;}

.sp-module.fwd {
padding:0px !important;
}
.btn-warning,
.btn-success {
text-transform: uppercase;
padding: 14px 32px;
font-weight: 600;
font-size: 15px;
}
.burger-icon > span {
background: #000 !important;
}

/** Take5Override **/
.a-la-une-text {
    position: absolute;
    z-index: 999;
    display: block;
    top:inherit!important;
    padding-right: 25px;
    padding-top:0px;
    padding-left: 20px;
    bottom:32px;
}
.a-la-une-text h4{
  font-size:20px;
  margin:0 !important;
}

.a-la-une img {
	height: 300px !important; 
	background: rgba(53, 53, 53, 0.35); 
	filter: brightness(0.8); 
	overflow: hidden; 
	z-index:-2 !important;
}
.col-md-4 .a-la-une-text {
    max-width: 220px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 23px;
    padding-left: 20px;
}

.una-col {
	position: relative;
	margin: 0 0 20px 0;
}

.text-white, .text-white a {
  color: #fff !important;
}

.una-col-flex ul {
  display: flex;
  flex-wrap: wrap;
  padding-left:0px;
}

.una-col-flex li {
  height: 59vh;
  flex-grow: 1;
  list-style: none;
  padding: 10px;
  position: relative;
}

.una-col-flex img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  height: 300px;
  filter: brightness(70%);
}
.col-md-4 .a-la-une-text .a-la-une.mod-articles-category-title h4{
  font-size:20px;
}
/** End of Take5Override **/

/* top menu adjust */
#sp-top1 {
  display: none;
}
#sp-top2.col-lg-6  {
    width: 100%;
}
.dj-megamenu.dj-megamenu-modern .dj-up.first{
  padding-bottom:0px !important;
}
.dj-megamenu-modern li a.dj-up_a,
.dj-megamenu-modern li a.dj-up_a > span{
  height:auto !important;
}
.dj-megamenu-modern li a.dj-up_a{
  padding: 8px 20px !important;
}
.dj-megamenu-modern li:last-of-type a.dj-up_a{
  padding-right:0 !important;
}
.dj-megamenu-modern li a.dj-up_a .dj-icon + span {
    margin-left: 5px !important;
}
.mt-ls-style-3 .parks .listing-summary .output ul{
  		display:flex;
        flex-wrap:wrap;
	}
    .mt-ls-style-3 .parks .listing-summary .mt-ls-field {
    	padding-left: 16px;
    	padding-right: 12px
	}
	.mt-ls-style-3 .parks .listing-summary .output ul li{
      list-style:none;
      font-size: 14px;
    	line-height: 1.4;
    }
    .mt-ls-style-3 .parks .listing-summary .output ul li:after{
    	content:",";
        padding-right:4px;
    }
.mt-ls-style-3 .parks .listing-summary .output ul li:last-of-type:after{content:"";}
.mt-ls-style-3 .parks .listing-summary .mt-ls-field .caption{font-weight:bold;}

.walkingtours .article-list .article{padding:0;}
.walkingtours .article-list .col-lg-3{
	padding:0 5px;
}
.walkingtours .article-list .article .article-intro-image{
	margin:0;
}
.walkingtours .article-list .article .article-body{
	padding:10px;
}
.walkingtours .article-list .article .article-header h2 a{font-size:20px !important;}

@media (max-width: 991px) {
	.resize-explorelogo.hide-desktop{
    	width: 170px !important;
    	margin-right: 60px;
      	display:block;
	}
  #sp-header{
    display: flex;
    align-items: center;
  }
  #sp-top-bar #sp-top1.col-lg-6{
    flex: 0 0 auto !important;
    width: 50% !important;
  } 
  #sp-top-bar #sp-top1 .sp-column.text-center{
    text-align:left !important;
  }
   #sp-top-bar #sp-top2 .dj-megamenu-modern li a.dj-up_a {
    padding: 8px 10px !important;
  }
  #sp-top-bar #sp-top2 .dj-megamenu-modern li.itemid687{display:none;}
  #sppb-carousel1 .sppb-col-sm-8,
  #sppb-carousel1 .sppb-col-sm-4{
    padding:0;
  }
  #sppb-carousel1 .exp-image-slider .sppb-carousel-pro-text{
    padding: 16px !important;
  }
  #sppb-carousel1 .sppb-carousel-pro-text h2 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .sppb-carousel-arrow.right {
    right: -24px;
  }
  h2.sppb-addon-title{font-size:60px !important;}

  #sp-bottom4 .custom{
    	display:flex;
        justify-content: space-evenly;
  	}
    #sp-bottom4 .custom h5{display:none;}
  	#sp-bottom4 .custom .fab{font-size:20px;padding-right:5px;}
  	#sp-bottom4 .custom a{
    	display:flex;
    	align-items:center;
  	}
  	.walkingtours .article-list .row .col-lg-3{
    	flex: 0 0 auto;
    	width: 33%;
  	}
    .blog.tourism-blog-items .article-list .row .col-lg-4,
    .blog.towns .article-list .row .col-lg-4{
      	flex: 0 0 auto;
    	width: 50%;
    }
    
}
@media (max-width: 767px) {
  	.dj-megamenu-modern li a.dj-up_a {
    	padding: 8px 10px !important;
	}
    #sppb-addon-1659714262202 .exp-image-slider .sppb-carousel-pro-text{margin:0 !important;}
    #sppb-addon-1659714262202 .sppb-carousel-pro .sppb-item {
    	height: auto !important;
	}
    #sppb-addon-1659714262202 .exp-image-slider .sppb-carousel-pro-text{padding:16px;}
    #sppb-addon-1659714262202 .sppb-carousel-pro-text .sppb-carousel-pro-content {
    	font-size: 16px !important;
    	line-height: 22px !important;
	}
  	#sppb-addon-1659714262202 .exp-image-slider .sppb-carousel-pro-text{padding:16px !important;}
    #sp-bottom #sp-bottom1{text-align:center;}
    #sp-bottom #sp-bottom1 img{margin:auto;}
    #sp-top2.col-lg-6{
    	padding:0 !important;
    }
    #sp-top2.col-lg-6 .top-nav{margin:0;}
  	#sp-top-bar #sp-top2 .dj-megamenu-modern li a.dj-up_a {
    	padding: 8px 5px !important;
	}
    .designated .listing-summary img.image-left,
    .remembrance .listing-summary img.image-left{
    	height: 300px;
	}
    .walkingtours .article-list .row .col-lg-3{
    	flex: 0 0 auto;
    	width: 50%;
  	}
    
}
@media (max-width: 610px){
  .explore-business-heading #mod-custom375 {
    height: 200px;
  }
}
@media (max-width: 576px){
    h2.sppb-addon-title {
    	font-size: 45px !important;
	}
	.una-col-flex .d-sm-none {
    	display: none!important;
	}
    #sp-top-bar #sp-top1.col-lg-6{display:none !important;}
    #sp-top2.col-lg-6{width:100% !important;}
    .resize-explorelogo {
    	width: 300px !important;
    }
  	#sppb-addon-1659714262202 .exp-image-slider .sppb-carousel-pro-text {
    	padding: 16px 0 !important;
	}
  	#sppb-carousel1 .sppb-carousel-pro-text h2 {
    	font-size: 22px !important;
    	line-height: 26px !important;
	}
  	#sppb-addon-1659714262202 .exp-image-slider .sppb-carousel-pro-text{
    	width:100% !important;
      	max-width:100% !important;
  	}
    #sp-bottom{text-align:center;}
    #sp-bottom #sp-bottom1 img{margin:auto;}
  	#sp-bottom4 .custom{
    	display:flex;
        justify-content: space-evenly;
  	}
    #sp-bottom4 .custom h5{display:none;}
  	#sp-bottom4 .custom .fab{font-size:20px;padding-right:5px;}
  	#sp-bottom4 .custom a{
    	display:flex;
    	align-items:center;
  	}
  .winter-ng .sp-page-title,
  .itemid-786 .sp-page-title{
    background-position:bottom right !important;
  }
    .sp-page-title-heading {
    	font-size: 50px !important;
	}
    .mt-page-category-style-2 .mt-page-category .mt-category-header-title-desc h1 {
    	font-size: 2em;
    	font-weight: bold;
    	font-family: arial;
    	color: #333;
	}
    .mt-ls-style-3 .parks .listing-summary .output ul{
  		display:flex;
        flex-wrap:wrap;
	}
    .mt-ls-style-3 .parks .listing-summary .mt-ls-field {
    	padding-left: 12px;
    	padding-right: 12px
	}
	.mt-ls-style-3 .parks .listing-summary .output ul li{
      list-style:none;
      font-size: 14px;
    	line-height: 1.4;
    }
    .mt-ls-style-3 .parks .listing-summary .output ul li:after{
    	content:",";
        padding-right:4px;
    }
    .designated .listing-summary img.image-left,
    .remembrance .listing-summary img.image-left{
    	height: 300px;
	}
    .walkingtours .article-list .row .col-lg-3,
    .blog.tourism-blog-items .article-list .row .col-lg-4,
    .blog.towns .article-list .row .col-lg-4{
    	flex: 0 0 auto;
    	width: 100%;
  	}
    .indent-ten .mt-listings-list .row{
      margin:0 10px;
    }

  	
}