/*
Theme Name: Boat me up
Description: This is a custom child theme for Boat me up
Author URI:  https://boatmeup.com/
Template: salient
Version: 1.0
*/

/* General Elements */

html body .nectar_icon_wrap[data-color=grey] i, html body .svg-icon-holder[data-color=grey] {
    color: #9FA3B7 !important;
}

.nectar-shape-divider-wrap[data-style="fan"] .cls-2,
.nectar-shape-divider-wrap[data-style="fan"] .cls-3 {
	display: none;
}

.margin-x-10 {
	margin: 0 10px;
}

.margin-y-10 {
	margin: 10px 0;
}

.margin-x-20 {
	margin: 0 20px;
}

.margin-y-20 {
	margin: 20px 0;
}

.margin-20 {
	margin: 20px;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-25 {
	margin-bottom: 25px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-25 {
	margin-top: 25px !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.uppercase {
	text-transform: uppercase;
}

.weight-500 {
	font-weight: 500 !important;
}

.letter-spacing-2 {
	letter-spacing: 2px !important;
}

.full-width {
	width: 100%;
}

.full-width-40 {
    width: calc(100% - 40px);
}

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

.nectar-post-grid .nectar-post-grid-item .content .post-heading {
    display: none;
}

.no-link {
	pointer-events: none;
}

.off-canvas-btn a {
	width: 100%;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-top: 50px;
	font-family: Rubik !important;
}

body [class^=icon-].icon-tiny {
    font-size: 18px;
}


.header-btn a:before {
    height: 100% !important;
}

.header-btn a {
	font-size: 16px !important;
	padding: 10px 0;
}

@media only screen and (min-width: 1000px) {
	.header-btn a {
		font-size: 16px !important;
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}
}

.nectar-button.jumbo {
    font-size: 20px !important;
}

hr {
    border: 1px solid #E7E8ED !important;
}

.hidden {
    visibility: hidden;
}

@media only screen and (max-width: 690px) {
    .nectar-button.jumbo {
		font-size: 18px !important;
		width: 100%;
	}
}

.nectar-button.large {
    font-size: 18px !important;
}

.wpb_wrapper>div {
    margin-bottom: 12px !important;
}

.n-sticky.theiaStickySidebar,
.toggle.default.open {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 40px;
    border-radius: 20px;
}

.nectar-flickity:not(.masonry) .flickity-slider .cell img {
    border-radius: 20px;
    border: 3px solid #0e1a4c;
}

.nectar-shape-divider-wrap {
    z-index: 3 !important;
}

body .cdp-copy-alert-success {
    display: none !important;
}

/* Testimonial */

.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] .flickity-page-dots .dot.is-selected:before {
	background-color: #ff4258 !important;
}

.flickity-page-dots .dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
}

.flickity-page-dots .dot:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0px;
}

.testimonial-row .testimonial_slider[data-style*=multiple_visible] blockquote p {
    border-radius: 24px !important;
}

.testimonial-row .testimonial_slider[data-style=multiple_visible] blockquote p:before {
    color: #9FA3B7;
}

.testimonial-row .testimonial_slider[data-style=multiple_visible][data-color*="-color"] blockquote.is-selected p:before {
    opacity: 1;
    color: #ff4358;
}

.testimonial-row .slides .flickity-page-dots {
    position: initial;
    padding-top: 25px;
}

.testimonial_slider .testimonial-name {
    color: #0e1a4c;
	font-size: 18px !important;
}

.testimonial_slider .testimonial-name {
    color: #6F7694;
	font-size: 18px !important;
}

@media only screen and (max-width: 690px) {
	.testimonial_slider[data-style*=multiple_visible] blockquote {
		padding: 0 !important;
	}
	.testimonial_slider[data-style*=multiple_visible] blockquote {
        width: 90% !important;
    }
	.testimonial_slider[data-style=multiple_visible] blockquote.is-selected p:before {
		display: block !important;
	}
}

/* Tabbed Section */

.tabbed > ul li {
    color: #9FA3B7 !important;
}

.tabbed > ul li .active-tab {
    color: #0e1a4c !important;
}

.tabbed[data-style*="material"] .wpb_tabs_nav {
    margin: 0 auto;
    width: fit-content;
    background-color: #eee;
    border-radius: 50px;
    margin-bottom: 50px;
}

.tabbed[data-style="material"] .wpb_tabs_nav li a {
    border-radius: 50px;
    padding: 15px 30px;
    background-color: #eee;
    border: 1px solid #eee;
	text-transform: uppercase;
    font-weight: 500;
	font-size: 18px;
}

@media only screen and (max-width: 350px) {
	.tabbed[data-style="material"] .wpb_tabs_nav li a {
		padding: 10px 20px;
	}
}

.tabbed[data-style*="material"][data-color-scheme="accent-color"] ul li .active-tab {
    outline: 2.5px solid #ff4358;
    background-color: #ffffff;
    color: #0e1a4c;
	border-radius: 50px;
}

.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a {
    margin-bottom: -4px;
	font-size: 18px;
}

.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav {
    margin: 0 auto;
    margin-bottom: 50px;
}

.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li {
    border-bottom: 2px solid #E7E8ED !important;
}

.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a:after {
    height: 2px !important;
    bottom: 2px !important;
}

.tabbed[data-style*="material"] .wpb_tabs_nav li a:not(.active-tab):hover, body .tabbed[data-style*="material"][data-color-scheme] .wpb_tabs_nav li a:not(.active-tab):hover {
    color: #0e1a4c !important;
}

.tabbed[data-style*="material"][data-color-scheme="accent-color"] ul:after {
	display: none;
}

.tabbed[data-style*="material"][data-color-scheme="accent-color"] ul li .active-tab:after {
    box-shadow: none;
}

.toggle.default {
    border: 2px solid transparent;
}

.toggle.default.open {
    border: 2px solid #ff4258;
    border-radius: 25px;
	background-color: #fff;
}

.toggle.open > .toggle-title a {
    background-color: transparent;
	color: #0e1a4b;
}

.toggle[data-inner-wrap=true].open>div {
    background-color: transparent;
}

body .toggle[data-inner-wrap=true]>div .inner-toggle-wrap {
    padding: 0px 32px 32px 32px;
    color: #0e1a4b;
}

.toggle>.toggle-title a i, .toggle.open>.toggle-title a i {
    right: 25px;
    left: auto;
    top: 25px;
	font-size: 25px;
}

div[data-style="default"] .toggle > .toggle-title {
    color: #0e1a4b;
    background-color: transparent;
}

.toggle>.toggle-title a i, .toggle.open>.toggle-title a {
    color: #0e1a4b;
}

.toggle.open>.toggle-title a i {
    color: #ff4258;
}

.toggle>.toggle-title a {
    padding: 32px;
	background-color: transparent;
	color: #0e1a4c;
	font-weight: 600 !important;
}

a.nectar-inherit-h6.toggle-heading {
    padding-right: 75px;
}

body .toggle[data-inner-wrap=true].open>div {
    margin-top: -28px;
}

body .toggle>div {
    box-shadow: none !important;
    background-color: transparent !important;
}

@media only screen and (max-width: 690px) {
    .tabbed[data-style="material"] .wpb_tabs_nav li a, .tabbed[data-style="material"] .wpb_tabs_nav li {
        display: inline-block !important;
    }
	.tabbed[data-style="material"] .wpb_tabs_nav li a {
		font-size: 14px;
	}
}

div[data-style="default"] .toggle > .toggle-title {
    font-size: 14px;
    line-height: 14px;
    color: #0e1a4b;
}

.faq-row .fa-minus-circle:before {
    content: "\f0de" !important;
}

.faq-row .fa-plus-circle:before {
    content: "\f0dd" !important;
}

.faq-row i.fa.fa-plus-circle {
    margin-top: 8px;
}

.toggle.default i.fa.fa-minus-circle {
    margin-top: 18px;
}

.tabbed[data-style*="material"] .wpb_tabs_nav li.tab-item:first-child {
    margin-right: 5px;
}

/* Hotspots */

.nttip p {
    color: #0e1a4b;
}

/* Form */

#contacts .wpcf7-form p label {
    text-transform: uppercase;
    font-size: 14px;
}

#contacts .wpcf7-form p span {
    padding-top: 10px;
}

#contacts .wpcf7-form p span input, .wpcf7-form p span textarea {
    border-radius: 10px !important;
}

#contacts .wpcf7-form p span textarea {
    height: 100px;
}

#contacts .wpcf7-form {
    border: 1px solid #ffffff20;
    border-radius: 25px;
    padding: 25px;
}

#contacts .wpcf7 .wpcf7-response-output {
    background-color: #0c153d;
    border-radius: 25px;
    font-size: 12px;
}

#contacts .wpcf7-form .wpcf7-not-valid-tip {
    top: 0;
    padding: 5px 10px;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 25px;
    font-size: 12px;
}

#contacts input[type="submit"] {
    background-color: transparent !important;
    border: 1px solid #ff4258;
    text-transform: uppercase;
    padding: 10px 25px;
}

#contacts input[type="submit"]:hover {
    background-color: #ff4258 !important;
    color: #fff;
}

#contacts input[type=text],
#contacts input[type=email],
#contacts input[type=tel],
#contacts textarea {
    border: none !important;
}

#contacts input[type=date]:focus, 
#contacts input[type=number]:focus,
#contacts input[type=text]:focus,
#contacts input[type=email]:focus,
#contacts input[type=tel]:focus,
#contacts textarea:focus,
#contacts select:focus {
    outline: 2px solid #3772FF !important;
}

body #footer-outer i {
    width: 20px;
}

.wpcf7-spinner {
	display: none !important;
}

@media only screen and (max-width: 690px) {
	body #footer-outer .col.span_6:first-child {
		text-align: center;
	}
	#contacts input[type="submit"] {
		width: 100%;
	}
}

/* BOOKING FORM */

#booking-form .wpcf7-form p label {
    text-transform: uppercase;
    font-size: 14px;
	color: #0F1A4C !important;
	font-weight: 500 !important;
}

#booking-form input[type=date], 
#booking-form input[type=number],
#booking-form input[type=text],
#booking-form input[type=email],
#booking-form input[type=tel],
#booking-form textarea,
#booking-form select {
    background-color: white;
    color: #0c153d;
    font-size: 14px;
    border: 1px solid #E7E8ED;
    border-radius: 12px;
	margin-top: 5px;
}


#booking-form select {
	padding: 13px 10px !important;
}

#booking-form select::before,
#booking-form select::after {
	padding: 50px !important;
}

#booking-form input[type=date]:focus, 
#booking-form input[type=number]:focus,
#booking-form input[type=text]:focus,
#booking-form input[type=email]:focus,
#booking-form input[type=tel]:focus,
#booking-form textarea:focus,
#booking-form select:focus {
    border: 1px solid #3772FF !important;
    outline: 1px solid #3772FF !important;
}

#booking-form .wpcf7-form .wpcf7-not-valid-tip {
    box-shadow: none;
}

#booking-form .wpcf7 .wpcf7-response-output {
    border-radius: 25px;
    font-size: 12px;
}

#booking-form input[type="submit"] {
    background-color: #FF4358 !important;
	font-size: 18px !important;
    padding: 10px 25px;
	width: 100%;
}

/* CUSTOM */

.custom-booking-tag {
    padding: 5px 25px;
    border-radius: 15px;
    background-color: #3772FF;
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}

.custom-booking-h1 {
	text-align: center;
	font-size: 80px;
	line-height: 80px;
}

@media only screen and (max-width: 1400px) {
    .custom-booking-h1 {
		text-align: center;
		font-size: 50px;
		line-height: 50px;
	}
}

.custom-row-imgs .hover-wrap {
	margin-bottom: 0px;
}

.carousel-row .nectar-flickity {
	pointer-events: none !important;
}

.nectar-flickity[data-controls*=arrows_overlaid]:not(.masonry) .flickity-viewport {
    margin: 25px 0 !important;
}

.carousel-row .nectar-flickity:first-child .flickity-viewport,
.carousel-row .nectar-flickity:first-child .flickity-viewport .cell img{
	transform: rotate(180deg) !important;
}

.nectar-scrolling-text h1 {
    font-size: 200px !important;
}

.nectar-fancy-ul i.icon-default-style.icon-salient-check.extra-color-2 {
    font-size: 26px !important;
    line-height: 22px !important;
}

body .nectar-split-heading {
    margin-bottom: 0px !important;
}

.nttip .inner {
    font-size: 18px;
}

.wpb_row .nectar-split-heading.font_line_height_100pct * {
    line-height: 120% !important;
}

/* IMAGE GALLERY */

button.flickity-button.flickity-prev-next-button.previous,
button.flickity-button.flickity-prev-next-button.next {
    opacity: 0.75;
}

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell {
	margin-right: 2% !important;
}

/* CARDS */

.boat-cards {
    border-radius: 24px;
	transition: transform 0.3s ease;
}

.boat-cards:hover {
    transform: translateY(-5px) !important;
}

.boat-cards .vc_column-inner {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 40px !important;
}

.boat-cards .nectar_icon_wrap {
    float: left;
}

.boat-cards .nectar-button .fa-clock {
    background-color: initial !important;
    box-shadow: none !important;
}

.boat-cards .nectar-button .fa-clock:before {
    color: #9FA3B7 !important;
    font-size: 18px !important;
}

.boat-cards a.nectar-button.small.see-through.extra-color-1.has-icon.no-link.margin-x-20.margin-top-5.float-right.hour-btn {
    color: #9FA3B7 !important;
    border-color: #9FA3B7 !important;
}

.hour-btn {
	max-width: 75px !important;
	padding-left: 25px !important;
    padding-right: 20px !important;
}

@media only screen and (max-width: 690px) {
    .price-card .nectar_icon_wrap {
		float: inline-start;
        margin-left: -15px !important;
		
	}
    .price-card i.fas.fa-clock {
		margin-left: -38px !important;
	}
}

/* FOOTER */

@media (min-width: 691px) {
    .span_5 {
        width: 66.6%;
    }
	
    .span_7 {
        width: 28%;
    }
}

@media only screen and (max-width: 690px) {
    .footer-logos-desktop {
		display: none !important;
	}
	
	#footer-outer .row {
		padding: 0 !important;
	}
	
	#footer-outer .widget_media_image {
		margin-bottom: 50px;
	}

	#copyright .container {
		padding: 15px 0;
	}
}


@media only screen and (min-width: 691px) {
	.footer-logos-mobile {
		display: none !important;
	}
	
	#footer-outer .widget_media_image {
		margin-bottom: 120px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    #footer-widgets .container .col {
        margin-bottom: 20px !important;
    }
}
