/*
Theme Name: Alphega
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com/
Version: 1.4.2
*/

section {
	position:relative;
	isolation: isolate;
}

.bg-image {
	position: absolute;
	inset:0;
	z-index: -1;
}

.bg-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#contact-map iframe {
	width: 100% !important;
}

.header-full-screen-img .cd-intro h1:first-child,
.header-full-screen-img .cd-intro h2:first-child,
.header-full-screen-img .cd-intro h3:first-child,
.header-full-screen-img .cd-intro h4:first-child {
	font-size: 48px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}
.header-full-screen-img .cd-intro p {
	line-height: 30px;
	color: #fff;
}

#newsletter-form .input-group-btn {
	position: absolute;
	font-size: 0;
	white-space: nowrap;
	top: 0;
	right: 0;
}

#newsletter-form .wpcf7-response-output {
	color: #fff;
	margin-top: 0;
}
.newsletter-simple .newsletter-call-out {
	display: flex;
	align-items: center;
}
.newsletter-simple .newsletter-call-out h2 {
	margin-left: 20px;
}
.newsletter-simple .newsletter-call-out p {
	margin: 0 20px;
}
.newsletter-simple form .newsletter-email {
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
}
.d-flex {
	display: flex;
}
.justify-content-center {
	justify-content: center;
}
.align-items-center {
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.newsletter-simple .newsletter-call-out {
		display: block;
	}
	.newsletter-simple form .newsletter-email {
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}
	#newsletter-form .input-group-btn {
		position: unset;
	}
	.newsletter-simple form .newsletter-submit {
		border-radius: 0;
		margin-top: 20px;
	}
	.wpcf7-spinner {
		display: none;
	}
	.wpcf7.submitting .wpcf7-spinner {
		display: inline-block;
	}
	#contact-form-gmap p {
		text-align: left;
	}
	#contact-form-gmap .form-actions p {
		text-align: center;
	}
	.content-img-right .btn {
		width: auto;
	}
	.content-img-right .btn {
		width: auto;
	}
	section.page-title {
		padding-block: 5rem;
	}
	.navigation-top .navbar-nav li:last-of-type .btn {
		margin: 0;
	}
}
@media only screen and (max-width: 600px) {
	.content-img-right .btn {
		width: auto;
	}
}
@media only screen and (max-width: 480px) {
	.content-img-right .btn {
		width: auto;
	}
}