/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0.4
Template: bridge
*/
@import url("../bridge/style.css");

/* HEADER TOP */
.header-widget.widget_nav_menu ul.menu li a:hover {
	color: #d180c1 !important;
}

@media(max-width: 768px) {
        .header_top .container_inner {
        	width: auto;
        }
	.hide_top_bar_on_mobile_header .header_top {
	    display: block !important;
	}
	.header_top .left .inner>div p {
		font-size: 16px;
	line-height: 2;
	}
	.header_top .left .inner>div a {
		font-size: 16px;
	}
	.header_top .right {
	display: none;
	}
}

/* FOOTER TOP */
.footer_top h5 {
	font-size: 36px;
}

/* ACCORDION */
.qode-accordion-holder .qode-title-holder {
	margin-bottom: 5px;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title, .qode-accordion-holder .qode-title-holder .qode-tab-title-inner {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
}
/* CALDERA FORMS */
.caldera-grid .btn-default {
    color: #fff!important;
    background-color: #905987!important;
    border-color: #905987!important;
}
.caldera-grid .btn.btn-default:hover {
	background-color: #ffffff;
	border-color: #905987;
	color: #905987;
}
.caldera-grid .btn { 
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
}

.caldera-grid .checkbox label, .caldera-grid .radio label {
	font-size: 15px;
}
.caldera-grid h3 span,
.caldera-grid h3 a{
	font-size: 46px !important;
}
/*RESPONSIVE*/
@media only screen and (max-width: 480px) {
	h4.qode-accordion-holder .qode-title-holder {
		font-size: 18px;
	}
}

@media (max-width: 900px) {
	.qode-title-holder.ui-accordion-header span.qode-tab-title .qode-tab-title-inner{
  		font-size: 18px;
	}
}

header.fixed.scrolled .header_top{
  display: block!important;
  background-color: rgba(144,89,135,1)!important;
}
/* LISTS */
li {
	font-family: 'Open Sans', sans-serif;
}


@media only screen and (max-width: 600px) {
.q_image_with_text_over .desc {
	margin: 0 15px;
	font-size: 15px;
    line-height: 23px;
}
.desc h4{
    margin-bottom: 1px;
}
.desc p{
    margin-top: 5px;
    font-size: 15px;
}
}

.ht-notification-text p {
    color: #ffffff	;
    text-align: center;
    font-size: 16px;
}
@media(max-width: 768px) {
	.ht-n-bottom .ht-n-close-toggle {
		right: -4px !important;
		background-color: #000;
	}
}

/*Userway widget - removed original*/
#logo_user_way {
    padding-top: 15px;
    padding-bottom: 15px;
}

.userway_code {
    background-color: #0085ba;
    padding: 15px;
    color: #fff;
}

.userway_code_error {
    background-color: #A7301F;
    padding: 15px;
    color: #fff;
}
.header-left-widget p {
	margin: 0;
}

.header_top .header-widget span:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome) {
	font-size: 12px !important;
}
nav.main_menu>ul>li>a {
    padding: 0 10px !important;
}
header .header_top .q_social_icon_holder{
	width: 30px !important;
}

.obj-fit-image {
        position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.obj-fit-image > .wpb_wrapper {
     height: 100%;
 }
 .obj-fit-image .vc_single_image-wrapper {
     width: 100%;
    height: 100%;
    position: relative;
 }

.obj-fit-image .vc_single_image-wrapper img {
        object-fit: cover;
    width: 100%;
    height: 100%;
}
.obj-fit-image .vc_single_image-wrapper::before {
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
}




/**
 * ReSkinning
 */

@media(max-width: 560px) {
    h1, .h1, .title h1 {
        font-size: 44px;
    line-height: 54px;
    }
    h2 {
        font-size: 35px;
        line-height: 40px;
    }
}
.footer_bottom_holder {
    padding-top: 25px;
    padding-bottom: 25px;
        background-color: #fff !important;
}
.footer_bottom p,
.footer_bottom a {
    color: #222 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
.footer_bottom .simple_social {
    width: 45px;
    height: 45px;
    display: flex !important;
    justify-content: center;
    align-items: center;;
    color: #fff;
    background: #ccc;
    font-size: 16px;
}
.footer_bottom .simple_social.social_facebook  {
    background: #2c5a98;
}
.footer_bottom .simple_social.social_twitter  {
    background: #00a4f5;
}
.footer_bottom .simple_social.social_pinterest {
    background: #ff1f00;
}
.footer_bottom .simple_social.social_instagram  {
    background: #ad0094;
}
.footer_bottom .simple_social.social_wordpress  {
    background: #323132;
}
.footer_bottom .simple_social.social_rss  {
    background: #fd603c;
}
.footer_bottom .q_social_icon_holder:hover .simple_social{
    color: #fff !important;
}

#footer-new-section {
    background: #905987;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer-new-section p,
#footer-new-section a {
    color: #fff;
}
#footer-new-section .address,
#footer-new-section .text,
#footer-new-section .phone{
    display: flex;
    position: relative;
    padding-left: 30px;
}
#footer-new-section .address::before {
    content:'';
    width: 20px;
    height: 22px;
    left: 0;
    top: 7px;
    background-image: url(img/maps-and-flags.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    z-index: 88;
}
#footer-new-section .phone::before {
    content:'';
    width: 20px;
    height: 22px;
    left: 0;
    top: 3px;
    background-image: url(img/mobile-alt-solid.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    z-index: 88;
}
#footer-new-section .text::before {
    content:'';
    width: 20px;
    height: 22px;
    left: 0;
    top: 3px;
    background-image: url(img/comment-alt-regular.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    z-index: 88;
}
.map-marker-svg {
    fill: green;
    color: #000;
    height: 45px !important;
    width: 45px !important;
}

#footer-new-section h5{
        font-size: 24px;
    color: white;
    font-weight: 600;
}
#footer-new-section .footer_col2 {
    padding-top: 38px;
}
#footer-new-section .textwidget strong {

    font-size: 18px;
    font-weight: 400;
}
#footer-new-section .textwidget p {
        font-size: 15px;
}

.banner-form-text h4 {
    color: white;
    font-weight: 600;
    line-height: 1.5;
}

.banner-form-text p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}
.banner-form-text .wpb_wrapper {
    max-width: 580px;
}
@media(max-width: 768px) {
    .banner-form-text h4 {
        line-height: 1.2;
    }
    .banner-form-text p {
        margin-bottom: 25px !important;
    }
    .mob-order-1 {
        order: 1;
    }
    .mob-order-2 {
        order: 2;
    }

}

#our-services .image_with_text {
    background-color: #905987;
    text-align: center;
    border-radius: 20px;
}
#our-services .image_with_text img {
    display: block;
    width: 100%;
    border-radius: 20px 20px 0 0;
    margin: 0;
}
#our-services .service-box h4 {
    color: white;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
}
#our-services .service-box h4 a{
    color: inherit;
    font-size: inherit;
}

#our-services .service-box div > .wpb_wrapper {
    background-color: #905987;
    text-align: center;
    border-radius: 20px;
}
#our-services .service-box .vc_single_image-wrapper {
    width: 100%;
}
#our-services .service-box .vc_single_image-wrapper img {
    display: block;
    width: 100%;
    border-radius: 20px 20px 0 0;
    margin: 0;
}
#our-services .service-box .wpb_text_column {
    padding: 20px 0 20px 0;

}
.testimonial-slider p {
    color: #000 !important;
}
.border-r-20 img {
    border-radius: 20px;
}
.flex-row > div,
.flex-row > div .section_inner_margin {
    display: flex;
    align-items: center;
}
@media(max-width: 768px) {
    .flex-row > div,
    .flex-row > div .section_inner_margin {
        flex-direction: column;
    }
}
.qbutton, .qbutton.medium {
    font-weight: 500;
    font-size: 18px !important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
}
.qbutton.min-width-156 {
    min-width: 154px;
    box-sizing: border-box !important;
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
}
@media(max-width: 480px) {
    .qbutton.min-width-156 {
        min-width: 100%;
            margin: 0 0 20px 0 !important;
    }
}
.font-semi-bold h1,
.font-semi-bold h2,
.font-semi-bold h3 {
    font-weight: 800;
}
.font-medium-bold h4,
.font-medium-bold h5{
  font-weight: 700;
}

.az-list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.az-list li::before {

    content: '';
    width: 30px;
    height: 30px;
    background-image: url(img/circle-notch-solid.svg);
    fill: red;
    background-size: 50%;
    position: absolute;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
}
.fa-circle-notch {
    fill: red;
    color: red;
}

.az-list ul {
        margin: 25px 0;
}
.faq-wrapper > div > div {
    padding: 75px;
    background-color: #fff;
    display: flex;
    margin-left: 0;
    margin-right: 0;
}
@media(max-width: 768px) {
    .faq-wrapper > div > div{
        padding: 35px 15px;
    }
}
#faq-content .qode-accordion-holder {
    margin-top: 25px;
    margin-bottom: 20px;
}
#faq-content .qode-title-holder .qode-tab-title-inner{
    font-size: 18px;
    font-weight: 600;
    color: #3d3d3d;
}
#faq-content .qode-tab-title-inner {
   padding-left: 0;
}
#faq-content  .icon_plus:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
}
#faq-content  .icon_minus-06:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
}
#faq-content .qode-accordion-holder .qode-accordion-content {
    padding-left: 0;
    padding-top: 0;
}
#faq-content  .qode-accordion-holder .qode-title-holder.ui-state-hover,
#faq-content  .qode-accordion-holder .qode-title-holder.ui-state-active {
    background-color: transparent;
}


.resource-box > div > div.wpb_wrapper {
    background: #f3f3f3;
    border-radius: 10px;
}
.resource-box .vc_single_image-wrapper,
.resource-box .vc_single_image-wrapper img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}
.resource-box .wpb_text_column {
    padding: 25px 15px 0 15px;
    color: #000;
}
.resource-box .wpb_text_column a {
    color: #000;
    font-weight: 500;
}
.resource-box .wpb_text_column:last-child {
    padding-bottom: 25px;
}
.resource-box .wpb_text_column p {
    margin-top: 0;
     color: #000;
}
.resource-box .wpb_text_column h5 {

    font-size: 25px;
    font-weight: 700;
}

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


#contact-form-section .contact-wrapper > div > div {
    padding: 75px 50px;
    background-color: #f0f4f6;
    display: flex;
    margin-left: 0;
    margin-right: 0;
        width: 100%;
}
@media(max-width: 768px){
    .contact-wrapper.flex-row .section_inner {
        width: 100%;
    }
    #contact-form-section .contact-wrapper > div > div {
        padding: 55px 20px;
    }
}

#contact-form-section .caldera-grid .form-control,
#short-form .caldera-grid .form-control{
    height: 50px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #282828;
    box-shadow: none;
    padding-left: 0;
}
#short-form  .caldera-grid .form-control {
     border-bottom: 1px solid #fff;
     color: #fff;
}
#short-form  .caldera-grid select option {
    color: #785690;
}
#contact-form-section .caldera-grid .form-group{
    margin-bottom: 25px;
}
#contact-form-section .caldera-grid .form-control::-webkit-input-placeholder {
  color: #282828;
}
#contact-form-section .caldera-grid .form-control::-moz-placeholder {
  color: #282828;
}
#contact-form-section .caldera-grid .form-control:-ms-input-placeholder {
  color: #282828;
}
#contact-form-section .caldera-grid .form-control:-moz-placeholder {
  color: #282828;
}
#contact-form-section .caldera-grid .form-control:focus::-webkit-input-placeholder {
  color: rgba(40, 40, 40, .5);
}
#contact-form-section .caldera-grid .form-control:focus::-moz-placeholder {
  color: rgba(40, 40, 40, .5);
}
#contact-form-section .caldera-grid .form-control:focus:-ms-input-placeholder {
  color: rgba(40, 40, 40, .5);
}
#contact-form-section .caldera-grid .form-control:focus:-moz-placeholder {
  color: rgba(40, 40, 40, .5);
}
#contact-form-section .btn {
   color: #fff !important;
    background: #905987 !important;
    min-width: 210px;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 15px;
}
#contact-form-section  .caldera-grid .col-sm-6,
#contact-form-section  .caldera-grid .col-sm-12,
#short-form  .caldera-grid .col-sm-6,
#short-form  .caldera-grid .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
}
#contact-form-section  .caldera-grid .row,
#short-form  .caldera-grid .row {
    margin-left: -15px;
    margin-right: -15px;
    }

#short-form  .caldera-grid label {
    color: #fff;
}
#short-form .caldera-grid .has-error .help-block{
   color: rgba(255, 255, 255, .4);
}
#short-form .caldera-grid .form-control::-webkit-input-placeholder {
  color: #fff;
}
#short-form .caldera-grid .form-control::-moz-placeholder {
  color: #fff;
}
#short-form .caldera-grid .form-control:-ms-input-placeholder {
  color: #fff;
}
#short-form .caldera-grid .form-control:-moz-placeholder {
  color: #fff;
}
#short-form .caldera-grid .form-control:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5);
}
#short-form .caldera-grid .form-control:focus::-moz-placeholder {
  color: rgba(255, 255, 255, .5);
}
#short-form .caldera-grid .form-control:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}
#short-form .caldera-grid .form-control:focus:-moz-placeholder {
  color: rgba(255, 255, 255, .5);
}
#short-form .btn {
    color: #785690 !important;
    background: #fff !important;
    min-width: 192px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 15px;
}

#process-new .image_with_text{
    text-align: center;
    position: relative;
    z-index: 1;
}
#process-new .image_with_text img{
    position: relative;
    width: 100%;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 0;
    box-shadow: 0px 5px 9px -2px rgb(0 0 0 / 50%);
    max-width: 250px;
    max-height: 250px;
}
#process-new .image_with_text img::before {
    content: 'sdf';
}
#process-new .image_with_text h3 {
    font-size: 20px;
    text-transform: upppercase;
    font-weight: 700;
    color: #171c20
}
#process-new .separator.transparent {
    display: none;
}
#process-new .image_with_text::before {
    content: '';
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 188px;
    right: 23px;
    z-index: 5;
    background-color: #905987;
    color: white;
    font-weight: 700;
}
#process-new .process-col-1 .image_with_text::before{
content: '01';
}
#process-new .process-col-2 .image_with_text::before{
content: '02';
}
#process-new .process-col-3 .image_with_text::before{
content: '03';
}
#process-new .process-col-4 .image_with_text::before{
content: '04';
}
#process-new .process-col-5 .image_with_text::before{
content: '05';
}
.sk-gradation {
    display: flex;
    max-width: 1550px;
    margin: 0 auto;
}
.sk-gradation .item {
    width: calc(100%/3);
    text-align: center;
    margin-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
.sk-gradation .image-wrap {
    text-align: center;
    position: relative;
    display: inline-block;
}
.sk-gradation .image-wrap img {
    width: 100%;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0px 5px 9px -2px rgb(0 0 0 / 50%);
    max-width: 215px;
    max-height: 215px;
}
.sk-gradation .content-wrap {
    text-align: center;
}
.sk-gradation .content-wrap .text{
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}
.sk-gradation .content-wrap h2 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
    color: #171c20;
    height: auto;
    text-align: center;
    text-transform: uppercase;
}
.sk-gradation .count {
        position: absolute;
    bottom: 36px;
    right: 12px;
    z-index: 2;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #905987;
    color: white;
    border-radius: 50%;
    font-weight: 700;
}
@media (max-width: 991px){
    .sk-gradation {
        display: block;
    }
    .sk-gradation .item {
        width: 100%;
    }
}


.max-1330 {
    max-width: 1330px !important;
    margin: 0 auto;
    margin-top: 100px;
}
@media(max-width: 768px) {
    .max-1330 {
        margin-top: 0px;
    }
	.column3.footer_bottom_column {
		margin-top: 15px;
	}
}

/*
GForm Field
*/
.gform_wrapper.gravity-theme .gform_fields {
  column-gap: 3% !important;
}
.gform_wrapper.gravity-theme .gfield input:not([type=checkbox]):not([type=radio]), 
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield_select{
  font-family: 'Open Sans', sans-serif;
	height: 50px;
	width: 100%;
    padding-left: 0;
    font-weight: 500;
	color: #565656;;
    background-color: transparent;
    border:none;
	border-bottom:1px solid #282828;
}
.gform_wrapper.gravity-theme textarea {	
  font-family: 'Open Sans', sans-serif;
    padding-left: 0;
    font-weight: 500;
	color: #565656;
    background-color: transparent;
    border: none;
	border-bottom: 1px solid #282828;
}
.gform_wrapper.gravity-theme .gfield_label{
  font-family: 'Open Sans', sans-serif;
	color: #565656;
	font-weight: 600 !important;
}
.gform_wrapper .gfield_error legend.gfield_label {
  font-family: 'Open Sans', sans-serif;
color: #c02b0a;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label{
  font-family: 'Open Sans', sans-serif;
	color: #565656;
	font-weight: 500 !important;
}
.gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder { 
  color: #565656;
}
.gform_wrapper.gravity-theme .gfield input::-moz-placeholder {
  color: #565656;
}
.gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder {
  color: #565656;
}
.gform_wrapper.gravity-theme .gfield input:-moz-placeholder {
  color: #565656;
}
.gform_wrapper.gravity-theme .gfield input:focus::-webkit-input-placeholder { 
  color: rgba(0, 0, 0, .25);
}
.gform_wrapper.gravity-theme .gfield input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, .25);
}
.gform_wrapper.gravity-theme .gfield input:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, .25);
}
.gform_wrapper.gravity-theme .gfield input:focus:-moz-placeholder {
  color: rgba(0, 0, 0, .25);
}

.gform_wrapper.gravity-theme .gfield-choice-input {    
    position: relative;
    top: 8px !important;
    vertical-align: top !important;
}
.gform_wrapper.gravity-theme .gform_footer {
	display: block !important;
}
 .gform_wrapper.gravity-theme .gform_footer input {
   font-family: 'Open Sans', sans-serif;
	color: #fff!important;
    background: #905987!important;
    border-color: #905987!important;
    min-width: 210px;
    height: auto;
    text-align: center;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0;
}
.gform_wrapper .gform_validation_errors {
	display: none;
}
.gform_wrapper.gravity-theme .description, 
.gform_wrapper.gravity-theme .gsection_description, 
.gform_wrapper.gravity-theme .instruction {
	display: none;
}
.gform_wrapper.gravity-theme .gfield_description {
	margin: 0;
    padding: 0 !important;
    border: none !important;
	color: #a94442 !important;
    background-color: transparent !important;
}


#short-form .gform_wrapper .gform_fields .gfield {
    margin: 0 0 5px;
}
#short-form .gform_wrapper.gravity-theme .gform_fields {
  column-gap: 5% !important;
}
#short-form .gform_wrapper.gravity-theme .gfield input:not([type=checkbox]):not([type=radio]), 
#short-form .gform_wrapper.gravity-theme .gfield select,
#short-form .gform_wrapper.gravity-theme .gfield_select,
#short-form .gform_wrapper.gravity-theme textarea {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
	border-bottom:1px solid #ffffff;
}

#short-form .gform_wrapper.gravity-theme .gfield select option {
  font-family: 'Open Sans', sans-serif;
    color: #785690;
}

#short-form .gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder { 
  color: #fff;
}
#short-form .gform_wrapper.gravity-theme .gfield input::-moz-placeholder {
  color: #fff;
}
#short-form .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder {
  color: #fff;
}
#short-form .gform_wrapper.gravity-theme .gfield input:-moz-placeholder {
  color: #fff;
}
#short-form .gform_wrapper.gravity-theme .gfield input:focus::-webkit-input-placeholder { 
  color: rgba(255, 255, 255, 0.25);
}
#short-form .gform_wrapper.gravity-theme .gfield input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
#short-form .gform_wrapper.gravity-theme .gfield input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
#short-form .gform_wrapper.gravity-theme .gfield input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.gform_heading {
	display: none !important;
}


#short-form .gform_wrapper.gravity-theme .gform_footer input {
  font-family: 'Open Sans', sans-serif;
  color: #785690!important;
    background: #fff!important;
    min-width: 192px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
    border-radius: 0;
}
#short-form .gform_wrapper.gravity-theme .gfield_description {
  font-family: 'Open Sans', sans-serif;
color: rgba(255,255,255,.4) !important;
    background-color: transparent;
}
#short-form .gform_wrapper legend.gfield_label {
  font-family: 'Open Sans', sans-serif;
color: #fff;
}
#short-form .gform_wrapper .gfield_error legend.gfield_label {
  font-family: 'Open Sans', sans-serif;
color: #fff;
}
#short-form .gform_wrapper.gravity-theme .gfield-choice-input+label{
  font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 500 !important;
}

.gform_wrapper.gravity-theme .gfield input:not([type=checkbox]):not([type=radio]) {
	width: 100% !important;
}

#gform_wrapper_7 {
	display: block !important;
}
#field_7_5, #field_7_11, #field_7_9, #field_7_13, #field_7_12, #field_7_8 {
	display: none;
}
body .uwy .userway_buttons_wrapper {
	  position: absolute;
}
body .uwy .uai {
	display: none;
}
.cmplz-cookiebanner {
    display: none;
}
