/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 13.1.2
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.q_team .q_team_inner .q_team_image {
    max-height: 252px;
}
@media screen and (max-width: 1460px) {
    .q_team .q_team_inner .q_team_image {
    max-height: 215px;
}
}
@media screen and (max-width: 1260px) {
   .q_team .q_team_inner .q_team_image {
    max-height: 169.5px;
} 
}
@media screen and (max-width: 1060px) {
   .q_team .q_team_inner .q_team_image {
    max-height: 127.5px;
} 
}
@media screen and (max-width: 1024px) {
   .q_team .q_team_inner .q_team_image {
    	max-height: 127.5px;
	}
	
	.team-column .q_team_inner .q_team_image {
		max-height: 369px;
	}
}
@media screen and (max-width: 1000px) {
	.q_team .q_team_inner .q_team_image {
    	max-height: 169.5px;
	}
	
	.team-column .q_team_inner .q_team_image {
		max-height: 369px;
	}
}
@media screen and (max-width: 1000px) {
	.vc_col-sm-6 .q_team .q_team_image {
    	max-height: 215px;
	}
}

@media screen and (max-width: 1060px) {
	.vc_col-sm-6 .q_team .q_team_image {
    	max-height: 180px;
	}
}

@media screen and (max-width: 1200px) {
	.vc_col-sm-6 .q_team .q_team_image {
    	max-height: 235px;
	}
}

@media screen and (max-width: 992px) {
   .vc_col-sm-6 .q_team .q_team_image {
    	max-height: 368px;
	}
}
@media screen and (max-width: 767px) {
   .q_team .q_team_inner .q_team_image {
    	max-height: 600px;
	} 
}

.q_team .q_team_image {
    position: relative;
    max-height: 252px;
    overflow: hidden;
}

.q_team_name {
	min-height: 96px;
	font-size: 20px;
}
.q_team_title_holder span {
	min-height:78px;
	display: inline-block;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.full_section_inner .team_column .q_team_image{
		max-height: 369px;
	}
}
.ruk {text-align:center}

@media only screen and (max-width: 768px) {
	.q_team_name {
		font-size: 14px;
    	letter-spacing: 1.4px;
	}
	.myBtn {
		text-align:center!important;
	}
}


@media only screen and (max-width: 1460px) {
	.q_team_name {
		font-size: 14px;
    	letter-spacing: 1.1px;
		line-height: 2.2;
	}
}
@media only screen and (max-width: 920px) {
	.q_team_name {
/* 	min-height: 64px; */
	}
}

@media only screen and (max-width: 770px) {
	.q_team .q_team_image {
    max-height: none;
    overflow: auto;
}
}

	.children {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.wpb_wrapper .children a {
		padding: 15px 40%;
		text-align: center;
		width: 200px;
		color: #6b6b6b;
		font-family: "PT Sans";
		font-size: 16px;
		font-weight: 700;
		border: 1px solid  #a2c861;
		list-style-type: none;
		margin: 5px;
		transition: all .5s;
		display: flex;
    	flex-direction: column;
    	justify-content: center;
	}
	.children a:hover {
		color: #fff;
		background-color: #a2c861;
	}
.wpb_wrapper a {
	color: rgb(163, 199, 92);
}
.price__list td {
	padding: 0;	
}
.price__body {
	display: none;
	transition: all 1s;
}
.price__title .accordion_mark {
	display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    transition: background-color .3s ease-in-out;
    box-sizing: border-box;
	margin-right: 15px;
	cursor: pointer;
}
.price__title .accordion_mark_icon {
	display: block;
    width: 41px;
    height: 41px;
    background-image: url(css/img/plus.png);
    background-repeat: no-repeat;
    background-position: center;
}
.price__title {
	display: flex;
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
	color: #81d742;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0;
	cursor: pointer;
}
.price__title--active .accordion_mark_icon {
    background-image: url(css/img/minus.png);
	
}
.price__title--active .accordion_mark {
	background-color: #e3e3e3;
    transition: background-color .3s ease-in-out;
}
.price__body .price__name {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	padding: 19px 0;
	padding-left: 45px;
}
.price__body .price__value {
	font-size: 30px;
	color: #303030;
	font-weight: 600;
	text-align: right;
}
.price__list {
	width: 100%;
}
