/*
 Theme Name:   Qwery Child Theme
 Theme URI:    http://qwery.ancorathemes.com
 Description:  Qwery Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     qwery
 Version:      1.3
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  qwery
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

section.ml-0>.elementor-container {
    margin-left: 0;
}

div.wpcf7 .form-style-6 textarea {
    height: 125px;
}

.wpcf7 .wpcf7-submit-style .wpcf7-submit {
    font-size: 16px;
}

.gallery-1 .e-gallery-item:hover .elementor-gallery-item__overlay:before {
    content: url('assets/images/feather-plus.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    color: #fff;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}

.input-group {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

input.form-control.file-upload-text {
    padding-left: 10px;
    border: 1px solid #bbbbbb;
    background: transparent;
    min-height: 40px;
    width: auto !important;
}

span.input-group-btn {
    padding-bottom: 0;
    vertical-align: bottom;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.wpcf7-form .file-upload-btn {
    background: #7D7D7D;
    margin-left: 20px !important;
    font-weight: 400;
    font-size: 14px;
    color: #ffff !important;
    border: 0;
    border-radius: 0;
    text-transform: capitalize;
    padding: 6px 25px;
    font-family: "Red Hat Display", sans-serif;
}

.wpcf7 .wpcf7-submit-style .wpcf7-submit {
    /* background-color: #6AAC0D !important; */
    letter-spacing: 2.88px;
    color: #FFFFFF;
}

.wpcf7-form-control-wrap {
    position: relative;
}

input.wpcf7-form-control.wpcf7-file.form-control.file-upload {
    display: none;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

@media screen and (min-width: 1441px) {
    .form-position-abs {
        left: 55%;
        -webkit-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
    }
}