/*--------------form Alchemy------------*/
.form-alchemy-section br,
.form-alchemy-section p:empty,
.form-alchemy-section .wpcf7-not-valid-tip {
    display: none;
}
.form-alchemy-section .am-content-form {
    display: flex;
}
.form-alchemy-section .am-content-form>.form-column-1-1 {
    width: 100%;
}
.form-alchemy-section .am-content-form>.form-column-1-2 {
    width: 48.5%;
    position: relative;
}
.form-alchemy-section .am-content-form>.form-column-1-2:nth-child(even) {
    margin-left: 3%;
}
.form-alchemy-section .am-content-form>.form-column-1-3 {
    width: 32%;
}
.form-alchemy-section .am-content-form>.form-column-1-3:nth-child(even) {
    margin: 0 2%;
}
.form-alchemy-section select {
    background-image: url('/wp-content/themes/Alchemy Child Theme/img/Arrow-down.svg') !important;
    background-position: 96% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
}
.form-alchemy-section input,
.form-alchemy-section select,
.form-alchemy-section textarea {
    border: solid 1px var(--dark-grey) !important;
    color: #333 !important;
    width: 100%;
    padding: 15px 20px;
    border-radius: 3px;
    box-shadow: none !important;
    padding-right: 2em;
    line-height: 1.8;
    font-size: 15px;
    box-sizing: border-box;
     -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.form-alchemy-section textarea {
    min-height: 90px;
    height: 90px;
    overflow: hidden;
    line-height: 1.3;
}
.form-alchemy-section input[type='submit'] {
    padding: .5em 0 !important;
    border-radius: initial;
    border-bottom: none;
}
.form-alchemy-section .content-input input:focus,
.form-alchemy-section .content-input textarea:focus {
    padding-top: 25px;
    padding-bottom: 5px;
    box-shadow: none !important;
}
.form-alchemy-section input[type="text"]:focus,
.form-alchemy-section input[type="tel"]:focus,
.form-alchemy-section input[type="email"]:focus,
.form-alchemy-section textarea:focus {
   outline: solid 3px var(--third-color);
   outline-offset: 3px;
}
.form-alchemy-section .icon-checked-2 {
    font-size: 1.563em;
    position: absolute;
    color: #5eba7d;
    left: -30px;
    top: 6px;
}
.form-alchemy-section .content-input {
    position: relative;
    margin-bottom: 1em;
}
.form-alchemy-section .icon-checked-3 {
    font-size: 1.2em;
    position: absolute;
    color: #5eba7d;
    z-index: 1;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.form-alchemy-section .icon-warning {
    font-size: 1.2em;
    position: absolute;
    color: #ff6600;
    z-index: 1;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.form-alchemy-section .title-input {
    position: absolute;
    color: #333;
    z-index: 1;
    padding: 0;
    font-size: 0.6em;
    display: none;
    top: 8px;
    -webkit-animation-name: moveit2;
    -webkit-animation-duration: .1s;
    animation-name: moveit2;
    animation-duration: 0.1s;
    left: 20px;
    font-weight: bold;
}
.form-alchemy-section .focus-on {
    display: block;
    top: 8px;
    font-size: 0.8em;
}
.form-alchemy-section .icon>span,
.form-alchemy-section .icon-checked-2 {
    display: none;
}
@-webkit-keyframes moveit2 {
    from {
        top: 20px;
    }
    to {
        top: 8px;
    }
}
@keyframes moveit2 {
    from {
        top: 20px;
    }
    to {
        top: 8px;
    }
}
.form-alchemy-section ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8e8e8e !important;
}
.form-alchemy-section :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8e8e8e !important;
}
.form-alchemy-section ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8e8e8e !important;
}

.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item,
.form-alchemy-section .wpcf7-radio .wpcf7-list-item {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-left: 0px;
}
.form-alchemy-section .wpcf7-radio .wpcf7-list-item label {
    display: block;
}
.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item input,
.form-alchemy-section .wpcf7-radio .wpcf7-list-item input {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    top: calc((100% / 2) - 9px);
    padding: 0;
}
.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item span,
.form-alchemy-section .wpcf7-radio .wpcf7-list-item span {
    display: block;
    color: var(--medium-grey);
    vertical-align: middle;
}
.form-alchemy-section .am-button-3 {
    color: #fff !important;
}

.form-alchemy-section form.wpcf7-form .am-content-form-submit input.wpcf7-submit{
   display: none;
}
.form-alchemy-section form.wpcf7-form .am-content-form-submit .wpcf7-spinner {
   vertical-align: middle;
    background-color: var(--primary-color);
    position: absolute;
    left: calc(50% + 120px);
    top: calc(50% - 12px);
    margin:0 10px;
}
.form-alchemy-section form.wpcf7-form .am-content-form-submit .wpcf7-spinner::before{
   background-color:var(--secondary-color);
}
.am-content-form-submit .am-button-1{
   opacity: 1 !important;
}

.submit-form.show-effect-button{
    margin: 0;
}

@media only screen and (max-width:600px) {
    .form-alchemy-section .am-content-form>.form-column-1-1,
    .form-alchemy-section .am-content-form>.form-column-1-2,
    .form-alchemy-section .am-content-form>.form-column-1-3 {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .form-alchemy-section .am-content-form {
        display: block;
    }
}

@media only screen and (max-width:480px) {
   .form-alchemy-section form.wpcf7-form .am-content-form-submit .wpcf7-spinner{
      left: calc(50% + 100px);
   }
}
/*--------------eo form Alchemy------------*/