.acf-form {
	font-family: 'Lato', sans-serif;
}
.acf-fields > .acf-field,
.acf-field[data-width] + .acf-field[data-width] {
	border: none;
}
.acf-fields > .acf-tab-wrap {
	background: none;
	height: 0;
}


.acf-field textarea {
	border-color: #e0e0e0;
}


.acf-fields > .acf-tab-wrap .acf-tab-group {
	padding: 30px 10px;
	border: none;
}
.acf-tab-group li a {
	color: #a0a0a0;
	font-weight: 400;
	font-size: 18px;
	background-color: #f1f1f1;
	padding: 0.5em 1em;
	border: none;
	border-radius: 0.25rem;
}
.acf-tab-group li.active a {
	color: #fff;
	padding-bottom: 0.5em;
	margin-bottom: 0;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
	background: rgba(193, 40, 41, 0.95);
}
.acf-tab-group li a:hover {
	color: #fff;
	background-color: rgba(193, 40, 41, 0.65);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}


.acf-ui-datepicker .ui-widget {
	font-family: 'Lato', sans-serif;
}


.acf-field-select {
	min-height: 86px;
}


/*  */
.acf-actions {
	margin: 10px 0;
}
.acf-actions .acf-button {
	cursor: pointer;
	color: #a0a0a0;
	text-decoration: none;
	float: left !important;
	background-color: #f1f1f1;
	display: inline-block;
	padding: .5em 1em;
	border-radius: .25rem;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.acf-actions .acf-button:hover {
	color: #fff;
	background-color: rgba(193, 40, 41, 0.65);
}


.acf-icon.small {
	line-height: 16px;
}
a.acf-icon:hover {
	text-decoration: none;
}



/* reservation categories (boarding, grooming, pet travel) and reservation user type */
.acf-field[data-name="reservation_category"] li:first-of-type,
.acf-field[data-name="reservation_client_type"] li:first-of-type {
	display: none;
}
.acf-field[data-name="reservation_category"] li label,
.acf-field[data-name="reservation_client_type"] li label {
	cursor: pointer;
	font: 400 28px/90px 'Lato', sans-serif;
	text-align: center;
	background-color: #f9f9f9;
    overflow: hidden;
    float: left;
    position: relative;
    padding: 30px 15px;
    margin: 0 1%;
    width: 31.3333%;
    border-radius: 0.25rem;
    -webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}





/* NOTE: These changes are because "Pet Travel" was removed as a service. */
/*.acf-field[data-name="reservation_category"] li label {
	width: 40%;
}
.acf-field[data-name="reservation_category"] li:nth-of-type(2) label {
	margin-left: 8%;
}*/





.acf-field[data-name="reservation_client_type"] li label {
	width: 40%;
}
@media (max-width: 61.9em) {
	.acf-field[data-name="reservation_category"] li label,
	.acf-field[data-name="reservation_client_type"] li label {
		font-size: 22px;
	}
}
@media (max-width: 47.9em) {
	.acf-field[data-name="reservation_category"] li label,
	.acf-field[data-name="reservation_client_type"] li label {
		line-height: 24px;
		margin: 1%;
		width: 100%;
	}
}
.acf-field[data-name="reservation_category"] li label:hover,
.acf-field[data-name="reservation_client_type"] li label:hover {
	color: #fff;
	background-color: rgba(193, 40, 41, 0.65);
}
.acf-field[data-name="reservation_category"] li label.active,
.acf-field[data-name="reservation_category"] li label.active:hover,
.acf-field[data-name="reservation_client_type"] li label.active,
.acf-field[data-name="reservation_client_type"] li label.active:hover {
	color: #fff;
	background-color: rgba(193, 40, 41, 0.95);
}
.acf-field[data-name="reservation_category"] li label .fa,
.acf-field[data-name="reservation_client_type"] li label .fa {
	color: rgba(0, 0, 0, 0.05);
	font-size: 240px;
    line-height: 150px;
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
@media (max-width: 47.9em) {
	.acf-field[data-name="reservation_category"] li label .fa,
	.acf-field[data-name="reservation_client_type"] li label .fa {
		font-size: 150px;
		line-height: 84px;
	}
}
.acf-field[data-name="reservation_category"] li label:hover .fa,
.acf-field[data-name="reservation_category"] li label.active:hover .fa,
.acf-field[data-name="reservation_category"] li label.active .fa,
.acf-field[data-name="reservation_client_type"] li label:hover .fa,
.acf-field[data-name="reservation_client_type"] li label.active:hover .fa,
.acf-field[data-name="reservation_client_type"] li label.active .fa {
	color: rgba(255, 255, 255, 0.1);
	font-size: 280px;
}
@media (max-width: 47.9em) {
	.acf-field[data-name="reservation_category"] li label:hover .fa,
	.acf-field[data-name="reservation_category"] li label.active:hover .fa,
	.acf-field[data-name="reservation_category"] li label.active .fa,
	.acf-field[data-name="reservation_client_type"] li label:hover .fa,
	.acf-field[data-name="reservation_client_type"] li label.active:hover .fa,
	.acf-field[data-name="reservation_client_type"] li label.active .fa {
		font-size: 200px;
	}
}
.acf-field[data-name="reservation_category"] li input,
.acf-field[data-name="reservation_client_type"] li input {
	display: none;
}
.acf-field[data-name="reservation_client_type"] li:nth-of-type(2) label {
	margin-left: 8%;
}
@media (max-width: 47.9em) {
	.acf-field[data-name="reservation_client_type"] li:nth-of-type(2) label {
		margin-left: 0;
	}
}


.acf-form-submit {
	margin-top: 3rem;
}
.acf-form-submit input {
	color: #fff;
	font-size: 24px;
	text-align: center;
	background-color: rgba(193, 40, 41, 0.95);
    display: block;
	padding: 0.5em 1em;
	margin: 0 auto;
	border: none;
	border-radius: 0.25rem;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.acf-form-submit input:hover {
	background-color: rgba(193, 40, 41, 0.75);
}
.acf-form-submit input:disabled {
	cursor: not-allowed;
	background-color: rgba(193, 40, 41, 0.65);
}
@media (max-width: 47.9em) {
	.acf-form-submit input {
		font-size: 18px;
	}
}


