  :root {
	--primary-font-size: 18px;
	--primary-color: #112f3c;
	--primary-font: "futura-pt", sans-serif;
	--animate-duration: 2s;
}
html.skrollr.skrollr-mobile{
	overflow: auto !important;
}
.gy-5 {
	--bs-gutter-y: 60px;
}
  
body {
	font-size: var(--primary-font-size);
	background-color: #f7f7f4;
	font-family: var(--primary-font);
	line-height: 1.4;
	font-weight: 400;
	color: var(--primary-color);
}

a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color: #d59a14;
}
a:hover {
	color: #d59a14;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.2;
	font-family: var(--title-font);
}

button {
	padding: 0;
}

img {
	max-width: 100%;
	display: inline-block;
	-o-object-fit: cover;
	object-fit: cover;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

label {
	cursor: pointer;
}

textarea,
input {
	width: 100%;
	outline: none;
	font-weight: 400;
	border: 0;
}

button {
	border: 0;
}

sup {
	top: -0.185em;
}


.btn-close:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

video {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.container {
	max-width: 1441px;
}

.text-medium {
	font-weight: 500;
}

.text-semibold {
	font-weight: 600;
}

.pb-100{
	padding-bottom: 100px;
}

.left-0 {
	left: 0;
}

/* preloader */
.loader {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	border-top: 4px solid #112f3c;
	border-right: 4px solid transparent;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-animation: rotation 1s linear infinite;
	        animation: rotation 1s linear infinite;
}
.loader::after {
	content: '';  
	-webkit-box-sizing: border-box;  
	        box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border-bottom: 4px solid #c08c14;
	border-left: 4px solid transparent;
}
#preloader {
    z-index: 999;
    background-color: #ffffff;
}
@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
} 
*:focus-visible {
	outline: 1px solid blue;
	outline-offset: 4px;
}
.button {
	font-family: "futura-pt", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #f2f0ef;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #d9a01c;
	padding: 12px 24px;
	-webkit-transition-duration: 0.4s;
	     -o-transition-duration: 0.4s;
	        transition-duration: 0.4s;
}

.button:hover {
	background-color: #d9a01c;
	color: #f2f0ef;
	border-radius: 3px;
}

.mfp-title {
display:none;
}

img.mfp-img {
	max-width:800px !important;
}


#history-accordion .button {
	text-transform: none;
}

.button-alt {
	background-color: #d9a01c;
	border-radius: 0;
}

.button-alt:hover {
	background-color: transparent;
	color: #d9a01c;
}

.button-2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: uppercase;
    font-weight: 500;
    color: #f7f7f4;
    font-size: 17px;
}

.button-2 span {
	border-bottom: 1px solid #fff;
	margin-left: 5px;
}

.button-2.alt {
	color: var(--primary-color);
}

.button-2.alt span {
	border-bottom-color: #b78746;
}

.button-3 {
	background-color: #c08c14;
	padding: 8px 23px;
	font-size: 21px;
	letter-spacing: 1px;
}

.pair-border {
	position: relative;
}

.pair-border::before,
.pair-border::after {
	position: absolute;
	width: calc(100% - 32px);
	height: calc(100% - 45px);
	border: 1px solid #be8b15;
	border-right: 0;
	top: 22.5px;
	left: 32px;
	pointer-events: none;
	content: " ";
}

.alt .pair-border::after,
.alt .pair-border::before {
	border-right: 1px solid #be8b15;
	border-left: 0;
	left: 0 !important;
}

.pair-border::after {
	height: calc(100% - 68px);
	top: 34px;
	width: calc(100% - 20px);
	left: 20px;
}
.container-fluid {
	padding-left: 45px;
	padding-right: 45px;
}
.container-1 {
	max-width: 1400px;
}

.container-2 {
	max-width: 1254px;
}

.container-3 {
	max-width: 1358px;
}

.container-4 {
	max-width: 1118px;
}

.container-5 {
	max-width: 1024px;
}

.container-6 {
	max-width: 1298px;
}

.container-7 {
	max-width: 1320px;
}

.container-8 {
	max-width: 1134px;
}

.container-9 {
	max-width: 985px;
}
.skip-link {
    position: absolute;
    top: -40px; /* Hide the link above the viewport */
    left: 0;
    background-color: #000; /* Background for better visibility */
    color: #fff; /* Text color */
    padding: 8px 16px;
    z-index: 100; /* Ensure itâ€™s on top of other content */
    text-decoration: none;
}

.skip-link:focus {
    top: 10px; /* Move the link into the viewport when focused */
    outline: 3px solid #ff9900; /* Focus outline to make it noticeable */
}
.offcanvas {
	background-color: var(--primary-color);
}

.offcanvas .dropdown-menu {
	width: 250px;
	padding: 15px;
	padding-bottom: 10px;
}

.offcanvas .dropdown-menu a {
	color: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 20px;
}

.offcanvas .dropdown-menu a span {
	margin-right: 5px;
}

.offcanvas .dropdown-menu a img {
	width: 18px;
}

.offcanvas .dropdown-toggle {
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 0;
}

.offcanvas .dropdown-toggle::after {
	-webkit-transform: translateY(6px);
	    -ms-transform: translateY(6px);
	        transform: translateY(6px);
}

.offcanvas nav li {
	margin-bottom: 0px;
}

.offcanvas nav button {
	padding-left: 0;
	padding-right: 0;
}

.offcanvas nav button,
.offcanvas nav a {
	color: #fff;
	font-size: 22px;
	display: block;
	padding: 10px 0;
}
.offcanvas .btn-close {
    background: #C08C14 url("../images/icons/close.svg") center/1em  auto no-repeat;
    margin-top: 8px;
    margin-right: 4px;
    border-radius: 0;
    opacity: 1;
}

.add-your-page .owl-dots {
	position: absolute;
	right: -25px;
	bottom: 0;
}

.add-your-page .owl-dot {
	width: 2px;
	height: 33px;
	background-color: #b7bdbf !important;
	display: block;
	margin-top: 10px;
}

.add-your-page .owl-dot.active {
	background-color: #c08c14 !important;
	width: 3px;
}

.nice-select {
	border: 0;
	padding-left: 0;
}

.box-shadow {
	-webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15);
	padding: 12.5px;
}

.bg-dark-blue {
	background-color: var(--primary-color);
}

.custom-accordion .accordion__item .accordion__title {
	cursor: pointer;
}

.custom-accordion .accordion__item .accordion__content {
	display: none;
}

.custom-accordion.no-data {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 20px;
	padding-top: 21px;
	font-size: 25px;
}

.scroll-to-top {
	font-size: 21px;
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 100px;
}

.scroll-to-top:hover {
	color: var(--primary-color);
}

.scroll-to-top span {
	margin-top: 5px;
}

/* Header */

.header_main {
    background-color: var(--primary-color);
    border-bottom: 8px solid #c08c14;
    z-index: 99;
    position: sticky;
    top: 0;
    left: 0;
}

.toggle-icon {
	width: 30px;
	fill: #fff;
	display: none;
}

.header-menu ul li {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-left: 35px;
}

.header-menu a {
	display: inline-block;
	text-decoration: none;
	font-size: 22px;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-menu > nav > ul > li > a {
	padding: 30px 0;
}
nav ul li:first-child {
	margin-left: 0;
}

nav ul li:hover > a,
.sub-menu li:hover > a {
	color: #c08c14;
}

.header-menu ul {
	text-align: right;
}

.header-menu ul li a.btn-book {
	background-color: #c08c14;
	font-family: "futura-pt", sans-serif;
	font-size: 21px;
	display: inline-block;
	text-transform: uppercase;
	padding: 15.3px 41.2px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-menu ul li a.btn-book:hover {
	background-color: #b68617;
	color: #fff;
}

.menu-item-has-children {
	position: relative;
	padding-right: 16px;
}

.menu-item-has-children > svg {
	width: 9px;
	height: 8px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: absolute;
	top: calc(50% + 2px);
	-webkit-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	right: 0;
}
.sub-menu {
    position: absolute;
    top: 50px;
    min-width: 282px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    opacity: 0;
    visibility: hidden;
    text-align: left !important;
    border-top: 8px solid #c08c14;
}

.header-menu ul li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.header-menu ul li .sub-menu li {
	display: block;
	margin: 0;
	border-bottom: 1px solid var(--primary-color);
}

.sub-menu li a {
	color: #000;
	padding: 14px 60px;
	padding-right: 15px;
	font-size: 26px;
	position: relative;
	z-index: 1;
	display: block;
	font-weight: 400;
}
.header-menu ul li .sub-menu li a span img {
	width: 19.97px;
	height: 20.67px;
}

.header-menu ul li .sub-menu li a span {
	position: absolute;
	top: 10px;
	left: 33px;
}

.header-menu ul li .sub-menu li:last-child {
	border-bottom: none;
}

.logo img{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	width: 100%;
	max-width: 250px;
}

.welcome .dots-bg .welcome .dwc img {
	max-width: 515px;
}

.welcome .dwc h1 {
	font-size: 65px;
	margin-top: -25px;
}

.welcome-content {
    height: calc(100vh - 54px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 93px;
    min-height: 600px;
}
.welcome-content:not(.welcome-page-content) {
	border-bottom: 8px solid #09181c;
}

.welcome-content::before,
.welcome-content::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: " ";
	top: 0;
	left: 0;
}

.welcome-content::before {
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(150, 150, 150, 0.23)),
		to(rgba(0, 0, 0, 0.55))
	);
	background: -o-linear-gradient(
		top,
		rgba(150, 150, 150, 0.23) 0%,
		rgba(0, 0, 0, 0.55) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(150, 150, 150, 0.23) 0%,
		rgba(0, 0, 0, 0.55) 100%
	);
}

.welcome-content::after {
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(0, 0, 0, 0.43)),
		to(rgba(21, 21, 21, 0.75))
	);
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0.43),
		rgba(21, 21, 21, 0.75)
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.43),
		rgba(21, 21, 21, 0.75)
	);
}

.welcome-content > div {
	z-index: 1;
}

.sub-title {
	font-weight: 500;
	font-size: 18px;
	color: #f5b623;
	letter-spacing: 3.5px;
}

.welcome-content h1 {
	font-weight: 300;
	font-size: 75px;
	line-height: 1.1;
	margin-top: 35px;
	margin-bottom: 30px;
}

.book-now-wrapper {
    margin-top: -100px;
    position: relative;
    margin-bottom: -99px;
    z-index: 2;
}
#bookingSection:before {
    height: 245px;
    content: "";
    display: block;
    visibility: hidden;
    margin-top: -245px;
    opacity: 0;
    position: relative;
    z-index: -1;
    margin-bottom: -100px;
}

.book-now-wrapper.diff {
	padding-top: 100px;
	padding-bottom: 100px;
}

.book-now {
	background-color: #fff;
}

.book-now-wrapper.color-theme .book-now {
    -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
    background-color: #F7F7F4;
}
.book-now-wrapper.color-theme  .nice-select,
.book-now-wrapper.color-theme  input {
    background-color: transparent !important;
	border: none !important;
}

.book-now h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.book-now .adult h4,
.book-now .children h4,
.book-now .rooms h4  {
	margin-bottom: 10px;
}

.book-now .nice-select .current {
	font-size: 36px;
	font-family: "bookmania", serif;
	color: #c08c14;
}

.book-now .nice-select .option {
	min-width: 100px;
}

.book-now .nice-select::after {
    background-image: url('/wp-content/themes/american-hotel/assets/images/icons/angle-down-2.svg');
    border: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    top: 45%;
    right: -14px;
    background-position: center;
}
.book-now .nice-select.open::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.month-date input {
	font-size: 36px;
	font-family: "bookmania", serif;
	color: #c08c14;
}

.year {
	font-size: 18px;
	padding-top: 5px;
}

#checkIn .month-date, #checkOut .month-date {
    border-bottom: 1px solid #3e5661;
}

.bn-item {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 22px;
	padding-bottom: 12px;
	position: relative;
}

.bn-item::after {
	position: absolute;
	width: 1px;
	height: calc(100% - 60px);
	top: 30px;
	right: -7px;
	content: " ";
	background-color: #a9b3b6;
}

.bn-item.book-now-btn::after {
	display: none;
}

.bn-item svg {
	width: 48px;
	cursor: pointer;
	-webkit-transform: translateY(-7px) translateX(2px);
	    -ms-transform: translateY(-7px) translateX(2px);
	        transform: translateY(-7px) translateX(2px);
}

.adult .month-date {
	max-width: 130px;
}

.children .month-date {
	max-width: 130px;
}

.add-your-page > img {
	opacity: 0.1;
}

.add-page > div {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.add-page .ap-txt {
	padding: 100px;
	background-color: #fff;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}
.add-page .ap-txt img {
	display: inline-block;
	width: auto;
}

.add-page .ap-img {
	position: relative;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}

.add-page .ap-img::after {
	position: absolute;
	width: 106px;
	height: 78px;
	background-image: url("/wp-content/themes/american-hotel/assets/images/icons/six-icons.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	right: 12px;
	top: 12px;
	content: " ";
}

.add-page h3 {
	margin-bottom: 9px;
}

.add-page p {
	margin-top: 30px;
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
}

.add-page .pair-border::before {
	left: 22px;
	width: calc(100% - 22px);
}

.add-page .pair-border::after {
	width: calc(100% - 10px);
	left: 10px;
}

.add-your-page {
	padding-top: 200px;
	padding-bottom: 145px;
	background-color: var(--primary-color);
}

.three-border {
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}

.three-border span {
	width: 100%;
	height: 1px;
	background-color: #b88e34;
	display: block;
}

.three-border span:not(:nth-child(2)) {
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

.three-border span:nth-child(2) {
	margin-top: 6px;
	margin-bottom: 6px;
}

.title {
	font-family: "bookmania", serif;
	font-weight: 300;
	font-size: 50px;
	text-align: center;
}

.title-2 {
	font-weight: 400;
}

.wc-wrapper {
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: relative;
	transition: all 0.1s linear;
}

.wc-wrapper::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: " ";
	left: 0;
	top: 0;
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.5))
	);
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.5) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.5) 100%
	);
}

.wc-wrapper::after {
	background-image: url("/wp-content/themes/american-hotel/assets/images/homepage/overlay.png");
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: contain;
	mix-blend-mode: multiply;
	background-repeat: no-repeat;
	background-position: right;
}
.where-change {
	padding-top: 80px;
	padding-bottom: 80px;
	max-width: 545px;
	-webkit-box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.35);
	        box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.35);
	position: relative;
	z-index: 1;
	background-color: rgba(247, 247, 244, 0.97);
}

.where-change .button {
	color: var(--primary-color);
}

.where-change .button:hover {
	color: #fff;
}

.wc-content {
	padding-top: 85px;
	padding-bottom: 75px;
}

.wc-content .title {
	margin-bottom: 25px;
}

.wc-content p {
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
	margin-bottom: 35px;
}

.eat-drink-celebrate {
	position: relative;
	z-index: 1;
	min-height: 950px;
	padding-bottom: 110px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.eat-drink-celebrate.pair-border::before,
.eat-drink-celebrate.pair-border::after {
	border-right: 1px solid #be8b15;
}

.eat-drink-celebrate.pair-border::before {
	height: calc(100% - 112px);
	width: calc(100% - 178px);
	max-width: 1521px;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.eat-drink-celebrate.pair-border::after {
	height: calc(100% - 134px);
	width: calc(100% - 154px);
	top: 50% !important;
	left: 50% !important;
	max-width: 1547px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.eat-drink-celebrate .container {
	z-index: 1;
}

.edc-overlay {
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.55))
	);
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.55) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.55) 100%
	);
	top: 0;
	left: 0;
}

.edc-content {
	max-width: 605px;
}

.edc-content {
	color: #fff;
}

.edc-content a {
	color: #f7f7f4;
}

.edc-content .title {
	margin-bottom: -8px;
}

.social-img {
	max-width: 420px;
	margin-bottom: -10px;
}

.edc-content p {
	margin-bottom: 20px;
}

.collaborate {
	background-color: var(--primary-color);
	padding-top: 95px;
	padding-bottom: 95px;
}

.collaborate .three-border {
	margin-left: 0;
	max-width: 100%;
}

.collaborate-content-wrapper {
	max-width: 695px;
	margin-left: auto;
}

.collaborate-content-wrapper .title {
	    font-size: 38px;
}

.collaborate-content {
	padding-top: 55px;
	padding-bottom: 48px;
}

.collaborate-content p {
	margin-bottom: 35px;
}

.collaborate-img {
	max-width: 545px;
}

.collaborate .title {
	margin-bottom: 10px;
}

.explore-atlanta {
	margin-top: 100px;
	padding-bottom: 140px;
	background-color: #f7f7f4;
}

.ea-para {
	max-width: 684px;
	margin-left: auto;
	margin-right: auto;
}

.explore-atlanta .title img {
	margin-top: -13px;
}

.explore-atlanta .title + p {
	max-width: 684px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ea-items {
	margin-top: 80px;
}

.ea-item h4 {
	font-size: 40px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: capitalize;
}

.ea-item p {
	margin-top: 7px;
}

.ea-item .button-2 {
	margin-top: 27px;
}

.footer {
	border-top: 13px solid #c08c14;
	padding-top: 40px;
	padding-bottom: 20px;
	background: var(--primary-color);
	position: relative;
	background-position: center;
	background-size: cover;
	background-blend-mode: multiply;
}

.footer::after {
	background-image: url("/wp-content/themes/american-hotel/assets/images/footer/shadow.png");
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.footer * {
	color: #f2f0ef;
}

.footer-logo {
	max-width: 320px;
	margin-bottom: 30px;
}

.footer-logo.hilton-logo {
	max-width: 240px;
    margin-left: 40px;
}

.footer-logo + p {
	margin-bottom: 30px;
	font-size: 23px;
}

.footer-address {
	font-size: 20px;
}
.footer-address address{
	font-size: 20px;
}
.footer-address li {
	font-weight: 400;
}

.footer-address li span {
	font-weight: 500;
	color: #d59a14;
}

.footer-title {
	color: #d59a14;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "futura-pt", sans-serif;
	margin-bottom: 17px;
}

.footer-social-icons {
	margin-top: 50px;
}

.footer-social-icons a {
	margin-left: 30px;
}
.footer-social-icons a:first-child {
    margin-left: 0;
}
.footer-button .button-alt:hover {
    color: #f2f0ef;
}
.quick-links li {
	margin-bottom: 5px;
}
.quick-links a {
    font-size: 18px;
}
.quick-links a:hover {
	color: #f2f0ef;
	text-decoration: underline;
}

.contact-link {
	color: #f2f0ef;
}
.footer-social-icons a:hover img {
	-webkit-filter: invert(50%) sepia(97%) saturate(402%) hue-rotate(4deg)
		brightness(94%) contrast(92%);
	        filter: invert(50%) sepia(97%) saturate(402%) hue-rotate(4deg)
		brightness(94%) contrast(92%);
}

.footer-social-icons img {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact-link:hover {
	color: #f2f0ef;
	text-decoration: underline;
}

.copyright {
	margin-top: 30px;
}

.copyright p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.3);
}

.footer-button {
	margin-bottom: 50px;
	text-align: right;
}

.footer-button .button {
	font-size: 18px;
	padding: 14px 25px;
}

.footer-button .button-alt {
	margin-bottom: 35px;
}

/* History Page */
.atlantas-past-future {
	padding-top: 120px;
	padding-bottom: 95px;
}

.atlantas-past-future .title {
	padding-top: 27px;
}

.atlantas-past-future .three-border {
	max-width: 100%;
}

.tbt-para {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}

/* Accordion  */
.accordion__item:before {
    content: "";
    display: block;
    height: 145px;
    visibility: hidden;
    opacity: 0;
    margin-top: -145px;
    z-index: -1;
    z-index: -1;
}
.accordion-buttons {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 80px;
}

.accordion-buttons a {
	color: var(--primary-color);
	padding: 16px 31px;
}

.apf-accordion .accordion__title h3 {
    font-size: 120px;
    font-weight: 300;
    color: #c08c14;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(55px);
        -ms-transform: translateX(55px);
            transform: translateX(55px);
}
.accordion__title.active .close,
.accordion__title .open{
	display: inline;
}
.accordion__title.active .open,
.accordion__title .close{
	display: none;
}
.apf-accordion .accordion__title {
	border-bottom: 3px solid #b88e34;
}

.apf-accordion .img-1 {
	max-width: 435px;
}

.apf-accordion .img-2 {
	max-width: 480px;
}

.apf-accordion .img-3 {
	max-width: 448px;
}

.apf-accordion .img-4 {
	max-width: 717px;
}

.apf-accordion .img-5 {
	max-width: 420px;
}

.style-1 {
	max-width: 167px;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.style-2 {
	left: auto;
	top: calc(100% - 55px);
}

.style-3 {
	width: 188px;
	-webkit-transform: translate(calc(-100% + 41px), -50%);
	    -ms-transform: translate(calc(-100% + 41px), -50%);
	        transform: translate(calc(-100% + 41px), -50%);
}

.bg-style-1 {
	background-color: #8ba3ad;
	padding: 17px 32px;
}

.bg-style-2 {
	background-color: #8ba3ad;
	padding: 15px 95px;
}

.apf-accordion .accordion__item {
	margin-bottom: 70px;
}

.apf-accordion .accordion__title img {
	max-width: 110px;
	-o-object-fit: contain;
	   object-fit: contain;
}

.apf-accordion .accordion__content {
	position: relative;
	top: 0;
}

.apf-accordion .accordion__content .row {
	padding-top: 65px;
	padding-bottom: 70px;
}

.apf-accordion .accordion__content p {
	font-size: 21px;
	max-width: 500px;
}

.apf-accordion .accordion__content::after {
	position: absolute;
	width: 3px;
	height: 100%;
	background-color: #c08c14;
	content: " ";
	left: 50%;
	-webkit-transform: translateX(calc(-50% - 1px));
	    -ms-transform: translateX(calc(-50% - 1px));
	        transform: translateX(calc(-50% - 1px));
	top: 0;
}

.apf-accordion .aic-4 {
	margin-left: 51px;
}

.welcome-page-content {
	min-height: 650px;
}

.welcome-page-content h4 {
	font-size: 25px;
	color: #f5b623;
	letter-spacing: 2px;
}

.welcome-page-content::before {
	display: none;
}

.apf-accordion .bg-dark-blue {
	position: relative;
}

.apf-accordion .bg-dark-blue::after {
    background-image: url("/wp-content/themes/american-hotel/assets/images/common/pattern.png");
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    mix-blend-mode: multiply;
    pointer-events: none;
    background-position: top right;
    background-repeat: no-repeat;
}
.bg-dark-blue > .container {
    position: relative;
    z-index: 1;
}

.see-us {
	background: none;
	padding-top: 100px;
}

.see-us .add-page p {
	max-width: 100%;
}

.see-us .button:hover {
	color: #fff;
}

.see-us .button {
	color: var(--primary-color);
}

.see-us .add-page .ap-txt {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
	padding-left: 75px;
	padding-right: 40px;
}

.see-us .add-page p {
	margin-top: 0;
}

.room-suites-content {
	padding-top: 40px;
}

.room-suites-content .owl-prev,
.room-suites-content .owl-next {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.room-suites-content .owl-prev img,
.room-suites-content .owl-next img {
	height: 100%;
}

.room-suites-content .owl-next {
	left: auto;
	right: 0;
}

.section-title span {
	height: 2px;
	background-color: #b88e34;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	position: relative;
	display: block;
}

.section-title span::before {
	position: absolute;
	width: calc(100% - 15px);
	height: 2px;
	content: " ";
	background-color: #b88e34;
	top: -9px;
	right: 0;
}

.section-title {
	margin-bottom: 15px;
}

.room-suites-content .section-title {
	margin-top: 50px;
}

.section-title h3 {
	padding-left: 13px;
	padding-right: 13px;
	margin-bottom: 0;
}

.section-title span:last-child:before {
	right: auto;
	left: 0;
}
.single-room-wrapper{
	margin-top: -70px;
}
.single-room {
	margin-top: 70px;
}


.single-room h4 {
	font-weight: 400;
	font-size: 32px;
	color: var(--primary-color);
	padding-top: 20px;
	padding-bottom: 5px;
}

.sr-buttons .button {
	color: #ad8016;
	margin: 0 5px;
}

.sr-buttons .button:hover {
	color: #fff;
}

/* Offer */
.offers-content {
	padding-top: 140px;
}

.offer-item {
	margin-bottom: 50px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.offer-item > .position-relative {
    z-index: 1;
}

.offer-item > .position-relative:after {
    content: "";
    background-color: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.offer-item:hover > .position-relative:after {
    opacity: 0.5;
}

.offer-title {
	font-size: 32px;
	color: var(--primary-color);
	font-weight: 400;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding-top: 16px;
}

.offer-item:hover .offer-title {
	color: #c08c14;
}

.offer-item a.button {
	z-index: 2;
	left: 50%;
	bottom: 30px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 21px;
	opacity: 0;
	visibility: hidden;
}

.offer-item:hover a.button {
	opacity: 1;
	visibility: visible;
}

/* Contact */
.welcome-page-diff {
	min-height: 400px;
}

.contact {
	padding-top: 130px;
	padding-bottom: 130px;
}

.contact .nice-select,
.contact input,
.contact textarea {
	border-bottom: 1px solid #c08c14;
	font-family: "futura-pt", sans-serif;
	font-size: 18px;
	background: #fff;
	padding: 12px 20px;
	color: var(--primary-color);
	font-weight: 500;
	text-transform: uppercase;
}

.contact textarea {
	min-height: 250px;
	resize: none;
}

.contact .nice-select {
    width: 100%;
    border-radius: 0;
    height: 51px;
    float: inherit;
}

.contact .nice-select::after {
	-webkit-transform: rotate(45deg) scale(2) translateX(-4px) translateY(6px);
	    -ms-transform: rotate(45deg) scale(2) translateX(-4px) translateY(6px);
	        transform: rotate(45deg) scale(2) translateX(-4px) translateY(6px);
	border-color: #c08c14;
}

.contact .nice-select span {
	-webkit-transform: translateY(-8px);
	    -ms-transform: translateY(-8px);
	        transform: translateY(-8px);
	display: block;
}

.contact input::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder {
	font-weight: 500;
	font-size: 18px;
	color: var(--primary-color);
	font-family: "futura-pt", sans-serif;
}

.contact input::-moz-placeholder, .contact textarea::-moz-placeholder {
	font-weight: 500;
	font-size: 18px;
	color: var(--primary-color);
	font-family: "futura-pt", sans-serif;
}

.contact input:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
	font-weight: 500;
	font-size: 18px;
	color: var(--primary-color);
	font-family: "futura-pt", sans-serif;
}

.contact input::-ms-input-placeholder, .contact textarea::-ms-input-placeholder {
	font-weight: 500;
	font-size: 18px;
	color: var(--primary-color);
	font-family: "futura-pt", sans-serif;
}

.contact input::placeholder,
.contact textarea::placeholder {
	font-weight: 500;
	font-size: 18px;
	color: var(--primary-color);
	font-family: "futura-pt", sans-serif;
}

.contact-left form > div {
	margin-bottom: 30px;
}

.contact-title {
	font-size: 40px;
	font-family: "bookmania", serif;
	font-weight: 400;
	margin-bottom: 3px;
}

.contact-middle {
	margin-top: 30px;
	margin-bottom: 30px;
}

.contact-info li {
	margin-bottom: 12px;
}

.contact-info li strong {
	margin-right: 8px;
}

.contact-info a {
	color: var(--primary-color);
}

.social-icons {
	margin-top: 30px;
}

.social-icons a {
	margin-right: 40px;
}

.gallery-slider .owl-dots {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 100%;
    left: 0;
}
/* Directions and Âé¶¹¾«Æ· */
.atlanta-heart {
	background-color: transparent;
}

.ha-img {
	max-width: 450px;
	margin-left: auto;
}

.atlanta-heart * {
	color: var(--primary-color);
}

.atlanta-heart .row {
	margin-top: 0px;
}

.dp-item {
	margin-bottom: 55px;
}

.dp-item p {
	margin-top: 15px;
}

.dp-item h4 {
	font-size: 32px;
	font-weight: 400;
	margin-top: 19px;
	margin-bottom: 5px;
}

.dp-content {
	padding-bottom: 120px;
}

.parking {
	padding-bottom: 45px;
	border-bottom: 1px solid #c08c14;
	margin-bottom: 40px;
}

.gallery-item {
	margin-top: 100px;
}
.gallery-content .gallery-item{
	margin-bottom: 100px;
}
.gallery-content .gallery-item:last-child {
    margin-bottom: 0;
}
.gallery-item .owl-carousel .owl-item img{
	    max-height: 740px;
    aspect-ratio: 4 / 3;
}
.gallery-content {
	overflow-x: hidden;
}

.gallery-content .section-title {
	margin-bottom: 20px;
}

.slider-3 .owl-item:not(.active) .gs-item {
	position: relative;
}

.slider-3 .owl-item:not(.active) .gs-item::after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: 0.7;
	content: " ";
}

.slider-3 .owl-stage-outer {
	overflow: visible;
}

.slider-3 .owl-next,
.slider-3 .owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}
.slider-3 .owl-next {
	left: auto;
	right: 0;
	-webkit-transform: translateY(-50%) translateX(50%);
	    -ms-transform: translateY(-50%) translateX(50%);
	        transform: translateY(-50%) translateX(50%);
}

.gallery-slider .owl-dots,
.slider-3 .owl-dots {
	text-align: center;
	padding-top: 5px;
}

.gallery-slider .owl-dot,
.slider-3 .owl-dot {
	width: 32px;
	height: 2px;
	background-color: #abbbc2 !important;
	margin-left: 8px;
	margin-right: 8px;
}

.gallery-slider .owl-dot.active,
.slider-3 .owl-dot.active {
	background-color: #c08c14 !important;
	height: 4px;
}

.gi-para {
	max-width: 922px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
}

/* Shopping */
.retail-therapy p {
	margin-bottom: 0;
}

.shopping-item {
    padding: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 100%;
}
.shopping-item:hover {
    background-color: #c08c14;
}
.shopping-item h4 {
	margin-top: 20px;
}

.shopping-item:hover * {
	color: #fff;
}

.shopping-item h4 {
	font-size: 21px;
	font-weight: 500;
	margin-top: 12px;
}

.shopping-item h3 {
	font-size: 32px;
	font-weight: 400;
}

.scroll-top-wrapper .three-border {
	max-width: 100%;
}

.amenite-item {
	margin-bottom: 85px;
}
.amenity-logo-wrap {
    width: 100%;
    height: 100px;
}
.amenite-item h4 {
    font-size: 21px;
    margin-top: 20px;
    font-weight: 500;
}

/* .additional-amenities {
    min-height: 528px;
} */
.additional-amenities {
	position: relative;
	background-color: var(--primary-color);
}
.amenities-overlay {
    background-size: cover;
    background-position: center;
    opacity: 0.59;
    mix-blend-mode: multiply;
}

.additional-amenities .pair-border::after,
.additional-amenities .pair-border::before {
	border: 1px solid #be8b15;
}

.additional-amenities .pair-border::after {
	height: calc(100% - 140px);
	top: 70px;
	left: 10px;
}

.additional-amenities .pair-border::before {
	height: calc(100% - 159px);
	top: 79px;
	left: 0px;
	width: calc(100%);
}

.additional-amenities > .container {
	padding-top: 140px;
	position: relative;
	z-index: 1;
	padding-bottom: 145px;
}

.additional-amenities .title {
	margin-bottom: 15px;
}

.additional-amenities * {
	color: #fff;
}

.additional-amenities li {
	margin-bottom: 20px;
}

.amenity-name {
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
}

.additional-amenities ul li:hover a {
	color: #fff;
	text-decoration: underline;
}

.outdoor-pool {
	overflow-x: hidden;
}

.outdoor-pool h4 {
	font-size: 45px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: capitalize;
}

.shop-atlanta {
	margin-top: 60px;
}

.shop-atlanta a {
	margin-top: 15px;
}

/* FAQ Accordion */
.faq-accordion {
	padding-top: 95px;
}
.faq-group{
	padding-bottom: 80px;
}
.faq-group:last-child{
	padding-bottom: 0px;
}
.faq-accordion .accordion__item:first-child {
	border-top: 1px solid #b88e34;
}

.faq-accordion .accordion__item {
	border-bottom: 1px solid #b88e34;
}

.faq-accordion .accordion__content > div {
	padding-bottom: 32px;
}

.faq-accordion .accordion__content p:last-child {
	margin-bottom: 0;
}

.faq-accordion h2 {
	margin-bottom: 25px;
}

.faq-accordion h3 {
    font-size: 45px;
    font-weight: 400;
    margin: 25px 0 25px;
}

/* Events */
.counters-wrap {
    padding-bottom: 128px;
}
.event-item .title {
	font-size: 104px;
	color: #c08c14;
	margin-bottom: -15px;
}

.event-item p {
	font-size: 21px;
	font-weight: 500;
}

.book-space .button {
	color: var(--primary-color);
	padding: 12px 24px;
	margin-top: 60px;
}
.book-space .button:hover {
	color: #fff;
}

.add-your-page.alt .add-page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.events-accordion-wrap{
	padding: 140px 0;
}
.events-accordion {
	padding-top: 100px;
}
.events-accordion:first-child{
	padding-top: 0;
}

.events-accordion .title {
	border-top: 1px solid #c08c14;
	text-align: left;
	padding-top: 45px;
	line-height: 1.1;
}

.events-accordion .accordion__item {
	border-bottom: 1px solid #e2e2e2;
}

.events-accordion .accordion__item:first-child {
	border-top: 1px solid #e2e2e2;
}

.events-accordion h4 {
	font-size: 32px;
	color: #c08c14;
	font-weight: 400;
	padding-top: 16px;
}

.events-accordion h6 {
	font-size: 18px;
	font-weight: 500;
}

.inner-content {
	padding-left: 60px;
	padding-bottom: 50px;
}

.inner-content h5 {
	margin-bottom: 23px;
}

.events-accordion .accordion__title h5 {
	margin-bottom: 19px;
}

.events-accordion .accordion__content >  p {
	margin-top: -6px;
	padding-bottom: 3px;
}

.inner-content [class*="col-"] {
	margin-bottom: 10px;
}

.active .plus-icon {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* Dine */

.dine-item {
	background-color: #fff;
	padding: 20px 30px;
}

.dine-item h4 {
	font-size: 32px;
	font-weight: 400;
	border-top: 1px solid #c08c14;
	padding-top: 15px;
	margin-bottom: 30px;
}

.dine-item h5 {
	font-size: 18px;
	margin-bottom: 4px;
}

.wpcf7-spinner{
	display: block;
}



/* New Styles */
.welcome.dots-bg .pair-border {
    z-index: 1;
}

.dwc::before {
    display: block;
    background: url('/wp-content/themes/american-hotel/assets/images/dine/welcome-dots.png') no-repeat scroll 0 100% / 665px auto;
    z-index: 1;
}

.welcome.dots-bg .pair-border::before,
.welcome.dots-bg .pair-border::after {
    border-right: 1px solid #BE8B15;
}

.welcome.dots-bg .pair-border::before {
    width: calc(100% - 64px);
}

.welcome.dots-bg .pair-border::after {
    width: calc(100% - 40px);
}

.dine-content .collaborate::before,
.dine-content .collaborate::after {
    display: none;
}

.edc-content span {
    border-bottom: 1px solid #fff;
    margin-left: 5px;
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
}
.edc-content a:hover span {
    border-bottom-color: transparent;
}
.full-gallery.owl-carousel .owl-stage {
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
}
.full-gallery.owl-carousel .owl-item img {
	aspect-ratio: 1.5;
}
.dine-menu {
    padding-top: 120px;
    position: relative;
    z-index: 1;
    padding-bottom: 140px;
}

.dine-list {
    margin-top: -17px;
    margin-bottom: 25px;
}

.dine-menu .button {
    font-size: 18px;
    color: #112F3C;
    margin-bottom: 30px;
}

.dine-menu .button:hover {
    color: #fff;
}

.dine-menu::before,
.dine-menu::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: " ";
    z-index: -1;
}

.dine-menu::before {
    background: url('/wp-content/themes/american-hotel/assets/images/dine/dots-2.png') no-repeat scroll 100% 172px / 627px auto
}

.dine-menu::after {
    background: url('/wp-content/themes/american-hotel/assets/images/dine/dots-2.png') no-repeat scroll 0 100% / 627px auto
}
.menu-item-wrap p{
	margin-bottom: 0;
}
.disclaimer {
    background-color: transparent;
}
.menu-cards-wrap {
    margin-bottom: 100px;
}
.menu-cards-wrap > .row {
    width: calc(66.6666% + 16px);
}
.menu-cards-wrap:last-child {
    margin-bottom: 0;
}
.dine-item h4 {
    margin-bottom: 20px;
}

.dine-item h5 {
    margin-bottom: 2px;
}

.dm-images {
    position: absolute;
    right: 0;
    top: 303px;
    width: calc(50% - 228px);
    height: calc(100% - 443px);
    overflow: hidden;
}
.dm-images>div {
    margin-bottom: 20px;
    min-height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.wc-content p {
    font-weight: 400;
}
.preview-img {
    display: block;
    mix-blend-mode: multiply;
    width: 780px;
    max-width: initial;
}
.thumbnail-wrapper{
	position: relative;
	z-index: 1;
	height: 402.3px
}
.acf-map {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.location-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    visibility: visible;
    opacity: 1;
}

.thumbnail-wrapper .acf-map {
    z-index: 1;
}

.thumbnail-wrapper.img .acf-map {
    visibility: hidden;
    opacity: 0;
}

.shopping-item:hover .thumbnail-wrapper.img .acf-map {
    visibility: visible;
    opacity: 1;
}

.shopping-item:hover .thumbnail-wrapper.img .location-img {
    visibility: hidden;
    opacity: 0;
}
.daterangepicker td.start-date.end-date {
    border-radius: 0;
    background-color: #112f3c;
}

.daterangepicker .calendar-table td {
    padding: 5px 11px;
}

.dp-item.has-image {
    padding: 0;
}

.dp-item.has-image:hover {
    background-color: transparent;
}

.has-image.shopping-item:hover * {
    color: var(--primary-color);
}
.dp-item.shopping-item {
    height: auto;
}
.cky-consent-container {
    max-width: 50%;
    left: 25% !important;
    bottom: 20px !important;
}
.footer-menu {
    display: flex;
    column-gap: 30px;
	row-gap: 15px;
    font-size: 16px;
    justify-content: center;
	flex-wrap: wrap;
}

.footer-menu a {
    position: relative;
    display: inline-block;
}
.footer-menu a:after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: -15px;
}

input[type='submit'].gform_button {
	background-color: #c08c14 !important;
    font-family: "futura-pt", sans-serif !important;
    font-size: 21px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    padding: 15.3px 41.2px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
    border-radius: 0 !important;
}
.nice-select {
	position: relative !important;
    background: #fff !important;
    border: 1px solid #686e78 !important;
    border-radius: 4px !important;
	padding: 9px !important;
}
.nice-select .list {
	max-height: 50vh;
	overflow: scroll;
}
.footer-menu li:last-child a:after {
    display: none;
}

.footer-menu-wrap {
    margin-top: 35px;
	    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cky-btn-revisit-wrapper{
	display: none !important;
}

.home-slider-flex .first-item
{
	width: 100%;
	max-width: 50%;
}
.home-slider-flex .second-item
{
	width: 100%;
	max-width: 50%;
}
@media only screen and (max-width: 767px) {
	.home-slider-flex .first-item 
	{
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-left: 0 !important;
	}
	.home-slider-flex .second-item
	{
		width: 100%;
		max-width: 100%;
	}
}

/* Thank You Page CSS */
.thank-you-page {
    padding: 180px 0 142px;
}
.mb-p p:last-child{
    margin-bottom:0;
}
.thank-you-content h1 {
    font-size: 100px;
    font-family: "bookmania",serif;
    font-weight: 400;
    line-height: 1;
}
.thank-you-content svg {
    margin-bottom: 38px;
}
.thank-you-content p {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    font-family: "bookmania",serif;
}
.thank-you-content .button {
    margin-top: 18px;
    padding: 7px 27px;
}


/* MAP BLOCK */
.map_block {
position: relative;
overflow: hidden;
}
.map_block h1:before,
.map_block h2:before {
    content: none;
}

.filter-group::-webkit-scrollbar {
    width: 6px;
}

.filter-group::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.filter-group::-webkit-scrollbar-thumb {
    background: #9a9893;
    outline: 1px solid #333233;
}

#map-popup {
    position: absolute; /*	top: 5%;*/ /* bottom: 0;*/ /*	left: 33%;*/
    width: 350px;
    z-index: 1;
    border-radius: 0;
    color: #000;
    font-family: Copperplate;
    font-size: 16px;
    letter-spacing: 0.91px;
    background: #ffffff;
    padding: 0; /* height: 100%;*/
    transition: opacity 0.5s ease;
    overflow-y: auto;
    overflow-x: auto;
    opacity: 0;
}

#map-popup.active {
    opacity: 1;
}

#map-popup #map-popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 0;
    cursor: pointer;
    line-height: 1;
}

#map-popup.active #map-popup-close {
    opacity: 1;
    transition: opacity 0.5s ease 0.5s;
}

#map-popup #map-popup-content {
    padding: 25px 30px;
    opacity: 0;
}

#map-popup #map-popup-content h6 {
    font-size: 18px;
}

#map-popup #map-popup-content p {
    font-size: 15px;
    margin-bottom: 15px !important;
    line-height: 1.3;
}

#map-popup #map-popup-content .button {
    /* font-size: 15px;*/ /*		font-weight: normal;*/ /*		padding: 5px 0;*/ /*		border-bottom: 2px solid;*/
}

#map-popup.active #map-popup-content {
    opacity: 1;
    transition: opacity 0.5s ease 0.5s;
}

.map-holder-wrapper {
	padding-left: 190px;
}

.mapboxgl-map {
    font: inherit !important;
	width: calc(100vw - 180px);
}

.mapboxgl-popup-content {
    text-align: center;
    padding: 40px 25px !important;
    min-width: 275px;
}

.mapboxgl-popup-content h3 {
    font-size: 16px;
}

.mapboxgl-popup-content .button, .mapboxgl-popup-content .button:focus-visible {
    font-size: 14px;
    padding: 10px 20px;
    color: #102f3c;
    outline: none !important;
}
.mapboxgl-popup-content .button:hover {
    background-color: transparent;
    color: #102f3c;
    border: 1px solid #102f3c;
}

.mapboxgl-popup-close-button {
    font-size: 25px;
    right: 5px !important;
    top: 5px !important;
}

.filter-group {
    position: absolute; /*	position: relative;*/
    float: left;
    bottom: 0;
    left: 0;
    z-index: 3;
    border-radius: 0; /*	width: auto;*/
    width: 180px;
    color: #fff;
    background: #112f3c;
    padding: 30px 15px;
    font-size: 32px;
    height: 100%;
    max-height: 650px; /*	width: 30%;*/
    box-shadow: none;
    text-align: left !important; /*	overflow: auto;*/
}

.mapfiler > label {
    display: none;
}

/*.filter-category {overflow: hidden;opacity: 0;max-height: 0;transition: all .5s ease;}*/
.mapfiler.active .filter-group-toggle {
    background: #112f3c;
    /* text-align: right;
    margin-left: -15px; */
}

.filter-group-toggle {
    /*	padding: 5px 10px;*/ /*	margin-bottom: 15px;*/
    padding: 25px 20px;
    margin: 0;
    cursor: pointer;
    background: transparent;
    /*     font-family: "ogg", serif; */
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    white-space: nowrap;
    display: inline-block;
    min-width: 100%;
    text-align: center;
    line-height: 1;
    transition: all 0.35s;
/* 	font-weight: 200; */
}

.mapfiler:last-of-type .filter-group-toggle {
    border-bottom: 0;
}

.filter-group-toggle > span {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    max-width: 0;
    margin-right: -10px;
    transition: all 0.35s;
}
.filter-group-toggle > img {
    width: 40px;
    height: 40px;
	min-width: 40px;
    display: inline-block;
    vertical-align: middle;
	object-fit: contain;
}
.filter-group-toggle > svg {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.filter-group-toggle > i {
    font-size: 60px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
	.filter-group-toggle:hover {
		background: #112f3c;
		text-align: right;
		margin-left: -15px;
		color: #fff;
	}
	
	/* .filter-group-toggle:hover > span,
	.mapfiler.active .filter-group-toggle > span  */
	.filter-group-toggle:hover > span {
		opacity: 1;
		visibility: visible;
		padding-left: 45px;
		max-width: 500px;
		margin-right: 5px;
	}
}

.filter-group-toggle.hovered {
    background: #112f3c;
    text-align: right;
    margin-left: -15px;
    color: #fff;
}

.filter-group-toggle.hovered > span {
    opacity: 1;
    visibility: visible;
    padding-left: 25px;
    max-width: 340px;
    margin-right: 5px;
}

.mapboxgl-ctrl-bottom-left {
    display: none !important;
}

.mapboxgl-ctrl-bottom-right {
    display: none !important;
}

.mapboxgl-marker {
    cursor: pointer;
    border-radius: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.mapboxgl-marker:after {
    content: "";
    position: absolute;
    top: 97%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #112f3c;
}

.hotel-marker:after {
	content: unset;
}


@media (max-width: 768px) {
	.map-holder-wrapper {
		padding-left: 70px;
	}
	.filter-group {
		width: 60px;
		padding: 0;
	}
	.mapboxgl-map {
		width: calc(100vw - 60px);
	}
	.filter-group-toggle {
		padding: 10px;
	}
	.filter-group-toggle > span {
		font-size: 14px;
	}
	.filter-group-toggle > img {
		width: 30px;
		height: 30px;
		min-width: 30px;
	}
}

.hero-video{
	position: absolute;
    width: 100%;
    height: 100%;
}