:root {
	--color-white: #FFF;
	--color-primary: #26337B;
	/* BLUE */
	--color-secondary: #F58220;
	/* ORANGE */
	--color-secondary-alt: #fd9b37;
	--color-light-blue-alternate: #00b8e6;
}


/* GENERIC */

a p, p a {
	text-decoration: underline;
	color: var(--color-primary);
}

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

.it-bg-secondary {
	background: var(--color-secondary);
}

.it-text-white {
	color: var(--color-white);
}

.it-text-primary {
	color: var(--color-primary);
}

a.it-text-primary {
	text-decoration: none;
}

.it-text-secondary {
	color: var(--color-secondary);
}

.it-no-margin {
	margin: 0px;
}

.it-no-padding {
	padding: 0px;
}

.it-hidden {
	display: none;
}

.it-underline {
	border-bottom: 1px solid var(--color-primary)
}


/* SLIDER */

body.home .carousel-indicators {
	margin-left: 1%;
}

.carousel-indicators li,
.carousel-indicators li.active {
	height: 15px;
	width: 15px;
	border: none;
}

.carousel-indicators li.active {
	background: #F58220 !important;
	position: relative;
    z-index: 9999999;
    top: 1px;
}

.slider-widget-single .col-sm-5 {
	position: relative;
}

.slider-widget-single-content {
	padding-left: 57px;
	padding-right: 57px;
	padding-top: 57px;
}

.slider-button {}

.slider-button a {
	color: #FFF;
	border-radius: 3px;
	padding: 10px;
	margin-top: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: #00ADD8;
	width: 66%;
	position: absolute;
	bottom: 3%;
	left: 17%;
}

.slider-button a:hover {
	background: var(--color-light-blue-alternate);
}

.slider-widget-single h2 {
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 110%;
	color: #000000;
}

.slider-widget-single h3 {
	font-family: 'Kasting Script', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 27px;
	line-height: 146%;
	color: #000000;
	margin-top: 25px;
}

.slider-widget-single img {
	width: 100%;
}

.slider-widget-single .meta {
	position: absolute;
	bottom: 40px;
	width: 100%;
	display: none;
}

.slider-widget-single .col-sm-5 {
	background: #F5F3F2;
}

.meta-slider-arrows {
	text-align: center;
}

.meta-slider-arrow-left {}

.meta-slider-arrow-right {
	padding-left: 14px;
	/* margin-top: 14px !important; */
	position: relative;
	top: -1px;
}

.meta-slider-arrow-left,
.meta-slider-arrow-right {
	display: inline-block;
	margin-top: 17px;
}

.meta-slider-arrow-left img,
.meta-slider-arrow-right img {
	width: 30px;
}

.meta-slider-line {
	position: absolute;
	bottom: 85px;
	width: 100%;
	left: -8px;
}

.meta-slider-count {
	font-family: 'Gotham HTF Book', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding-left: 45px;
	padding-top: 25px;
}


/* CTA GRID */

.it-single-cta-grid {
	margin-top: 65px;
	margin-bottom: 65px;
	text-align: center;
}

.it-single-cta-grid img {
	width: 90px;
	margin-bottom: 30px;
}

.it-single-cta-grid h4 {
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 115%;
	text-align: center;
	color: #000000;
}

.it-single-cta-grid p {
	font-family: 'Gotham HTF Book', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 146%;
	text-align: center;
	color: #000000;
}


/* HEADER */

.sr-text {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}

.it-waves-container {
	margin-top: 35px;
}

@media screen and (max-width: 768px) {
	.sr-text {
		display: none;
	}
}

.it-logo {
	padding: 20px!important;
}

.it-logo img {
	max-width: 120px;
}

.it-upper-box {
	font-family: 'Gotham HTF Book', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
}

.it-nav {}

.it-nav a {
	font-family: 'Gotham HTF Book', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	position: relative;
	top: 10px;
}

.it-nav a:hover {
	text-decoration: none;
}

.it-booking-widget-headline {
	font-family: 'Gotham HTF Book', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding-top: 8px;
}

.it-booking-widget-group {
	display: inline-block;
	width: 16%;
	position: relative;
}

.it-booking-widget-group-smaller {
	width: 14%;
}

.it-booking-widget-group.it-booking-widget-group-date {
	width: 18%;
}

.it-booking-widget-group i {
	position: absolute;
	top: 8px;
	left: 8px;
}

.it-input-has-icon {
	padding-left: 30px !important;
}

.it-booking-widget-group label {}

.it-booking-widget-group input {
	width: 99%;
	border-radius: 3px;
	padding: 5px;
	/* font-family: Gotham HTF; */
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 146%;
	font-family: 'Gotham HTF Book', sans-serif;
	border: none;
}

.it-booking-widget-group select {
	width: 99%;
	border-radius: 3px;
	padding: 5px;
	/* font-family: Gotham HTF; */
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 146%;
	font-family: 'Gotham HTF Book', sans-serif;
	height: auto;
}

.it-booking-widget-group input[type="submit"] {
	background: #F58220;
	border-radius: 3px;
	color: #FFF;
	border: none;
	padding: 6px;
}

.it-booking-widget-group input[type="submit"]:hover {
	background: var(--color-secondary-alt);
}


/* FOOTER */

footer {
	margin-top: -2px;
}

.it-waves-container img {
	width: 100%;
}

.it-footer-column {
	padding-top: 60px;
	padding-bottom: 60px;
}

.it-footer-column h3 {
	font-family: 'Gotham HTF Book', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.it-footer-column ul {}

.it-footer-social {}

.it-footer-column ul li a {
	color: inherit;
	text-decoration: none;
}

@media (min-width: 990px){
	.it-footer-column ul li a {
		font-size: 12px;
	}	
}

.it-footer-social a {
	color: #FFF;
	color: #FFF;
	font-size: 30px;
	display: inline-block;
	margin-right: 20px;
	margin-top: 10px;
}

.it-footer-column ul li {
	font-family: 'Gotham HTF Book', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 235.3%;
	list-style-type: none;
}

.it-footer-copyright {
	font-family: 'Gotham HTF Book', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 235.3%;
}

.it-footer-copyright-links {
	font-family: 'Gotham HTF Book', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 235.3%;
	/* or 28px */
	text-align: right;
}

.it-footer-copyright-links a {
	color: #FFF;
	text-decoration: none;
}

.it-footer-copyright-links li {
	list-style-type: none;
	display: inline-block;
	padding-left: 25px;
}

.it-three-column-list li {
	width: 32%;
	display: inline-block;
}


/* GENERIC WIDGETS */

.generic-it-widget-content {
	padding: 25px;
	padding-left: 70px !important;
	padding-right: 60px !important;
	padding-top: 55px;
}

.generic-it-widget-right .generic-it-widget-content {
	background: #26337B;
}

.generic-it-widget-left .generic-it-widget-content {
	background: #F5F3F2;
}

.generic-it-widget {}

.generic-it-widget.generic-it-widget-left {}

.generic-it-widget.generic-it-widget-right {}

.generic-it-widget-image {}

.generic-it-widget-image img {
	width: 100%;
}

img.generic-it-widget-icom {
	margin-bottom: 20px;
}

.generic-it-widget-content h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 33px;
	line-height: 146%;
	font-family: 'Kasting Script', sans-serif;
	color: #FFF;
}

.generic-it-widget-content h5, .generic-it-widget-content .h5 {
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	font-family: 'Crimson Text', serif;
	line-height: 115%;
	color: #FFF;
	margin-top: 20px;
}

.generic-it-widget-content p {
	font-family: 'Gotham HTF Book', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 146%;
	color: #FFF;
}

.generic-it-widget-content a.it-btn {
	background: #F58220;
	color: #FFF;
	border-radius: 3px;
	padding: 10px;
	margin-top: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
}

.generic-it-widget-content a.it-btn:hover {
	background: var(--color-secondary-alt);
}

.generic-it-widget.generic-it-widget-left h3,
.generic-it-widget.generic-it-widget-left h5,
.generic-it-widget.generic-it-widget-left p {
	color: #000;
}

.generic-it-widget.generic-it-widget-left a.it-btn {
	background: #00ADD8;
}

.generic-it-widget.generic-it-widget-left a.it-btn:hover {
	background: var(--color-light-blue-alternate);
}

h5.it-widget-spacer {
	height: 5px;
}

.it-recent-blog-single {}

.it-recent-blog-single h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	color: #000;
	text-decoration: none;
	font-family: 'Crimson Text', serif;
	margin-top: 20px;
	display: block;
}

.it-recent-blog-single img {
	width: 100%;
  height: 225px;
  object-fit: cover;
}

.it-recent-blog-single a {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 146%;
	color: #00ADD8;
}

.it-widgets-blog-posts-btn {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.it-widgets-blog-posts-btn a {
	background: #F58220;
	border: 1px solid #F58220;
	box-sizing: border-box;
	border-radius: 3px;
	color: #FFF;
	padding: 15px;
	display: inline-block;
/* 	margin-top: 40px; */
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

.it-widgets-blog-posts-btn a:hover {
	background: var(--color-secondary-alt);
}


/* NEWSLETTER */

.it-newsletter-widget {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}

.it-newsletter-widget img {
	width: 80px;
}

.it-newsletter-widget h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 115%;
	text-align: center;
	font-family: 'Crimson Text', serif;
}

.it-newsletter-widget h4 {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 146%;
	text-align: center;
	font-family: 'Gotham HTF Book', sans-serif;
}

.it-newsletter-widget form {}

.it-widget-blog-posts img {
	margin-top: 60px;
}

.it-widget-blog-posts h5 {
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 115%;
	text-align: center;
	font-family: 'Crimson Text', serif;
	margin-bottom: 60px;
}


/* LEGACY OVERRIDES */

#inner_page_where_form {
	display: none !important;
}

body.home .gform_wrapper form,
body.home .reservation_section form {
	background: none !important;
	border: none !important;
}

.it-newsletter-widget .gform_wrapper .gform_body {
	width: 75%;
	float: left;
}

.it-newsletter-widget .gform_wrapper .gform_footer {
	width: 20%;
	float: left;
	clear: none !important;
	margin-top: 0px !important;
}

.it-newsletter-widget .gf_browser_chrome img {
	height: auto !important;
	width: auto !important;
}

.it-newsletter-widget .gform_wrapper .gform_body li {
	list-style-type: none;
}

body.home .gform_wrapper form,
body.home .reservation_section form {
	background: none !important;
	border: none !important;
	margin: 0 auto !important;
	/* width: 500px !important; */
	display: block;
	text-align: center;
}

.it-newsletter-widget input[type="text"] {
	padding: 12px !important;
	/* margin-top: 15px; */
	width: 97%;
}

.it-newsletter-widget .gfield_label {
	display: none !important;
}

.it-hide-desktop {
	display: none;
}

.it-footer-colum-toggler {
	display: none;
}

/* .it-booking-widget-group-date input {
	font-size: 14px;
	padding: 6px;
} */

.it-footer-copyright img {
	padding-right: 15px;
}

.it-booking-widget form {
	width: 100%;
}

.dropdown.bootstrap-select {
	width: 100% !important;
	max-width: 100%;
	padding: 2px;
	max-height: 38px;
}

button.btn.dropdown-toggle.btn-light {
	top: -2px;
	padding: 5px;
	text-transform: initial;
}
 
 
 .bootstrap-select .dropdown-menu {
	 max-width: 291px;
 }


.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
    font-family: 'Gotham HTF Book', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
}

body.es .it-booking-widget-headline {
    font-size: 12px !important;
}

.fade:not(.show) {
	opacity: 1 !important;
}

.fade {
	opacity: 1 !important;	
}

.property-banner-snipe {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9;
    }

    .property_image_with_snipe {
      overflow: hidden;
    }

    /*
    .property-banner-snipe-inner {
      background: #fd8204;
      color: #FFF;
      text-transform: uppercase;
      padding-left: 25px;
      padding-right: 25px;
      text-align: center;
      transform: rotate(315deg);
      min-width: 250px;
      margin-left: -72px;
      margin-top: 34px;
    }
    */

    .property-banner-snipe-inner {
      background: #fd8204;
      color: #FFF;
      text-transform: uppercase;
      padding-left: 25px;
      padding-right: 25px;
      text-align: center;
      transform: rotate(-45deg);
      margin-left: -22%;
      margin-top: 32%;
    }

    .snipe-major {
      font-size: 12px;
      margin-left: -76px;
    } 
    
h1.hero-page-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #FFF;
    font-family: 'Crimson Text', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;    
}    

.it-top-padding {
	padding-top: 10px;
}

.it-nav-items {
	position: relative;
	height: 38px;
	display: inline-block;
}

.it-nav-items .nav-sub-nav {
	display: none;
}

.it-nav-items .nav-sub-nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 7px;
}

.it-nav-items .nav-sub-nav li a {
	font-size: 14px;
}

.it-show-sub-nav:hover .nav-sub-nav {
	display: inline-block;
	position: absolute;
	/* top: 49px; */
	top: 38px;
	left: 0px;
	background: #FFF;
	width: auto;
	min-width: 269px;
	z-index: 999999999999;
	border: 1px solid var(--color-primary);     
	padding-bottom: 20px;
	padding-left: 10px;  
	transition: all .5s ease-in-out;                                         
}

.it-nav-items.it-show-sub-nav:hover {
	background: var(--color-primary);
	color: #FFF;
}

.it-nav-items.it-show-sub-nav:hover a.it-primary-navigation {
	color: #FFF;
}

body:not(.home) li.gfield {
	list-style-type: none;
	margin-bottom: 15px;
}

body:not(.home) ul.gform_fields {
	margin: 0px;
	padding: 0px;
}

body:not(.home) label.gfield_label {
    margin-bottom: 5px !important;
	display: block;
	color: #666;
}

body:not(.home) .gfield input {
	padding: 10px;
}

body:not(.home) .gform_button {
    margin-top: 25px !important;
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse.collapse:not(.show) {
			display: none !important;
	}
}

@media (min-width: 769px){
	.hero_image {
		background-size: cover;
	}

	.hero_image_overlay {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    max-height: 439px;		
	}

	.hero_content.css_table {
		position: relative;
		z-index: 12;
	}

	h1.hero-page-title {
		text-shadow: 0px 3px 1px rgb(0 0 0 / 20%);
		max-width: 42%;
		margin-left: auto;
		margin-right: auto;
		font-size: 58px;
	}
}

.booking_widget_mobile {
	display: none;
}

/* .it-booking-widget-group-date input {
	border: none;
	box-sizing: border-box;
	outline: 0;
	position: relative;
	width: 100%;
} */

input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
  

@media (max-width: 769px){
	.booking_widget_mobile {
		display: block;
	}

	.nav-link-sub-nav-link {
    margin-left: 12px;
	}

	.hero_image_overlay {
		background: rgba(0, 0, 0, 0.3);
		width: 100%;
		height: 100%;
		z-index: 10;
		position: absolute;
		max-height: 189px;
	}

	.hero_content.css_table {
		position: relative;
		z-index: 12;
	}	

	.hero_image {
		background-size: cover;
		min-height: 189px;
	}

	h1.hero-page-title {
		text-align: center;
		padding-top: 16px;
		padding-bottom: 30px;
		color: #FFF;
		font-family: 'Crimson Text', serif;
		font-style: normal;
		font-weight: 500;
		font-size: 40px;
		line-height: 110%;
		padding-bottom: 24px;
	}

	#inner_page_where_form {
		max-width: 85% !important;
		margin-top: -15px !important;
	}

	.offer_text_inner a:last-of-type {
		font-size: 14px;
	}

	.property-banner-snipe {
		margin-top: 10px;
	}
}

.hero_content.css_table {
	padding-bottom: 50px;
}

.breadcrumbs .breadcrumbs_list li, .breadcrumbs .breadcrumbs_list li a {
    display: inline;
    font-family: 'Gotham HTF Book', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: var(--color-primary);	
}


.btn-blue {
		background-color: #0d73b4;	
		color: #FFF !important;
}

.btn-orange {
		background-color: #fd8204;
		color: #FFF !important;
}

.basic_content .right_side_block .custom_html .btn {
    font-size: 17px;
    border-radius: 0px;
    padding: 12px;
}

.basic_content .right_side_block h4 {
	font-size: 16px;
}

.basic_content .right_side_block p, .basic_content .right_side_block li {
	font-size: 15px;
	line-height: 140%;
}

.basic_content .right_side_block .custom_html {
	padding: 30px;
}

.css_table_cell .text_inner h3 a {
	color: #0d73b4;
}

.gfield_visibility_hidden {
	display: none !important;
}

.gform_fields input, .gform_fields select {
    width: 98% !important;
}

.ginput_container_name span {
    width: 49%;
    display: inline-block;	
}

.ginput_container_name span input {
	width: 99%;
}

.ginput_container_name span label {
	display: block;
}

.ginput_container_address span {
    width: 49%;
    display: inline-block;	
}

.ginput_container_address span input {
	width: 99%;
}

.ginput_container_address span label {
	display: block;
}

.ginput_container_checkbox li {
	list-style-type: none;
}

.ui-widget.ui-widget-content {
	z-index: 99 !important;
	border: 2px solid var(--color-primary);
}

.ui-datepicker .ui-datepicker-header {
	border: none !important;
	background: none !important;
}

.ui-datepicker .ui-datepicker-prev {

}

.ui-datepicker .ui-datepicker-next {
	
}

.ui-datepicker .ui-datepicker-title {
	font-family: gotham htf book,sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
}

.ui-datepicker table {

}

.ui-datepicker th {
	font-family: gotham htf book,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
}

.ui-datepicker td {
	font-family: gotham htf book,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
}

.ui-datepicker td a {

}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #f58220;
	color: #FFF;                    
}

.base-design-slider-parent .carousel-indicators {
	margin-left: 1%;
}

.it-widget-content-blocks-block-btn-smaller {
	max-width: 25% !important;
	margin: 0 auto;
	margin-top: -35px !important;
	margin-bottom: 15px;
}

.btn-green {
    background-color: #70b54a;
	color: #FFF;
}

.btn-green:hover, .btn-green:focus, .btn-green .focus {
    background-color: #5a913b;
	color: #FFF;
}

@media (min-width: 769px){
	.hero_image {
		min-height: 438px !important;
	}
	
	.hero_content.css_table {
		padding-top: 4%;
	}

	#arrival_date_header_v2::-webkit-calendar-picker-indicator {

	}

	#departure_date_header_v2::-webkit-calendar-picker-indicator {

	}	
}

@media (min-width: 1024px){
	.it-nav-count-4 {
		padding-left: 40px !important;
	}
}

@media only screen and (min-width: 576px) and (max-width: 990px) {
	html {
		max-width: 100%;
	}
	
	.container, .container-sm {
		width: 100%;
		max-width: 100%;
	}
	
	.it-booking-widget-headline {
		max-width: 100%;
		width: 100%;
	}
	.slider-widget-single .col-sm-7, .slider-widget-single .col-sm-5 {
	    width: 100% !important;
    	max-width: 100%;
    	flex: none;
	}
	
	.navbar-light .navbar-toggler {
		right: -148% !important;
	}
	
	.meta-slider-line { 
		display: none;
	}
	
	.generic-it-widget-image img {
        height: 100%;
        object-fit: cover;
	}
}

@media only screen and (max-width: 990px) {
 
	.it-widget-content-blocks-block-btn-small-container {
		border-top: 1px solid #ededed;
		margin-top: 30px;		
	}

	.it-widget-content-blocks-block-btn-smaller {
		margin-top: 28px !important;
		width: 100%;
		max-width: 100% !important;		
	}

	.sticky-mobile.justify-content-between {
        justify-content: initial !important;
	}

	header {
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 100;
		border-bottom: solid 1px var(--color-primary)
	}
	.navbar-collapse {
		position: absolute;
		background: #fff;
		top: 48px;
		left: -1px;
		width: 100vw;
	}
	header+div {
		margin-top: 69px;
	}
	.generic-it-widget-content {
		padding: 25px !important;
	}
	.it-hide-desktop {
		display: block;
	}
	.it-hide-mobile {
		display: none;
	}
	.it-booking-widget-group {
		width: 100%;
		margin-bottom: 10px;
	}
	.it-booking-widget-group-date {
		width: 49% !important; 
	}
	.it-booking-widget-headline {
		margin-bottom: 10px;
	}
	.slider-widget-single .meta {
		display: none;
	}
	.slider-widget-single h3 {
		margin-bottom: 75px;
	}
	.it-recent-blog-single {
		margin-bottom: 50px;
	}
	.it-footer-column ul li {
		width: 100%;
	}
	.navbar-light .navbar-toggler {
		position: absolute;
		top: -6px;
		right: -206px;
	}
	.navbar-light .mobile-phone-icon {
		position: absolute;
		top: -14px;
		right: -120px;
		font-size: 40px;
	}
	.navbar-light .mobile-phone-icon i {
		color: var(--color-primary);
	}
	header .navbar {
		margin-top: -50px;
		width: 40%;
	}
	.navbar-nav.mr-auto {
		width: 335px;
	}
	footer {
		padding-top: 20px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-family: 'Gotham HTF Book', sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 17px;
		line-height: 20px;
		color: #000;
		color: #0d73b4;
		font-weight: bold;
	}
	.it-footer-colum-toggler {
		display: inline-block;
		float: right;
	}
	.it-footer-column {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.it-footer-column-toggle-container {
		display: none;
	}
	.it-footer-copyright-links {
		margin-left: 0px;
	}
	.it-footer-copyright-links li {
		list-style-type: none;
		display: block;
		padding-left: 0px;
		text-align: left;
	}
	.it-toggler-open .fa-caret-down {
		display: none;
	}
	.it-toggler-closed .fa-caret-up {
		display: none;
	}
	.it-bg-primary {
		padding-bottom: 50px;
	}
	.it-mobile-meta-info {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 17px;
	}
	.it-mobile-meta-info i {}
	.it-mobile-meta-info span {
		font-family: 'Gotham HTF Book', sans-serif;
		padding-left: 10px;
	}
	button.navbar-toggler {
		border: none;
	}
	.navbar-toggler-icon {
		background-image: url("/wp-content/themes/verb-base/v2/images/menu_icon.svg") !important;
		background-size: 130%;
	}
	.navbar-toggler {
		border-color: rgb(38, 51, 123);
	}
	.navbar-light .mobile-phone-icon i {
		font-size: 30px;
		position: relative;
		top: -5px;
	}
	.it-booking-widget {
		padding-bottom: 0px;
	}
	.it-booking-widget-headline {
		color: #FFF;
	}
	.it-column-toggler {
		display: inline-block;
		float: right;
	}
	#it_booking_widget_group {
/* 		display: none; */
	}
	.it-booking-widget form {
		width: 100% !important;
	}
	.it-widget-slider-container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.slider-widget-single-content {
		padding-top: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}
	ol.carousel-indicators {
		margin-left: initial;
		top: 239px;
		margin-left: 18% !important;
	}

	ol.interior-carousel-indicators {
		margin-left: 0% !important;
	}

	.it-single-cta-grid-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.it-single-cta-grid h5 {
		font-family: 'Crimson Text', serif;
		font-style: normal;
		font-weight: normal;
		font-size: 19px;
		line-height: 115%;
		text-align: center;
		color: #000000;
	}
	.col-sm-4.it-single-cta-grid {
		width: 33%;
	}
	.it-waves-container {
		margin-top: 50px;
	}
	footer .child-toggler {
		display: inline-block;
		float: right;
	}
	.it-footer-copyright-mobile {
		padding-left: 0px;
		margin-left: 0px;
		border-top: 1px solid #FFF;
		padding-top: 12px;
	}
	.it-footer-copyright-mobile img {
		padding-right: 15px;
	}
	.col-sm-12.it-newsletter-widget {
		background: #26337B;
	}
	.it-newsletter-inner {
		background: #FFF;
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.it-newsletter-inner ul {
		margin: 0px;
		padding: 0px;
	}
	.it-newsletter-widget .gform_wrapper .gform_body,
	.it-newsletter-widget .gform_wrapper .gform_footer {
		width: 100%;
	}
	.it-newsletter-inner .clear {
		clear: both;
	}
	.it-newsletter-widget h3 {
		font-size: 26px;
	}
	.it-newsletter-widget input[type="text"] {
		width: 99%;
		margin-bottom: 15px;
	}
	.it-newsletter-widget input[type="submit"] {
		background: #00ADD8 !important;
	}
	.slider-button {
		z-index: 99;
		position: relative;
		top: -16px;
	}
	.navbar-collapse {
		border-bottom: 3px solid #ededed;
	}
	.it-booking-widget-headline .child-toggler {
		display: inline-block;
		float: right;
	}
	#blogCarousel ol.carousel-indicators {
		top: 196px;
	}
	.it-z-override {
		position: relative;
/* 		z-index: 9999; */
	}
	.it-recent-blog-single {
		margin-bottom: 0px;
	}
	.it-widgets-blog-posts-btn {
		margin-top: 60px;
	}
	.bootstrap-select .dropdown-menu {
		width: 100%;
	}
	.it-logo {
		position: relative;
	    z-index: 9999999;		
	}
	.it-recent-blog-single a {
		font-family: Arial;
		font-size: 15px;
	}
	
	.slider-widget-single .col-sm-5 {
		min-height: 315px;
	}
	
	.slider-widget-single h2 {
		font-size: 40px;	
	}
	
	.slider-button {
		top: 41px;
	    position: absolute;
	    bottom: 16px;
	    width: 100%;		
	}
	
	.slider-widget-single h3 {
		margin-top: 15px;
	}
}

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

    #cta_box .generic-it-widget-image {
        position: relative;
        height: 66vw;
     }

     #cta_box .generic-it-widget-image img {
        position: absolute;
        left: -15px;
        right: -15px;
        max-width: 100vw;
        width: 100vw;
     }
}

@media only screen and (min-width: 1280px) {
	.it-nav a {
		padding-left: 18px !important;
	}
}

@media only screen and (max-width: 990px) {
	.it-booking-widget-group-date input {
		font-size: 16px;
	}
}

@media (max-width: 990px){ 
	.hero_image_overlay {
		visibility: hidden !important;
	}
}


/* TEST HOMEPAGE */
 
body.page-homepage-test .carousel-indicators {
	margin-left: 1%;
}

body.page-homepage-test .gform_wrapper form,
body.page-homepage-test .reservation_section form {
	background: none !important;
	border: none !important;
}

body.page-homepage-test .gform_wrapper form,
body.page-homepage-test .reservation_section form {
	background: none !important;
	border: none !important;
	margin: 0 auto !important;
	/* width: 500px !important; */
	display: block;
	text-align: center;
}