

.c-dropdown-options,
.c-autocomplete-options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 200;
	display: none;
	border: 0 none;
	background: #FFF;
	box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}
	.c-dropdown-options.active,
	.c-autocomplete-options.active {
    display: block;
    border-radius: 3px;
}

.c-autocomplete-options {
	max-height: 320px;
	overflow-y: auto;
}

.c-dropdown-list,
.c-autocomplete-list {
	padding: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.c-dropdown-option--has-dropdown {
	position: relative;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	background: transparent;
}
.c-dropdown-option--has-dropdown::after {
	position: absolute;
	top: 6px;
	right: 12px;
	content: "\039e";
	display: none; 
}
.c-dropdown-option--has-dropdown:not(".c-dropdown-option--has-dropdown") {
	border: 1px dashed #A3AC77 none; 
}
.c-dropdown-option--has-dropdown.active {
	background: #55a728;
	color: #FFF;
}
.c-dropdown-option--has-dropdown.active ~ .c-dropdown-list {
	display: block; 
}

.c-dropdown-option,
.c-autocomplete-option {
	padding: 6px 12px;
	cursor: pointer;
}
.c-dropdown-option:hover, .c-dropdown-option.is-active,
.c-autocomplete-option:hover,
.c-autocomplete-option.is-active {
	background: #55a728;
	color: #FFF;
}

.c-dropdown-list-sub {
	display: none;
}
.c-dropdown-list-sub.active {
	display: block;
}

.c-dropdown-list-sub .c-dropdown-option {
	/*padding-left: 24px;*/
}

.booking-form__dropdown-button {
	border: 0 none;
	padding: 0;
	/*height: 38px;
	margin-left: -5px;*/
	background: transparent;
	border-top: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	border: 0 none;
}
.booking-form__dropdown-button i {
/*	font-style: normal;
	font-size: 1.4em;
	color: #666;*/
}


/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}
.datepicker-days table tbody tr {
	width: 100%;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #55a728;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}
.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #55a728;
    color: #ffffff;
    border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}
.datepicker .datepicker-switch {
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}
.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #55a728;
  background-image: none;
}
.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}




body .searchform_toggle {
	display: none;
}

.banner .form_wrap h2 {
	font-size: 4em;
	font-weight: 100;
	padding: 50px 0 20px 0;
	margin: 0;
	color: #fff;
	text-shadow: 0 10px 10px rgba(0,0,0,0.5);
}
.not-home .banner .form_wrap h2 {
	display: none;
}

.banner .form_wrap {
	position: relative;
    z-index: 2;
    text-align: center;
}
.banner .booking-form {
    display: inline-block;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 3px;
}

.banner .booking-form .form-inline .form-group {
	margin-right: 10px;
	position: relative;
}
.banner .booking-form .form-inline .form-group:last-child {
	margin: 0;
}
.banner .booking-form input:focus {
	outline: none;
	border-color: #ced4da;
	box-shadow: none;
}
.banner .booking-form input::placeholder {
	font-size: .8em;
	content: #666;
}


.single-product form.cart {
    display: block;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+30,ffffff+100 */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.single-locations .form_wrap {
    display: block;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 3px;
}
.single-locations .form_wrap h2 {
	font-weight: 100;
	font-size: 1.4em;
}
.single-locations .form_wrap .btn,
.woocommerce div.product form.cart .button {
	width: 100%;
}

#searchform.sticky {
	position: fixed;
	top: 75px; 
	left: 0;
	right: 0;
	width: 100%;
	 
}
#searchform.sticky .booking-form {
	background: rgba(255,255,255,0.9);
}



form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form select,
form textarea {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	box-sizing: border-box;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


form textarea {
	overflow: auto;
	resize: vertical;
}
form select {
	height: 34px;
}
form .form-actions {
	padding-top: 15px;
}

.input-location {
	min-width: 215px;
}
.input-date {
	width: 115px;
}



::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */


.booking-form form button {

}
.booking-form .input-group-text,
form.cart .input-group-text {
	background: #fff;
	min-width: 45px;
}
.input-group-text > i {
	margin: 0 auto;
}

form.cart h2 {
	text-align: center;
	font-weight: 100;
	font-size: 2em;
}

form.cart label {
	border: 1px solid #ced4da;
	background: #fff;
	border-right: 0 none;
	height: auto;
	font-size: 0.8em;
	line-height: 2.2em;
	font-weight: 700;
	padding: .375rem .75rem;
	border-radius: .25rem 0 0 .25rem;
	margin: 0;
	min-width: 70px;
}

form.cart select.form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0;
}
form.cart .ticket_price {
	font-size: 2em;
	display: block;
	text-align: center;
}
form.cart .nopricefound {
	
}
form.cart .nopricefound b {
	display: block;
	margin: 0 auto;
	font-size: 0.7em;
}
form.cart .nopricefound i {
	display: block;
	margin: 0 auto 10px auto;
	font-size: 0.5em;
}

#ticket_time_slot,
#ticket_players {
	-webkit-appearance: none;
}
#ticket_players {

}


.form-control#ticket_time_slot {
	height: auto;
}


@media (max-width: 480px) {

	.page-template-tpl-results .banner .form_wrap { display: none; }
	.page-template-tpl-results .searchform_toggle 	{ display: block; padding: 10px; text-align: center; background: #55a728; color: #fff; position: relative; z-index: 10; }

}




