/*
Theme Name: Amwal Child
Theme URI: http://creativewp.com/amwal
Author: creative-wp
Author URI: http://creativewp.com
Description: Amwal Child Theme.
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amwal
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: amwal
*/
.content-area .entry-metas .entry-author{display:none}
.team-data .per-img {
    float: left;
    width: 100%;
    margin: 5px 5px 15px 5px;
    padding: 0;
    min-height: 300px;
    overflow: hidden;
    max-height: 300px;
}
    

.team-img {
    width: 25%;
    display: inline-block;
    text-align: center;
}

.team-content {
    width: 80%;
    display: inline-block;
    float: right;
    background: #f6f6f6;
    position: absolute;
    left: 24%;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 11px;
    max-height: 240px;
    padding-left: 0;
    margin-left: 0;
}

.team-data .per-img img {
    width: 100%;
}

.team-inner-section {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    clear: both;
}
.team-content .team-member-name {
    font-size: 20px;
    color: #222;
}

.team-content .function-name {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.team-content .list-inline li .fa:hover {
    color: #ff3b7c;
}
.team-content .list-inline {
    float: right;
    position: relative;
    padding: 10px 0;
    margin: 0;
}

.team-content .list-inline li .fa {
    font-size: 18px;
}

.team-content .read-more {
    background: #ff3b7c;
    color: #fff;
    padding: 8px 15px;
    position: relative;
    border-radius: 0;
    margin-top: 5px;
    display: inline-block;
}
    .team-content .read-more:hover{background: #0b4b66;} 
.profile-img img {
    width: 100%;
}  
.profile-inner-page .profile-img {
    height: 400px;
    overflow: hidden;
}
.profile-img img {
    width: 100%;
    height: auto;
}
 .profile-inner-page {
    clear: both;
    margin-top: 15px;
    float: left;
}   
@media(min-width:992px) and (max-width:1199px)
{
.team-content {
    max-height: 260px;
 }    
    
}
    
@media(min-width:768px) and (max-width:991px)
{
.team-content {
    max-height: 260px;
 }    
 .team-img {
    width: 30%;
}

.team-content {
    width: 70%;
    background: transparent;
    position: relative;
    max-height: max-content;
    left: 0;
}
   
}    
    
@media(max-width:767px)
{
.team-img {
    width: 100%;
}

.team-content {
    width: 100%;
    position: relative;
    left: 0;
    padding: 5px;
    height: auto;
    max-height: fit-content;
    background: transparent;
}
.team-content .list-inline {
    float: none;
 } 
.team-content .list-inline li {
    padding-left: 0;
}
.team-data .per-img {
    max-height: fit-content;
}
.team-inner-section {
    position: relative;
    margin-bottom: 10px;
    float: left;
}    
}