/*
 Theme Name:   Edura Child  
 Theme URI:    https://themeholy.com/wordpress/edura
 Description:  This is a child theme for Edura - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     edura
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  edura-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 



.contact-form-wrap .form-section {
    margin-bottom: 30px;
    position: relative;
}
.contact-form-wrap .form-section:last-child {
    margin-bottom: 0;
}
.contact-form-wrap .form-section textarea,
.contact-form-wrap .form-section input,
.contact-form-wrap .form-section select {
    background-color: #fff;
}
.contact-form-wrap .form-section input {
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact-form-wrap .form-section .submit-button {
    font-family: var(--title-font);
    box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--theme-color);
    color: #fff;
}
.contact-form-wrap .form-section .wpcf7-spinner {
    position: absolute;
}

.header-layout-default .header-top:after
 {
   
    background: var(--theme-color);

}