/*
 Theme Name:     UPA Child
 Description:    UPA Child Theme
 Author:         7th Vision
 Author URI:     http://7thvision.com.au
 Template:       upa2013
 Version:        1.0.0
*/

@import url("../upa2013/style.css");

/*__________ Child Theme Customization __________ */

.fc_container form.elab_form button[type="submit"] {
	border-radius: 4px;
	background-color: #000;
	padding: 8px 32px;
	padding: 0.5rem 2rem;
	font-family: 'Oswald';
	font-weight: normal;
}

.footer {
	background-color: #000000;
}

div.wpforms-container .wpforms-form ul li {
	padding: 0.2rem;
}

/* 1000px */
@media (min-width: 62.5em) {
	body .mailingListContainer {
		display: flex;
		height: unset;
	}
	body .mailingListContainer .leftColumn {
		display: flex;
		align-items: center;
	}
}