/*

Theme Name: child

Theme URI: https://base.spiro-creative.com/

Description: A child theme for Twenty Twenty Four

Author: You

Author URI: https://base.spiro-creative.com/

Template: twentytwentyfour

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: https://www.gnu.org/licenses/gpl-2.0.html

Tags: child-theme, twentytwentyfour

*/


body .site-main {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	  animation-delay: 1s;
	  opacity: 0;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.site-main section {
	opacity: 0;
	overflow-x: hidden;
}
.site-main section.animated-fadeInUp {
	animation-duration: 1.25s;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
	animation-name: fadeInUpp !important;
}
@keyframes fadeInUpp {
    from{opacity:0;transform:translate3d(0,40px,0);}
    to{opacity:1;transform:none}
}


/* header */

.site-header {
	direction: ltr;
	padding: 6px 34px;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
body.admin-bar .site-header {
	top: 32px;
}
.site-header .container {
	max-width: unset;
	width: 100%;
}
.site-header .row {
	align-items: center;
	justify-content: space-between;
	align-items: center;
    height: 100%;
}
.mob-menu .menu-top > i {
	margin-bottom: 70px;
	cursor: pointer;
}
.mob-menu p {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.mob-menu p a {
	font-family: 'Zapfino', sans-serif;
	font-size: 25px;
	margin: 0 10px;
}
.mob-menu p a:color {
	color: rgba(187, 125, 51, 1);
}
.site-header .logo a {
  display: flex;
  align-items: center;
  max-width: 228px;
}
.site-header .logo a img {
	max-height: 56px;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right .language-switcher {
  margin-right: 46px;
}
.header-right .language-switcher a {
  color: #fff;
  text-decoration: none;
}
body:not(.rtl)  .header-right .language-switcher a {
  position: relative;
  top: 1px;
}

body.rtl .main-navigation ul {
	direction: rtl;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	text-align: left;
	padding: 0 0;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	padding: 8px 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	border-radius: 0px;
	font-weight: 300;
	color: rgb(153, 35, 31);
	padding: 0;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 1.6px;
	line-height: 24px;
	/*padding-top: 8px;
	padding-bottom: 8px;*/
}
.main-navigation ul:not(.sub-menu) > li > ul {
	position: relative;
	padding: 48px 0 40px;
}
.main-navigation ul:not(.sub-menu) > li > ul:before {
	content: '';
	background: url(inc/img/submenu-mob.svg) no-repeat;
	width: 42px;
	height: 9px;
	position: absolute;
	top: 21px;
	left: 50%;
	transform: translateX(-50%);
}
.main-navigation ul:not(.sub-menu) > li > ul:after {
	content: '';
	background: url(inc/img/submenu-mob.svg) no-repeat;
	width: 42px;
	height: 9px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.main-navigation ul ul ul a {
	font-size: 15px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.bar1 {
	top: 0;
}
.bar2 {
	opacity: 1;
}
.menu-bar + .menu-bar {
	margin-top: 4px;
}
.bar3 {
	bottom: 0;
}
.toggled .bar1 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggled .bar2 {
	opacity: 0;
}
.toggled .bar3 {
	margin-top: -18.5%;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#primary-menu {
}
#primary-menu a {
	text-align: center;
}
.main-navigation.toggled ul ul {

}
.main-navigation li.menu-item-has-children > a > i {
  font-size: 12px;
  margin: 0 10px;
}
.main-navigation li.menu-item-has-children > a {
  padding-left: 20px;
}
.main-navigation ul ul ul li {
	padding: 16px 0 0;
}
.menu-bar {
	display: block;
	position: relative;
	background: #ffffff;
	width: 41px;
	height: 2px;
	border-radius: 0px;
	transition: all 0.3s;
	margin: 0 auto;
}
.menu-toggle,
.menu-toggle:active,
.menu-toggle:focus {
	display: block;
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	padding: 0 !important;
	margin: 0 auto;
	background: 0 0;
	transition: all 0.5s cubic-bezier(1, 0, 0.645, 0.65);
	z-index: 99999999;
	border: 0;
	outline: 0;
	box-shadow: none;
}
.menu-toggle:hover {
	background: transparent !important; 
}
.site-branding {
	float: left;
}
header .main-navigation div li {
	display: block;
	text-align: center;
}
header .main-navigation div li.current-menu-item,
header .main-navigation div li:hover {
	border: 0;
	color: #fff;
}
header .main-navigation div li.current-menu-item>a,
header .main-navigation div li a:hover {
	color: rgba(187, 125, 51, 1);
}
header .main-navigation .mob-menu {
	position: fixed;
	right: -400px;
	width: 396px;
	background: #f9f9fa;
	z-index: 150;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	height: calc(100vh - 76px);
	top: 76px;
	padding: 29px 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: auto;
}
body.admin-bar header .main-navigation .mob-menu {
	top: 108px;
}
header .toggled .mob-menu {
	right: 0;
}
.menu-top {
  margin-left: 29px;
}
.book-form-header {
  display: flex;
}
.language-switcher-mob {
  display: none;
  height: 60px;
  align-items: center;
  padding: 0 21px;
  margin-bottom: 40px;
}
.language-switcher-mob a {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.language-switcher-mob a.current-language {
  color: #BB7D33;
}
.language-switcher-mob a:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: -1px;
	width: 1px;
	height: 17px;
	background: #99231F;
	border-radius: 50%;
}
.main-navigation ul.social-header {
  list-style: none;
  display: none;
  justify-content: center;
  margin: 0 -20px 0px;
}
.social-header li {
  margin: 0 20px !important;
}
.social-header li a {
  color: #904130;
  font-size: 34px !important;
  height: unset !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.social-header li a:hover {
	background: transparent !important;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
	touch-action: auto;
}

.btn-sticky-mob {
	display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 95;
    background: #fff;
    box-shadow: 0px 4px 20px 0px #00000080;
}
.btn-sticky-mob a {
    background: #BB7D33;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff !important;
    width: 100%;
    border: 1px solid #BB7D33;
} 
.btn-sticky-mob a:hover {
	background: transparent;
	color: #BB7D33;
} 

/* footer */

.footer {
	background: #904130;
	direction: ltr;
	padding: 56px 0 0;
}
.footer .container {
	max-width: unset;
	width: unset !important;
}
.footer .wrapper {
	padding: 0 85px;
}
body.rtl .footer .row > div {
	direction: rtl;
}
.footer .row:not(.footer-bot) > div > div:last-child {
	margin: 0 0 30px;
}
.footer .row:not(.footer-bot) {
	margin: 0 -15px;
}
.footer .row:not(.footer-bot) > div {
	min-height: 255px;
}

body .footer .row:not(.footer-bot) {margin: 0 -38px;}
body .footer .row:not(.footer-bot) > div {padding: 0 38px;}
.footer .row:not(.footer-bot) > div:nth-child(1) {min-width: 478px;}
.footer .row:not(.footer-bot) > div:nth-child(4) {min-width: 586px;}



.footer .menu {
	padding: 0;
	list-style: none;
}
.footer .menu li {
	margin: 2px 0;
}
.footer .menu li a {
	color: #EBE7DE;
	font-weight: 300;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
body.rtl .footer .menu li a {
	font-size: 18px;
}
.footer .widget h3 {
	font-family: 'Helvetica', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #EBE7DE !important;
	line-height: 1.8;
}
body:not(.rtl) .footer #text-5.widget h3 {
  font-size: 15px;
}
.footer .zoom-social-icons-widget.widget {
	margin: 0 0 35px;
}
body:not(.rtl) .footer .zoom-social-icons-widget.widget {
  direction: rtl;
  text-align: left;
}
.footer .widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
  margin-left: -10px;
}
.footer .zoom-social-icons-list .socicon,
.footer .zoom-social-icons-list .dashicons, 
.footer .zoom-social-icons-list .genericon, 
.footer .zoom-social-icons-list .academicons,
.footer .zoom-social-icons-list .fa {
  padding: 5px;
}
.footer .textwidget p a,
.footer .textwidget p {
	color: #EBE7DE;
	text-decoration: none;
	max-width: unset;
}
.footer .menu li.current-menu-item a,
.footer .menu li a:hover,
.footer .textwidget p a:hover {
	color: #bb7d33;
}
.footer #text-5,
.footer #text-2 {
	margin: 0 0 20px;
}
.footer .wpforms-container .wpforms-field {
	padding: 0;
}
.footer .wpforms-container .wpforms-field-label {
	display: none;
}
.footer div.wpforms-container-full {
	margin: 20px 0;
}
.wpforms-confirmation-container-full {
  text-align: center;
}
.wpforms-confirmation-container-full p {
  color: #000 !important;
}
.footer .wpforms-field-email input {
	width: 100% !important;
	max-width: unset !important;
	height: 70px;
	border-radius: 0 !important;
	border: 1px solid #fff !important;
	color: rgb(144, 65, 48) !important;
	font-size: 17px !important;
	padding: 0 29px 0 80px !important;
}
body:not(.rtl) .footer .wpforms-field-email input {
	color: #122223 !important;
	padding: 0 80px 0 29px !important;
}
.footer .wpforms-field-email input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgb(144, 65, 48) !important;
	opacity: 1 !important;
}
.footer .wpforms-field-email input::-moz-placeholder {
	/* Firefox 19+ */
	color: rgb(144, 65, 48) !important;
	opacity: 1 !important;
}
.footer .wpforms-field-email input:-ms-input-placeholder {
	/* IE 10+ */
	color: rgb(144, 65, 48) !important;
	opacity: 1 !important;
}
.footer .wpforms-field-email input:-moz-placeholder {
	/* Firefox 18- */
	color: rgb(144, 65, 48) !important;
	opacity: 1 !important;
}
body.hotel-individual .footer .wpforms-field-email input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #122223 !important;
	opacity: 1 !important;
}
body.hotel-individual .footer .wpforms-field-email input::-moz-placeholder {
	/* Firefox 19+ */
	color: #122223 !important;
	opacity: 1 !important;
}
body.hotel-individual .footer .wpforms-field-email input:-ms-input-placeholder {
	/* IE 10+ */
	color: #122223 !important;
	opacity: 1 !important;
}
body.hotel-individual .footer .wpforms-field-email input:-moz-placeholder {
	/* Firefox 18- */
	color: #122223 !important;
	opacity: 1 !important;
}
.footer .wpforms-form {
	position: relative !important;
	max-width: 510px;
}
.footer form .wpforms-submit-container {
	padding: 0;
	margin: 0 !important;
	position: absolute !important;
	left: 45px;
	top: 50%;
	transform: translateY(-50%);
}
.footer .wpforms-submit-container {
	content: '';
	background: url(inc/img/submit.svg) no-repeat;
	width: 26px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0;
}
body:not(.rtl) .footer .wpforms-submit-container {
	background: url(inc/img/submit2.svg) no-repeat;
	left: unset;
	right: 45px;
	filter: brightness(0) saturate(100%) invert(31%) sepia(8%) saturate(4612%) hue-rotate(323deg) brightness(94%) contrast(90%);
}
body.hotel-individual .footer .wpforms-submit-container {
	filter: brightness(0) saturate(100%) invert(0%) sepia(21%) saturate(2816%) hue-rotate(334deg) brightness(109%) contrast(92%);
}
.footer .wpforms-container .wpforms-form em.wpforms-error,
.footer .wpforms-container .wpforms-form .wpforms-field-sublabel {
	min-width: 90px;
	position: absolute !important;
	color: #fff !important;
}
.footer .wpforms-submit {
	padding: 0 !important;
	height: 20px !important;
	width: 26px !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 0 !important;
}
.footer-bot.row {
	text-align: center;
	padding: 0 0 19px;
}
.footer-bot.row p,
.footer-bot.row p a {
	font-size: 15px;
}
body:not(.rtl) .footer-bot.row p, body:not(.rtl) .footer-bot.row p a {
  font-size: 12px;
}
.footer-bot.row p:last-child {
	direction: ltr;
	font-size: 12px;
}

.footer-menus {
  display: flex;
  justify-content: space-between;
}
.social-footer {
  list-style: none;
  display: flex;
  margin: 0 -8px 27px;
}
.social-footer li {
  margin: 0 8px;
}
.social-footer li a {
  color: #fff;
  font-size: 24px;
}
.social-footer li a:hover {
	color: var(--light-brown);
}
.whatsapp-mob {
  position: fixed;
  right: 29px;
  bottom: 43px;
  z-index: 99;
}

/* single room */

.s-sroom {
  padding: 60px 0 100px;
}
.s-sroom .container {
  max-width: 1408px;
}
.room-title h1 {
  font-size: 45px;
  max-width: 600px;
  line-height: 56px;
  margin: 0 0 40px;
}
.row.room-top {
  margin-bottom: 70px;
  justify-content: space-between;
}
.s-sroom .button {
	min-width: 368px;
	background: #000000;
	color: #fff;
}
.s-sroom .button:hover {
	border-color: #000;
	background: transparent;
	color: #000;
}
.room-details {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0 -15px;
}
.room-details li {
  margin: 0 15px;
  display: flex;
  align-items: center;
  font-family: 'Jost';
  font-size: 14px;
  font-weight: 400;
  color: #58585B;
  text-transform: uppercase;
}
.room-details li svg {
  margin-right: 10px;
}
.gallery-room {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-bottom: 60px;
}

.gallery-room-one:nth-child(1) { grid-area: 1 / 1 / 3 / 4; }
.gallery-room-one:nth-child(2) { grid-area: 1 / 4 / 2 / 5; }
.gallery-room-one:nth-child(3) { grid-area: 1 / 5 / 2 / 6; }
.gallery-room-one:nth-child(4) { grid-area: 2 / 4 / 3 / 5; }
.gallery-room-one:nth-child(5) { grid-area: 2 / 5 / 3 / 6; } 
.gallery-room-one:nth-child(6) { grid-area: 3 / 1 / 4 / 2; }
.gallery-room-one:nth-child(7) { grid-area: 3 / 2 / 4 / 3; }
.gallery-room-one:nth-child(8) { grid-area: 4 / 1 / 5 / 2; }
.gallery-room-one:nth-child(9) { grid-area: 4 / 2 / 5 / 3; }
.gallery-room-one:nth-child(10) { grid-area: 3 / 3 / 5 / 6; }
.gallery-room-one:nth-child(11) { grid-area: 5 / 1 / 7 / 4; }
.gallery-room-one:nth-child(12) { grid-area: 5 / 4 / 6 / 5; }
.gallery-room-one:nth-child(13) { grid-area: 5 / 5 / 6 / 6; }
.gallery-room-one:nth-child(14) { grid-area: 6 / 4 / 7 / 5; }
.gallery-room-one:nth-child(15) { grid-area: 6 / 5 / 7 / 6; }
.gallery-room-one:nth-child(16) { grid-area: 7 / 1 / 8 / 2; }
.gallery-room-one:nth-child(17) { grid-area: 7 / 2 / 8 / 3; }
.gallery-room-one:nth-child(18) { grid-area: 8 / 1 / 9 / 2; }
.gallery-room-one:nth-child(19) { grid-area: 8 / 2 / 9 / 3; }
.gallery-room-one:nth-child(20) { grid-area: 7 / 3 / 9 / 6; } 


.gallery-room-one img {
  height: 100%;
  object-fit: cover;
  max-height: 280px;
  min-height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.gallery-room-one:hover img {
	transform: scale(1.04);
}
.gallery-room-one {
	overflow: hidden;
}
.gallery-room-one:nth-child(1) .gallery-room-one img,
.gallery-room-one:nth-child(10) .gallery-room-one img,
.gallery-room-one:nth-child(11) .gallery-room-one img,
.gallery-room-one:nth-child(20) .gallery-room-one img {
  max-height: 570px;
}

.single-room .gallery-room-one:nth-child(n+6) {
	display: none
}

.row.room-main {
  margin: 0 -40px;
}
.row.room-main > div {
  padding: 0 40px;
}
.row.room-main > div:nth-child(2) {
  max-width: 630px;
}
.s-sroom .room-content h3 {
  font-family: 'Helvetica';
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
.room-content h3:not(:first-child) {
	margin-top: 60px;
}
.room-content ul {
  list-style: none;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.room-content ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  flex-basis: 50%;
}
.room-content ul.row-col2 li {
  flex-basis: 50%;
}
.room-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.s-sroom .room-side h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.s-sroom .room-side h3:nth-child(2) {
	margin-top: 60px;
}
.room-amenities {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin: 0 -15px;
}
.room-amenities li {
  flex-basis: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  color: #122223;
}
.room-amenities li svg {
  margin-right: 30px;
}

.s-sroom .btn-wrap {
  display: flex;
  justify-content: center;
}

.s-more-room {
  padding: 100px 0 100px;
  background: #F9F5EC;
}
.more-room-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px;
}
.more-room-t .button {
  min-width: 256px;
}
.s-more-room .btn-wrapper .button:hover,
.more-room-t .button:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.s-more-room h2 {
  font-size: 65px;
  line-height: 1.2;
  margin: 0;
}
.s-more-room .row {
	margin: 0 -15px 49px;
}
.s-more-room .row > div {
	padding: 0 15px;
}
.room-more-one {
  display: flex;
  height: 623px;
  padding: 14px 36px;
  align-items: flex-end;
  text-decoration: none;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.room-more-one img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 2s ease;
	object-fit: cover;
}
.room-more-one:hover img {
	transform: scale(1.1);
}
.room-more-one h5 {
  font-size: 60px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.s-more-room .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}


/* room */

.s-rooms {
  padding: 60px 0 200px;
}
.s-rooms .wrapper {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto 100px;
}
.s-rooms h5 {
	margin-bottom: 12px;
}
.s-rooms .row {
	flex-wrap: wrap;
	margin: 0 35px;
}
.s-rooms .row > div {
	padding: 0 35px;
	flex-basis: 50%;
	max-width: 50%;
	width: 50%;
}
.room-one {
	margin: 0 0 80px;
}
.room-one-img {
  display: flex;
  height: 540px;
  margin-bottom: 45px;
  overflow: hidden;
}
.room-one-img img {
	width: 100%;
	height: 100%;
	transition: all 2s ease;
	object-fit: cover;
}
.room-one-img:hover img {
	transform: scale(1.1);
}
.room-one h3 {
  font-family: 'Helvetica';
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1.3;
}
.room-one .room-details {
  margin-bottom: 27px;
}
.room-one p {
  max-width: 520px;
  margin-bottom: 33px;
}
.room-one .btn-wrapper {
  display: flex;
}
.room-one .button {
  height: 42px;
  min-width: 176px;
} 



/*==========  Desktop First  ==========*/

@media (max-width: 1900px) {
	.footer .row:not(.footer-bot) > div:nth-child(1) {min-width: unset;}
	.footer .row:not(.footer-bot) > div:nth-child(4) {min-width: unset;}
}

@media (max-width: 1600px) {
	/*.book-form-header {max-width: 850px;}*/
}

@media (max-width: 1440px) {
	body .footer .row:not(.footer-bot) {margin: 0 -25px;}
	body .footer .row:not(.footer-bot) > div {padding: 0 25px;}
	body:not(.hotel-individual) .footer .row:not(.footer-bot) > div .footer-menus {margin-right: 0 !important;}
	body:not(.hotel-individual) .footer .row:not(.footer-bot) > div:nth-child(3) {transform: translate(0) !important;}
}

@media (max-width: 1366px) {
	/*.book-form-header {max-width: 780px;}*/
}
  

@media (max-width: 1199.98px) {
	.main-navigation ul.social-header {display: flex;}
	.mob-menu p,
	.mob-menu .menu-top > i,
	.header-right .language-switcher,
	/*.book-form-header {display: none;}*/
	.language-switcher-mob {display: flex;}
	header .main-navigation .mob-menu {padding: 29px 0 110px;}
	.main-navigation li {margin: 0;padding: 0;}
	.main-navigation ul ul ul li {padding: 0;}
	.main-navigation li a {border-radius: 0px;font-size: 18px;letter-spacing: 1px;height: 60px;text-transform: uppercase;padding: 0 21px;display: flex;align-items: center;margin-top: -1px;border-top: 3px solid transparent;border-bottom: 1px solid #D7C7B4;position: relative;}
	header .main-navigation div li.current-menu-item a, header .main-navigation div li:hover a {color: #904130;background: #EBE6DD;border-bottom: 1px solid #EBE6DD;}
	.main-navigation li.menu-item-has-children > a > i {padding: 19px;position: absolute;right: 0;width: 100%;text-align: right;height: 100%;margin: 0;}
	body.rtl .main-navigation li.menu-item-has-children > a > i {text-align: left; width: auto; left: 0; right: auto;}
	.main-navigation ul ul {padding: 0 !important;}
	.main-navigation ul ul::before, .main-navigation ul ul::after {content: none !important;}
	header .main-navigation .mob-menu {width: 100%;right: -100%;overflow-x: hidden;}
	header .toggled .mob-menu {right: 0 !important;}
	.toggled .menu-bar {
		width: 31px !important;
	}
	.toggled .menu-bar.bar1 {
		left: 4px;
	}
	.toggled .menu-bar.bar3 {right: -5px;margin-top: -22.5%;}

	.main-navigation .sub-menu-open {background: #EBE6DD !important;}
	.main-navigation ul ul li > a {background: #E6DCC9 !important;}
	.main-navigation ul ul ul li > a {background: #E5D5BA !important;}
	.main-navigation ul ul ul li:not(:last-child) > a {border-bottom: 1px solid #D7C7B4 !important;}
	.main-navigation ul ul li > a,
	.main-navigation ul ul ul li > a {margin-top: 0 !important;}

	.site-header {padding: 6px 25px;}
	.site-header .container {padding: 0;}
	.site-header .logo a {max-width: 245px;}
	.menu-toggle, .menu-toggle:active, .menu-toggle:focus {width: 37px !important;}
	.menu-bar {width: 37px!important;}
	.site-main section {opacity: 1;}
	.site-main section.animated-fadeInUp {animation-name: none !important;}
	.footer .zoom-social-icons-widget.widget {margin: 0 0 15px;}
	body:not(.rtl) .footer .widget h3 {font-size: 16px !important;}
	.footer-menus {flex-direction: column;}

}

@media (max-width: 991.98px) {
	body .footer .row:not(.footer-bot) {flex-wrap: wrap;}
	body .footer .row:not(.footer-bot) > div {max-width: 50% !important;flex-basis: 50% !important;}
	.footer .wpforms-form {max-width: unset !important;}
	.footer .row:not(.footer-bot) > div:nth-child(1) img {max-width: 250px !important;}
}

@media (max-width: 782px) {
	html #wpadminbar {display: none;}
	body.admin-bar .site-header {top: 0px;}
	body.admin-bar header .main-navigation .mob-menu {top: 76px;}
	#main {padding: 0 !important;}
	.btn-sticky-mob {display: flex;}
	.footer {margin-bottom: 64px;}
	.room-content ul li, .room-content ul.row-col2 li {flex-basis: 100%;}
}

@media (max-width: 767.98px) {
	body .footer .row:not(.footer-bot) > div {max-width: 100% !important;flex-basis: 100% !important;}
	.footer .container {padding: 0 25px;}
	.footer .wrapper {padding: 0 !important;}
	.footer .row:not(.footer-bot) > div {min-height: unset;}
	.footer .row:not(.footer-bot) > div:nth-child(1) {text-align: center;}
	.logo-footer {margin: 0 0 30px;}
	.more-room-t {margin: 0 0 40px;}
	.more-room-t .button {display: none;}
	.hotel-elma .s-more-room h2 {font-size: 40px;line-height: 1.2;}
		.s-soffer .offer-img img{object-fit: cover;}

}

@media (max-width: 575.98px) {

}

/*==========  Mobile First  ==========*/

@media (min-width: 576px) {

}

@media (min-width: 768px) {
	.summer .wrapper .right{
		margin-bottom: 80px;
	}
		.gallery-room-one:nth-child(1){
			min-height: 550px;
		}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}


/* hero banner style updates */

@media (max-width:1024px) {
	#vimeo-background iframe {
			width: 100%;
			height: 181vw;
	}

}
@media (max-width:767px) {
	#vimeo-background{
		height: 100% !important;
		min-height: 700px;
	}
}


/* ends here */