/*
 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.2
 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
*/


/* =Theme customization starts here
------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
html, body {
    font-family: 'Be Vietnam', sans-serif;
}

h1, h2, h3, h4, h5 {
    line-height: 1.3 !important;
}
div.wpcf7 .form-style-4 input[type="text"],
div.wpcf7 .form-style-4 input[type="tel"],
div.wpcf7 .form-style-4 input[type="email"],
div.wpcf7 .form-style-4 textarea {
    border-radius: 5px;
}
.sticky_socials_wrap.sticky_socials_modern {
    display: none;
}
.team_member_page .team_member_brief_info_title {
    display: block;
    margin: 0 0 0.85em 0;
    font-size: 47px;
}
.team_member_page .team_member_meta_info {
    float: right;
    width: 47%;
}

.team_member_page>.team_member_content {
    float: left;
    width: 100%;
    margin: auto;
}
/**css reposnive**/
@media (max-width: 1679px) {
    .sc_services_cool .sc_services_item_title {
        font-size: 1em !important;
    }
}

@media (max-width: 767px) {
    .team_member_page .team_member_meta_info {
        width: 100%;
    }

    .team_member_page .team_member_brief_info_title {
        font-size: 24px;
        margin: 0 0 0.7em 0;
    }
}