/**
* Theme Name: Bauer Child
* Template: bauer
* Version: 1.0
* Description: Construction and Industrial WordPress Theme
* Author: Ninzio
**/

:root {
	--color-purple: #b5908b;
	--color-blue: #326676;
}

.text-green {
	color: var(--color-blue);
}

body {
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

h2 {
	font-size: 32px;
}

@media (max-width: 767px) {
	h2 {
		font-size: 20px;
	}
}

.bauer-button {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	letter-spacing: 0;
}

#top-bar .top-bar-content .content:after {
	background-color: #fff;
}
#top-bar .top-bar-content .content:before {
	color: #fff !important;
}
#top-bar .top-bar-content .content.phone:before {
	content: "\f879";
}

#site-header {
	border-bottom: 3px solid var(--color-blue);
}
.header-style-4 #site-header {
	border-bottom: none;
}

.header-style-4 #site-header.fixed-hide,
.header-style-6 #site-header.fixed-hide {
	background-color: rgba(94, 141, 147, .9);
}

#site-header ~ div {
	display: none;
}

#site-header .header-button {
	margin: 57px 0;
}

#main-nav {
	padding: 30px 0;
}

.header-style-4 #main-nav > ul > li > a {
	color: #fff;
}

#main-nav > ul > li.menu-item-has-children > a > span:after {
	/*margin-top: 0;*/
}

#main-nav .sub-menu {
	width: 280px;
}

#main-nav-mobi {
	background-color: #000;
}

#featured-title:before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .9);
}
#featured-title .inner-wrap {
	padding: 70px 0;
}
#featured-title.center .title-group {
	margin-bottom: 0;
}
#featured-title .main-title {
	color: var(--color-blue);
}
@media (max-width: 767px) {
	#featured-title .main-title {
		font-size: 22px;
	}
}

#bottom .bottom-bar-copyright {
	width: 100%;
	text-align: center;
}

.footer-icon-wrap {
	display: flex;
	margin-bottom: 10px;
}
.footer-icon {
	width: 30px;
}

.cta-wrapper {
	margin: 40px 0 !important;
	font-size: 24px;
	text-align: center;
}
.cta-button {
	display: inline-block;
	margin-top: 10px;
	padding: 0 20px;
	border-radius: 30px;
	background-color: var(--color-blue);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 46px;
	vertical-align: middle;
}
.cta-button:hover {
	background-color: var(--color-purple);
	color: #fff;
}

.header-style-1 header#site-header .header-button a,
.header-style-3 header#site-header .header-button a,
.header-style-4 header#site-header .header-button a {
	width: auto;
	padding: 0 20px;
	background-color: var(--color-blue);
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: 0;
}
.header-style-1 header#site-header .header-button a:hover,
.header-style-3 header#site-header .header-button a:hover,
.header-style-4 header#site-header .header-button a:hover {
	background-color: var(--color-purple);
	color: #fff;
}
.header-style-1 header#site-header.fixed-hide .header-button a,
.header-style-3 header#site-header.fixed-hide .header-button a,
.header-style-4 header#site-header.fixed-hide .header-button a {
	background-color: #fff;
	color: var(--color-blue);
}
.header-style-1 header#site-header.fixed-hide .header-button a:hover,
.header-style-3 header#site-header.fixed-hide .header-button a:hover,
.header-style-4 header#site-header.fixed-hide .header-button a:hover {
	background-color: var(--color-purple);
	color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0 20px;
	background-color: var(--color-blue) !important;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: 0;
	text-transform: capitalize;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--color-purple) !important;
}

.service-image-box .bauer-links {
	display: inline-block;
	margin-top: 10px;
	padding: 0 20px;
	border-radius: 30px;
	background-color: var(--color-blue);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 46px;
	vertical-align: middle;
}
.service-image-box .bauer-links:hover {
	background-color: var(--color-purple);
	color: #fff;
}
.bauer-links.link-style-1:hover > span {
	transform: unset;
}
.bauer-links.link-style-1 > span:before,
.bauer-links.link-style-1 > span:after {
	display: none;
}

.w-full .vc_figure,
.w-full .vc_single_image-wrapper {
	width: 100%;
}

.black-overlay {
	position: relative;
}
.black-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
}

.heading-lg {
	text-align: center;
	margin-bottom: 0;
	font-size: 42px;
	font-weight: 300;
	line-height: 50px;
}
.heading-sm {
	color: #777;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
@media (max-width: 767px) {
	.heading-lg {
		font-size: 28px;
		line-height: 36px;
	}
}

.text-center * {
	text-align: center;
}

.reviews-wrap {
	display: flex;
	justify-content: center;
}
.reviews-item {
	margin: 0 15px;
	text-align: center;
}
@media (max-width: 767px) {
	.reviews-wrap {
		flex-wrap: wrap;
		grid-row-gap: 30px;
	}
}

.bauer-carousel-box .owl-stage {
	display: flex;
}
.bauer-carousel-box .owl-stage .owl-item {
	height: auto;
}
.bauer-carousel-box .owl-stage .bauer-testimonials,
.bauer-carousel-box .owl-stage .bauer-testimonials .inner {
	height: 100%;
}

.footer-form-wrap {
    background-image: url(/wp-content/uploads/2021/11/footer.webp) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
	.footer-form-wrap .bauer-content-box .wpb_row {
		display: flex;
	}
	.footer-form-wrap .bauer-content-box .wpb_row .vc_column-inner,
	.footer-form-wrap .bauer-content-box .wpb_row .vc_column-inner .wpb_wrapper,
	.footer-form-wrap .bauer-content-box .wpb_row .vc_column-inner .wpb_wrapper .bauer-content-box,
	.footer-form-wrap .bauer-content-box .wpb_row .vc_column-inner .wpb_wrapper .bauer-content-box .inner {
		height: 100%;
	}
}
.footer-form-wrap .bauer-grid-box > p {
	display: none;
}
.footer-form-wrap .bauer-grid-box.no-borders .grid-row:last-of-type {
	margin-bottom: 0;
}
.wpcf7-form input[type="tel"] {
	width: 100%;
	margin-bottom: 0;
}
.wpcf7-form .message-wrap textarea {
	height: 100px;
}
@media (max-width: 991px) {
	.footer-form-wrap .bauer-content-box .wpb_row {
		flex-wrap: wrap;
	}
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.services-grid .item {
	padding: 10px;
}
@media (max-width: 767px) {
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 479px) {
	.services-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
.services-grid .item .image {
	position: relative;
	display: block;
	background-size: cover;
	background-position: center;
}
.services-grid .item .name {
	display: block;
	padding: 10px 0;
	background-color: var(--color-blue);
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	transition: .3s;
}
.services-grid .item:hover .name {
	color: #efefef;
}

.financing-project {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-bottom: 30px;
}
.financing-project img {
	margin: 0 20px;
}
@media (max-width: 767px) {
	.financing-project {
		flex-wrap: wrap;
	}
}

.comments-area {
	max-width: 1170px;
	margin: 0 auto;
}

.service-image-box .bauer-image-box .item .thumb img {
	height: 200px;
	object-fit: cover;
}

.wpcf7-spinner {
	position: absolute;
}

blockquote {
	padding-top: 100px;
	background-image: url(/wp-content/uploads/2021/10/stars.png);
	background-repeat: no-repeat;
	background-position: 60px 40px;
}
@media (max-width: 767px) {
	blockquote {
		padding-left: 15px;
		padding-right: 15px;
		background-position: center top 40px;
	}
}

.bauer-testimonials blockquote {
	background-image: none;
}
.bauer-testimonials .name-pos .name {
	padding-top: 40px;
	background-image: url(/wp-content/uploads/2021/10/stars.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav .owl-prev {
	transform: translate(-80px, -50%);
}
.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav .owl-next {
	transform: translate(80px, -50%);
}

#footer-widgets .widget .widget-title {
	text-align: left;
}

.bauer-image-box:hover .item .thumb .hover-layer {
	background-color: #000c;
}

@media (max-width: 1200px) {
	.ug-gallery-wrapper {
		height: 700px !important;
	}
}
@media (max-width: 767px) {
	.ug-gallery-wrapper {
		height: 400px !important;
	}
}
@media (max-width: 479px) {
	.ug-gallery-wrapper {
		height: 240px !important;
	}
}

@media (max-width: 767px) {
	.bauer-icon-box .heading {
		padding-top: 20px;
	}
	.bauer-icon-box .desc {
		margin-top: 30px;
		padding-left: 0 !important;
	}
}

.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
}

.grecaptcha-badge {
	z-index: 9;
}

.footer-promotion .promo-heading {
	text-align: center;
}