/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


p:last-child {margin-bottom: none;}

body h1, body  h2, body h3, body h4, body h5, body h6 {
    margin-top: .8rem;
    margin-bottom: 2.5rem;
}


/* Gravity forms */

.gform_wrapper {
    font-family: "Montserrat", Sans-serif;
}

.gform_body {
    margin-top: 40px;
}

.gfield_label {
    font-weight: 600;
    line-height: 1.8;
}

.gform_required_legend  {
	display: none;
}

.gfield_description {
    font-size: 14px;
    margin-top: 14px;
}

/* field */
.gform_wrapper .gfield:not(.gform_hidden) {
    margin-bottom: 36px;
}
.home .gform_wrapper .gfield:not(.gform_hidden):not(.gfield_html) {
    margin: 0 -50px 40px -50px;
    padding: 0 50px 40px 50px;
    border-color: #eee;
    border-style: solid;
    border-width: 0 0 1px;
}
@media(max-width:767px){
    .home .gform_wrapper .gfield:not(.gform_hidden):not(.gfield_html) {
        margin: 40px -20px 40px -20px;
        padding: 0 20px 40px 20px;
    }
}

.home .gform_wrapper .gfield:last-child:not(.gform_hidden) {
    margin-bottom: 60px;
}

.gform_wrapper .top_label div.ginput_container {
    margin-top: 24px;
}

/* Buttons */
.gform_body .button, .gform_footer .button {
    border: 1px solid var( --e-global-color-primary );
} 

/* Hide prev button in questionnaires */
.gform_wrapper .gform_page_footer .button.gform_previous_button {
display: none;
}

.gform_wrapper .gform_body .gform_page_footer {
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Headings in Gravity */
.gfield_html h2 span {
    COLOR: var(--e-global-color-accent);
    font-size: 140%;
}


/* Spinner */
.gform_ajax_spinner {
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
	width: 100px;
	height: 100px;
    -webkit-animation: spinner 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
}
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.duration {
    font-size: 16px;
    margin-bottom: 40px;
}

/* Gravity Forms survey design - likert fields - Impruve UI - Suitable for numbers only and affects as long as there is no .textual-likert CSS selector */

.gform_wrapper .gsurvey-survey-field:not(.textual-likert) .gsurvey-likert {
    max-width: 220px;
    border-collapse: separate;
    border-spacing: 5px 0;
    border: none;
    margin: 0;
}

.gform_wrapper .gsurvey-survey-field:not(.inline-likert) label {
    margin-bottom: 10px;
}

.gform_wrapper .gsurvey-survey-field:not(.textual-likert)  .gsurvey-likert thead {
	display: none;
}

.gsurvey-likert-focus:after {
    box-shadow: 0px 0px 1px 2px rgb(6 173 195 / 90%);
}

.gform_wrapper .gform_fields .gsurvey-survey-field:not(.textual-likert) .gsurvey-likert td:after {
    content: attr(data-label);
    line-height: 2;
    display: inline-block;
    margin-left: 2rem;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    max-height: unset;
    border-radius: 50%;
    line-height: 2;
}



.gform_wrapper .gsurvey-survey-field:not(.textual-likert) .ginput_container_likert .gsurvey-likert tr {
    display: table-row;
}

.gform_wrapper .gsurvey-survey-field:not(.textual-likert) .gsurvey-likert td.gsurvey-likert-choice {
    display: table-cell;
    background-image: none;
    background-color: transparent!important;
    border: none;
    transition: .3s ease-out;
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: center!important;
}

.gform_wrapper .gsurvey-survey-field:not(.textual-likert) .gsurvey-likert td.gsurvey-likert-choice:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 27px;
    background-image: none;
    max-height: unset;
    transition-duration: .25s;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var( --e-global-color-accent );
    color: var( --e-global-color-accent );
    height: 36px;
    width: 36px;
}

.gform_wrapper .gform_fields .gsurvey-survey-field:not(.textual-likert) .gsurvey-likert td.gsurvey-likert-choice:after {
    margin: auto;
    clear: both;
    display: table;
    font-size: 18px;
    color: var( --e-global-color-accent );
    transition-duration: .5s;
}

.gform_wrapper .gfield table.gsurvey-likert td input[type='radio'] {
    position: absolute;
}

.gform_wrapper .gsurvey-survey-field:not(.textual-likert) .gsurvey-likert tr td.gsurvey-likert-choice.gsurvey-likert-hover:before {
    border-color: #6EC1E4;
    box-shadow:  0 0 3px #6EC1E4;
}

.gform_wrapper .gsurvey-survey-field:not(.textual-likert) .gsurvey-likert tr td.gsurvey-likert-choice.gsurvey-likert-hover:after {
    color:var( --e-global-color-accent );
}

.gform_wrapper .gsurvey-survey-field:not(.textual-likert) .gsurvey-likert tr td.gsurvey-likert-choice.gsurvey-likert-selected:before {
    border-color: #FDBB47;
}

.gform_wrapper .gsurvey-survey-field:not(.textual-likert) .gsurvey-likert tr td.gsurvey-likert-choice.gsurvey-likert-selected:after {
    color: #fff;
    text-align: center;
    background-color: var( --e-global-color-accent );
}


/*  Likerts with short labels design - "inline-likert" selector in field */
.gform_wrapper .gfield.gsurvey-survey-field.inline-likert:not(.textual-likert) {
	padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            margin: 0 -50px 0 -50px;
            padding: 40px 50px 40px 50px;
}

@media(max-width:767px){
    .gform_wrapper .gfield.gsurvey-survey-field.inline-likert:not(.textual-likert) {
        margin: 0 -20px 0 -20px;
        padding: 40px 20px 40px 20px;
    }
}

.inline-likert:nth-child(odd){
    background-color: #fdfdfd;
}

.gform_wrapper .gfield.gsurvey-survey-field.inline-likert:not(.textual-likert):last-child {
    margin-bottom: 50px;
}

.inline-likert:focus-within {
    background-color: #f3f3f3;
}

.gform_wrapper .gsurvey-survey-field.inline-likert label {
    min-width: 320px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-weight: 400;
    padding: 0 20px;
    order: 1;
} 
.gform_wrapper .gsurvey-survey-field.inline-likert .gfield_description {
    order: 0;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.gform_wrapper .gsurvey-survey-field.inline-likert .gfield_description img {
    border-radius: 5px;
}

.gform_wrapper .gsurvey-survey-field.inline-likert .ginput_container_likert {
    margin: 0;
    min-width: 220px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
	cursor: pointer;
    order: 2;
}

.gform_wrapper .gsurvey-survey-field.inline-likert table.gsurvey-likert {
	max-width: unset;
	margin:0;
}

@media (max-width: 767px){
	.gform_wrapper  .gsurvey-survey-field.inline-likert:not(.textual-likert) {
        padding: 10px;
    }

    .gform_wrapper .gsurvey-survey-field.inline-likert label {
        margin-bottom: 30px;
        margin-top: 20px;
    }

}


/* Radio buttons and checkboxes */

.gchoice:not(:last-child) {
    margin-bottom: 10px;
}

/* radio and checkbox labels */ 
.gchoice label {
    cursor: pointer;
    font-size: 18px;
    margin-left: 10px;
    max-width: calc(100% - 45px);
}

.gchoice input:checked + label {
    font-weight: 600;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .gform_wrapper .gform_fields .gfield input[type='radio'], 
    .gform_wrapper .gform_fields .gfield input[type='checkbox'] {
        --active: #1569AE;
        --active-inner: #fff;
        --focus: 1px #6EC1E4;
        --border: #1569AE;
        --border-hover: #6EC1E4;
        --background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        margin:3px;
        height: 21px;
        width: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
        transition: background .3s, border-color .3s, box-shadow .2s;
    }
    
    .gform_wrapper .gform_fields .gfield input[type='radio'] {
        border-radius: 50%;
    }

    .gform_wrapper .gform_fields .gfield input[type='checkbox'] {
        border-radius: 0;
    }
    .gform_wrapper input[type=checkbox]:after,
    .gform_wrapper input[type=radio]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        opacity: var(--o, 0);
    }
    .gform_wrapper input[type='radio']:hover:not(:checked):not(:disabled), 
    .gform_wrapper input[type='checkbox']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
        box-shadow: 0 0 0 var(--focus);
    }
    
    .gform_wrapper input[type='radio']:checked, 
    .gform_wrapper input[type='checkbox']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
        --o: 1;
    }

    .gform_wrapper input[type=checkbox]:hover:not(:checked):not(:disabled),
    .gform_wrapper input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
      }
      .gform_wrapper input[type=checkbox]:focus,
      .gform_wrapper input[type=radio]:focus {
        box-shadow: 0 0 0 var(--focus);
      }    
      .gform_wrapper input[type=checkbox]:after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
      }
      .gform_wrapper input[type=checkbox]:checked {
        --r: 43deg;
      }
      .gform_wrapper input[type=radio]:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        transform: scale(var(--s, 0.5));
    }
}

.gform_wrapper div.gform_body .gform_fields .gfield.gfield_html {
    margin-bottom: 18px;
}


/* Image chices */

.gform_wrapper .image-choices-field .ginput_container {
    max-width: 740px;
}

.gform_wrapper #field_2_16.image-choices-field  {
    max-width: unset;
}

.image-choices-field div.gfield_radio, .image-choices-field div.gfield_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.gform_wrapper .image-choices-field label .image-choices-choice-text {
    font-size: 18px;
    text-align: left;
    margin-top:15px;
}

.gform_wrapper .image-choices-field .image-choices-choice {
    width: calc( 50% - 13px);
    /* border-radius: 5px; */
    /* background-color: #f0f0f0; */
}

@media(min-width: 768px){
    .gform_wrapper #field_2_16.image-choices-field .image-choices-choice {
        width: calc( 25% - 13px);
    }
}

.gform_wrapper .image-choices-field .image-choices-choice-hover,
.gform_wrapper .image-choices-field .image-choices-choice-focus,
.gform_wrapper .image-choices-field .image-choices-choice-selected{
    
    border-color: #aaa;
}

.image-choices-field .image-choices-choice label {
    height: 100%;
    padding: 0!important;
}

.gform_wrapper .image-choices-field .image-choices-choice-focus label {
    border: none;
}

.gform_wrapper .image-choices-field .image-choices-choice-image-wrap {
    width: 100%;
    height: 160px;
    position: relative;
    border-radius: 5px;
}

.gform_wrapper #field_2_16.image-choices-field .image-choices-choice-image-wrap {
    height: 100px;
}

@media(max-width:767px){
    .gform_wrapper .image-choices-field .image-choices-choice-image-wrap {
        height: 60px;
    }
}

.gform_wrapper .image-choices-field .image-choices-choice-image-wrap:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 12px -4px #000000;
}

.gform_wrapper .image-choices-field .ginput_container_radio .image-choices-choice-image-wrap:before {
    border-radius: 50%;
}

.gform_wrapper .image-choices-field .ginput_container_checkbox .image-choices-choice-image-wrap:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 15px;
    border: 3px solid var(--e-global-color-primary);
    border-top: 0;
    border-left: 0;
    left: 17px;
    top: 11px;
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    opacity: 0;
}

.gform_wrapper .image-choices-field .ginput_container_radio .image-choices-choice-image-wrap:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-color: var(--e-global-color-primary);
    border-radius: 50%;
    -webkit-transform: scale(0.5);
        transform: scale(0.5);
    opacity: 0;
}

.gform_wrapper .image-choices-field .image-choices-choice-selected .image-choices-choice-image-wrap:after {
    opacity: 1;
}

/* Gravity Progress Bar */

/*Hide the progress bar from first screen*/
.gf_progressbar_title {
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.gf_progressbar_percentage.percentbar_blue.percentbar_0{
	display: none;
}

.gform_wrapper .gf_progressbar{
    background-color: #eaeaea;
    border-radius: 10px;
}
.gform_wrapper .gf_progressbar:after{
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.gform_wrapper .gf_progressbar_percentage span{
    display: none;
}

.gform_wrapper .gf_progressbar_percentage{
	height:22px;
    border-radius: 10px;
    background-color: #6EC1E4;
}

.gform_wrapper .percentbar_100 {
    border-radius: 20px;
}

/* Validation error */

.gform_wrapper .gfield_error .validation_message {
    color: #dc001d;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}


/* Text field */
    .gform_wrapper .top_label .ginput_container_text input.medium {
        width: 100%;
        border-color: var(--e-global-color-accent)
    }


/* Sticky instructions */
.instructions {
    font-size: 16px;
}
.instructions.sticky {
    position: fixed;
    top: 0;
    background-color: #fff;
    padding: 20px 0;
    z-index: 9;
    max-width: 800px;
}

@media(max-width:767px) {
    .instructions.sticky {
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 20px -12px rgb(0 0 0 / 50%);
    }
}


.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 20px;
}



/* Duplicate prevention - Button*/
.gform_footer .gform_button.duplicateprevention-loading {
    background-color: #ccc;
}