/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.wpcf7 .ajax-loader {
    display: none;
}
.team-section .awsm-grid-wrapper .awsm-grid {
    margin-top: 14px!important;
}
.team-section .awsm-grid-wrapper .drawer-style.style-1 figcaption {
    position: static;
    opacity: 1;
    transform: none;
    background: #fff;
    color: #000;
}
.team-section .drawer-style.style-1 figcaption h3 {
    color: #000;
}
/*.team-section .drawer-style.style-1 figcaption::after {*/
    /*display: none;*/
/*}*/
.team-section .awsm-grid figure {
    padding: 20px 20px 0;
}
.team-section .awsm-grid figure>div {
    position: relative;
}
.team-section .awsm-grid .awsm-grid-list figure>div::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(35,35,35,.8);
    display: none;
}
.team-section .awsm-grid .awsm-grid-list:hover figure>div::after {
    display: block;
}
.team-section .drawer-style.style-1>.awsm-grid-card .awsm-grid-list-item::before {
    border: 20px solid #fff;
}
.team-section .drawer-style.style-1 .awsm-grid-card.awsm-expanded .awsm-grid-list-item::after {
    display: none;
}
.team-section .awsm-content-scrollbar h2 {
    display: none;
}
.blog_single.blog_holder article .post_text .post_text_inner {
    padding-bottom: 12px;
}
.blog_single.blog_holder article .post_text .post_text_inner>.entry_title,
.blog_single.blog_holder article .post_text .post_text_inner>.post_info {
    display: none;
}