@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//hermontravel.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//hermontravel.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//hermontravel.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//hermontravel.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//hermontravel.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//hermontravel.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//hermontravel.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//hermontravel.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//hermontravel.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Public Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Public Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Public Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Public Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Public Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: inherit;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Public Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(17,17,17);
	--wd-alternative-color: rgb(17,17,17);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-font-family: "Public Sans", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 700;
	--btn-default-bgcolor: rgb(17,17,17);
	--btn-default-bgcolor-hover: rgb(17,17,17);
	--btn-accented-font-family: "Public Sans", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 700;
	--btn-accented-bgcolor: rgb(17,17,17);
	--btn-accented-bgcolor-hover: rgb(17,17,17);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1150px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1150px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.woocommerce-Price-amount .amount{
	font-weight:700!important;
}


.tour-card-price{
	color:#111!important;
}

button.room-selection-confirm{
font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: none;
    color: #ffffff;
    background-color: #000000;
    padding: 15px 30px 15px 30px;
    border-radius: 8px 8px 8px 8px;
    transition: all 0.3s 
ease;
    letter-spacing: 0px;	
}

.scroll-img {
  transform: translateY(150px); /* start lower */
  opacity: 1;
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
  will-change: transform, opacity;
}

.scroll-img {
  transition: transform 0.1s linear; /* keeps it smooth */
  will-change: transform;
}


.scroll-img.visible {
  transform: translateY(0);
  opacity: 1;
}

#main-container {
  transition: min-height 0.3s ease;
}


/* different timings per image */
.img1 { transition-duration: 0.8s; }
.img2 { transition-duration: 1.2s; }
.img3 { transition-duration: 1.0s; }
.img4 { transition-duration: 0.5s; }
.img5 { transition-duration: 0.5s; }

.wd-sub-menu li>a{
	font-size:16px!important;
}


/* Fix dot height issues */
.owl-dots .owl-dot {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    background: white;
}

/* Fix dot spans */
.owl-dots .owl-dot span {
    display: block !important;
    width: 14px !important;
    height: 14px !important;
	margin-right:10px;
    border-radius: 50% !important;
	background:#111;
}

/* Fix navigation buttons */
.owl-carousel .owl-nav button {
    -webkit-appearance: none !important;
    appearance: none !important;
    background: transparent !important;
    border: 0 !important;
}
@media (max-width: 768px) {
    .tour-breadcrumbs .separator {
        display: contents!important;
    }
.elementor-g-recaptcha {
    display: none !important;
}

}

.select2-selection,.select2-container,.selection,.select2-selection__rendered{
	background:#FFFFFF!important;
}
.elementor-g-recaptcha {
    display: none !important;
}
