/**
 * Theme Name:  Revmma
 * Theme URI:   https://www.justwebagency.com/
 * Author:      Gleb
 * Description: The theme is intended for collecting landing pages based on it
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:        landing page, brand page
 * Text Domain: jwa
 * Version:     1.0.0
 */

@import './fonts.css';

:root {
  --yellow: #BB2424;
  --yellow-hover: #EF3131;
  --dark-grey: #828282;
}

sup{
    font-size: 14px !important;
    line-height: 14px !important;
    position: absolute;
}

p sup, li sup{
    font-size: 14px !important;
    line-height: 14px !important;
    position: relative;
	top:-10px;
}

.page-template-default h1{
	display:block;
}

.page-template-default h1 sup{
    line-height: 12px !important;
    position: relative;
    top: -30px;
}

.home.page-template-default h1{
    display:block;
}

.home.page-template-default h1 sup{
    top:-30px;
}

.servicewithr a{
	position:relative;
}

.servicewithr a:after{
	position:absolute;
	right:-15px;
	top:0px;
	content:"";
	width:10px;
	height:10px;
	background: url("/wp-content/uploads/2022/02/r.svg");
	background-size:cover;
}

@media screen and (min-width:768px){
	.home.page-template-default h1 sup {
		top: -20px;
	}
}

@media screen and (min-width:1200px){
	.home.page-template-default h1 sup {
    	top: -40px;
	}
	
	.page-template-default h1 sup {
		top:-40px;
	}
}

footer .footer-col-text h4{
	display:flex;
}

footer .footer-col-text h4 sup{
	position: relative;
    line-height: 12px !important;
	margin-right:5px;
}

.page-template-default h2 strong{
	display:flex;
}

.grecaptcha-badge{
	display:none !important;
}

html{
	overflow-x:hidden;
	scroll-behavior: smooth;
}

body{
	overflow-x:hidden;
}

header{
	z-index:1000 !important;
}

h1{
	color:white;
	text-align:center;
	font-family: "Oswald" !important;
	font-size: 34px !important;
	line-height:120% !important;
	text-transform:uppercase;
	font-weight:600 !important;
}

h2{
	color:black;
	text-align:center;
	font-family: "Oswald" !important;
	font-size: 30px !important;
	line-height:120% !important;
	text-transform:uppercase;
	font-weight:600 !important;
}

h4{
	color:black;
	text-align:center;
	font-family: "Oswald" !important;
	font-size: 24px !important;
	line-height:120% !important;
	text-transform:uppercase;
	font-weight:600 !important;
}

h5{
	font-family: "OpenSans" !important;
	font-weight:light !important;
	font-size:20px !important;
	line-height:120% !important;
	font-weight:600 !important;
}

p{
	font-family: "OpenSans" !important;
	font-weight:light !important;
	font-size:18px !important;
	line-height:140% !important;
	font-weight:300 !important;
}

section{
	margin-bottom:120px !important;
}

.section-heading{
	margin-bottom:45px !important; 
}

.vc_row.wpb_row.section-heading{
	margin-bottom:0px !important;
}

.btn-fill{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 14px !important;
    margin-bottom: 14px !important;
	position:relative;
}

.btn-fill a{
	font-family: "Fugaz One";
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    width: auto;
	background-color:var(--yellow);
	padding: 16px 30px;
	box-shadow: 0px 0px 32px rgba(187, 36, 36, 0.64);
	transition:0.4s all ease-in-out;
	cursor:pointer;
	position:relative;
}


.btn-fill a:hover{
	background-color:var(--yellow-hover);
}


.outline-btn{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 14px !important;
    margin-bottom: 14px !important;
}

.outline-btn a{
	font-family: "Fugaz One";
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: var(--yellow);
    width: auto;
	border:2px solid var(--yellow);
	background-color:transparent;
	padding: 16px 50px;
	box-shadow: 0px 0px 40px rgb(220 217 1 / 32%);
	transition:0.4s all ease-in-out;
	cursor:pointer;
}

.outline-btn a:hover{
	background-color:var(--yellow);
}

.header-outline-btn{
	display: none;
    align-items: center;
    justify-content: center;
	font-family: "Fugaz One";
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: var(--yellow);
    width: auto;
	border:2px solid var(--yellow);
	background-color:transparent;
	padding: 14px 30px;
	box-shadow: 0px 0px 40px rgb(220 217 1 / 32%);
	transition:0.4s all ease-in-out;
	cursor:pointer;
	position:relative;
}

.header-outline-btn:hover{
	background-color:var(--yellow);
	color:black;
}



header .log a {
    width: auto;
    height: 30px;
}

header .log a img{
    width: auto;
    height: 30px;
}

header.min-header{
	background-color:#000000;
}

header.min-header .top-header {
    padding: 20px 0;
}

.homebanner-section{
	position:relative;
	overflow:hidden;
	min-height:50vh;
	width:100%;
	margin-left:0px !important;
	margin-right:0px !important;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin-bottom:0px !important;
}

.homebanner-section-content{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin-top:120px;
	margin-bottom:70px;
	z-index:10;
}

.homebanner-section-content.servicebanner-section-content{
	margin-top:100px;
	margin-bottom:0px;
}

.homebanner-section-content.servicebanner-section-content .homebanner-section-content-text h1{
	margin-top:0px;
}

.homebanner-section-content.servicebanner-section-content .homebanner-section-content-text h5{
	margin-bottom:25px;
}

.homebanner-section-content.servicebanner-section-content .homebanner-section-content-text li{
	font-family: "Roboto Condensed" !important;
    font-weight: light !important;
    font-size: 18px !important;
    line-height: 140% !important;
	color:white;
	margin-bottom:10px;
	padding-left:20px;
	position:relative;
}

.homebanner-section-content.servicebanner-section-content .homebanner-section-content-text li:before{
	width:8px;
	height:8px;
	content: "";
	position:absolute;
	top:50%;
	left:0px;
	transform:translatey(-50%);
	background: url(/wp-content/uploads/2021/09/list-point.svg);
	background-size:cover;
	background-position:center;
}

.homebanner-section-content.servicebanner-section-content .homebanner-section-content-text{
	margin-bottom:0px;
}

.homebanner-section-content.servicebanner-section-content .homebanner-section-content-text li:last-child{
	margin-bottom:0px;
}

.servicebanner-section .homebanner-section-addons .homebanner-section-video iframe{
	width: 500vw;
    height: 250vh;
}

.homebanner-section-content .homebanner-section-content-text{
	margin-bottom:60px;
}

.homebanner-section-content h1{
	margin-bottom:25px;
}

.homebanner-section-content h5{
	color:white;
	text-align:center;
}

.homebanner-section-content .homebanner-section-content-btn{
	margin-bottom:0px;
}

.homebanner-section-addons{
	position:absolute !important;
	left:0px !important;
	top:0px;
	width:100vw !important;
	height:100%;
	z-index:0;
	margin-left:0px !important;
	margin-right:0px !important;
	left:0px;
}

.homebanner-section-addons .homebanner-section-video{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	margin-bottom:0px !important;
}

.homebanner-section-addons > .wpb_column{
	height:100%;
}

.homebanner-section-addons .homebanner-section-video .homebanner-section-video-overlay{
	position:absolute;
	left:0px;
	top:0px;
	opacity: 0.7;
	background-color:rgba(0,0,0,1);
	width:100vw;
	height:150vh;
	z-index:10;
}

.homebanner-section-addons .homebanner-section-video iframe{
	width: 350vw;
    height: 120vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.homebanner-section-addons .homebanner-section-video > .wpb_wrapper{
	height:100%;
}

.homebanner-section-addons .homebanner-section-video .iframe-parent{
	height:100%;
}

.homebanner-section-addons .homebanner-section-separator{
	position: absolute;
    border: 0px;
    left: 0px;
    bottom: -20px;
    width: 100%;
    z-index: 20;
    margin-bottom: 0px;
}

.homebanner-section-bottombenefits{
	margin-bottom:40px;
}

.homebanner-section-bottombenefits .homebanner-section-bottombenefits-single .wpb_raw_code .wpb_wrapper{
	display:flex;
	flex-direction:row;
	align-items:center;
}

.homebanner-section-bottombenefits .homebanner-section-bottombenefits-single .wpb_raw_code .wpb_wrapper h5{
	margin-left:15px;
	color:white;
}


.servicebanner-section-content .servicebanner-section-content-left {
	margin-bottom:50px;
}

.servicebanner-section-content .servicebanner-section-content-right > .vc_column-inner > .wpb_wrapper{
	background-color:#070707;
	padding:40px 20px;
}

.servicebanner-section-content .servicebanner-section-content-right h2{
	color:white;
}

.map-section-form.servicebanner-section-content-right .gform_wrapper.gravity-theme .gform_previous_button.button{
	border: 2px solid white !important;
	color:white !important;
}

.map-section-form.servicebanner-section-content-right .gform_wrapper.gravity-theme .gform_previous_button.button:hover{
	border: 2px solid var(--yellow) !important;
	color:var(--yellow) !important;
}

.map-section-form.servicebanner-section-content-right .gform_confirmation_wrapper .gform_confirmation_message{
	color:white;
}


.homeprograms-section-content .homeprograms-section-col{
	margin-bottom:50px;
}

.homeprograms-section-content .homeprograms-section-col:last-child{
	margin-bottom:0px;
}

.homeprograms-section-col .homeprograms-section-col-img{
	margin-bottom:30px;
}

.homeprograms-section-content .homeprograms-section-col-text{
	margin-bottom:20px !important;
}

.homeprograms-section-content .homeprograms-section-col-text h4{
	text-align:left;
	margin-bottom: 8px;
}

.homeprograms-section-content .homeprograms-section-col-tags{
	margin-bottom:0px;
	margin-left:5px;
}

.homeprograms-section-col-tags .wpb_wrapper{
	display:flex;
	flex-direction:row;
	align-items: center;
	flex-wrap:wrap;
}

.homeprograms-section-col-tags .homeprograms-section-col-tag{
	background-color:var(--yellow);
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
	color: #000000;
	padding:5px 12px;
	margin-right: 16px;
	margin-bottom:12px;
	transition: 0.4s all ease-in-out;
	position:relative;
}

.homeprograms-section-col-tags .homeprograms-section-col-tag:before{
	content: '';
    position: absolute;
    top: 0;
    left: -5px;
    border-top: 40px solid transparent;
    border-right: 5px solid var(--yellow);
	transition:0.4s all ease-in-out;
}

.homeprograms-section-col-tags .homeprograms-section-col-tag:after{
	content: '';
    position: absolute;
    top: 0;
    right: -5px;
    border-bottom: 40px solid transparent;
    border-left: 5px solid var(--yellow);
	transition:0.4s all ease-in-out;
}

.homeprograms-section-col-tags .homeprograms-section-col-tag:hover{
	background-color:var(--yellow-hover);
}

.homeprograms-section-col-tags .homeprograms-section-col-tag:hover:after{
	border-left: 5px solid var(--yellow-hover);
}

.homeprograms-section-col-tags .homeprograms-section-col-tag:hover:before{
	border-right: 5px solid var(--yellow-hover);
}


.vc_section.whyus-section {
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.vc_row.whyus-section-separator{
	width:120% !important;
}

.whyus-section-separator-top .vc_single_image-wrapper{
	display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}

.whyus-section-separator-top .vc_single_image-wrapper img{
	width: 120%;
    max-width: 120%;
}


.whyus-section-separator-bot .vc_single_image-wrapper{
	display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: -30px;
}

.whyus-section-separator-bot .vc_single_image-wrapper img{
	width: 120%;
    max-width: 120%;
}

.whyus-section-separator-bot .wpb_single_image{
	margin-bottom:0px !important;
}


.whyus-section-content{
	margin-top:100px;
	margin-bottom:100px;
}


.whyus-section-content .whyus-section-content-left{
	margin-bottom:60px;
}

.whyus-section-content-left h2{
	margin-bottom:40px;
}

.whyus-section-content-left .whyus-section-content-left-benefits{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.whyus-section-content-left-benefits .whyus-section-content-left-benefit{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	margin-bottom:30px;
}

.whyus-section-content-left-benefits .whyus-section-content-left-benefit:last-child{
	margin-bottom:0px;
}

.whyus-section-content-left .whyus-section-content-left-gracie{
	margin-bottom:50px !important;
}

.whyus-section-content-left .whyus-section-content-left-gracie .wpb_wrapper{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.whyus-section-content-left .whyus-section-content-left-gracie .gracie-logo{
	height:68px;
	width:68px;
}

.whyus-section-content-left .whyus-section-content-left-gracie .gracie-text{
	width:100%;
	margin-top:10px;
}

.whyus-section-content-left-benefits .whyus-section-content-left-benefit h4{
	text-align:left;
	margin-top:10px;
}

.whyus-section-content-left .whyus-section-content-left-h4{
	margin-bottom:16px;
}

.whyus-section-content-left .whyus-section-content-left-images{
	margin-bottom:0px;
}

.whyus-section-content-left-images .wpb_wrapper{
	display:flex;
	flex-direction:row;
	align-items:center;
}

.whyus-section-content-left-images img{
	height:50px;
	margin-right:20px;
}

.whyus-section-content-right .wpb_gallery{
	margin-bottom:0px;
}

.whyus-section-content-right .wpb_gallery .flexslider{
	margin-bottom:20px !important;
}


.reviews-section-content .wpb_raw_code{
	margin-bottom:0px;
}

.reviews-section-content .wpb_raw_code .rplg-slider-prev, 
.reviews-section-content .wpb_raw_code .rplg-slider-next{
	display:none;
}

.reviews-section-content .rplgsw-pagination-bullet-active{
	background-color:#000000;
}

.reviews-section-content .rplgsw-pagination-bullet{
	border-radius:0%;
}

.reviews-section-content .grw-slider .grw-review{
	background-color: white;
    border: 1px solid #E0E0E0;
	margin-top:0px !important;
	padding: 32px 24px;
}

.reviews-section-content .wp-google-feedback{
	border: none !important;
	background-color:white !important;
}

.reviews-section-content .grw-slider .wp-google-content2:before{
	display:none !important;
}

.reviews-section-content .grw-slider .wp-google-content2{
	margin:0px !important;
	padding:0px !important;
	display: flex;
    flex-direction: column;
}

.reviews-section-content .grw-slider .wp-google-content2>svg{
	top:0px !important;
	left:0px !important;
}

.reviews-section-content .grw-slider .wp-google-user{
	padding:0px !important;
	margin-top:16px;
	align-items:center;
}

.reviews-section-content .grw-slider .wp-google-feedback:before{
	display:none !important;
}

.reviews-section-content .grw-slider .wp-google-stars{
	margin-left:42px;
}

.reviews-section-content .grw-slider .wp-google-text{
	margin-top:14px;
	font-family: "Roboto Condensed";
	font-weight:light;
	font-size:16px;
	color: #000000 !important;
}

.reviews-section-content .grw-slider .wp-google-name{
	font-weight:light;
	font-size:18px;
	font-family: "Roboto Condensed";
	line-height:100%;
	color: #000000 !important;
}

.reviews-section-content .grw-slider .wp-google-time{
	font-size:14px;
	font-family: "Roboto Condensed";
	line-height:100%;
	color: #000000 !important;
}

.reviews-section-content .rplgsw-pagination-bullet {
    width: 10px;
	height: 10px;
	bottom:0px;
}

.reviews-section-content .rplgsw-pagination-bullets{
	bottom:0px !important;
}


.vc_section.highlight-section{
	padding-top:0px !important;
}

.highlight-section .highlight-section-content{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:20;
}

.highlight-section-content .highlight-section-content-right{
	height: 200px;
    position: absolute;
    bottom: 0px;
    right: -50px;
    width: 220px;
    z-index: 0;
}

.highlight-section-content-right .highlight-section-content-right-img{
	margin-bottom:0px;
	height:200px;
}

.highlight-section-content-right .highlight-section-content-right-img img{
	height:200px;
	width:auto;
}

.highlight-section-content-left .highlight-section-content-left-text{
	margin-bottom: 45px !important;
}

.highlight-section-content-left .highlight-section-content-left-text h2{
	color:white;
	margin-bottom:16px;
}

.highlight-section-content .highlight-section-content-left{
	margin-top:90px;
	margin-bottom:90px;
	z-index:10;
}

.highlight-section-content-left .highlight-section-content-left-text h2 span{
	color: var(--yellow);
}

.highlight-section-content-left .highlight-section-content-left-text p{
	color:white;
	text-align:center;
}

.highlight-section{
	position:relative;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;
}

.highlight-section .highlight-section-border-top{
	position:absolute;
	top:-180px;
	left:0px;
	width:150vw !important;
	max-width:150vw !important;
}

.highlight-section .highlight-section-border-top img{
	width:150vw !important;
	max-width:150vw !important;
}

.highlight-section .highlight-section-border-bot{
	position:absolute;
	bottom:-180px;
	left:0px;
	width:150vw !important;
	max-width:150vw !important;
}

.highlight-section .highlight-section-border-bot img{
	width:150vw !important;
	max-width:150vw !important;
}


.double-section-content-left .double-section-content-left-text .wpb_wrapper{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.double-section-content .double-section-content-left .double-section-content-left-btn{
	margin-top:30px;
	margin-bottom:70px !important
}

.double-section-content-left .double-section-content-left-text h2{
	margin-bottom:20px;
}

.double-section-content-left .double-section-content-left-text p{
	margin-bottom:10px;
}

.double-section-content-left .double-section-content-left-text p:last-child{
	margin-bottom:0px;
}

.double-section-content-left .double-section-content-left-text ul{
	margin-bottom:10px;
}

.double-section-content-left .double-section-content-left-text ul li{
	margin-bottom:3px;
	font-family: "OpenSans" !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 140% !important;
	padding-left:15px;
	position:relative;
}

.double-section-content-left .double-section-content-left-text ul li:before{
	position:absolute;
	left:0px;
	top:50%;
	transform:translatey(-50%);
	width:5px;
	height:5px;
	background-color:#000;
	border-radius:50%;
	content: "";
}

.double-section-content-left .double-section-content-left-text ul li:last-child{
	margin-bottom:0px;
}

.double-section-content-right .double-section-content-right-img{
	margin-bottom:0px;
}


section.map-section{
	position:relative;
	display:flex;
	flex-direction:column-reverse;
	align-items:center;
	margin-bottom:50px !important;
}

.templatera_shortcode section.map-section{
	margin-bottom:0px !important;
	padding-bottom:50px !important;
}

.map-section .map-section-form{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:-180px;
}

.map-section-form-inner .section-heading{
	margin-bottom:35px !important;
}

.map-section .map-section-form .map-section-form-inner{
	z-index: 10;
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.24);
	margin-left:15px;
	margin-right:15px;
}

.map-section .map-section-form .map-section-form-inner > .vc_column-inner{
	padding:40px 20px;
}

.map-section .map-section-form .gform_wrapper .gf_progressbar_wrapper{
	display:none;
}

.map-section .map-section-form .gform_page_footer{
	padding-bottom:0px !important;
	margin-top:15px !important;
}

.map-section .map-section-form .gform_page_footer .button{
	font-family: "Fugaz One";
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: white !important;
    width: 100% !important;
	background:var(--yellow);
	border-radius:0px;
	border:none !important;
	padding: 16px 28px;
	box-shadow: 0px 0px 32px rgb(187 36 36 / 64%);
	transition:0.4s all ease-in-out;
	cursor:pointer;
	position:relative;
	margin-bottom:0px !important;
	-webkit-appearance: none;
}

.map-section .map-section-form .gform_page_footer .button:hover{
	background-color:var(--yellow-hover);
}

.map-section .map-section-form .gform_page_footer .button:before{
	content: '';
    position: absolute;
    top: 0;
    left: -10px;
    border-top: 56px solid transparent;
    border-right: 10px solid var(--yellow);
    transition: 0.4s all ease-in-out;
}

.map-section .map-section-form .gform_page_footer .button:after{
	content: '';
    position: absolute;
    top: 0;
    right: -10px;
    border-bottom: 56px solid transparent;
    border-left: 10px solid var(--yellow);
    transition: 0.4s all ease-in-out;
}

.map-section-form .gform_wrapper .gform_validation_errors{
	display:none;
}

.map-section-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
	border-radius: 0px;
    font-family: 'Roboto Condensed';
    color: #000;
	-webkit-appearance: none;
}


.map-section-form .gform_wrapper .gfield select{
	border-radius: 0px;
    font-family: 'Roboto Condensed';
    color: #000;
	-webkit-appearance: none;
	height:50px;
	border: 1px solid #CBCBCB;
}

.map-section-form .gform_wrapper.gravity-theme .gform_page_footer input+input{
	margin-left:0px;
}

.map-section-form .gform_wrapper.gravity-theme .gform_previous_button.button{
	border: 2px solid black !important;
	transition:0.4s all ease-in-out;
	color:black !important;
}

.map-section-form .gform_wrapper.gravity-theme .gform_previous_button.button:hover{
	background-color: black !important;
    color: white !important;
}

.map-section-form .gfield_error input{
	border-color:red !important;
}

.map-section-form .gfield_error{
	position:relative;
}

.map-section-form .gform_wrapper.gravity-theme .ginput_complex span{
	margin-bottom:0px !important;
}

.map-section-form .gfield_error .gfield_validation_message{
	background: transparent;
    padding: 0px;
    margin: 0px;
    border: none;
    position: absolute;
    left: 0px;
    bottom: -16px;
    font-size: 14px;
    font-family: 'Roboto Condensed' !important;
    line-height: 100% !important;
    padding-top: 0px !important;
}

.map-section-form .gform_confirmation_wrapper .gform_confirmation_message{
	font-size: 18px;
    font-family: 'Roboto Condensed';
    text-align: center;
    font-weight: bold;
}

.map-section-form .gfield_error .instruction.validation_message{
	display:none;
}

.map-section .map-section-bg{
	width:100vw !important;
	left:0px !important;
}

.map-section .map-section-bg .wpb_gmaps_widget{
	margin-bottom:0px !important;
}

.map-section .map-section-bg .wpb_gmaps_widget .wpb_wrapper{
	padding:0px;
}




.servicebanner-section  .map-section-form .map-section-form-inner{
	z-index: 10;
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.24);
	margin-left:15px;
	margin-right:15px;
}

.servicebanner-section .map-section-form .map-section-form-inner > .vc_column-inner{
	padding:40px 20px;
}

.servicebanner-section .map-section-form .gform_wrapper .gf_progressbar_wrapper{
	display:none;
}

.servicebanner-section .map-section-form .gform_page_footer{
	padding-bottom:0px !important;
	margin-top:15px !important;
}

.servicebanner-section .map-section-form .gform_page_footer .button{
	font-family: "Fugaz One";
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: black !important;
    width: 100% !important;
	background:var(--yellow);
	border-radius:0px;
	border:none !important;
	padding: 16px 28px;
	box-shadow: 0px 0px 40px rgb(220 217 1 / 32%);
	transition:0.4s all ease-in-out;
	cursor:pointer;
	position:relative;
	margin-bottom:0px !important;
	-webkit-appearance: none;
}

.servicebanner-section .map-section-form .gform_page_footer .button:hover{
	background-color:var(--yellow-hover);
}

.servicebanner-section .map-section-form .gform_page_footer .button:before{
	content: '';
    position: absolute;
    top: 0;
    left: -10px;
    border-top: 56px solid transparent;
    border-right: 10px solid var(--yellow);
    transition: 0.4s all ease-in-out;
}

.servicebanner-section .map-section-form .gform_page_footer .button:after{
	content: '';
    position: absolute;
    top: 0;
    right: -10px;
    border-bottom: 56px solid transparent;
    border-left: 10px solid var(--yellow);
    transition: 0.4s all ease-in-out;
}


.team-section-header p{
	text-align:center;
	margin-top:10px;
}

.team-section-content .wp-tsasp-design-5 .wp-tsasp-team-name{
	font-family:"Fugaz One";
	font-size:20px;
	text-transform:uppercase;
	margin-top:20px;
}

.team-section-content  .wp-tsasp-team-data{
	font-family: "Roboto Condensed";
	font-weight:300;
	font-size:16px;
}

.team-section-content .wp-tsasp-teamshowcase-slider {
    padding-bottom: 50px;
}

.team-section-content .wp-tsasp-teamshowcase-slider .slick-dots li{
	margin: 0 8px!important;
    padding: 0!important;
    width: 10px!important;
    height: 10px!important;
	
}

.team-section-content .wp-tsasp-teamshowcase-slider .slick-dots li button{
	width: 10px!important;
    height: 10px!important;
    border-radius: 0px !important;
	background-color: #E0E0E0 !important;
	border:1px solid transparent !important;
}

.team-section-content .wp-tsasp-teamshowcase-slider .slick-dots  li.slick-active button{
	border:2px solid #000000 !important;
	background-color: #000 !important;
}

.team-section-content > .vc_column_container > .vc_column-inner{
	padding-left:0px;
	padding-right:0px;
}

.team-section-content .wp-tsasp-design-5 .wp-tsasp-team-member:hover .wp-tsasp-team-name{
	color: var(--yellow);
}


.success-section-heading p {
    text-align: center;
    margin-top: 10px;
}

section.vc_section{
	padding-top:0px !important;
}

footer{
	background-color:#000 !important;
	padding-top: 50px !important;
    padding-bottom: 20px !important;
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
}

footer .footer-content{
	padding-left:15px;
	padding-right:15px;
	display:flex;
	flex-direction:column;
	align-items:center;
}

footer .footer-content .footer-col-desc{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	width:100%;
	margin-bottom:40px;
}

footer .footer-content .footer-col-menu{
	margin-bottom:40px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	width:100%;
}

.footer-content .footer-col-menu .footer-menu-header{
	background-color:var(--yellow);
	font-size:18px;
	padding:2px 20px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	margin-bottom:20px;
	position:relative;
}

.footer-content .footer-col-menu .footer-menu-header:after{
	content: '';
    position: absolute;
    top: 0;
    right: -5px;
    border-bottom: 35px solid transparent;
    border-left: 5px solid var(--yellow);
    transition: 0.4s all ease-in-out;
}

footer .footer-content .footer-col-menu:last-child{
	margin-bottom:0px;
}

.footer-menu a{
	color: white;
    font-size: 16px;
    font-family: 'OpenSans';
	font-weight:600;
	text-transform:uppercase;
}

.footer-col-menu .footer-menu li{
	margin-bottom:5px;
}

.footer-col-menu .footer-menu li:last-child{
	margin-bottom:0px;
}

footer .footer-logo{
	width:70% !important;
}

footer .footer-logo a {
	width:100%;
}

footer .footer-logo a img{
	width:100%;
}

.footer-content .footer-col-desc .footer-col-text{
	margin-top:25px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.footer-col-desc .footer-col-text h4{
	color:white;
	text-align:left;
	margin-bottom:15px;
}

.footer-col-desc .footer-col-text a{
	color: white;
    margin-bottom: 14px;
    line-height: 100%;
    font-size: 18px;
    font-family: 'OpenSans';
	transition:0.4s all ease-in-out;
}

.footer-col-desc .footer-col-text a:hover{
	color: var(--yellow);
}

.footer-col-menu .footer-menu li:hover a{
	color:var(--yellow);
}

.footer-col-desc .footer-col-text a:last-child{
	margin-bottom:0px;
}

footer .footer-copyright{
	margin-top:50px;
}

footer .footer-copyright{
	padding-left:15px;
	padding-right:15px;
}

footer .footer-copyright p{
	color:white;
	text-align:center;
	margin-bottom:10px;
	font-size:14px !important;
}

footer .footer-copyright p:last-child{
	margin-bottom:0px;
}

footer .footer-copyright p a{
	color:var(--yellow);
}


.success-section-slider-box .success-section-slider-box-text{
    color: #333;
}

.success-section-slider .success-section-slider-cover{
	overflow:hidden;
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	justify-content:flex-start;
}

.jwa-stories-slider {
	margin-top: 50px;
	margin-bottom: 50px;
}

.jwa-stories-slider .slick-prev:before {
	content: unset;
}

.jwa-stories-slider .slick-next:before {
	content: unset;
}

.jwa-stories-slider .slick-arrow {
    top: 40%!important;
}

.jwa-stories-slider .slick-prev {
    left: -40px!important;
}

.jwa-stories-slider .slick-next {
    right: -40px!important;
}

.jwa-stories-slider button.slick-arrow {
    width: 30px;
    height: 51px;
    position: absolute;
    z-index: 999;
    border: 0!important;
    padding: 5px!important;
    margin: 0!important;
    border-radius: 0!important;
    font-size: 30px;
    line-height: 30px;
    background: rgba(26,26,26,.6);
    box-shadow: none!important;
    cursor: pointer;
    outline: 0;
}

.jwa-stories-slider button.slick-arrow {
    display: flex;
    border: 2px solid black !important;
    background-color: white !important;
    height: 30px !important;
    transition: 0.4s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.jwa-stories__item--information {
	display: flex;
	align-items: center;
}

.jwa-stories__item--information .jwa-stories--title {
	color:#333;	
}

.jwa-stories__item--information .jwa-stories--title h4 {
	text-align: left;	
}

.jwa-stories__item--information .jwa-stories--title p {
	text-align: left;
}

.jwa-stories__item--information .image-cont {
    margin-right: 50px;
    margin-left: 10px;
}

.jwa-stories__item--information .jwa-stories__content-area .wpb_single_image {
    margin-right: 72px;
}

.jwa-stories__item--information .jwa-stories__content-area .wpb_text_column.wpb_content_element {
    margin-top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px){
	.jwa-stories__item--information .jwa-stories__content-area .wpb_text_column.wpb_content_element {
	    margin-top: 0;
	    transform: translateY(0%);
	}
	
	.jwa-stories__content-area {
	    padding: 0 5px;
	}
	
	.jwa-stories__item--information .jwa-stories__content-area .wpb_single_image {
	    margin-right: 0px;
	}

}

.success-section-slider-boxes .success-section-slider-box{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:345px;
	margin-right: 30px;
}

.success-section-slider-boxes .success-section-slider-box img{
	width:100%;
}

.success-section-slider-box .success-section-slider-box-text{
	margin-top:40px;
}

.success-section-slider-box .success-section-slider-box-text h4{
	margin-bottom:20px;
}

.success-section-slider-box .success-section-slider-box-text p{
	margin-bottom:10px;
	text-align:center;
}

.success-section-slider-box .success-section-slider-box-text p:last-child{
	margin-bottom:0px;
}

.success-section-slider-box-text .success-section-slider-box-arrows{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	width:100%;
	margin-top:40px;
}

.success-section-slider-box-arrows .success-section-slider-box-rounds{
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-right:50px;
}

.success-section-slider-box-rounds .success-section-slider-box-round{
	width:10px;
	height:10px;
	background-color: #E0E0E0;
	border: 2px solid transparent;
	transition:0.4s all ease-in-out;
}

.success-section-slider-box-rounds .success-section-slider-box-round.active-round{
	border: 2px solid black;
}

.success-section-slider-box-arrows .success-section-slider-box-arrow{
	width:40px;
	height:40px;
	border:2px solid black;
	background-color:white;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	transition:0.4s all ease-in-out;
}

.success-section-slider-box-arrows .success-section-slider-box-arrow:hover{
	background-color:var(--yellow);
}

.success-section-slider-box-arrows .success-section-slider-box-arrow:hover i{
	color:white;
}

.success-section-slider-box-arrows .success-section-slider-box-arrow-left{
	margin-right:30px;
}

.success-section-slider-box-arrows .success-section-slider-box-arrow i{
	font-size:15px;
	color:black;
}


.templatera_shortcode .vc_section.team-section{
	padding-left:0px;
	padding-right:0px;
}

.templatera_shortcode .vc_section.highlight-section{
	padding-left:0px;
	padding-right:0px;
}


.templatera_shortcode section.reviews-section{
	padding-left:0px;
	padding-right:0px;
}

.templatera_shortcode section.success-section{
	padding-left:0px;
	padding-right:0px;
}

.templatera_shortcode section.homeprograms-section{
	padding-left:0px;
	padding-right:0px;
}


.servicedescription-section-content .servicedescription-section-content-right .wpb_gallery {
	margin-bottom:0px;
}

.servicedescription-section-content .servicedescription-section-content-right .wpb_gallery .wpb_gallery_slides{
	margin-bottom:30px;
	border:0px;
}


.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu{
	max-height:0px;
	overflow:hidden;
	transition:0.4s all ease-in-out;
}

.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu li:hover a{
	color: var(--yellow) !important;
}

.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu li a:hover{
	color: var(--yellow) !important;
}

.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu.active{
	margin-top:20px;
	margin-bottom:30px;
	max-height:700px;
	padding-left:15px;
}

.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a{
		color:white !important;
}
	
.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a{
	color:var(--yellow) !important;
}


.highlightservice-section .highlight-section-content-right .highlight-section-content-right-img img{
	max-width:initial;
}

.highlightservice-section .highlight-section-content .highlight-section-content-right{
	right:0px;
}

.highlight-section.highlightservice-section .highlight-section-border-bot{
	bottom: -20px;
	z-index: 20;
	left:-40px;
}



.page-template-headerheading-template .wrapper {
	margin-top:120px;
}

.page-template-headerheading-template header{
	background-color:black;
}

.page-template-headerheading-template .wrapper .wrapper-heading{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.page-template-headerheading-template .wrapper .wrapper-heading .breadcrumbs{
	margin-left:-10px;
}

.page-template-headerheading-template .wrapper .wrapper-heading .breadcrumbs span span a{
	color:black;
	margin:0 10px;
	transition:0.4s all ease-in-out;
}

.page-template-headerheading-template .wrapper .wrapper-heading .breadcrumbs span span a:hover{
	color:var(--yellow);
}

.page-template-headerheading-template .wrapper .wrapper-heading .breadcrumbs span span span{
	color:#828282;
	margin:0 10px;
}

.page-template-headerheading-template .wrapper .wrapper-heading h1{
	color: #000;
    margin-top: 15px;
    margin-bottom: 0px;
	text-align:left;
}

.page-template-headerheading-template .wrapper-content{
	margin-bottom:100px;
}

.page-template-headerheading-template.page-id-429 .wrapper-content{
	margin-bottom:0px;
}


.vc_row.recognition-row{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	margin-bottom:30px;
}

.wrapper-content .vc_row.recognition-row:last-child{
	margin-bottom:0px;
}

.recognition-row .recognition-row-logo {
	margin-bottom:25px;
}

.recognition-row .recognition-row-logo .recognition-row-logo-img{
	width:72px;
	height:72px;
	border-radius:50%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:0px;
	margin-right:0px;
}

.recognition-row .recognition-row-text-content{
	margin-bottom:0px;
}

.recognition-row .recognition-row-text-content p{
	color: var(--dark-grey);
	font-weight:300;
}

.recognition-row .recognition-row-text-content p a{
	font-weight:600;
	color:black;
	margin-bottom:8px;
	transition:0.4s all ease-in-out;
}

.recognition-row .recognition-row-text-content p a:hover{
	color:var(--yellow);
}

.recognition-row .recognition-row-text-content .recognition-row-text-content-date{
	line-height:150%;
}


.smalcontent-section .smalcontent-section-text p{
	margin-bottom:15px;
}


.smalcontent-section .smalcontent-section-text p:last-child{
	margin-bottom:0px;
}


.contacts-box{
/* 	border:2px solid var(--yellow); */
	margin-bottom:0px !important;
/* 	padding:30px 30px; */
}

.contacts-box a{
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-bottom:15px;
	transition:0.4s all ease-in-out;
}

.contacts-box a:hover{
	color:var(--yellow);
}

.contacts-box a:hover p{
	color:var(--yellow);
}

.contacts-box a:last-child{
	margin-bottom:0px;
}

.contacts-box a i{
	color: var(--yellow);
	font-size:20px;
	margin-right:15px;
}

.contacts-box a p{
	color:black;
	transition:0.4s all ease-in-out;
}


.homebanner-section.aboutbanner-section{
	min-height:40vh;
}

.aboutbanner-section .homebanner-section-addons .homebanner-section-separator{
	bottom: 0px;
}

.aboutbanner-section .homebanner-section-content h4{
	color:var(--yellow);
}

.aboutbanner-section .homebanner-section-content .homebanner-section-content-text{
	margin-bottom:0px;
}


.aboutvalues-content .aboutvalues-content-col{
	margin-bottom:60px;	
}
	
.aboutvalues-content .aboutvalues-content-col:last-child{
	margin-bottom:0px;
}

.aboutvalues-content-col .aboutvalues-content-col-header{
	margin-bottom:15px;
}

.aboutvalues-content-col .aboutvalues-content-col-header .wpb_wrapper{
	display:flex;
	flex-direction:column;
	align-items:center;
}

.aboutvalues-content-col .aboutvalues-content-col-header h4{
	margin-top:20px;
}

.aboutvalues-content-col .aboutvalues-content-col-text{
	margin-bottom:0px;
}

.aboutvalues-content-col .aboutvalues-content-col-text p{
	text-align:center;
}


.aboutintro-left-text a{
	display: flex;
    flex-direction: row;
    line-height: 100%;
    align-items: center;
}

.aboutintro-left-text a i{
	font-size: 14px;
    margin-right: 8px;
}

.aboutintro-lcontent-left .contacts-box{
	margin-bottom:50px !important;
}


.personalbanner-section .homebanner-section-content .homebanner-section-content-btn{
	margin-top:60px !important;
}

.personalbanner-section  .servicebanner-section-content .servicebanner-section-content-right > .vc_column-inner > .wpb_wrapper{
	background-color:transparent;
	padding:0px;
}

.personalbanner-section .homebanner-section-addons .homebanner-section-separator{
	bottom:-20px;
}

.personalbanner-section .homebanner-section-addons{
	z-index:-1;
}

.personalbanner-section .servicebanner-section-content-right .wpb_single_image{
	margin-bottom:0px;
}


.locationintro-section-content .homebanner-section-content-text p{
	color:white;
	text-align:center;
	margin-bottom:20px;
}

.locationintro-section-content .homebanner-section-content-text h4{
	color:white;
	font-size:20px !important;
	text-align:center;
}

.locationintro-section-content .homebanner-section-content-text-phones{
	margin-top:20px;
	margin-bottom:0px;
}

.locationintro-section-content .homebanner-section-content-text-phones .wpb_wrapper{
	display:flex;
	flex-direction:column;
	align-items:center;
}

.locationintro-section-content .homebanner-section-content-text-phones a{
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-bottom:20px;
}

.locationintro-section-content .homebanner-section-content-text-phones a:hover h4{
	color:var(--yellow);
}

.locationintro-section-content .homebanner-section-content-text-phones a h4{
	color:white;
	font-size:20px;
}

.locationintro-section-content .homebanner-section-content-text-phones a:last-child{
	margin-bottom:0px;
}

.locationintro-section-content .homebanner-section-content-text-phones a i{
	color:var(--yellow);
	margin-right:10px;
}

.top-header-menu{
	display:none;
}

.top-header-menu.mobile-header-menu{
	display:flex;
}


.single-jwa_instructors h2{
	text-align:left;
	margin-bottom:-20px !important;
}

.single-jwa_success_stories h4{
	text-align:left;
	margin-bottom:20px !important;
}


.galleryvideo-section .galleryvideo-section-header{
	margin-bottom:40px;
}

.galleryvideo-section .galleryvideo-section-video{
	margin-bottom:40px;
}

.galleryvideo-section .galleryvideo-section-video:last-child{
	margin-bottom:0px;
}

.galleryvideo-section-video .galleryvideo-section-video-video{
	margin-bottom:25px;
}

.galleryvideo-section .galleryvideo-section-video h4{
	margin-bottom:10px;
}

.galleryvideo-section .galleryvideo-section-video p{
	text-align:center;
	color:#000;
}

.galleryvideo-section .galleryvideo-section-video .wpb_raw_code{
	margin-bottom:0px;
}


section.galleryphoto-section{
	margin-top:100px;
}

.galleryphoto-section .galleryphoto-section-header{
	margin-bottom:40px;
}

.galleryphoto-section .FeedLayout__wrapper{
	padding:0px !important;
}

.galleryphoto-section .wpb_raw_code{
	margin-bottom:0px !important;
}

.galleryphoto-section-btn{
	margin-top:40px;
}



@media screen and (min-width:768px){
	.btn-fill a:before{
		left:-10px;
	}
	
	.btn-fill a:after{
		right:-10px;
	}
	
	.homebanner-section-content{
		margin-top: 140px;
    	margin-bottom: 140px;
	}
	
	.homebanner-section-addons .homebanner-section-separator{
		bottom:-50px;
	}
	
	.homeprograms-section-content .homeprograms-section-col{
		margin-bottom:0px;
	}
	
	
	.whyus-section-separator-bot .vc_single_image-wrapper{
		margin-bottom: -50px;
	}
	
	.whyus-section-separator-top .vc_single_image-wrapper{
		margin-top: -60px;
	}
	
	
	.whyus-section-content .whyus-section-content-left{
		margin-bottom:0px;
	}
	
	
	.highlight-section .highlight-section-content{
		align-items:flex-start;
	}
	
	.highlight-section-content-left .highlight-section-content-left-text h2{
		text-align:left;
	}
	
	.highlight-section-content-left .highlight-section-content-left-text p{
		text-align:left;
	}
	
	.highlight-section-content-left .highlight-section-content-left-btn{
		justify-content: flex-start;
    	margin-left: 10px;
	}
	
	.highlight-section-content .highlight-section-content-right{
		width:50%;
		right:0px;
		top:50%;
		transform:translatey(-50%);
		height:550px;
	}
	
	.highlight-section-content-right .highlight-section-content-right-img{
		height:550px;
	}
	
	.highlight-section-content-right .highlight-section-content-right-img img{
		height:550px;
	}
	
	.highlight-section-content .highlight-section-content-left {
    	margin-top: 110px;
		margin-bottom: 100px;
	}
	
	.vc_section.highlight-section {
    	padding-top: 30px !important;
	}
	
	
	.double-section-content-left .double-section-content-left-text{
		margin-bottom:0px;
	}
	
	.double-section-content{
		display:flex;
		flex-direction:row;
		align-items:center;
	}
	
	.double-section-content.double-section-content-reverse{
		display:flex;
		flex-direction:row-reverse;
		align-items:center;
	}
	
	.double-section-content .double-section-content-left .double-section-content-left-btn{
		margin-bottom: 20px !important;
    	margin-top: 50px !important;
		justify-content:flex-start;
		margin-left:0px;
	}
	
	
	.map-section .map-section-form .map-section-form-inner{
		max-width: 400px !important;
	}
	
	.map-section .map-section-form .map-section-form-inner > .vc_column-inner {
    	padding: 40px 25px;
	}
	
	
	.team-section-content .wp-tsasp-design-5 .wp-tsasp-team-name{
		font-size:22px;
	}
	
	
	footer .footer-content{
		flex-direction:row;
		flex-wrap:wrap;
		align-items:flex-start;
	}
	
	footer .footer-content .footer-col-menu{
		width:33%;
		margin-bottom:0px;
	}
	
	footer .footer-content .footer-col-desc{
		margin-bottom:50px;
	}
	
	footer .footer-logo {
    	width: 40% !important;
	}
	
	
	.success-section-slider-boxes .success-section-slider-box{
		flex-direction:row;
		align-items:center;
		justify-content:space-between;
		width:738px;
	}
	
	.success-section-slider-boxes .success-section-slider-box img{
		width:47%;
	}
	
	.success-section-slider-boxes .success-section-slider-box .success-section-slider-box-text{
		width:47%;
		margin-top:0px;
	}
	
	.success-section-slider-boxes .success-section-slider-box .success-section-slider-box-text h4{
		text-align:left;
	}
	
	.success-section-slider-boxes .success-section-slider-box .success-section-slider-box-text p{
		text-align:left;
	}
	
	
	.success-section-slider-box-text .success-section-slider-box-arrows{
		justify-content:flex-start;
	}
	
	
	.double-section-content-left .double-section-content-left-text h2{
		text-align:left;
	}
	
	
	.homebanner-section-content.servicebanner-section-content{
		display:flex;
		flex-direction:row;
		align-items:center;
		margin-top:30px;
	}
	
	.homebanner-section.servicebanner-section{
		min-height:40vh;
	}
	
	.homebanner-section-content.servicebanner-section-content .homebanner-section-content-text h5{
		text-align:left;
	}
	
	
	.highlight-section.highlightservice-section .highlight-section-border-bot {
		bottom: -70px;
	}
	
	.highlight-section.highlightservice-section .highlight-section-content-right-img .vc_single_image-wrapper {
		display:flex;
		align-items:center;
		justify-content:center;
	}
	
	
	.servicebanner-section .homebanner-section-addons .homebanner-section-video iframe {
    	width: 150vw;
    	height: 150vh;
	}
	
	
	.vc_row.recognition-row{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	
	.recognition-row .recognition-row-logo{
		width:auto;
		margin-bottom:0px;
	}
	
	.recognition-row .recognition-row-text{
		width:auto;
	}
	
	.recognition-row .recognition-row-text > .vc_column-inner{
		padding-left:0px;
	}
	
	
	
	.contacts-box{
		max-width:420px;
/* 		padding:30px 40px; */
	}
	
	
	.aboutbanner-section .homebanner-section-addons .homebanner-section-separator {
    	bottom: -10px;
	}
	
	.aboutbanner-section .homebanner-section-content .homebanner-section-content-text{
		width:60%;
	}
	
	.aboutbanner-section .homebanner-section-content .homebanner-section-content-text h1{
		text-align:left;
	}
	
	.aboutbanner-section .homebanner-section-content .homebanner-section-content-text h4{
		text-align:left;
	}
	
	.aboutbanner-section .homebanner-section-content > .wpb_column > .vc_column-inner{
		padding-left:0px;
	}
	
	
	.aboutintro-lcontent-left .contacts-box {
		margin-bottom: 0px !important;
		margin-top: 30px;
	}
	
	
	.personalbanner-section .homebanner-section-addons .homebanner-section-separator {
    	bottom: -30px;
	}
	
	.personalbanner-section .homebanner-section-content .homebanner-section-content-btn{
		justify-content:flex-start;
		margin-left:15px;
	}
	
	.personalbanner-section .homebanner-section-addons{
		bottom: 0px;
		top: initial;
	}
	
	.personalbanner-section .homebanner-section-content.servicebanner-section-content .homebanner-section-content-text h1{
		text-align:left;
	}
	
	.personalbanner-section .homebanner-section-content.servicebanner-section-content{
		justify-content:flex-start;
		position:relative;
	}
	
	.personalbanner-section .homebanner-section-content.servicebanner-section-content .servicebanner-section-content-right{
		position: absolute;
		right: -30px;
		bottom: -100px;
		width: 500px;
	}
	
	.homebanner-section.servicebanner-section.personalbanner-section {
    	min-height: 40vh;
	}	
	
	
	.locationintro-section-content .homebanner-section-content-text h4{
		text-align:left;
	}
	
	.locationintro-section-content .homebanner-section-content-text-phones .wpb_wrapper{
		align-items:flex-start;
	}
	
	.locationintro-section-content .homebanner-section-content-text-phones a h4{
		font-size:20px !important;
	}
	
	.locationintro-section-content .homebanner-section-content-text p{
		text-align:left;
	}
	
	.locationintro-section-content h1{
		text-align:left !important;
	}
	
	
	.single-jwa_success_stories .vc_row.vc_row-fluid{
		display:flex;
		align-items:center;
	}
	
	
	.galleryvideo-section .galleryvideo-section-videos{
		display:flex;
		flex-direction:row;
		align-items:flex-start;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.galleryvideo-section .galleryvideo-section-videos.vc_row:after, .galleryvideo-section .galleryvideo-section-videos.vc_row:before{
		display:none;
	}
	
	.galleryvideo-section-videos .galleryvideo-section-video{
		width:33%;
	}
}



@media screen and (min-width:1140px){
	.top-header-menu{
		display:flex;
	}

	.top-header-menu.mobile-header-menu{
		display:none;
	}
	
	h1{
		font-size:56px !important;
	}
	
	h2{
		font-size:40px !important;
	}
	
	h5{
		font-size:24px !important;
	}
	
	.section-heading {
    	margin-bottom: 60px !important;
	}
	
	section{
		margin-bottom:160px !important;
	}
	
	.btn-fill a{
		font-size:18px;
		padding:16px 50px;
	}
	
	.whyus-section-content-left .whyus-section-content-left-gracie .wpb_wrapper {
		flex-direction: row;
		align-items: center;
	}
	
	.whyus-section-content-left .whyus-section-content-left-gracie .gracie-logo {
		height: 70px;
		width: 70px;
	}
	
	.whyus-section-content-left .whyus-section-content-left-gracie .gracie-text {
		margin-top: 0px;
		margin-left: 20px;
	}
	
	.btn-fill a:before{
		border-top: 59px solid transparent;
	}
	
	.btn-fill a:after{
		border-bottom: 60px solid transparent;
	}
	
	.header-outline-btn{
		display:flex;
	}
	
	
	.homebanner-section{
		min-height:70vh;
	}
	
	.homebanner-section-content{
		width:900px !important;
	}
	
	.homebanner-section-addons .homebanner-section-separator {
    	bottom: -70px;
	}
	
	header .menu-top a{
		font-family: "Roboto Condensed";
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 150%;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	
	header .menu-top a:hover{
		color: var(--yellow);
	}
	
	header .menu-top li{
		margin-right:40px;
	}
	
	header .menu-top li:last-child{
		margin-right:0px;
	}
	
	
	.homeprograms-section-content{
		padding-left:15px;
		padding-right:15px;
		display:flex;
		flex-direction:row;
		align-items:flex-start;
		justify-content:space-between;
	}
	
	.homeprograms-section-content.vc_row:before, .homeprograms-section-content.vc_row:after{
		content:none;
	}
	
	.homeprograms-section-content .homeprograms-section-col{
		width:32%;
	}
	
	.homeprograms-section-col > .vc_column-inner{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	
	.whyus-section-separator-bot .vc_single_image-wrapper {
    	margin-bottom: -100px;
	}
	
	.whyus-section-separator-top .vc_single_image-wrapper {
    	margin-top: -100px;
	}
	
	
	.whyus-section-content-left .whyus-section-content-left-benefits .wpb_wrapper{
		display:flex;
		flex-direction:row;
		align-items:flex-start;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.whyus-section-content-left .whyus-section-content-left-benefits .whyus-section-content-left-benefit{
		width:48%;
	}
	
	.whyus-section-content-left-images img{
		height:80px;
	}
	
	.whyus-section-content-left .whyus-section-content-left-h4 {
    	margin-bottom: 25px;
	}
	
	
	.double-section-content{
		justify-content:space-between;
	}
	
	.double-section-content.vc_row:before, .double-section-content.vc_row:after{
		display:none;
	}
	
	.double-section-content .double-section-content-left{
		width:45%;
	}
	
	
	section.vc_section.map-section{
		margin-bottom:0px !important;
	}
	
	.vc_row.map-section-form{
		display:flex;
		justify-content:flex-end;
		position: absolute;
		top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
		margin-top: 0px;
		z-index: 20;
		padding-left:15px;
		padding-right:15px;
	}
	
	.map-section .map-section-form .map-section-form-inner {
		max-width: 440px !important;
		margin-left:15px;
		margin-right:15px;
	}
	
	.map-section .map-section-form .map-section-form-inner > .vc_column-inner {
    	padding: 60px 30px;
	}
	
	.map-section .map-section-bg{
		height:650px;
	}
	
	.map-section .map-section-bg iframe{
		height:650px;
	}
	
	
	footer .footer-content .footer-col-desc{
		width:25%;
	}
	
	footer .footer-content .footer-col-menu{
		width:20%;
	}
	
	footer .footer-content{
		justify-content:space-between;
	}
	
	footer .footer-logo {
    	width: 100% !important;
	}
	
	
	
	.success-section-slider-boxes .success-section-slider-box{
		width:1110px;
	}
	
	.success-section-slider-boxes .success-section-slider-box img {
    	width: 55%;
	}
	
	.success-section-slider-boxes .success-section-slider-box .success-section-slider-box-text {
		width: 38%;
	}
	
	
	
	.templatera_shortcode section.map-section{
		margin-bottom:0px !important;
		padding-bottom:0px !important;
	}
	
	
	.servicedescription-section .servicedescription-section-content{
		align-items:flex-start;
	}
	
	
	.homebanner-section-content.servicebanner-section-content{
		width:1140px !important;
		flex-direction:row;
		align-items:center;
		justify-content:space-between;
		margin-top: 140px;
    	margin-bottom: 100px;
	}
	
	.homebanner-section-content.servicebanner-section-content:before, .homebanner-section-content.servicebanner-section-content:after{
		display:none;
	}
	
	.homebanner-section-content.servicebanner-section-content .servicebanner-section-content-right{
		width:40%;
	}
	
	.homebanner-section-content.servicebanner-section-content .servicebanner-section-content-left{
		width:55%;
	}
	
	.homebanner-section-content.servicebanner-section-content .homebanner-section-content-text h1{
		text-align:left;
	}
	
	.servicebanner-section-content .servicebanner-section-content-right > .vc_column-inner > .wpb_wrapper{
		padding:60px 32px;
	}
	
	.servicebanner-section-content .servicebanner-section-content-right .section-heading{
		margin-bottom:30px !important;
	}
	
	.homebanner-section-content.servicebanner-section-content .servicebanner-section-content-left{
		margin-bottom:0px;
	}
	
	
	.top-header-menu .menu-top li.menu-item-has-children {
		position:relative;
	}
	
	.top-header-menu .menu-top li.menu-item-has-children:hover ul.sub-menu {
		max-height:700px;
		opacity:1;
		overflow:visible;
	}
	
	.top-header-menu .menu-top li.menu-item-has-children:hover ul.sub-menu ul.sub-menu{
		max-height:0px;
		opacity:0;
		top: -25px;
    	left: 130px;
	}
	
	.top-header-menu .menu-top li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children:hover ul.sub-menu{
		max-height:700px;
		opacity:1;
		z-index:50;
		top: -25px;
    	left: 130px;
	}
	
	.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu{
		max-height:0px;
		opacity:0;
		background-color:black;
		position:absolute !important;
		top:40px;
		left:0px;
		padding:25px 30px;
		margin-top:0px;
		margin-bottom:0px;
		position:relative;
	}
	
	.top-header-menu .menu-top li.menu-item-has-children > a:after{
		position: absolute;
		bottom: -30px;
		left: 0px;
		width: 100%;
		height: 40px;
		content: "";
	}
	
	.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu.active{
		max-height:500px;
		opacity:1;
	}
	
	.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu li{
		margin-right:0px;
		margin-bottom:20px;
	}
	
	.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu li.current_page_item a{
		color:var(--yellow) !important;
	}
	
	.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu li a{
		white-space: nowrap;
		color:white !important;
	}
	
	.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu li:hover a{
		color:var(--yellow) !important;
	}
	
	.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a{
		color:white !important;
	}
	
	.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a{
		color:var(--yellow) !important;
	}
	
	.top-header-menu .menu-top li.menu-item-has-children ul.sub-menu li:last-child{
		margin-bottom:0px;
	}
	
	
	.highlight-section.highlightservice-section .highlight-section-border-bot {
    	bottom: -110px;
		height: 200px;
		display: flex;
		align-items: flex-end;
	}	
	
	
	.servicebanner-section .homebanner-section-addons .homebanner-section-video iframe {
    	width: 150vw;
    	height: 150vh;
	}
	
	
	.recognition-row .recognition-row-text {
    	width: 100%;
	}
	
	
	.smalcontent-section > .wpb_column{
		max-width:800px;
	}
	
	
	.aboutbanner-section .homebanner-section-content{
		width:1140px !important;
	}
	
	.aboutbanner-section .homebanner-section-addons .homebanner-section-separator {
    	bottom: -50px;
	}
	
	.aboutbanner-section .homebanner-section-content .homebanner-section-content-text h1{
		margin-top:20px;
	}
	
	
	.aboutvalues-section .aboutvalues-content{
		display:flex;
		flex-direction:row;
		align-items:flex-start;
		justify-content:space-between;
	}
	
	.aboutvalues-section .aboutvalues-content.vc_row:before, .aboutvalues-section .aboutvalues-content.vc_row:after{
		display:none;
	}
	
	.aboutvalues-content .aboutvalues-content-col{
		margin-bottom:0px;
	}
	
	.aboutvalues-content-col .aboutvalues-content-col-header .wpb_wrapper{
		flex-direction:row;
	}
	
	.aboutvalues-content-col .aboutvalues-content-col-header h4 {
		margin-top: 0px;
		margin-left: 25px;
	}
	
	.aboutvalues-content-col .aboutvalues-content-col-text p {
    	text-align: left;
	}
	
	.aboutvalues-content-col .aboutvalues-content-col-header {
    	margin-bottom: 20px;
	}
	
	
	.personalbanner-section .homebanner-section-content.servicebanner-section-content .homebanner-section-content-text h1 {
    	font-size:40px !important;
	}
	
	.personalbanner-section .homebanner-section-content.servicebanner-section-content{
		margin-top: 140px;
   		margin-bottom: 140px;
	}
	
	.personalbanner-section .homebanner-section-content.servicebanner-section-content .servicebanner-section-content-right{
		width:600px;
		bottom:-150px;
	}
	
	.personalbanner-section .homebanner-section-addons .homebanner-section-separator {
    	bottom: -60px;
	}
	
	.homebanner-section.servicebanner-section.personalbanner-section {
    	min-height: 50vh;
	}
	
	.locationintro-section-content .homebanner-section-content-text p{
		margin-bottom:30px;
	}
	
	.locationintro-section-content .homebanner-section-content-text-phones .wpb_wrapper {
		align-items: flex-start;
		flex-direction: row;
	}
	
	.locationintro-section-content .homebanner-section-content-text-phones a{
		margin-right:20px;
		margin-bottom:0px;
	}
	
	
	.galleryvideo-section .galleryvideo-section-video h4 {
		text-align: left;
	}
	
	.galleryvideo-section .galleryvideo-section-video p {
		text-align: left;
	}
}


@media screen and (min-width:1200px){
	.map-section .map-section-form .map-section-form-inner {
		margin-left:0px;
		margin-right:0px;
	}
	
	footer .footer-content{
		max-width:1200px;
		margin-left:auto;
		margin-right:auto;
	}
	
	footer .footer-content .footer-col-menu {
    	width: 17%;
	}
	
	
	.success-section-slider-boxes .success-section-slider-box {
	    width: 1170px;
	}
	
	
	.homebanner-section-content.servicebanner-section-content {
		width: 1200px !important;
	}
	
	.homebanner-section-content.servicebanner-section-content .servicebanner-section-content-right{
		width:440px;
	}
	
	.homebanner-section-content.servicebanner-section-content{
		margin-bottom:120px;
		margin-top:120px;
	}
	
	
	.page-template-headerheading-template .wrapper .wrapper-heading{
		max-width:1200px;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	.aboutbanner-section .homebanner-section-content {
    	width: 1200px !important;
	}
	
	
	.homebanner-section.aboutbanner-section {
    	min-height: 50vh;
	}
	
	
}

@media screen and (min-width:1230px){
	.aboutbanner-section .homebanner-section-content > .wpb_column > .vc_column-inner {
    	padding-left: 15px;
	}
}

@media screen and (min-width:1300px){
	.reviews-section-content .wpb_raw_code .rplg-slider-prev, .reviews-section-content .wpb_raw_code .rplg-slider-next{
		display: flex;
    	border: 2px solid black;
    	border-radius: 0px;
    	background-color: white;
		cursor:pointer;
		transition: 0.4s all ease-in-out;
	}
	
	.reviews-section-content .wpb_raw_code .rplg-slider-prev:hover span, .reviews-section-content .wpb_raw_code .rplg-slider-next:hover span{
		color: white !important;
	}
	
	.reviews-section-content .wpb_raw_code .rplg-slider-prev:hover, .reviews-section-content .wpb_raw_code .rplg-slider-next:hover{
		background-color:var(--yellow);
	}
	
	.reviews-section-content .grw-slider .rplg-slider-prev span, .reviews-section-content .grw-slider .rplg-slider-next span{
		position: absolute!important;
		top: 43%!important;
		left: 36%!important;
		color: #000!important;
		direction: ltr!important;
	}
	
	.grw-slider .rplg-slider-next {
    	right: -50px!important;
	}	
	
	.grw-slider .rplg-slider-prev {
    	left: -50px!important;
	}
	
	
	.team-section-content .wp-tsasp-teamshowcase-slider .slick-next {
    	right: -40px!important;
	}
	
	.team-section-content .wp-tsasp-teamshowcase-slider .slick-prev {
    	left: -40px!important;
	}
	
	.team-section-content .wp-tsasp-teamshowcase-slider button.slick-arrow{
		display: flex;
		border: 2px solid black !important;
		background-color: white !important;
		height:30px !important;
		transition:0.4s all ease-in-out;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.team-section-content .wp-tsasp-teamshowcase-slider button.slick-arrow:hover{
		background-color:var(--yellow) !important;
	}
	
	.team-section-content .wp-tsasp-teamshowcase-slider button.slick-arrow:hover .fa{
		color:white;
	}
	
	.team-section-content .wp-tsasp-teamshowcase-slider button.slick-arrow .fa{
		color: black;
		font-size:20px;
		transition:0.4s all ease-in-out;
	}
	
	
	.highlight-section.highlightservice-section .highlight-section-border-bot {
    	bottom: -130px;
	}
}

@media screen and (min-width:1400px){
	.whyus-section-separator-top .vc_single_image-wrapper {
    	margin-top: -120px;
	}
	
	.aboutbanner-section .homebanner-section-addons .homebanner-section-separator {
    	bottom: -70px;
	}
	
	.homebanner-section-content {
    	margin-top: 160px;
    	margin-bottom: 160px;
	}
}



@media screen and (min-width:1450px){
	.vc_row.whyus-section-separator{
		width:100vw !important;
	}
}



@media screen and (min-width:1500px){
	.highlight-section .highlight-section-border-top{
		 top: -200px;
	}
	
	.highlight-section.highlightservice-section .highlight-section-border-bot {
    	bottom: -160px;
	}
}


@media screen and (min-width:1600px){
	.homebanner-section-addons .homebanner-section-video iframe{
		width: 120vw;
    	height: 120vh;
	}
	
	.homebanner-section {
    	min-height: 80vh;
	}
	
	.homebanner-section-addons .homebanner-section-separator {
    	width: 110%;
    	bottom: -100px;
	}
	
	.homebanner-section-addons .homebanner-section-separator img{
		max-width:110%;
		width:110%;
		    	min-height: 100px;
	}
	
	.whyus-section-separator-top .vc_single_image-wrapper {
    	margin-top: -140px;
		justify-content:flex-end;
	}

	
	.whyus-section-separator-bot .vc_single_image-wrapper{
		justify-content:flex-end;
	}
	
	
	.highlight-section .highlight-section-border-top{
		 top: -210px;
	}
	
	.vc_row.whyus-section-separator {
    	width: 120vw !important;
	}
	
	
	
	.personalbanner-section .homebanner-section-addons .homebanner-section-separator {
    	bottom: -80px;
	}
}



@media screen and (min-width:1800px){
	
	.highlight-section .highlight-section-border-top {
    	position: absolute;
    	top: -220px;
		left: -50px;
	}
	
	
	.highlight-section.highlightservice-section .highlight-section-border-bot {
    	bottom: -200px;
	}
	
	.personalbanner-section .homebanner-section-addons .homebanner-section-separator {
    	bottom: -110px;
	}	
}



@media screen and (min-width:1900px){
	.highlight-section-content .highlight-section-content-left {
		margin-top: 140px;
		margin-bottom: 120px;
	}
	
	.highlight-section .highlight-section-border-bot {
		position: absolute;
		bottom: -190px;
		left: -100px;
	}
	
	
	.aboutbanner-section .homebanner-section-addons .homebanner-section-separator {
    	bottom: -120px;
	}
	
}



@media screen and (min-width:2100px){
	.highlight-section .highlight-section-border-top {
    	position: absolute;
		top: -250px;
	}
	
	.highlight-section .highlight-section-border-bot {
    	position: absolute;
		bottom: -220px;
	}
	
	
	.highlight-section.highlightservice-section .highlight-section-border-bot {
   	 	bottom: -240px;
	}
	
	
	.homebanner-section-addons .homebanner-section-separator{
		bottom: -140px;
	}
	
	.homebanner-section-addons .homebanner-section-separator .wpb_wrapper{
		width:100%;
	}
	
	.homebanner-section-addons .homebanner-section-separator .wpb_wrapper .vc_single_image-wrapper {
		width:100%;
	}
	
	
	.aboutbanner-section .homebanner-section-addons .homebanner-section-separator {
    	bottom: -160px;
	}
	
	.personalbanner-section .homebanner-section-addons .homebanner-section-separator {
    	bottom: -160px;
	}
}


@media screen and (min-width:2200px){
	.highlight-section.highlightservice-section .highlight-section-border-bot {
		bottom: -260px;
	}
}



@media screen and (min-width:2300px){
	.highlight-section .highlight-section-border-top {
		position: absolute;
		top: -280px;
		left: -100px;
	}
	
	.highlight-section .highlight-section-border-bot {
		position: absolute;
		bottom: -240px;
	}
	
	.highlight-section.highlightservice-section .highlight-section-border-bot {
    	bottom: -290px;
	}
}



@media screen and (min-width:2300px){
	.highlight-section .highlight-section-border-top {
		position: absolute;
		top: -300px;
		left: -100px;
	}
	
	.highlight-section .highlight-section-border-bot {
		position: absolute;
		bottom: -250px;
	}
}


@media screen and (min-width:2400px){
	.highlight-section-content .highlight-section-content-right {
		width: 50%;
		right: 0px;
		top: 60%;
	}
	
	.homebanner-section-addons .homebanner-section-separator {
    	bottom: -180px;
	}
	
	
	.aboutbanner-section .homebanner-section-addons .homebanner-section-separator {
    	bottom: -180px;
	}
}


@media screen and (min-width:2500px){
	.highlight-section.highlightservice-section .highlight-section-border-bot {
    	bottom: -310px;
	}
}



@media only screen and (max-width: 1024px){
	.top-header-menu {
		background-color:black !important;
	}
	
	.top-header-menu li a{
		font-family: "Roboto Condensed";
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 150%;
		text-transform: uppercase;
		color: #FFFFFF;
	}
}

.b-instructors {
	margin-bottom:50px;	
}

.jwa-title-with-subtitle {
    margin-bottom: 50px;
}

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

.instructors-slider .instructor__item {
    padding: 0 10px;
}

.instructors-slider .slick-arrow {
    top: 40%!important;
}

.instructors-slider .slick-prev {
    left: -40px!important;
}

.instructors-slider .slick-next {
    right: -40px!important;
}

.instructors-slider button.slick-arrow {
    width: 30px;
    height: 51px;
    position: absolute;
    z-index: 999;
    border: 0!important;
    padding: 5px!important;
    margin: 0!important;
    border-radius: 0!important;
    font-size: 30px;
    line-height: 30px;
    background: rgba(26,26,26,.6);
    box-shadow: none!important;
    cursor: pointer;
    outline: 0;
}

.instructors-slider button.slick-arrow {
    display: flex;
    border: 2px solid black !important;
    background-color: white !important;
    height: 30px !important;
    transition: 0.4s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.instructor__item .image-cont {
	height: 365px;
    position: relative;
    overflow: hidden;
}

.instructor__item .instructor__item--information--image{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1);
}

.instructor__item:hover .instructor__item--information--image {
    transform: scale(1.2);
}

.instructors-slider .information--title {
    font-family: "Fugaz One";
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin: 15px 0 5px 0;
    display: block;
}

.instructors-slider .information--desc {
	font-size: 15px!important;
    color: #333;
    text-align: left;
}

a.btn.btn--yellow.jwa-button__center {
    align-items: center;
    justify-content: center;
    font-family: "Fugaz One";
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    width: auto;
    border: 2px solid var(--yellow);
    background-color: transparent;
    padding: 14px 30px;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
    position: relative;
}

.jwa-button-action {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


a.btn.btn--yellow.jwa-button__center:hover {
    background-color: var(--yellow);
    color: black;
}


.information--title {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}  

.instructor__item:hover .information--title {
	color:#fadd2d;
}

.instructors-slider .slick-prev:before {
    content: unset;
}

.instructors-slider .slick-next:before {
    content: unset;
}


.jwa_instructors-template-default header {
    background-color: black;
}

.jwa_instructors-template-default .wrapper {
    margin-top: 120px;
}

.jwa_instructors-template-default .wrapper {
    margin-top: 120px;
}
.postid-530.jwa_instructors-template-default .wrapper{
	margin-top: 0px;
}

.jwa_instructors-template-default .wrapper .wrapper-heading {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 70px;
}

.instructor-textblock h2{
	text-align:left;
}

.instructor-textblock .instructor-textblock-title{
	margin-bottom:15px !important;
}

.instructor-textblock .instructor-textblock-text{
	margin-bottom:0px !important;
}

.instructor-text{
	margin-top:40px;	
}



@media screen and (min-width: 1200px){
	.jwa_instructors-template-default .wrapper .wrapper-heading {
	    max-width: 1200px;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.instructor-textblock .instructor-textblock-text .elementor-top-section{
		margin-bottom:0px !important;
	}
	
	.instructor-text{
		margin-bottom:70px !important;
	}
}

.jwa_instructors-template-default .wrapper-content {
    margin-bottom: 100px;
}

.jwa_instructors-template-default .wrapper .wrapper-heading .breadcrumbs {
    margin-left: -10px;
}

.jwa_instructors-template-default .wrapper .wrapper-heading .breadcrumbs span span a {
    color: black;
    margin: 0 10px;
    transition: 0.4s all ease-in-out;
}

.jwa_instructors-template-default .wrapper .wrapper-heading .breadcrumbs span span span {
    color: #828282;
    margin: 0 10px;
}








.jwa_success_stories-template-default header {
    background-color: black;
}

.jwa_success_stories-template-default .wrapper {
    margin-top: 120px;
}

.jwa_success_stories-template-default .wrapper .wrapper-heading {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 70px;
}

@media screen and (min-width: 1200px){
	.jwa_success_stories-template-default .wrapper .wrapper-heading {
	    max-width: 1200px;
	    margin-left: auto;
	    margin-right: auto;
	}
}

.jwa_success_stories-template-default .wrapper-content {
    margin-bottom: 100px;
}

.jwa_success_stories-template-default .wrapper .wrapper-heading .breadcrumbs {
    margin-left: -10px;
}

.jwa_success_stories-template-default .wrapper .wrapper-heading .breadcrumbs span span a {
    color: black;
    margin: 0 10px;
    transition: 0.4s all ease-in-out;
}

.jwa_success_stories-template-default .wrapper .wrapper-heading .breadcrumbs span span span {
    color: #828282;
    margin: 0 10px;
}







.jwa_testimonials-template-default header {
    background-color: black;
}

.jwa_testimonials-template-default .wrapper {
    margin-top: 120px;
}

.jwa_testimonials-template-default .wrapper .wrapper-heading {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 70px;
}

@media screen and (min-width: 1200px){
	.jwa_testimonials-template-default .wrapper .wrapper-heading {
	    max-width: 1200px;
	    margin-left: auto;
	    margin-right: auto;
	}
}

.jwa_testimonials-template-default .wrapper-content {
    margin-bottom: 100px;
}

.jwa_testimonials-template-default .wrapper .wrapper-heading .breadcrumbs {
    margin-left: -10px;
}

.jwa_testimonials-template-default .wrapper .wrapper-heading .breadcrumbs span span a {
    color: black;
    margin: 0 10px;
    transition: 0.4s all ease-in-out;
}

.jwa_testimonials-template-default .wrapper .wrapper-heading .breadcrumbs span span span {
    color: #828282;
    margin: 0 10px;
}


.information--desc.with-stars {
	display:flex;	
}

.information--desc.with-stars svg {
    width: 18px;
    height: 18px;
}


.instructors-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 768px){
	.instructors-all {
    	flex-direction: column;
	}
	
	.instructors-all .instructor__item{
		width: 100%!important;
	}
}

.instructors-all .information--title {
    font-family: "Fugaz One";
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin: 15px 0 5px 0;
    display: block;
}

.instructors-all .information--desc {
    font-size: 15px!important;
    color: #333;
    text-align: left;
}

.instructors-all .instructor__item .image-cont {
    height: 281px;
}

.instructors-all .instructor__item {
    width: 24%;
    margin-right: 15px;
    margin-bottom: 20px;
}

.instructors-all .instructor__item:nth-child(4n){
	margin-right: 0px;	
}

.instructors-all .instructor__item .instructor__item--information--image {
    width: 100%;
    height: auto;
}



.stories-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 768px){
	.stories-all {
    	flex-direction: column;
	}
	
	.stories-all .instructor__item{
		width: 100%!important;
	}
}

.stories-all .information--title {
    font-family: "Fugaz One";
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin: 15px 0 5px 0;
    display: block;
}

.stories-all .information--desc {
    font-size: 15px!important;
    color: #333;
    text-align: left;
}

.stories-all .instructor__item .image-cont {
    height: 100%;
}

.stories-all .instructor__item {
    width: 24%;
    margin-right: 15px;
    margin-bottom: 20px;
}

.stories-all .instructor__item:nth-child(4n){
	margin-right: 0px;	
}

.stories-all .instructor__item .instructor__item--information--image {
    width: 100%;
}


.vc_section.success-section{
	margin-bottom:50px !important;
}


@media screen and (max-width:767px){
	.instructor__item .image-cont {
		height: 265px;
	}
}

@media screen and (min-width:768px){
	
	.vc_section.success-section{
		margin-bottom:80px !important;
	}
}

@media screen and (min-width:768px) and (max-width:1200px){
	.instructor__item .image-cont {
		height: 315px;
	}
}

@media screen and (min-width:1200px){
	.instructor__item .image-cont {
		height: 335px;
	}
	
	.vc_section.success-section{
		margin-bottom:100px !important;
	}
}




/* 
 * 
 * New Styles 
 * 
 */

.homefirstdouble-content{
	padding-top:100px;
	padding-bottom:100px;
}

.homefirstdouble-content .wpb_gallery .wpb_flexslider {
	margin-bottom:25px !important;
}

section.section-programs{
	margin-bottom:0px !important;
	padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.section-programs-content-single  .wpb_raw_code .wpb_wrapper{
	position:relative;
	overflow:hidden;
	display: flex;
    align-items: center;
    justify-content: center;
}

.section-programs-content-single  .wpb_raw_code .wpb_wrapper a{
	height: 100%;
    width: 100%;
}

.section-programs-content-single .wpb_raw_code a h4{
	color:white;
	transition:0.3s all ease-in-out;
	position:absolute;
	bottom: 20px;
    left: 16px;
}

.section-programs-content-single .wpb_raw_code a:hover h4{
	color:var(--yellow);
}

header .header-phonebtn{
	font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
	display:none;
}

header .header-phonebtn:hover{
	color: var(--yellow-hover);
}

header .menu-top li.reditem a{
	color:var(--yellow);
}

header .menu-top li.reditem a:hover{
	color:var(--yellow-hover);
}

.section-programs-content-single .wpb_raw_code .wpb_wrapper a img{
	width:100%;
}

.section-programs-content-single .wpb_raw_code a h4{
	bottom: 25px;
    left: 20px;
}

body:not(.home){
	padding-top:140px !important;
}

body:not(.home) header{
	background-color: black;
}

.service-container .service-container-left{
	display:none;
}

.service-container .service-container-right h1{
	color:black;
	text-align:left;
}

.service-container-right .double-section-content-left-btn{
	justify-content:flex-start;	
}

.service-container-right .wpb_video_widget {
	margin-top:60px;
}

.service-container-right .wpb_text_column .btn-fill .double-section-content-left-btn{
	margin-top: 50px !important;
}

.service-container .service-container-right h2{
	margin-bottom:25px;
	text-align:left;
}

.service-container .service-container-right h3{
	margin-bottom:15px;
	margin-top:25px;
	text-align:left;
	font-family: 'Oswald';
	font-weight: bold;
	font-size: 24px;
}

.service-container .wpb_text_column{
	margin-bottom:50px !important;
}

.service-container .wpb_text_column p {
	margin-bottom:10px;
}

.service-container .wpb_text_column li {
	margin-bottom:10px;
	font-family: "OpenSans" !important;
    font-size: 18px !important;
    line-height: 140% !important;
    font-weight: 300 !important;
	position:relative;
}

.service-container .wpb_text_column li:before{
	position:absolute;
	left:-20px;
	top:50%;
	transform:translatey(-50%);
	content: "";
	width:5px;
	height:5px;
	border-radius:50%;
	background-color:black;
}

.service-container .wpb_text_column ul{
	margin-top: 20px;
    margin-bottom: 40px;
	padding-left:20px;
}

.service-container .wpb_text_column:last-child{
	margin-bottom:0px !important; 
}

.service-container .service-filledtext{
	background-color: #F2F2F2;
	padding:32px;
}


.service-container .wpb_text_column p:last-child {
	margin-bottom:0px;
}

.service-benefits{
	margin-bottom:40px !important;
}

.service-benefits .service-benefits-single{
	display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.service-benefits .service-benefits-single h5{
	margin-left:15px;
}


@media screen and (min-width:768px){
	.homebanner-section-bottombenefits .homebanner-section-bottombenefits-single .wpb_raw_code .wpb_wrapper h5{
		margin-left: 0px;
		margin-top: 15px;
		text-align: center;
	}
	
	.homebanner-section-bottombenefits .homebanner-section-bottombenefits-single .wpb_raw_code .wpb_wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.homebanner-section-bottombenefits {
    	margin-bottom: 30px;
	}
	
	.homebanner-section-content{
		margin-bottom:90px;
	}
	
	.section-programs-content{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.section-programs-content .section-programs-content-single{
		width:50%;
	}
	
	
	footer .footer-content .footer-col-desc{
		width:50%;
	}
	
	footer .footer-col-menu{
		width:50%;
	}
	
	footer .footer-content{
		display:flex;
		flex-direction:row;
		align-items:flex-start;
		justify-content:space-between;
	}
	
	footer .footer-content .footer-col-desc {
    	margin-bottom: 0px;
	}
	
	.service-container .service-container-right{
		width:100%;
	}
	
	.service-benefits .wpb_wrapper{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:space-between;
	}
	
	.service-benefits .service-benefits-single{
		flex-direction:column;
		width:33%;
	}
	
	.service-benefits .service-benefits-single h5 {
		margin-left: 15px;
		text-align: center;
		margin-top: 15px;
	}
}


@media screen and (min-width:1200px){
	.homebanner-section-bottombenefits .homebanner-section-bottombenefits-single .wpb_raw_code .wpb_wrapper{
		flex-direction: row;
	}
	
	.homebanner-section-bottombenefits{
		padding-left:15px;
		padding-right:15px;
	}
	
	.homebanner-section-bottombenefits .homebanner-section-bottombenefits-single .wpb_raw_code .wpb_wrapper h5 {
		margin-left: 15px;
		margin-top: 0px;
		text-align: left;
		font-size:18px !important;
		max-width: 270px;
	}
	
	.homebanner-section-bottombenefits .homebanner-section-bottombenefits-single{
		width:330px;
	}
	
	.homebanner-section-bottombenefits .homebanner-section-bottombenefits-single > .vc_column-inner{
		padding-left:0px;
		padding-right:0px;
	}
	
	.homebanner-section-bottombenefits{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:space-between;
	}
	
	.homebanner-section-bottombenefits.vc_row:before, .homebanner-section-bottombenefits.vc_row:after{
		display:none;
	}
	
	header .header-phonebtn{
		display:flex;
	}
	
	footer .footer-content .footer-col-desc {
    	width: 30%;
	}
	
	footer .footer-content .footer-col-menu {
    	width: 60%;
	}
	
	footer .footer-content .footer-col-menu .footer-menu{
		width:100%;
	}
	
	footer .footer-content .footer-col-menu .footer-menu .menu-bot{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin-top:12px;
	}
	
	.footer-col-menu .footer-menu li{
		margin-bottom:0px;
	}
	
	.section-programs-content .section-programs-content-single {
    	width: 25%;
	}
	
	.service-container-right .wpb_video_widget{
		margin-bottom:60px;
	}
	
	.service-section .service-container{
		padding-left:15px;
		padding-right:15px;
		display:flex;
		flex-direction:row;
		align-items:flex-start;
		justify-content:space-between;
	}
	
	.service-section .service-container.vc_row:before, .service-section .service-container.vc_row:after{
		content: none;
		display:none;
	}
	
	.service-container-right .wpb_video_widget {
    	margin-top: 80px;
	}
	
	.service-container .service-container-right{
		width:75%;
	}
	
	.service-container .service-container-left{
		width:20%;
		display:flex;
	}
	
	.service-container .service-container-left > .vc_column-inner{
		padding-left:0px;
	}
	
	.service-container .service-container-right > .vc_column-inner{
		padding-right:0px;
	}
	
	.service-container .service-container-left h2{
		margin-top:40px;
		text-align:left;
		margin-bottom:25px;
		font-size:24px !important;
	}
	
	.service-container .service-container-left a{
		font-family: 'OpenSans';
		font-weight: bold;
		font-size: 18px;
		color: #000000;
		margin-bottom:10px;
	}
	
	.service-container .service-container-left ul.menu li.menu-item{
		margin-bottom:10px !important;
	}
	
	.service-container .service-container-left .wpb_raw_code .wpb_wrapper{
		display:flex;
		flex-direction:column;
		align-items:flex-start;
	}
	
	.service-container .service-container-left a:hover{
		color: var(--yellow);
	}
	
	.service-container .service-container-right h1{
		margin-top:30px;
	}
	
	.service-benefits .service-benefits-single h5{
		font-size:18px !important;
		margin-left:0px;
	}
	.service-benefits .service-benefits-single {
    	flex-direction: column;
    	width: 30%;
	}
}

@media screen and (max-width:768px){
	.service-container-right .btn-fill a{
		padding: 16px 20px;
	}
}

