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

:root {
	--wd-text-font: "Futura New ", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "theano didot", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "theano didot", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "theano didot", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "theano didot", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "theano didot", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #292607;
	--wd-alternative-color: E8E3D1;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(250,99,52);
	--btn-accented-bgcolor-hover: rgb(228,90,47);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--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-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(235,221,217);
	background-image: none;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,245,229);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 12px;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "Futura New";
	src: url("//oldmill-hotel.store/wp-content/uploads/2026/03/FuturaNewLight-Reg.woff2") format("woff2"), 
url("//oldmill-hotel.store/wp-content/uploads/2026/03/FuturaNewLight-Reg.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "theano didot";
	src: url("//oldmill-hotel.store/wp-content/uploads/2026/03/theanodidotregular.woff2") format("woff2"), 
url("//oldmill-hotel.store/wp-content/uploads/2026/03/theanodidotregular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

html { scroll-behavior: smooth; }

/* Container styling */
.menu-social-icons {
    display: flex;
    gap: 15px; /* Space between icons */
    align-items: center;
	margin-top: -35px;
}

/* Style all icons inside this menu item */
.menu-social-icons a {
    color: #555555; /* Set your desired hex color here */
    font-size: 18px; /* Adjust size */
    transition: color 0.3s ease;
    text-decoration: none;
}

/* Hover effect for all icons */
.menu-social-icons a:hover {
    color: #0088cc; /* Color change on hover */
}

.custom-png-menu {
    display: flex;
    gap: 10px;
    align-items: start;
	margin-top: 0px;
}

.menu-icon {
    width: 24px; /* Adjust based on your menu height */
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* Container for the icons */
.custom-social-menu, .custom-png-menu {
    display: flex;             /* Align items in a row */
    justify-content: center; /* Push to the left */
    align-items: center;       /* Center them vertically */
    gap: 20px;                 /* Space between icons */
    padding: 10px 0;           /* Optional: padding for touch targets */
    width: 100%;
	margin-top: -50px;/* Ensure it takes up the full width */
}

/* Ensure the links inside don't add weird margins */
.custom-social-menu a, .custom-png-menu a {
    display: flex;
    align-items: center;
	justify-content: center;
    line-height: 1;            /* Prevents text-line height from pushing icons down */
}

/* Force icons to a specific size if they look too big on mobile */
.custom-social-menu svg, .menu-icon {
    width: 24px;               /* Standard mobile icon size */
    height: 24px;
    display: block;
}


/* Container for the icons */
.custom-social-logo, .custom-png-logo {
	display: flex; 
	justify-content: center;
	align-items: center; 
margin-top:-50px;          /* Optional: padding for touch targets */
    width: 100%;
	/* Ensure it takes up the full width */
}

/* Ensure the links inside don't add weird margins */
.custom-social-logo a, .custom-png-logo a {
    display: flex;
    align-items: center;
    line-height: 1;            /* Prevents text-line height from pushing icons down */
}

/* Force icons to a specific size if they look too big on mobile */
.custom-social-logo svg, .menu-logo {
    width: 120px;               /* Standard mobile icon size */

    display: block;
}




/* Container for the icons */
.custom-social-footer, .custom-png-footer {
    display: flex;             /* Align items in a row */
    justify-content: center; /* Push to the left */
    align-items: center;       /* Center them vertically */
    gap: 20px;                 /* Space between icons */
    padding: 10px 0;           /* Optional: padding for touch targets */
    width: 100%;
	margin-top: 0px;/* Ensure it takes up the full width */
}

/* Ensure the links inside don't add weird margins */
.custom-social-footer a, .custom-png-footer a {
    display: flex;
    align-items: center;
    line-height: 1;            /* Prevents text-line height from pushing icons down */
}

/* Force icons to a specific size if they look too big on mobile */
.custom-social-footer svg, .menu-footer {
    width: 24px;               /* Standard mobile icon size */
    height: 24px;
    display: block;
}

@media (max-width: 576px) {
	.wd-side-hidden.wd-right {
	background-color: #E8E3D1;
	max-width: 200px;

}

.wd-nav>li>a, .wd-nav li a {
	font-family: "theano didot", sans-serif;
		font-size: 16px;
}

.elementor-138 .elementor-element.elementor-element-0ca3d01 .elementor-button {
	min-width: 210px;
  margin-left: -10px;
	margin-right: -20px;
}
}

