/**
 * Contact home style
 *
 * This file is automatically populated if the user chooses custom colors in the Customizer.
 */

#contact, #contact-page {
    width: 100%;
}
#contact-page h2, #contact-page span {
    color: #ffffff !important;
}
#contact-page img {
    margin-top: 75px;
    margin-left: -50px;
  }
  
#contact textarea,
#contact-page textarea {
    width: 85%; 
    height: 100px;
    padding: 5px 0 0 10px;
}
#contact textarea::placeholder,
#contact input[type="email"]::placeholder,
#contact input[type="text"]::placeholder
 {
    color: #32284A;
}
#contact-page textarea::placeholder,
#contact-page input[type="email"]::placeholder,
#contact-page input[type="text"]::placeholder {
    color: #32284A;
}

#contact-page select.dropdown-contact {
    color: #32284A;
    padding-right: 10px;
}
#contact span.wpcf7-list-item,
#contact-page span.wpcf7-list-item {
    margin: 0px;
}

#contact label,
#contact-page label {
    display: inline-block;
    margin-bottom: 0.5rem;
    width: 85%;
}
#contact .label-txt,
#contact-page .label-txt {
    padding-bottom: 10px;
}

#contact input[type="checkbox"] {
    margin-right: 7px;
}
#contact-page input[type="checkbox"] {
    margin-right: 7px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact select,
#contact-page input[type="text"],
#contact-page input[type="email"],
#contact-page select
 {
    width: 85%;
    height: 45px;
    margin-top: 5px;
    padding-left: 10px;
}

#contact form.wpcf7-form.init p label {
    color: #32284A;
    font-weight: 500;
} 
#contact-page form.wpcf7-form.init p label {
    color: #ffffff;
    font-weight: 500;
}


#contact form.wpcf7-form.init h5 {
	color: #32284A;
    width: 75%;
    margin-bottom: 20px;
  }
#contact-page form.wpcf7-form.init h5 {
    color: #ffffff;
    width: 75%;
    margin-bottom: 20px;
}
#contact.wpcf7-list-item,
#contact-page.wpcf7-list-item {
    margin: 0px;
    width: 95%;
}
#contact.wpcf7-list-item label,
#contact-page.wpcf7-list-item label {
    display: flex;
    align-items: baseline;
    gap: 10px
}
#contact .wpcf7-list-item-label a,
#contact-page .wpcf7-list-item-label a {
    color: #ffffff;
}

#contact .wpcf7-list-item-label a:hover,
#contact-page .wpcf7-list-item-label a:hover {
    color: #9839FF;
}

