/* 
 Theme Name:     Speartime
 Author:         WTF Marketing Collective Oy
 Author URI:     https://welltoldfacts.wtf
 Version:        1.0 
*/

@font-face {
    font-family: 'Rotun';
    src: url('fonts/Rotun.eot');
    src: url('fonts/Rotun.eot?#iefix') format('embedded-opentype'),
        url('fonts/Rotun.woff2') format('woff2'),
        url('fonts/Rotun.woff') format('woff'),
        url('fonts/Rotun.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BrooklynNormal';
    src: url('fonts/Brooklyn-Normal.eot');
    src: url('fonts/Brooklyn-Normal.eot?#iefix') format('embedded-opentype'),
        url('fonts/Brooklyn-Normal.woff2') format('woff2'),
        url('fonts/Brooklyn-Normal.woff') format('woff'),
        url('fonts/Brooklyn-Normal.ttf') format('truetype'),
        url('fonts/Brooklyn-Normal.svg#Brooklyn-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrooklynHeavy';
    src: url('fonts/Brooklyn-Heavy.eot');
    src: url('fonts/Brooklyn-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/Brooklyn-Heavy.woff2') format('woff2'),
        url('fonts/Brooklyn-Heavy.woff') format('woff'),
        url('fonts/Brooklyn-Heavy.ttf') format('truetype'),
        url('fonts/Brooklyn-Heavy.svg#Brooklyn-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'BrooklynBoldItalic';
    src: url('fonts/Brooklyn-BoldItalic.eot');
    src: url('fonts/Brooklyn-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Brooklyn-BoldItalic.woff2') format('woff2'),
        url('fonts/Brooklyn-BoldItalic.woff') format('woff'),
        url('fonts/Brooklyn-BoldItalic.ttf') format('truetype'),
        url('fonts/Brooklyn-BoldItalic.svg#Brooklyn-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'BrooklynBold';
    src: url('fonts/Brooklyn-Bold.eot');
    src: url('fonts/Brooklyn-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Brooklyn-Bold.woff2') format('woff2'),
        url('fonts/Brooklyn-Bold.woff') format('woff'),
        url('fonts/Brooklyn-Bold.ttf') format('truetype'),
        url('fonts/Brooklyn-Bold.svg#Brooklyn-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hayline';
    src: url('fonts/Hayline.otf');
    src: url('fonts/Hayline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
html {
	font-size:1.2vw !important;
	font-family:'BrooklynNormal',sans-serif;
	background:#FFF9EB;
}

b,strong {
	font-family: 'BrooklynBold',sans-serif;
	font-weight:normal;
}

#logo {
	position: absolute;
	width: 7vw;
	left: 1rem;
	top: 0.8rem;
}

.home #logo {
	display:none;
}

footer .recaptcha-text {
	font-size:0.7rem;
}

footer .recaptcha-text a {
	color:#FFF;
	text-decoration:underline;
}

h1,h2 {
	font-family:'Rotun',sans-serif;
	font-weight:normal;
	line-height:1;
	text-transform:uppercase;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.4;
	margin-bottom: 1.2rem;
}

h1,h2 {
	font-size: 3.1rem;
	color:#2F97C1;
}

html {
	scroll-behavior: smooth;
}

img {
	max-width:100%;
}

.container-fluid {
	background:#FFF9EB;
	padding:4rem 0;
} 

.container {
	width:90%;
	max-width:90%;
	padding:0;
}

.row {margin-left:-1rem;margin-right:-1rem;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}

/* MENU */

#wicked-menu {
	background: #002366;
	position: fixed;
	left: 75%;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	height:100% !important;
	padding:3rem;
	box-shadow: 0px 0.2rem 3rem rgba(0,0,0,0.45);
}

.navbar {
	position:fixed;
	right:1rem;
	top:1rem;
	z-index:9999999999999999;
}

.navbar button:focus {
	outline: 0px dotted;
}

.navbar button {
	background:transparent;
}

.navbar button img {
	width:2.5rem;
}

#wicked-menu .nav {
	padding:0rem;
}

#wicked-menu.show {
	display:flex;
}

#wicked-menu ul li a {
	color:#FFDA85;
	text-transform:none;
	font-size:1.4rem;
	line-height:1;
	font-family:'Rotun',sans-serif;
	text-transform:uppercase;
	display:block;
	margin-bottom:1rem;
}

#wicked-menu ul.sub-menu li a {
	font-family:'BrooklynBold',sans-serif;
	margin-left:1rem;
	color:#FFF;
	font-size:0.9rem;
}

#wicked-menu ul.sub-menu {
	margin-bottom:1.5rem;
}

footer ul.sub-menu li a {
	margin-left:1rem;
	font-size:0.8rem;
}

#wicked-menu ul {
	list-style-type:none;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.navbar-toggle {
	z-index: 9999;
	position: relative;
	border:none;
}

.navbar {
	padding:0;
	float:right;
}

.navbar-nav {
	z-index:99;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
	border-color: #4FE3E1;
	box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.3);
  	outline: 0 none;
}

#mainherovideo {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

#mainhero:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.05);
	display:block;
	z-index:8;
}

#mainhero {
	z-index:9;
	width:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	align-items: center;
	display: flex;
	justify-content: center;
	padding-bottom:0rem;
}

#mainhero img {
	width:25rem;
	margin-bottom:0.5rem;
}

#mainhero h1 {
	font-family:'BrooklynBold',sans-serif;
	font-weight:900;
	color:#4FE3E1;
	font-size:1.05rem;
	text-transform:uppercase;
	margin-bottom:2rem;
}

#mainhero div {
	text-align:center;
	z-index:9;
}

/* BUTTONS */

.button {
	background:#2F97C1;
	border:solid 0.1rem #2F97C1;
	color:#FFF;
	font-family:'BrooklynNormal',sans-serif;
	text-transform:uppercase;
	padding:1em 2.5em;
	border-radius:0.5rem;
	font-size:0.8rem;
	-webkit-transition: all 150ms ease-in-out !important;
	-moz-transition: all 150ms ease-in-out !important;
	-o-transition: all 150ms ease-in-out !important;
	transition: all 150ms ease-in-out !important;
	display:inline-block;
}

.darkbtn {
	background:#002366;
	border-color:#002366;
}

#mainhero .button {
	margin:0.5rem;
}

#mainhero .seepackages {
	background:transparent;
	color:#fff;
	border:solid 0.1rem rgba(255,255,255,1);
}

#mainhero .seepackages:hover {
	text-decoration:underline;
	border:solid 0.1rem rgba(255,255,255,1);
}

.button:hover {
	transform:scale(1.05);
	text-decoration:none;
	color:#FFF;
	box-shadow: 0px 0.8rem 1rem -0.8rem rgba(255,255,255,0.25);
}

.contentbtns .button {
	margin:0.5rem 1rem 0 0;
}

/* CHARTER SELECTION */

#charter-selection {
	margin-top:-0.5rem;
	background:url(img/wahoo1.svg);
	background-color:#FFF9EB;
	background-repeat:no-repeat;
	background-position:10% -70%;
	background-size:50vw;
}

#charter-selection h2 {
	padding-bottom:1.3rem;
}

#charter-selection .button {
	display:inline-block;
	margin-top:1rem;
	font-size:0.8rem;
}

#charter-selection h3 {
	font-family: 'BrooklynBoldItalic',sans-serif;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	font-size:0.75rem;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	width: 20rem;
	margin: auto;
	max-width: 100%;
	/*transform: rotate(-90deg);*/
}

#video-container {
    position: relative;
}

#play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('img/playbtn.png') no-repeat center center;
    cursor: pointer;
    z-index: 1;
	background-size:13vw;
}


#charter-selection .owl-item .item-desc {
	/*transform: rotate(-90deg);*/
	overflow:none !important;
}

#charter-selection .owl-item .item-desc p {
	height:0;
	margin:0;
}

#charter-selection .owl-item .active .item-desc p {
	height:auto;
	margin:0 0 1rem 0;
}

#charter-selection .owl-item .active .item-desc {
	transform:none;
	overflow:none !important;
}

#charter-selection .owl-item .active h3 {
	font-size:1.5rem;
}

#charter-selection .owl-item h3 {
	text-shadow: 0rem .1em .3em rgba(0,35,102,0.9);
}

#charter-selection .item-desc {
	width:100%;
	text-align:center;
}

#charter-selection .item:after {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}

* {
	margin: 0px;
	padding: 0px;
  }
.clear {
	clear: both;
  }
  img {
	max-width: 100%;
	border: 0px;
  }
  #charter-selection  ul,
  #charter-selection  ol {
	list-style: none;
  }
  #charter-selection a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
  }
  #charter-selection a:focus,
  #charter-selection a:active,
  #charter-selection a:visited,
  #charter-selection a:hover {
	text-decoration: none;
	outline: none;
  }
  
  /******* Middle section CSS Start ******/
  /* -------- Landing page ------- */
  .game-section {
	padding: 0;
  }
  .game-section .owl-stage {
	margin: 1rem 0;
	display: flex;
	display: -webkit-flex;
  }
  .game-section .item {
	margin: 0 0.5rem 1rem;
	width: 8.15rem;
	height: 25rem;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	background: #343434 no-repeat center center / cover;
	background-image: none;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	cursor: pointer;
  }
  .game-section .item.active {
	width: 28rem;
	box-shadow: 0px 0.8rem 1rem -0.8rem rgba(0,0,0,1);
  }
  .game-section .item:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  }
  .game-section .item-desc {
	padding: 1rem;
	color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transform: none;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
  }
  .game-section .item.active .item-desc {
	transform: none;
	-webkit-transform: none;
  }
  .game-section .item-desc p {
	opacity: 0;
	transition: all 0.4s ease-in-out 0.2s;
	-webkit-transition: all 0.4s ease-in-out 0.2s;
  }
  .game-section .item.active .item-desc p {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  .game-section .owl-theme.custom-carousel .owl-dots {
	margin-top: -1rem;
	position: relative;
	z-index: 5;
  }

/* REFERENCES */

#reference {
	background:#002366;
}

#reference h2 {
	color:#FFDA85;
	padding-bottom:1.5rem;
}

#reference p {
	color:#FFF;
	font-size:1.1rem;
}

#reference p.quote {
	font-family:'BrooklynBoldItalic',sans-serif;
	padding-bottom:1rem;
}

#reference p.signature,
p.signature {
	font-family:'Hayline',sans-serif;
	color:#4FE3E1;
	font-size:2.1rem;
	line-height:1;
}

p.signature span {
	font-family:'BrooklynNormal',sans-serif;
	font-size:0.7rem;
	color:#212529;
	font-style:italic;
}

#reference img {
	border-radius: 2rem;
	width:100%;
	box-shadow: 0px 0.8rem 1rem -0.8rem rgba(0,0,0,1);
}

#reference .rating img {
	width:1.3rem;
	margin-top:0.5rem;
}

.referencerow {
	align-items: center;
	display: flex;
	justify-content: center;
}

#content img {
	width:100%;
}

.right-img {
	width:calc(100% + 4.15rem) !important;
	max-width:1000% !important;
	border-radius: 2rem 0 0 2rem;
	box-shadow: 0px 0.8rem 1rem -0.8rem rgba(0,0,0,1);
	height:auto;
}

#content {
	background:url(img/wahoo2.svg);
	background-color:#FFF9EB;
	background-repeat:no-repeat;
	background-position:90% -70%;
	background-size:50vw;
}

.rating {
	padding-top:0.3rem;
}

.yellowbtn:hover,
.yellowbtn {
	background:#FFDA85;
	border-color:#FFDA85;
	color:#212529;
}

/* FOOTER */

footer {
	background:#002366 !important;
	color:#FFF;
}

footer {
	font-size:0.85rem;
}

footer .footermid {
	padding-left:4rem;
}

footer .footermid img {
	width:1.5rem;
	padding-right:0.3rem;
}

footer.container-fluid {
	padding-bottom:2.5rem;
}

footer a {
	color:#fff;
}

.tel-email {
	line-height:2;
}

footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

footer .logo {
	width:88%;
}

.footerlast ul {
	list-style-type:none;
	padding:0;
}

.socials img {
	margin-right:0.5rem;
	width:1.5rem;
}

/* BOOKING */

h2.ics-calendar-title {
	display:none;
}

.ics-calendar span.title {
	display:none !important;
}

.ics-calendar span.time:before {
	display:block;
	position:absolute;
	font-size:0.5rem;
	content:'BOOKED';
	top:0.3rem;
	color:#002366;
	font-weight:600;
}

.ics-calendar-month-grid .events .time {
	display: block;
	font-size: 80%;
	font-weight: 400;
	line-height: 1.3em;
	padding-top:1rem;
}

.ics-calendar-month-grid th:hover, .ics-calendar-month-grid td:hover {
	position: static;
	z-index: 2;
}

.ics-calendar .events .time {
	cursor: auto;
}

.ics-calendar-month-grid th {
	border:solid 1px #FFF;
}

.ics-calendar-month-grid th {
	background: #002366;
	color: #fff;
	padding: 0.5em 0.8em 0.2em 0.8em;
	text-align: center;
	text-transform: uppercase;
}

.ics-calendar-month-grid ul.events li {
	border-bottom: 0.1rem solid #fff;
	list-style: none !important;
	margin: 0;
	padding: 0.4em 0.8em;
}

.ics-calendar .events .time .end_time {
	display: inline-block;
	font-size: 100%;
	font-weight: normal;
}

.ics-calendar-month-grid .today {
	background: #f5f5f5;
}

.ics-calendar .future.empty:after {
	content:'Open for bookings';
	display:block;
	position:absolute;
	left:0.5rem;
	right:0;
	top:2.5rem;
	line-height:1;
	font-family:'BrooklynNormal',sans-serif;
	color:#2F97C1;
	font-size:0.6rem;
	letter-spacing:-0.1em;
}

.ics-calendar-month-grid .today .day {
	background: #f5f5f5;
	color: #212529;
}

.ics-calendar .future.empty {
	position:relative;
}

.ics-calendar-month-grid td {
	height: 7em;
}


/* SUBPAGES */

#content.pageheader {
	background-color:#002366;
	padding-top:7rem;
}

.deepseafishing-fp {
	width:27.5rem;
	max-width:100%;
}

#content.pageheader h1 {
	color:#FFDA85;
}

#content.pageheader p {
	color:#FFF;
}

#content.pageheader .button {
	margin-top:1rem;
}

#charter-packages {
	background:url(img/wahoo1.svg);
	background-color:#FFF9EB;
	background-repeat:no-repeat;
	background-position:10% 10%;
	background-size:50vw;
}

.page-id-69 #charter-packages > .container > .row h2 {
	margin-top:4rem;
}

.page-id-69 #charter-packages > .container > .row:first-child h2 {
	margin-top:0;
}

#bookables > div > div {
	background: rgb(43,142,186);
	background: -moz-linear-gradient(180deg, rgba(43,142,186,1) 68%, rgba(38,121,155,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(43,142,186,1) 68%, rgba(38,121,155,1) 100%);
	background: linear-gradient(180deg, rgba(43,142,186,1) 68%, rgba(38,121,155,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b8eba",endColorstr="#26799b",GradientType=1);
	padding:2rem;
	border-radius:1rem;
	margin-top:1rem;
}

#bookables .button {
	display:block;
	background:#FFDA85;
	border-color:#FFDA85;
	width:100%;
	text-align:center;
	margin-top:2rem;
	color:#212529;
}

#bookables p {
	color:#FFF;
	line-height:1.2;
}

#bookables h4 {
	margin-bottom:1rem;
	font-family:'BrooklynBold';
	font-size:2rem;
	color:#002366;
	line-height:1;
}

#bookables h4 span {
	font-family: 'Hayline',sans-serif;
	color:#FFDA85;
}

#food-and-snacks {
	padding-top:4rem;
	width:97%;
	margin:auto;
}

#booking .col-lg-12 {
	border:solid 0rem #2F97C1;
	border-radius:1rem;
	padding:2rem 2rem 1rem 2rem;
	background:#FFF9EB;
	box-shadow: 0px 0.8rem 1rem -0.8rem rgba(0,0,0,1);
}

#booking p {
	font-size:0.8rem;
}

#booking {
	background:url(img/wahoo1.svg);
	background-color:#2F97C1;
	background-repeat:no-repeat;
	background-position:10% 10%;
	background-size:50vw;
}

#booking p.closeto {
	font-family: 'Hayline';
	font-size:2rem;
	color:#2F97C1;
	line-height:1;
}

#wrapper {
	overflow-x:hidden;
}

#booking h2 {
	color:#002366;
	padding-bottom:0;
	margin-bottom:0;
	line-height:1;
}

#booking .button {
	background:#FFDA85;
	border-color:#FFDA85;
	color:#212529;
	width:100%;
	display:block;
	text-align:center;
}

#booking .gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 0.7rem;
}

#booking .gform_wrapper .gfield_required {
	color: #c02b0a;
	display: inline-block;
	font-size: 0.5rem;
	padding-left: .125em;
}

#booking .gform_wrapper.gravity-theme input[type="color"], 
#booking .gform_wrapper.gravity-theme input[type="date"], 
#booking .gform_wrapper.gravity-theme input[type="datetime-local"], 
#booking .gform_wrapper.gravity-theme input[type="datetime"], 
#booking .gform_wrapper.gravity-theme input[type="email"], 
#booking .gform_wrapper.gravity-theme input[type="month"], 
#booking .gform_wrapper.gravity-theme input[type="number"], 
#booking .gform_wrapper.gravity-theme input[type="password"], 
#booking .gform_wrapper.gravity-theme input[type="search"], 
#booking .gform_wrapper.gravity-theme input[type="tel"], 
#booking .gform_wrapper.gravity-theme input[type="text"], 
#booking .gform_wrapper.gravity-theme input[type="time"], 
#booking .gform_wrapper.gravity-theme input[type="url"], 
#booking .gform_wrapper.gravity-theme input[type="week"], 
#booking .gform_wrapper.gravity-theme select, 
#booking .gform_wrapper.gravity-theme textarea {
	font-size: 0.8rem;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0.4rem;
}

#booking .gform_wrapper.gravity-theme .gfield_checkbox label, #booking .gform_wrapper.gravity-theme .gfield_radio label {
	display: inline-block;
	font-size: 0.75rem;
}

#booking .gform_wrapper.gravity-theme .gfield_radio label:hover {
	cursor:pointer;
}
	
#booking .gform_wrapper.gravity-theme .gfield {
	margin-bottom: 0.5rem;
}

#booking .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 8rem !important;
}

#booking .ics-calendar {
	margin-top:0;
}

#booking .gform_wrapper .gform_validation_errors > h2 {
	color: #c02b0a;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1rem;
	margin: 0 0 12px 0;
}

#booking .gform_wrapper.gravity-theme .description, 
#booking .gform_wrapper.gravity-theme .gfield_description, 
#booking .gform_wrapper.gravity-theme .gsection_description, 
#booking .gform_wrapper.gravity-theme .instruction {
	clear: both;
	font-family: inherit;
	font-size: 0.8rem;
	letter-spacing: normal;
	line-height: inherit;
	padding-top: 0.5rem;
	width: 100%;
}

#booking input.datepicker {
	width:100% !important;
}

#booking select.gfield_select {
	height: 2.1rem;
}

#booking input.datepicker,
#booking select.gfield_select,
#booking textarea,
#booking input {
	border-radius:0.5rem;
	border:solid 0.05rem #212529;
}

/* PAGES */

.page-id-58 #content.pageheader h1,
.page-id-55 #content.pageheader h1,
.page-id-52 #content.pageheader h1 {
	color:#002366;
}

.page-id-58 #content.pageheader,
.page-id-55 #content.pageheader,
.page-id-52 #content.pageheader {
	background:url(img/turtle1.svg);
	background-color:#4FE3E1;
	background-repeat:no-repeat;
	background-position:50% 10%;
	background-size:50vw;
}

.page-id-58 #content.pageheader .button,
.page-id-55 #content.pageheader .button,
.page-id-52 #content.pageheader .button {
	background:#002366;
	border-color:#002366;
}

.page-id-58 #reference,
.page-id-55 #reference,
.page-id-52 #reference {
	background:#4FE3E1;
}

.page-id-58 #reference h2,
.page-id-55 #reference h2,
.page-id-52 #reference h2 {
	color: #002366;
}

.page-id-58 #reference p.signature, 
.page-id-58 p.signature,
.page-id-55 #reference p.signature, 
.page-id-55 p.signature,
.page-id-52 #reference p.signature, 
.page-id-52 p.signature {
	color:#002366;
}

.page-id-58 #reference p.quote,
.page-id-55 #reference p.quote,
.page-id-52 #reference p.quote {
	color:#002366;
}

.page-id-58 #wicked-menu,
.page-id-55 #wicked-menu,
.page-id-52 #wicked-menu {
	background: #4FE3E1;
}

.page-id-58 #wicked-menu ul li a,
.page-id-55 #wicked-menu ul li a,
.page-id-52 #wicked-menu ul li a {
	color: #002366;
}

.page-id-58 #content.pageheader p,
.page-id-55 #content.pageheader p,
.page-id-52 #content.pageheader p {
	color:#002366;
}

.page-id-58 #charter-packages,
.page-id-55 #charter-packages,
.page-id-52 #charter-packages {
	background:url(img/turtle2.svg);
	background-color:#FFF9EB;
	background-repeat:no-repeat;
	background-position:10% 80%;
	background-size:80vw;
}

.page-id-58 #booking,
.page-id-55 #booking,
.page-id-52 #booking {
	background:url(img/turtle1.svg);
	background-color:#2F97C1;
	background-repeat:no-repeat;
	background-position:-55% 20%;
	background-size:50vw;
}

#booking .gform_confirmation_message {
	padding-bottom:1rem !important;
}

#contact-us #bookables a,
#contact-us #bookables p {
	color:#002366;
}

#contact-us .tel-email {
	line-height:2.5;
	font-family:'BrooklynBold',sans-serif;
}

#contact-us .socials img,
#contact-us .tel-email img {
	width:1.4rem;
}

#contact-us .tel-email img {
	margin-right:0.3rem;
}

#contact-us .button {
	margin-top:0 !important;
}

#wicked-video {
	width:100%;
	margin-bottom:-0.5rem;
}

#contact-us {
	padding-bottom:1rem;
	background:url(img/turtle2.svg);
	background-color:#FFF9EB;
	background-repeat:no-repeat;
	background-position:80% 60%;
	background-size:50vw;
}

footer ul li {
	margin-bottom:0.5rem;
}

footer ul.sub-menu {
	margin-top:0.5rem;
}

#content.pageheader ul li {
	color:#FFDA85;
}

#content.pageheader ul {
	padding-left:1.5rem;
}

/* MEDIA QUERIES */
  
  @media (min-width: 768px) and (max-width: 991px) {
	.line-title {
	  width: 330px;
	}
	.game-section {
	  padding: 50px 30px 40px;
	}
	.game-section .item {
	  margin: 0 12px 60px;
	  width: 240px;
	  height: 330px;
	}
	.game-section .item.active {
	  width: 360px;
	}
	.game-section .item-desc {
	  transform: translateY(calc(100% - 42px));
	  -webkit-transform: translateY(calc(100% - 42px));
	}
  }
  
  @media (max-width: 981px) {
	#wicked-menu ul.sub-menu li a {
		font-size:1.1rem;
		margin-bottom:1.5rem;
	}
	#logo {width:7rem;}
	.line-title {
	  width: 250px;
	}
	.game-section {
	  padding: 0px 0px 20px;
	}
	.game-section .item {
	  margin: 0 10px 0px;
	  width: 270px;
	  height: 280px;
	}
	.game-section .item.active {
	  width: 270px;
	  box-shadow: 0px 0.8rem 1rem -0.8rem rgba(0,0,0,1);
	}
	.game-section .item-desc {
	  padding: 0 14px 5px;
	  transform: translateY(calc(100% - 42px));
	  -webkit-transform: translateY(calc(100% - 42px));
	}
}

  @media (min-width: 981px) {
	.owl-dots {display:none;}
}

@media (min-width:981px) {
	#booking .row {width:60%;margin:auto;}
	#content .col-lg-7 {
		padding-right:5rem;
	}
	#content.pageheader .right-img {
		margin-top:-1rem;
	}
}

@media (max-width: 981px) {
	#charter-selection .owl-item .item-desc {
		transform: none;
		overflow: none !important;
	}
	#charter-selection .owl-item h3 {
		font-size: 1.05rem !important;
	}
	#charter-selection .owl-item .item-desc p {
		height: auto !important;
		margin: 0 0 1rem 0 !important;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.ics-calendar-month-wrapper {
		margin-left:-2rem;
		margin-right:-2rem;
	}
	.ics-calendar span.time::before {
		display: block;
		position: absolute;
		font-size: 0.4rem;
		content: 'BOOKED';
		top: 0.3rem;
		color: #002366;
		font-weight: 600;
		left: 0.2rem;
	}
	.ics-calendar-month-grid ul.events li {
		border-bottom: 0.1rem solid #fff;
		list-style: none !important;
		margin: 0;
		padding: 0.15em;
	}
	.ics-calendar .future.empty::after {
		content: 'Open for bookings';
		display: block;
		position: absolute;
		left: 0.1rem;
		right: 0;
		top: 2.5rem;
		line-height: 1;
		font-family:'BrooklynNormal',sans-serif;
		color:#2F97C1;
		font-size:0.6rem;
		letter-spacing:-0.1em;
	 }
	.ics-calendar-month-grid .events .time {
		 font-size:60%;
	}
	.ics-calendar-label {
		clear: none !important;
		margin: 0 !important;
		  margin-top: 0px;
		margin-top: 2rem !important;
		text-align: Center;
		width: 100%;
	}
	#content .row {
		display:flex;
		flex-direction: row;
	}
	#content .row > div:nth-child(1) {order:2;} 
	#content .row > div:nth-child(2) {order:1;margin-bottom:2rem;} 
	body,html {font-size:16px !important;}
	#wicked-menu {
		background: #002366;
		position: fixed;
		left: 0%;
	}
	.right-img {width:100% !important;border-radius:2rem !important;}
	h1,h2 {font-size:2.5rem;}
	.rating {margin-bottom:1.5rem;}
	footer .footermid {padding-left:1rem;}
	#mainhero img {max-width:40%;}
	#charter-selection {padding-bottom:1rem;}
	#reference img {margin-bottom:1.5rem;}
	footer .row > div {padding-bottom:1.5rem;}
	footer.container-fluid {padding-bottom:0 !important;}
	footer .logo {
		width: 65%;
	}
	.container {width:85%;max-width:85%;}
	#mainherovideo {
		width: 100%;
		height: 70vh;
		object-fit: cover;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	#mainhero:before {
		content:'';
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
		height:70vh;
		background:rgba(0,0,0,0.05);
		display:block;
		z-index:8;
	}
	#charter-selection h3 {
		font-size: 0.95rem;
	}
	#charter-selection .owl-item .active h3 {
		font-size: 1.5rem;
	}
	#mainhero h1 {
		font-size:1.65vw;
	}
}