/* 
Theme Name:		 twentytwentyfive-child
Theme URI:		 http://childtheme-generator.com/
Description:	 Twenty Twenty-Five-child is a child theme of Twenty Twenty-Five, created by ChildTheme-Generator.com
Author:			 Developer
Author URI:		 http://childtheme-generator.com/
Template:		 twentytwentyfive
Version:		 1.0.0
Text Domain:	 twenty-twenty-five-child
*/


/*
    Add your custom styles here
*/
.elementor-518 .elementor-element.elementor-element-9b20d53 {
        width: 90% !important;
    }
@media (max-width: 1800px) {
    .short-width-sec .e-con-inner {
        margin: 0 !important;
    }
}

/* contact form css */


/* Contact Form 7 - Custom Form */
.custom-contact-form {
    width: 100%;
    max-width: 452px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

/* Name heading */
.custom-contact-form .form-name-title {
    margin-bottom: 14px;
}

.custom-contact-form .form-name-title label {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #111;
}

/* Two-column row */
.custom-contact-form .form-row {
    display: flex;
    gap: 9px;
    margin-bottom: 20px;
}

/* Form fields */
.custom-contact-form .form-field {
    margin-bottom: 0px;
}

.custom-contact-form .form-row .form-field {
    margin-bottom: 0;
}

.custom-contact-form .form-half {
    width: 50%;
}

/* Labels */
.custom-contact-form .form-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 15.4px;
    font-weight: 400;
    color: #111;
}

/* Required text */
.custom-contact-form .required-text {
    color: #555;
    font-size: 12px;
    margin-left: 3px;
}

/* Inputs */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #111;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 14px;
    padding: 10px 12px;
    outline: none;
}

/* Text input height */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"] {
    height: 44px;
}

/* Message textarea */
.custom-contact-form textarea {
    height: 80px;
    min-height: 80px;
    resize: both;
}

/* Focus */
.custom-contact-form input[type="text"]:focus,
.custom-contact-form input[type="email"]:focus,
.custom-contact-form textarea:focus {
    border-color: #111;
}

/* Submit button */
.custom-contact-form .form-submit {
    margin-top: -4px;
}

.custom-contact-form input[type="submit"] {
    display: inline-block;
    padding: 0 25px;
    height: 48px;
    border: none;
    border-radius: 0;
    background: #863916;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

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

/* Remove CF7 default paragraph spacing */
.custom-contact-form p {
    margin: 0;
}

/* CF7 validation messages */
.custom-contact-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 4px;
}

.custom-contact-form .wpcf7-response-output {
    margin: 15px 0 0;
}

/* Mobile */
@media (max-width: 600px) {
    .custom-contact-form {
        max-width: 100%;
    }

    .custom-contact-form .form-row {
        display: block;
    }

    .custom-contact-form .form-half {
        width: 100%;
        margin-bottom: 20px !important;
    }
}