/home/awneajlw/www/wp-content/themes/codz/assets/scss/_team-page.scss
/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Team Single Page
--------------------------------------------------------------*/

/* wraper_team_single */

.wraper_team_single{
	width:100%;
}

.wraper_team_single > .container{
	padding-top:100px;
	padding-bottom:60px;
}

/*--------------------------------------------------------------
# Team Single Page Style One
--------------------------------------------------------------*/

.team_single.style-one{
}

.team_single.style-one .team-profilebuzz{
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard{
	margin-bottom:30px;
	padding:28px 30px 30px 30px;
	background-color:#f4f9fd;
	border:1px #dfeaf2 solid;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard > *:last-child{
	margin-bottom:0 !important;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard h2{
    margin-bottom:8px;
    font-size:24px;
    line-height:32px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard h3{
    margin-bottom:15px;
    font-size:20px;
    line-height:28px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard p{
    margin-bottom:20px;
    font-size:14px;
    line-height:25px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard hr{
	margin-top:0;
    margin-bottom:22px;
    border-top-color:#e2e2e2;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.contact{
	margin-top:5px;
	margin-bottom:25px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.contact li{
    margin-bottom:12px;
    font-size:16px;
    line-height:26px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.contact li i{
	width:16px;
	margin-right:9px;
	color:#193a5e;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.contact li a{
    color:inherit;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social{
    margin-bottom:20px;
    font-size:0;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
    margin-bottom:10px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li:last-child,
.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li:only-child{
	margin-right:0;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li > a{
	display:block;
	width:40px;
    height:40px;
    background-color:#fff;
    border:1px #d5dde3 solid;
    border-radius:50%;
    text-align:center;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li > a i{
	font-size:16px;
	color:#193a5e;
	line-height:38px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard .btn{
	padding:12px 35px 12px 35px;
	background-color:#89be16;
	border:none;
	border-radius:35px;
	font-weight:500;
    font-size:14px;
    color:#fff;
    line-height:25px;
    cursor:pointer;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard .btn i{
	margin-left:10px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard{
	margin-bottom:40px;
	padding:15px 30px 15px 30px;
	background-color:#f4f9fd;
	border:1px #dfeaf2 solid;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard > *:last-child{
	margin-bottom:0 !important;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table{
	margin-bottom:0;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr > td{
	padding:13px 0px 13px 0px;
	border-top:none;
	border-bottom:1px #e2e2e2 solid;
    font-size:14px;
    line-height:25px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr > td:first-child{
    text-align:left;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr > td:last-child{
    text-align:right;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr:last-child > td,
.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr:only-child > td{
	border-bottom:none;
}