/*
Theme Name: Enfold
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

h1, h2, h3, h4, h5, h6 {
 font-family: "Josefin Sans", serif !important;
	margin : 0 !important;
}

h1 {
	font-size: 4em !important;
}

h2 {
	font-size: 3em !important;
}

h3 {
	font-size: 2.5em !important;
}

h4 {
	font-size: 2em !important;
}

h5, h6 {
	font-size: 1.5em !important;
}

p, li {
  font-family: "Source Sans 3", serif !important;
	font-size: 16px !important;
	line-height: 24px !important;
}

.wpforms-field-label {
	margin-bottom: 5px !important;
	font-size: 15px !important;
	font-family: "Josefin Sans", serif !important;
}

input, select, textarea {
	background-color: white !important;
	border: 1px solid #222 !important;
	font-size: 16px !important;
	font-family: "Source Sans 3", serif !important;
}

.form-section .container {
	max-width: 1000px !important;
	margin: 0 auto !important;
}

.form-section img {
	max-width: 200px !important;
}

.wpforms-submit {
	background-color: #000 !important;
}

#top .choices__input {
	height: 44px !important;
}

.avia-button, .wpforms-submit {
	width: 44px !important;
	height: 44px !important;
	border-radius: 0px !important;
	border: 0px solid white !important;
	width: auto !important;
	padding: 12px 20px !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #000;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--multiple .choices__item {
    background-color: #000;
    border: #000;
}

div.wpforms-container-full input[type=radio]:checked:after {
    background-color: #000;
}

div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
    border-color: #000;
    box-shadow: 0 0 0 1px #000, 0px 1px 2px rgba(0, 0, 0, 0.15);

