/*
 Theme Name:   Techtlk Child
 Theme URI:    https://techtlk.rstheme.com/
 Description:  Techtlk Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     techtlk
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

.rs-offcanvas-area .nav-expander i {
    font-size: 24px;
    color: #254FF8;
}

em.select-full:after {
    top: 35%;
}

body div textarea {
    height: 125px;
}

.contact-form {
    border: 1px solid #D9E4FF;
    border-radius: 10px;
    padding: 56px;
}

.wpcf7-form-control.wpcf7-select,
.wpcf7-text,
.wpcf7-textarea {
    border-radius: 5px;
    border-color: #D9E4FF !important;
}

input[type=submit] {
    background: #254FF8;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    border: 1px solid #254FF8 !important;
}

input[type=submit]:hover {
    background: #fff;
    color: #254FF8;
    border: 1px solid #254FF8 !important;
}

input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=date],
select,
div textarea {
    margin-bottom: 20px !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 1px;
}

.wpcf7-not-valid,
.wpcf7-form-control.wpcf7-select.wpcf7-not-valid {
    border: 1px solid #dc3232 !important;
}

.wpcf7-response-output {
    color: #dc3232;
}

.wpcf7-spinner {
    position: absolute;
    top: 18px;
    left: -70px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    position: absolute;
    top: 0;
    width: calc(100% - 8px);
    height: calc(100% - 16px);
    background: #fff;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #224ff7;
    font-weight: bold;
}