/*
 Theme Name:   Asclepius Child
 Theme URI:    https://www.convylab.com/
 Description:  Asclepius Child Theme for CHV website. Customized by Munna Chowdhury. For any help, reach out to <a href="mailto:munna@convylab.com">Munna</a>
 Author:       ConvyLab
 Author URI:   http://www.munnatxt.com
 Template:     asclepius
 Version:      1.0
 Text Domain:  asclepius
*/

button.team-expand-btn {
    padding: 0 !important;
    background: transparent !important;
    text-shadow: none !important;
    color: #ee6c4c !important;
    cursor: pointer;
	font-size: 14px;
}

.team-modal-content,
.portfolio-modal-content {
	width: 90%;
	max-width: 900px;
	max-height: 80vh;
	margin: 80px auto;
	overflow-y: scroll;
}

.team-modal-image {
	position: sticky;
	top: 0;
}

.portfolio-modal-title, 
.team-modal-title {
	color: #0A2C61;
	margin-top: 0;
	font-size: 35px !important;
	line-height: 1.3em;
	margin-bottom: 5px;
}


.acq-by .elementor-shortcode {
    font-size: 14px;
    line-height: 18px !important;
    margin-top: 8px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    color: #9da6b5;
}

.tm-con {
	display: flex;
	gap: 30px;
}

.team-expand-btn .fa-expand-arrows-alt {
    margin-right: 7px;
}

.team-modal-position {
	font-size: 1.3em;
    color: #888888;
}

.team-portrait img {
	cursor: pointer;
}

.team-social-media {
/*     font-size: 30px; */
	font-weight: bold;
}

.team-social-media ul {
	padding: 0;
	list-style: none;
	margin: 15px 0 25px 0;
}

.team-social-media li {
	display: inline-block;
	list-style-type: none;
}

.team-social-media a {
	color: #0A2C61;
}

.team-social-media a:hover {
	color: #EE6C4C;
}

.tcar .elementor-main-swiper.swiper {
	margin: auto !important;
}

.port-con {
	display: flex;
}

.tm-col-left,
.port-col-left {
	width: 35%
}

.port-col-left {
	padding-right: 20px;
}

.port-img {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.portfolio-modal-image {
	max-width: 200px !important;
}

.port-col-right {
	padding-left: 20px;
	border-left: 1px solid #eaeaea;
}

.tm-col-right,
.port-col-right {
	width: 65%
}

.pb-wrap,
.portfolio-expand-btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.portfolio-expand-btn {
    background: transparent !important;
    cursor: pointer;
}

.portfolio-custom-fields p {
	margin-bottom: 15px;
	padding-bottom: 0;
}

.loop-border .e-loop-item {
	border: 1px solid #E1E6EB;
}

@media (max-width: 1024px) {
	
	.team-portrait img {
		width: 100%;
	}
	
}

@media (max-width: 640px) {
	
	.portfolio-modal-title, 
	.team-modal-title {
		font-size: 25px !important;
	}
	
	.team-modal-position {
		font-size: 1.1em;
	}

	.portfolio-modal-content, 
	.team-modal-content {
		width: 80%;
		margin: 40px auto;
	}
	
	.team-modal-image {
		width: 100%;
	}
	
	.port-con, 
	.tm-con {
		flex-direction: column;
		width: 100%;
		gap: 0;
	}
	
	.port-col, 
	.tm-col {
		width: 100%;
	}
	
	.port-col {
		border: none !important;
		padding: 0 !important;
	}
	
	

}

