.avada-page-titlebar-wrapper {
  display: none;
}

#main {
  padding-top: 0;
}

#main > .fusion-row {
  max-width: 100%;
}

/* Styles below can move */

/* Single content page */

.main-container {
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
  display:grid;
  grid-template-columns:68% 30%;
  grid-gap:4%;
}

.header-container {
  text-align:center;
}

.header-container h1 {
  padding-bottom:6px;
}

.fullwidth_header {
  margin-left:-30px;
  margin-right:-30px;
  position:relative;
  background-position:center center !important;
   -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.fullwidth_header h1 {
  color:#fff !important;
  font-weight:400 !important;
  line-height: 1.3;
  font-size:3.2em !important;
}

.fullwidth_header:after {
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  bottom:0;
  width:100%;
  height:100%;

  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  transition: all 0.6s ease-in-out;
}

.header-wrapper {
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  min-height:580px;
}

.header-content {
  text-align:left;
  position:absolute;
  bottom:0;
  z-index:1;
  bottom:0;
  max-width:68%;
}

.itinerary-header-subheading {
  position:relative;
  letter-spacing:2px;
  color:#64a5b2;
  margin-bottom:25px;
  font-weight:400;
  display:inline-block;
  font-size:13px;
  line-height:1.6;
  text-transform:uppercase;
  z-index:1;
  padding-left:5px;
  padding-right:5px;
}

.text-devicer {
  display:inline-block;
  margin-left:10px;
  margin-right:10px;
  color:rgba(255,255,255,1);
}

/* Slider Styles */
.owl-carousel {
  position: relative;
}

.owl-carousel.devider-gallery {
  height:250px;
}

.owl-carousel div:not(.owl-controls) {
  height: 100%;
}

.owl-carousel .owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.owl-nav {
  position:absolute;
  bottom:5px;
  height:auto !important;;
}

.owl-nav button {
  display:inline-block;
  width:25px;
  height:25px;
  outline:none;
  margin-left:5px;
  background-color:#fff !important;;
}

.owl-nav button span {
  font-size:2em;
  height:25px !important;
  display:block;
  font-weight:300;
  line-height:19px;
  color:#333;
}

.room-container h4.room-title {
  color: #222;
  font-size: 24px;
  position: relative;
}

.overview-desc {
  margin: 20px auto;
}

span.room-sub-label {
  display: block;
  font-size: 12px;
  color: #64a5b2;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid rgba(1,1,1,.1);
  padding-bottom: 8px;
  margin-bottom: 4px
}

#room-desc, #room-inc, #room-chp {
  margin-bottom: 20px;
}

.overview_amd, .room_amd{
  list-style: none;
  padding-left:0;
}

.overview_amd li {
  display: inline-block;
  width:33%;
}

#room-amd li{
  display: inline-block;
  width: calc(50% - 30px);
}

.overview_amd li, .room_amd li  {
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  vertical-align: top;
}

.overview_amd li:before, .room_amd li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: #64a5b2;
  position: absolute;
  left: 10px;
}

.sub-header {
  font-size:1.3em !important;
  border-color: #efefef;
  padding-bottom:6px;
}

.property_facilities {
  margin-bottom: 1em !important;
}


/****************************/
/* Listing Room blocks */
/****************************/

.rooms-main-container {
	margin-top:20px;
}

.room-container {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom:1.2em;
	margin-bottom:1.5em;
}

.room-container:last-child {
    border-bottom: 0px solid;
}

.room-media-wrapper {
	display: inline-block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 250px;
}

.room-title {
	letter-spacing:0px !important;;
}

.table-1 table th, .tkt-slctr-tbl-wrap-dv table th {
	font-size: 16px;
	color: #333 !important;
	font-family: "gotcha-gothic-stamp";

}

.terms-and-conditions {
	border: solid 3px;
	padding: 20px;
	background-color: #fff !important;
}

/* Room grids */

i.room-icon {
  color: #64a5b2;
  font-size: 1em;
  margin-right: 10px;
}

ul.room-nav {
  list-style: none;
  padding: 0;
  text-align: right;
  border-right: 1px solid rgba(0,0,0,.1);
}

.room-nav li {
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
  border-right: 0px solid;
  padding-right: 10px;
  transition: all 0.2s ease;
}

.room-nav li.active {
  border-right: 3px solid #64a5b2;
}

.room-nav li:hover {
  border-right: 3px solid rgba(0,0,0,.5);
}

.room-info-container {
  display: inline-grid;
  width: 100%;
	padding-top:10px;
	vertical-align: top;
  grid-template-columns: 170px 1fr;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas:
    "room-title room-title"
    "room-nav tab-content";
}

.room-title { grid-area: room-title; }

.room-nav { grid-area: room-nav; }

.tab-content { grid-area: tab-content; }

@media all and (-ms-high-contrast:none) {
  .room-info-container {
    display: -ms-grid;
    -ms-grid-columns: 200px 1fr;
    -ms-grid-rows: auto auto;
  }

  .room-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .room-nav {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .tab-content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}

span.room-comment {
  font-size: 12px;
  font-weight: 100;
  display: block;
  font-family: "PT Sans";
  margin-left: 48px;
  opacity: 0.6;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Listing Styles */

.listing-meta-container {
	list-style:none;
	padding-left:0;
	border-bottom:1px solid rgba(0,0,0,.1);
	margin-bottom:20px !important;
}

.listing-meta-container > li {
	display:inline-block;
	height:15px;
	padding:0px 8px 0px 5px;
	border-right:1px solid rgba(0,0,0,.2);
	margin-bottom:9px;
	letter-spacing:1px;
}

.star_rating i {
	color:#64a5b2;
}

.main-body-container h3 {
	font-size:2em !important;
	margin-bottom:4px;
	margin-top:0px;
}

.listing-meta-container li:last-child {
	border-right:0;
}

.sidebar-container {
	z-index: 3;
	margin-top: -100px;
}

.sidebar-block {
	padding: 1em 2.5em 2em;
  border-top: 5px solid #64a5b2;
  background-color: rgba(255,255,255,1);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	margin-top:20px
}

.property-facilities ul, .room-facilities ul {
	list-style:none;
	padding-left:30px;
}
.property-facilities ul li , .room-facilities ul li {
	position:relative;
	margin-bottom:3px;
}

.property-facilities ul li:before, .room-facilities ul li:before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:11px;
	color:#64a5b2;
	position:absolute;
	left:-18px;
}

.sidebar-block h3 {
	margin-bottom:5px;
	font-size:1.4em !important;
}

.owl-nav button span {
	padding-top:3px;
}

.listing_enquire_now {
	background-color:#64a5b2;
	border:none;
	text-align:center;
	display:block !important;
	width:100%;
	padding:1.5em 2em;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:1.1em;
	cursor:pointer;
	opacity:0.9;
}

.listing_enquire_now:hover {
	opacity:1;
}

@media only screen and (max-width: 600px) {

	.main-container {
		grid-template-columns: 100%;
	}

};

.more-search-button {
	text-align:center
}

.listing-meta-container {
	margin:1em 0;
	margin-bottom:0;
}

/* Listings Tabs script */

.tabs {
	list-style: none;
	padding-left: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin:0;
}

.tabs > li {
	padding:12px 12px 10px;
	display:inline-block;
	position:relative;
	letter-spacing:1px;
	font-size:14px;
	text-transform:uppercase;
	color:#555;
	font-weight:600;
	cursor:pointer;
}

.tabs > li:after {
	content:'';
	position:absolute;
	height:0;
	background:#ddd;
	width:100%;
	left:0;
	bottom:0;
	transition:all 0.2s ease-in-out;
}

.tabs > li.active:after, .tabs > li:hover:after {
	height:3px;
}

.tabs > li.active:after {
	background:#64a5b2;
}

.tabs-panel {
	display: none;
	padding:1.3em 1em;
}

.tabs-panel.active {
	display: block;
}

.tabs-panel h3{
	font-family:'Roboto','Arial' !important;
	font-weight:400 !important;
	border-bottom:2px solid #64a5b2;
}
