/* 
	STYLE FOR SHORTCODE TEAM MEMBERS 
	INCLUDE 4 STYLES
*/

.wd_meet_team {
	line-height:0;
	text-align:center;
	width:100%;
	max-width:350px;
}

.wd_meet_team > div {
	padding:10px;
	line-height:14px;
}

.wd_meet_team .info h3 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px;
}

.wd_meet_team .info h3 a {
    font-size: 16px;
    line-height: 18px;
	text-transform:uppercase;
}

.wd_meet_team .info p {
    margin: 0 0 5px;
}

.wd_meet_team .social a:hover {
	top:-2px;
}

.wd_meet_team .social a.facebook_link {
    background-position: 0 0;
}

.wd_meet_team .social a.twitter_link {
    background-position: -35px 0;
}

.wd_meet_team .social a.google_link {
    background-position: -71px 0;
}

.wd_meet_team .social a.linkedlin_link {
    background-position: -105px 0;
}

.wd_meet_team .social a.rss_link {
	background-position: -176px 0;
}

.wd_meet_team .social a.dribble_link {
    background-position: -140px 0;
}

/* TEAM MEMBER STYLE O1 */

.wd_meet_team.style1 {
    overflow: hidden;
    position: relative;
    line-height: 0;
}

.wd_meet_team.style1 > a {
    display: inline-block;
    line-height: 0;
    width: 100%;
}

.wd_meet_team.style1 > a img {
    margin: 0;
    width: 100%;
    height: auto;
    transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
}

.wd_meet_team.style1:hover > a img {
    opacity: 0;
    filter: alpha(opacity=0)transform:scale(10);
    -moz-transform: scale(10);
    -webkit-transform: scale(10);
    -o-transform: scale(10);
}

.wd_meet_team.style1 > div {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #702c19;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}

.wd_meet_team.style1 > div:before {
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.wd_meet_team.style1:hover > div {
    opacity: 1;
    filter: alpha(opacity=1);
}

.wd_meet_team.style1 .info {
	display:inline-block;
	width:90%;
    overflow: hidden;
    line-height: 14px;
	vertical-align:middle;
    transform: scale(0,0);
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
}

.wd_meet_team.style1:hover .info {
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
} 

.wd_meet_team.style1 .info h3 a {
	color:#fff;
}

.wd_meet_team.style1 .wd_des {
	display:none;
}

/* TEAM MEMBER STYLE 02 */
.wd_meet_team.style2 {
	background:#D6D6D6;
	border-bottom:5px solid #5C5C5C;
}

.wd_meet_team.style2 > a {
	display:inline-block;
	max-width:100%;
	line-height:0;
	overflow:hidden;
	position:relative;
}

.wd_meet_team.style2 > a:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
	background:#702C19 url(https://www.decoratingmart.com/wp-content/plugins/wd_team/images/icon_search.png) no-repeat 50% 50%;
}

.wd_meet_team.style2 > a:hover:after {
	opacity:1;
	filter:alpha(opacity:1);
	transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
} 

.wd_meet_team.style2 > a > img {
	margin:0;
	 transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
}

.wd_meet_team.style2 > a:hover > img {
	transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
}


/* TEAM MEMBER STYLE 03 */
.wd_meet_team.style3 {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.wd_meet_team.style3 p, .wd_meet_team.style3 a {
    color: #fff;
}

.wd_meet_team.style3 > a {
    display: inline-block;
    max-width: 100%;
	overflow:hidden;
}

.wd_meet_team.style3 > a > img {
    margin: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
	ransition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wd_meet_team.style3 > div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.wd_meet_team.style3 > div:before {
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.wd_meet_team.style3 > div:hover {
    box-shadow: 0 0 0 180px rgba(119, 53, 21, 0.5) inset, 0 0 0 16px rgba(119, 53, 21, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 180px rgba(119, 53, 21, 0.5) inset, 0 0 0 16px rgba(119, 53, 21, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 180px rgba(119, 53, 21, 0.5) inset, 0 0 0 16px rgba(119, 53, 21, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}



.wd_meet_team.style3 > div > div {
	display:inline-block;
	vertical-align:middle;
    transform: scale(0,0);
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.wd_meet_team.style3 > div:hover > div {
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

.wd_meet_team.style3:hover > a img {
	transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
}

.wd_meet_team.style3 .wd_des {
	display:none;
}

/* TEAM MEMBER STYLE 04 */
.wd_meet_team.style4 {
	background:#d6d6d6;
	border-bottom:5px solid #5c5c5c;
	border-radius:350px 350px 0 0;
	-moz-border-radius:350px 350px 0 0;
	-webkit-border-radius:350px 350px 0 0;
}

.wd_meet_team.style4 > a {
    z-index: 1;
    display: inline-block;
    position: relative;
    max-width: 100%;
	overflow:hidden;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.wd_meet_team.style4 > a:after {
    z-index: 2;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background:url(https://www.decoratingmart.com/wp-content/plugins/wd_team/images/icon_search.png) no-repeat 50% 50%;
	opacity:0;
	filter:alpha(opacity=0);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.wd_meet_team.style4 > a:hover:after {
	opacity:1;
	filter:alpha(opacity=1);
    box-shadow: 0 0 0 180px rgba(119, 53, 21, 0.5) inset, 0 0 0 16px rgba(119, 53, 21, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 180px rgba(119, 53, 21, 0.5) inset, 0 0 0 16px rgba(119, 53, 21, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 180px rgba(119, 53, 21, 0.5) inset, 0 0 0 16px rgba(119, 53, 21, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.wd_meet_team.style4 > a img {
    margin: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
	transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.wd_meet_team.style4:hover > a img {
	transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
}


/* 
	STYLE FOR SHORTCODE TEAM TESTIMONIAL 
	INCLUDE 4 STYLES
*/