/*!
Theme Name: Ideal
Theme URI:
Author:
Author URI:
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ideal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Functions prefix: ideal_
Theme Folder name: ideal
Url of development local site: ideal-hh

This theme, like WordPress, is licensed under the GPL.
*/

/*#content {*/
    /*max-width: 1360px;*/
    /*margin: 0 auto;*/
/*}*/




/* OUR STYLES */
.wpforms-required-label {
    display: none;
}
.wpforms-field {
    position: relative;
    margin-bottom: 20px;
}
.wpforms-field textarea {
    height: 6em;
}

/*body .nice-select {*/
    /*all: unset !important;*/
/*}*/
body .wpforms-field .nice-select{
    display: block;
    padding: 22px 30px 7px;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    font-weight: 600;
    color: #44474d;
    background: #f3f5f9;
    border: 1px solid #f3f5f9;
    border-radius: 30px;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: unset;
    margin-bottom: 20px;
}
body .wpforms-field .nice-select:after {
    width: 9px;
    height: 9px;
    margin-top: -6px;
    right: 30px;
    transition: .4s;
}

body .wpforms-field .nice-select.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0s;
    transition-delay: 0s;
}
body .wpforms-field .nice-select .list {
    margin: unset;
    box-shadow: none;
}

body .wpforms-field .nice-select .option.selected.focus {
    background-color: unset;
}
body .wpforms-field .nice-select .option.selected.focus:hover {
    background-color: #eaebef;
}
body .wpforms-field .nice-select .option.selected,
body .wpforms-field .nice-select .option {
    font-weight: inherit;
}

button.wpforms-submit {
    display: block;
    width: 100%;
    padding: 13px 20px 16px;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    font-weight: 700;
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;

    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #f03c47;
    box-shadow: 0 6px 18px rgb(0 0 0 / 15%);
    border-radius: 30px;
    border: 1px solid #f03c47;
    overflow: hidden;
}

button.wpforms-submit::before,
button.wpforms-submit::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    transition: transform .3s;
    transition-timing-function: cubic-bezier(.75,0,.125,1);
}

button.wpforms-submit::before {
    background: #d1d5e0;
}
button.wpforms-submit::after {
    background: #fff;
}

button.wpforms-submit:hover {
    /*background: transparent;*/
    color: #f03c47;
    box-shadow: 0 6px 25px rgb(56 75 116 / 30%);
}

button.wpforms-submit:hover::before,
button.wpforms-submit:hover::after {
    transform: translateY(100%);
}

button.wpforms-submit:hover::after {
    transition-delay: .175s;
}

body:not(.wp-admin) .wpforms-field.wpforms-has-error input,
body:not(.wp-admin) .wpforms-field.wpforms-has-error textarea {
    border-color: #f03c47;
}

.wpforms-field.wpforms-has-error label {
    color: #f03c47;
}
.wpforms-field.wpforms-has-error .wpforms-required-label {
    display: inline;
}
body:not(.wp-admin) .c-form label.wpforms-error {
    display: block;
    margin: -6px 0 28px -30px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    font-weight: 400;
    position: relative;
}
body:not(.wp-admin) .c-form label.wpforms-error::before {
    content: "*";
    margin-right: 5px;
}


body:not(.wp-admin) .c-form .wpforms-confirmation-container p:last-of-type,
body:not(.wp-admin) .c-form .wpforms-confirmation-container p:last-of-type:hover {
    background: unset;
    border: unset;
    box-shadow: none;
    border-radius: unset;
    color: inherit;
}
body:not(.wp-admin) .c-form .wpforms-confirmation-container p:last-of-type::before,
body:not(.wp-admin) .c-form .wpforms-confirmation-container p:last-of-type::after {
    content: unset;
}

#text-5{
    margin-left: 20px;
    padding: 10px 0 0 0;
}

#text-5 img{
    width: 30px;
    margin: 0 5px 0 0;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{
    border-top: 1px solid rgba(116,127,152,.2)!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p{
    font-size: .875rem!important;
    color: #747f98!important;
}

body:not(.wp-admin) .c-form p:last-of-type .wpcf7-spinner {
    /* visibility: hidden; */
    display: inline-block;
    /* background-color: #23282d; */
    /* opacity: 0.75; */
    /* width: 24px; */
    /* height: 24px; */
    /* border: none; */
    /* border-radius: 100%; */
    /* padding: 0; */
    /* margin: 0 24px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

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

/* page https://idealhh.com/legal/ */
.custom-bullet{
	padding-left: 36px;
	position: relative;
}
.custom-bullet:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 22px;
    display: block;
    height: 5px;
    width: 5px;
    background-color: #384b74;
    border-radius: 50%;
}
/*Ordered List*/
@media screen and (min-width: 992px) {
   .c-list__content ol li:not(:last-child) {
       margin-bottom: 36px;
   }
}
.c-list__content ol li:not(:last-child) {
   margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
   .c-list__content ol li {
       padding-left: 36px;
       font-size: 1.375rem;
       line-height: 1.2727272727;
       font-weight: 400;
   }
}
.c-list__content ol li {
    position: relative;
    padding-left: 29px;
    color: #44474d;
    list-style-type: decimal;
    font-family: ProximaNova, sans-serif;
    font-size: 1.375rem;
    line-height: 1.5;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .c-list__content ol li:before {
        top: 12px;
        left: 22px;
    }
}

.c-list__content ol li {
    position: relative;
    /* Other styles for the list item content */
}
/*Call us today! block*/
.c-contact__text {
    opacity: 1 !important;
}