/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
#top input[type="text"]{
	margin-bottom: 0!important;
}
.html_entry_id_849 #after_layer_slider_1 > .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.html_entry_id_849 #after_layer_slider_1 > .container .content {
	padding-bottom: 0;
}
#customGmap p{
	margin: 0;
	padding: 0;
	margin-bottom: -6px;
}

/**** EA Calendar ***/
.ea-bootstrap .disabled {
    position: relative;
}
.ea-bootstrap .disabled .block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-color: white;
    z-index: 101;
}
#ea-loader {
	background-image: url('https://dog-relation.de/wp-content/plugins/easy-appointments/img/ajax-loader.gif');
	background-position: 50% 50%;
	position: absolute;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.1);
	display: none;
}
.ui-datepicker .ui-state-disabled {
    color: #ccc;
    /*font-size: 1.5em;*/
}
.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: none;
}
.ui-datepicker .ui-icon {
    display: none;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "\e874";
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}
.ui-datepicker .ui-datepicker-next:before {
    content: "\e875";
    cursor: pointer;
}
.ui-datepicker a {
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    cursor: default;
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
	text-decoration: none;
    padding: 0 10px;
    margin-top: -2px;
	color: #499631;
}
.ui-datepicker-title{
	text-align: center;
}
.ui-datepicker-calendar td.free{
	background-color: /*#499631*/#6a8561;
}
.ui-datepicker-calendar td.free a{
	color: #fefefe;
}
.ui-datepicker-calendar td div.time.well a,
.ui-datepicker-calendar td:hover div.time.well a{
	background-color: /*#ffe1b5*/#fff0d1;
	color: #666;
}
.ea-bootstrap .ui-datepicker .no-slots, .ea-bootstrap .ui-datepicker .no-slots:hover {
    background-color: /*#403f3e*/#e7e7e7;
    color: #fff;
    cursor: default;
}
.ui-datepicker .ui-datepicker-calendar td {
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-current-day {
    background-color: #53684b;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #53684b;
    cursor: pointer;
}
.ea-bootstrap .ui-state-default, .ea-bootstrap .ui-widget-content .ui-state-default {
    border: none;
    background-color: transparent;
    background-image: none;
}
.ui-datepicker .ui-datepicker-calendar td{
	padding: 0;
}
.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
	display: block;
	padding: 9px 12px;
}
.ea-bootstrap table {
    border-spacing: 0;
    border-collapse: collapse;
}
.ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-title{
	font-size: 18px;
	margin-bottom: 10px;
}

/*Add your own styles here:*/