/*
Theme Name: Wade Child
Theme URI: https://wade.qodeinteractive.com
Description: A child theme of Wade
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: wade
Template: wade
*/
.six-grid-image img {
    height: 120px!important;
}
.qodef-section-title .qodef-m-label {
    background-color: #007aff;
}
h5.qodef-m-subtitle {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    letter-spacing: -.03em;
    color: #000;
    font-size: 14px;
    line-height: 1.786em;
    font-weight: 500;
    letter-spacing: -.02em;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0;
    background-color: #007aff;
    color: #fff;
    border-radius: 4px;
    padding: 6px 16px;
    margin-bottom: 17px;
}
.qodef-split-showcase-section .qodef-right-info {
    padding: 0px 0 75px;
}
.qodef-split-showcase-section .qodef-right-info .qodef-right-info-content .qodef-e-title {
    padding-bottom: 0px;
}
sup.qodef-e-item-count {
    display: none;
}
.qodef-split-showcase-section .qodef-right-info .qodef-right-info-content .qodef-right-info-content-bottom {
    display: flex
;
    align-items: flex-start;
    width: 100%;
    border-top: 0px solid #454648;
    padding-bottom: 33px;
    border-bottom: 1px solid #454648;
}
.qodef-split-showcase-section .qodef-right-info .qodef-right-info-content .qodef-right-info-content-bottom .qodef-e-author-media img {
    width: 170px !important;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
}
.qodef-split-showcase-section .qodef-right-info .qodef-right-info-content .qodef-right-info-content-bottom .qodef-e-author-media {
    width: 200px;
}
div#qodef-content-bottom {
    display: none;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: 0;
}
.four-grid-boxes .box-grid {
    box-shadow: 0 0 10px 0px;
    padding: 20px;
    border-radius: 5px;
    margin: 10px;
}
.home-form {
    padding: 30px;
    box-shadow: 0px 0px 10px 2px;
    border-radius: 10px;
}
h5.qodef-m-subtitle {
    margin-bottom: 15px !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
}
#qodef-side-area-mobile-header {
    height: 60vh;
}


@media(min-width:320px) and (max-width:767px){
	.six-grid-image img {
    height: auto!important;
}
}