/* Funnel Display Fonts */

@font-face {
    font-family: 'Funnel Display';
    src: url('../fonts/funnel-display/FunnelDisplay-Light.woff2') format('woff2'),
        url('../fonts/funnel-display/FunnelDisplay-Light.woff') format('woff'),
        url('../fonts/funnel-display/FunnelDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Funnel Display';
    src: url('../fonts/funnel-display/FunnelDisplay-Bold.woff2') format('woff2'),
        url('../fonts/funnel-display/FunnelDisplay-Bold.woff') format('woff'),
        url('../fonts/funnel-display/FunnelDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Funnel Display';
    src: url('../fonts/funnel-display/FunnelDisplay-Regular.woff2') format('woff2'),
        url('../fonts/funnel-display/FunnelDisplay-Regular.woff') format('woff'),
        url('../fonts/funnel-display/FunnelDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Funnel Display';
    src: url('../fonts/funnel-display/FunnelDisplay-Medium.woff2') format('woff2'),
        url('../fonts/funnel-display/FunnelDisplay-Medium.woff') format('woff'),
        url('../fonts/funnel-display/FunnelDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Funnel Display';
    src: url('../fonts/funnel-display/FunnelDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/funnel-display/FunnelDisplay-SemiBold.woff') format('woff'),
        url('../fonts/funnel-display/FunnelDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Raleway Fonts */

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway/Raleway-Regular.woff') format('woff'),
        url('../fonts/Raleway/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway/Raleway-Bold.woff') format('woff'),
        url('../fonts/Raleway/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/Raleway/Raleway-Medium.woff') format('woff'),
        url('../fonts/Raleway/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Light.woff2') format('woff2'),
        url('../fonts/Raleway/Raleway-Light.woff') format('woff'),
        url('../fonts/Raleway/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway/Raleway-SemiBold.woff') format('woff'),
        url('../fonts/Raleway/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Comman css */

.d-flex{
    display: flex;
}
.d-flex::after{
    display: none;
}
.display-in-block{
    display: inline-block;
}
.page.page-id-21404 *:hover, .page.page-id-21404 *:active, .page.page-id-21404 *:focus{
    outline: none !important;
}
.page.page-id-21404 .wrapper .custom-head .logo-wrapper a:after{
    display: none !important;
}
.page.page-id-21404{
	/* background:#000;  */
    background:#000 url(https://www.jasonkozma.com/wp-content/uploads/2025/07/effect.png) no-repeat top center;
    background-size: cover;
} 
.page.page-id-21404 .wrapper{
    background: transparent;
}
.font-size-18{
    font-size: 18px !important;
}
.page.page-id-21404 p, .page.page-id-21404 button{
    font-family: 'Raleway' !important;
}
.page.page-id-21404 h1,
.page.page-id-21404 h2,
.page.page-id-21404 h3,
.page.page-id-21404 h4,
.page.page-id-21404 h5,
.page.page-id-21404 h6{
	font-weight:700;
    font-family: 'Funnel Display' !important;
}
body .button-typ1 button, body .button-typ1 a, .button-typ1 form input[type="submit"]{
    font-family:'Raleway';
    font-weight: 600;
    font-size: 16px !important;
    line-height: 150% !important;
    color: #fff !important;
    background: linear-gradient(0deg, #EB4824 2.83%, #DE2225 100%) !important;
    border: none !important;
	padding-left:41px !important;
	padding-right:41px !important;
}
body .button-typ1 button:hover, body .button-typ1 a:hover, .button-typ1 form input[type="submit"]:hover{
    background: linear-gradient(0deg, #DE2225 2.83%, #EB4824 100%) !important;
    transition: 0.3s all linear;
}
.button-typ1 form input[type="submit"]{
    padding: 14px 31px !important;
    text-transform: capitalize;
    border-radius: 100px;
    height: auto;
    width: auto;
}
.base-text p{
	font-family:'Raleway';
	font-size: 20px;
	line-height: 100%;
	color:#ffffff;
}
.font-weight-500 p{
	font-weight:500;
}
.font-weight-600 p{
	font-weight:600;
}
.line-height-28 p{
    line-height: 28px;
}
.display-none{
    display: none;
}

/* Header css */
body:not(.home) .smart-sticky-header {
    background-color: #000 !important;
}
.smart-sticky-header.is-sticky .custom-head{
    padding-top: 30px;
}
.custom-head {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left:0 !important;
    padding-right: 0 !important;
}
.custom-head .standard-menu-container.menu-skin-main div.menu>ul>li>a:after, .custom-head .standard-menu-container.menu-skin-main ul.menu>li>a:after{
    display: none !important;
}
header .custom-head > nav .menu > li > a:hover, header .custom-head nav > .menu > li.current-menu-item > a, header .custom-head nav > .menu li a:hover, header .custom-head nav .menu > li.current-menu-item > a, header .custom-head nav > .menu > li.current_page_item > a {
    color: #e53935 !important;
}
.custom-head .logo-wrapper{
    width: 268px;
}
.custom-head .logo-wrapper a, .custom-head .logo-wrapper a img{
    width: 100%;
}
.custom-head .menu-column{
    width: calc(100% - 473px);
    text-align: center;
}
.custom-head .menu-column .menu-items-blocks {
    justify-content: center !important;
}
.custom-head .menu-column .menu > li:last-child{
    display: none;
}
.custom-head .menu-column .standard-menu-container div.menu>ul>li+li, .custom-head .menu-column .standard-menu-container ul.menu>li+li {
    margin-left: 32px;
}
.custom-head .menu-column .standard-menu-container.menu-skin-main div.menu>ul>li>a, .custom-head .menu-column .standard-menu-container.menu-skin-main ul.menu>li>a {
    color: #7D7D7D;
    font-family:'Raleway';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
.custom-head .menu-column .standard-menu-container.menu-skin-main div.menu>ul>li>a:hover, .custom-head .menu-column .standard-menu-container.menu-skin-main ul.menu>li>a:hover{
    color: #ffffff;
    transition: 0.3s all linear;
} 
.custom-head .menu-column .standard-menu-container.menu-skin-main div.menu>ul ul, .custom-head .menu-column .standard-menu-container.menu-skin-main ul.menu ul {
    background: #ffffff;
}
.custom-head .menu-column .standard-menu-container.menu-skin-main div.menu>ul ul li a, .custom-head .menu-column .standard-menu-container.menu-skin-main ul.menu ul li a {
    color: #000;
}
.custom-head .contact-btn-wrapper{
    width: 165px;
}
.custom-head .contact-btn-wrapper a {
    background: #e53935;
    color: white;
    padding: 14px 41px !important;
    border-radius: 999px;
}
.custom-head::after, .custom-head::before{
    display: none !important;
}
.smart-sticky-header.is-sticky{
    background-color: #000;
}
.smart-sticky-header {
    background-color: transparent;
    position: fixed; 
    top: 0; 
    width: 100%; 
    z-index: 999; 
    transition: top 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


/* Homebanner css */

body .home-banner-row.vc_row.wpb_row {
    background-position:top center !important;
    background-size: contain !important;
}
body .parent--home-banner-row{
    position: relative;
    background:url(https://www.jasonkozma.com/wp-content/uploads/2025/07/background-banner.jpg) no-repeat;
    background-position: center;
}
body .parent--home-banner-row::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    background: linear-gradient(180deg, rgba(4, 4, 4, 0) 0%, #040404 51.92%);
    height: 246px;
    width: 100%;
}
.home-banner-button-row{
    position: relative;
    z-index: 1;
}
.banner-heading-row{
	max-width:1275px;
	margin-left:auto !important;
	margin-right:auto !important;
}
.heading-46 h3{
    font-weight: 700;
    font-size: 46px;
    line-height: 100%;
    color: #ffffff;
}
.scroll-wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #DE2225;
    position: relative;
}
.scroll-content, .scroll-content .slick-track{
    display: flex;
    gap: 60px;
    /* animation: scroll-left 15s linear infinite; */
    white-space: nowrap;
}
.scroll-content h3 {
    margin: 0 !important;
    padding: 22px 0;
}


/* Three box css */

.three-box-row{
    display:flex;
    gap:36px;
}
.three-box-row::after, .three-box-row::before{
    display:none !important;
}
.three-box-row .wpb_column{
    width: calc(33.33% - 72px / 3);
    border-radius: 20px;
    padding: 1px; /* Thin spacing for border effect */
    background: linear-gradient(180deg, rgba(195, 190, 190, 0.5), rgba(30, 22, 23, 0.5));
}
.three-box-row .wpb_column .vc_column-inner{
    border-radius: 18px; /* Slightly smaller for inner box */
    background: #000; /* Or your desired content background */
    height: 100%;
    width: 100%;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.three-box-row .wpb_column.box-with-img .vc_column-inner::before {
    content: '';
    position: absolute;
    display: contents;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    background: linear-gradient(180deg, rgba(97, 69, 72, 0.85) 0%, rgba(37, 24, 25, 0.9) 100%);
}
.three-box-row .box-text-link a{
    line-height: 27px;
    font-size: 18px;
    font-weight: 600;
}
.three-box-row .wpb_column .vc_column-inner .wpb_wrapper{
    max-width: 250px;
    margin: 0 auto;
}
.three-box-row .wpb_column:last-child .vc_column-inner .wpb_wrapper{
    max-width: 228px;
}

/* Personal Trainer Section */

.personal-trainer-main-row {
    background-color: #0C0C0C;
}
.personal-trainer-row {
    max-width: 991px;
    margin: 0 auto !important;
}
.trainer-row img{
    border-radius: 20px;
}
.personal-trainer-video-row {
    max-width: 1440px;
    margin: 0 auto !important;
}
.black-overlay{
    position: relative;
}
.black-overlay::before {
    display: block !important;
}
.black-overlay:before {
    position: absolute;
    content: "";
    z-index: 0;
    background: #0C0C0C;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.95;
}
.responsive-video-wrapper .wpb_wrapper{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.responsive-video-wrapper .wpb_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
}

/* .client-transformations-row{
    gap: 20px;
}
.client-transformations-row .left-col{
    width: calc(100% - 510px);
}
.client-transformations-row .right-col{
    width:490px;
} */

.why-train-gradient-box {
    border-radius: 15px !important;
    background: linear-gradient(90deg, #3F2F30 37.53%, rgba(63, 47, 48, 0) 100%) !important;
    border:none !important; 
    overflow: hidden;
    position: relative;
}
.why-train-gradient-box::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 25px;
    width: 28px;
    height: 28px;
    background-image: url(https://www.jasonkozma.com/wp-content/uploads/2025/07/Group.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.why-train-gradient-box .vc_cta3-content {
    position: relative;
    z-index: 1;
}
.why-train-gradient-box p{
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-top: 14px;
}
.lb-data .lb-close{
    background: none !important;
}
/* .lightbox .lb-image {
    border: 10px solid #fff !important;
} */


body .meet-jason-row{
    background-position: bottom !important;
}
body .jason-kozma-row{
    background: linear-gradient(180deg, rgba(63, 47, 48, 0.7) 0%, rgba(37, 24, 25, 0.7) 100%);
}
body .jason-kozma-row .right-col{
    position: relative;
}
body .jason-kozma-row .right-col .vc_column-inner {
    background-position: left calc(50% - 40px) bottom 40px !important;
    z-index: 1;
    position: relative;
}
body .jason-kozma-row .right-col::before{
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(https://www.jasonkozma.com/wp-content/uploads/2025/07/Jason-Kozma-right-shape-min.png) no-repeat right;
    height: 100%;
    width: 100%;
    z-index: 0;
}

/* Los Angeles section */

.los-angeles-slider-row{
    padding-left: calc(50% - 1440px / 2) !important;
}
.los-angeles-slider-row .tdt-slider.slider{
    margin-left: -9px !important;
    margin-right: -9px !important; 
}
.los-angeles-slider-row .slick-track{
    display: flex;
}
.los-angeles-slider-row .slick-track .slick-slide{
    background: rgba(29, 22, 23, 0.7) !important;
    border-radius: 45px;
    padding: 120px 30px 30px 30px !important;
    margin-left: 9px !important;
    margin-right: 9px !important; 
    position: relative;
    height: inherit;
}
.los-angeles-slider-row .slick-track .slick-slide:hover{
    background: #2D2122 !important;
    transition: 0.3s all linear;
}
.los-angeles-slider-row .slick-track {
    counter-reset: slide-counter;
}
.los-angeles-slider-row .slick-track .slick-slide:not(.slick-cloned) {
    counter-reset: slide-counter-clone;
}
.los-angeles-slider-row .slick-track .slick-slide::before {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #FBA3AC;
    font-family: 'Funnel Display';
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    background: #000;
    /* padding: 18px 24px; */
    border-radius: 500px;
    z-index: 1;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.los-angeles-slider-row .slick-track .slick-slide:not(.slick-cloned)::before {
    counter-increment: slide-counter;
    content: counter(slide-counter);
 
}
.los-angeles-slider-row .slick-track .slick-slide.slick-cloned{
    position: relative;
}
.los-angeles-slider-row .slick-track .slick-slide.slick-cloned::before {
    counter-increment: slide-counter-clone;
    content: counter(slide-counter-clone);
}
.los-angeles-slider-row .slick-track .slick-slide h2{
    max-width: 312px;
}
.los-angeles-slider-row .slick-track .slick-slide p{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-top: 26px;
    color: rgba(150, 150, 150, 1);
    max-width: 265px;
}
/* .los-angeles-slider-row .slick-slide {
  height: 100%;
  display: flex !important;
  align-items: stretch;
}
.los-angeles-slider-row .slide-inner {
  height: 100%;
} */
.los-angeles-slider-row .slick-dots {
    bottom: -90px;
}
.los-angeles-slider-row .slick-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.los-angeles-slider-row .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0;
    height: 0;
    padding: 0 !important;
    position: relative;
}
.los-angeles-slider-row .slick-dots li button::before{
    display:none ;
}
.los-angeles-slider-row .slick-dots li {
    display: inline-block;
    text-align: center;
    width: auto;
}
.los-angeles-slider-row .slick-dots li button{
    /* content: ''; */
    font-size: 0;
    padding: 0;
    width: 14px !important;
    height: 14px !important;
    background: #D9D9D9;
    display: block;
    border-radius: 15px;
    transition: 0.3s all linear;
}
.los-angeles-slider-row .slick-dots li.slick-active button{
    width: 29px !important;
    background: #FBA3AC;
}

/* Media & Press Highlights css */

.jason-experties-text{
    max-width: 795px;
    margin-left: auto;
    margin-right: auto;
}

.media-press-logos-row .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    align-items: center;
    justify-content: center;
}
.media-press-logos-row .wpb_wrapper .wpb_single_image {
    width: calc(14.28% - 216px/7);
    height: 150px;
    text-align: center;
    background: linear-gradient(180deg, #614548 0%, #1E1617 100%);
    padding: 1px;
    border-radius: 20px;
}
.media-press-logos-row .wpb_wrapper .wpb_single_image figure.wpb_wrapper{
    border-radius: 18px; /* Slightly smaller for inner box */
    background: #000; /* Or your desired content background */
    height: 100%;
    width: 100%;
    padding: 20px;
}
.media-press-logos-row .wpb_wrapper .wpb_single_image figure.wpb_wrapper:hover{
    background: #2D2122 !important;
    transition: 0.3s all linear;
}
.media-press-logos-row .wpb_wrapper .wpb_single_image .vc_single_image-wrapper{
    line-height: 108px;
}
.media-press-logos-row .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img{
    line-height: 150px;
    vertical-align: middle;
}

/* La trainer section */

.la-trainer-blog-row{
    background: linear-gradient(180deg, rgba(97, 69, 72, 0.5) 0%, rgba(37, 24, 25, 0.5) 100%);
}
.la-trainer-blog-row .loader-row{
    flex-wrap: wrap;
}
.la-trainer-blog-row .blog-post-column{
    padding: 0 !important;
}
/* .blog-grid-row  .wpb_wrapper .lab-blog-posts {
    gap: 40px !important;
}
.blog-grid-row  .wpb_wrapper .lab-blog-posts .blog-post-column {
    width: calc(33.33% - 80px/3) !important;
} */
.la-trainer-blog-row .blog-post-column{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
/* .la-trainer-blog-row .blog-post-column:first-child{
    padding-left: 0 !important;
}
.la-trainer-blog-row .blog-post-column:last-child{
    padding-right: 0 !important;
} */
.la-trainer-blog-row .wpb_wrapper .lab-blog-posts{
    margin-left: -20px !important;
    margin-right: -20px !important;
}
.la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image {
    height: 291px;
    padding: 20px;
}
.la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image img{
    object-fit: cover;
    height: 251px;
    border-radius: 8px;
}
.la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-entry{
    background: linear-gradient(180deg, rgba(97, 69, 72, 0.7) 0%, rgba(37, 24, 25, 0.7) 100%);
    border-radius: 20px;
    border: none;
}
.la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-content-container{
    padding: 17px 40px 30px 20px !important;
}
.la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title{
    font-family: 'Raleway' !important;
    font-weight: 500;
    font-size: 23px;
    line-height: 33px;
    color: #ffffff !important;
}
.la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a{
    color: #ffffff !important;
    line-height: inherit !important;
}
.la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container p{
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7) !important;
}
.la-trainer-blog-row span.image-placeholder.loaded {
    padding-bottom: 69% !important;
}
/* .la-trainer-blog-row .blog-post-column{
    position: relative;
}
.la-trainer-blog-row .blog-post-column::after {
    content: '';
    position: absolute;
    height: 38px;
    width: 38px;
    background: url(https://www.jasonkozma.com/wp-content/uploads/2025/07/Vector-2.png);
    bottom: -19px;
    left: 40px;
} */
.la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-entry{
    height: 100%;
}

/* From row */

.form-row{
    background: linear-gradient(180deg, rgba(63, 47, 48, 0.7) 0%, rgba(37, 24, 25, 0.49) 100%);
    text-align: center;
}
.how-to-get-head{
    max-width: 865px;
    margin-left: auto;
    margin-right: auto;
}
.form-row .fitpro-listbuilder .form-main {
    flex-wrap: wrap;
    justify-content: center;
}
.form-row .form-body{
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 36px;
    width: 100%;
}
.form-row .form-body > div::before{
    display: none;
}
.form-row input[type=text], .form-row input[type=number], .form-row input[type=email], .form-row input[type=password], .form-row input[type=url], .form-row input[type=tel], textarea {
    font-family: 'Raleway';
    font-weight: 500 !important;
    font-size: 18px !important;
    border: 1px solid #eee;
    background-color: #F3F3F3;
    box-shadow: none;
    padding: 17px 20px !important;
    outline: 0;
    width: 355px;
    border-radius: 8px !important;
    height: auto !important;
}
.form-row .fitpro-listbuilder .form-body > div {
    width: auto !important;
    padding-right: 0 !important;
}


/* Testimonials */

.testimonials-row .testimonial_rotator.template-default .has-image .img, .testimonials-row .testimonial_rotator_single.has-image.template-default .img{
    width: 457px;
    margin-right: 0 !important;
}
.testimonials-row .testimonial_rotator.template-default .has-image .img img, .testimonials-row .testimonial_rotator_single.has-image.template-default .img img{
    max-width: 100%;
    max-height: 608px;
    object-fit: cover;
    object-position: top;
}
.testimonials-row .testimonial_rotator.template-default .has-image .text, .testimonials-row .testimonial_rotator_single.has-image.template-default .text {
    width: calc(100% - 457px);
    padding-left: 72px;
}
.testimonials-row .testimonial_rotator.template-default .slide {
    margin-top: 0 !important;
}
.custom-testimonials-wrapper.slick-slider .slick-list{
    height: 100% !important;
}

/* Get Started in 4 Simple Steps */
 
.max-width-196{
    max-width: 196px;
}
.brown-gradient-bg {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 51px 41px;
}

.brown-gradient-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #614548 0%, #251819 100%);
  border-radius: 16px;
  z-index: -1;
}
.four-step-head{
    max-width: 650px;
}
.line-in-bg{
    position: relative;
}
.line-in-bg::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    background: url(https://evbankdev.wpenginepowered.com/wp-content/uploads/2025/07/4-step-bg-line.png) no-repeat;
    width: 100%;
    height: 100%;
    display: block !important;
}


/* Google Review */

.google-reviews-main-row{
    position: relative;
}
.google-reviews-main-row:before {
    content: '';
    position: absolute;
    display: block;
    top: 31px;
    left: 0;
    right: 0;
    width: 114%;
    height: 435px;
    background: #040404;
    box-shadow: 0px 44px 74px 0px #33232480 inset;
    transform: rotate(359deg);
}
.google-review-box-row .ti-widget.ti-goog .ti-review-item>.ti-inner {
    padding: 30px !important;
}
.google-review-box-row .ti-widget.ti-goog .ti-star {
    width: 22px !important;
    height: 22px !important;
}
.google-review-box-row .ti-widget.ti-goog .ti-review-content .ti-stars {
    margin: 0 0 20px 0;
}
.google-review-box-row .ti-widget.ti-goog .ti-read-more {
    padding: 15px 0 12px;
}
.google-review-box-row .ti-widget.ti-goog .ti-review-content .ti-review-text{
    font-family:'Raleway' !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    color: #ffffff;
}
.google-review-box-row .ti-widget.ti-goog .ti-read-more span{
    font-family: 'Raleway' !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    color: #898989;
} 
.google-review-box-row .ti-widget.ti-goog .ti-review-item .ti-inner {
    background: #040404 !important;
    border: 1px solid #614548 !important;
    border-radius: 20px !important;
}
.google-review-box-row .ti-widget.ti-goog .ti-widget-container .ti-name{
    font-family: 'Raleway' !important;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff !important;
}
.google-review-box-row .ti-widget.ti-goog .ti-widget-container .ti-date{
    font-family: 'Raleway' !important;
    font-weight: 500;
    font-size: 18px !important;
    color: #898989 !important;
    line-height: 1em;
}
.google-review-box-row .ti-widget.ti-goog .ti-review-header:before{
    display:none;
}
.google-review-box-row .ti-widget.ti-goog .ti-review-header {
    padding: 15px 0 0 30px !important;
    margin-top: -45px;
    flex-wrap: wrap !important;
} 
.google-review-box-row .ti-widget.ti-goog .ti-profile-img img {
    width: 56px !important;
    height: 56px !important;
}
.google-review-box-row .ti-widget.ti-goog .ti-profile-img {
    margin-bottom:13px !important;
    width: 100% !important;
}
.google-review-box-row .ti-widget.ti-goog .ti-footer {
    display: none;
}

/* Find a Personal Trainer */

.find-personal-trainer-grid-row .grid-col .wpb_wrapper{ 
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 45px;
}   
.find-personal-trainer-grid-row .trainer-row .wpb_wrapper{
    row-gap: 0px;
}
.find-personal-trainer-grid-row .wpb_wrapper::before, .find-personal-trainer-grid-row .wpb_wrapper::after{
    display: none;
}
.find-personal-trainer-grid-row .wpb_wrapper .vc_row.wpb_row{
    width: calc(20% - 120px/5);
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Footer */

.custom-footer #footer.main-footer:after{
    display:none;
}
.custom-footer #footer.main-footer{
    background-color: #000 !important;
    padding-top:50px;
}
.custom-footer #footer.main-footer:before{
    display: none;
}
.custom-footer .footer_logo img{
    width: 100%;
    max-width: 361px;
}
.custom-footer .site-footer.footer-bottom-horizontal .footer-bottom-content {
    text-align: center;
}
.custom-footer footer.site-footer.site-footer-inverted .footer-bottom::before{
    display: none;
    background: #181818 !important;
}
.custom-footer footer.site-footer.site-footer-inverted .footer-bottom-content{
    padding: 13px 0;
}
.custom-footer footer.site-footer.site-footer-inverted .footer-bottom-content .copyrights p{
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 16px;
    line-height: 41px;
    text-align: center;
    color: #ffffff;
}
.custom-footer footer.site-footer.site-footer-inverted .footer-bottom-content .copyrights p span{
    color: #ffffff;
}
.custom-footer ul#widget-social-link {
    text-align: left;
}
.custom-footer .main-footer .footer-widgets .widget .menu li {
    padding: 8px 0 8px 0px;
}
.custom-footer .main-footer .footer-widgets .widget .menu li a:before{
    display:none;
}
.custom-footer .contact-wrapper {
    display: flex;
    gap: 19px;
    align-items: center;
    margin-top: 65px;
}
.custom-footer .contact-box {
    width: 25%;
    padding: 31px 24px 19px 27px;
    background: linear-gradient(180deg, rgba(63, 47, 48, 0.6) 0%, rgba(37, 24, 25, 0.12) 100%);
    border-radius: 10px;
    min-height: 126px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.custom-footer .content-wrapper p, .custom-footer .content-wrapper p a{
    color:#ffffff;
    font-family:'Raleway';
}
.custom-footer .content-wrapper p a:hover{
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s all linear;
}
.custom-footer .site-footer .footer-widgets .widget .widgettitle {
    margin-bottom: 25px;
    font-family:'Raleway' !important;
}
.custom-footer footer.site-footer.site-footer-inverted .footer-widgets .widget a{
    font-family:'Raleway' !important;
    font-weight: 500 !important;
    font-size: 16px;
}
.custom-footer .mail-box .content-wrapper p{
    font-weight: 600;
    font-size: 18px !important;
    line-height: 37px !important;
}
.custom-footer .number-box .content-wrapper p{
    font-weight: 700;
    font-size: 24px !important;
    line-height: 37px;
}
.custom-footer .location-box .content-wrapper p{
    font-weight: 600;
    font-size: 16px !important;
    width: 237px;
}
.custom-footer .icon-wrapper {
    background: #E90000;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 5px;
}
.custom-footer .icon-wrapper > div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.custom-footer .icon-wrapper img{
    line-height: 42px;
    display: table;
    vertical-align: middle;
    text-align: center;
}
.custom-footer .widget-area.widgets--columned-layout > .widget:first-child {
    width: 25% !important;
}
.custom-footer .widget-area.widgets--columned-layout > .widget:nth-child(2) {
    width: 30% !important;
}
.custom-footer .widget-area.widgets--columned-layout > .widget:nth-child(3) {
    width: 30% !important;
}
.custom-footer .widget-area.widgets--columned-layout > .widget:last-child {
    width: 15% !important;
}
.custom-footer .site-footer .social-networks.rounded li a{
    background-color: unset;
}
.custom-footer .site-footer .social-networks.rounded li a i::before{
    content: '' !important;
    height: 44px;
    width: 44px;
    display: block;
    background-size: cover !important; 
}
.custom-footer .site-footer .social-networks.rounded li a .fa.fa-facebook:before{
    background: url(https://www.jasonkozma.com/wp-content/uploads/2025/07/Facebook-icon.svg) no-repeat
}
.custom-footer .site-footer .social-networks.rounded li a .fa.fa-instagram:before{
    background: url(https://www.jasonkozma.com/wp-content/uploads/2025/07/instagram-icon.svg) no-repeat
}
.custom-footer .footer_logo {
    padding-top: 0px!important;
}

/* Testimonials section */

.custom-testimonials-row .slick-initialized .slick-slide {
    display: flex;
    position: relative;
    padding-top: 235px;
    padding-bottom: 48px;
}
.custom-testimonials-row .testimonial-thumb {
    position: absolute;
    width: 457px;
    left: 63px;
    top: 0;
}
.custom-testimonials-row .testimonial-content {
    padding: 60px 70px;
    background: linear-gradient(180deg, rgba(63, 47, 48, 0.7) 0%, rgba(37, 24, 25, 0.35) 100%);
    border-radius: 20px;
    padding-left: 592px !important;
    width: 100%;
    position: relative;
    z-index: -1;
    min-height: 326px;
}
.custom-testimonials-row .testimonial-content::after {
    content: '';
    position: absolute;
    background: url(https://www.jasonkozma.com/wp-content/uploads/2025/07/coma.png) no-repeat;
    width: 48px;
    height: 35px;
    right: 30px;
    top: 25px;
}
.custom-testimonials-row .slick-slide img {
    display: block;
    width: 100%;
    height: 608px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}

.custom-testimonials-row .testimonial-content .testimonial-description{
    font-family:'Funnel Display';
    font-weight:700;
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 27px;
    max-width: 603px;
}
.custom-testimonials-row .testimonial-content .testimonial-author{
    font-family:'Raleway';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FBA3AC;
}
.custom-testimonials-row .testimonial-content .testimonial-author span{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.custom-testimonials-row .slick-arrow::before{
    display: none;
}
body .custom-testimonials-row .slick-prev, body .custom-testimonials-row .slick-next {
    background-color: #f59ca6 !important;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    border: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    cursor: pointer;
    top: auto !important;
    bottom:-16px;
}
.custom-testimonials-row .slick-prev {
    left: auto !important;
    right: 158px;
}
.custom-testimonials-row .slick-next {
    right: 76px !important;
}
.custom-testimonials-row .slick-arrow i{
    height: 17px;
    width: 17px;
    background-size: contain !important;
    background-position: center !important;
}
.custom-testimonials-row .slick-prev i {
    background: url(https://www.jasonkozma.com/wp-content/uploads/2025/07/testimonials-arrow.svg) no-repeat;
    transform: rotate(180deg);
}
.custom-testimonials-row .slick-next i{
    background: url(https://www.jasonkozma.com/wp-content/uploads/2025/07/testimonials-arrow.svg) no-repeat;
}



/* Responsive */

@media (min-width: 1200px){

    .why-train-grid-row .left-col .wpb_single_image .vc_single_image-wrapper{
        height: 814px;
    }
    .why-train-grid-row .left-col .wpb_single_image .vc_single_image-wrapper img{
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 1501px){

    .page.page-id-21404 .wpb-content--blank .wpb-content-wrapper{
        max-width: 1440px;
    }
    header .container, header .content-area, footer .container, footer .content-area{
        max-width: 1440px;
    }
    .page.page-id-21404  .container, .page.page-id-21404  .content-area {
        width: 1440px;
        margin-left:auto !important;
        margin-right: auto !important;
    }
    header .container, header .content-area, footer .container, footer .content-area {
        width: 1440px;
        margin-left:auto !important;
        margin-right: auto !important;
    }
    .personal-testimonials-head-row{
        position: absolute;
        padding-left: 592px;
        top: -16px;
    }

}

@media (max-width:1600px){

    .page.page-id-21404 {
        background-image: none;
    }

}

@media (max-width:1500px){
    /* .page.page-id-21404  .container, .page.page-id-21404  .content-area {
        width: calc(100% - 40px);
        margin-left:auto !important;
        margin-right: auto !important;
    } */
    header .container, header .content-area, footer .container, footer .content-area, .page.page-id-21404  .container{
        width: calc(100% - 40px);
        margin-left:auto !important;
        margin-right: auto !important;
    }
    .vc_custom_heading.vc_custom_heading.heading-2{
        font-size: 82px !important;
    }
    .banner-heading-row {
        max-width: 1050px;
    }
    .page.page-id-21404 .heading-1{
        font-size: 90px !important;
    }

    body .personal-trainer-main-row, body .client-transformations-main-row{
        padding-top: 100px !important;
    }
    body .jason-kozma-row, body .media-press-main-row, 
    body .four-step-main-row, 
    body .google-reviews-main-row, 
    body .la-trainer-blog-row, 
    body .find-personal-trainer-main-row,
    body .form-row{
        margin-bottom: 100px !important;
    }
    body .los-angeles-main-row{
        padding-bottom: 190px !important;
    }
    body .personal-trainer-row-2{
        margin-bottom: 50px !important;
    }

    .custom-testimonials-row .testimonial-thumb {
        width: 375px;
        left: 45px;
        top: 0px;
    }
    .custom-testimonials-row .slick-initialized .slick-slide {
        padding-top: 38px;
    }
    .custom-testimonials-row .testimonial-content {
        padding-left: 465px !important;
    }
    .custom-testimonials-row .slick-slide img {
        height: 400px;
    }

}

@media (max-width:1400px){
    .custom-head .logo-wrapper {
        width: 215px;
    }
    .custom-head .menu-column {
        width: calc(100% - 420px);
        text-align: center;
    }
    .page.page-id-21404 .heading-1 {
        font-size: 75px !important;
        line-height: 1.2em !important;
    }
    body .heading-46 .slick-slide {
        font-size: 40px;
    }
    .scroll-content, .scroll-content .slick-track {
        gap: 40px;
    }
    .three-box-row {
        gap: 20px;
    }
    .three-box-row .wpb_column {
        width: calc(33.33% - 40px / 3);
    }
    .vc_custom_heading.vc_custom_heading.heading-2 {
        font-size: 65px !important;
        line-height: 1.2em !important;
    }
    .client-transformations .left-col .heading-2{
        max-width: 500px;
    }
    body .client-transformations-main-row {
        padding-bottom: 50px !important;
    }
    body .jason-kozma-row{
        display: flex;
    }
    body .jason-kozma-row .right-col{
        display: flex;
        align-items: flex-end;
    }
    body .jason-kozma-row .left-col .vc_column-inner{
        padding-top: 50px !important;
        padding-right: 15px !important;
        padding-bottom: 50px !important;
        padding-left: 50px !important;
    }
    body .jason-kozma-row .right-col .vc_column-inner{
        padding-top: 50px !important;
        padding-right: 50px !important;
        padding-bottom: 0px !important;
    }
    body .jason-kozma-row .right-col::before {
        background-size: 471px 100%;
    }
    body .why-train-grid-row{
        display: flex;
    }
    body .why-train-grid-row .left-col{
        display: flex;
        align-items: flex-end;
    }
    .media-press-logos-row .wpb_wrapper {
        gap: 25px;
    }
    .media-press-logos-row .wpb_wrapper .wpb_single_image {
        width: calc(16.66% - 125px / 6);
    }
    .line-in-bg::before {
        top: 100px;
        background-size: contain;
    }

    body .la-trainer-blog-row{
        padding-top: 50px !important;
        padding-right: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 50px !important;
    }
    body .trainer-blog-head{
        margin-bottom: 40px !important;
    }
    body .heading-55{
        font-size: 45px !important ;
        line-height: 1.2em !important;
    }
    .la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-content-container {
            padding: 15px 15px 40px 20px !important;
    }
    .la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container p {
        font-size: 20px;
    }
    body .find-personal-trainer-grid-row .vc_custom_heading{
        font-size: 24px !important;
    } 
    body .form-row{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        margin-bottom: 80px !important;
    }

    .custom-footer .contact-wrapper {
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 50px;
    }
    .custom-footer .contact-box {
        width: calc(50% - 20px/2);
    }
    .los-angeles-slider-row .slick-track .slick-slide::before {
        top: 20px;
        left: 20px;
        font-size: 25px;
        line-height: 25px;
        width: 55px;
        height: 55px;
    }
    .los-angeles-slider-row .slick-track .slick-slide {
        padding: 90px 20px 20px 20px !important;
    }
    .los-angeles-slider-row .slick-track .slick-slide h2{
        font-size: 24px !important;
        line-height: 1.2em !important;
    }
    .los-angeles-slider-row .slick-track .slick-slide p {
        font-size: 16px !important;
        line-height: 24px;
        margin-top: 20px;
        max-width:100%;
    }
    .brown-gradient-bg {
        padding: 35px 25px;
    }
    .brown-gradient-bg .vc_single_image-wrapper{
        max-width: 70px !important;
    }
    .los-angeles-slider-row .slick-dots {
        bottom: -50px;
    }
    body .los-angeles-main-row {
        padding-bottom: 120px !important;
    }

    .custom-testimonials-row .testimonial-thumb {
        width: 300px;
    }
    .custom-testimonials-row .testimonial-content {
        padding-left: 385px !important;
    }
    .custom-testimonials-row .testimonial-content .testimonial-description {
        font-size: 30px;
    }
    .custom-testimonials-row .testimonial-content .testimonial-author {
        font-size: 18px;
    }
    .custom-testimonials-row .testimonial-content .testimonial-author span {
        font-size: 18px;
    }
    body .custom-testimonials-row .slick-prev, body .custom-testimonials-row .slick-next {
        width: 50px;
        height: 50px;
        bottom: 0;
    }
    .custom-testimonials-row .slick-prev {
        right: 140px;
    }
    body .testimonials-main-row{
        margin-bottom: 100px !important;
    }

}

@media (max-width:1199px){
    .custom-head .logo-wrapper {
        width: 190px;
    }
    .custom-head .menu-column {
        width: calc(100% - 350px);
    }
    .custom-head .contact-btn-wrapper {
        width: 123px;
    }
    .custom-head .contact-btn-wrapper a {
        padding: 12px 25px !important;
        font-size: 14px !important;
    }
    .custom-head .menu-column .standard-menu-container.menu-skin-main div.menu>ul>li>a, .custom-head .menu-column .standard-menu-container.menu-skin-main ul.menu>li>a {
        font-size: 15px;
    }
    .custom-head .menu-column .standard-menu-container div.menu>ul>li+li, .custom-head .menu-column .standard-menu-container ul.menu>li+li {
        margin-left: 15px;
    }

    body .home-banner-row{
        padding-top: 130px !important;
    }

    .banner-heading-row {
        max-width: 725px;
    }
    .page.page-id-21404 .heading-1 {
        font-size: 60px !important;
    }
    body .button-typ1 button, body .button-typ1 a, .button-typ1 form input[type="submit"] {
        font-size: 14px !important;
    }
    body .home-banner-button-row{
        padding-bottom: 20px !important;
    }
    body .heading-46 .slick-slide {
        font-size: 30px;
        padding: 15px 0;
    }
    .scroll-content, .scroll-content .slick-track {
        gap: 30px;
    }

    body .scroll-content-row{
        margin-bottom: 55px !important;
    }

    .three-box-row h5{
        font-size: 26px !important;
    }

    .vc_custom_heading.vc_custom_heading.heading-2 {
        font-size: 50px !important;
        line-height: 1.2em !important;
    }
    body .personal-trainer-main-row, body .client-transformations-main-row {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
    body .personal-trainer-row{
        padding-bottom: 40px !important;
    }
    .client-transformations .left-col .heading-2 {
        max-width: 100% !important;
        margin-bottom: 25px;
        text-align: center !important;
    }
    .client-transformations .right-col, .client-transformations .left-col{
        width: 100% !important;
    }
    .client-transformations .base-text p {
        text-align: center;
    }

    body .before-after-head-row{
        padding-top: 0 !important;
        padding-bottom: 40px !important;
    }
    body .heading-45{
        font-size: 35px !important;
        line-height: 1.2em !important; 
    }
    body .before-after-image-row{
        margin-bottom: 55px !important;
    }

    body .jason-kozma-row {
        flex-wrap: wrap;
    }
    body .jason-kozma-row .wpb_column{
        width: 100% !important;
    }
    body .jason-kozma-row .right-col::before {
        display: none;
    }
    body .jason-kozma-row .right-col .vc_column-inner{
        padding-top: 0 !important;
    }
    body .heading-50{
        font-size: 40px !important;
    }
    body .jason-kozma-row .right-col .vc_column-inner {
        background-position: center !important;
        background-size: contain;
    }
    
    body .why-train-grid-row {
        flex-wrap: wrap;
    }
    body .why-train-grid-row .left-col {
        width: 100%;
        order: 2;
    }
    body .why-train-grid-row .left-col .vc_column-inner{
        padding-right: 15px !important;
    }
    body .why-train-grid-row .right-col {
        width: 100%;
        order: 1;
    }
    body .meet-jason-head-row{
        margin-bottom: 45px !important;
    }
    body .banner-img-row .wpb_single_image .vc_single_image-wrapper{
        max-width: 600px !important;
        margin: 0 auto !important;
    }
    body .jason-kozma-row .right-col {
        max-width: 500px;
        margin: 0 auto;
    }
    body .jason-kozma-row .right-col .vc_column-inner{
        padding: 0 !important;
    }
    body .jason-kozma-row .left-col .vc_column-inner {
        padding-bottom: 30px !important;
    }
    body .why-train-grid-row .left-col {
        max-width: 600px;
        margin: 0 auto;
    }
    body .why-train-gradient-box{
        padding-left: 65px !important;
    }
    .why-train-gradient-box::before {
        background-size: 85%;
    }
    body .why-train-gradient-box .vc_custom_heading{
        margin-bottom: 0;
        font-size: 26px !important;
    }
    body .meet-jason-row{
        margin-bottom: 75px !important;
    }
    .media-press-logos-row .wpb_wrapper {
        gap: 20px;
    }
    .media-press-logos-row .wpb_wrapper .wpb_single_image {
        width: calc(20% - 80px / 5);
    }
    body .jason-kozma-row, 
    body .media-press-main-row, 
    body .four-step-main-row, 
    body .google-reviews-main-row, 
    body .la-trainer-blog-row, 
    body .find-personal-trainer-main-row, 
    body .form-row {
        margin-bottom: 75px !important;
    }
    body .four-step-box-row{
        display: flex;
        gap: 20px;
        row-gap: 40px;
    }
    body .four-step-box-row::after, body .four-step-box-row::before{
        display: none;
    }
    body .four-step-box-row .wpb_column .vc_column-inner{
        padding: 0 !important;
        margin:0 !important;
    }
    .line-in-bg::before {
        display: none !important;
    }
    body .four-step-head-row{
        margin-bottom: 40px !important;
    }
    body .step-btn-row .vc_column-inner{
        margin-top: 40px !important;
    }
    body .four-step-box-row {
        flex-wrap: wrap;
    }
    body .four-step-box-row .wpb_column {
        width: calc(50% - 20px/2);
    }
    .four-step-head {
        max-width: 100% !important;
    }
    .four-step-box-row .base-text{
        max-width: 400px !important;
    }
    .step-btn-row .button-typ1{
        text-align: left !important;
    }
    .max-width-196 {
        max-width: 100% !important;
    }
    .four-step-box-row .vc_custom_heading{
        margin-bottom: 20px !important;
    }
    .brown-gradient-bg {
        padding: 30px 20px;
        margin-bottom: 25px !important;
    }
    .brown-gradient-bg .vc_single_image-wrapper {
        max-width: 60px !important;
    }
    body .google-reviews-head-row{
        margin-bottom: 40px !important;
    }
    .la-trainer-blog-row .blog-post-column {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title {
        font-size: 20px;
    }
    .la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container p {
        font-size: 18px;
    }
    body .heading-55 {
        font-size: 35px !important;
        line-height: 1.2em;
    }
    .find-personal-trainer-head-row .heading-55{
        margin-top: 15px !important;
    }
    .find-personal-trainer-grid-row .grid-col .wpb_wrapper {
        column-gap: 20px;
    }
    .find-personal-trainer-grid-row .wpb_wrapper .vc_row.wpb_row {
        width: calc(20% - 80px/5);
    }
    body .find-personal-trainer-grid-row{
        margin-bottom: 40px !important;
    }
    .form-row input[type=text], .form-row input[type=number], .form-row input[type=email], .form-row input[type=password], .form-row input[type=url], .form-row input[type=tel], textarea {
        font-size: 15px !important;
        padding: 12px 15px !important;
    }
    .custom-footer .site-footer .social-networks.rounded li a i::before {
        height: 35px;
        width: 34px;
    }
    body .los-angeles-main-row {
        padding-bottom: 95px !important;
    }
}

@media (max-width:1023px){
    .custom-head .logo-wrapper {
        width: calc(100% - 95px);
    }
    .custom-head .logo-wrapper img{
        max-width: 190px;
    }
    .custom-head .menu-column {
        width: 75px;
    }
    .custom-head .menu-column .menu-bar {
        margin-left: 0;
    }
    .custom-head .contact-btn-wrapper {
        display: none;
    }
    .page.page-id-21404 .heading-1 {
        font-size: 50px !important;
    }
    .banner-img-row .vc_column-inner{
        margin-top: -50px !important;
    }
    body .button-typ1 button, body .button-typ1 a, .button-typ1 form input[type="submit"] {
        padding: 12px 30px !important;
    }
    body .home-banner-button-row .base-text p{
        line-height: 1.5em !important;
    }
    body .parent--home-banner-row::after {
        bottom: 0;
    }
    .home-banner-button-row .vc_column-inner{
        margin-top: -80px !important;
    }
    .three-box-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .three-box-row .wpb_column {
        width: calc(50% - 20px / 2);
    }
    .three-box-row .vc_column-inner{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .three-box-row h5 {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }
    .vc_custom_heading.vc_custom_heading.heading-2 {
        font-size: 40px !important;
        line-height: 1.2em !important;
    }
    body .heading-45 {
        font-size: 30px !important;
    }
    body .before-after-image-row {
        margin-bottom: 50px !important;
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
    }
    body .before-after-image-row::after, body .before-after-image-row::before{
        display: none;
    }
    body .before-after-image-row .wpb_column{
        width: 100%;
    }
    body .before-after-image-row .wpb_column .vc_column-inner{
        padding: 0 !important;
    }
    body .heading-50 {
        font-size: 35px !important;
    }
    .why-train-gradient-box::before {
        top: 30px;
        width: 26px;
        height: 26px;
    }
    body .why-train-gradient-box .vc_custom_heading {
        font-size: 24px !important;
    }
    .why-train-gradient-box p {
        margin-top: 10px;
    }
    .media-press-logos-row .wpb_wrapper .wpb_single_image {
        width: calc(25% - 60px / 4);
    }
    .four-step-box-row .vc_custom_heading{
        font-size: 26px !important;
    }
    .brown-gradient-bg .vc_single_image-wrapper {
        max-width: 55px !important;
    }
    body .heading-55{
        font-size: 25px !important;
    }
    .find-personal-trainer-grid-row .grid-col .wpb_wrapper{
        justify-content: center;
    }
    .find-personal-trainer-grid-row .wpb_wrapper .vc_row.wpb_row {
        width: calc(33.33% - 40px/3);
    }
    body .find-personal-trainer-grid-row .vc_custom_heading {
        font-size: 22px !important;
    }
    .form-row .form-body {
        flex-wrap: wrap;
    }
    .custom-footer .contact-box {
        padding: 25px 20px 20px 20px;
    }
    body .jason-kozma-row .left-col .vc_column-inner {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .custom-testimonials-row .testimonial-content {
        padding-left: 40px !important;
        padding-top: 330px;
    }
    .custom-testimonials-row .slick-track{
        display: flex;
    }
    .custom-testimonials-row .slick-initialized .slick-slide {
        padding-bottom: 0;
        height: inherit;
    }
    .custom-testimonials-row .testimonial-thumb {
        width: 300px;
    }
    .custom-testimonials-row .slick-slide img {
        height: 340px !important;
    }
    body .personal-testimonials-head-row{
        margin-bottom: 65px !important;
    }
    body .custom-testimonials-row .slick-prev, body .custom-testimonials-row .slick-next {
        bottom: -48px;
    }
    .custom-testimonials-row .testimonial-content .testimonial-description {
        font-size: 24px;
        line-height: 1.3em;
        margin-bottom: 20px;
    }
    .los-angeles-slider-row .slick-dots li button {
        width: 11px !important;
        height: 11px !important;
    }

}

@media (max-width:767px){
    .page.page-id-21404 .heading-1 {
        font-size: 40px !important;
    }
    .base-text p {
        font-size: 16px !important;
    }
    .home-banner-button-row .vc_column-inner {
        margin-top: 0px !important;
    }
    .vc_custom_heading.vc_custom_heading.heading-2 {
        font-size: 35px !important;
    }
    body .heading-45 {
        font-size: 25px !important;
    }
    body .personal-trainer-main-row, body .client-transformations-main-row {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .three-box-row .wpb_column {
        width: 100%;
    }
    body .heading-50 {
        font-size: 30px !important;
    }
    .los-angeles-slider-row .slick-track .slick-slide h2 {
        max-width: 100% !important;
    }
    .los-angeles-slider-row .slick-track .slick-slide {
        border-radius: 20px;
    }
    body .los-angeles-main-row {
        padding-bottom: 80px !important;
    }
    body .location-head-row .vc_column-inner{
        margin-bottom: 45px !important;
    }
    body .media-press-head-row{
        margin-bottom: 30px !important;
    }
    body .jason-kozma-row .right-col .wpb_content_element, body .why-train-grid-row .left-col .wpb_content_element{
        margin-bottom: 0px !important;
    }
    .media-press-logos-row .wpb_wrapper .wpb_single_image figure.wpb_wrapper {
        padding: 15px;
    }
    .media-press-logos-row .wpb_wrapper .wpb_single_image {
        width: calc(33.33% - 40px / 3);
    }
    body .jason-kozma-row, body .media-press-main-row, body .four-step-main-row, body .google-reviews-main-row, body .la-trainer-blog-row, body .find-personal-trainer-main-row, body .form-row {
        margin-bottom: 60px !important;
    }
    body .three-box-row{
        margin-bottom: 60px !important;
    }
    .los-angeles-slider-row .slick-track .slick-slide h2 {
        margin: 0 !important;
    }
    .form-row .fitpro-listbuilder .form-body > div{
        margin-bottom: 0 !important;
    }
    .custom-footer .contact-box {
        width: 100%;
    }
    body .find-personal-trainer-grid-row {
        margin-bottom: 30px !important;
    }
    .custom-footer .widget-area.widgets--columned-layout > .widget:first-child,.custom-footer .widget-area.widgets--columned-layout > .widget:nth-child(2), .custom-footer .widget-area.widgets--columned-layout > .widget:nth-child(3), .custom-footer .widget-area.widgets--columned-layout > .widget:last-child {
        width: 50% !important;
    }
    .custom-footer .site-footer .footer-widgets .widget .widgettitle {
        margin-bottom: 10px;
    }
    .custom-footer .number-box .content-wrapper p {
        font-size: 20px !important;
    }
    .form-row input[type=text], .form-row input[type=number], .form-row input[type=email], .form-row input[type=password], .form-row input[type=url], .form-row input[type=tel], textarea {
        width: 300px;
        border-radius: 5px !important;
    }
    body .personal-testimonials-head-row {
        margin-bottom: 45px !important;
    }
    .custom-testimonials-row .testimonial-thumb {
        width: 265px;
    }
    .custom-testimonials-row .testimonial-content {
        padding-left: 40px !important;
        padding-top: 290px;
    }
    .custom-testimonials-row .testimonial-content .testimonial-author {
        font-size: 16px;
    }
    .custom-testimonials-row .testimonial-content .testimonial-author span {
        font-size: 16px;
    }
    .custom-testimonials-row .slick-slide img {
        height: 300px !important;
    }
    body .scroll-content-row {
        margin-bottom: 30px !important;
    }
    .la-trainer-blog-row span.image-placeholder.loaded {
        padding-bottom: 41% !important;
    }

}

@media (max-width:640px){
    .page.page-id-21404 .heading-1 {
        font-size: 32px !important;
    }
    .vc_custom_heading.vc_custom_heading.heading-2 {
        font-size: 28px !important;
    }
    body .heading-45 {
        font-size: 24px !important;
    }
    body .heading-50 {
        font-size: 28px !important;
    }
    body .why-train-gradient-box .vc_custom_heading {
        font-size: 22px !important;
    }
    .los-angeles-slider-row .slick-track .slick-slide h2 {
        font-size: 22px !important;
    }

    .media-press-logos-row .wpb_wrapper .wpb_single_image {
        width: calc(50% - 20px / 2);
        margin-bottom: 0 !important;
    }
    body .four-step-box-row {
        row-gap: 20px;
    }
    body .four-step-box-row .wpb_column {
        width: 100%;
    }
    body .heading-55 {
        font-size: 20px !important;
    }
    .four-step-box-row .vc_custom_heading {
        font-size: 22px !important;
    }
    .find-personal-trainer-grid-row .wpb_wrapper .vc_row.wpb_row {
        width: calc(50% - 20px/2);
    }
    .custom-footer footer.site-footer.site-footer-inverted .footer-bottom-content .copyrights p {
        line-height: 1.6em !important;
    }
    .custom-footer .contact-box {
        min-height: 100px;
    }
    body .find-personal-trainer-grid-row .vc_custom_heading {
        font-size: 20px !important;
        padding-right: 0 !important;
    }
    body .step-btn-row .vc_column-inner {
        margin-top: 25px !important;
    }
    .custom-testimonials-row .testimonial-thumb {
        top: 85px;
    }
    .custom-testimonials-row .testimonial-content {
        padding-top: 420px;
    }
    .custom-testimonials-row .testimonial-content .testimonial-description {
        font-size: 22px;
    }
    body .custom-testimonials-row .slick-prev, body .custom-testimonials-row .slick-next {
        width: 40px;
        height: 40px;
    }
    body .custom-testimonials-row .slick-prev, body .custom-testimonials-row .slick-next {
        bottom: -38px;
    }
    .custom-testimonials-row .slick-prev {
        right: 125px;
    }
    body .testimonials-main-row {
        margin-bottom: 60px !important;
    }
    .custom-testimonials-row .slick-initialized .slick-slide {
        padding-top: 0 !important;
    }
    body .four-step-head-row{
        text-align: center !important;
    }
    .four-step-head-row .vc_custom_heading.vc_custom_heading.heading-2, .four-step-box-row .wpb_wrapper, .four-step-box-row .wpb_wrapper .vc_custom_heading{
        text-align: center !important;
    }
    .four-step-box-row .base-text {
        max-width: 100% !important;
    }
    .step-btn-row .button-typ1 {
        text-align: center !important;
    }
}

@media (max-width:480px){
    .find-personal-trainer-grid-row .wpb_wrapper .vc_row.wpb_row {
        width: 100%;
    }
    .find-personal-trainer-grid-row .grid-col .wpb_wrapper {
        align-items: center;
        flex-direction: column;
    }
    .find-personal-trainer-grid-row .grid-col .wpb_wrapper {
        row-gap: 25px;
    }
    .custom-footer .widget-area.widgets--columned-layout > .widget:first-child, .custom-footer .widget-area.widgets--columned-layout > .widget:nth-child(2), .custom-footer .widget-area.widgets--columned-layout > .widget:nth-child(3), .custom-footer .widget-area.widgets--columned-layout > .widget:last-child {
        width: 100% !important;
    }
    .custom-footer .widget-area.widgets--columned-layout > .widget:last-child {
        margin-bottom: 0;
    }
    body .la-trainer-blog-row {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    /* .la-trainer-blog-row .blog-post-column:first-child{
        padding-left: 10px !important;
    }
    .la-trainer-blog-row .blog-post-column:last-child{
        padding-right: 10px !important;
    }
    body .la-trainer-blog-row .blog-post-column{
        padding: 0 10px !important;
    } */
    .la-trainer-blog-row .wpb_wrapper .lab-blog-posts .blog-post-content-container {
        padding: 0px 15px 40px 20px !important;
    }
    .custom-testimonials-row .testimonial-thumb {
        width: 100%;
        max-width: 250px;
        left: 20px;
    }
    .custom-testimonials-row .testimonial-content {
        padding-left: 20px !important;
        padding-right: 20px;
    }
}