  /**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.bslm-alert {
	margin-bottom: 20px;
	padding: 5px 0 5px 10px;
	border-left: 2px solid transparent;
	color: #474747
}

.bslm-alert br {
	display: block;
}

.bslm-alert--error {
	border-color: #ea3838;
}

.bslm-alert--success {
	border-color: #4CAF50;
}

.bslm-alert--info {
	border-color: #03A9F4;
}

.bslm-form-error {
	margin-bottom: 20px;
	padding: 5px 0 5px 10px;
	border-left: 2px solid #ea3838;
	color: #474747
}

.bslm-form-info {
	margin-bottom: 20px;
	padding: 5px 0 5px 10px;
	border-left: 2px solid #2e92fd;
	color: #474747
}

.bslm-form-info br {
	display: block;
}

.bslm-form-row label {
	cursor: pointer;
}

.bslm-btn {
	position: relative;
}

.bslm-btn__text {
	transition: all .3s ease;
}

.bslm-btn.active .bslm-btn__text {
	opacity: 0;
}

.bslm-btn.active .bslm-spinner {
	opacity: 1;
}

.bslm-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	border: 2px solid #002D5C;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-radius: 50em;
	transition: all .25s ease;
	animation: loading 1s linear infinite;
	opacity: 0;
}

.hidden {
	display: none !important;
}

#card-element {
	background-color: #efefef;
	padding: 10px;
}

.members-filter-wrap {
	margin-top: 80px;
	margin-bottom: 50px;
	padding: 50px 0 20px;
	background-color: #f6f6f6;
}

.members-filter .btn {
	width: 100%;
}

.members-filter__wrap {
	max-width: 700px;
	margin: 0 auto;
}

.members-filter__wrap .form-legend {
	text-align: center;
}

.member-current-page {
	margin-bottom: 50px;
	font-size: 22px;
	font-weight: 600;
	color: #313131;
}

.members-list__item .people-profile-block__list-item::after {
	content: '';
	position: absolute;
	right: -17px;
	top: 0;
	bottom: 0;
	width: 5px;
	background-image: linear-gradient(0deg, #5bcae9, #94c83b, #f7b71e);
}

.members-list__item:nth-child(3n) .people-profile-block__list-item::after {
	display: none;
}

.members-filter .btn {
	padding-right: 15px;
	padding-left: 15px;
}

.member-info {
	max-width: 940px;
	margin: 50px auto;
	padding: 10px;
	background-color: #f6f6f6;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.member-info__summary-wrap {
	/*display: flex;*/
	text-align: center;
}

.member-info__photo {
	width: 150px;
	height: 150px;
	/*flex-shrink: 0;*/
	margin: 0 auto 25px;
	border-radius: 50%;
	overflow: hidden;
}

.member-info__contact {
	position: relative;
	flex-grow: 1;
}

.member-info__contact p {
	font-size: 15px;
	color: #464646;
	margin-bottom: 5px;
}

.member-info__qualifications {
	font-size: 12px;
}

.member-info__profession {

}

.member-info__location {
	font-size: 13px;
	font-weight: 600;
	color: #283440;
	text-transform: uppercase;
}

.member-info__location .fa {
	color: #52c7e7;
	font-size: 18px;
}

.member-info__btns {
	/*display: flex;*/
	margin-top: 30px;
	text-align: center;
}

.member-info__btn {
	/*flex-grow: 1;*/
	/*width: calc(50% - 10px);*/
	/*background-color: #fff;*/
	text-align: center;
	/*margin-right: 10px;*/
	margin-bottom: 10px;
}

.member-info__btn:last-child {
	/*margin-right: 0;*/
	margin-bottom: 0;
}

.member-info__title {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
}

.member-info__ÌÇÐÄVlog,
.member-info__videos,
.member-info__books,
.member-info__posts {
	margin-top: 10px;
}

.member-info__text {
	padding: 0 50px;
	font-size: 15px;
	line-height: 1.45;
}

.member-info__text p:last-child {
	margin-bottom: 0;
}

.member-info__text a {
	font-weight: 700;
	text-decoration: underline;
}

.member-info__books {
	background-color: #f4f4f5;
}

.member-info__books-list {
	margin: 0;
	padding: 0 0 30px;
	list-style: none;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.member-info__books-list li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
}

.member-info__books-list li::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	pointer-events: none;
}

.member-info__books-list li:hover::before {
	background-color: rgba(0, 0, 0, 0);
}

.member-info__books-list img {
	max-height: 350px;
}

.member-info__video-container {
	background-color: #f6f6f6;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

.member-info__video-container iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.video-thumb {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.video-thumb__item {
	width: calc(20% - 10px);
	margin: 5px;
}

.video-thumb__item.active img {
	opacity: 1;
}

.video-thumb__video {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	background-color: #000;
}

.video-thumb__video:hover img {
	opacity: 1;
}

.video-thumb__video img {
	position: absolute;
	width: 100%;
	top: -16.84%;
	left: 0;
	opacity: 0.7;
	cursor: pointer;
	transition: all 0.3s ease;
}

.member-info__social {
	display: flex;
	align-items: center;
	justify-content: center;
}

.member-info__social-list {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.member-info__social-list li {
	margin-right: 5px;
}

.member-info__social-list li:last-child {
	margin-right: 0;
}

.member-info__social-list a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #50dbff;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-align: center;
	color: #fff;
	line-height: 32px;
}

.member-info__social-list a:hover,
.member-info__social-list a:focus {
	color: #fff;
	background-color: #24d2ff;
}

.member-info__social-list a .fa {
	font-size: 16px;
}

.member-info__posts-list-item {
	padding: 30px;
	border-bottom: 1px solid #e9e9e9;
	transition: all 0.3s ease;
}

.member-info__posts-list-item:hover {
	background-color: #fff;
}

.member-info__posts-list-item:last-child {
	border: none;
}

.member-info__posts-list-title {
	margin: 0;
	font-size: 22px;
}

#card-errors {
	color: red;
	margin-top: 10px;
}

#card-errors:empty {
	margin: 0;
}

@media only screen and (max-width: 992px) {
	.members-list__item:nth-child(3n) .people-profile-block__list-item::after {
		display: block;
	}

	.members-list__item:nth-child(2n) .people-profile-block__list-item::after {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.video-thumb__item {
		width: calc(33% - 10px);
	}

	.member-info__social {
		position: static;
		right: auto;
		bottom: auto;
	}

	.member-info__posts-list-title {
		font-size: 18px;
	}

	.people-profile-block__list-item::after {
		display: none !important;
	}
}

@media only screen and (max-width: 576px) {
	.member-info__books-list img {
		max-height: 250px;
	}

	.member-info__text {
		font-size: 14px;
		padding: 0;
	}

	.video-thumb__item {
		width: calc(50% - 10px);
	}

	.member-info__posts-list-item {
		padding: 15px;
	}
}
