/*
Theme Name: Harmony Child
Template: harmony-parent
Version: 1.0.0
*/
.locwrap {
	display: flex;
	column-gap: 15px;
	justify-content: end;
	align-items: center;
}
.locname {
	font-size: 15px;
	font-weight: bold;
}
#menu-main-menu>li {
	background: rgba(26, 43, 86, 1);
}
.locwrapfoot {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}
.locwrapfoot .locname {
	font-size: 18px;
}
.social-2 {
	margin-top: 15px;
}
.contact-info-page a {
	color: #fff !important;
}
.contact-info-page a:hover {
	color: var(--color-one) !important;
}
#gallery-section {
	background: #fff;
	padding: 50px;
	text-align: center;
}
.gallery-img {
	padding: 5px;
}
.gallery-img img {
	width: 100%;
	transition: all ease .7s;
}
.gallery-img img:hover {
	transition: all ease .7s;
	transform: scale(1.03);
	box-shadow: 0 0 15px #222;
}
.video-section {
	padding: 50px 0;
}
.video-section .content {
	margin-bottom: 30px;
}
.video-section .videos {
	flex-wrap: wrap;
}
.video-section .video {
	flex: 0 1 33.33%;
	padding: 5px;
}
.video-section .video .embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
@media screen and (max-width:991px) {
	.c2a .locwrap {
		display: none;
	}
	.locwrapfoot {
		margin: 15px 0;
	}
	.locwrapfoot .tel {
		display: block;
		font-size: 30px;
	}
	.social .locwrap {
		color: #fff;
	}
	.social .locwrap .tel {
		display: block;
	}
	.video-section .video {
		flex-basis: 50%;
	}
}
@media screen and (max-width: 767px) {
	.video-section .video {
		flex-basis: 100%;
	}
}
@media screen and (max-width:400px) {
	.locname {
		font-size: 12px;
	}
	.locwrap {
		column-gap: 10px;
	}
}
