/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

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

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

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

:root {
	--black: #000000;
	--white: #ffffff;
}

h1, h2 { font-family: 'Playfair Display', sans-serif!important; font-weight: 400; text-transform: uppercase; }  
h3, h4, h5, h6, p, ul li, body { font-family: 'Gotham', sans-serif!important; font-weight: 400; }
h3, h4 { font-weight: 500; }
strong { font-weight: 700; }
a, button { transition: .5s all ease; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; }
p { color: #343436; }
h1, h2 { color: var(--black); }

h1, #page-header-bg h1 { font-size: 64px; line-height: 70px; }
h2 { font-size: 48px; line-height: 53px; } 
h3 { color: var(--nectar-accent-color); font-size: 24px; line-height: 29px; text-transform: uppercase; }
h4 { font-size: 27px; line-height: 32px; }
h5 { font-size: 32px; line-height: 37px; }
h6 { font-size: 20px; line-height: 25px; }
p, ol li, ul li, h4 .small-text { font-size: 18px; line-height: 23px; }

@media (max-width: 1499px) {
    h1, #page-header-bg h1 { font-size: 60px; line-height: 65px; }
	h2 { font-size: 44px; line-height: 49px; } 
	h4 { font-size: 26px; line-height: 31px; }
	h5 { font-size: 30px; line-height: 35px; }
}

@media (max-width: 1199px) {
    h1, #page-header-bg h1 { font-size: 55px; line-height: 60px; }
	h2 { font-size: 40px; line-height: 45px; } 
	h4 { font-size: 25px; line-height: 30px; }
	h5 { font-size: 28px; line-height: 33px; }
}

@media (max-width: 999px) {
    h1, #page-header-bg h1 { font-size: 45px; line-height: 50px; }
	h2 { font-size: 36px; line-height: 41px; } 
	h3 { font-size: 22px; line-height: 26px; }
	h4 { font-size: 23px; line-height: 28px; }
	h5 { font-size: 24px; line-height: 29px; }
	h6 { font-size: 19px; line-height: 24px; }
	p, ol li, ul li, .small-text { font-size: 17px; line-height: 23px; }
}

@media (max-width: 699px) {
    h1, #page-header-bg h1 { font-size: 40px; line-height: 45px; }
	h2 { font-size: 33px; line-height: 38px; } 
	h3 { font-size: 20px; line-height: 25px; }
	h4 { font-size: 20px; line-height: 25px; }
	h5 { font-size: 22px; line-height: 27px; }
	h6 { font-size: 18px; line-height: 23px; }
	p, ol li, ul li, .small-text { font-size: 16px; line-height: 21px; }
}

.text-white { color: var(--white)!important; }
.text-black { color: var(--black)!important; }
.text-site1 { color: var(--nectar-accent-color)!important; }
.text-site2 { color: var(--nectar-extra-color-1)!important; }
.text-site3 { color: var(--nectar-extra-color-2)!important; }
.text-site4 { color: var(--nectar-extra-color-3)!important; }

p strong, li strong, a strong { color: var(--nectar-extra-color-1); font-weight: 600; text-decoration: underline; }
.yellow strong { color: var(--nectar-extra-color-2)!important; font-weight: inherit; }
 
.text-semibold { font-weight: 600; }

.img-100 { width: 100%!important; }
.nectar-button.large { font-family: 'Gotham', sans-serif!important; font-size: 23px; font-weight: 400; }
.nectar-button.see-through-2, .nectar-button i { transition: inherit!important; }

@media (max-width: 999px) {
    .nectar-button.large { font-size: 21px; }
}

@media (max-width: 480px) {
    .nectar-button.large { font-size: 18px; }
}


/********************
 HEADER
 *******************/
#top nav>ul>li>a { color: #000000; font-family: 'Rubik'; font-size: 18px; font-weight: 400; line-height: 18px; opacity: 1!important; }
#header-outer[data-lhe="animated_underline"].transparent #top nav > ul > li > a .menu-title-text:after { border-color: var(--nectar-accent-color)!important; }
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after { border-color: var(--nectar-accent-color)!important; }

#top nav>ul>li[class*=button_bordered]>a { color: var(--nectar-extra-color-1)!important; }
#top nav>ul>li[class*=button_bordered]>a:before { border-color: var(--nectar-extra-color-1)!important; }
#top nav>ul>li[class*=button_bordered]>a:hover:before { background-color: var(--nectar-extra-color-1)!important; color: var(--white)!important; }
#header-outer #top nav > ul > .button_bordered_2 > a:hover { color: var(--white)!important; }
#header-outer #top nav > ul > .button_bordered > a:hover { color: var(--white)!important; }

#slide-out-widget-area .inner .off-canvas-menu-container li a { color: #ffffff!important; font-family: 'Rubik'!important; font-size: 18px!important; font-weight: 400!important; line-height: 24px!important; opacity: 1!important; }

@media (max-width: 1199px) {
	#header-outer #logo img { height: 42px; }
	#top nav>ul>li>a { font-size: 16px; line-height: 16px; }
}


@media (max-width: 690px) {
	
}


/********************
 FOOTER
 ********************/
#footer-outer:before { content: ''; background: url('assets/img/bkg-form.png') no-repeat top right; background-size: contain; height: 493px; opacity: 0.1; position: absolute; right: 0; top: 0; width: 493px; z-index: 9; }
#footer-outer:after { content: ''; background: url('assets/img/bkg-form.png') no-repeat bottom left; background-size: contain; bottom: 0; height: 493px; left: 0; opacity: 0.1; position: absolute; width: 493px; z-index: 9; transform: rotate(180deg) translateY(-50%); }
#footer-outer #footer-widgets .widget h4 { color: var(--white) !important; font-weight: normal; text-transform: uppercase; }
#footer-outer .widget.widget_nav_menu li a { font-family: 'Rubik'; font-size: 18px; font-weight: 400; line-height: 18px; }

#footer-outer .widget_media_image img { max-height: 85px; width: auto; }

#footer-outer #footer-widgets .col ul.contact-footer { display: inline-block; margin-left: 0; width: auto; }
#footer-outer #footer-widgets .col ul.contact-footer > li { display: inline-block; float: left; margin-bottom: 12px; padding-left: 32px!important; padding-top: 0!important; position: relative; text-align: left; }
#footer-outer #footer-widgets .col ul.contact-footer > li:not(:last-child) { margin-right: 50px; }
#footer-outer #footer-widgets .col ul.contact-footer > li, #footer-outer #footer-widgets .col ul.contact-footer > li > a { float: left; font-size: 24px!important; font-weight: 400; line-height: 29px!important; }
#footer-outer #footer-widgets .col ul.contact-footer > li i { background-color: var(--nectar-accent-color)!important; border-radius: 50%; font-size: 15px!important; left: -5px; line-height: 28px; height: 28px; position: absolute; text-align: center; top: -1px; width: 28px!important; }
#footer-outer #footer-widgets .col ul.contact-footer > li .fa.fa-envelope-o { top: 3px; }
#footer-outer #footer-widgets .col ul.contact-footer > li .fa.fa-phone { top: 0; }
#footer-outer #footer-widgets .col ul.contact-footer > li .fa.fa-map-marker { top: 2px; }

.social-footer { border-bottom: 1px solid #425D72!important; padding-bottom: 0!important; }
.social-footer .col.span_9 { text-align: left!important; width: 74.5%!important; }
.social-footer .col.span_3 { text-align: right!important; width: 23.5%!important; }
.menu-legal-menu-container ul { list-style: none; text-align: left; }
.menu-legal-menu-container ul li { display: inline-block; }
.menu-legal-menu-container ul li a { font-size: 15px; line-height: 15px; }
.menu-legal-menu-container ul li:first-child a { padding-right: 15px!important; }
.social li { display: inline-block; list-style: none; }
.social-footer .social li a { margin-right: 15px; }
.social li:last-child a { margin-right: 0; }
.social i { color: var(--white)!important; font-size: 20px!important; line-height: 20px!important; opacity: 1; padding-bottom: 0!important; vertical-align: top!important; }

#copyright { padding: 0 0 20px!important; }
#copyright .col.span_5.col_last, #copyright .col.span_7 { display: inline-block; margin: 0; padding: 0; width: 49.5%!important; }
#copyright .col.span_7 { text-align: left; }
#copyright .col.span_5.col_last { float: right!important; text-align: right; }

#copyright p { color: #ffffff!important; font-size: 12px; line-height: 12px; opacity: 0.5; }
#footer-outer #copyright a:hover:not(.nectar-button) { color: var(--white)!important; opacity: 1!important; }

@media (max-width: 999px) {
	#footer-outer #footer-widgets .col ul.contact-footer > li, #footer-outer #footer-widgets .col ul.contact-footer > li > a { font-size: 20px!important; line-height: 25px!important; }
	#footer-outer #footer-widgets .col ul.contact-footer > li i { font-size: 14px!important; line-height: 25px; height: 25px; width: 25px!important; }
	#footer-outer #footer-widgets .col ul.contact-footer > li:not(:last-child) { margin-right: 0!important; }

	.social-footer .col.span_9, .social-footer .col.span_3 { margin: 0!important; }
	.menu-legal-menu-container ul li a { font-size: 14px; line-height: 16px; }
}

@media (max-width: 690px) {
	#footer-outer #footer-widgets .col ul.contact-footer > li:not(:last-child) { margin-right: 0!important; }
	#footer-outer #footer-widgets .col ul.contact-footer > li { float: inherit; text-align: center; }
	#footer-outer #footer-widgets .col ul.contact-footer > li, #footer-outer #footer-widgets .col ul.contact-footer > li > a { font-size: 18px!important; line-height: 23px!important; }
	#footer-outer #footer-widgets .col ul.contact-footer > li i { font-size: 13px!important; line-height: 23px; height: 23px; width: 23px!important; }

	#footer-widgets .widget.widget_nav_menu li { display: block!important; text-align: center!important; }

	.social-footer .col.span_9, .social-footer .col.span_3 { text-align: center!important; width: 100%!important; }
	.menu-legal-menu-container ul { padding-bottom: 10px; text-align: center; }
	.menu-legal-menu-container ul li a { font-size: 13px; line-height: 15px; }
	#copyright .col.span_5.col_last, #copyright .col.span_7 { text-align: center; width: 100%!important; }
}


/********************
 HOMEPAGE
 ********************/
.home-entry .row-bg-layer:before { content: ''; background: url('assets/img/bkg-form.png') no-repeat top right; background-size: contain; height: 493px; opacity: 0.1; position: absolute; right: 0; top: 0; width: 493px; z-index: 9; }
.home-entry .row-bg-layer:after { content: ''; background: url('assets/img/bkg-form.png') no-repeat bottom left; background-size: contain; bottom: 0; height: 493px; left: 0; opacity: 0.1; position: absolute; width: 493px; z-index: 9; transform: rotate(180deg); }
.has-img .vc_column-inner:before { content: ''; background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.80) 40%, rgba(255,255,255,0.3) 100%); background-size: cover; bottom: -120px; left: 0; height: calc(100% + 240px); position: absolute; transform: translateX(calc(calc(-100vw + 1335px) / 2)); width: 100vw; z-index: 1; }
.has-img > .vc_column-inner > .wpb_wrapper:after { content: ''; background: url('assets/img/img-shadow.png') no-repeat top left; background-size: contain; left: 0; height: 387px; opacity: 0.4; position: absolute; top: 0; width: 387px; z-index: -2; }
.has-img .img-with-aniamtion-wrap { position: relative; z-index: 9; }
.has-img-right .vc_column-inner:before { content: ''; background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.80) 40%, rgba(255,255,255,0.3) 100%); background-size: cover; bottom: -120px; left: 0; height: calc(100% + 240px); position: absolute; transform: translateX(calc(-50vw - 11px)); width: 100vw; z-index: 1; }
.has-img-right > .vc_column-inner > .wpb_wrapper:after { content: ''; background: url('assets/img/img-shadow.png') no-repeat top left; background-size: contain; left: 0; height: 387px; opacity: 0.4; position: absolute; top: 0; width: 387px; z-index: -2; }
.has-img-right .img-with-aniamtion-wrap { position: relative; z-index: 9; }
.has-img .img-with-aniamtion-wrap .inner:after { content: ''; background: url('assets/img/am-best-pa-4.png') no-repeat bottom right; background-size: contain; bottom: 0; height: 87px; left: 0; opacity: 1; position: absolute; width: 223px; z-index: 9; }

.download-our-app { margin-top: 30px; }
.download-our-app h6 { color: var(--nectar-accent-color); font-size: clamp(15px, 1.3vw, 16px); }
.download-our-app p { display: flex; gap: 0.75rem; }
.download-our-app img { margin-bottom: 0!important; max-width: 120px!important; }

@media (min-width: 1200px) {
	.download-our-app { margin-top: -40px; text-align: right; }
    .download-our-app p { justify-content: end; }
}

@media (max-width: 999px) {
    .download-our-app { margin-bottom: 15px; }
}

.testimonials-entry { position: absolute; left: 0; transform: translate(270px, -40px); }
.testimonials-entry h3 { font-family: 'Playfair Display'!important; position: relative; text-transform: inherit; }
.testimonials-entry h3:after { content: ''; background: url('assets/img/entry-stars.png') no-repeat left center; background-size: cover; display: inline-block; height: 12px; left: 0; position: absolute; top: 0; transform: translatey(-105%); width: 90px; z-index: 1; }
.testimonials-entry h3:before { content: ''; background: url('assets/img/testiminials-icon.png') no-repeat right center; background-size: cover; bottom: 0; display: inline-block; height: 52px; position: absolute; right: 0; transform: translateX(125%); width: 76px; z-index: 1; }

.box-in-slider { background-size: cover; border-radius: 20px; height: 280px; position: relative!important; width: 100%; }
.box-in-slider .row-bg-wrap:before { content: ''; background: black; background-size: cover; border-radius: 20px; height: 100%; left: 0; opacity: 0.47; position: absolute; top: 0; width: 100%; z-index: 1; }
.box-in-slider .show-text, .box-in-slider .hover-text { color: var(--white); left: 50%; padding: 10px; position: absolute; top: 140px; transform: translate(-50%, -50%); transition: .5s all ease; width: 80%; z-index: 9999; }
.box-in-slider h5, .box-in-slider h6 { color: var(--white); }
.box-in-slider .hover-text, .box-in-slider:hover .show-text { opacity: 0; visibility: hidden; }
.box-in-slider:hover .hover-text { opacity: 1; visibility: visible; transition: .5s all ease; }

.column-boxes.boat-icon:hover > .vc_column-inner > .column-bg-overlay-wrap > .column-bg-overlay:before { content: ''; background: url('assets/img/boat-icon-bkg.png') no-repeat center; background-size: contain; height: 130px; left: 50%; opacity: 0.15; position: absolute; top: 140px; transform: translate(-50%, -50%); width: 129px; z-index: 9; }
.column-boxes.wave-icon:hover > .vc_column-inner > .column-bg-overlay-wrap > .column-bg-overlay:before { content: ''; background: url('assets/img/wave-bkg-icon.png') no-repeat center; background-size: contain; height: 137px; left: 50%; opacity: 0.15; position: absolute; top: 140px; transform: translate(-50%, -50%); width: 137px; z-index: 9; }
.column-boxes.watercraft-icon:hover > .vc_column-inner > .column-bg-overlay-wrap > .column-bg-overlay:before { content: ''; background: url('assets/img/aqua-jet-icon-bkg.png') no-repeat center; background-size: contain; height: 82px; left: 50%; opacity: 0.15; position: absolute; top: 140px; transform: translate(-50%, -50%); width: 130px; z-index: 9; }
.column-boxes.marker-icon:hover > .vc_column-inner > .column-bg-overlay-wrap > .column-bg-overlay:before { content: ''; background: url('assets/img/world-icon-bkg.png') no-repeat center; background-size: contain; height: 130px; left: 50%; opacity: 0.15; position: absolute; top: 140px; transform: translate(-50%, -50%); width: 91px; z-index: 9; }
.column-boxes .vc_column-inner { padding: 140px 0!important; }
.column-boxes .show-text, .column-boxes .hover-text { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 80%; }
.column-boxes .show-text img { margin-bottom: 0!important; max-height: 80px; max-width: 100px; } 
.column-boxes:hover .show-text, .column-boxes .hover-text { opacity: 0; visibility: hidden; transition: .5s all ease; }
.column-boxes:hover .hover-text { opacity: 1; visibility: visible; }
.column-boxes:hover .hover-text p { color: var(--white); }

.container-wrap .nectar-fancy-ul[data-spacing="5px"] ul li { margin-bottom: 10px; }
.nectar-fancy-ul ul li .icon-default-style[class^=icon-] { background-color: var(--nectar-extra-color-3); border-radius: 50%; color: var(--white); line-height: 24px; height: 24px; width: 23px; }
body [class^="icon-"].icon-default-style.extra-color-2 { color: var(--white)!important; }

.full-width-content.parallax_section .row-bg-wrap, .full-width-section.parallax_section .row-bg-wrap, .wpb_row .row-bg-wrap .inner-wrap, .wpb_row.parallax_section .row-bg-wrap { height: 100%; }
.column-left-padding .vc_column-inner { padding-left: calc(calc(100vw - 1360px) / 2); }

.nectar-milestone .number { color: var(--white)!important; font-family: 'Playfair Display'; font-size: 70px!important; font-weight: 400; line-height: 70px!important; }
body .nectar-milestone .subject { font-size: 27px; font-weight: 500; line-height: 32px; }

.bkg-lines .row-bg-wrap:before { content: ''; background: url('assets/img/bkg-lines.png') no-repeat center; background-size: cover; display: inline-block; height: 100%; left: 50%; opacity: 0.05; position: absolute; top: 0; width: 100%; transform: translateX(-50%); z-index: 9; }

.global-section-bkg .row-bg-wrap:before { content: ''; background: url('assets/img/bkg-global-section.png') no-repeat center; background-size: contain; display: inline-block; height: 336px; left: 50%; opacity: 0.14; position: absolute; top: 50%; width: 396px; transform: translate(-50%, -50%); z-index: 9; }
.global-section-bkg .row-bg-wrap:after { content: ''; background: url('assets/img/waves-divider.png') no-repeat center; background-size: contain; display: inline-block; height: 58px; left: 50%; position: absolute; top: 0; width: 204px; transform: translate(-50%, -50%); z-index: 9; }

/*Testimonials*/
.single-testimonial { padding-inline: 50px; }
.single-testimonial p { font-size: 20px; line-height: 25px; }

.slick-prev:before {  content: ''; background: url('assets/img/preview-arrow.png') no-repeat left center; background-size: cover; display: inline-block; height: 38px; position: relative; width: 38px; z-index: 1; }
.slick-next:before {  content: ''; background: url('assets/img/preview-arrow.png') no-repeat left center; background-size: cover; display: inline-block; height: 38px; position: relative; transform: rotate(180deg); width: 38px; z-index: 1; }

.single-testimonial .stars { height: 25px; margin-bottom: 5px; }
.single-testimonial .stars.stars-5:after { content: ''; background: url('assets/img/stars.png') no-repeat left center; background-size: cover; display: inline-block; height: 23px; position: relative; width: 173px; z-index: 1; }
.single-testimonial .stars.stars-4:after { content: ''; background: url('assets/img/stars.png') no-repeat left center; background-size: cover; display: inline-block; height: 23px; position: relative; width: 140px; z-index: 1; }
.single-testimonial .stars.stars-3:after { content: ''; background: url('assets/img/stars.png') no-repeat left center; background-size: cover; display: inline-block; height: 23px; position: relative; width: 105px; z-index: 1; }
.single-testimonial .stars.stars-2:after { content: ''; background: url('assets/img/stars.png') no-repeat left center; background-size: cover; display: inline-block; height: 23px; position: relative; width: 70px; z-index: 1; }
.single-testimonial .stars.stars-1:after { content: ''; background: url('assets/img/stars.png') no-repeat left center; background-size: cover; display: inline-block; height: 23px; position: relative; width: 32px; z-index: 1; }

@media (max-width: 1590px) {
	.column-left-padding .vc_column-inner { padding-left: 90px; }
	.has-img .vc_column-inner:before { transform: translateX(-90px); }
}


@media (max-width: 1590px) {
	.testimonials-img-entry .img-with-aniamtion-wrap { position: inherit; transform: translatey(15px); }
}

@media (max-width: 1299px) {
	.testimonials-entry { transform: translate(0, 30px); }
	
	.nectar-milestone .number { font-size: 65px!important; line-height: 65px!important; }
	body .nectar-milestone .subject { font-size: 26px; line-height: 31px; }
}

@media (max-width: 1199px) {
	.nectar-milestone .number { font-size: 60px!important; line-height: 60px!important; }
	body .nectar-milestone .subject { font-size: 25px; line-height: 30px; }
}

@media (max-width: 999px) {
	.has-img .vc_column-inner:before, .has-img-right .vc_column-inner:before { display: none; }
	.home-entry .row-bg-wrap:before { content: ''; background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.80) 40%, rgba(255,255,255,0.3) 100%); background-size: cover; bottom: 0; left: 0; height: 100%; position: absolute; width: 100vw; z-index: 9; }
	.has-img > .vc_column-inner > .wpb_wrapper:after, .has-img-right > .vc_column-inner > .wpb_wrapper:after { opacity: 0.1; }
	
	.testimonials-entry { transform: translate(270px, -40px); }

	.column-left-padding .vc_column-inner { padding-left: 60px; }

	.nectar-milestone .number { font-size: 55px!important; line-height: 55px!important; }
	body .nectar-milestone .subject { font-size: 23px; line-height: 28px; }

	.single-testimonial { padding-inline: 40px; }
	.single-testimonial p { font-size: 18px; line-height: 23px; }
}

@media (max-width: 690px) {
	.testimonials-entry { transform: translate(0, 30px); }
	
	.column-left-padding .vc_column-inner { padding-left: 25px; }

	.nectar-milestone .number { font-size: 50px!important; line-height: 50px!important; }
	body .nectar-milestone .subject { font-size: 21px; line-height: 26px; }

	.slick-prev:before, .slick-next:before { display: none; }
	.single-testimonial { padding-inline: 25px; }
	.single-testimonial p { font-size: 17px; line-height: 22px; }
}    


/********************
 PAGES
 ********************/
.page-entry .row-bg-wrap:before { content: ''; background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.80) 40%, rgba(255,255,255,0.3) 100%); background-size: cover; bottom: 0; left: 0; height: 100%; position: absolute; width: 100vw; z-index: 9; }
.page-entry .row-bg-layer:before { content: ''; background: url('assets/img/bkg-form.png') no-repeat top right; background-size: contain; height: 493px; opacity: 0.1; position: absolute; right: 0; top: 0; width: 493px; z-index: 9; }
.page-entry .row-bg-layer:after { content: ''; background: url('assets/img/bkg-form.png') no-repeat bottom left; background-size: contain; bottom: 0; height: 493px; left: 0; opacity: 0.1; position: absolute; width: 493px; z-index: 9; transform: rotate(180deg); }

.benefits-row .toggles { text-align: left; }
.benefits-row .toggle>.toggle-title a { background-color: var(--white)!important; color: var(--nectar-extra-color-1); font-size: 27px!important; font-weight: 500!important; line-height: 32px!important; padding: 15px 45px 15px 15px;  }
.benefits-row .toggle.open>.toggle-title a, .benefits-row .toggle[data-inner-wrap=true]>div .inner-toggle-wrap { color: var(--nectar-extra-color-1); }
.benefits-row .toggle.open>.toggle-title a, .benefits-row .toggle>.toggle-title a { color: var(--nectar-accent-color)!important; }
.benefits-row .toggle>.toggle-title a i { border: 2px solid var(--nectar-accent-color); border-radius: 50%; color: var(--nectar-accent-color); left: inherit; font-size: 24px; font-weight: 600; line-height: 25px; height: 28px; right: 13px; top: 50%; transform: translateY(-50%); width: 28px; }
.benefits-row .toggle>.toggle-title a i:before { content: '\f107'; font-family: 'FontAwesome'; }
.benefits-row .toggle.open>.toggle-title a i { color: var(--nectar-accent-color); line-height: 20px; }
.benefits-row .toggle.open>.toggle-title a i:before { content: '\f106'; font-family: 'FontAwesome'; }

.extra-list { margin-left: 0!important; column-count: 2; }
.extra-list, .extra-list li { list-style: none; }
.extra-list li { background-color: white; box-shadow: rgba(0,0,0,.04) 0 1px 0,rgba(0,0,0,.05) 0 2px 7px,rgba(0,0,0,.06) 0 12px 22px; border-radius: 10px; display: block; margin-bottom: 15px; padding: 15px 15px 15px 65px; position: relative; width: 95% }
.extra-list li h4 { color: var(--nectar-extra-color-1); font-weight: 500; margin-bottom: 0!important; }
.extra-list li h4:before { content: ''; background: url('assets/img/shield-icon.png') no-repeat left center; background-size: contain; display: inline-block; height: 33px; left: 15px; position: absolute; top: 14px; width: 33px; z-index: 9; }

.questions-row .toggle>.toggle-title a { color: var(--nectar-extra-color-1); font-size: 27px!important; font-weight: 500!important; line-height: 32px!important;  }
.questions-row .toggles--minimal-shadow .toggle.default > .toggle-title a:hover, .questions-row .toggles--minimal-shadow .toggle.default.open > .toggle-title a { color: var(--nectar-extra-color-1); }
.questions-row .toggle>.toggle-title i, .questions-row .toggles--minimal-shadow .toggle.default.open > .toggle-title i, .questions-row .toggles--minimal-shadow .toggle.default:hover > .toggle-title i { border-color: var(--nectar-extra-color-1)!important; }
.questions-row .toggles--minimal-shadow .toggle.default.open > .toggle-title i:after, .questions-row .toggles--minimal-shadow .toggle.default.open > .toggle-title i:before, 
.questions-row .toggles--minimal-shadow .toggle.default:hover > .toggle-title i:after, .questions-row .toggles--minimal-shadow .toggle.default:hover > .toggle-title i:before,
.questions-row .toggles--minimal-shadow .toggle > .toggle-title i:before, .questions-row .toggles--minimal-shadow .toggle > .toggle-title i:after { background-color: var(--nectar-extra-color-1)!important; }

.yacht-pdf { margin-bottom: 90px; }
.yacht-pdf .vc_column-inner { border-radius: 10px; box-shadow: rgba(0,0,0,.06) 0 6px 10px,rgba(0,0,0,.05) 0 2px 7px,rgba(0,0,0,.06) 0 12px 22px!important; padding: 140px 35px 90px 35px; text-align: center; }
.yacht-pdf:hover .vc_column-inner { background-color: rgba(124, 170, 181, 0.3); }
.yacht-pdf .vc_column-inner:before { content: ''; background: url('assets/img/pdf-box.png') no-repeat center; background-size: contain; display: inline-block; height: 130px; left: 50%; position: absolute; top: 0; width: 130px; transform: translate(-50%, -40%); z-index: 9; }
.yacht-pdf .vc_column-inner h3 { color: var(--nectar-extra-color-1); padding-bottom: 25px; text-transform: initial; }
.yacht-pdf .vc_column-inner a i { border: 1px solid; border-radius: 50%; height: 22px; line-height: 20px; margin-left: 8px; padding-left: 2px; width: 22px; }

.close-icon a { position: absolute; right: 60px; top: 45px; width: fit-content; }

@media (max-width: 1199px) {
	.benefits-row .toggle>.toggle-title a, .questions-row .toggle>.toggle-title a { font-size: 25px!important; line-height: 30px!important; }

	.extra-list li { width: 100%; }
}

@media (max-width: 999px) {
	.benefits-row .toggle>.toggle-title a, .questions-row .toggle>.toggle-title a { font-size: 23px!important; line-height: 28px!important; }

	.extra-list { column-count: 1; }
	.extra-list li { padding-left: 55px; }
	.extra-list li h4:before { height: 26px; top: 15px; width: 26px; }

	.yacht-pdf .vc_column-inner { margin-bottom: 50px; padding: 110px 35px 75px 35px; }
}

@media (max-width: 690px) {
	.benefits-row .toggle>.toggle-title a, .questions-row .toggle>.toggle-title a { font-size: 20px!important; line-height: 25px!important; }

	.extra-list li { padding-left: 50px }
	.extra-list li h4:before { height: 23px; top: 15px; width: 23px; }

	.yacht-pdf .vc_column-inner { margin-bottom: 50px; padding: 80px 35px 60px 35px; }
	.yacht-pdf .vc_column-inner:before { height: 110px; width: 110px }

	.close-icon a { right: 25px; }

}


/********************
 CONTACT PAGE
 ********************/
.contact-details p { color: #000; padding-bottom: 15px!important; }
.contact-details p img { margin-bottom: 0!important; }
.contact-details h4 { color: var(--black); font-size: 37px; font-weight: 400; line-height: 42px; }
.contact-details h4 a { color: var(--black); }
.contact-details h4 a:hover { color: var(--nectar-accent-color); }

.contact-location { width: fit-content;}
.contact-location p, .contact-location h6 { display: inline-block; padding-bottom: 0!important; }
.contact-location p img { margin-bottom: 0!important; padding-right: 15px; transform: translatey(18px); }


.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select { background: transparent!important; border-bottom: 1px solid #DDDDDD!important;  color: #000; font-family: 'Gotham'; font-size: 18px!important; padding-left: 0; text-align: left!important; }
textarea { height: 140px; }
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder { color: #000!important; font-size: 18px; opacity: 1!important; }
body[data-form-submit=regular] .container-wrap input[type=submit] { background-color: var(--nectar-extra-color-1)!important; border-radius: 25px!important; border-bottom: none!important; color:var(--white)!important; font-family: 'Gotham'; font-size:23px!important; font-weight:400; margin-top: 25px; padding: 10px 40px!important; text-align: center!important; }
body[data-form-submit=regular] .container-wrap input[type=submit]:hover { background: var(--nectar-accent-color)!important; color: var(--white)!important; }
.wpcf7-spinner { display: none; }

@media (max-width: 1199px) {
	.contact-details h4 { font-size: 34px; line-height: 39px; }

	body[data-form-submit=regular] .container-wrap input[type=submit] { font-size: 22px!important; }
}

@media (max-width: 999px) {
	.contact-details h4 { font-size: 30px; line-height: 35px; }
	
	.contact-location p, .contact-location h6 { display: block; }
	.contact-location p img { margin-bottom: 20px!important; padding-right: 0; transform: translatey(0); }

	.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select, .wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder { font-size: 17px; }

	body[data-form-submit=regular] .container-wrap input[type=submit] { font-size: 20px!important; }
}

@media (max-width: 690px) {
	.contact-details h4 { font-size: 25px; line-height: 30px; }

	.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select, .wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder { font-size: 16px; }

	body[data-form-submit=regular] .container-wrap input[type=submit] { font-size: 18px!important; }
}
