/*
Theme Name: Enfold Child
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
*/

/**
*
* Success Stories Filter
*
*/

.success-stories-filter-wrapper {
	text-align: center;
}

ul.success-stories-filter {
	padding: 0;
	text-align: center;
	list-style-type: none;
	margin: 0 auto;
}

ul.success-stories-filter li {
	display: inline-block;
}

ul.success-stories-filter li:not(:last-child) {
	margin-right: 6%;
}

ul.success-stories-filter li a {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

ul.success-stories-filter li a.selected,
ul.success-stories-filter li a:focus,
ul.success-stories-filter li a:hover,
ul.success-stories-filter li a:active {
	color: #0099ff;
	text-decoration: none;
}

/**
*
* Gravity Forms Styles
*
*/

.ginput_container {
	margin-top: 2px;
}

.ginput_container_textarea textarea {
	margin-bottom: 2px;
}

.gfield_checkbox {
	margin-top: 2px;
}

#field_1_4 > label {
	position: absolute;
	left: -1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
}

#field_1_4 > .ginput_container {
	margin-top: 0;
}

.gfield_checkbox label {
	margin-left: 0 !important;
}

.gform_footer.top_label {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.gform_button.button {
	font-size: 11px !important;
}

.gfield_error {
	padding: 10px !important;
}

.gform_confirmation_message {
	background-color: #32adff;
	padding: 20px 16px;
	color: #fff;
	font-weight: 700;
	margin-top: 16px;
	margin-bottom: 16px;	
}

.forms-header {
	background-color: rgba(255,255,255,0.5);
 	padding: 10px;
    	border-radius: 2%;
	padding-bottom: 35px;
}

/**
*
* Multi page contact form
*
*/


/**
*
* Multi page contact form & Thank you page
*
*/


.multipage-contact-form,
.thank-you-page {
	margin: 0 !important;
}

.multipage-contact-form,
.thank-you-page,
.page-template-template-multipage-contact-form,
.page-template-template-thank-you-page,
.page-template-template-multipage-contact-form #wrap_all,
.page-template-template-thank-you-page #wrap_all,
.page-template-template-multipage-contact-form #wrap_all #main,
.page-template-template-thank-you-page #wrap_all #main {
	width: 300px;
	background-color: #0099ff;
}

.page-template-template-multipage-contact-form #wrap_all #main .gform_wrapper,
.page-template-template-thank-you-page #wrap_all #main > p {
	margin-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.page-template-template-thank-you-page #wrap_all #main > p {
	padding-top: 20px;
	color: #FFFFFF;
}

.page-template-template-multipage-contact-form #wrap_all #main .gform_wrapper label,
.page-template-template-multipage-contact-form #wrap_all #main .gform_wrapper label .gfield_required{
	color: #FFFFFF;
}

.page-template-template-multipage-contact-form #wrap_all #main .gf_page_steps .gf_step {
	display: inline-block;
	width: auto;
}

.page-template-template-multipage-contact-form #wrap_all #main .gf_page_steps .gf_step_active .gf_step_number {
	color: #FFFFFF;
}

.page-template-template-multipage-contact-form .gform_page_footer input,
.page-template-template-multipage-contact-form .gform_page_footer input[type="submit"], 
.page-template-template-multipage-contact-form .gform_page_footer button,
.page-template-template-multipage-contact-form .gform_footer input,
.page-template-template-multipage-contact-form .gform_footer input[type="submit"], 
.page-template-template-multipage-contact-form .gform_footer button {
	display: inline;
	width: auto;
	font-size: 15px !important;
	color: #0099ff;
	background-color: #FFFFFF;
	border: 1px solid #0099ff;
}

.page-template-template-multipage-contact-form .gform_page_footer input:hover,
.page-template-template-multipage-contact-form .gform_page_footer button:hover {
	color: #FFFFFF;
	background-color: #0099ff;
	border: 1px solid #FFFFFF;
	
}

.page-template-template-multipage-contact-form #wrap_all #main .ginput_container_textarea textarea {
	overflow-y: scroll !important;
	height: 180px;
	margin-bottom: 10px;
}

.page-template-template-multipage-contact-form #wrap_all #main #field_16_11 .ginput_container_checkbox {
	margin-top: 0;
}

/*
*
* Newsletter Popup
*
*/

#newsletter-popup {
	width: 320px !important;
	height: auto !important;
	padding: 20px;
	color: white;
	background-color: #32adff !important;
	margin: 0 auto !important;
}

#newsletter-popup .mfp-close {
	display: none;
}

#newsletter-popup .mfp-close.custom-close {
	display: inline;
	position: static;
	color: white;
}

#newsletter-popup .controls {
	text-align: right;
}

#newsletter-popup h6 {
	font-size: 15px !important; 
	color: white;
	text-transform: uppercase;
}

#newsletter-popup label .gfield_required {
	color: white !important;
}

#newsletter-popup .gform_footer input[type="submit"] {
	margin-top: 20px !important;
	font-size: 15px !important; 
	color: #32adff;
	text-transform: uppercase;
	background-color: white;
	border: 1px solid white;
}

#newsletter-popup .gform_footer input[type="submit"]:hover {
	margin-top: 20px !important;
	font-size: 15px !important; 
	color: white;
	text-transform: uppercase;
	background-color: #32adff;
	border: 1px solid white;
}