/*------------ Contact Page CSS ------------*/

/*------ Hero Header ------*/
#contact-hero {
	background: rgb(18,0,12);
	background: linear-gradient(70deg, rgba(18,0,12,1) 0%, rgba(18,0,12,1) 30%, rgba(89,0,64,0.05) 100%), url("../images/banners/bv-inner-hero-bg-Contact.jpg") no-repeat center center /cover;
}

/*------ Intro Section ------*/

.intro {
	margin-bottom: 4.375rem;
}
.intro p {
	font-size:1.125rem;
	line-height: 1.625rem;
	margin: 2rem auto 4.313rem;
}
.intro h3 {
	margin: 4.313rem 0 2.438rem;
}

/*------ Grey Section ------*/

.grey-section {
	padding: 4.313rem 0;
}
.grey-section h2 {
	margin-bottom: -1.22em;
}
.grey-section p {
	padding-left: 0;
	margin-bottom: 2.688rem;
}
#contact-details {
	display: grid;
	grid-template-columns: repeat(3, 32%);
	max-width: 100%;
	text-align: left;
	justify-content: space-between;	
}
.contact-info {
	width: 100%;
	height: auto;
	margin-top: 4.75rem;
}
.contact-info h4,
.contact-info p {
	padding-left: 0;
}
.contact-info h4 {
	background: none;
	line-height: 1.75rem;
	margin-bottom: 0.5rem;
}
.contact-info p,
.label-desc {
	font-size: 1.25rem;
	line-height: 1.563rem;
	margin-bottom: 0;
}
.contact-info p {
	margin-bottom: 2.5rem;
}
.contact-info .sub-menu-items {
	padding: 0;
}
.contact-info .sub-menu-item {
	cursor: default;
}
.contact-info img {
	margin-right: 1.25rem;
}
.contact-info .label-desc {
	margin-top: 6px;
}
.contact-info .label-desc a {
	color: #000;
}
.contact-info .label-desc a:hover {
	color: #9E2064;
}
#contact-msg h2 {
	margin-bottom: 5.75rem;
}
#contact-msg h4 {
	margin-bottom: 3.25rem;
}
#contact-msg p {
	width: 100%;	
}
.email-form {
	width: 80%;
	float: right;
}


/*------------ Responsive ------------*/

/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2),(-moz-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
	#contact-hero {
		background-image: linear-gradient(70deg, rgba(18,0,12,1) 0%, rgba(18,0,12,1) 30%, rgba(89,0,64,0.05) 100%), url("../images/banners/bv-inner-hero-bg-Contact@2x.jpg");
	}
}

/* max-width: 992px */
@media (max-width: 992px) {
	#contact-details {
		grid-template-columns: repeat(2, 50%);
		row-gap: 2.5rem;
	}
	.contact-info {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	.inner-cta-start .col-8, .inner-cta-start .col-4 {
		width: 100%;
	}
	.inner-cta-start .col-8, .inner-cta-start .text-end {
		text-align: center !important;
	}
}
/* max-width: 768px */
@media (max-width: 768px) {	
	.intro p {
		margin-bottom: 4.5rem ;
	}
	#contact-grey h2 {
		margin-bottom: 2.75rem;
	}
	.contact-info {
		margin-top: 2.75rem;
	}
}
/* max-width: 600px */
@media (max-width: 600px) {	
	.inner-hero {
		background-position: 85% center !important;
	}
	.grey-section p {	
		width: 100%;
	}
	#contact-grey h2 {
		margin-bottom: 1.75rem;
	}
	.contact-info {
		margin-top: 1.75rem;
	}
	.contact-info {
		width: 80%;
	}
	#contact-details {
		grid-template-columns: repeat(1, 100%);
	}
	#contact-msg .col-4,
	#contact-msg .col-8,
	#contact-msg .email-form {
		width: 100%;
	}
	#contact-msg .email-form {
		float: none;
	}
}
/* max-width: 480px */
@media (max-width: 480px) {	
	.inner-hero {
		background-position: 90% center !important;
	}
	.intro p {
		margin-bottom: 5rem;
	}
	.contact-info h4 {
		margin-bottom: 1rem;
	}
}
