/* T1 Contact Area General Setup */

.light-bg.contact-area.t1 {
}

.dark-bg.contact-area.t1 {
}

/* End T1 Contact Area General Setup */

/* T1 Contact Area Light Theme Content Box */

.light-bg.contact-area.t1 .content {
}

.light-bg.contact-area.t1 .content header > *:first-child:not(a) {
}

.light-bg.contact-area.t1 .content header > *:nth-child(2):not(p) {
}

/* End T1 Contact Area Light Theme Content Box */

/* T1 Contact Area Dark Theme Content Box */

.dark-bg.contact-area.t1 .content {
}

.dark-bg.contact-area.t1 .content header > *:first-child:not(a) {
}

.dark-bg.contact-area.t1 .content header > *:nth-child(2):not(p) {
}

/* End T1 Contact Area Dark Theme Content Box */

/* T1 Contact Area Light Theme Form */

.light-bg.contact-area.t1 .contact-form {
	background-color: #F48402; /* $Color3 */
	border-radius: 2em;
}

.light-bg.contact-area.t1 .contact-form header > h5 {
	color: #FFFFFF; /* $White */
	text-shadow: 0 0 1em rgba(0,0,0,0.2);
}

.light-bg.contact-area.t1 .contact-form fieldset ul li .input-text input, .light-bg.contact-area.t1 .contact-form fieldset ul li .input-text select, .light-bg.contact-area.t1 .contact-form fieldset ul li .input-text textarea {
}

/* End T1 Contact Area Light Theme Form */

/* T1 Contact Area Dark Theme Form */

.dark-bg.contact-area.t1 .contact-form {
	background-color: rgba(244,132,2,0.851); /* alpha($Color3,85%) */
	border-radius: 2.5em;
}

.dark-bg.contact-area.t1 .contact-form header > h5 {
	color: #FFFFFF; /* $White */
	text-shadow: 0 0 1em rgba(0,0,0,0.2);
}

.dark-bg.contact-area.t1 .contact-form fieldset ul li .input-text input, .dark-bg.contact-area.t1 .contact-form fieldset ul li .input-text select, .dark-bg.contact-area.t1 .contact-form fieldset ul li .input-text textarea {
}

/* End T1 Contact Area Dark Theme Form */

/* 800px Responsive */

/* End 800px Responsive */
