/*
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
*/




/* General CSS */
.text-shadow { text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.98); }
.wpb_row.bs-auto .row-bg { background-size: auto; }

body.material .nectar-button.large {
    padding-left: 50px;
    padding-right: 50px;
}
.nectar-button.large {
	font-size: 18px;
	line-height: 1;
    padding: 20px 50px;
	transition-duration: .3s;
    transition-property: transform;
}
.nectar-button.regular-button.extra-color-3:hover,
.nectar-button.regular-button.extra-color-1:hover {
    background-color: #000000 !important;
    opacity: 1 !important;
    color: #FFF !important;
	transform: scale(.9) !important;
}
body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.large:not(.see-through):not(.see-through-2):not(.see-through-3) {
	padding-right: 25px;
    padding-left: 55px;
}
body.material .nectar-button.has-icon span { transform: translateX(0px); }
body.material .nectar-button.has-icon.large:not([class*=see-through]) i { transform: translateY(-50%) translateX(0px); }
body[data-button-style="slightly_rounded_shadow"] .nectar-button:hover { box-shadow: none !important; }


.nectar-fancy-ul ul li .icon-default-style[class^=icon-] {height: 18px;background-color: #000;border-radius: 50%;}
.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] { line-height: 18px; }
.nectar-fancy-ul ul li i, .nectar-fancy-ul ul li i.icon-default-style { width: 18px; }
body [class^="icon-"].icon-default-style.extra-color-2 { color: #ffc518 !important; }
.nectar-fancy-ul ul li i, .nectar-fancy-ul ul li i.icon-default-style { top: 8px; }
.nectar-fancy-ul ul li {
    padding-left: 26px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #000000;
}

div.wpforms-container-full:not(:empty) { margin: 0px !important; }
.wpforms-container .wpforms-field { padding: 8px 0px !important; }
.wpforms-container .wpforms-field.wpforms-field-layout { padding: 0px !important; }
div.wpforms-container-full input[type=tel],
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=email] {
    border-width: 1px 1px 1px 1px !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 7px 20px !important;
    width: 100%;
    font-size: 18px !important;
    min-height: 59px;
    color: #666 !important;
    border: 1px solid #E8E8E8 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.5 !important;
}
div.wpforms-container-full textarea {
    background-color: #ffffff;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 17px 20px;
    font-size: 18px;
    color: #666;
    border: 1px solid #E8E8E8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.5;
}
div.wpforms-container-full input[type=text]:focus:invalid,
div.wpforms-container-full input[type=text]:focus:invalid,
div.wpforms-container-full input[type=email]:focus:invalid,
div.wpforms-container-full textarea:focus:invalid {
	color: #111 !important;
    border-color: #111 !important;
    box-shadow: none !important;
    border-width: 2px !important;
}
.wpforms-container .wpforms-submit-container { text-align: right; }
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
    background-color: #28D1E7 !important;
    color: #000 !important;
}
body[data-form-submit=regular] .container-wrap button[type=submit] {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    border-radius: 0px !important;
    padding: 20px 40px !important;
    height: auto;
    transition: 300ms ease-in-out;
}
body[data-button-style="slightly_rounded_shadow"] .container-wrap button[type="submit"]:hover {
    box-shadow: none !important;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #000 !important;
    color: #FFF !important;
}


@keyframes waterwave {
    0% {
        background-position: -50px 00px;
    }
    100% {
        background-position: 50px 00px;
    }
}


/* Header CSS */
#top .sf-menu > li:not([class*="menu-item-btn"]) > a { padding: 0px 10px; }
#top .sf-menu > li:not([class*="current"]):not([class*="menu-item-btn"]) > a .menu-title-text:before { background-color: #f5511c; }
#top .sf-menu > li:not([class*="menu-item-btn"]) > a .menu-title-text:before { filter: opacity(1); }
#header-outer #top .sf-menu > li > ul { margin-top: 20px; }
.sf-menu>li ul { padding: 0px; }
#header-outer .sf-menu li ul li.menu-item a { color: #222; }
.sf-menu>li ul a { padding: 13px 20px; }
.sf-menu>li ul { width: 280px; }
#header-outer #top .sf-menu > .sf-with-ul > a { padding-right: 17px !important; }
#top .sf-menu > li > a > .sf-sub-indicator {
    left: 2px;
    margin-left: 6px;
}
.sf-sub-indicator { width: 16px; }
#top .sf-menu .menu-title-text:before { border-radius: 0px; }
#top nav>ul>li[class*=button_solid_color]>a,
body #header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a {
    padding-left: 30px;
    padding-right: 30px;
}
#top nav > ul > li[class*="button_solid_color"] > a:before,
#header-outer.transparent #top nav > ul > li[class*="button_solid_color"] > a:before { height: 40px; }
#header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a:before,
#top nav>ul>li[class*=button_solid_color]>a:before {
    padding-bottom: 0px;
    transition: 200ms ease-in-out;
}
#header-outer[data-header-button_style=default] #top nav>ul>li[class*=button_solid_color]>a:hover:before,
#header-outer[data-header-button_style=default].transparent #top nav>ul>li[class*=button_solid_color]>a:hover:before {opacity: 1 !important;}


/* Homepage CSS */
.wpb_row.water-movement .row-bg {
    animation: waterwave 5s linear 0s infinite alternate;
    transform: scale(1.1);
	margin-top: 7em;
}
.section-fishing-item:hover {
    transform: translateY(-10px);
    transition: 0.3s;
}
.section-fishing-item { transition: 0.3s; }
.section-fishing .wpb_wrapper { display: flex; }
.section-fishing .wpb_wrapper p {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 10px 30px 50px 40px;
    font-size: 16px;
    line-height: 24px;
}
.section-fishing .wpb_wrapper ul {
    display: flex;
    border-radius: 0px 0px 40px 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-width: 128px;
}
.section-fishing .wpb_wrapper ul li {
    list-style: none;
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 570px;
    display: flex;
    flex-direction: row-reverse;
    writing-mode: vertical-rl;
    background: linear-gradient(180deg, #F5511C 80%, #122A3B 80%);
    padding-bottom: 40px;
    align-items: center;
    border-radius: 0px 0px 100px 100px;
}
.section-fishing .wpb_wrapper ul li .list-icon i {
    margin: 0px;
    background-color: transparent;
    color: #FFF;
    height: auto;
    width: auto;
    line-height: normal;
    font-size: 34px;
}
.section-fishing .wpb_wrapper ul li .list-icon i.hovered { background-color: transparent !important; }
.section-fishing .wpb_wrapper ul li .list-text {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    line-height: 40px;
    transform: rotate(180deg);
    margin-bottom: 70px;
}
.section-fishing .wpb_wrapper ul li .list-icon i.circle-border { display: none; }
.fishing-cards:hover img { filter: brightness(0); }
.fishing-cards .wpb_text_column .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.fishing-cards .wpb_text_column .wpb_wrapper p { padding: 0px; }
.fishing-cards .wpb_text_column .wpb_wrapper img { transition-duration: 0.3s; }
.fishing-cards .wpb_text_column .wpb_wrapper h5 {
    padding: 22px 0px;
    color: #000;
}
.sectino-adventure-memorable .nectar-button.large {
    font-family: 'Oswald';
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    padding: 25px 50px;
	transition-duration: .3s;
    transition-property: transform;
}
.sectino-adventure-memorable .nectar-button.large.extra-color-2 { border: 2px solid #000; }
.sectino-adventure-memorable .nectar-button.large.extra-color-2:hover {
	border: 2px solid #FFF;
	background-color: transparent !important;
}
body.material .sectino-adventure-memorable .nectar-button.has-icon i {
	right: auto;
    left: 25px;
    line-height: 22px;
    height: 22px;
    width: 22px;
}
body.material .sectino-adventure-memorable .nectar-button.large i { font-size: 22px; }
.sectino-adventure-memorable .nectar-button.regular-button.extra-color-2:hover {
    opacity: 1 !important;
	transform: scale(.9) !important;
}



/* Page CSS */
.page-header-overlay-color:after { opacity: .5; }
body #page-header-bg h1 {
    font-weight: 600;
    text-shadow: 0px 10px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 0px;
}



/* Footer CSS */
.footer-contact .col.span_6 { margin: 0px; }
.footer-contact .clear { margin: 0px; }
body .footer-contact [class^=icon-].icon-default-style {
    line-height: 18px;
    height: 18px;
    width: 28px;
    font-size: 20px;
}
.footer-contact .iwithtext .iwt-icon {
    line-height: normal;
    top: 2px;
}
.footer-contact .iwithtext .iwt-text {
    padding-left: 34px;
    color: #000;
    line-height: 27px;
}
.footer-contact .iwithtext .iwt-text a { color: #000; }
.footer-contact .iwithtext { margin-bottom: 5px; }
body .footer-social h5, .row .col .footer-social h5 {
    color: #000;
    font-size: 32px;
    line-height: 48px;
    margin: 0px 20px 0 0;
}
.footer-social .wpb_wrapper { display: flex; }
.footer-social .nectar_icon_wrap .nectar_icon {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Offcanvas CSS */
#header-outer #mobile-menu ul { padding: 11px 0px !important; }
#header-outer #mobile-menu ul li.menu-item-98 { display: none; }
#header-outer #mobile-menu ul li>a { padding: 0px; }
#mobile-menu .menu-items-wrap ul:not(.nectar_widget)>li:before,
#mobile-menu .menu-items-wrap>ul:last-child>li:last-child:after { content: none !important; }
#mobile-menu ul li a { color: #333 !important; }
#header-outer #mobile-menu ul li > a {
    line-height: 40px;
    padding: 0 10px !important;
}
#header-outer #mobile-menu ul.sub-menu { padding: 0px !important; }

#header-outer #mobile-menu ul ul>li>a {
    margin-left: 0px;
    padding: 13px 20px !important;
    font-size: 16px;
    line-height: 1;
    color: #222;
    text-transform: none;
}



/* Responsive CSS */
@media only screen and (max-width: 1024px) {
	#ajax-content-wrap .font_size_desktop_180px.nectar-responsive-text,
	.font_size_desktop_180px.nectar-responsive-text,
	#header-outer .font_size_desktop_180px.nectar-responsive-text { font-size: 120px; }
	#ajax-content-wrap .font_size_desktop_283px.nectar-responsive-text,
	.font_size_desktop_283px.nectar-responsive-text,
	#header-outer .font_size_desktop_283px.nectar-responsive-text { font-size: 150px; }
	#ajax-content-wrap .font_size_desktop_65px.nectar-responsive-text,
	.font_size_desktop_65px.nectar-responsive-text,
	#header-outer .font_size_desktop_65px.nectar-responsive-text,
	#ajax-content-wrap .font_size_desktop_60px.nectar-responsive-text,
	.font_size_desktop_60px.nectar-responsive-text,
	#header-outer .font_size_desktop_60px.nectar-responsive-text { font-size: 48px; }
	.img-with-aniamtion-wrap.custom-width-631px .inner { max-width: 300px; }
	.img-with-aniamtion-wrap.custom-width-426px .inner { max-width: 249px; }
	.img-with-aniamtion-wrap.translate_x_desktop_-40px {
		transform: translateX(0px);
		text-align: center;
	}
	.img-with-aniamtion-wrap.translate_x_desktop_-128px { transform: translateX(0px); }
	.section-beach-drone-fishing .wpb_text_column { max-width: 614px !important; }
	.section-our-specialities .wpb_text_column { max-width: 722px !important; }
	.section-fishing .wpb_wrapper ul {
		min-width: 58px;
		margin-left: 10px;
	}
	.fishing-cards .wpb_text_column .wpb_wrapper h5 {
		font-size: 16px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 1000px) {
	#header-outer #logo {
		margin-top: 0px;
        margin-bottom: 0px;
	}
	.wpb_row.inner-row-container {
		max-width: 1440px;
		margin: 0px auto !important;
	}
	#page-header-bg[data-alignment-v="middle"] .span_6 .inner-wrap { padding-top: 40px; }
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
	#page-header-wrap,
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) { height: 450px !important; }
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
        padding-top: 0%;
        padding-bottom: 0%;
    }
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
		min-height: 450px;
		display: flex !important;
        align-items: center;
        justify-content: center;
	}
	#page-header-bg[data-alignment-v="middle"]:not(.fullscreen-header) .span_6 .inner-wrap { padding-top: 40px; }
	body #header-outer { padding: 0px 0; }
	#header-outer #mobile-menu { top: calc(99% + 2px); }
	.wpb_row.section-footer .row-bg { background-position: right center !important; }
	.section-footer .wpb_text_column { margin-bottom: 20px !important; }
	.section-footer .wpb_text_column.footer-social { margin-bottom: 0px !important; }
	.section-fishing .wpb_wrapper ul { min-width: 102px; }
	.section-fishing .wpb_wrapper p { padding: 50px 20px; }
	.container-wrap .nectar-fancy-ul[data-spacing="5px"] ul li { font-size: 16px; }
	#ajax-content-wrap .font_line_height_80px.nectar-responsive-text,
	body .font_line_height_80px.nectar-responsive-text { line-height: 55px; }
	.fishing-cards .wpb_text_column .wpb_wrapper {
		display: block;
		text-align: center;
	}
	.fishing-cards .wpb_text_column .wpb_wrapper h5 { font-size: 20px; }
	#ajax-content-wrap .font_line_height_75px.nectar-responsive-text,
	body .font_line_height_75px.nectar-responsive-text {
		line-height: 58px;
	}
	.wpb_row.section-home-book-now .row-bg {
		background-size: auto;
		background-position: center right !important;
	}
	
	.wpb_row.water-movement .row-bg {
		animation: waterwaveMobile 5s linear 0s infinite alternate;
		margin-top: 2em;
	}
	@keyframes waterwaveMobile {
        0% {
            background-position: -20px 00px;
        }
    
        100% {
            background-position: 20px 00px;
        }
    }
}
@media only screen and (max-width: 767px) {
	.wpb_row.section-home-header .nectar-video-wrap { opacity: 0 !important; }
}
@media only screen and (min-width: 691px) and (max-width: 999px) {
	#page-header-bg .span_6 h1 {
		font-size: 80px;
		line-height: 1em;
	}
}
@media only screen and (max-width: 690px) {
	#page-header-bg .span_6 h1 {
		font-size: 80px;
		line-height: 1em;
	}
}