/* ----------------------------------------------------------------------------
	Plugin Name: Ilgelo minimal vc_addons
	Plugin URI: http://www.ilgelo.com/
	Description: css minimal vc_addons
	Author: Ilgelo
	Version: 1.0.0
	Author URI: http://www.ilgelo.com/
	Domain Path: Ilgelo
-------------------------------------------------------------------------------  */



/* 14.5- Team VC Shortcode
================================================== */ 
 
.avatar { border-radius: none; }

.team {
	 text-align: center;
	 }
	 
.team figure {
	 padding: 0;
	 margin: 0;
	 transition: all 0.3s ease 0s;
	 -webkit-transition: all 0.3s ease 0s;
	 -o-transition: all 0.3s ease 0s;
	 -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	 }

.team figure img {
	 max-width: 80%;
	 border: 2px solid #fff;
	 -webkit-transition: border-color 500ms ease;
	 -moz-transition: border-color 500ms ease;
	 -ms-transition: border-color 500ms ease;
	 transition: border-color 500ms ease;
	 margin-bottom: 0.5em ;
	 }	
	  
@media only screen and (min-width: 500px) { 
	 .team figure img { min-width: 90px }
}
@media only screen and (min-width: 1000px) { 
	 .team figure img { width: 60% }
}


.team a:hover img { 
	/* border-color: #7EC2BA;*/
	 }

.team figure figcaption {
	 font-weight: 600;
	 text-transform: uppercase;
	 font-style: 20px;
	 }

.team figure figcaption .box_border {
	 padding: 0px;
	 margin: 0px;
	 }

.team figure figcaption .box_border span {
	 font-weight: 700;
	 text-transform: uppercase;
	 font-size: 13px;
	 }

.team figure figcaption em {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 text-transform: none;
	 margin-top: 0px;
	 font-size: 13px;
	 line-height: 12px;
	 }

.team figure figcaption em.team_description {
	 text-transform: none;
	 }

.team figure figcaption i {
	 padding: 15px 0px 5px 0px;
	 font-size: 20px;
	 margin-right: 10px;
	/* color: #303440;*/
	 transition: all 0.3s ease 0s;
	 -webkit-transition: all 0.3s ease 0s;
	 -o-transition: all 0.3s ease 0s;
	 -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	 }

.team figure figcaption i:hover {
	/* color: #5296b4;*/
	 transition: all 0.3s ease 0s;
	 -webkit-transition: all 0.3s ease 0s;
	 -o-transition: all 0.3s ease 0s;
	 -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	 }

.team figure figcaption em {
	 display: block;
	 font-style: normal;
	 font-weight: normal;
	/* color: #666666;*/
	 }
	 
.team a { text-decoration: none; }

.team  a:hover figure { 
      /*color: #5296b4; */
	 transition: all 0.3s ease 0s;
	 -webkit-transition: all 0.3s ease 0s;
	 -o-transition: all 0.3s ease 0s;
	 -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	 }


/* 14.6- VC Shortcode Dropcaps 
================================================== */ 

.dropcap {
	display: block;
	float: left;
	margin: 4px 12px 0 0;
	font-weight: 400;
	font-size: 38px;
	line-height: 38px;
}
.dropcap_extra {
	display: inline-block;
	float: left;
	margin: 0 14px 0 0;
	width: 48px;
	height: 48px;
	background-color: transparent;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 42px;
	text-transform: uppercase;
}