/* Contact Forms */

.contact-box {
}

.contact-box li {
	width: 100%;
	margin-bottom: .6rem;
}

.contact-box .half {
	max-width: calc(50% - .25rem);
}

.contact-box .btn {
	margin-top: 0;
}

/* End Contact Forms */

/* Min Responsive */

@media screen and (min-width:433px) {
}

@media screen and (min-width:1178px) {
}

@media screen and (min-width:1513px) {
}

/* End Min Responsive */

/* Responsive - 1512px */

@media screen and (max-width:1512px) {
	.contact-box.aside .half {
		max-width: 100%;
		flex: 0 1 100%;
	}
}

/* End Responsive - 1512px */

/* Responsive - 1177px */

@media screen and (max-width:1177px) {
}

/* End Responsive - 1177px */

/* Responsive - 916px */

@media screen and (max-width:916px) {
	.contact-box.aside .half, .contact-box .mobile-half {
		max-width: calc(50% - .3rem);
		flex: 0 1 49%;
	}
}

/* End Responsive - 916px */

/* Responsive - 800px (Mobile) */

@media screen and (max-width:800px) {
}

/* End Responsive - 800px (Mobile) */

/* Responsive - 713px */

@media screen and (max-width:713px) {
}

/* End Responsive - 713px */

/* Responsive - 555px */

@media screen and (max-width:555px) {
	.contact-box .half, .contact-box.aside .half, .contact-box .mobile-half {
		max-width: 100%;
		flex: 0 1 100%;
	}
}

/* End Responsive - 555px */

/* Responsive - 432px */

@media screen and (max-width:432px) {
}

/* End Responsive - 432px */

