/* ====================================================================================================

	Custom VC Elements CSS - Table of Contents
	
	1. Team Member - Type 1
	2. Team Member - Type 2
	3. Welcome 1
	N. Media Queries

==================================================================================================== */


/* ======================================================================
	1. Team Member Element - Type 1
====================================================================== */

/* Name */
.vc_team_member .team-member h1 a {
	display: block;
	color: #3d3d3f;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.6;
    
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

.vc_team_member .team-member h1 a:hover {
	color: #002855;
}

/* Title */
h1 span {
    display: block;
    color: #808080;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

/* Description */
.team-member p {
    color: #707070;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
}

/* ======================================================================
	2. Team Member Element - Type 2
====================================================================== */

/* Image */
.vc_team_member .team-member2 .team-image {
    position: absolute;
    top: 35px;
    height: 112px;
    width: 112px;
    background: #fafafa;
    border: 1px solid #eae8e8;
}

.team-member2 .team-image img {
    margin-left: 4px;
    margin-top: 4px;
}

/* Content Wrapper */
.team-member2 .team-content {
    margin-left: 57px;
    padding: 10px 10px 10px 77px;
    border: 1px solid #eae8e8;
    background: #fafafa;
}

/* Title */
.team-member2 .team-title a {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #212121;
    line-height: 1.6;
    display: block;
    text-decoration: none;
}

.team-member2 .team-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 300;
    color: #212121;
    text-transform: none;
}

/* Position */
.team-member2 .team-position {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: none;
    margin-top: -5px;
}


/* ======================================================================
	3. Welcome 1
====================================================================== */

.welcome-panel1 h1, .welcome-panel1 h1 span {
	font-size: 30px !important;
	line-height: 34px !important;
	color: #00437c !important;
	font-weight: 300 !important;
	text-transform: uppercase;
	font-family: 'Open Sans';
	margin-bottom: 10px;
}





/* ======================================================================
	N. Media Queries
====================================================================== */

@media only screen and (max-width: 769px){
	.team-member {
		width: 50%;
		margin: 0 auto;
	}
}
