/* 
 Theme Name:   Skyline Hotel Theme
 Theme URI:    
 Description:  
 Author:       Team Sryde
 Author URI:   https://skylinehotelniagarafalls.com/
 Template:     enfold
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/**********************GLOBAL*/

strong {
	color:#282828!important;
}

.html_header_top.html_header_transparency #header {
	position: relative !important;
}

.html_header_transparency #top .avia-builder-el-0 .container, 
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
	padding-top: 0 !important;
}

#header_main {
	padding-top: 10px;
}

#main-header {
	z-index: 1 !important;
}

/**************MENU*/
#header_main_alternate {
	border-top:1px solid #FFF!important;
}
.av-main-nav {
	margin-right:-150px!important;
}
.header_color .main_menu ul:first-child > li > a {
    color: #000 !important;
}

/**HEADER OVERLAYS*/
#main-header {
    position: relative;
}

#main-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}


#main-header .container {
    position: relative;
    z-index: 2;
}

#header {
	background: rgba( 255, 255, 255, 0.6 );
}

#top .av_header_transparency.av_alternate_logo_active .logo a > img {
	opacity: 1;
}

.av_header_transparency .logo img.alternate {
	opacity: 0;
}

/**CONTENT SLIDERS*/
.content-slider .slide-entry-title {
	display:none;
}
.content-slider .avia-slideshow-arrows a {
	border-radius:50%;
	background-color:#FFF;
	border:1px solid #d22328;
	box-shadow:4px 4px 15px rgba(0, 0, 0, 0.3);
}
.content-slider .avia-slideshow-arrows a:before {
    background: #FFF;
    background: rgba(255, 255, 255, 0.3);
	
}


/**CONTAINER SPACING*/
.top10 .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 10px!important;
}

 #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
 	color: #282828;
 }

/*MAIN NV LETTER SPACING**/
#avia-menu .avia-menu-text {
	letter-spacing: 2px;
}



/***BOOK NOW**/
.book-now {
	position:absolute;
	right:-30%;
	top:-70px;
}

.av_header_transparency .book-now {
	border: 1px solid #b00106!important;
	background-color: #FFF;
    color: #b00106;
    border-color: #FFF;
}
.av_header_transparency .book-now a .avia-menu-text {
	background-color: #FFF!important;
    color: #b00106!important;
	border-color: #FFF!important;
	font-weight:bold;
}

#av-burger-menu-ul .book-now {
	background-color: #b00106!important;
    color: #FFF!important;
	border-color: #b00106!important;
}

/**MOVING BOOK NOW AT DIFFERENT SCREEN SIZES*/
@media screen and (max-width:1460px) {
	.book-now {
	right:-10%;
}
}

@media screen and (max-width:1360px) {
	.book-now {
	right:-10%;
}
}

@media screen and (max-width:1280px) {
	.book-now {
	right:-10%;
}
}

@media screen and (max-width:1210px) {
	.book-now {
	right:-10%;
}
}

/**BOOK NOW -BACK TO THE MENU*/
@media screen and (max-width:890px) {
	.book-now {
	position:static;
	right:unset;
	top:unset;
}
}

/*START MOBILE MENU SOONER*/

 @media only screen and (max-width: 887px) {
	 
	 /*SECOND HAMBURGER BELOW*/
	 #avia-menu .av-burger-menu-main.menu-item-avia-special {
		 display:none!important;
	 }
	 /*HAMBURGER TOP LEFT*/
  nav.main_menu {
    display: block !important;
  }
  #avia-menu .menu-item {
    display: none;
  }
  .av-burger-menu-main.menu-item-avia-special {
    display: block;
  }
	 
	 .av-main-nav {
	margin-right:unset!important;
}
	 
} 



/*********************** CONTENT SLIDERS **/
.content-slider h3 {
	font-weight:normal;
}



/*************************************PAGE - HOME*/

/**HEADER MAIN*/
#main-header h2 {
	font-size:40px;
}

/******WIDGET*/
#widget-box {
	background-color:#FFF;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	padding: 10px 20px;
	transform:translateY(-50px);
	width: fit-content;
	margin: 0 auto;
	float: none;
}

#booking-widget-block form {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	padding-top:40px;
}

@media screen and (min-width:1000px) {
	#booking-widget-block form {
		justify-content: space-between;
	}
}

/**LABELS AND FORM ITEMS**/
#widget-box form .availCheckIn,
#widget-box form .nightsbox,
#widget-box form .adultsbox,
#widget-box form .childbox,
#widget-box form .form-field-group,
#widget-box form .form-field-button {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#widget-box form .availCheckIn,
#widget-box form .nightsbox,
#widget-box form .adultsbox,
#widget-box form .childbox {
	margin: 0 15px;
}

/**ON MOBILE**/
@media screen and (max-width:1024px) {
	#widget-box {
		transform: unset;
	}
}

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

	#widget-box {
		padding: 10px 20px;
	}
	
	#widget-box form select {
	width:160px!important;
}
	
	#booking-widget-block form {
	display:unset;
	justify-content:space-between;
	padding-top:40px;
}
	
	#widget-box form .availCheckIn,
#widget-box form .nightsbox,
#widget-box form .adultsbox,
#widget-box form .childbox {
	display:unset;
	display:block;
}
}/**END MOBILE*/


#widget-box form label {
	margin-top:5px;
	margin-right:10px;
}
#widget-box form select {
	width:60px;
}
#widget-box input[type="submit"] {
	margin-top:-10px;
}

/**CALENDAR ICON*/
.availCheckIn {
	position:relative;
}
.date-picker {
	display:block;
	border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
/*     width: 100%; */
/*     display: block; */
    margin-bottom: 20px;
    background: #f8f8f8!important;
}
.caltrigger {
	display:none;
/*     background: url(https://dev.srydehosting.com/~skylinehotel/wp-content/uploads/2024/05/calendar.png);
    display: inline-block;
    width: 24px;
    height: 18px;
	position:absolute;
	right:0;
	top:20px;
	z-index:1000; */
}

#widget-box .resSubmit {
	text-transform:uppercase;
	font-size:16px;
	    border-radius: 3px;
    margin: 3px 0;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
}
#widget-box label {
    font-weight: bold;
    font-size: 1.1em!important;
}

#widget-check-in .content  {padding:0;}

/*****BUTTONS*/
.welcome-btn {
	text-transform:uppercase;
}

/***HOME WELCOME**/
#welcome h3 {
	font-weight:normal;
}

#welcome .content {
	padding-top: 0;
}


/***ADVENTURE AWAITS*/
#adventure .avia_textblock > p {
	margin:0;
}
#adventure .adventure-box {
	background-color:#d2232a;
	position:relative;
/* 	display:flex!important;
	flex-direction:column!important;
	justify-content:space-between!important;
	width:100%!important; */
	min-height:220px;
}
#adventure .adventure-box {}

#adventure .adventure-image {
	position:relative;
	top:0;
}

#adventure .adventure-heading {
	padding:15px 20px 0 20px;
	text-transform:uppercase;
	font-weight:500!important;
}

#adventure .adventure-button {
/* 	position:absolute; */
	padding:0 20px 20px 20px;
/* 	bottom:0; */
}
#adventure .adventure-button a {
	text-decoration:none;
	font-weight:bold;
	font-size:90%;
}
#adventure .adventure-button a:hover {
	color:#fbeae3;
}



/****PLAN YOUR VISIT*/
#plan-visit h2 {
	font-size:3em;
	text-shadow: 0 0 15px rgba(0,0,0,0.7);
}
#plan-visit p {
	text-shadow: 0 0 15px rgba(0,0,0,0.7);
}


/****STAY CONNECTED*/
#stay-connected .container {padding-top:50px;}


#stay-connected h3 {
	color:#282828;
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:bold!important;
}
#stay-connected .avia-button.avia-color-dark {
    color: #282828!important;
    border: 1px solid #282828;
    background: transparent;
	padding:10px 50px;
	margin-top:20px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600!important;
}


/******EXCLUSIVE DEALS*/
.signup .avia-button.avia-color-dark {
	border-color:#d22328!important;
	color:#d22328!important;
	transform:translateY(-10px);
}



/************************ OFFERS */
.booknow {
	margin-left: 20px;
}



/*********************** ACCOMMODATIONS */
.accommodations-page h2 {
	font-family: 'tahoma', Helvetica, Arial, sans-serif!important;
	font-weight: bold!important;
    text-transform: unset!important;
}
.page-id-18 .content {
	padding-top:0!important
}

.page-id-18 h2, 
.page-id-18 h3, 
.page-id-18 h4 {
	font-weight:normal;
}

.accomm-book-now a {
	font-size:16px!important;
}

/*****FOOTER*/
.footer-social a {
	background-color:transparent!important;
	border:2px solid #FFF!important;
}
#footer-page a {
	text-decoration:none!important;
}
#footer-page a:hover {
	text-decoration:underline!important;
}
#footer-page h3 {
	font-weight:normal;
}

#footer-page p {
	margin:0.1em 0!important;
}

#footer-page #av_section_9 {
    padding-top: 50px!important;
}
/***SOCIAL ICONS*/
#footer-page .av-share-box ul li a {
    font-size: 24px;
	    padding: 10px 0;
	    width: 50px;
    height: 50px;
}
#footer-page .av-social-link-facebook {
	margin-right: 15px;
}
/* #footer-page .v-social-link-instagram {
	margin-right: -5px;
} */
#footer-page .av-social-sharing-box {
    margin-top: 10px;
}
/*GO to LINE UP WITH ICONS*/
#footer-page .wp-image-38 {
	transform: translateX(-35px);
}


/**SOCKET*/
#socket {
    font-size: 15px;
}
#socket .copyright {
    float: right;
}



/****************************************** PAGE WATERPARK OFFERS*/
.page-id-277 h2 {
	font-weight:300;
}




/*DESKTOP*/
@media screen and (min-width:481px) {
.accomm-book-now {
    position: absolute;
    right: 0;
    top: -30px;
}
}
/*MOBILE*/
@media screen and (max-width:480px) {
.avia-button-right {
    float: left!important;
}
	.accomm-book-now,
	.accomm-book-now a {
		width:100%;
	}
}/*END MOBILE PHONE*/



.accomm-list ul {
	list-style-image:url(../../uploads/2024/06/bullet-red-3.jpg);
	column-count:2;
}
.accomm-notes ul {
	list-style-image:url(../../uploads/2024/06/bullet-red-3.jpg);
}

/* NEWSLETTER SIGNUP*/

.newsletter-subscribe-block {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.newsletter-subscribe-form {
	margin: 0 auto;
    max-width: 80%;
}

.newsletter {
	display: flex;
}
.newsletter-text {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	max-width: 40%;
}
.newsletter-terms {
	font-size: 11px;
	color: #f1f1f1;
	font-style: italic;
	padding-top: 7px;
}
.newsletter-thanks {
	display: none;
}
.newsletter input {
	height: 45px;
	border: none;
	width: 70%;
	padding: 5px 5px 5px 20px;
	border-radius: 50px 0 0 50px;
}
.newsletter-submit {
	cursor: pointer;
	width: 35%;
	height: 45px;
	background: #c81429;
	border-radius: 0 50px 50px 0;
	border:none;
	font-weight: 600;
	padding: 1px;
	margin-left: -4px;
}
.newsletter-terms {
	text-align: center;
}

.newsletter-subscribe-form div {
    display: inline;
}

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

@media( max-width: 840px ) {
	.newsletter {
		flex-wrap: wrap;
	    text-align: center;
	    margin-top: 20px;
	}
	.newsletter-text,
	.newsletter-form {
		max-width: 100%;
		width: 100%;
	}
	.newsletter-text {
	    font-size: 18px;
	    line-height: 1;
	    margin-bottom: 10px;
	}
	.newsletter-form form {
		padding: 0 20px;
	}
}
