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

/* START Slider Buttons Mobile 
------------------------------------------------------------------------------------------------------------------*/
@media(max-width: 739px)
{
	.nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button a	
	{
		padding: 15px 30px;
	}
}
/* END Slider Buttons Mobile 
------------------------------------------------------------------------------------------------------------------*/

/* START Services Menu 
------------------------------------------------------------------------------------------------------------------*/
#menu-services a
{
	color: black;
}

#menu-services a:hover
{
	color: #1e83ec;
}

#menu-services .current-menu-item a
{
	color: #1e83ec;
}

#menu-services .current-menu-item a::before 
{
    font-family: FontAwesome;
    content: "";
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
}
/* END Services Menu 
------------------------------------------------------------------------------------------------------------------*/


/* START Booking form ------------------------------------------------------------------------------------------------------------------*/
#main input[type="text"], #main select, #main input[type="email"], #main textarea
{
	background-color: #FFF !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

#main .hours-component
{
	margin-left: 30px;
	margin-right: 5px;
}
#main .minutes-component
{
	margin-left: 5px;
}

#main .hours-component, #main .minutes-component
{
	min-width: unset !important;
}

.form-button input, .pbSubmit, .next-button > input
{
	font-size: 14px !important;
    z-index: 13;
    background-color: #2A2A2A !important;
    height: auto;
    width: auto;
    color: #FFF !important;
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 20px;
    padding-left: 50px !important;
    border-radius: 3px;
    padding-right: 50px !important;
    filter: blur(0px) grayscale(0%) brightness(100%);
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	text-transform: none !important;
}
.padding-left-60
{
	padding-left: 60px !important;
}
.margin-left-30
{
	margin-left: 30px !important;
}
.margin-top-25
{
	margin-top: 25px !important;
}
.margin-top-35
{
	margin-top: 35px !important;
}
.margin-top-60
{
	margin-top: 60px !important;
}
.margin-30
{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.margin-60
{
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.no-margin
{
	margin: 0px !important;
}
.section_breaks label
{
	font-size: 30px;
    font-weight: bold;
}
.inline-flex
{
	display: inline-flex !important;
	flex-direction: column;
}
.cff-html-field h2
{
	margin-bottom: 0px !important;
}
.form-icon
{
	color: #eedc00 !important;
	font-size: 30px !important;
    margin-right: 20px;
}
.card-wrapper
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	padding: 40px !important;
	margin: 40px !important;
	background-color: #FFF !important;
}
.card-wrapper input[type="text"], .card-wrapper input[type="number"], .card-wrapper select
{
	height: 51px !important;
}
.card-wrapper select
{
	min-width: 160px !important;
	appearance: auto !important;
}
.card-wrapper input[type="text"], .card-wrapper input[type="number"]
{
	min-width: 80px !important;
}
.no-padding
{
	padding-left: 0px;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.center
{
	text-align: center !important;
}
.delete-moving-item
{
	cursor: pointer;
}
.animation-element 
{
	opacity: 0;
	position: relative;
}
.animation-element.slide-left 
{
	opacity: 0;
	-moz-transition: all 1000ms linear;
	-webkit-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translate3d(-200px, 0px, 0px);
	-webkit-transform: translate3d(-200px, 0px, 0px);
	-o-transform: translate(-200px, 0px);
	-ms-transform: translate(-200px, 0px);
	transform: translate3d(-200px, 0px, 0px);
}
.animation-element.slide-left.in-view 
{
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.card-wrapper .base_type_wrapper
{
	color: #e1e1e1;
	padding: 30px;
	border-radius: 30px;
	border: 2px solid #f5f5f5;
	cursor: pointer;
	display: flex;
	align-items: center;
	text-align: left;
}
.card-wrapper .base_type_wrapper h3, .card-wrapper .base_type_wrapper p
{
	color: #e1e1e1;
}
.card-wrapper .base_type_wrapper .inline-flex.icon-wrapper
{
	flex-direction: row;
	margin-right: 30px;
	background-color: transparent !important;
}
.card-wrapper .base_type_wrapper .base-type-icon
{
	font-size: 30px;
	color: #dddddd;
}
.card-wrapper .base_type_wrapper.radio_selected .base-type-icon
{
	color: #eedc00;
}
.card-wrapper .base_type_radio, .card-wrapper .base_type_checkbox
{
	display: none;
}
.card-wrapper .base_type_wrapper.radio_selected
{
	border: 2px solid #2A2A2A;
	color: #3f3f3f;
}
.card-wrapper .base_type_wrapper.radio_selected h3
{
	color: #3f3f3f;
}
.card-wrapper .base_type_wrapper.radio_selected p
{
	color: #777777;
}
.inline-flex h2
{
	margin-bottom: 0px !important;
}
.main-title-section h1, .main-title-section-wrapper .breadcrumb a, .main-title-section-wrapper .breadcrumb span, .home-services-wrapper h2, .home-services-wrapper h3
{
	color: #FFF !important;
}
.breadcrumb .fa.default
{
	background: #FFF !important;
}
.dt-sc-image-caption.type8 .dt-sc-image-content
{
	min-height: 230px;
}

.display_inline
{
	width: fit-content;
    display: inline-block;
	margin-right: 20px;
}

#main label span
{
	color: #000 !important;
}

#main input.success-border
{
	border: 1px solid green !important;
	color: green !important;
}

#main input.error-border
{
	border: 1px solid red !important;
}

#main div.return-date
{
	display: none;
}

.original_price
{
	text-decoration: line-through;
	font-style: italic;
	margin-right: 10px;
}

@media(max-width: 991px)
{
	.custom-form-page #main .container
	{
		width: auto !important;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.custom-form-page #main .container .pbSubmit
	{
		margin-left: 40px;
	}
	.swiper-slide .content h1, .swiper-slide .content span
	{
		font-size: 50px;
	}
}

@media(max-width: 739px)
{
	.padding-left-60
	{
		padding-left: 0px !important;
	}
	.margin-top-35
	{
		margin-top: 20px !important;
	}
	.card-wrapper
	{
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.card-wrapper .base_type_wrapper .inline-flex.icon-wrapper
	{
		display: none !important;
	}
	.hide-mobile
	{
		display: none !important;
	}
	.header-align-left .header-right
	{
		padding: 0px !important;
		width: 100% !important;
	}
	.no-margin-mobile
	{
		margin: 0px !important;
	}
	.no-padding-mobile
	{
		padding: 0px !important;
	}
	.main-header-wrapper .header-right .dt-sc-button 
	{
		font-size: 12px !important;
	}
	.swiper-slide .content h1, .swiper-slide .content span
	{
		font-size: 40px;
	}
}
/* END Booking form ------------------------------------------------------------------------------------------------------------------*/

/* START Checkout screen ----------------------------------- */

.woocommerce-checkout-review-order-table .product-info
{
	margin-left: 20px !important;
}

.woocommerce-checkout-review-order-table .cart-subtotal:not(.recurring-total)>th, .woocommerce-checkout-review-order-table .recurring-totals>th
{
	font-weight: bold !important;
	font-size: 18px !important;
}
/* END Checkout screeen ---------------------------------------------*/

.align-left
{
	text-align: left !important;
}

.hidden
{
	display: none !important;
}

#fbuilder .fields.column2
{
	padding: 10px;
}

.gym_product_wrapper > .dfield
{
	display: flex;
    justify-content: center;
}

.product_wrapper, .gym_product_wrapper > .dfield > label
{
	max-width: 800px;
	width: 100%;
}

.gym_product_wrapper .product_wrapper #product_price
{
	text-align: left !important;
}

/* About Us */

#team div.nectar-carousel-fixed-content > h1,
#team div.nectar-carousel-fixed-content > h2,
#team div.nectar-carousel-fixed-content > h3,
#team div.nectar-carousel-fixed-content > h4,
#team div.nectar-carousel-fixed-content > h5,
#team div.nectar-carousel-fixed-content > h6
{
	color: #eedc00;
}

#team div.nectar-carousel-fixed-content > p
{
	color: #fff;
}

#ed_about-us-usps div.ed_usp > div.vc_column-inner > div.wpb_wrapper
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#ed_about-us-usps div.ed_usp > div.vc_column-inner > div.wpb_wrapper > p
{
	flex-grow: 1;
}

.shop_table.order_details .order_item .remove_item a
{
	display: none !important;
}

.shop_table.order_details .wcs-switch-link.button
{
	display: none !important;
}

/* Membership */

.ed_pricing-table div.pricing-table
{
    display: flex;
    flex-flow: wrap;
}

.ed_pricing-table div.pricing-column
{
    display: flex;
    flex-direction: column;
}

.ed_pricing-table div.pricing-column-content
{
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-rows: auto 1fr auto;
    height: 100%;
}

.ed_pricing-table div.pricing-column-content > ul,
.ed_pricing-table div.pricing-column-content > a
{
    grid-column-end: span 2;
    width: fit-content;
}

.custom-form-header
{
	background-image: url( '/wp-content/uploads/2022/07/ABOUT-CTA-1024x311-1.jpeg' );
	background-size: cover;
	padding: 100px !important;
	position: relative;
	margin-left: -50vw;
    margin-left: calc(-50vw + var(--scroll-bar-w)/ 2);
    left: 50%;
    width: 100vw;
    width: calc(100vw - var(--scroll-bar-w));
}

.custom-form-header h1, .custom-form-header span
{
	color: #eedc00;
}

.page-id-8069 .container-wrap
{
	padding-top: 0 !important;
}

.page-id-8069 #formheader_1
{
	display: none !important;
}
