/*
Theme Name: Cosmo Child
description: Client Theme - Cosmo
Template: cosmo-parent
Version: 1.0.0
Text Domain: cosmo-child
Author: BCW
*/

#review-section h2, #team-section h2 {color: #fff;}
.feature-inner { margin-top: 0;}
.banner-section {
	position: relative;
}
.banner-section .image img {
	width: 100%;
}
.banner-section .overlay {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	font-size: 18px;
	padding: 15px 30px;
	min-width: 75%;
	text-align: center;
}
.banner-section .overlay p:first-of-type {
	margin-top: 0;
}
.banner-section .overlay p:last-of-type {
	margin-bottom: 0;
}
.banner-section .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	transition: opacity ease-in-out .7s;
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}
.banner-section .content {
	max-width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(251, 247, 247, 0.7);
	backdrop-filter: blur(2px);
	width: 800px;
	padding: 40px;
	font-weight: 300;
	font-size: var(--font_size_h2);
}
.banner-section .content h1 {
	font-size: var(--font_size_h1);
	font-weight: 400;
	margin-bottom: 30px;
}
.banner-section .content p:last-child {
	margin-bottom: 0;
}
body.home .banner-section .image img {
	height: calc(100vh - var(--maxHeaderHeight));
	max-height: 1000px;
}
.banner-section .image img {
	min-height: 350px;
	object-fit: cover;
}

.buttons {display: flex;justify-content: center; flex-wrap: wrap; column-gap: 15px; row-gap:15px; margin-top: 15px;}
.buttons .btn {background:var(--color-4); color: #000;}
.buttons .btn:hover {background:var(--color-2); color: #fff;}

.locmap {margin-top: 30px;}

.gtitle {
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 3px #252525;
    font-family: 'Merriweather', serif;
    font-size: 25px;
    margin-bottom: 30px;
}

#footer-logos {display: flex; justify-content: center; align-items: center; column-gap:15px; row-gap: 15px; flex-wrap: wrap;}
#footer-logos img {width:200px;margin-top:0;}
.bottom-contact-info .row {display: flex; flex-wrap: wrap; align-items: center;}

@media screen and (max-width:991px){
    .gallery-feature-inner .flex-col { margin-bottom: 50px;}
	#footer-logos img {margin:0;}
	#footer-logos {margin-bottom: 15px;}
}


