/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/
Version: 3.2.0
Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks
Template: genesis
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-sample
*/

/* Flexible Landing
---------------------------------------------------------------------------- */
:root {
    --mainColor: #3D9AA3;
    --secondColor: #393e91;
}

html {
    scroll-behavior: smooth;
}


.single-landing_page .entry {
    display: none;
}

body.single-landing_page .site-inner {
    max-width: none;
    padding: 0;
}

.flexible-landing {
    padding: 40px 0;
    position: relative;
}

.flexible-landing .widget-title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--mainColor);
    text-transform: uppercase;
}

.flexible-landing .main-title {
    font-size: 45px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1;
}

.flexible-landing.flexible-landing-background-section .main-title {
    color: white;
    font-weight: 700;
    text-wrap: balance;
}

.single-landing_page:not(.single-career) .site-header {
    box-shadow: none;
    width: 100%;
}

.single-landing_page:not(.single-career) .site-header>.wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-landing_page:not(.single-career) .site-header .widget-area.header-widget-area {
    flex: 1;
    text-align: right;
}

.single-landing_page:not(.single-career) .site-header .widget-area ul {
    margin: 0;
    padding: 0;
}

.site-header .widget-area.header-widget-area .header-phone li {
    list-style-type: none;
    margin: 0;
}

.site-header .widget-area.header-widget-area .header-phone li a {
    font-size: 26px;
    font-weight: 600;
    color: var(--mainColor);
    transition: .5s ease all;
    background-color: transparent;
}

.site-header .widget-area.header-widget-area .header-phone li a:hover {
    color: var(--secondColor);
}

.jsmt-floating-cta #cta-button:hover,
.jsmt-floating-cta.shrink.appear #cta-button {
    background-color: var(--mainColor);
}

.jsmt-floating-cta #cta-button h3 {
    margin: 0 auto;
}

.jsmt-floating-cta .slide-out {
    flex: 1;
    padding: 30px;
    text-align: center;
}

.jsmt-floating-cta .slide-out ul {
    padding: 0;
    margin: 0;
}

.jsmt-floating-cta .slide-out ul>li {
    list-style-type: none;
    font-size: 22px;
    margin-bottom: 15px;
}

.jsmt-floating-cta .slide-out ul>li:last-of-type {
    margin: 0;
}

.jsmt-floating-cta .slide-out ul>li a {
    color: #333;
}

.jsmt-floating-cta .slide-out ul>li a:hover {
    color: var(--mainColor);
}

.jsmt-floating-cta .slide-out h3 {
    margin-bottom: 20px;
    font-weight: 700;
}

/* Background Image Section
---------------------------------------------------------------------------- */
.flexible-landing.flexible-landing-background-section {
    padding: 0;
}

.flexible-landing-background-section .background-image .image-section {
    background-color: rgba(0 0 0 / 60%);
}

.flexible-landing.flexible-landing-background-section>.wrap {
    max-width: none;
    padding: 0;
    margin: 0;
}

.flexible-landing-background-section .background-image {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.flexible-landing-background-section .background-image>#back-to-top {
    position: absolute;
    height: 78px;
    top: -156px;
    width: 100vw;
    z-index: -1;
}

.flexible-landing-background-section .form-wrap .form-title {
    margin: 0;
    padding: 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: var(--mainColor);
    font-weight: 700;
    font-size: 40px;
    color: white;
}

.flexible-landing-background-section .form-wrap {
    background-color: white;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.flexible-landing-background-section .form-wrap .gform_wrapper,
.flexible-landing-background-section .form-wrap .gform_legacy_markup_wrapper {
    padding: 0 30px 30px 30px;
}

.flexible-landing-background-section .gform_wrapper .gform_footer input.button,
.flexible-landing-background-section .gform_wrapper .gform_footer input[type=submit],
.flexible-landing-background-section .gform_legacy_markup_wrapper .gform_footer input.button,
.flexible-landing-background-section .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
}

.flexible-landing-background-section .form-wrap .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
}

.flexible-landing-background-section .form-wrap .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    border-radius: 0px;
    transition: 0.5s ease all;
    margin: 0;
    padding: 20px;
}

.flexible-landing-background-section .form-wrap .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
    background-color: var(--secondColor);
    color: white;
}

.site-container .flexible-landing-background-section .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site-container .flexible-landing-background-section .gform_wrapper textarea {
    padding: 10px;
}

.site-container .gform_wrapper.gravity-theme .gfield_checkbox li,
.site-container .gform_wrapper.gravity-theme .gfield_radio li {
    margin-bottom: 5px;
}

.single-landing_page .gform_wrapper .gform_footer,
.single-landing_page .gform_legacy_markup_wrapper .gform_footer {
    margin-top: 0;
}

.flexible-landing-background-section .section-content {
    font-weight: 500;
}

.flexible-landing-background-section .section-content ul {
    margin: 0;
    padding: 0;
}

.flexible-landing-background-section .section-content ul>li {
    position: relative;
    padding-left: 32px;
    list-style-type: none;
    margin-bottom: 10px;
}


.single-landing_page .gform_wrapper .gform_fileupload_multifile .gform_drop_area,
.single-landing_page .gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 10px;
}

.flexible-landing-background-section .section-content {
    font-weight: 600;
}

/*.flexible-landing-background-section .section-content ul > li::before,
.flexible-landing-list-section .flexcol .list-icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    border: 2px solid #333;
    border-radius: 50%;
}

.flexible-landing-background-section .section-content ul > li::after,
.flexible-landing-list-section .flexcol .list-icon::after {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    color: var(--mainColor);
    font-size: 21px;
    margin-right: 10px;
    font-weight: 500;
    position: absolute;
    left: 6px;
    top: 2px;
    line-height: 1;
    z-index: 1;
    transform: scale(1.15, 1.25);
}*/

.flexible-landing-background-section .flexcol:first-of-type {
    color: white;
}

.flexible-landing-background-section .section-content ul>li::after,
.flexible-landing-list-section .flexcol .list-icon::after,
.flexible-landing-image-text-section .section-content ul>li::before {
    content: '\f058';
    font-family: "Font Awesome 6 Pro";
    color: var(--mainColor);
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 1;
    z-index: 1;
}

.flexible-landing-background-section .section-content ul>li::after,
.single-career .flexible-landing-list-section .flexcol .list-icon::after {
    top: 0;
}

.wp-custom-logo .title-area img {
    margin: 0 auto 0 0;
}

/* KITCHEN CATEGORY Section
---------------------------------------------------------------------------- */

.flexible-landing-category-section p.category-name {
    display: block;
    margin: 10px 0 0;
}

.flexible-landing-category-section .section-image img {
    transition: 0.8s ease all;
}

.flexible-landing-category-section .section-image:hover img {
    opacity: 0.5;
}

/* Testimonial Section
---------------------------------------------------------------------------- */
.flexible-landing-testimonial-section,
.flexible-landing-portfolio-section {
    text-align: center;
}


/* PRODUCTS Section
---------------------------------------------------------------------------- */
.flexible-landing-testimonial-section .section-content {
    max-width: 860px;
    margin: 0 auto 30px;
}

.flexible-landing-products-section h3.main-title {
    text-align: center
}

.flexible-landing-products-section .section-content {
    text-align: center;
}

.flexible-landing-products-section .item {
    background: #ffffff;
    margin: 1em;
}

.flexible-landing-products-section .item h4.product-title {
    font-size: 16px;
    text-align: center;
    color: var(--mainColor);
    padding: 0 10px;
    min-height: 50px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.single-landing_page .site-container {
    overflow: hidden;
}

.flexible-landing-products-section .slick-prev::before,
.flexible-landing-products-section .slick-next::before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    font-weight: 600;
    color: var(--mainColor);
}

.flexible-landing-products-section .slick-next::before {
    content: '\f054';
}

.flexible-landing-products-section .slick-prev::before {
    content: '\f053';
}

.flexible-landing-certification-section {
    background-image: linear-gradient(to left bottom, #363a57, #363c66, #363d74, #373e83, #393e91);
    color: white;
    text-align: center;
}

.flexible-landing-certification-section .flexbox {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.flexible-landing-certification-section .flexcol {
    position: relative;
}

.flexible-landing-certification-section .flexcol>a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* List Section
---------------------------------------------------------------------------- */
.flexible-landing-list-section .flexcol {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgb(51 51 51 / 15%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    color: #333;
    margin: 20px 0;
}

.flexible-landing-list-section .flexcol .content-wrap {
    margin-left: 30px;
}

.flexible-landing-list-section .flexcol .list-icon {
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
    vertical-align: top;
    position: relative;
}

.flexible-landing-list-section .flexcol .list-icon svg {
    width: 30px;
}

.flexible-landing-list-section .flexcol .list-icon i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 1;
    margin-top: 0;
}

.flexible-landing-list-section .flexcol h3 {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    margin-top: 0;
}

.flexible-landing-list-section .flexcol .list-content p:last-child {
    margin: 0;
}

.flexible-landing-image-text-section .section-content ul {
    padding-left: 0;
    margin: 15px 0;
}

.flexible-landing-image-text-section .section-content ul>li {
    list-style-type: none;
    font-weight: 500;
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

.single-landing_page .gform_wrapper.gf_browser_chrome select,
.single-landing_page .gform_legacy_markup_wrapper.gf_browser_chrome select {
    padding: 11px 4px;
}

body.single-landing_page .gform_wrapper ul li.gfield,
body.single-landing_page .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 10px;
}

body.single-landing_page.gform_wrapper .top_label div.ginput_container,
body.single-landing_page.gform_legacy_markup_wrapper .top_label div.ginput_container,
.single-landing_page .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
.single-landing_page .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    margin-top: 0;
}


/*.flexible-landing-image-text-section .section-content ul > li::before {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    color: var(--mainColor);
    font-weight: 600;
    margin-right: 5px;
    font-size: 20px;
}*/


.flexible-landing-testimonial-section .wrap .flexcol {
    margin: 0 0 25px 0;
    background: #F0EDE9;
    padding: 20px;
    border: 1px solid #8D8273;
    position: relative;
}

.flexible-landing-testimonial-section .content-wrap .stars img {
    max-width: 150px;
    margin: 0 auto 20px;
    display: block;
}

.flexible-landing-testimonial-section .content-wrap .title {
    font-weight: 700;
    margin-top: 20px;
}

.flexible-landing-testimonial-section .content-wrap i.fad {
    color: #8D8273;
    font-size: 40px;
    width: 40px;
    height: 40px;
    opacity: 0.5;
}

.flexible-landing-testimonial-section .content-wrap i.fad.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
}



.flexible-landing-certification-section .flexcol {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
}



/* FAQ Section
---------------------------------------------------------------------------- */
.flexible-landing-faq-section .widget-title,
.flexible-landing-faq-section .main-title,
.flexible-landing-faq-section .section-content,
.flexible-landing-list-section .widget-title,
.flexible-landing-list-section .main-title,
.flexible-landing-list-section .section-content {
    text-align: center;
}

.single-landing_page .before-header-ribbon {
    padding: 0;
}

.single-career .flexible-landing-background-section .form-wrap .gform_wrapper {
    padding: 20px;
}

.single-career .gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0;
}

.single-career .gform_wrapper.gravity-theme .gform_drop_area,
.single-career .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0;
}

.single-career .gform_wrapper.gravity-theme .gfield textarea.small {
    margin-bottom: -8px;
}

.single-career .gform_wrapper.gravity-theme .gform_fileupload_rules {
    margin-top: 0;
}

.single-career .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 12px
}

.single-career .gform_wrapper.gravity-theme .ginput_complex label,
.single-career .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
}

.single-career .flexible-landing-background-section .form-wrap .form-title {
    font-size: 30px;
}

.single-career .flexible-landing-background-section .form-wrap .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    padding: 10px 20px;
}

.single-career .flexible-landing-background-section .form-wrap .gform_wrapper.gravity-theme .gform_button_select_files {
    margin: 0;
    background-color: #3d9aa3;
    color: white;
}

.single-career .flexible-landing-background-section .form-wrap .gform_wrapper.gravity-theme .ginput_complex select {
    min-height: 46px;
    box-sizing: border-box;
    color: #aaa;
}


.single-career .flexible-landing-background-section .section-button {
    margin-top: 20px;
}

.single-career .flexible-landing-background-section .section-button .button {
    margin: 0;
}

@media only screen and (min-width: 660px) {
    .flexible-landing-image-text-section .section-content ul {
        column-count: 2;
    }

    .flexible-landing-certification-section .flexcol {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 960px) {
    .flexible-landing {
        padding: 60px;
        position: relative;
    }

    .flexible-landing-products-section .section-content {
        max-width: 75%;
        margin: 0 auto 20px;
    }

    .flexible-landing-certification-section .flexcol {
        flex-basis: 25%;
        max-width: 25%;

    }




    .single-landing_page.admin-bar .jsmt-fixed-header.shrink {
        top: 32px;
    }

    .flexible-landing-portfolio-section h3.portfolio-title {
        font-size: 20px;
    }


    .flexible-landing-background-section .background-image .image-section>.wrap {
        max-width: 1280px;
        margin: 0 auto;
    }

    /*.flexible-landing:not(.flexible-landing-background-section) > .wrap {
		max-width: 1280px;
		margin: 0 auto;
	}*/

    .flexible-landing-background-section .flexbox,
    .flexible-landing-image-text-section .flexbox {
        align-items: center;
    }

    .flexible-landing-background-section .flexcol:first-of-type {
        flex: 1.45;
        padding-right: 40px;
    }

    .flexible-landing-background-section .main-title {
        line-height: 1.25;
        font-size: 55px;
        margin-bottom: 30px;
    }

    .flexible-landing-background-section .section-content {
        font-size: 20px;
        text-shadow: 0 1px 2px rgb(0 0 0 / 35%);
    }

    .flexible-landing-testimonial-section .testimonial-slider .item .client-testimonial,
    .flexible-landing .section-content {
        font-size: 18px;
        line-height: 1.625;
    }

    .flexible-landing-list-section .flexcol {
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin: 15px;
    }

    .flexible-landing-portfolio-section .flexcol {
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin: 20px;
    }

    .flexible-landing-list-section .flexcol:nth-of-type(odd) {
        margin-left: 0;
    }

    .flexible-landing-list-section .flexcol:nth-of-type(even) {
        margin-right: 0;
    }

    .flexible-landing-image-text-section .flexcol:first-of-type.flex-1 {
        padding-right: 40px;
    }

    .flexible-landing-image-text-section .flexcol:first-of-type.flex-2 {
        padding-left: 40px;
        order: 2;
    }

    .site-header .widget-area.header-widget-area .header-phone li a {
        font-size: 32px;
    }

    .jsmt-floating-cta {
        position: fixed;
        left: -200px;
        bottom: 20px;
        display: flex;
        border-radius: 15px;
        box-shadow: 0 0 30px rgb(51 51 51 / 15%);
        opacity: 0;
        transition: 0.5s ease all;
    }

    .jsmt-floating-cta.shrink {
        opacity: 1;
        left: 20px;
    }

    .jsmt-floating-cta.shrink.appear {
        left: 0;
    }

    .jsmt-floating-cta a {
        color: white;
        display: block;
    }

    .flexible-landing-background-section .section-button .button,
    .jsmt-floating-cta #cta-button {
        background: linear-gradient(#1874CD, #104E8B) !important;
        color: white !important;
        border-radius: 15px;
        color: white;
        cursor: pointer;
        transition: 0.5s ease all;
        text-align: center;
    }


    .flexible-landing-background-section .section-button .button:hover,
    .jsmt-floating-cta:hover #cta-button {
        background: linear-gradient(#104E8B, #104E8B) !important;
    }

    .flexible-landing-background-section .section-button .button,
    .jsmt-floating-cta #cta-button a {
        padding: 15px 30px;
    }

    .jsmt-floating-cta #cta-button h3 {
        font-size: 20px;
    }

    .flexible-landing-background-section .background-image .image-section {
        min-height: calc(100vh - 72px);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 30px 40px;
    }

    .admin-bar .flexible-landing-background-section .background-image .image-section {
        min-height: calc(100vh - 104px);
    }

    .flexible-landing-category-section .content-section {
        max-width: 520px;
        margin: 0 auto;
    }

    .flexible-landing-category-section .category-section .section {
        width: 50%;
    }

    .flexible-landing-category-section .category-section .section:nth-of-type(odd) {
        float: left;
        padding-right: 30px;
    }

    .flexible-landing-category-section .category-section .section:nth-of-type(even) {
        float: right;
        padding-left: 30px;
    }

    .flexible-landing-category-section .category-section .section:not(:first-of-type):not(:nth-of-type(2)) {
        margin-top: 150px;
    }


    .flexible-landing-testimonial-section .flexible-landing-testimonial-section .wrap .flexbox {
        display: flex;
        flex-wrap: wrap;
    }

    .flexible-landing-testimonial-section .wrap .flexcol {
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin: 10px;
    }


}


@media only screen and (max-width: 1280px) and (min-width: 960px) {
    .flexible-landing-portfolio-section .flexcol:nth-of-type(odd) {
        margin-left: 0;
    }

    .flexible-landing-portfolio-section .flexcol:nth-of-type(even) {
        margin-right: 0;
    }

    .flexible-landing-background-section .main-title {
        font-size: 42px;
    }

    .flexible-landing-background-section .form-wrap .form-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1280px) {
    .flexible-landing-portfolio-section .flexcol {
        flex-basis: calc(33.3% - 27px);
        max-width: calc(33.3% - 27px);
    }

    .flexible-landing-portfolio-section .flexcol:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .flexible-landing-portfolio-section .flexcol:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1340px) {
    .flexible-landing-background-section .background-image .image-section .wrap {
        padding: 0;
    }

    .flexible-landing-testimonial-section .wrap .flexcol {
        flex-basis: calc(25% - 20px);
        max-width: calc(25% - 20px);
        margin: 10px;
    }
}

@media only screen and (min-width: 2000px) {

    .single-landing_page:not(.single-career) .site-header .wrap,
    .single-landing_page .before-header-ribbon .wrap,
    .flexible-landing-background-section .background-image .image-section>.wrap {
        max-width: 75%;
        margin: 0 auto;
    }

    .flexible-landing .review,
    .flexible-landing .form-wrap .gform_wrapper.gravity-theme .gform_footer input[type=submit],
    .flexible-landing .section-content p {
        font-size: 125%;
    }

    .flexible-landing .form-wrap h2.form-title {
        font-size: 300%;
    }

    .flexible-landing h2.section-title {
        font-size: 200%;
    }

    .flexible-landing img {
        width: 100%;
    }

    .flexible-landing-category-section .content-section {
        max-width: 60%;
        margin: 0 auto;
    }

    .flexible-landing-testimonial-section .section-content,
    .flexible-landing-portfolio-section .section-content {
        max-width: 66%;
        margin: 0 auto 30px;
    }

}

@media only screen and (max-width: 960px) {

    .flexible-landing {
        padding: 30px 5%;
    }

    .flexible-landing-background-section .wrap {
        padding-left: 0;
        padding-right: 0;
    }


    .single-landing_page:not(.single-career) .site-header>.wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .single-landing_page:not(.single-career) .site-header {
        position: relative;
    }

    .single-landing_page:not(.single-career) .site-header .title-area {
        padding-left: 5%;
        float: none;
        flex: 1;
        text-align: left;
    }

    .single-landing_page:not(.single-career) .site-header .widget-area.header-widget-area {
        position: relative;
        box-shadow: none;
        text-align: right;
        bottom: auto;
        right: auto;
    }

    .single-landing_page:not(.single-career) .site-header .widget-area.header-widget-area a {
        text-align: right;
        padding: 20px 5%;
    }

    .flexible-landing-background-section .flexcol:first-of-type {
        padding: 40px 0;
    }

    .flexible-landing-background-section .section-content ul>li {
        font-size: 18px;
    }

    .jsmt-floating-cta {
        position: fixed;
        right: -200px;
        bottom: 20px;
        transform: translate(0, 0);
        background-color: white;
        border-radius: 15px;
        box-shadow: 0 0 30px rgb(51 51 51 / 15%);
        opacity: 0;
        transition: 0.5s ease all;
        z-index: 99;
    }

    .jsmt-floating-cta.shrink {
        opacity: 1;
        right: 20px;
    }

    .jsmt-floating-cta a {
        color: white;
        display: block;
    }

    .jsmt-floating-cta #cta-button {
        background-color: var(--mainColor);
        color: white;
        padding: 15px 25px;
        cursor: pointer;
        transition: 0.5s ease all;
        text-align: center;
        border-radius: 15px;
    }

    .jsmt-floating-cta #cta-button h3 {
        font-size: 20px;
    }

    .flexible-landing-image-text-section .flexcol:first-of-type {
        margin-bottom: 20px;
        text-align: center;
    }

    .flexible-landing-background-section .form-wrap,
    .flexible-landing-background-section .form-wrap .form-title,
    .flexible-landing-background-section .form-wrap .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
        border-radius: 0;
    }

    .flexible-landing-background-section .main-title,
    .flexible-landing-background-section .form-wrap .form-title {
        font-size: 30px;
    }

    .flexible-landing-background-section .section-content {
        font-weight: 400;
    }

    .flexible-landing-category-section .category-section .section:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .flexible-landing-background-section .form-wrap {
        box-shadow: unset;
    }

    .flexible-landing-background-section .form-wrap .gform_wrapper,
    .flexible-landing-background-section .form-wrap .gform_legacy_markup_wrapper {
        margin-bottom: 0;
    }

    .flexible-landing-background-section .form-wrap .gform_wrapper .gform_body {
        padding: 20px;
    }

    .flexible-landing-background-section .form-wrap .gform_wrapper .gform_footer {
        padding-top: 0;
    }

    .flexible-landing-background-section .form-wrap .form-title {
        background-color: var(--mainColor);
        color: white;
    }

    .flexible-landing-background-section .flexcol:first-of-type {
        padding: 40px;
    }
}

/*@media only screen and (max-width: 960px) and (min-width: 660px) {
	.single-landing_page:not(.single-career) .site-header .widget-area.header-widget-area {
		position: relative;
		box-shadow: none;
		width: auto;
		float: right;
	}
	.single-landing_page:not(.single-career) .site-header .title-area {
		float: left;
	}
}*/

@media only screen and (max-width: 660px) {

    .flexible-landing .main-title,
    .flexible-landing-background-section .form-wrap .form-title {
        font-size: 32px;
    }

    .flexible-landing-background-section .section-content ul>li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .flexible-landing-products-section .item {
        margin: .25em;
    }

    .flexible-landing-background-section .section-content ul>li::before {
        font-size: 24px;
        display: block;
        float: left;
        margin-bottom: 5px;
        width: 20px;
        height: 20px;
    }

    .flexible-landing-background-section .section-content ul>li::after {
        font-size: 16px;
    }

    .flexible-landing-background-section .form-wrap .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
        border-radius: 0;
    }

    .site-header .widget-area.header-widget-area .header-phone li a {
        padding: 19px 10px;
        font-size: 16px;
        float: right;
        width: auto;
        line-height: 1;
    }

    .flexible-landing-list-section .flexcol .list-title {
        font-size: 20px;
        margin-top: 0;
    }

    .flexible-landing-list-section .flexcol .list-icon i {
        font-size: 18px;
        width: 18px;
        height: 18px;
    }

    .site-header>.wrap {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .flexible-landing-background-section .background-image .image-section .wrap {
        padding: 0;
    }

    .flexible-landing-list-section .flexcol {
        padding: 15px;
    }

    .flexible-landing-background-section .flexcol:first-of-type {
        padding: 40px 5%;
        min-height: 50vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-flow: column;
        justify-content: center;
    }

    .single-landing_page:not(.single-career) .site-header .title-area {
        padding-left: 15px;
    }

    .site-title a {
        font-size: 26px;
    }

    p.site-description {
        font-size: 10px;
    }

    .jsmt-floating-cta {
        bottom: 80px;
    }

    .jsmt-floating-cta #cta-button a {
        letter-spacing: 0;
        text-transform: capitalize;
    }
}