/*
Theme Name: Child of Enfold
Theme URI: 
Description: Child theme of enfold theme for the Enfold theme
Author: <a href="https://kriesi.at">Kriesi</a>
Author URI: 
Template: enfold
Version: 4.6.2
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 23 Sep 2019 16:59:11 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

#top select {
	padding: 10px 6px;
}

#top .main_color select {
	background-color: rgba(196, 211, 232, 0.64);
	color: #3b3b3b;
}

@media (max-width: 767px) {
	.avia-button .avia_iconbox_title {
		font-size: 1.4em!important;
	}
}

body#top .gform_legacy_markup_wrapper ul li.gfield .ginput_container{
	margin-top: 0;
}

.gform_legacy_markup_wrapper .clear-multi{
	align-items: flex-start;
}

.ginput_container.ginput_recaptcha div {
	margin: auto;
}

#ui-datepicker-div .ui-datepicker-header{
	display: flex;
	position: relative;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#ui-datepicker-div .ui-datepicker-prev{
	left: 0;
}

#ui-datepicker-div .ui-datepicker-next{
	right: 0;
}

#ui-datepicker-div .ui-datepicker-title{
	display: flex;
	flex: 1 1 auto;
	padding: 0 30px;
}

#ui-datepicker-div .ui-datepicker-title select{
	margin: 10px 0;
	max-width: none;
	max-height: none;
}