/*
Theme Name: Royal Elementor Kit Child
Theme URI: https://royal-elementor-addons.com/royal-elementor-kit-child
Description: Child theme for the Royal Elementor Kit
Author: WP Royal
Author URI: https://royal-elementor-addons.com/
Template: royal-elementor-kit
Version: 1.0.0
*/


.custom-contact-form {
    max-width: 100%;
}

.custom-contact-form label {
	display: block;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    background: #f3f3f3;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    color: #555;
    border-radius: 2px;
    margin-top: 8px;
    margin-bottom: 25px;
    box-sizing: border-box;
	border: 1px solid #b9b2b291;
}

.custom-contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    outline: none;
    border: 1px solid #d4af37;
}

.custom-contact-form input[type="submit"] {
    width: 100%;
    background: #cda92d;
    color: #000;
    padding: 18px;
    cursor: pointer;
    transition: .3s;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

.custom-contact-form input[type="submit"]:hover {
    background: #b99725;
}

.wpcf7-spinner {
    display: none;
}