/* T1 Contact Page General Setup */
.light-bg.contact-page.t1 {
}

.dark-bg.contact-page.t1 {
}
/* End T1 Contact Page General Setup */

/* T1 Contact Page Light Theme Content Box Styles */
.light-bg.contact-page.t1 .half.content-style header h1 {
}

.light-bg.contact-page.t1 .half.content-style header > strong {
}

.light-bg.contact-page.t1 .half.content-style .content {
}

.light-bg.contact-page.t1 .half.content-style .contact-info > div > .title-font > strong {
	color: #000000; /* $Black */
}

.light-bg.contact-page.t1 .half.content-style .contact-info .contact-details .phone-link {
	color: #295667; /* $Color1 */
}

.light-bg.contact-page.t1 .half.content-style .contact-info .contact-details .phone-link:hover {
	color: #295667; /* $Color1 */
}
/* End T1 Contact Page Light Theme Content Box Styles */

/* T1 Contact Page Dark Theme Content Box Styles */
.dark-bg.contact-page.t1 .half.content-style header h1 {
}

.dark-bg.contact-page.t1 .half.content-style header > strong {
}

.dark-bg.contact-page.t1 .half.content-style .content {
}

.dark-bg.contact-page.t1 .half.content-style .contact-info > div > .title-font > strong {
	color: #DAD8D9; /* $Color4 */
}

.dark-bg.contact-page.t1 .half.content-style .contact-info .contact-details .phone-link {
	color: #295667; /* $Color1 */
}

.dark-bg.contact-page.t1 .half.content-style .contact-info .contact-details .phone-link:hover {
	color: #295667; /* $Color1 */
}
/* End T1 Contact Page Dark Theme Content Box Styles */

/* T1 Contact Page Light Theme Form */
.light-bg.contact-page.t1 .contact-form {
	background-color: #3F3F3F; /* $Color5 */
}

.light-bg.contact-page.t1 .contact-form fieldset ul li .input-text input, .light-bg.contact-page.t1 .contact-form fieldset ul li .input-text select, .light-bg.contact-page.t1 .contact-form fieldset ul li .input-text textarea {
}
/* End T1 Contact Page Light Theme Form */

/* T1 Contact Page Dark Theme Form */
.dark-bg.contact-page.t1 .contact-form {
	background-color: #DAD8D9; /* $Color3 */
}

.dark-bg.contact-page.t1 .contact-form fieldset ul li .input-text input, .dark-bg.contact-page.t1 .contact-form fieldset ul li .input-text select, .dark-bg.contact-page.t1 .contact-form fieldset ul li .input-text textarea {
}
/* End T1 Contact Page Dark Theme Form */

