/*Theme Default Colours*/
.has-prime-color, .prime { color: var(--prime); }
.has-prime-background-color, .primebg { background-color: var(--prime); }

.has-second-color, .second { color: var(--second); }
.has-second-background-color, .secondbg { background-color: var(--second); }

.has-accent-color, .accent { color: var(--accent); }
.has-accent-background-color, .accentbg { background-color: var(--accent); }

.has-black-color { color: #000; }
.has-black-background-color { background-color: #000 }

.has-darkgrey-color { color: #333; }
.has-darkgrey-background-color { background-color: #333 }

.has-grey-color { color: #ccc; }
.has-grey-background-color { background-color: #ccc }

.has-white-color { color: #fff; }
.has-white-background-color { background-color: #fff }

.has-blue-color { color: #0000ff; }
.has-blue-background-color { background-color: #0000ff }
/*Theme Default Colours*/

.grecaptcha-badge{
	display:none !important;
}

html body{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1.6em;
	color: #333;
	overflow-x: hidden;
}

body a{
	color: #000;
	font-weight: bold;
	text-decoration: none !important;	
	transition: 0.3s;
}

body a:hover, body a:focus{
	color: var(--prime);
	outline:none !important;
}

@media (max-width: 992px){
	.half2{
		margin-top:30px;
	}
}

input:focus, button:focus{
	outline: none !important;
	box-shadow:none !important;
	border-color: #000 !important;
}

blockquote{	
	background: #ccc;
	display: block;
    padding: 30px;
    font-style: italic;
    margin:0 50px;
}

body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.1em;
}


.ctn{
	position: relative;
	padding:50px 0;
}


/*body .brandbtn, body .wp-block-button .wp-block-button__link{
	background: var(--prime);
	color: #fff;
	transition: 0.3s;	
	font-size:20px;
	font-weight:bold;
	padding:5px 15px;
	white-space: normal;
	border-radius: 5px;
}

.brandbtn:hover, body .wp-block-button .wp-block-button__link:hover{
	background: var(--second);
	color:  var(--accent);
	transition: 0.3s;	
}

body .altbtn{
	background: var(--second);
	color: #fff;
}

body .altbtn:hover{
	background: var(--prime);
	color:  var(--accent);
}

.brandbtn i{
	margin-right:10px;
}*/

/*THEME DEFAULTS*/


/*DEFAULT CF7 STYLING*/
.wpcf7{
	background: var(--accent);
	padding: 30px 50px;	
	border-radius: 10px;
	max-width: 600px;
	margin:  30px auto 0 auto;
}

.wpcf7 .frm{
	margin-bottom: 15px;
}

.wpcf7 label{
	width:100%;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select{
	width:100%;
	padding: 5px 10px;
	outline:none !important;
	border:1px solid #333 !important;
	border-radius: 10px;
}

.wpcf7 textarea{
	height: 200px;
}

.wpcf7 input[type="checkbox"]{
	margin-right: 5px;
    height: 20px;
    width: 20px !important;
    position: relative;
    top: 3px;
}

.wpcf7 .frmgdpr{
	text-align: center;
}

.wpcf7 .frmgdpr a{
	color: #000;
}

.wpcf7 .frmgdpr a:hover{
	color: #fff;
}

.wpcf7 .wpcf7-submit{
	background: #000 !important;
	color: #fff !important;
	transition: 0.2s;
}

.wpcf7 .wpcf7-submit:hover{
	background: #fff !important;
	color: #000 !important;
	transition: 0.2s;
}
/*DEFAULT CF7 STYLING*/


/*CONTACT TEMPLATE*/
.mapsection{
	position: relative;
}

.mapsection .overlay{
	background: rgba(255,255,255,0.9);
}

.acf-map {
	width: 100%;
	height: 600px;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 20px;
	margin: 0;
}

.acf-map .companyname{
	font-weight: bold;
	font-size: 20px;
	margin:0 0 10px 0;
}

.acf-map .companyaddress{
	font-size: 14px;
	margin:0 0 5px 0;
}

.acf-map .companyaddress a{
	font-weight: bold;
	font-size: 14px;
}

@media (max-width: 992px){
	.mapctn{
		margin-top: 40px;
	}
}
/*CONTACT TEMPLATE*/


/*SIDEBAR 2 COLUMN TEMPLATE*/
.sidebar-side{
	position: sticky !important;
	position: -webkit-sticky;
    top: 100px;
    z-index: 1;
}

.sidectn{
	margin-bottom: 30px;
}

.sidectn .heading{
	margin:0 0 10px 0;
	font-weight: bold;
	font-size: 22px;
}

.sideimgctn img{
	margin-bottom: 10px;
	width:100%;
}

.sidenav ul{
	list-style: none;
	padding-left: 0px;
	margin:0px;
}

.sidenav ul a{
	display: block;
	background: #000;
	color: #fff;
	padding: 5px;
	border:1px solid #000;
	margin-bottom: 2px;
}

.sidenav ul a:hover{
	background: #fff;
	color: #000;
	padding-left: 10px;
}
/*SIDEBAR 2 COLUMN TEMPLATE*/



/*.overlaypanel{
	position: relative;
}

.overlaypanel:after{
	background:rgba(0,0,0,0.5);
	position: absolute;
	content:'';
	width:100%;
	height: 100%;
	left:0px;
	top:0px;
}

.overlay-inner{
	position: relative;
	z-index: 10;
}*/


.slick-dots{
	position: relative;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    background: #5D5E5E;
    border-radius:20px;
    cursor: pointer;
    transition: 0.2s;
}

.slick-dots li.slick-active{
	background: #0EABDB;
}


.slick-dots li button{
	background: none;
	border:none;
	font-size: 0px;
	outline: none;
}

/*.ekko-lightbox-nav-overlay a span{
	font-size:50px;
}*/


/**************HEADER***************/
.textshadow{
	text-shadow:rgba(0, 0, 0, 0.4) 0px 4px 3px, rgba(0, 0, 0, 0.1) 0px 8px 13px, rgba(0, 0, 0, 0.1) 0px 18px 23px
}

.header{
	padding:15px 0;
	background: #fff;
	/*position: sticky !important;*/
	position: fixed;
	width: 100%;
    top: 0px;
    z-index: 999;
    /*box-shadow:0px 0px 1px 1px #ccc;*/
    text-align: center;
    background-color: rgba(0,0,0,0.85);
}

.header .logo img{
	width:150px;
	min-width:150px;
}

.hl{
	text-align: left;
}

.hr{
	text-align: right;
}

.header .nav{
	display: block;
}

.nav ul{
	margin: 0px !important;
	font-size: 0px;
	padding-left: 0px;
}

.nav ul li{
	display: inline-block;
	position: relative;
	padding:12px 15px;
}

.nav ul li a{
	position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.nav ul li a:after{
	content: '';
	position: absolute;
	width: 0px;
	height: 2px;
	background: var(--prime);
	bottom: -5px;
	left: 1px;
	transition: 0.3s;
	transition-timing-function: ease-in-out;
}

.nav ul li a:hover:after, .nav ul li.current_page_item a:after{
	width: 30px;
	transition: 0.3s;
	transition-timing-function: ease-in-out;
}

.nav .sub-menu{
	display: none;
}

/*.nav ul li .sub-menu{
	position: absolute;	
	z-index: 20;
	display: none;
	left:0px;
}

.nav ul li .sub-menu li{
	min-width:250px;
	text-align: left;
}

.nav ul li .sub-menu li:first-of-type{
    margin-top:15px;
}

.nav ul li .sub-menu li a{
	display: block;
	background: #333;
	color:#fff;
	padding: 10px;
}

.nav ul li.menu-item-has-children:hover .sub-menu{
	display: block;
}

.nav ul li .sub-menu li a:hover{
	background: #000;
}*/


/*.nav .current_page_item a, .nav ul li a:hover{
	color: var(--accent);
}*/

.header .brandbtn{
	background: var(--prime);
	border-radius: 50px;
	color: #000;
	color: #fff !important;
	text-shadow:rgba(0, 0, 0, 0.4) 0px 4px 3px, rgba(0, 0, 0, 0.1) 0px 8px 13px, rgba(0, 0, 0, 0.1) 0px 18px 23px;
	padding: 10px 20px;
	border: 3px solid #fff;
	transition: 0.3s;
	transition-timing-function: ease-in-out;
}

.header .brandbtn:hover{
	background: transparent;
	transition-timing-function: ease-in-out;
}

.wc{
	max-width: 1600px;
}

#wprmenu_bar .bar_logo {
    border: none;
    margin: 0;
    padding: 0px 8px 0px 0px;
    width: auto;
    height: 55px;
    position: relative;
top: -14px;
    left: -2px;
}


@media (max-width: 1250px){
	.homenav{
		display: none !important;
	}

	.nav ul li{
		padding: 12px 12px;
	}

	.nav ul li a{
		font-size: 14px;
	}
}



@media only screen and (max-width: 992px){
	html {
	    padding-top: 60px !important;
	}
}
/**************HEADER***************/



/**************BREADCRUMBS***************/
.breadhead img{
	height: 400px;
	object-fit: cover;
	width: 100%;
}

/*.breadhead{
	position: relative;
	background: #fff;
	padding: 15px;
	color: #000;
}

.breadhead h1{
	margin:0px;
	font-size:20px;
	color: #000
}

.bread-right{
	text-align: right;
}

#breadcrumbs{
	margin-bottom: 0px;	
}

#breadcrumbs a{
	color: #000;
}*/

@media (max-width: 992px){
.breadhead img{	
		object-fit: cover;
		height: 300px;
		width: 100%;
		object-position: 10%;
	}
}






.footerctn{
	position: relative;
	padding: 70px 0;
	font-size: 16px;
	background-image: url('../img/homeimg.png');
}

.footer .overlay{
	/*background: rgba(56, 44, 106, 0.9);*/
	/*background: linear-gradient(270deg, rgba(56,44,106,0.8) 0%, rgba(0,0,0,0.9) 100%);*/
	background-color: rgba(0,0,0,0.90);
}

.footercol{	
	text-align: left;
	color: #fff;
	font-weight: normal;
}

.footercol h3{
	color: var(--prime);
	font-size: 20px;
	margin-bottom: 5px;
}

.footerlogoctn h3{
	visibility: hidden;
}

.footerlogoctn img{
	max-width: 200px;
}

.footercol ul{
	padding-left: 0px;
	margin: 0px;
	list-style: none;
}

.footercol ul li{
	margin: 0px 0;
	line-height: 30px;
}

.footercol ul li a{
	color: #fff;
}

.footercol ul li a:hover{
	color: var(--prime);
}

.footer a{
	color: #fff;
	font-weight: normal;
}

.footer .socials{
	/*text-align: center;*/
	margin-top: 10px;
}

.socials{
	list-style: none;
	padding-left: 0px;
	margin: 30px auto 0 auto;
}

.socials li{
	display: inline-block;
	margin:0 2px;
}

.socials li img{
	transition: 0.2s;
	width:30px;
}

.socials li img:hover{
	transition: 0.2s;
	transform: scale(0.90);
}

.rwds{
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 30px;
}

@media (max-width: 768px){
	.footercol{
		text-align: center;
		margin-bottom: 30px;
	}

	.footer{
		padding-bottom: 30px;
	}
}
/**************FOOTER***************/

/**************MODAL***************/
.modal{
	z-index: 9999999;
}

.modal-open{
	overflow: visible !important;
}

body {
    padding-right: 0px !important;
}
/**************MODAL***************/


/**************BLOG INDEX***************/
.newsimg{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.newsrow{
	color: #000 !important;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 50px;
}

.newsrow h3{
	color: var(--prime);
	font-size: 40px;
	margin-bottom: 10px;
}

.rmn{
	margin-top: 10px;
}

.ntxt{
	padding: 50px;
}

.cats{
	text-align: center;
	font-size: 0px;
}


body .pagination{
	text-align: center;
	clear: both;
}

body .pagination{
	text-align: center;
	display: block;
}

body .pagination span, body .pagination a{
	font-weight: bold;
	margin-right:10px;
	font-size:16px;
}

@media (max-width: 992px){
	.newsouter a h3{
		margin-top:30px;
	}
}
/**************BLOG INDEX***************/

/**************SINGLE BLOG***************/
.single-title{
	margin-top:0px;
}

.single-ctn .mainimg{
	width:100%;
	margin-bottom: 30px;
}
/**************SINGLE BLOG***************/

/**************SEARCH***************/
/*form*/
.svg-icon {
    width: 1em;
    top: 3px;
    height: 1em;
    position: relative;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #000;
}

.svg-icon circle {
  stroke: #000;
  stroke-width: 1;
}
/*form*/

.searchresults a{
	color: #000;
}

.searchresults .pagination{
	margin-top: 30px;
}
/**************SEARCH RESULTS***************/



/*Reuseable Gut Blocks */
.bannerblock .wp-block-columns{
	margin-bottom: 0px;
}



.headcol{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
}


.heroctn{
	position: relative;
}

.innerhero{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;    
    transform: translate(-50%,-50%);
    text-align: center;

}

.innerhero h1{
	color: #000;
	font-size: 60px;
}

@media (max-width: 992px){
	.heroctn img{
		object-fit: cover;
		height: 300px;
		width: 100%;
		object-position: 10%;
	}
}


.brandbtn{
	background: var(--prime);
	border-radius: 50px;
	color: #000;
	color: #fff;
	text-shadow:rgba(0, 0, 0, 0.4) 0px 4px 3px, rgba(0, 0, 0, 0.1) 0px 8px 13px, rgba(0, 0, 0, 0.1) 0px 18px 23px;
	padding: 10px 20px;
	border: 3px solid #fff;
	transition: 0.3s;
	transition-timing-function: ease-in-out;
}

.brandbtn:hover{
	background: #fff;
	color: #000;
	border: 3px solid var(--prime);
	text-shadow: none;
	transition-timing-function: ease-in-out;
}

@media (max-width: 600px){
	.brandbtn{
		width:100%;
	}
}


.herobooking .container{
	position: relative;
	/*background: #111118;*/
	background: rgb(17,17,24);
	background: linear-gradient(220deg, rgba(17,17,24,1) 0%, rgba(0,0,0,1) 64%);
	padding: 75px 200px;
	top: -80px;
	text-align: center;
}

.herobooking .minideer{
	position: absolute;
	bottom: 0px;
	right: 0px;
	opacity: 0.3;
	width: 150px;	
}

.herobooking .minicow{
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.3;
	width: 150px;
}

.herobooking label{
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	position: relative;
	z-index: 10;
}

.herobooking .cdate{
	width: 100%;
	padding: 15px;
	font-size: 15px;
	background-color: #545457;
    border: 1px solid #1f1f2c !important;
    color: #ffffff;
}

.herobooking .booksub{
	text-align: center;
	margin-top: 40px;
}


@media (max-width: 992px){
	.herobooking .container{
		padding: 50px;
		top: 0px;
	}

	.herobooking .minideer{
	width: 100px;	
}

.herobooking .minicow{
	width: 100px;
}
}




.toptext{
	text-align: center;
}

.fadeheader{
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.fadeheader h3{
	font-size: 120px;
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;    
    transform: translate(-50%,-50%);	
	z-index: -1;
	letter-spacing: 0px;
	opacity: 0.09;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.fadeheader h1{
	font-size: 50px;
	margin-bottom: 0px;
}

.fadeheader h4{
	font-size: 18px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

@media (max-width: 992px){
	.hometop{
		padding-top: 70px !important;
		padding-bottom: 10px;
	}

	.fadeheader h3{
		font-size: 60px;
	}

	.fadeheader h1{
		font-size: 32px;
	}

	.fadeheader h4{
		font-size: 16px;
	}
}


.boxlinksctn {
	position: relative;
	padding: 100px 0;
}

.boxlinksctn .overlay{
	background: rgba(255,255,255,0.9);
}

.outerbox{
	padding: 5px;
}

.outerbox a{
	display: block;
	overflow: hidden;
	position: relative;
}

.outerbox .overlay{
	background: rgba(0,0,0,0.5);
	z-index: 55;
	bottom: -100%;
	transition-timing-function: ease-in-out;
	transition: 0.6s;
	top: initial;
}

.outerbox .oi{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;    
    transform: translate(-50%,-50%);
    text-align: center;
}

.outerbox .oi img{
	width: 50%;
	height: auto;
	object-fit: contain;
}

.outerbox .oi h4{
	color: #fff;
	margin-top: 20px;
	font-weight: bold;
	font-size: 22px;
}

.outerbox img{
	width: 100%;
}

.outerbox h3{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 15px;	
	margin-bottom: 0px;
	color: #fff;
	background: rgba(0,0,0,0.8);
	width: 100%;
	font-size: 20px;
}

.outerbox a:hover .overlay{
	bottom: -0%;
	transition-timing-function: ease-in-out;
	transition: 0.6s;
}

.outerbox a:hover h3{
	display: none;
}

.outerbox:nth-of-type(2) .overlay{
	top: -100%;
	bottom: initial;
	transition: 0.7s;
}

.outerbox:nth-of-type(2) a:hover .overlay{
	top: 0%;
	transition-timing-function: ease-in-out;
	transition: 0.7s;
}




.roomsctn .fadeheader h1{
	color: #fff;
}

.roomsctn .fadeheader h4{
	color: #fff;
}

.roomsctn .fadeheader h3{
	color: #fff;
	z-index: 1;
}

.roomsctn p{
	color: #fff;
}

.ourroomsctn{
	position: relative;
	padding: 80px 0;
	/*background: #111118;*/
	background: rgb(17,17,24);
	background: linear-gradient(220deg, rgba(17,17,24,1) 0%, rgba(0,0,0,1) 64%);
	/*text-align: left;*/
}

.ourroomsctn .minibirds{
	position: absolute;
	bottom: 0px;
	right: 0px;
	opacity: 0.3;
	width: 350px;	
}


.roomouter{
	padding: 0 5px;
	transition-timing-function: ease-in-out;
	transition: 0.7s;
	top: 0px;
	position: relative;
}

.roomouter img{
	width: 100%;
}

.roomouter h3{
	color: #fff;
	margin-top: 20px;
	transition-timing-function: ease-in-out;
	transition: 0.4s;
}

.roomouter:hover{
	transition-timing-function: ease-in-out;
	transition: 0.4s;
	top: -5px;	
}

.roomouter:hover h3{
	color: var(--prime);	
	transition-timing-function: ease-in-out;
	transition: 0.4s;
}

@media (max-width: 768px){
	.roomouter{
		margin-bottom: 30px;
	}
}

.rwds{
	text-align: center;
}

.rwds p{
	margin-bottom: 5px;
}

.rwds img{
	width: 50px;
	transform: scale(1);
	transition: 0.2s;
}

.rwds img:hover{
	transform: scale(1.15);
	transition: 0.2s;
}