:root {
    --primary-font: 'URW DIN SemiCond';
    --secondary-font:  "Archivo", sans-serif;
    --primary-color: 36, 60, 114; /*#243C72 Blue*/
    --secondary-color: 234, 170, 0; /*#EAAA00 Yellow*/
    --brand-color: 29, 28, 36; /*#1D1C24 dark*/
    --text-color:;
}

body {
    margin: 0;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin: 0 0 20px;
    font-family: var(--secondary-font);
}

img {
    max-width: 100%;
}

.slick-track {
    display: flex !important;
    padding: 0 0 40px;
}

.slick-slide {
    height: inherit !important;
    user-select: initial !important;
}

.slick-dots li:only-child {
    display: none;
}

.slick-next {
    right: -40px;
}

.slick-prev {
    left: -40px;
}

.slick-prev:before,
.slick-next:before {
    display: block;
}

.slick-arrow {
    width: 29px;
    height: 32px;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: center !important;
    transition: .4s;
    z-index: 1;
}

.slick-prev {
    background-image: url(../img/slick/arrow-left.png) !important;
}

.slick-next {
    background-image: url(../img/slick/arrow-right.png) !important;
}

.slick-dots {
    left: 0;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li {
    width: 17px;
    height: 17px;
    transition: .3s;
    margin: 0 7px;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50px;
    background-color: #D0D7E0;
}

.slick-dots li.slick-active {
    
}
.slick-dots li.slick-active button {
    background-color: rgb(var(--primary-color));
}

ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.h1 {
    font-weight: 700;
}

.h2 {
    font-weight: 700;
}

.h3 {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(var(--primary-color));
    font-weight: 700;
}

h1,
.h1 {
    font-size: 42px;
    line-height: 1.2;
}

.h2,
h2 {
    font-size: 32px;
    line-height: 1.4;
}

.h3,
h3 {
    font-size: 28px;
    line-height: 1.5;
}

.h4,
h4 {
    font-size: 24px;
    line-height: 1.2;
}

.h5,
h5 {
    font-size: 22px;
    line-height: 1.7;
}

.h6,
h6 {
    font-size: 20px;
    line-height: 1.2;
}


.p {
    font-size: 17px;
    line-height: 1.7;
}

.fz-h1 {
    font-size: 66px;
    font-weight: 900;
    line-height: 1;
}

.fz-h2 {
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
}

.fz-h3 {
    font-size: 40px;
    font-weight: 700;
    color: #F3970C;
    line-height: 1.8;
}

@media screen and (max-width: 991px) {

    h1,
    .h1 {
        font-size: 34px;
    }

    .h2,
    h2 {
        font-size: 32px;
    }

    .h3,
    h3 {
        font-size: 26px;
    }

    .h4,
    h4 {
        font-size: 22px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 18px;
    }
    .fz-h1 {
        font-size: 55px;
    }

    .fz-h2 {
        font-size: 45px;
    }

    .fz-h3 {
        font-size: 35px;
    }
}



a {
    transition: 0.2s all ease;
    color: var(--text-color);
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    color: var(--primary-color);
}

.container {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}

/*Color */

.bg-primary {
    background: rgb(var(--primary-color)) !important;
}

.bg-secondary {
    background: rgb(var(--secondary-color)) !important;
}

.bg-grey,
.bg-gray {
    background-color: #EDF4FF !important;
}

.bg-white,
.bg-light {
    background: #fff !important;
}

.bg-dark {
    background: #000 !important;
}

.text-dark {
    color: #000 !important;
}

.text-gray a:not(.btn),
.text-gray {
    color: rgb(var(--text-color)) !important;
}

.text-light a:not(.btn),
.text-light {
    color: #ffffff !important;
}

.texts-light *:not(.btn),
.texts-light {
    color: #ffffff !important;
}

.text-light.entry-content > * {
    color: #ffffff !important;
}

.text-dark a:not(.btn),
.text-dark {
    color: #000 !important;
}

a.text-primary:hover,
a.text-primary:focus,
.text-primary {
    color: rgb(var(--primary-color)) !important;
}

a.text-brand:hover,
a.text-brand:focus,
.text-brand {
    color: rgb(var(--brand-color)) !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
.text-secondary {
    color: rgb(var(--secondary-color)) !important;
}

/* Typography */

.font-primary {
   font-family: var(--primary-font); 
}

.font-secondary {
   font-family: var(--secondary-font); 
}

.lh-1 {
    line-height: 1 !important;
}
.lh-12 {
    line-height: 1.2 !important;
}
.lh-13 {
    line-height: 1.3 !important;
}
.lh-14 {
    line-height: 1.4 !important;
}
.lh-15 {
    line-height: 1.5 !important;
}
.lh-16 {
    line-height: 1.6 !important;
}

.lh-18 {
    line-height: 1.8 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.font-900 {
    font-weight: 900 !important;
}

/*Buttons*/

.btn {
    display: inline-block;
    position: relative;
    border: 0;
    transition: .5s;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    line-height: 1.223;
    background-color: rgb(var(--secondary-color));
    text-transform: uppercase;
}

.btn:focus,
.btn:active,
.btn:hover {
    color: #fff;
    background-color: #EAAA00;
}

.btn-lg {
    padding: 12px 25px;
    border-radius: 5px; 
    font-size: 20px;
}

.btn-sm {
    font-size: 15px;
    padding: 8px 26px;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
}

.btn-secondary {
    background-color: var(--secondary-color) !important;
    color: #000 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: rgb(var(--secondary-color)) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.wp-block-button.btn .wp-block-button__link {
    background: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-transform: inherit;
    text-align: inherit;
}

.form-wrap {

}
/* Reusable Classes*/

.emg-sec {
    position: relative;
    padding: 80px 0;
    background-color: #fff;
}

.has-image-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shadow-text {
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15); 
}

.has-shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.07) !important;
}


.has-overlay {
    position: relative;
    z-index: 1;
}

.has-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(28,50,98, .7);
}
/*Social*/

.emg-social {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    justify-content: flex-start;
    padding: 0;
}

.emg-social a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.emg-social.emg-social-inline a:not(:last-child) {
    margin-right: 20px;
}

.emg-social a img {
    width: auto;
    height: auto;
    margin: auto;
    transition: all .3s;
}

.emg-social.emg-social-has-label {
    flex-wrap: wrap;
}

.emg-social.emg-social-list {
    align-items: flex-start;
    flex-direction: column;
}

.emg-social.emg-social-list a {
    margin-bottom: 15px;
}

.emg-social a span {
    margin-left: 10px;
}

.header-top .emg-social a {
    transition: all .3s;
    opacity: .7;
}

.header-top .emg-social a:hover {
    opacity: 1;
}

.header-top .emg-social a:not(:hover) img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.header-top .emg-social a:hover img {
    
}

.emg-social a.icon-fb {
    /*background: #3B5998;*/
}

.emg-social a.icon-tw {
    /*background: #1DA1F2;*/
}

.emg-social a.icon-yt {
    /*background: #FF0000;*/
}

.emg-social a.icon-ins {
    /*background: #405de6;*/
}

.emg-social a.icon-yelp {
    /*background: #af0606;*/
}

.emg-social a.icon-pin {
    /*background: #e60023;*/
}

.bg-image {
    position: absolute!important;
    top: 46%;
    left: 0;
    width: 100%;
    height: 85vh!important;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(-50%);
}


.wp-block-column ul:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) li,
.entry-content ul:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) li {
    padding-left: 32px;
    position: relative;
    list-style:none;
    margin-bottom: 15px;
}

.wp-block-column ul:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) li:before,
.entry-content ul:not(.entry-meta):not(.wufoo-ul):not(.gform_fields) li:before {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../img/circle-check.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.site-content .ngg-galleryoverview {
    margin-top: 0;
}

body.page-template-template-home .ngg-galleryoverview {
    margin-bottom: 0 !important;
}

.site-content .ngg-navigation {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.site-content .ngg-navigation .current,
.site-content .ngg-navigation .current:hover,
.site-content .ngg-navigation .page-numbers:hover,
.site-content .ngg-navigation .page-numbers {
    width: 30px;
    height: 30px;
    background-color: rgb(var(--primary-color));
}

.site-content .ngg-navigation a.next,
.site-content .ngg-navigation a.prev {
    background-color: transparent;
    border-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -1000000px;
    padding: 3px 15px;
}

.site-content .ngg-navigation a.next {
    background-image: url(../img/btn-arrow-left.png);
}

.site-content .ngg-navigation a.prev {
    background-image: url(../img/btn-arrow-right.png);
}

.site-content .ngg-navigation .current:hover,
.site-content .ngg-navigation .current {
    background-color: rgba(var(--primary-color), .8);
}

.emg-nap-item .nap-thumb {
    width: 25px;
    min-width: 25px;
    margin-right: 0;
    display: inline-block;
}

@media screen and (max-width: 1199px) {
 
}

@media screen and (max-width: 991px) {

    .emg-title {
        font-size: 32px;
    }

     .slick-arrow {
        display: none;
        width: 40px;
        height: 80px;
        background-size: 18px !important;
    }
}

@media screen and (max-width: 767px) {
    
    .emg-sec {
        padding: 60px 0;
    }

    .site-content img[class*=wp-image-] {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
    }


    img.alignright,
    .wp-block-image .alignright,
    img.alignleft,
    .wp-block-image .alignright,
    img.aligncenter,
    .wp-block-image .alignright {
        margin: 0 auto 15px !important;
        display: block;
        float: none !important;
    }
}

@media screen and (max-width:600px) {

   .btn-xs-full {
        text-align: center;
        max-width: 400px;
        width: 100% !important;
    }
}

@media screen and (max-width: 575px) {

    .slick-arrow {
        width: 40px;
        height: 80px;
        background-size: 18px !important;
    }

    .slick-prev {
        background-position: calc(100% - 15px) center !important;
    }
}

/* START GRAVITY FORM STYLE*/

.gform_heading {
    display: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 15px !important;
}

.site-content .gform_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.site-content .gform_wrapper label.gfield_label,
.site-content .gform_wrapper legend.gfield_label {
    color: #333;
    font-weight: 500 !important;
    font-size: 18px !important;
}

.site-content .gform_wrapper ul li.gfield {
    margin-top: 20px;
    margin-bottom: 0;
}

.site-content .gform_wrapper li.hidden_label input {
    margin-top: 0;
}

.site-content .gform_wrapper select,
.site-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site-content .gform_wrapper textarea {
    font-family: inherit;
    letter-spacing: normal;
    font-size: 18px !important;
    padding: 8px 10px;
    box-shadow: none!important;
    background-color: #ECECEC!important;
    border-radius: 0;
    color: #888888;
    border: 1px solid #E4E4E4;
    margin-bottom: 0;
}

.site-content .gform_wrapper select,
.site-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site-content .gform_wrapper textarea {
    font-family: inherit;
    letter-spacing: normal;
    font-size: 18px !important;
    padding: 8px 10px;
    box-shadow: none!important;
    background-color: #ECECEC!important;
    border-radius: 0;
    color: #888888;
    border: 1px solid #E4E4E4;
    margin-bottom: 0;
}

.site-content .bg-primary .gform_wrapper select,
.site-content .bg-primary .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site-content .bg-primary .gform_wrapper textarea {
    background-color: #fff !important;
}

.site-content .gform_wrapper textarea.medium {
    height: 120px !important;
}

.site-content .gform_wrapper select::-ms-expand {
    display: none;
}

.site-content .gform_wrapper .ginput_container_date input {
    width: 100% !important;
}

.site-content .gform_wrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 46px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAAAqo0jMgAAAAlwSFlzAAAAYAAAAGAA8GtCzwAAAAd0SU1FB+cLFw0wDk2tVwoAAACwSURBVEjH7dFLDoIwFEbhk7COatQliaj42g6rYGVolGUAyXUANyIqtHWk4R+WfCcNhXF/sYAE4yUNCQGkCJlHwpAhpLChRLgy8+AVJ4C1c0L5UQ/cEi8cIKJEuFkkJg0/dD9oYj7Az++5XaKXDyeU7/uuuPqYsOLtxKLDL3b8kchbiakLBwifEsp3trxOFE3Ci4O+SE6OUBK5coAlBYJQEftwTVRsfXn9L8Jv+Lgf2R1LP2SMFxfTxAAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: 20px;
    outline: none;
}

.site-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.site-content .gform_wrapper textarea:focus {
    border-color: rgb(var(--primary-color));
    outline: none;
}

.site-content .gform_wrapper .gform_page_footer,
.site-content .gform_wrapper .gform_footer {
    text-align: center;
    margin: 30px 0 0 0 !important;
    padding: 0 !important;
    justify-content: center;
}

/* Submit Button*/
.site-content .gform_wrapper .gform_footer input.button,
.site-content .gform_wrapper .gform_footer input[type=submit],
.site-content .gform_wrapper .gform_page_footer input.button,
.site-content .gform_wrapper .gform_page_footer input[type=submit] {
    background: rgb(var(--secondary-color));
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3 !important;
    min-height: auto !important;
    color: #fff;
    box-shadow: none !important;
    padding: 12px 20px !important;
    border: 0 !important;
    outline: none !important;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 0;
    width: 100%;
    text-transform: uppercase;
    transition: all .4s;
}

.site-content .gform_wrapper .gform_footer input.button:hover,
.site-content .gform_wrapper .gform_footer input[type=submit]:hover,
.site-content .gform_wrapper .gform_page_footer input.button:hover,
.site-content .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #c49109 !important;
    color: #fff !important;
}

.main-sidebar .gform_wrapper .gform_footer input.button,
.main-sidebar .gform_wrapper .gform_footer input[type=submit],
.main-sidebar .gform_wrapper .gform_page_footer input.button,
.main-sidebar .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100% !important;
}

.site-content .gform_wrapper .top_label div.ginput_container {
    margin-top: 2px !important;
}

.site-content .gform_wrapper .top_label div.ginput_container_consent {
    position: relative;
    padding-left: 25px;
}

.site-content .gform_wrapper .top_label div.ginput_container_consent label {
    font-size: 14px !important;
}

.site-content .gform_wrapper .top_label div.ginput_container_consent input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 5px;
}

.site-content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.site-content .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 5px 0 0;
    line-height: 1.2;
    font-size: 14px;
    color: #333;
}

.gform_wrapper.gravity-theme .gf_progressbar_blue {
    display: none;
}


.gform_wrapper .gfield .gfield_radio .gchoice {
    color: #000;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    padding: 5px 10px !important;
    font-size: 15px !important;
}

/*Validation*/
.site-content .gform_wrapper .validation_message {
    /*color: #e37777;*/
}

.site-content .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
}
.site-content .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site-content .gform_wrapper li.gfield_error textarea {
    /*border-color: #790000;*/
}

.site-content .gform_wrapper div.validation_error {
    display: none;
}

.site-content .gform_wrapper li.gfield.gfield_error,
.site-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-top: 0;
    border: 0 !important;
}

.bg-light .gform_wrapper .gfield .gfield_description {
    color: #000;
}

.gform_wrapper .ginput_container.ginput_container_phone + .gfield_description {
    display: none; 
}

/* Step Form */

.contact-form .gform_wrapper form {
    background: #fff;
    border: 1px solid #cdcdcc;
    padding: 30px 35px 30px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.site-content .gform_wrapper form .gfield.gfield_error {
    border: none;
    /*background: #fff;*/
    margin: 0;
    padding: 0;
    text-align: left;
}

/*.contact-form .gform_wrapper .inivisible_label .gfield_label {*/
.site-content .gform_wrapper .inivisible_label .gfield_label {
    visibility: hidden;
    height: 0 !important;
}

.site-content .gform_wrapper .gfield.emg-inline-radio input[type="radio"] {
    display: none !important;
}

.site-content .gform_wrapper .gfield.emg-inline-radio .gchoice {
    margin-top: 15px;
}

.site-content .gform_wrapper .gfield.emg-inline-radio input[type="radio"] + label {
    border: 2px solid rgb(var(--primary-color));
    background-color: transparent;
    cursor: pointer;
    display: block;
    height: 46px;
    text-align: center;
    font-size: 18px !important;
    width: 100% !important;
    transition: .3s all;
}

.site-content .gform_wrapper .gfield.emg-inline-radio input[type="radio"] + label:hover,
.site-content .gform_wrapper .gfield.emg-inline-radio input[type="radio"]:checked + label {
    border: 2px solid rgb(var(--primary-color));
    background-color: rgb(var(--primary-color));
    color: #fff !important;
}

.site-content .gform_wrapper.gravity-theme .ginput_container_address.has_street2 span {
    flex: 0 0 50%;
}

.site-content .gform_wrapper.gravity-theme .ginput_container_address span.address_zip {
    flex: 0 0 100%;
}

.emg-contact-gravityform-inner {
    text-align: center;
    border: 1px solid #cdcdcc;
    padding: 15px;
    border-radius: 5px;
}

/*.contact-form .gform_wrapper .gfield:not(.property-listed-yes-no):not(.gfield--type-address) legend.gform-field-label,*/
.site-content .gform_wrapper .gfield.emg-inline-radio:not(.gfield--type-address) legend.gform-field-label,
.site-content .gform_wrapper .gfield--type-html > * {
    font-family: var(--secondary-font);
    font-size: 22px !important;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.site-content .gform_wrapper .gfield.emg-inline-radio input[type="radio"] + label {
    max-width: calc(100% - 10px);
}

.site-content .gform_wrapper .gfield.emg-inline-radio .gfield_checkbox .gchoice,
.site-content .gform_wrapper .gfield.emg-inline-radio .gfield_radio .gchoice {
    display: flex;
    align-items: center;
}

.site-content .gform_wrapper .gfield.emg-inline-radio .gfield_radio .gchoice label {
    padding: 7px 15px 5px;
}

.site-content .gform_wrapper .gform_page_footer {
    display: flex;
}

.site-content .gform_wrapper .gform_page_footer .button {
    background: rgb(var(--primary-color)) !important;
    color: #fff !important;

    max-width: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 12px 15px !important;
    font-size: 20px !important;
    border: 0;
}

.site-content .gform_wrapper .gform_previous_button {
    margin-right: 15px !important;
}


.site-content .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background: rgb(var(--primary-color));
}

@media only screen and (min-width: 641px) {

    .gform_wrapper .gfield.gf_list_2col .gfield_checkbox label,
    .gform_wrapper .gfield.gf_list_2col .gfield_radio label,
    .gform_wrapper .gfield.gf_list_3col .gfield_checkbox label,
    .gform_wrapper .gfield.gf_list_3col .gfield_radio label,
    .gform_wrapper .gfield.gf_list_4col .gfield_checkbox label,
    .gform_wrapper .gfield.gf_list_4col .gfield_radio label {
        max-width: calc(100% - 10px);
    }

    .gform_wrapper .gfield.gf_list_5col .gfield_checkbox .gchoice,
    .gform_wrapper .gfield.gf_list_5col .gfield_radio .gchoice {
        width: 100%;
    }

    .gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_checkbox,
    .gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_radio,
    .gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_checkbox,
    .gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_radio {
        grid-column-gap: 0.5rem !important;
    }
}

@media screen and (max-width: 640px) {

    .gform_wrapper .gform_page_footer {
        flex-wrap: wrap;
    }

    .gform_wrapper .gform_previous_button {
        margin-bottom: 15px !important;
        margin-right: 0 !important;
    }
}

.sidebar-form {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    border: 1px solid #cdcdcc;
    margin-bottom: 20px;
}

.wp-block-column.bg-light .gfield.gfield_html, 
.wp-block-column.bg-light .gfield.gfield_html h3 {
    color: #000;
}

