.team.element-seven{
width:auto;
margin-left:-5px;
margin-right:-5px;
}
.team.element-seven .team-item{
padding:20px 5px 20px 5px;
}
.team.element-seven:not(.owl-carousel) .team-item{
float:left;
margin-bottom:40px;
}
.team.element-seven .team-item > .holder{
text-align:center;
box-shadow:0px 0px 0px rgba(0,0,0,0);
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
}
.team.element-seven .team-item > .holder:hover{
position:relative;
box-shadow:0px 0px 25px rgba(0,0,0,0.15);
}
.team.element-seven .team-item > .holder > .pic{
position:relative;
}
.team.element-seven .team-item > .holder > .pic > img{
width:100%;
}
.team.element-seven .team-item > .holder > .pic > .pic-background{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:1; background: rgb(255,255,255); background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
}
.team.element-seven .team-item > .holder:hover > .pic > .pic-background{
opacity:0;
visibility:hidden;
}
.team.element-seven .team-item > .holder > .pic > .pic-main{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:2;
background:center bottom no-repeat;
background-size:cover;
}
.team.element-seven .team-item > .holder > .data{
padding:20px 15px 22px 15px;
}
.team.element-seven .team-item > .holder > .data > *:last-child{
margin-bottom:0 !important;
}
.team.element-seven .team-item > .holder > .data .title{
margin-bottom:2px;
font-weight:500;
font-size:16px;
color:#343434;
line-height:26px;
}
.team.element-seven .team-item > .holder > .data .title a{
color:inherit;
}
.team.element-seven .team-item > .holder > .data .designation{
margin-bottom:7px;
font-weight:400;
font-size:13px;
color:#343434;
line-height:25px;
} @media screen and (min-width:1200px){
} @media screen and (min-width:992px) and (max-width:1199px){
} @media screen and (min-width:768px) and (max-width:991px){ .team.element-seven:not(.owl-carousel) .team-item{
width:50% !important;
}
} @media screen and (min-width:480px) and (max-width:767px){ .team.element-seven:not(.owl-carousel) .team-item{
width:50% !important;
}
} @media screen and (min-width:321px) and (max-width:479px){ .team.element-seven:not(.owl-carousel) .team-item{
width:100% !important;
}
} @media screen and (max-width:320px){ .team.element-seven:not(.owl-carousel) .team-item{
width:100% !important;
}
}