/**
* Stylesheet for single County page.
**/

.single-countries .section-default {
	padding-bottom: 0;
}

.country {
	font-size: 1.6rem;
	line-height: 2.4rem;
	counter-reset: item;
}

.country__title {
	font-size: 26px;
	font-weight: 600;
	color: #00a585;
}

.country .country__content {
	background-color: #eee;
	padding-bottom: 5rem;
}

.country h3 {
	color: #5D5D5D;
	font-size: 26px;
	font-weight: 600;
	margin: 1rem 0 4rem;
}

.country h3 + p {
	color: #00a585;
	margin: -3rem 0 4rem;
}

.country h4 {
	color: #00a585;
	line-height: 35px;
	font-size: 26px;
	font-weight: 600;
	margin: 1.5rem 0;
}

.country .header h3 {
	margin-bottom: 0;
}

.country .header h4 {
	color: #01A585;
	font-family: "Open Sans";
	font-size: 18px;
	letter-spacing: 0.08px;
	line-height: 24px;
	margin-bottom: 30px;
}

.country .members-container {
	margin-top: 20px;
}

.country .member-name {
	color: #5D5D5D;
	font-family: "Open Sans";
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 28px;
}

.country .member-avatar {

	padding: 10px;

}

.country .subject-title {
	margin-top: 30px;
	margin-bottom: 0;
}


/* Country content Filters */
#country-content-filter.map-tabs {
	text-align: left;
	margin: 50px 0 4rem;
}

#country-content-filter.map-tabs .map-tabs__item {
    text-align: center;
}


/* Country content Filters */
#country-content-filter.map-tabs {
	text-align: left;
	margin: 50px 0 4rem;
}

#country-content-filter.map-tabs .map-tabs__item {
    text-align: center;
}

.country-map {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    width: 100vw;
    height: 450px;
    transform: translateX(-50%);
    right: -50%;
	position: relative;
	margin-bottom: 4rem;
	display: none;
}




.country .focal-point__website,
.country .focal-point-member .member-email,
.country .trainer-item .member-email,
.country .trainer-item .member-external_link {
    font-weight: 600;
    position: relative;
    margin-left: 2.5rem;
    margin-right: 2rem;
    display: inline-block;
    margin-bottom: .5rem;
    margin-top: .5rem;
    font-size: 18px;
}


.country .focal-point__website::before,
.country .focal-point-member .member-email::before,
.country .trainer-item .member-email::before,
.country .trainer-item .member-external_link::before {
	content: '';
	height: 2.5rem;
	width: 2rem;
	position: absolute;
	left: -2.5rem;
	background-position: center 2px;
	background-repeat: no-repeat;
	background-size: contain;
}


.country .focal-point-member .member-email::before {
	background-position: center 4px;
}


.country .focal-point__website::before,
.country .trainer-item .member-external_link::before {
	background-image: url('../images/new-svg-icons/website-icon.svg');
}

.country .focal-point-member .member-email::before,
.country .trainer-item .member-email::before {
	background-image: url('../images/new-svg-icons/mail-icon.svg');
}

.country .focal-point__website span,
.country .focal-point-member .member-email span,
.country .trainer-item .member-email span {
	margin-left: .5rem;
}



.country .white-panel {
	background: white;
	padding: 0 4rem;
	border-radius: 1rem;
	box-shadow: 0 4px 15px 0 rgba(0,0,0,0.1);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: 3rem;
}






.country .focal-point-member {
	border: 1px solid #eee;
    padding: .5rem;
    border-radius: 1rem;
		margin: 0 .5rem 2rem .5rem;
		display: flex;
		align-items: center;
}

.country .focal-point-member h4 {
	margin: 0;
}

.country .trainer-item {
    padding: 1.5rem 1rem;
}

.country .focal-point-member > .row,
.country .trainer-item > row {
	display: table;
}

.country .focal-point-member .row .member-avatar,
.country .trainer-item .row .member-avatar {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.country .focal-point-member .member-avatar img,
.country .trainer-item .member-avatar img {
	border-radius: 50%;
	height: 60;
	width: 60;
	object-fit: cover;
}

.country .trainers {
	margin-top: 0;
}

.country .trainers h4 {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.single-countries a,
	.single-countries h4,
	.single-countries h3,
	.single-countries p {
		word-break: break-word
	}
	.single-countries .country .white-panel {
		padding: 15px;
		margin-bottom: 50px;
	}
	.single-countries .country .white-panel:last-child {
		margin-bottom: 0;
	}
	.single-countries .country .focal-point-member {
		flex-direction: column;
		padding: 40px 10px;
	}
	.single-countries .country h3 {
		margin: 50px 0 20px 0;
	}
	.single-countries h4.subject-title {
		padding: 0 15px;
		line-height: 30px;
		margin: 20px 0;
	}
	.single-countries .country .focal-point__website,
	.single-countries .country .focal-point-member .member-email,
	.single-countries .country .trainer-item .member-email,
	.single-countries .country .trainer-item .member-external_link {
		margin-left: 3.1rem;
		margin-top: 0;
		margin-bottom: 0;
	}
	.single-countries .country .focal-point-member {
		margin: 20px 15px;
	}
	.single-countries .country .country__trainers-list h4,
	.single-countries .country .focal-point-member h4 {
		margin: 20px 0 10px 0;
    line-height: 30px;
	}
	.single-countries .country .country__trainers-list h4 {
		margin-left: 15px;
	}
	.single-countries .country .focal-point-member .focal-point__website,
	.single-countries .country .focal-point-member .member-email,
	.single-countries .country .focal-point-member .trainer-item .member-email,
	.single-countries .country .focal-point-member .trainer-item .member-external_link {
		margin-left: 2.5rem;
		margin-top: 0;
		margin-bottom: 0;
	}
	.single-countries .country .focal-point__website span,
	.single-countries .country .focal-point-member .member-email span,
	.single-countries .country .trainer-item .member-email span {
		margin-left: 0;
	}

	.country h3 + p {
		margin-top: 0;
	}

	.country-map {
		height: 250px;
	}
}
