/*
Theme Name: Cosmo Child
description: Client Theme - Cosmo
Template: cosmo-parent
Version: 1.0.0
Text Domain: cosmo-child
Author: BCW
*/
body.home .main-inner h2 {
	padding: 20px 0;
}
.review-section {
	background-color: var(--color-4);
	background-image: url(../images/az-subtle.png);
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.review-section h2 {
	color: var(--color-1);
	margin-bottom: 50px;
}
.review-section .reviews .heading {
	font-style: italic;
}
.review-section .owl-carousel {
	max-width: calc(100% - 150px);
	margin: 0 auto;
}
.review-section .owl-carousel .owl-nav {
	font-size: 42px;
	color: var(--color-1);
}
.review-section .owl-carousel .owl-nav button.owl-prev,
.review-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.review-section .owl-carousel .owl-nav button.owl-prev {
	left: -75px;
}
.review-section .owl-carousel .owl-nav button.owl-next {
	right: -75px;
}
.review-section .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	column-gap: .5em;
	margin-top: 20px;
}
.review-section .owl-carousel .owl-dots .owl-dot {
	border: 1px solid var(--color-1);
	border-radius: 50%;
	width: 14px;
	height: 14px;
}
.review-section .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-1);
}
h1, .tab-content span.service-heading {
	border-bottom: none;
}
.banner-section {
	position: relative;
}
.banner-section .image img {
	width: 100%;
}
.banner-section .overlay p:first-of-type {
	margin-top: 0;
}
.banner-section .overlay p:last-of-type {
	margin-bottom: 0;
}
.banner-section .content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	z-index: 3;
}
.banner-section .content h1 {
	font-size: 55px;
	letter-spacing: 5.5px;
	color: var(--color-5);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-weight: 600;
	margin-bottom: 35px;
	line-height: 1.2;
}
.banner-section .content h1 strong {
	font-weight: 800;
	display: inline-block;
	line-height: 1.1;
}
.banner-section .content .btn {
	color: var(--color-3);
	min-width: 200px;
}
.banner-section .content .btn:hover, .banner-section .content .btn:focus {
	color: var(--color-1);
}
.banner-section .content .btn:not(:first-child) {
	margin-left: 30px;
}
.banner-section .scroll-down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	color: #fff;
	z-index: 3;
	font-size: 32px;
	transition: all ease .3s;
}
.banner-section .scroll-down:hover, .banner-section .scroll-down:focus {
	transform: scale(1.1) translateX(-50%);
}
.banner-section .scroll-down a {
	color: #fff;
}
.banner-section .image {
	background-color: #000;
}
.banner-section .image img {
	opacity: .8;
	min-height: 450px;
	max-height: calc(100vh - var(--headerHeight));
	object-fit: cover;
}
.main-nav .menu li a {
	padding: 12px;
}
.heading-underline h2 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
	font-size: 50px;
	color: var(--color-2);
	font-weight: 600;
}
.heading-underline h2:after {
	content: '';
	width: 150px;
	height: 4px;
	background-color: var(--color-3);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.heading-underline.heading-underline_left h2:after {
	left: 0;
	transform: none;
}
.services-section {
	padding: 85px 0;
}
.services-section .services {
	flex-wrap: wrap;
	column-gap: 45px;
	row-gap: 30px;
}
.services-section .service {
	flex: 1 1 calc(33.33% - 30px);
	box-shadow: 2px 2px 4px 0 #1e1e1e;
	background-color: var(--color-4);
	transition: transform ease .3s;
}
.services-section .service .image img {
	width: 100%;
}
.services-section .service:hover {
	transform: translateY(-15px);
}
.services-section .service .content {
	padding: 25px;
}
.services-section .service .content p:last-child {
	margin-bottom: 0;
}
.services-section .service h3 {
	font-size: 25px;
	font-weight: 600;
}
.services-section .service a {
	font-weight: 400;
	color: var(--color-1);
}
.content-section {
	background-color: var(--color-4);
}
.content-section.img-left .content-row {
	flex-direction: row-reverse;
}
.content-section .content-row {
	flex-wrap: wrap;
}
.content-section .content-row > .col {
	flex: 1 1 50%;
}
.content-section .content-col {
	padding: 75px;
}
.content-section .image-col {
	position: relative;
}
.content-section .image-col .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.content-section .image-col .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-section {
	padding: 85px 0;
}
.gallery-section .gallery {
	flex-wrap: wrap;
	gap: 35px;
}
.gallery-section .image-col {
	flex: 1 1 calc(33.33% - 23.33px);
}
.gallery-section .image-col .image {
	box-shadow: 2px 2px 4px 0 #1e1e1e;
	transition: transform ease .3s;
}
.gallery-section .image-col .image:not(:last-child) {
	margin-bottom: 35px;
}
.gallery-section .image-col .image:hover {
	transform: translateY(-7px);
}
.gallery-section .bottom-content {
	margin-top: 50px;
}
body.page-template-page-services .banner-section .image img {
	min-height: 250px;
}
body.page-template-page-services .banner-section .image img {
	opacity: .6;
}
body.page-template-page-services .content-section {
	background-color: #fff;
	padding: 85px 0;
}
body.page-template-page-services .content-section .content-row {
	column-gap: 60px;
	row-gap: 30px;
}
body.page-template-page-services .content-section .content-col {
	flex: 1 1 calc(60% - 30px);
	padding: 0;
}
body.page-template-page-services .content-section .image-col {
	flex: 1 1 calc(40% - 30px);
	min-width: 260px;
}
.service-section {
	background-color: var(--color-4);
}
.service-section h2 {
	font-size: 42px;
}
.service-section.img-left .content-row {
	flex-direction: row-reverse;
}
.service-section .content-row {
	flex-wrap: wrap;
}
.service-section .content-row > .col {
	flex: 1 1 50%;
}
.service-section .content-row .content-col {
	align-self: center;
	padding: 65px;
}
.service-section .content-row .image-col {
	position: relative;
	min-height: 350px;
}
.service-section .content-row .image-col .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.service-section .content-row .image-col .inner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#bottom-contact-info img {
	margin-top: 0;
}
nav, .gallery img, .service img, #menu-section img, main img, #services-section img, .map iframe, .business-name {
	border-color: var(--color-5);
}
.feature-box .feat-head, .contact-info, #contact-info a, .contact-info .fab, .contact-info .fa, footer a:hover, footer a:focus, #contact-info a:hover, .social i, #nav a:hover, #nav a:focus, #bottom-contact-info .social-icons a {
	color: var(--color-5);
}
.back-to-top .fa, .social a:hover, .social a:focus {
	color: var(--color-5);
}
#bottom-contact-info .social-icons a:hover, #bottom-contact-info .social-icons a:focus, #bottom-contact-info .social-icons .fab:hover, #bottom-contact-info .social-icons .fab:focus {
	color: var(--color-3);
}
.information a:hover, .information a:focus {
	color: var(--color-3);
}
footer a, .contact-info .fab:hover, .contact-info .fab:focus, .contact-info .fa:hover, .contact-info .fa:focus, .information a:hover, .information a:focus, ul.sitemap-page li a, #contact .business-info .fa, #bottom-contact-info .social-icons a:hover, #bottom-contact-info .social-icons a:focus {
	color: var(--color-5);
}



nav, footer, .btn:hover, .btn:focus, .carousel-indicators li, .feature-box-inner, #bottom-feature h2, #footer-contact .gform_button, #primary-footer, .tab-content, .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .social {
    background: var(--color-2);
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .back-to-top, .feature-box:hover .feature-box-inner, .feature-box:focus .feature-box-inner, .nav-tabs li a, #nav, .nav-tabs li a:hover, .nav-tabs li a:focus {
    background: var(--color-3);
}
#footer-contact .gform_button:hover, #footer-contact .gform_button:focus {background:var(--color-1);}
footer a:hover {color: var(--color-3);}

.information {background: rgba(37, 33, 110, .8); border: 4px solid var(--color-2);}
.information a:hover, #bottom-contact-info .social-icons a:hover {color: var(--color-3);}

ul.sitemap-page li a {color:var(--color-2);}


#contact-page-form .gform_button, #contact-info, .btn{}


@media screen and (max-width: 1199px) {
	.gallery-section .gallery {
		column-gap: 25px;
	}
	.gallery-section .image-col .image:not(:last-child) {
		margin-bottom: 25px;
	}
	.service-section h2 {
		font-size: 38px;
	}
	.service-section .content-row .content-col {
		padding: 65px 35px;
	}
}
@media screen and (max-width: 991px) {
	.services-section .services {
		max-width: 550px;
		margin: 0 auto;
	}
	.services-section .services .service {
		flex-basis: 100%;
	}
	.services-section .service:hover {
		transform: none;
	}
	.content-section .content-row > .col {
		flex-basis: 100%;
	}
	.content-section .image-col .image {
		position: static;
	}
	.content-section .image-col .image img {
		max-height: 500px;
	}
	.service-section .content-row > .col {
		flex-basis: 100%;
	}
	.service-section .content-row .image-col .inner {
		position: static;
	}
	.service-section .content-row .image-col .inner img {
		max-height: 500px;
	}
	.banner-section .content h1 {
		font-size: 48px;
	}
	.service-section .content-row .image-col {
		order: -1;
	}
	.content-section .image-col .image {
		background-image: none;
	}
	.content-section .image-col .image img {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.banner-section .content {
		text-align: center;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.banner-section .content h1 {
		font-size: 44px;
		letter-spacing: 2.5px;
		margin-bottom: 25px;
	}
	.banner-section .content .btn:nth-child(n) {
		display: block;
		margin: 0 auto 15px;
		width: fit-content;
	}
	.content-section .content-col {
		padding: 75px 25px;
	}
	.gallery-section .gallery {
		gap: 15px;
	}
	.gallery-section .gallery .image-col {
		flex-basis: calc(50% - 12.5px);
	}
	.gallery-section .gallery .image-col .image:not(:last-child) {
		margin-bottom: 15px;
	}
	.gallery-section .gallery .image-col:nth-child(3) {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		align-items: flex-start;
	}
	.gallery-section .gallery .image-col:nth-child(3) .image {
		flex: 0 1 calc(50% - 7.5px);
		margin-bottom: 0;
	}
	.gallery-section .image-col .image:hover {
		transform: none;
	}
	.service-section .content-row .content-col {
		padding: 65px 20px;
	}
}
@media screen and (max-width: 450px) {
	.heading-underline h2 {
		font-size: 38px;
	}
	.gallery-section .gallery .image-col,
  .gallery-section .gallery .image-col:nth-child(3) .image {
		flex-basis: 100%;
	}
	.service-section h2 {
		font-size: 30px;
	}
	.service-section .content-row .content-col {
		padding: 65px 15px;
	}
	.services-section .service .content {
		padding: 25px 15px;
	}
}
@media screen and (min-width: 1300px) {
	.container {
		width: 1270px;
	}
}
@media screen and (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}
