/*
Theme Name: Twenty Twenty
Text Domain: twentytwenty
Author:       Daniel for Digimax
Author URI:   bujor.daniel@gmail.com
Version:      1.0.0
*/

form.acf-form.is-invalid > .acf-notice.-error p {
    color: #fff!important;
}
.acf-notice p {
    margin-bottom: 0!important;
    margin: 0.5em 0!important;
}

.acf-field .acf-label label {
	font-size: 0.875rem!important;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: .5rem;
    color: #000 !important;
    font-weight: 400 !important;
}

.acf-fields>.acf-field.acf-field-message {
	margin-bottom: 15px;
    font-weight: 400;
    color: #76838f;
    line-height: 1.4;
    font-size: 0.875rem;
    font-family: 'Overpass', sans-serif !important;
    background-color: white;
}

.acf-field .acf-input .acf-repeater .acf-actions a.acf-button.button.button-primary {
	margin-right: 10px;
    float: left;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    background-color: grey;
    border-color: #727cf5;
    box-shadow: none;
    font-size: 0.875rem;
    line-height: 1.4;
    padding: .5rem 1rem .4rem;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 15px;
    text-decoration: none;
}
	.acf-field .acf-input .acf-repeater .acf-actions a.acf-button.button.button-primary:hover,
	.acf-field .acf-input .acf-repeater .acf-actions a.acf-button.button.button-primary:active {
		color: #fff;
	    background-color: #4e5bf2;
	    border-color: #4250f2;
}


.acf-form-submit {
	text-align: center;
}
.acf-form-submit .acf-button.button.button-primary.button-large {
    float: none;
    display: inline-block;
    margin-top: 40px;
    color: #fff;
    cursor: pointer;
    background-color: #727cf5;
    border-color: #727cf5;
    box-shadow: none;
    font-size: 0.875rem;
    line-height: 1.4;
    padding: .5rem 1rem .4rem;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 15px;
    text-decoration: none;
}
	.acf-form-submit .acf-button.button.button-primary.button-large:hover {
		color: #fff;
	    background-color: #4e5bf2;
	    border-color: #4250f2;
	}

.ui-datepicker table {
	background: #fff;
}
.acf-ui-datepicker #ui-datepicker-div .ui-datepicker-header {
	border-left: 1px solid #4e5bf2;
	border-top: 1px solid #4e5bf2;
	border-right: 1px solid #4e5bf2;

	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;

	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.acf-ui-datepicker #ui-datepicker-div table.ui-datepicker-calendar {
	border-left: 1px solid #4e5bf2;
	border-right: 1px solid #4e5bf2;
	margin-bottom: 0;
}
.acf-ui-datepicker #ui-datepicker-div .ui-datepicker-buttonpane.ui-widget-content {
	border-left: 1px solid #4e5bf2;
    border-bottom: 1px solid #4e5bf2;
    border-right: 1px solid #4e5bf2;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 0;
}



div.rowBtnsConcierge {
    font-size: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
}
    div.rowBtnsConcierge a {
        display: inline-block;
        text-align: center;
        vertical-align: top;

        float: none;
        display: inline-block;
        cursor: pointer;
        box-shadow: none;
        font-size: 0.875rem;
        line-height: 1.4;
        padding: .5rem 1rem .4rem;
        border-radius: 0.1875rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        text-decoration: none;

        margin: 5px 5px;
    }

    div.rowBtnsConcierge.firstRow a {
        color: #fff;
        background-color: #4e5bf2;
        border: 1px solid #4e5bf2;
    }
        div.rowBtnsConcierge.firstRow a:hover {
            color: #fff;
            background-color: #000;
            border-color: #000;
        }
        div.rowBtnsConcierge.firstRow a:first-child {
            margin-left: 0;
        }
        div.rowBtnsConcierge.firstRow a:last-child {
            margin-right: 0;
        }

    div.rowBtnsConcierge.secondRow a {
        color: #fff;
        background-color: #99a2f3;
        border: 1px solid #99a2f3;
    }
        div.rowBtnsConcierge.secondRow a:hover {
            color: #fff;
            background-color: #6b6b6b;
            border-color: #6b6b6b;
        }
        div.rowBtnsConcierge.secondRow a:first-child {
            margin-left: 0;
        }
        div.rowBtnsConcierge.secondRow a:last-child {
            margin-right: 0;
        }

    div.rowBtnsConcierge.thirdRow a {
        color: #fff;
        background-color: #c3c7f2;
        border: 1px solid #c3c7f2;
        border-radius: 0.1875rem;
    }
        div.rowBtnsConcierge.thirdRow a:hover {
            color: #fff;
            background-color: #cccccc;
            border-color: #cccccc;
        }
        div.rowBtnsConcierge.thirdRow a:first-child {
            margin-left: 0;
        }
        div.rowBtnsConcierge.thirdRow a:last-child {
            margin-right: 0;
        }



a.backToConcierge {
    color: #fff;
    background-color: #000;
    border-color: #000;
    outline: none;
    text-decoration: none;
    float: right;
    display: inline-block;
    margin-top: 7px;
    cursor: pointer;
    box-shadow: none;
    font-size: .875rem;
    line-height: 1.4;
    padding: .5rem 1rem .4rem;
    border: 1px solid #000;
    border-radius: .1875rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 7px;
    text-decoration: none;
}
a.backToConcierge:hover {
    color: #000;
    background-color: #fff;
}

@media screen and (max-width: 580px) {
    a.backToConcierge {
        float: none;
        padding: .4rem 1rem .3rem;
        font-size: .675rem;
    }
}


/* new forms */
.client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.frm_section_heading.form-field {
    border: 1px solid rgb(255,0,0,0.5) !important;

    box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    background: #fff;
    margin: 0 0 20px 0;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem !important;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
}
    .client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.frm_section_heading.form-field > h3 {
        margin-top: 20px;
        color: #000;
        margin-bottom: 1.2rem;
        text-transform: uppercase;
        font-size: .875rem !important;
        font-weight: 600;
        background: none !important;
        padding: 0 !important;
        float: left;
        width: 100%;
        border: none;
    }


.client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.form-field label.control-label,
 .client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.form-field div.frm_primary_label.control-label {
    font-size: 0.875rem!important;
    line-height: 1rem;
    vertical-align: top;
    margin-bottom: .5rem;
    color: #000;
    font-weight: 400 !important;
}


.client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.form-field div.frm_description.help-block {
    margin-bottom: 15px;
    font-weight: 400;
    color: #76838f;
    line-height: 1.4;
    font-size: 0.875rem;
}

.client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.form-field .frm_opt_container {
    font-size: 0;
}

.client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.form-field .frm_opt_container .frm_radio.radio-inline.radio,
.client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.form-field .frm_opt_container .frm_radio.radio-inline.radio label {
    padding-left: 0;
}


.client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.form-field .frm_opt_container .frm_checkbox.checkbox-inline.checkbox,
.client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.form-field .frm_opt_container .frm_checkbox.checkbox-inline.checkbox label {
    padding-left: 0;
}


.client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.form-field .frm_opt_container .frm_checkbox.checkbox > label {
    padding-left: 0;
}
    .client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.form-field .frm_opt_container .frm_checkbox.checkbox label input[type=checkbox] {
        margin-right: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }

.client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container .frm_form_field.form-field .frm_opt_container .frm_checkbox.checkbox-inline.checkbox label input[type=checkbox] {
    margin-right: 5px;
}

.client-form-width.resistration-wrap .frm_forms .frm_form_fields.form-group .frm_fields_container .form-group.frm_submit button.frm_button_submit {
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background-color: #727cf5;
    border-color: #727cf5;
    box-shadow: none;
    font-size: 0.875rem;
    line-height: 1.4;
    padding: .5rem 1rem .4rem;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 15px;
}
    .client-form-width.resistration-wrap .frm_forms .frm_form_fields.form-group .frm_fields_container .form-group.frm_submit button.frm_button_submit:hover {
        color: #fff;
        background-color: #4e5bf2;
        border-color: #4250f2;
    }

/*.client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container*/ /*.frm_form_field.form-field*/.frm_compact .frm_dropzone .dz-message {
    border: 1px solid #e8ebf1!important;
    font-weight: 400!important;
    font-size: 0.875rem!important;
    border-radius: 2px!important;
    line-height: 1.4!important;
    color: #76838f!important;
    box-shadow: none!important;
    outline: none!important;
    width: 100%!important;
    height: calc(1.5em + 0.75rem + 2px)!important;
    padding: 0.5rem 0.5rem!important;
    background-color: #ffffff!important;
    background-clip: padding-box!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
    margin-top: 0 !important;
    margin-bottom: 0.7rem !important;
}
/*.client-form-width.resistration-wrap .frm_forms.frm_style_formidable-style.with_frm_style .form-group .frm_fields_container*/ /*.frm_form_field.form-field*/.frm_compact .frm_dropzone .frm_upload_icon {
    display: none!important;
}
.frm_compact .frm_dropzone .dz-message .frm_compact_text {
    display: block;
    margin: 0 auto;
    text-align: center;
}
    .frm_compact .frm_dropzone .dz-message .frm_compact_text button {
        margin: 0 auto;
        display: block;
        float: none;
    }


.sigPad ul.sigNav li {
    width: auto!important;
    margin: 3px 3px 0!important;
}


.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}


@media screen and (max-width: 480px) {
    .acf-fields > .acf-field.acf-field-acfe-column[data-columns="3/6"] {
        width: 100%!important;
    }
    .client-form-width.resistration-wrap h2 {
        font-size: 1rem!important;
    }
}

@media screen and (max-width: 660px) {
    div.rowBtnsConcierge {
        text-align: center;
    }
    div.ConciergeWrapper p {
        text-align: center;
    }
}