/** FORMIDABLE BASE **/
/** needed to not conflict with parent theme, but also so we can lots of the goods of formidable layout and what not **/

form.frm_pro_form{
    padding: 20px;
}

.frm_form_field {
    clear: both;
}

.frm_forms{
    margin-top: 20px;
}

.form-field {
    margin-bottom: 20px !important;
}

form input.frm_verify {
    display: none !important;
}
.frm_verify{
     position:absolute;
     left:-3000px;
}

legend.frm_hidden {
    display: none !important;
}

.frm_transparent {
    color: transparent;
}

.frm_preview_page:before {
    content: normal !important;
}

.frm_preview_page {
    padding: 25px;
}

.frm_inline_form .frm_form_field.form-field {
    margin-right: 2.5%;
    display: inline-block;
}

.frm_inline_form .frm_submit {
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.frm_ajax_loading {
    visibility: hidden;
    width: auto;
}

.frm_form_submit_style {
    height: auto;
}

a.frm_save_draft {
    cursor: pointer;
}

.horizontal_radio .frm_radio {
    margin: 0 5px 0 0;
}

.horizontal_radio .frm_checkbox {
    margin: 0;
    margin-right: 5px;
}

.vertical_radio .frm_checkbox,
.vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1 {
    display: block;
}

.horizontal_radio .frm_checkbox,
.horizontal_radio .frm_radio,
.horizontal_radio .frm_catlevel_1 {
    display: inline-block;
}

.frm_form_fields_style,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_form_submit_style {
    width: auto;
}

.frm-grid td,
.frm-grid th {
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-top: none;
    border-left: none;
    border-right: none;
}

.frm_collapse .ui-icon {
    display: inline-block;
}

.frm_toggle_container {
    border: 1px solid transparent;
}

.frm_toggle_container ul {
    margin: 5px 0;
    padding-left: 0;
    list-style-type: none;
}

.frm_toggle_container .frm_month_heading {
    text-indent: 15px;
}

.frm_toggle_container .frm_month_listing {
    margin-left: 40px;
}

#frm_loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#frm_loading h3 {
    font-weight: 500;
    padding-bottom: 15px;
    color: #fff;
    font-size: 24px;
}

#frm_loading_content {
    position: fixed;
    top: 20%;
    left: 33%;
    width: 33%;
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
    z-index: 9999999;
}

#frm_loading img {
    max-width: 100%;
}

#frm_loading .progress {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

#frm_loading .progress.active .progress-bar {
    animation: 2s linear 0s normal none infinite progress-bar-stripes;
}

#frm_loading .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, #cccccc 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #cccccc 50%, #cccccc 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
}

#frm_loading .progress-bar {
    background-color: #ffffff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    float: left;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 100%;
}

.frm_image_from_url {
    height: 50px;
}

.frm-loading-img {
    background: url(/wp-content/plugins/formidable/images/ajax_loader.gif) no-repeat center center;
    padding: 6px 12px;
}

select.frm_loading_lookup {
    background-image: url(/wp-content/plugins/formidable/images/ajax_loader.gif) !important;
    background-position: 10px;
    background-repeat: no-repeat;
    color: transparent !important;
}

.frm_form_field.frm_right_half,
.frm_form_field.frm_right_third,
.frm_form_field.frm_right_two_thirds,
.frm_form_field.frm_right_fourth,
.frm_form_field.frm_right_fifth,
.frm_form_field.frm_right_inline,
.frm_form_field.frm_last_half,
.frm_form_field.frm_last_third,
.frm_form_field.frm_last_two_thirds,
.frm_form_field.frm_last_fourth,
.frm_form_field.frm_last_fifth,
.frm_form_field.frm_last_sixth,
.frm_form_field.frm_last_seventh,
.frm_form_field.frm_last_eighth,
.frm_form_field.frm_last_inline,
.frm_form_field.frm_last,
.frm_form_field.frm_half,
.frm_submit.frm_half,
.frm_form_field.frm_third,
.frm_submit.frm_third,
.frm_form_field.frm_two_thirds,
.frm_form_field.frm_fourth,
.frm_submit.frm_fourth,
.frm_form_field.frm_three_fourths,
.frm_form_field.frm_fifth,
.frm_submit.frm_fifth,
.frm_form_field.frm_two_fifths,
.frm_form_field.frm_three_fifths,
.frm_form_field.frm_four_fifths,
.frm_form_field.frm_sixth,
.frm_submit.frm_sixth,
.frm_form_field.frm_seventh,
.frm_submit.frm_seventh,
.frm_form_field.frm_eighth,
.frm_submit.frm_eighth,
.frm_form_field.frm_inline,
.frm_submit.frm_inline {
    clear: none;
    float: left;
    margin-left: 2.5%;
}

.frm_form_field.frm_left_half,
.frm_form_field.frm_left_third,
.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_left_fifth,
.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_half,
.frm_form_field.frm_first_third,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_first {
    clear: left;
    float: left;
    margin-left: 0;
}

.frm_form_field.frm_alignright {
    float: right !important;
}

.frm_form_field.frm_left_half,
.frm_form_field.frm_right_half,
.frm_form_field.frm_first_half,
.frm_form_field.frm_last_half,
.frm_form_field.frm_half,
.frm_submit.frm_half {
    width: 48.75%;
}

.frm_form_field.frm_left_third,
.frm_form_field.frm_third,
.frm_submit.frm_third,
.frm_form_field.frm_right_third,
.frm_form_field.frm_first_third,
.frm_form_field.frm_last_third {
    width: 31.66%;
}

.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_right_two_thirds,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_last_two_thirds,
.frm_form_field.frm_two_thirds {
    width: 65.82%;
}

.frm_form_field.frm_left_fourth,
.frm_form_field.frm_fourth,
.frm_submit.frm_fourth,
.frm_form_field.frm_right_fourth,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_last_fourth {
    width: 23.12%;
}

.frm_form_field.frm_three_fourths {
    width: 74.36%;
}

.frm_form_field.frm_left_fifth,
.frm_form_field.frm_fifth,
.frm_submit.frm_fifth,
.frm_form_field.frm_right_fifth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_last_fifth {
    width: 18%;
}

.frm_form_field.frm_two_fifths {
    width: 38.5%;
}

.frm_form_field.frm_three_fifths {
    width: 59%;
}

.frm_form_field.frm_four_fifths {
    width: 79.5%;
}

.frm_form_field.frm_sixth,
.frm_submit.frm_sixth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_last_sixth {
    width: 14.58%;
}

.frm_form_field.frm_seventh,
.frm_submit.frm_seventh,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_last_seventh {
    width: 12.14%;
}

.frm_form_field.frm_eighth,
.frm_submit.frm_eighth,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_last_eighth {
    width: 10.31%;
}

.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_inline,
.frm_submit.frm_inline,
.frm_form_field.frm_right_inline,
.frm_form_field.frm_last_inline {
    width: auto;
}

.frm_full,
.frm_full .wp-editor-wrap,
.frm_full input:not([type='checkbox']):not([type='radio']):not([type='button']),
.frm_full select,
.frm_full textarea {
    width: 100% !important;
}

.frm_full .wp-editor-wrap input {
    width: auto !important;
}

@media only screen and (max-width: 600px) {
    .frm_form_field.frm_half,
    .frm_submit.frm_half,
    .frm_form_field.frm_left_half,
    .frm_form_field.frm_right_half,
    .frm_form_field.frm_first_half,
    .frm_form_field.frm_last_half,
    .frm_form_field.frm_first_third,
    .frm_form_field.frm_third,
    .frm_submit.frm_third,
    .frm_form_field.frm_last_third,
    .frm_form_field.frm_first_two_thirds,
    .frm_form_field.frm_last_two_thirds,
    .frm_form_field.frm_two_thirds,
    .frm_form_field.frm_left_fourth,
    .frm_form_field.frm_fourth,
    .frm_submit.frm_fourth,
    .frm_form_field.frm_right_fourth,
    .frm_form_field.frm_first_fourth,
    .frm_form_field.frm_last_fourth,
    .frm_form_field.frm_three_fourths,
    .frm_form_field.frm_fifth,
    .frm_submit.frm_fifth,
    .frm_form_field.frm_two_fifths,
    .frm_form_field.frm_three_fifths,
    .frm_form_field.frm_four_fifths,
    .frm_form_field.frm_sixth,
    .frm_submit.frm_sixth,
    .frm_form_field.frm_seventh,
    .frm_submit.frm_seventh,
    .frm_form_field.frm_eighth,
    .frm_submit.frm_eighth,
    .frm_form_field.frm_first_inline,
    .frm_form_field.frm_inline,
    .frm_submit.frm_inline,
    .frm_form_field.frm_last_inline {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        float: none;
    }
}

.frm_form_field.frm_left_container label.frm_primary_label,
.frm_form_field.frm_left_container div.frm_primary_label
 {
    float: left;
    display: inline;
    max-width: 33%;
    min-width: 33%;
    margin-right: 10px;
}

.frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),
.frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,
.frm_form_field.frm_left_container textarea,
.frm_form_field.frm_left_container .wp-editor-wrap,
.frm_form_field.frm_left_container .frm_opt_container,
.frm_form_field.frm_left_container .frm_dropzone,
.frm_form_field.frm_left_container .frm-g-recaptcha,
.frm_form_field.frm_left_container .g-recaptcha,
.frm_form_field.frm_left_container .chosen-container,
.frm_form_field.frm_left_container .frm_combo_inputs_container,
.frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),
.frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,
.frm_form_field.frm_right_container textarea,
.frm_form_field.frm_right_container .wp-editor-wrap,
.frm_form_field.frm_right_container .frm_opt_container,
.frm_form_field.frm_right_container .frm_dropzone,
.frm_form_field.frm_right_container .frm-g-recaptcha,
.frm_form_field.frm_right_container .g-recaptcha,
.frm_form_field.frm_right_container .chosen-container,
.frm_form_field.frm_right_container .frm_combo_inputs_container {
    max-width: 62%;
}

.frm_form_field.frm_left_container .frm_combo_inputs_container input,
.frm_form_field.frm_left_container .frm_combo_inputs_container select,
.frm_form_field.frm_right_container .frm_combo_inputs_container input,
.frm_form_field.frm_right_container .frm_combo_inputs_container select {
    max-width: 100%;
}

.frm_form_field.frm_left_container .frm_opt_container,
.frm_form_field.frm_right_container .frm_opt_container,
.frm_form_field.frm_inline_container .frm_opt_container,
.frm_form_field.frm_left_container .frm_combo_inputs_container,
.frm_form_field.frm_right_container .frm_combo_inputs_container,
.frm_form_field.frm_inline_container .frm_combo_inputs_container,
.frm_form_field.frm_left_container .wp-editor-wrap,
.frm_form_field.frm_right_container .wp-editor-wrap,
.frm_form_field.frm_inline_container .wp-editor-wrap,
.frm_form_field.frm_left_container .frm_dropzone,
.frm_form_field.frm_right_container .frm_dropzone,
.frm_form_field.frm_inline_container .frm_dropzone,
.frm_form_field.frm_left_container .frm-g-recaptcha,
.frm_form_field.frm_right_container .frm-g-recaptcha,
.frm_form_field.frm_inline_container .frm-g-recaptcha,
.frm_form_field.frm_left_container .g-recaptcha,
.frm_form_field.frm_right_container .g-recaptcha,
.frm_form_field.frm_inline_container .g-recaptcha {
    display: inline-block;
}

.frm_form_field.frm_top_container label{
    display:inline-block;
}

.frm_form_field label.frm_primary_label,
.frm_form_field div.frm_primary_label{
    margin-bottom: 10px;
}

.frm_inline_container input,
.frm_inline_container textarea,
.frm_inline_container select{
    display: inline-block;
    margin-left: 20px;
}

.frm_form_field.frm_left_half.frm_left_container .frm_primary_label,
.frm_form_field.frm_right_half.frm_left_container .frm_primary_label,
.frm_form_field.frm_left_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_right_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_first_half.frm_left_container .frm_primary_label,
.frm_form_field.frm_last_half.frm_left_container .frm_primary_label,
.frm_form_field.frm_first_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_last_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_half.frm_left_container .frm_primary_label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 33%;
}

.wp-editor-wrap *,
.wp-editor-wrap *:after,
.wp-editor-wrap *:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.frm_grid .frm_error,
.frm_grid_first .frm_error,
.frm_grid_odd .frm_error {
    display: none;
}

.frm_grid:after,
.frm_grid_first:after,
.frm_grid_odd:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.frm_grid_first {
    margin-top: 20px;
}

.frm_grid_first,
.frm_grid_odd {
    background-color: #ffffff;
}

.frm_grid {
    background-color: #ffffff;
}

.frm_grid .frm_primary_label,
.frm_grid_first .frm_primary_label,
.frm_grid_odd .frm_primary_label,
.frm_grid .frm_radio,
.frm_grid_first .frm_radio,
.frm_grid_odd .frm_radio,
.frm_grid .frm_checkbox,
.frm_grid_first .frm_checkbox,
.frm_grid_odd .frm_checkbox {
    float: left !important;
    display: block;
    margin-top: 0;
    margin-left: 0 !important;
}

.frm_grid_first .frm_radio label,
.frm_grid .frm_radio label,
.frm_grid_odd .frm_radio label,
.frm_grid_first .frm_checkbox label,
.frm_grid .frm_checkbox label,
.frm_grid_odd .frm_checkbox label {
    visibility: hidden;
    white-space: nowrap;
    text-align: left;
}

.frm_grid_first .frm_radio label input,
.frm_grid .frm_radio label input,
.frm_grid_odd .frm_radio label input,
.frm_grid_first .frm_checkbox label input,
.frm_grid .frm_checkbox label input,
.frm_grid_odd .frm_checkbox label input {
    visibility: visible;
    margin: 2px 0 0;
    float: right;
}

.frm_grid .frm_radio,
.frm_grid_first .frm_radio,
.frm_grid_odd .frm_radio,
.frm_grid .frm_checkbox,
.frm_grid_first .frm_checkbox,
.frm_grid_odd .frm_checkbox {
    display: inline;
}

.frm_grid_2 .frm_radio,
.frm_grid_2 .frm_checkbox,
.frm_grid_2 label.frm_primary_label,
.frm_grid_2 div.frm_primary_label {
    width: 48% !important;
}

.frm_grid_2 .frm_radio,
.frm_grid_2 .frm_checkbox {
    margin-right: 4%;
}

.frm_grid_3 .frm_radio,
.frm_grid_3 .frm_checkbox,
.frm_grid_3 label.frm_primary_label,
.frm_grid_3 div.frm_primary_label {
    width: 30% !important;
}

.frm_grid_3 .frm_radio,
.frm_grid_3 .frm_checkbox {
    margin-right: 3%;
}

.frm_grid_4 .frm_radio,
.frm_grid_4 .frm_checkbox {
    width: 20% !important;
}

.frm_grid_4 label.frm_primary_label,
.frm_grid_4 div.frm_primary_label {
    width: 28% !important;
}

.frm_grid_4 .frm_radio,
.frm_grid_4 .frm_checkbox {
    margin-right: 4%;
}

.frm_grid_5 label.frm_primary_label,
.frm_grid_7 label.frm_primary_label,
.frm_grid_5 div.frm_primary_label,
.frm_grid_7 div.frm_primary_label {
    width: 24% !important;
}

.frm_grid_5 .frm_radio,
.frm_grid_5 .frm_checkbox {
    width: 17% !important;
    margin-right: 2%;
}

.frm_grid_6 label.frm_primary_label,
.frm_grid_6 div.frm_primary_label {
    width: 25% !important;
}

.frm_grid_6 .frm_radio,
.frm_grid_6 .frm_checkbox {
    width: 14% !important;
    margin-right: 1%;
}

.frm_grid_7 label.frm_primary_label {
    width: 22% !important;
}

.frm_grid_7 .frm_radio,
.frm_grid_7 .frm_checkbox {
    width: 12% !important;
    margin-right: 1%;
}

.frm_grid_8 label.frm_primary_label,
.frm_grid_8 div.frm_primary_label {
    width: 23% !important;
}

.frm_grid_8 .frm_radio,
.frm_grid_8 .frm_checkbox {
    width: 10% !important;
    margin-right: 1%;
}

.frm_grid_9 label.frm_primary_label,
.frm_grid_9 div.frm_primary_label {
    width: 20% !important;
}

.frm_grid_9 .frm_radio,
.frm_grid_9 .frm_checkbox {
    width: 9% !important;
    margin-right: 1%;
}

.frm_grid_10 label.frm_primary_label,
.frm_grid_10 div.frm_primary_label {
    width: 19% !important;
}

.frm_grid_10 .frm_radio,
.frm_grid_10 .frm_checkbox {
    width: 8% !important;
    margin-right: 1%;
}

.frm_form_field.frm_two_col .frm_radio,
.frm_form_field.frm_three_col .frm_radio,
.frm_form_field.frm_four_col .frm_radio,
.frm_form_field.frm_two_col .frm_checkbox,
.frm_form_field.frm_three_col .frm_checkbox,
.frm_form_field.frm_four_col .frm_checkbox {
    float: left;
}

.frm_form_field.frm_two_col .frm_radio,
.frm_form_field.frm_two_col .frm_checkbox {
    width: 48%;
    margin-right: 4%;
}

.frm_form_field .frm_checkbox,
.frm_form_field .frm_checkbox+.frm_checkbox,
.frm_form_field .frm_radio,
.frm_form_field .frm_radio+.frm_radio {
    margin-top: 0;
    margin-bottom: 0;
}

.frm_form_field.frm_three_col .frm_radio,
.frm_form_field.frm_three_col .frm_checkbox {
    width: 30%;
    margin-right: 5%;
}

.frm_form_field.frm_four_col .frm_radio,
.frm_form_field.frm_four_col .frm_checkbox {
    width: 22%;
    margin-right: 4%;
}

.frm_form_field.frm_two_col .frm_radio:nth-child(2n+2),
.frm_form_field.frm_two_col .frm_checkbox:nth-child(2n+2),
.frm_form_field.frm_three_col .frm_radio:nth-child(3n+3),
.frm_form_field.frm_three_col .frm_checkbox:nth-child(3n+3),
.frm_form_field.frm_four_col .frm_radio:nth-child(4n+4),
.frm_form_field.frm_four_col .frm_checkbox:nth-child(4n+4) {
    margin-right: 0;
}

.frm_form_field.frm_scroll_box .frm_opt_container {
    height: 100px;
    overflow: auto;
}

.frm_form_field.frm_html_scroll_box {
    height: 100px;
    overflow: auto;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.frm_form_field.frm_two_col .frm_opt_container:after,
.frm_form_field.frm_three_col .frm_opt_container:after,
.frm_form_field.frm_four_col .frm_opt_container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.frm_form_field.frm_total input,
.frm_form_field.frm_total textarea {
    opacity: 1;
    background-color: transparent !important;
    border: none !important;
    font-weight: bold;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: auto !important;
    box-shadow: none !important;
    display: inline;
    -moz-appearance: textfield;
    padding: 0;
}

.frm_form_field.frm_total input::-webkit-outer-spin-button,
.frm_form_field.frm_total input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.frm_form_field.frm_total input:focus,
.frm_form_field.frm_total textarea:focus {
    background-color: transparent;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.frm_form_field.frm_label_justify label.frm_primary_label,
.frm_form_field.frm_label_justify div.frm_primary_label {
    text-align: justify !important;
}

.frm_form_field.frm_capitalize input,
.frm_form_field.frm_capitalize select,
.frm_form_field.frm_capitalize .frm_opt_container label {
    text-transform: capitalize;
}

.frm_clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.frm_clearfix {
    display: block;
}

@font-face {
    font-family: 's11-fp';
    src: url('/wp-content/plugins/formidable/fonts/s11-fp.eot');
    src: local('â˜º'),
    url('/wp-content/plugins/formidable/fonts/s11-fp.woff') format('woff'),
    url('/wp-content/plugins/formidable/fonts/s11-fp.ttf') format('truetype'),
    url('/wp-content/plugins/formidable/fonts/s11-fp.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.frm_icon_font,
.frm_dashicon_font {
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
}

i.frm_icon_font {
    font-style: normal;
}

.frm_icon_font:before,
select.frm_icon_font {
    font-family: 's11-fp' !important;
    font-size: 16px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.frm_icon_font,
a.frm_icon_font,
.frm_icon_font:hover,
a.frm_icon_font:hover {
    text-decoration: none !important;
    box-shadow: none;
}

.frm_icon_font:focus,
.frm_dashicon_font:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.frm_duplicate_icon:active,
.frm_move_icon:active,
.frm_delete_icon:active {
    outline: none;
}

.frm_trigger .frm_icon_font {
    padding: 0 5px;
}

.ab-icon.frm_dashicon_font:before {
    content: "\f324";
}

.frm_logo_icon:before {
    content: "\e601";
}

.frm_required_icon:before {
    content: "\e612";
}

.frm_delete_icon:before {
    content: "\e610" !important;
}

.frm_move_icon:before {
    content: "\e61a";
}

.frm_clear_icon:before {
    content: "\e60a";
}

.frm_noclear_icon:before {
    content: "\e60b";
}

.frm_duplicate_icon:before {
    content: "\e61b";
}

.frm_new_icon:before {
    content: "\e614";
}

.frm_tooltip_icon:before {
    content: "\e611";
}

.frm_forbid_icon:before {
    content: "\e636";
}

.frm_check_icon:before {
    content: "\e605";
}

.frm_check1_icon:before {
    content: "\e606";
}

.frm_plus_icon:before {
    content: "\e62f";
}

.frm_plus1_icon:before {
    content: "\e602";
}

.frm_plus2_icon:before {
    content: "\e603";
}

.frm_plus3_icon:before {
    content: "\e632";
}

.frm_plus4_icon:before {
    content: "\e60f";
}

.frm_minus_icon:before {
    content: "\e62e";
}

.frm_minus1_icon:before {
    content: "\e600";
}

.frm_minus2_icon:before {
    content: "\e604";
}

.frm_minus3_icon:before {
    content: "\e633";
}

.frm_minus4_icon:before {
    content: "\e613";
}

.frm_cancel_icon:before {
    content: "\e607";
}

.frm_cancel1_icon:before {
    content: "\e608";
}

.frm_arrowup_icon:before {
    content: "\e60d";
}

.frm_arrowup1_icon:before {
    content: "\e60e";
}

.frm_arrowup2_icon:before {
    content: "\e630";
}

.frm_arrowup3_icon:before {
    content: "\e62b";
}

.frm_arrowup4_icon:before {
    content: "\e62c";
}

.frm_arrowup5_icon:before {
    content: "\e635";
}

.frm_arrowup6_icon:before {
    content: "\e62d";
}

.frm_arrowdown_icon:before {
    content: "\e609";
}

.frm_arrowdown1_icon:before {
    content: "\e60c";
}

.frm_arrowdown2_icon:before {
    content: "\e631";
}

.frm_arrowdown3_icon:before {
    content: "\e628";
}

.frm_arrowdown4_icon:before {
    content: "\e629";
}

.frm_arrowdown5_icon:before {
    content: "\e634";
}

.frm_arrowdown6_icon:before {
    content: "\e62a";
}

.frm_download_icon:before {
    content: "\e615";
}

.frm_upload_icon:before {
    content: "\e616";
}

.frm_menu_icon:before {
    content: "\e618";
}

.frm_twitter_icon:before {
    content: "\e619";
}

.frm_sms_icon:before {
    content: "\e61c";
}

.frm_pencil_icon:before {
    content: "\e61d";
}

.frm_pencil1_icon:before {
    content: "\e61e";
}

.frm_paypal_icon:before {
    content: "\e61f";
}

.frm_twilio_icon:before {
    content: "\e620";
}

.frm_googleplus_icon:before {
    content: "\e621";
}

.frm_mailchimp_icon:before {
    content: "\e622";
}

.frm_pdf_icon:before {
    content: "\e623";
}

.frm_highrise_icon:before {
    content: "\e617";
}

.frm_feed_icon:before {
    content: "\e624";
}

.frm_facebook_icon:before {
    content: "\e625";
}

.frm_email_icon:before {
    content: "\e626";
}

.frm_aweber_icon:before {
    content: "\e627";
}

.frm_register_icon:before {
    content: "\e637";
}

.frm_authorize_icon:before {
    content: "\e900";
}

.frm_stripe_icon:before {
    content: "\e902";
}

.frm_woocommerce_icon:before {
    content: "\e903";
}

.frm_paste_icon:before {
    content: "\e901";
}

.js .frm_logic_form:not(.frm_no_hide) {
    display: none;
}

.frm_section_heading > :first-child{
    text-transform: uppercase;
    background-color: #CC0000;
    color: white;
    padding: 10px 20px;
    margin: 20px -28px 20px -30px;
    box-shadow: 3px 3px 8px rgba(120,120,120, .3);
    display:inline-block;
}

.frm_section_heading > div{
   /* padding-left: 20px;*/
}

.frm_form_field .frm_repeat_sec .frm_add_form_row,
.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button,
.frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button,
.frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button {
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    pointer-events: none;
}

.frm_form_field .frm_repeat_sec .frm_add_form_row,
.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button {
    display: none;
}

.frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button,
.frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button {
    visibility: hidden;
}

.frm_form_field div.frm_repeat_grid .frm_add_form_row,
.frm_form_field div.frm_repeat_inline .frm_add_form_row,
.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row {
    display: inline;
    visibility: visible;
    pointer-events: auto;
}

.frm_form_field .frm_repeat_grid .frm_form_field label.frm_primary_label,
.frm_form_field .frm_repeat_grid .frm_form_field div.frm_primary_label {
    display: none !important;
}

.frm_form_field .frm_repeat_grid.frm_first_repeat .frm_form_field label.frm_primary_label,
.frm_form_field .frm_repeat_grid.frm_first_repeat .frm_form_field div.frm_primary_label {
    display: inherit !important;
}

#ui-datepicker-div {
    display: none;
    z-index: 999999 !important;
}

.frm_form_fields div.rating-cancel {
    display: none !important;
}

.frm_form_fields div.rating-cancel,
.frm_form_fields div.star-rating {
    float: left;
    width: 17px;
    height: 17px;
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden;
    clear: none;
}

.frm_form_fields div.rating-cancel a:before {
    font: 16px/1 'dashicons';
    content: '\f460';
    color: #CDCDCD;
}

.frm_form_fields div.star-rating:before,
.frm_form_fields div.star-rating a:before {
    font: 16px/1 'dashicons';
    content: '\f154';
    color: #F0AD4E;
}

.frm_form_fields div.rating-cancel a,
.frm_form_fields div.star-rating a {
    display: block;
    width: 16px;
    height: 100%;
    border: 0;
}

.frm_form_fields div.star-rating-on:before,
.frm_form_fields div.star-rating-on a:before {
    content: '\f155';
}

.frm_form_fields div.star-rating-hover:before,
.frm_form_fields div.star-rating-hover a:before {
    content: '\f155';
}

.frm_form_fields div.frm_half_star:before,
.frm_form_fields div.frm_half_star a:before {
    content: '\f459';
}

.frm_form_fields div.rating-cancel.star-rating-hover a:before {
    color: #B63E3F;
}

.frm_form_fields div.star-rating-readonly,
.frm_form_fields div.star-rating-readonly a {
    cursor: default !important;
}

.frm_form_fields div.star-rating {
    overflow: hidden!important;
}

.frm_pagination_cont ul.frm_pagination {
    display: inline-block;
    list-style: none;
    margin-left: 0 !important;
}

.frm_pagination_cont ul.frm_pagination>li {
    display: inline;
    list-style: none;
    margin: 2px;
    background-image: none;
}

ul.frm_pagination>li.active a {
    text-decoration: none;
}

.frm_pagination_cont ul.frm_pagination>li:first-child {
    margin-left: 0;
}

.archive-pagination.frm_pagination_cont ul.frm_pagination>li {
    margin: 0;
}

.frmcal {
    padding-top: 30px;
}

.frmcal-title {
    font-size: 116%;
}

.frmcal table.frmcal-calendar {
    border-collapse: collapse;
    margin-top: 20px;
    color: #555555;
}

.frmcal table.frmcal-calendar,
.frmcal table.frmcal-calendar tbody tr td {
    border: 1px solid #cccccc;
}

.frmcal table.frmcal-calendar,
.frmcal,
.frmcal-header {
    width: 100%;
}

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

.frmcal-prev {
    margin-right: 10px;
}

.frmcal-prev,
.frmcal-dropdown {
    float: left;
}

.frmcal-dropdown {
    margin-left: 5px;
}

.frmcal-next {
    float: right;
}

.frmcal table.frmcal-calendar thead tr th {
    text-align: center;
    padding: 2px 4px;
}

.frmcal table.frmcal-calendar tbody tr td {
    height: 110px;
    width: 14.28%;
    vertical-align: top;
    padding: 0 !important;
    color: #555555;
    font-size: 12px;
}

table.frmcal-calendar .frmcal_date {
    background-color: #ffffff;
    padding: 0 5px;
    text-align: right;
    -moz-box-shadow: 0 2px 5px #cccccc;
    -webkit-box-shadow: 0 2px 5px #cccccc;
    box-shadow: 0 2px 5px #cccccc;
}

table.frmcal-calendar .frmcal-today .frmcal_date {
    background-color: #ffffff;
    padding: 0 5px;
    text-align: right;
    -moz-box-shadow: 0 2px 5px #66afe9;
    -webkit-box-shadow: 0 2px 5px #66afe9;
    box-shadow: 0 2px 5px #66afe9;
}

.frmcal_day_name,
.frmcal_num {
    display: inline;
}

.frmcal-content {
    padding: 2px 4px;
}


}
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.frm_dropzone,
.frm_dropzone * {
    box-sizing: border-box;
}
.frm_dropzone.dz-clickable {
    min-height: 150px;
    border: 2px dashed #dfdfdf;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
    line-height: 1.42857143;
}
.frm_dropzone.dz-clickable * {
    cursor: default;
}
.frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 200px;
}
.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload,
.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100%;
}
.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
    margin: .5em 0 1em;
}
.frm_dropzone .dz-message {
    display: none;
    font-size: 20px;
    text-align: center;
    margin: .5em 0 1em;
}
.frm_dropzone.dz-clickable.frm_single_upload .dz-message {
    margin: 0 0 .5em 0;
}
.frm_dropzone.dz-clickable .dz-message,
.frm_dropzone .frm_upload_icon {
    display: block;
}
.frm_dropzone.dz-clickable .dz-message,
.frm_dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
#frm_form_editor_container .frm_dropzone.dz-clickable,
#frm_form_editor_container .frm_dropzone.dz-clickable * {
    cursor: default;
}
.frm_dropzone.dz-started .dz-message {
    display: none;
}
.frm_dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.frm_dropzone .frm_upload_icon:before {
    font-size: 40px;
}
.frm_dropzone .frm_small_text {
    font-size: 14px;
}
.frm_dropzone.dz-drag-hover {
    border-style: solid;
}
.frm_dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.frm_dropzone .dz-preview:hover {
    z-index: 1000;
}
.frm_dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.frm_dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom,
    #eee,
    #ddd);
}
.frm_dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.frm_dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.frm_dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.frm_dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}
.frm_dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.frm_dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0,
    0,
    0,
    0.9);
    line-height: 150%;
}
.frm_dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}
.frm_dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.frm_dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200,
    200,
    200,
    0.8);
    background-color: rgba(255,
    255,
    255,
    0.8);
}
.frm_dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.frm_dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}
.frm_dropzone .dz-preview .dz-details .dz-filename span,
.frm_dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255,
    255,
    255,
    0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}
.frm_dropzone .dz-preview .dz-details .dz-filename a {
    cursor: pointer;
}
.frm_dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05,
    1.05);
    -moz-transform: scale(1.05,
    1.05);
    -ms-transform: scale(1.05,
    1.05);
    -o-transform: scale(1.05,
    1.05);
    transform: scale(1.05,
    1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.frm_dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}
.frm_dropzone .dz-preview .dz-image img {
    display: block;
    margin: 0 auto;
}
.frm_dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77,
    0,
    0.175,
    1);
    -moz-animation: passing-through 3s cubic-bezier(0.77,
    0,
    0.175,
    1);
    -ms-animation: passing-through 3s cubic-bezier(0.77,
    0,
    0.175,
    1);
    -o-animation: passing-through 3s cubic-bezier(0.77,
    0,
    0.175,
    1);
    animation: passing-through 3s cubic-bezier(0.77,
    0,
    0.175,
    1);
}
.frm_dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77,
    0,
    0.175,
    1);
    -moz-animation: slide-in 3s cubic-bezier(0.77,
    0,
    0.175,
    1);
    -ms-animation: slide-in 3s cubic-bezier(0.77,
    0,
    0.175,
    1);
    -o-animation: slide-in 3s cubic-bezier(0.77,
    0,
    0.175,
    1);
    animation: slide-in 3s cubic-bezier(0.77,
    0,
    0.175,
    1);
}
.frm_dropzone .dz-preview .dz-success-mark,
.frm_dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.frm_dropzone .dz-preview .dz-success-mark svg,
.frm_dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}
.frm_dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.frm_dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.frm_dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.frm_dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255,
    255,
    255,
    0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.frm_dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom,
    #666,
    #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.frm_dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
    opacity: 1;
    pointer-events: auto;
}
.frm_dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 29px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom,
    #be2626,
    #a92222);
    padding: 0.5em 1.2em;
    color: white;
}
.frm_dropzone .fallback input[type=file] {
    display: block;
}
.frm_compact_text {
    display: none;
}
.frm_compact .frm_dropzone.dz-clickable {
    min-height: 60px;
    padding: 0;
    margin-top: 0;
    border: none;
    background-color: transparent;
}
.frm_compact .frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100%;
}
.frm_compact .frm_compact_text {
    display: inline;
}
.frm_compact .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
.frm_compact .frm_dropzone.dz-clickable .dz-message {
    font-size: 14px;
    border: 1px solid #dfdfdf;
    background: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 6px 11px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #eeeeee;
    vertical-align: middle;
}
.frm_compact .frm_dropzone .frm_upload_icon:before {
    font-size: 22px;
    padding-right: 7px;
    vertical-align: middle;
}
.frm_compact .frm_dropzone .frm_upload_icon {
    display: inline;
}
.frm_compact .frm_dropzone .dz-preview {
    min-height: 20px;
    max-width: 175px;
    margin: 5px;
}
.frm_compact .frm_dropzone .frm_upload_text,
.frm_compact .frm_dropzone .frm_small_text,
.frm_compact .frm_dropzone .dz-preview .dz-image,
.frm_compact .frm_dropzone .dz-preview .dz-details .dz-size {
    display: none;
}
.frm_compact .frm_dropzone .dz-preview.dz-error .dz-error-message {
    top: -40px;
    padding: 4px;
    width: auto;
    text-align: center;
}
.frm_compact .frm_dropzone .dz-preview .dz-success-mark,
.frm_compact .frm_dropzone .dz-preview .dz-error-mark {
    margin-left: -16px;
    margin-top: 0;
    top: 6px;
}
.frm_compact .frm_dropzone .dz-preview:hover .dz-error-mark {
    display: none;
}
.frm_compact .frm_dropzone .dz-preview .dz-success-mark svg,
.frm_compact .frm_dropzone .dz-preview .dz-error-mark svg {
    height: 35px;
    width: 35px;
}
.frm_compact .frm_dropzone .dz-preview .dz-details {
    opacity: 1;
    position: relative;
    padding: 5px;
}
.frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    text-overflow: ellipsis;
}
.frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename span {
    border: none;
    background: transparent;
}
.frm-show-form .dz-hidden-input {
    display: none;
}
.frm_rootline_group {
    margin: 20px 0 30px !important;
}
ul.frm_page_bar {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    float: left !important;
    display: table !important;
    display: -webkit-flex !important;
    display: flex !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}
ul.frm_page_bar li {
    display: inline-block;
    -ms-flex: 1;
    flex: 1;
}
.frm_forms .frm_page_bar input,
.frm_forms .frm_page_bar input:disabled {
    transition: background-color 0.1s ease;
    color: #ffffff !important;
    background-color: #dddddd !important;
    font-size: 18px;
    border-width: 2px;
    border-style: solid;
    border-color: #dfdfdf !important;
}
.frm_forms .frm_page_bar input:focus {
    outline: none;
}
.frm_forms .frm_progress_line input.frm_page_back {
    background-color: #008ec2 !important;
}
.frm_forms .frm_page_bar .frm_current_page input[type="button"] {
    background-color: #dddddd !important;
    border-color: #dfdfdf !important;
}
.frm_rootline_single {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}
.frm_current_page .frm_rootline_title {
    color: #008ec2 !important;
}
.frm_rootline_title,
.frm_pages_complete,
.frm_percent_complete {
    font-size: 14px !important;
    padding: 4px !important;
}
.frm_pages_complete {
    float: right;
    margin-right: 13px;
}
.frm_percent_complete {
    float: left;
    margin-left: 13px;
}
.frm_forms .frm_progress_line input,
.frm_forms .frm_progress_line input:disabled {
    width: 100%;
    border: none;
    border-top: 1px solid #dfdfdf !important;
    border-bottom: 1px solid #dfdfdf !important;
    box-shadow: inset 0 10px 20px -15px #aaa;
    margin: 5px 0 !important;
    padding: 6px !important;
    border-radius: 0;
}
.frm_forms .frm_progress_line.frm_show_lines input {
    border-left: 1px solid #ffffff !important;
    border-right: 1px solid #ffffff !important;
}
.frm_forms .frm_progress_line li:first-of-type input {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-left: 1px solid #008ec2 !important;
}
.frm_forms .frm_progress_line li:last-of-type input {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-right: 1px solid #008ec2 !important;
}
.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip {
    border-right: 1px solid #dfdfdf !important;
}
.frm_forms .frm_progress_line .frm_current_page input[type="button"] {
    border-left: 1px solid #dfdfdf !important;
}
.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {
    border-right: 1px solid #ffffff !important;
}
.frm_forms .frm_progress_line input.frm_page_back {
    border-color: #008ec2 !important;
}
.frm_forms .frm_progress_line.frm_show_lines input.frm_page_back {
    border-left-color: #008ec2 !important;
    border-right-color: #ffffff !important;
}
.frm_rootline.frm_show_lines:before {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #dfdfdf !important;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.frm_rootline.frm_show_lines {
    position: relative;
    z-index: 1;
}
.frm_rootline.frm_show_lines span {
    display: block;
}
.frm_forms .frm_rootline input {
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px !important;
    padding: 0 !important;
}
.frm_forms .frm_rootline input:focus {
    border-color: #008ec2 !important;
}
.frm_forms .frm_rootline .frm_current_page input[type="button"] {
    border-color: #007aae !important;
    background-color: #008ec2 !important;
    color: #ffffff !important;
}
.frm_forms .frm_progress_line input,
.frm_forms .frm_progress_line input:disabled,
.frm_forms .frm_progress_line .frm_current_page input[type="button"],
.frm_forms .frm_rootline.frm_no_numbers input,
.frm_forms .frm_rootline.frm_no_numbers .frm_current_page input[type="button"] {
    color: transparent !important;
}
@media only screen and (max-width: 700px) {
    .frm_progress span.frm_rootline_title,
    .frm_rootline.frm_rootline_10 span.frm_rootline_title,
    .frm_rootline.frm_rootline_9 span.frm_rootline_title,
    .frm_rootline.frm_rootline_8 span.frm_rootline_title,
    .frm_rootline.frm_rootline_7 span.frm_rootline_title,
    .frm_rootline.frm_rootline_6 span.frm_rootline_title,
    .frm_rootline.frm_rootline_5 span.frm_rootline_title {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .frm_rootline.frm_rootline_4 span.frm_rootline_title,
    .frm_rootline.frm_rootline_3 span.frm_rootline_title {
        display: none;
    }
}
@media only screen and (max-width: 900px) {
    .frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth label.frm_primary_label,
    .frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh label.frm_primary_label,
    .frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth label.frm_primary_label,
    .frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth div.frm_primary_label,
    .frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh div.frm_primary_label,
    .frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth div.frm_primary_label {
        display: block !important;
    }

    .frm_form_field .frm_repeat_grid .frm_form_field.frm_repeat_buttons.frm_seventh label.frm_primary_label ,
    .frm_form_field .frm_repeat_grid .frm_form_field.frm_repeat_buttons.frm_seventh div.frm_primary_label {
        display: none !important;
    }
}
@media only screen and (max-width: 600px) {
    .frm_form_field.frm_four_col .frm_radio,
    .frm_form_field.frm_four_col .frm_checkbox {
        width: 48%;
        margin-right: 4%;
    }

    .frm_form_field.frm_four_col .frm_radio:nth-child(2n+2),
    .frm_form_field.frm_four_col .frm_checkbox:nth-child(2n+2) {
        margin-right: 0;
    }

    .frm_form_field .frm_repeat_grid.frm_first_repeat .frm_form_field.frm_repeat_buttons:not(.frm_fourth):not(.frm_sixth):not(.frm_eighth) label.frm_primary_label,
    .frm_form_field .frm_repeat_grid.frm_first_repeat .frm_form_field.frm_repeat_buttons:not(.frm_fourth):not(.frm_sixth):not(.frm_eighth) div.frm_primary_label {
        display: none !important;
    }

    .frm_form_field .frm_repeat_grid .frm_form_field.frm_fifth label.frm_primary_label,
    .frm_form_field .frm_repeat_grid .frm_form_field.frm_fifth div.frm_primary_label {
        display: block !important;
    }

    .frm_form_field .frm_repeat_grid .frm_form_field.frm_repeat_buttons.frm_fifth label.frm_primary_label,
    .frm_form_field .frm_repeat_grid .frm_form_field.frm_repeat_buttons.frm_fifth div.frm_primary_label {
        display: none !important;
    }
}
@media only screen and (max-width: 500px) {
    .frm_form_field.frm_two_col .frm_radio,
    .frm_form_field.frm_two_col .frm_checkbox,
    .frm_form_field.frm_three_col .frm_radio,
    .frm_form_field.frm_three_col .frm_checkbox {
        width: auto;
        margin-right: 0;
        float: none;
        display: block;
    }

    .frm_form_field input[type=file] {
        max-width: 220px;
    }
}
.input {
    min-width: 180px;
}

.frm_form_field select,
.frm_form_field input
{
    margin-bottom: 20px;
}

.frm_form_field input[type="radio"],
.frm_form_field input[type="checkbox"]{
    margin-bottom: 4px;
}

.with_frm_style select.frm_time_select {
    white-space: pre;
    display: inline;
}

.frm_form_fields .frm_form_field label.frm_primary_label,
.frm_form_fields .frm_form_field div.frm_primary_label{
    font-weight: 700;
}

.frm_form_fields .frm_form_field.frm_html_container h3{
    color: #4c4c4c;
    margin:0px;
}

.frm_form_fields .frm_form_field.frm_html_container p{
    color: #4c4c4c;
    margin-top: 0px;
    font-weight:normal;
}

div.frm_submit button.frm_button_submit.frm_final_submit{
        color: rgba(256,256,256,1) !important;
        text-transform: uppercase;
        background-color: rgba(204,0,0,1) !important;
        border: 1px rgba(204,0,0,1) solid !important;        
}


div.frm_submit button.frm_button_submit.frm_final_submit:hover{
        color: rgba(204,0,0,1) !important;
        text-transform: uppercase;
        background-color: transparent !important;
        border: 1px rgba(204,0,0,1) solid !important;
}


div.frm_submit button.frm_button_submit.frm_final_submit.btn-accent.btn-outline{
        color: rgba(204,0,0,1) !important;
        text-transform: uppercase;
        background-color: transparent !important;
        border: 1px rgba(204,0,0,1) solid !important;
}

div.frm_submit button.frm_button_submit.frm_final_submit.btn-accent.btn-outline:hover{
        color: rgba(256,256,256,1) !important;
        text-transform: uppercase;
        background-color: rgba(204,0,0,1) !important;
        border: 1px rgba(204,0,0,1) solid !important;        
}



.frm_form_fields label.frm_primary_label span.frm_required,
.frm_form_fields div.frm_primary_label span.frm_required{
    color: #CC0000;
}

.frm_form_fields .frm_primary_label{
    font-size: 16px;
}

.webkit .frm_forms input[type=checkbox],
.webkit .frm_forms input[type=radio],
.android .frm_forms input[type=checkbox],
.android .frm_forms input[type=radio] {
  height: 16px;
}
.wpforms-container input[type=checkbox],
.wpforms-container input[type=radio] {
  -webkit-appearance: checkbox;
}
.frm_forms input[type=radio]:checked:before,
.frm_forms input[type=checkbox]:checked:before,
.frm_forms input[type=radio]:checked:before,
.wpforms-container input[type=radio]:checked:before,
.wpforms-container input[type=checkbox]:checked:before,
.wpforms-container input[type=radio]:checked:before {
  display: inherit;
}


div.frm_form_field.form-field.frm_top_container fieldset{
    padding-left: 0px;
    padding-right: 0px;
}