html {
	
}

body {
	font-size: 16px;
	font-family: "urw-din", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #393B3C;
}

.no-scroll {
    overflow: hidden;
}

a {
	color: #FF690F;
	font-weight: 500;
}

a:hover {
	text-decoration: none;
	color: #393B3C;
}

.section-header {
	margin: 0 0 30px 0;
	padding: 0;
}

.img-radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.btn {
	background: #393B3C;
	Color: #FFFFFF;
	padding: 15px 30px;
	border: 1px solid #393B3C;
	font-weight: 500;
}

.btn:hover {
	background: #FFFFFF;
	Color: #393B3C;
	padding: 15px 30px;
	border: 1px solid #393B3C;
}

.btn-top {
	margin-top: 30px;
	display: inline-block;
}

.img-radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.white-text {
	color: #FFFFFF !important;
}

/******** Headings ***********/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
	font-style: normal;
	color: #393B3C;
}

.section-header h1, .section-header h2, .section-header h3, .section-header h4 {
	margin: 0;
	padding: 0;
}

h1, .h1 {
	font-size: 38px;
}

h2, .h2 {
	font-size: 34px;
}

h3, .h3 {
	font-size: 30px;
}

h4, .h4 {
	font-size: 26px;
}

/******** header ***********/

header .middle-wrap {
	padding: 60px 15px;
}

.custom-logo {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 80px;
}

.header-contact {
	margin: 0;
	padding: 0;
	float: right;
}

.header-contact li {
	margin: 0 15px 0 0;
	float: left;
	list-style: none;
	vertical-align: middle;
	font-size: 14px;
}

.header-contact li:last-child {
	margin: 0;
}

.header-contact li.phone {
	margin-top: 15px
}

.header-contact li.phone a img {
	height: 15px;
	width: auto;
	margin: 0 5px 0 0;
}

.header-contact li.phone a {
	color: #393B3C;
}

.header-contact li.phone a:hover {
	color: #FF690F;
}

/******** content **********/

.content-strip {
	padding: 60px 0;
}

.content-strip-no-top {
	padding: 0 0 60px 0;
}

.container-fluid-pad {
	padding: 0 15px;
}

.content-strip-less-bottom {
	padding: 60px 0 30px 0;
}

.slide-strip {
	padding: 0 30px;
	margin: 0 0 30px 0;
}

.no-padding {
	padding: 0;
}

.slider-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9000;
}

.slide-overlay {
    position: absolute;
    top: 90%;
    transform: translateY(-90%);
    z-index: 9999;
    left: 0;
    width: 100%;
}

#mt-slider .owl-dots {
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
}

#mt-slider .owl-dot {
	display: inline-block;
}

.full-height {
	height: 100%;
	position: relative;
}

.cta-table {
    display: table;
    width: 100%;
    height: 100%;
}

.cta-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.intro-text {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 15px;
}

.full-bg-overlay {
	padding: 180px 0;
	text-align: center;
	color: #FFFFFF;
	background: rgba(0,0,0,.6);
}

.key-point-contain {
	background: #E6F3F6;
	padding: 15px;
	margin-bottom: 30px;
	font-weight: 500;
}

.slide-strip .key-point-contain {
	background: #FFFFFF;
}

.key-point-contain ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.key-point-contain ul li {
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 14px;
	vertical-align: middle;
}

.key-point-contain ul li img {
	height: 18px;
	width: auto;
}

.key-point-contain ul li.move {
	margin-top: 0;
}

.alert-text {
	color: #E43333;
	font-weight: 500;
}

.cta-room {
	display: block;
	position: relative;
	margin: 30px 0 0 0;
}

.cta-room-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.8);
	padding: 30px;
	margin: 0 30px 0 0;
}

.cta-room-title {
	display: block;
	color: #393B3C;
	font-size: 30px;
}

footer .cta-room-title {
	font-size: 20px;
}

footer .cta-room-bg {
	padding: 15px;
}

.cta-room-strap-title {
	display: block;
	color: #393B3C;
	font-size: 14px;
	font-weight: 500;
}

.cta-room-text {
	margin: 30px 0 0 0;
}

#breadcrumbs {
	font-weight: 500;
	font-size: 12px;
}

#breadcrumbs a {
	color: #393B3C;
}

#breadcrumbs a:hover {
	color: #FF690F;
}

.single-rooms #breadcrumbs {
	margin-bottom: 60px;
	padding: 0;
}

.cta-external {
	margin-top: 30px;
}

.link-visit {
	display: block;
	margin: 15px 0 0 0;
}

.gallery-photo {
	display: block;
	margin: 0 0 30px 0;
}

.room-carousel .owl-nav {
	padding: 60px 0 0 0;
}

/******** footer ***********/

.contact-contain {
	background: #E8ECF1;
	padding: 30px;
	border: 5px solid #FFFFFF;
	border-right: 0;
	width: 400px;
	position: relative;
	margin-left: -160px;
}

.footer-contact {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.footer-contact li {
	list-style: none;
	margin: 0 0 10px 0;
}

.footer-contact li:last-child {
	margin: 0;
}

.footer-contact li span {
	font-weight: 500;
}

.footer-contact li div {
	display: inline;
}

.footer-contact li div span {
	font-weight: 400;
}

.footer-contact li a {
	color: #393B3C;
	font-weight: 400;
}

.footer-contact li a:hover {
	color: #FF690F;
}

.credits-wrap .custom-logo {
	height: 50px;
	margin: 0 auto 30px auto;
}

.footer-logos {
	margin: 60px 0 0 0;
	padding: 0;
	text-align: center;
}

.footer-logos li {
	list-style: none;
	margin: 0 15px 0 0;
	display: inline-block;
}

.footer-logos li:last-child {
	margin: 0;
}

.footer-logos li img {
	height: 100px;
	width: auto;
}

.acred {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}

.acred li {
	list-style: none;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #393B3C;
}

.acred li:last-child {
	margin: 0;
	padding: 0;
	border-right: 0;
}

@media (max-width: 1199px) {
	
	h1, .h1 {
		font-size: 34px;
	}

	h2, .h2 {
		font-size: 30px;
	}

	h3, .h3 {
		font-size: 26px;
	}

	h4, .h4 {
		font-size: 22px;
	}
	
	.cta-room-title {
		font-size: 26px;
	}
	
	.custom-logo {
		height: 60px;
	}
	
	.header-contact li a.btn {
		padding: 10px;
	}
	
}

@media (max-width: 991px) {
	
	.custom-logo {
		height: 60px;
	}
	
	.contact-contain {
		margin-left: -250px;
	}
	
	.full-bg-overlay {
		padding: 120px 0;
	}
	
	.sm-top {
		margin-top: 30px;
	}
	
	.key-point-contain {
		margin: 30px 0 0 0;	
	}
	
	
	h1, .h1 {
		font-size: 30px;
	}

	h2, .h2 {
		font-size: 26px;
	}

	h3, .h3 {
		font-size: 22px;
	}

	h4, .h4 {
		font-size: 18px;
	}
	
	.cta-room-title {
		font-size: 22px;
	}
	
	.header-contact li {
		margin: 0;
	}
	
	.header-contact li.phone {
		margin: 0;
	}
	
	.header-contact li.phone a img {
		height: 19px;
	}
	
	.slide-overlay {
		top: 80%;
		transform: translateY(-80%);
	}
	
	footer .cta-room-title {
	font-size: 18px;
}
	
	.btn-header-xs {
		display: block;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	#mt-slider .owl-dots, .room-carousel .owl-dots {
		display: none;
	}
	
	
}

@media (max-width: 767px) {
	
	.custom-logo {
		height: 50px;
	}
	
	.contact-contain {
		padding: 30px;
		border: 0;
		width: auto;
		margin-left: 0;
		margin-top: 25px;
	}
	
	.footer-logos li img {
		height: 60px;
	}
	
	.full-bg-overlay {
		padding: 60px 0;
	}
	
	.container-fluid-pad {
		padding: 0;
	}
	
	header .middle-wrap {
		padding: 60px 0;
	}
	
	.slide-strip {
		padding: 0 15px;
	}
	
	.page-template-template-homepage header .middle-wrap {
		padding-bottom: 30px;
	}
	
	footer .cta-room-title {
	font-size: 16px;
}
	
	
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.burger-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.burger-menu > span {
    width: 40px;
    height: 3px;
    background: #333;
    border-radius: 3px;
}

.burger-menu > span:nth-child(2) {
    width: 30px;
}

/** Owl Dots **/

.owl-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 30px 0;
}

.owl-dot {
    background: #E8ECF1;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.owl-dot.active {
    background: #393B3C;
}

/** Owl Arrows **/


.owl-nav {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    background: #E8ECF1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    align-items: center;
}

.owl-nav > div:hover {
    background: #393B3C;
}

.owl-nav .fa {
    color: #393B3C;
}

.owl-nav > div:hover .fa {
    color: #E8ECF1;
}

/** Offcanvas Menu **/

.offcanvas-menu__menu {
    background: #393B3C;
}

.offcanvas-menu__menu ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    align-items: center;
    text-align: center;
}

.offcanvas-menu__menu ul li {
    padding: 15px;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,.3);
}

.offcanvas-menu__menu ul li:last-child {
    border: 0;
}

.offcanvas-menu__menu ul li a {
    color: #fff;
}

.offcanvas-menu__menu ul li a:hover {
    opacity: .7;
}

#offcanvas-menu {
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 999;
	left: -100vw;
	transition: ease-in-out all 2s;
}

#offcanvas-menu.active {
	left: 0;
}

.offcanvas-menu--wrapper {
	height: 100%;
}

.offcanvas-menu--wrapper div {
    height: 100%;
}

.offcanvas-menu__menu nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.offcanvas-menu__image {
    background: #fff;
    background-image: url("https://www.oldmanorhouse.net/wp-content/uploads/2025/02/menu-green-room.jpg");
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .offcanvas-menu__image {
        display: none!important;
    }
}

/** Close Icon **/

.burger-menu--closed {
    position: absolute;
    left: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.burger-menu--closed:hover {
    opacity: .5;
}

.burger-menu--closed:before, .burger-menu--closed:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #fff;
    border-radius: 3px;
}
.burger-menu--closed:before {
    transform: rotate(45deg);
}
.burger-menu--closed:after {
    transform: rotate(-45deg);
}