/*
Theme Name: RaketNet goes Menta Vitalis 1.0
Author: RaketNet
Description: Flexible setup, easy to use.
Version: 1.0.15
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.container-team .row {
	display: flex;
	flex-flow: row wrap;
}
.container-team .col-team .img {
    position: relative;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}
.container-team .col-team .img img {
	border-radius: 10px;
}
.container-team .team-content {
    display: none;
    position: relative;
    margin-bottom: 50px;
    padding: 30px 50px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.container-team .team-content .content-team-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.container-team .team-content .content-team-close img {
    width: 50px;
}

.d-none {
	display: none!important;
}
	
.text-center {
    text-align: center !important;
}
.mt-0 {
	margin-top: 0!important;
}
.mb-0 {
	margin-bottom: 0!important;
}
.col-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 600px) {
	.container-team .col-team .img {
   		max-width: 220px;
	}
}
@media (min-width: 992px) {
	.d-lg-block {
		display: block!important;
	}
	.d-lg-none {
		display: none!important;
	}
}