/*
Theme Name: Cosmic
Author: DRPM
Version: 0.9.3
Text Domain: cosmic
*/

/***** Mobile Menu *****/
#wrapper {
	width:320px;
	height:560px;
	overflow:hidden;
	position:absolute; 
	top:50px; 
	left:50%;
  margin-left:-160px;
	background:#111;
}
div.screen{
	width:320px;
	height:560px;	
	overflow:hidden;
	position:absolute; 
	top:0px; 
	left:0px;
	background:#31558a;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.screen.animate{
	left:254px;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}

.list{margin-top:36px; text-align:left;}
.item{
	height:115px;
	margin-top:30px 0;
	padding-left:115px;
	clear:both;
}
.item .img, .item span{background:#214273; border-radius:3px;}
.item .img{float:left; width:71px; height:71px; margin-left:-93px;}
.item span{height:11px; width:180px; margin-bottom:19px; float:left;}
.item span:nth-of-type(3){width:75px; margin-botom:0;}

div.burger {
	height: 30px; 
	width: 40px;
	position: absolute;
	top: 11px; 
	left: 21px;
	cursor: pointer;	
}
	div.x,
	div.y,
	div.z {
		position: absolute; margin: auto;
		top: 0px; bottom: 0px;		
		background: #fff;
		border-radius:2px;
		-webkit-transition: all 200ms ease-out;
		   -moz-transition: all 200ms ease-out;
		    -ms-transition: all 200ms ease-out;
		     -o-transition: all 200ms ease-out;
		        transition: all 200ms ease-out;
	}		
	div.x, div.y, div.z {
		height: 3px;
		width: 26px;
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;
    }
	div.y.squize{
		width:0;
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;
	}
	div.y{top: 18px;}
	div.z{top: 37px;}	 
	
	div.open div.x, div.open div.z{
		top:19px;
		-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;
	}
	
	div.rotate30{		
		-ms-transform: rotate(30deg); 
    	-webkit-transform: rotate(30deg); 
	    transform: rotate(30deg);	
		-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;					
	}
	div.rotate150{
		-ms-transform: rotate(150deg); 
    	-webkit-transform: rotate(150deg); 
	    transform: rotate(150deg);	
		-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;					
	}
	
	div.rotate45{
		-ms-transform: rotate(45deg); 
    	-webkit-transform: rotate(45deg); 
	    transform: rotate(45deg);	
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;					
	}
	div.rotate135{
		-ms-transform: rotate(135deg); 
    	-webkit-transform: rotate(135deg); 
	    transform: rotate(135deg);	
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;					
	}

div.navbar{height:73px;background:#385e97;}

div.menu {
	height: 568px; 
	width: 320px;
	margin-left:-190px;
	opacity:0;	
	position:relative;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
#menu-bg{
	position:absolute;
	left:0;
	right:0;
	position: absolute;
	left: -10px;
	top: -120px;	
	opacity: 0.3;
  -webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.menu.animate #menu-bg{
  left:-23px;
-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.menu.animate{
	margin-left:-110px;
	opacity:1;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.menu ul{margin-top:110px;position:relative;}
div.menu ul li {
	list-style: none;
	width: 320px;
	margin-top: 40px;
	text-align: left;
	padding-left: 100px;
	font-size: 23px;
}
div.menu ul li a {
	color:#fff;
	text-decoration:none;	
	letter-spacing:1px;	
}
div.menu.animate ul li {
	margin-left:80px; 
	-webkit-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.menu.animate li:nth-of-type(1){transition-delay: 0.0s;}
div.menu.animate li:nth-of-type(2){transition-delay: 0.06s;}
div.menu.animate li:nth-of-type(3){transition-delay: 0.12s;}
div.menu.animate li:nth-of-type(4){transition-delay: 0.18s;}
div.menu.animate li:nth-of-type(5){transition-delay: 0.24s;}
/** Font Import **/
@font-face {
	font-family: 'Monteserrat-Light';
	src: url(/wp-content/themes/Cosmic/fonts/Montserrat-Light.otf) format("opentype");
}
@font-face {
	font-family: 'Monteserrat-Light-Italic';
	src: url(/wp-content/themes/Cosmic/fonts/Monteserrat-LightItalic.otf) format("opentype");
}
@font-face {
	font-family: 'Monteserrat-Medium';
	src: url(/wp-content/themes/Cosmic/fonts/Montserrat-Medium.otf) format("opentype");
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url(/wp-content/themes/Cosmic/fonts/Montserrat-Regular.otf) format("opentype");
}
@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url(/wp-content/themes/Cosmic/fonts/Montserrat-SemiBold.otf) format("opentype");
}
@font-face {
	font-family: 'Lovestory-Alt-Solid';
	src: url(/wp-content/themes/Cosmic/fonts/LOVESTORY-ALT-SOLID.TTF) format("truetype");
}
@font-face {
	font-family: 'Lovestory-Alt-Svg';
	src: url(/wp-content/themes/Cosmic/fonts/LOVESTORY-ALT-SVG.OTF) format("opentype");
}
@font-face {
	font-family: 'Lovestory-Solid';
	src: url(/wp-content/themes/Cosmic/fonts/LOVESTORY-SOLID.TTF) format("truetype");
}
@font-face {
	font-family: 'Lovestory-Svg';
	src: url(/wp-content/themes/Cosmic/fonts/LOVESTORY-SVG.OTF) format("opentype");
}
/** General Settings **/
a:focus, input:focus {
	border: 1px solid #4399C5 !important;
}
h1, h2, h3, h4, h5 {
	font-family: 'Monteserrat-Medium';
}
h1, .row-headline {
	font-size: 36px;
	margin-bottom: 25px;
}
.row-event-headline {
	font-size: 32px;
	margin-bottom: 25px;
}
.text-shadow {
	text-shadow: -0.5px -1.5px 4.5px #333;
}
#page-wrapper{
	padding: 0 0 0;
}
.row-headline.light-blue, .row-event-headline.light-blue {
	color: #0E77CD !important;
}
.column-headline.light-blue {
	color: #0E77CD !important;
}
.row-headline.dark-blue, .row-event-headline.dark-blue {
	color: #033867 !important;
}
.column-headline {
	font-size: 18px !important;
	text-transform: uppercase;
	color: #033867 !important;
}
.row-vessel-headline {
	color: #fff;
	font-family: 'Monteserrat-Medium';
	font-size: 36px;
}
ul, li, p, span, a {
	font-family: 'Monteserrat-Light';
}
.row-headline, .column-headline, .row-event-headline {
	font-family: 'Monteserrat-Medium';
}
strong {
	font-family: 'Montserrat-SemiBold';
}
.facebook-link {
	float: left;
}
.twitter-link {
	float: left;
    margin-top: 4px;
    margin-left: 10px;
}
.custom-accordian .vc_tta-icon {
	float: right;
	color: #0E77CD;
	margin-top: 12px;
}
.custom-accordian .vc_tta-panel-title a {
	color: #033867 !important;
	padding-left: 0 !important;
	border-bottom: solid thin #212529 !important;
}
.custom-accordian .vc_tta-controls-icon {
	display: none !important;
}
.custom-accordian .vc_tta-panel-heading {
	border-color: transparent !important;
	border-bottom: solid thin #212529;
}
.custom-accordian .vc_tta-panel-body {
	border-color: transparent !important;
}
.custom-accordian .vc_tta-title-text:not(:empty):not(:first-child) {
	margin-left: 0px !important;
}
.ppw-post-password-container > form {
	margin: 15vw 0;
}
/** Homepage Banner Video **/

#player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -75px;
}
.home-banner .player-container:before {
	position: absolute;
    display: block !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.home-banner .player-cta {
	position: relative;
	z-index: 2;
}
.home-banner {
	text-align: center;
	line-height: 1;
	padding-top: 0;
    padding-bottom: -30px !important;
/*	background-color: #033867; */
	background-image: linear-gradient(rgba(3,56,103,1), rgba(3,56,103,0)) !important;
}
.home-banner .headline {
	font-family: 'Lovestory-Solid';
	font-size: 126px;
	color: #fff;
	margin-bottom: 0;
}
.home-banner .subhead {
	font-family: 'Monteserrat-Medium';
	font-size: 28px;
	color: #fff;
	margin-bottom: 85px !important;
}
.home-banner-title {
	margin-top: -50px;
	position: relative;
}
.home-banner-btn {
	margin-bottom: 10vw;
}

/** Navigation/Header **/
#logo {
	margin: 0 15px;
}
#logo img {
	width: 150px;
}
#wrapper-navbar {
	position: absolute;
    width: 100%;
}
.navbar.bg-primary {
	background-color: transparent !important;
/*	background: linear-gradient(to bottom, rgba(3,56,103,.75) 0%, rgba(3,56,103,.75) 60%, transparent 60%, transparent 100%);*/
	background: linear-gradient(to bottom, rgba(3,56,103,.75) 75%, rgba(3,56,103,.75) 75%, transparent 75%, transparent 100%);
	z-index: 3;
}
#main-menu.ml-auto {
	margin-left: auto !important;
}
.navbar-nav {
	margin-bottom: 30px;
}
.navbar-nav li a {
	font-size: 16px;
    text-transform: uppercase;
	color: #fff !important;
	margin-bottom: 0;
	font-family: 'Montserrat-SemiBold';
	padding-right: 8px !important;
    padding-left: 8px !important;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar-nav li:hover {
	background: #0E77CD !important;
}
.menu-item-has-children li:hover, .menu-item-has-children ul li a:hover {
	background: #0E77CD !important;
	color: #fff !important;
}
#secondary-menu.ml-auto {
	margin-left: 0 !important;
	margin-right: auto !important;
}
/*.parent-hover {
	top: 2.75vw;
	margin: 0;
	padding: 0 0 .5rem;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/
.parent-link:hover > .dropdown-menu {
	display: block;
	box-shadow: 0px 2px 3.5px #333;
	border-radius: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dropdown-menu {
	border: solid 0px #fff;
}
.menu-item-144.nav-item ul {
	display: none;
	left: auto;
	top: 0;
	right: 100%;
	direction: rtl;
	box-shadow: 0px 0px 3.5px #333 !important;
}
.menu-item-144.nav-item:hover ul {
	display: block;
}
.menu-item-has-children ul li a {
	margin-bottom: 0;
	padding: .75rem 1.5rem;
	color: #033867 !important;
}
.menu-item-has-children ul li a:hover {
	color: #fff !important;
}
.menu-item-has-children ul {
	margin: 0;
	padding: 0;
}
/** Button Settings **/
.custom-btn button, .custom-btn a {
	color: #0E77CD !important;
    border-color: #0E77CD !important;
    background-color: transparent !important;
	background-image: none !important;
	border-width: 3px !important;
	text-transform: uppercase;
	padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
	border-radius: 0px !important;
	font-family: 'Monteserrat-Medium' !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.custom-btn button:hover, .custom-btn a:hover, .custom-btn a:focus {
	color: #fff !important;
	border-color: #0E77CD !important;
    background-color: #0E77CD !important;
}
.custom-btn-reverse button, .custom-btn-reverse a, input#mc-embedded-subscribe {
	color: #fff !important;
    border-color: #0E77CD !important;
    background-color: #0E77CD !important;
	background-image: none !important;
	border-width: 3px !important;
	text-transform: uppercase;
	padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
	border-radius: 0px !important;
	font-family: 'Monteserrat-Medium' !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.custom-btn-reverse button:hover, .custom-btn-reverse a:hover, input#mc-embedded-subscribe:hover, .custom-btn-reverse a:focus, input#mc-embedded-subscribe:focus {
	color: #0E77CD !important;
	border-color: #0E77CD !important;
    background-color: #fff !important;
}
.custom-btn-dark button, .custom-btn-dark a {
	color: #fff !important;
    border-color: #033867 !important;
    background-color: #033867 !important;
	background-image: none !important;
	border-width: 3px !important;
	text-transform: uppercase;
	padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
	border-radius: 0px !important;
	font-family: 'Monteserrat-Medium' !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.custom-btn-dark button:hover, .custom-btn-dark a:hover, .custom-btn-dark a:focus {
	color: #033867 !important;
	border-color: #033867 !important;
    background-color: #fff !important;
}
.custom-btn-dark-reverse button, .custom-btn-dark-reverse a {
	color: #fff !important;
    border-color: #fff !important;
    background-color: #033867 !important;
	background-image: none !important;
	border-width: 3px !important;
	text-transform: uppercase;
	padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
	border-radius: 0px !important;
	font-family: 'Monteserrat-Medium' !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.custom-btn-dark-reverse button:hover, .custom-btn-dark-reverse a:hover, .custom-btn-dark-reverse a:focus {
	color: #033867 !important;
	border-color: #fff !important;
    background-color: #fff !important;
}
.custom-btn-dark-reverse-full button, .custom-btn-dark-reverse-full a {
	color: #fff !important;
    border-color: #033867 !important;
    background-color: #033867 !important;
	background-image: none !important;
	border-width: 3px !important;
	text-transform: uppercase;
	padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
	border-radius: 0px !important;
	font-family: 'Monteserrat-Medium' !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.custom-btn-dark-reverse-full button:hover, .custom-btn-dark-reverse-full a:hover, .custom-btn-dark-reverse-full a:focus {
	color: #033867 !important;
	border-color: #033867 !important;
    background-color: #fff !important;
}
.custom-btn-white button, .custom-btn-white a {
	color: #fff !important;
    border-color: #fff !important;
    background-color: transparent !important;
	background-image: none !important;
	border-width: 3px !important;
	text-transform: uppercase;
	padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
	border-radius: 0px !important;
	font-family: 'Monteserrat-Medium' !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.custom-btn-white button:hover, .custom-btn-white a:hover, .custom-btn-white a:focus {
	color: #033867 !important;
	border-color: #fff !important;
    background-color: #fff !important;
}
.btn-padding-small a {
	padding-left: 5px !important;
    padding-right: 5px !important;
}
.vc_btn3-container.lg button, .vc_btn3-container.lg a {
	padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.vc_btn3-container.arrow button:after, .vc_btn3-container.arrow a:after {
	display: inline-block;
    margin-left: .75rem;
    content: "";
    border-top: .4em solid transparent;
    border-right: .4em solid transparent;
    border-bottom: .4em solid transparent;
    border-left: .4em solid;
}
.vc_btn3-container.arrow-reverse button:before, .vc_btn3-container.arrow-reverse a:before {
    display: inline-block;
    margin-right: .75rem;
    content: "";
    border-top: .4em solid transparent;
    border-right: .4em solid;
    border-bottom: .4em solid transparent;
    border-left: .4em solid transparent;
}
.cookie-btn {
	background-color: #fff !important;
    padding: 8px 30px 8px !important;
    border: solid 2px #fff !important;
    font-size: 14px!important;
    color: #0E77CD !important;
	font-family: 'Montserrat-SemiBold' !important;
    background-image: none !important;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cookie-btn:hover {
	background-color: transparent !important;
	color: #fff !important;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.subscribe-btn .vc_column-inner {
	padding-top: 25px !important;
}
/** Row Settings **/
.row-standard {
	margin: 35px 0;
}
.row-standard-top {
	margin: 35px 0 0;
}
.row-standard-bottom {
	margin: 0 0 35px;
}
.row-venue {
	margin-top: 195px;
}
.parallaxcustom {
	background-attachment: fixed !important;
}
.row-fixed {
	background-attachment: fixed !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.vc_row-fluid.interior-banner {
	text-align: center;
	line-height: 1;
	padding-top: 220px;
    padding-bottom: 200px;
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.interior-banner p {
	font-family: 'Lovestory-Solid';
	font-size: 118px;
	color: #fff;
	text-shadow: 0px 0px 2px #333;
}
.interior-banner:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.25);
	display: block !important;
	z-index: 0;
}
#player iframe .ytp-autohide .ytp-watermark, #player iframe  .ytp-gradient-top, #player iframe .ytp-chrome-top.ytp-show-watch-later-title.ytp-share-button-visible {
	display: none !important;
}
.wave-container {
	height: 150px;
	overflow: hidden;
	transform: scale(1.5);
}
.wave-container svg path {
	fill: #fff !important;
}
.wave-row-before, .wave-row-after {
	background: rgba(16,133,228,.05);
	overflow: initial !important;
}
.wave-row-after-2, .row-overflow-initial {
	overflow: initial !important;
}
.row-overflow-inherit {
	overflow: inherit !important;
}
.wave-row-before:before {
	position: relative;
	display: block !important;
	background: url(/wp-content/uploads/2019/06/first_wave.jpg);
	top: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 21vw;
	z-index: 0;
	margin-top: -225px;
}
.wave-row-after:after {
	position: relative;
	display: block !important;
	background: url(/wp-content/uploads/2019/06/second_wave.jpg);
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 8vw;
	z-index: 0;
}
.top-wave-row:before {
	position: absolute;
	background: url(/wp-content/uploads/2019/06/first_wave-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 12vw;
}
.top-wave-row-2:before {
	position: absolute;
	background: url(/wp-content/uploads/2019/06/third_wave.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: block !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	min-width: 100%;
	height: 16vw;
}
.top-wave-row-white:before {
	position: absolute;
    background: url(/wp-content/uploads/2019/06/wave-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
	display: block !important;
    top: -2vw;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    height: 13vw;
}
.top-wave-row-blue {
	overflow: initial !important;
}
.top-wave-row-blue:before {
	position: absolute;
    background: url(/wp-content/uploads/2019/06/wave-blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
	display: block !important;
    top: -6vw;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    height: 16vw;
}
.top-wave-row-blue.wave-overlay {
	padding-top: 18vw;
    padding-bottom: 75px;
	margin-top: -8vw;
}
.top-wave-row-blue.wave-overlay:before {
	position: absolute;
    background: url(/wp-content/uploads/2019/06/wave.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    height: 16vw;
}
.row-venue-table:before {
	position: absolute;
    background: url(/wp-content/uploads/2019/06/wave.png);
    background-size: cover;
    background-repeat: no-repeat;
	display: block !important;
    top: -4vw;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    height: 16vw;
}
.bottom-wave-row:before {
	position: absolute;
	background: url(/wp-content/uploads/2019/06/first_wave.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: block !important;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 22vw;
}
.bottom-wave-row-2:before {
	position: absolute;
	background: url(/wp-content/uploads/2019/06/second_wave.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: block !important;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 8vw;
}
.bottom-wave-row-3:before {
	position: absolute;
	background: url(/wp-content/uploads/2019/06/third_wave.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: block !important;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 27vw;
}
.parallax-overlay-entertainment {
	background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)), url(/wp-content/uploads/2019/06/parallax-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.parallax-overlay-entertainment-2 {
	background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)), url(/wp-content/uploads/2019/06/parallax-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.parallax-wedding {
	background: url(/wp-content/uploads/2019/07/parallax.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.wave-row-transparent {
	-webkit-clip-path: url(#clip);
  	clip-path: url(#clip);  
}
.row-index {
	z-index: 1;
}
.row-index-2 {
	z-index: 2;
}
.build-padelford-column .vc_column-inner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block !important;
	z-index: -1;
	text-align: center;
	color: #fff;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.build-padelford-column:hover .vc_column-inner:before {
	background: rgba(0,0,0,.5);
}
.build-padelford-column .wpb_text_column {
	visibility: hidden;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	padding: 0 35px;
}
.build-padelford-column:hover .wpb_text_column {
	visibility: visible;
}
/** Custom Modal **/
.blocker {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:99;
	padding:20px;
	box-sizing:border-box;
	background-color:#000;
	background-color:rgba(0,0,0,0.75);
	text-align:center
}
.blocker:before {
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-0.05em
}
.blocker.behind {
	background-color:transparent
}
.modal {
	display:none;
	vertical-align:middle;
	position:relative;
	overflow: auto;
	z-index:2;
	max-width:60%;
	box-sizing:border-box;
	width:90%;
	height: 75vh;
	background:#fff;
	padding:15px 30px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	-o-box-shadow:0 0 10px #000;
	-ms-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
	text-align:left
}
.modal a.close-modal {
	position:absolute;
	top: 7.5px;
	right: 7.5px;
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}
.modal-spinner {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	padding:12px 16px;
	border-radius:5px;
	background-color:#111;
	height:20px
}
.modal-spinner>div {
	border-radius:100px;
	background-color:#fff;
	height:20px;
	width:2px;
	margin:0 1px;
	display:inline-block;
	-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;
	animation:sk-stretchdelay 1.2s infinite ease-in-out
}
.modal-spinner .rect2 {
	-webkit-animation-delay:-1.1s;
	animation-delay:-1.1s
}
.modal-spinner .rect3 {
	-webkit-animation-delay:-1.0s;
	animation-delay:-1.0s
}
.modal-spinner .rect4 {
	-webkit-animation-delay:-0.9s;
	animation-delay:-0.9s
}
@-webkit-keyframes sk-stretchdelay {
	0%,40%,100% {
		-webkit-transform:scaleY(0.5)
	}
	20% {
		-webkit-transform:scaleY(1.0)
	}
}
@keyframes sk-stretchdelay {
	0%,40%,100% {
		transform:scaleY(0.5);
		-webkit-transform:scaleY(0.5)
	}
	20%{transform:scaleY(1.0);
		-webkit-transform:scaleY(1.0)
	}
}
/** Feature Carousel **/
.carousel-container {
  	position:relative;
  	width:960px;
	margin: auto;
}
#carousel, #carouseltwo, #carouselthree {
  height:280px;
  width:960px;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
}
.carousel-image {
	border:0;
	display:block;
	border: solid 10px #fff;
}
.carousel-feature {
  	position:absolute;
  	top:-1000px;
  	left:-1000px;
  	cursor:pointer;
	box-shadow: 5px 5px 12px rgba(0,0,0,.25);
}
.carousel-feature .carousel-title {
 	position: absolute;
	width:100%;
	top: 25px !important;
    left: 25px !important;
	right: 0 !important;
}
#carouseltwo .carousel-feature .carousel-title {
    top: 45px !important;
	text-align: center;
	left: 0 !important;
}
.carousel-feature .carousel-subtitle {
	color: #fff;
	font-size: 16px;
}
.carousel-feature .carousel-title p {
	color: #fff;
	line-height: .85;
	font-size: 68px;
	font-family: 'Lovestory-Solid';
}
#carouseltwo .carousel-feature .carousel-title p {
    font-size: 66px;
}
.carousel-feature .carousel-btn {
  	position: absolute;
	width:100%;
	bottom: 15px !important;
	left: 25px !important;
	right: 0 !important;
}
#carouseltwo .carousel-feature .carousel-btn {
	left: 0 !important;
}
.fleet-rotator .carousel-feature .carousel-btn {
    bottom: 10px !important;
    padding-left: 20px;
	left: 0 !important;
    margin: 0 auto;
    background: rgba(0,0,0,.45);
    border-right: solid 9.45px #FFF;
    border-left: solid 9.45px #FFF;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
.carousel-feature.font-change .carousel-title {
 	position: absolute;
    width: 80%;
    top: 30px !important;
    left: 30px !important;
    right: 0 !important;
}
.carousel-feature.font-change .carousel-title p  {
	font-family: 'Monteserrat-Medium' !important;
	font-size: 28px;
}
.carousel-feature .carousel-title p, .carousel-feature.font-change .carousel-title p {
	text-shadow: 0px 1px 3px #000;
	line-height: 1;
}
.certificate-carousel-row {
	background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), url(/wp-content/uploads/2019/07/parallax-2.jpg);
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-attachment: fixed !important;
	padding-top: 18vw;
    padding-bottom: 75px;
    margin-top: -8vw;
}
.certificate-carousel-row:before, .certificate-carousel-venue-row:before, .book-private-charter:before, .night-row:before, .career-opportunities:before {
	position: absolute;
	background: url(/wp-content/uploads/2019/06/wave.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: block !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	min-width: 100%;
	height: 16vw;
}
.certificate-carousel-venue-row {
	background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), url(/wp-content/uploads/2019/07/parallax-1.jpg);
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-attachment: fixed !important;
	padding-top: 18vw;
    padding-bottom: 75px;
    margin-top: -8vw;
}
.night-row {
	background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), url(/wp-content/uploads/2019/07/parallax-4.jpg);
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-attachment: fixed !important;
	padding-top: 18vw;
    padding-bottom: 75px;
    margin-top: -8vw;
}
.event-space-row .body-content, .certificate-carousel-row .body-content, .certificate-carousel-venue-row .body-content, .private-event-carousel .body-content, .night-row .body-content, .featured-cruises .body-content {
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 8vw 0;
    margin: 25px auto;
    width: 100%;
	border: solid 10px #fff;
	box-shadow: 5px 5px 12px rgba(0,0,0,.25);
}
.book-private-charter {
	background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), url(/wp-content/uploads/2019/07/parallax-4.jpg);
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-attachment: fixed !important;
	padding-top: 22vw;
    padding-bottom: 135px;
    margin-top: -8vw;
}
.career-opportunities {
	background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/parallax.jpg);
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-attachment: fixed !important;
	padding-top: 22vw;
    padding-bottom: 135px;
    margin-top: -8vw;
}
.carousel-container.extra-info .vc_btn3-container {
	margin-bottom: 10px;
}
.carousel-container.extra-info .carousel-subtitle {
	margin-bottom: 5px;
}
.certificate-carousel-row .cert, .night-row .cert {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/gift_certificates.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.certificate-carousel-venue-row .cert, .night-row .cert {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/gift_certificates-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.certificate-carousel-row .groupon, .night-row .groupon {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/groupons.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.certificate-carousel-venue-row .offers, .night-row .offers {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/groupon-slider-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.certificate-carousel-row .family, .night-row .family {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/family_season_passes.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.certificate-carousel-venue-row .family, .night-row .family {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/family_season_passes-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.event-space-row .johnathan, .certificate-carousel-row .johnathan {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/slider_jonathan.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.event-space-row .anson-betsey, .certificate-carousel-row .anson-betsey {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/slider_anson_betsey.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.event-space-row .anson, .certificate-carousel-row .anson {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/slider_anson_northrup.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.event-space-row .betsey, .certificate-carousel-row .betsey {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/slider_betsey.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.private-event-carousel .weddings {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/07/weddings_slider-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.private-event-carousel .corporate {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/07/corporate_slider-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.private-event-carousel .prom-grad {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/07/prom_slider-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.featured-cruises .easter {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/groupon-slider-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.featured-cruises .lunch {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/lunch_lock_rotation.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.featured-cruises .margarita {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/margaritas_rotation.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.featured-cruises .sunset {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/sunset_cruise_rotation.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.featured-cruises .rib {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/07/ribdinner_rotation.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.featured-cruises .sightseeing {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url(/wp-content/uploads/2019/06/groupon-slider-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.private-event-carousel .weddings, .private-event-carousel .corporate, .private-event-carousel .prom-grad {
	padding: 12vw 0;
}
.private-event-carousel .row-headline {
	font-family: 'Lovestory-Solid';
	font-size: 66px;
}
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
	display: none !important;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
	display: none !important;
}
.tracker-individual-container li {
  list-style:none;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-color:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
  cursor:pointer;
}

/** Venue Table Settings **/
.venue-table {
	border: solid 2px #0E77CD;
}
.venue-table table {
	width: 100%;
}
.venue-table .headline {
	text-align: center;
    background: #0E77CD;
    color: #fff;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 0;
    font-family: 'Lovestory-Solid';
    font-size: 65px;
}
.venue-table tr td {
	width: 14.28%;
	padding: 15px;
    text-align: center;
	color: #033867;
	text-transform: uppercase;
	font-family: 'Monteserrat-Medium';
}
.venue-table .row-1 {
	border-bottom: solid 2px #0E77CD;
}

/** Footer Settings **/
#wrapper-footer-full {
	background: url(/wp-content/uploads/2019/05/footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 115px 0;
	background-color: #033867; 
}
#wrapper-footer-full .widget_custom_html h3 {
	color: #fff;
	font-size: 18px;
    text-transform: uppercase;
	border-bottom: solid 1px #0E77CD;
	margin-bottom: 15px;
}
#wrapper-footer-full .widget_custom_html a {
	color: #fff;
}
#wrapper-footer-full .fa-facebook, #wrapper-footer-full .fa-twitter, #wrapper-footer-full .fa-pinterest, #wrapper-footer-full .fa-youtube, #wrapper-footer-full .fa-instagram, #wrapper-footer-full .fa-linkedin {
	color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 2;
}
#wrapper-footer-full .fa-facebook {
	background: #3B5998;
}
#wrapper-footer-full .fa-twitter {
	background: #00aced;
}
#wrapper-footer-full .fa-youtube {
	background: #FF0000;
}
#wrapper-footer-full .fa-instagram {
	background: #C13584;
}
#wrapper-footer-full .fa-linkedin {
	background: #0077B5;
}
#wrapper-footer {
	background: #033867;
	color: #fff;
	font-size: 14px;
	border-top: solid 1px #0E77CD;
}
#wrapper-footer .row {
	align-items: center;
	font-family: 'Monteserrat-Light';
}
#wrapper-footer .row .col-md-3 {
	text-align: center;
}
.privacy-policy-link {
	color: #fff;
}
.employee-login-link {
	color: #fff;
}
.privacy-policy-link:hover, .employee-login-link:hover {
	color: #fff;
}
.custom-contact-form #gform_submit_button_1, .custom-contact-form #gform_submit_button_3 {
	color: #fff !important;
    border-color: #0E77CD !important;
    background-color: #0E77CD !important;
    background-image: none !important;
    border-width: 3px !important;
    text-transform: uppercase;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 0px !important;
    font-family: 'Monteserrat-Medium' !important;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom-contact-form input#gform_submit_button_1:hover, .custom-contact-form input#gform_submit_button_1:toggle, .custom-contact-form input#gform_submit_button_1:active, .custom-contact-form input#gform_submit_button_3:hover, .custom-contact-form input#gform_submit_button_3:toggle, .custom-contact-form input#gform_submit_button_3:active {
	color: #0E77CD !important;
	border-color: #0E77CD !important;
    background-color: #fff !important;
}
.custom-contact-form input:placeholder, .custom-contact-form select:placeholder, .custom-contact-form textarea:placeholder {
	font-family: 'Monteserrat-Light';
}
@media only screen and (min-width: 1289px) {
	.header-cta {
		width: 1200px;
	}
	.header-cta .book-now-btn, .header-cta .phone {
		font-size: 16px;
	}
	.header-cta .phone:hover {
		color: #fff !important;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1288px) {
	.navbar-nav li a {
		font-size: 14px !important;
		padding-right: 12px !important;
    	padding-left: 12px !important;
	}
	.header-cta .book-now-btn, .header-cta .phone {
		font-size: 14px !important;
	}
	.header-cta {
		width: 1050px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav li a {
		font-size: 12px !important;
	}
	.header-cta .book-now-btn, .header-cta .phone {
		font-size: 12px !important;
	}
	.header-cta {
		width: 900px;
	}
}
@media only screen and (min-width: 1045px) and (max-width: 1199px) {
	.navbar-nav li a {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1044px) {
	.navbar-nav li a {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}
@media only screen and (min-width: 992px) {
	#wrapper-navbar.header-fixed .navbar.bg-primary {
		background: linear-gradient(to bottom, #033867 0%, #033867 60%, transparent 60%, transparent 100%);
	}
	.admin-bar #wrapper-navbar.header-fixed, #wrapper-navbar.header-fixed {
		z-index: 9999 !important;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display:block;
	}
	#wrapper-navbar.header-fixed {
		top: 0px !important;
	}
	.admin-bar #wrapper-navbar.header-fixed {
		top: 32px !important;
	}
	#wrapper-navbar.header-fixed .header-cta, .admin-bar #wrapper-navbar.header-fixed .header-cta {
		display: none;
	}
	#wrapper-navbar.header-fixed {
		position: fixed;
	}
	#wrapper-navbar.header-fixed #logo img {
		width: 75px;
	}
	#wrapper-navbar .open-notice {
		width: 100%;
		position: relative;
		z-index: 9999;
		text-align: center;
		line-height: 3;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		background: rgb(14,119,205);
		background: radial-gradient(circle, rgba(14,119,205,1) 0%, rgba(11,95,164,1) 100%);
	}
	#wrapper-navbar.header-fixed .open-notice {
		display: none;
	}
	#wrapper-navbar .open-notice span {
		font-family: 'Montserrat-SemiBold';
	}
	.home-banner-title {
		margin-top: 50px;
	}
	.mobile-show {
		display: none;
	}
	#field_1_1, #field_1_2, #field_1_3, #field_1_4 {
		width: 50%;
		float: left;
		clear: none !important;
	}
	.custom-contact-form input, .custom-contact-form select, .custom-contact-form textarea {
		border: solid 1px #212529;
	}
	#field_1_5 {
		padding-top: 15px;
	}
	#field_1_5 select {
		padding: 10px 5px;
	}
	#menu-item-85, #menu-item-86, .menu-item-85, .menu-item-86 {
		display: none;
	}
	#navbarNavDropdown:before {
		content: '';
	}
	.header-cta {
		position: absolute;
		z-index: 999;
		margin: 0 auto;
		text-align: right;
		left: 0;
		right: 0;
		top: 0px;
		padding: 10px 0 0;
	}
	.header-cta .phone {
		color: #0E77CD;
		font-family: 'Montserrat-SemiBold';
	}
	.header-cta .phone:hover {
		color: #0E77CD;
		text-decoration: underline;
	}
	.header-cta .book-now-btn {
		background: #0E77CD;
		color: #fff;
		padding: 3px 15px;
    	margin-left: 10px;
		border: solid 3px #0E77CD;
		text-transform: uppercase;
		font-family: 'Montserrat-SemiBold';
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.header-cta .book-now-btn:hover {
		color: #0E77CD;
		background: transparent;
		text-decoration: none;
	}
	.row-extended-width {
		padding-left: 93.5px !important;
		padding-right: 93.5px !important;
	}
	.interior-banner:after {
		content: '';
		display: block !important;
		position: absolute;
		width: 48vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		box-shadow: 0px 8px 6px -7px #666;
		z-index: 1;
		height: 25px;
		bottom: 0;
	}
	.parallax-overlay-entertainment, .parallax-overlay-entertainment-2 {
		padding-top: 205px !important;
    	padding-bottom: 205px !important;
	}
	.parallax-wedding {
		padding-top: 145px !important;
		padding-bottom: 145px !important;
	}
	.review-icon img {
		width: 32%;
	}
}
@media only screen and (max-width: 991px) {
	body {
		margin-top: 45px;
	}
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}
	#wrapper-navbar .open-notice {
		display: none;
	}
	#logo img {
		width: 60px;
	}
	.navbar-toggler {
		margin-top: 0;
		margin-right: 15px;
		border-color: #fff !important;
	}
	.navbar.bg-primary {
		background: #033867 !important;
		padding: 0;
	}
	#wrapper-navbar, .admin-bar #wrapper-navbar {
		position: fixed;
		z-index: 9999;
		width: 100%;
	}
	#wrapper-navbar {
		top: 0px;
	}
	.admin-bar #wrapper-navbar {
		top: 32px;
	}
	#wrapper-navbar-fixed, .admin-bar #wrapper-navbar-fixed {
		display: none;
	}
	.navbar-nav li a {
		margin-bottom: 0;
		border-bottom: solid 1px #fff;
		font-size: 14px;
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
		padding-top: .75rem;
    	padding-bottom: .75rem;
	}
	#menu-item-48 a {
		border-top: solid 1px #fff;
	}
	.menu-item.active {
		background: #0E77CD;
	}
	#wrapper-footer-full .footer-widget {
		margin: 25px 0;
		text-align: center;
	}
	.custom-btn, .custom-btn-reverse, .custom-btn-white, .custom-btn-dark-reverse {
		text-align: center !important;
	}
	.row-venue {
		margin-top: 95px;
	}
	.certificate-carousel-row, .certificate-carousel-venue-row, .book-private-charter, .night-row, .career-opportunities {
		background-attachment: scroll !important;
	}
	.navbar-nav {
		margin-bottom: 0;
	}
	#wrapper-footer-full {
		padding: 75px 0;
	}
	.interior-banner:after {
		content: '';
		display: block !important;
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		box-shadow: 0px 8px 6px -7px #666;
		z-index: 1;
		height: 25px;
		bottom: 0;
	}
	.parallax-overlay-entertainment, .parallax-overlay-entertainment-2 {
		background-attachment: scroll !important;
		padding-top: 125px !important;
    	padding-bottom: 125px !important;
	}
	.parallax-wedding {
		background-attachment: scroll !important;
		padding-top: 95px !important;
		padding-bottom: 95px !important;
	}
	.review-icon img {
		width: 85px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.vc_col-sm-3 {
		width: 50% !important;
	}
}
@media only screen and (min-width: 768px) {
	.home-banner {
		height: 55.75vw
	}
	.mobile-hide-small {
		display: block;
	}
	.mobile-show-small {
		display: hide;
	}
}
@media only screen and (max-width: 767px) {
	.home-banner {
		height: 56.5vw;
	}
	.home-banner .headline {
		font-size: 84px;
	}
	.home-banner .subhead{
		font-size: 18px;
		margin-bottom: 0px !important;
	}
	.mobile-hide-small {
		display: none;
	}
	.mobile-show-small {
		display: block;
	}
	.interior-banner {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	#wrapper-footer-full .widget_custom_html {
		margin-bottom: 35px;
	}
	#wrapper-footer .row {
		line-height: 3;
		text-align: center;
	}
	.subscribe-btn .vc_column-inner {
    	padding: 25px 0 25px !important;
	}
	.certificate-carousel-row .cert {
		background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)), url(/wp-content/uploads/2019/06/gift_certificates.jpg);
	}
	.certificate-carousel-row .groupon {
		background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)), url(/wp-content/uploads/2019/06/groupons.jpg);
	}
	.certificate-carousel-row .family {
		background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)), url(/wp-content/uploads/2019/06/family_season_passes.jpg);
	}
	.parallax-overlay-entertainment, .parallax-overlay-entertainment-2 {
		padding-top: 95px !important;
    	padding-bottom: 95px !important;
	}
	.parallax-wedding {
		padding-top: 65px !important;
    	padding-bottom: 65px !important;
	}
	.contact-map .vc_column-inner iframe {
		height: 350px !important;
	}
	h1, .row-headline, .column-headline, .vc_btn3-container.vc_btn3-left {
		text-align: center !important;
	}
}
@media only screen and (max-width: 782px) {
	.admin-bar #wrapper-navbar {
		top: 46px;
	}
}
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
	.home-banner .headline {
		font-size: 60px;
	}
	.home-banner .subhead{
		font-size: 14px;
		margin-bottom: 0px !important;
	}
	.home-banner .home-banner-btn.custom-btn-white a {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
@media screen and (max-width: 400px) {
	#player {
		margin-top: -40px;
	}
	.home-banner .headline {
		font-size: 36px;
	}
	.home-banner .subhead {
		font-size: 12px;
	}
	.home-banner .home-banner-title {
		margin-top: -10px;
		margin-bottom: 10px !important;
	}
	.home-banner .custom-btn-white a {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

/** Blog Settings **/
.single-post .entry-title {
	color: #033867;
}
.single-post .content-area {
	margin-top: 45px;
}
.single-post .content-area .entry-header {
	text-align: center;
} 
.single-post .content-area .wp-post-image {
	margin-bottom: 35px;
    margin-top: 35px;
    width: 100%;
}
.single-post-title {
    text-align: center;
    margin: 45px 0;
    color: #033867;
}
.blog-page .col-img-container {
	height: 205px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.blog-page .col-post-desc a:hover {
	color: #000;
}
.blog-post-column .inner-container {
	margin: 0 5px;
	border: solid 2px #ececec;
}
.custom-blog-layout h1 {
    color: #033867;
    text-align: center;
}
.custom-blog-layout {
    background-color: #fff;
    margin-top: 75px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: table;
}
.blog-post-column h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Montserrat-SemiBold', Arial;
    color: #000;
	font-size: 22px;
}
.blog-post-column .col-post-desc {
    padding-left: 25px;
    padding-right: 25px;
}
.blog-post-column .col-post-date {
    margin-bottom: 25px;
}
.custom-blog-layout .blog-btn {
    text-transform: uppercase;
    background-image: none !important;
    color: #000;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.custom-blog-layout .blog-btn:hover {
    text-indent: 5px;
    color: #033867 !important;
    text-decoration: none !important;
	font-weight: 700;
}
.custom-blog-layout .blog-btn:before {
    content: '';
    margin-left: .75rem;
    border-top: .4em solid transparent;
    border-right: .4em solid transparent;
    border-bottom: .4em solid transparent;
    border-left: .4em solid;
    display: inline-block;
    width: 6px;
    height: 12px;
    position: relative;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.custom-blog-row .vc_grid-item {
	background: #fff;
	border-radius: 30px;
	box-shadow: 3px 2px 6px #999;
	transform: scale(.9);
	padding: 20px !important;
}
.custom-blog-row .vc_grid-item .vc_gitem-is-link {
	border-radius: 20px;
}
.custom-blog-row .vc_grid-item .vc_gitem-zone {
	background-color: transparent !important;
}
.blog-post-column {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-bottom: 35px;
}
.blog-post-column .col-blog-headline {
	color: #000 !important;
	font-size: 18px;
	padding: 0;
}
.blog-post-column .col-blog-date {
	font-weight: 600;
    margin-top: 25px;
    padding: 0 0 10px;
    font-size: 20px;
    color: #033867;
    border-bottom: solid 1px #033867;
    width: 100%;
    font-family: 'Montserrat-Regular', Arial;
    text-transform: uppercase;
}
.img-center {
	margin: 0 auto;
	display: block !important;
	text-align: center;
}