.aw_book_it {
  box-sizing: border-box;
}
.aw_book_it *, .aw_book_it *:before, .aw_book_it *:after {
  box-sizing: border-box;
}
.aw_entities .aw_entity_list {
	background-color: #888888;
}
.awjs_ent_global_settings {
	font-size: 18px;
	float:left;
	background-color: #888888;
	border-radius: 5px;
	display:block;
	padding: 20px;
	margin: 20px 0;
	color: white !important;
	text-decoration: none;
}

.aw_entity .aw_entity_inner {
	background-color: #888888;
	padding: 2px;
}

.aw_entity .aw_entity_inner a {
	color: #fff;
	text-decoration: none;
	background-color: #888888;	
	font-size: 18px;
	padding: 30px 20px;
}

.aw_entity .aw_entity_inner i {
	font-size: 18px;
	color:white;
	padding-top:30px;
	padding-right:20px;
}
.aw_book_it .modal .left_column,
.aw_book_it .modal .right_column{
	float: left;
    width: 50%;
    padding-top: 16px;
    padding-bottom: 20px;
}
.aw_book_it .modal .left_column span,
.aw_book_it .modal .right_column span{
	display: block;
}
.aw_book_it .modal .left_column input,
.aw_book_it .modal .right_column input{
	width: 100%;
}
.aw_book_it .modal .left_column{
	padding-right: 5px;
}
.aw_book_it .modal .right_column{
	padding-left: 5px;
}
.aw_book_it .modal hr {
	clear: both;
}
.aw_book_it .modal .global,
.aw_book_it .modal .yes{
	margin-right: 10px;
}

.aw_book_it .modal_input input{
	display: block;
    width: 100%;
	margin-bottom: 19px;

}

.aw_book_it .modal_input select{
	display: block;
  width: 100%;
  margin-bottom: 19px;
}

.aw_book_it .modal .submit{
	width: 100%;	
  color: white;
  background-color: #888888;
  border-radius: 3px;
  cursor: pointer;
}

.aw_book_it .aw_booking_ent_no_results,
.aw_book_it .aw_booking_ent{
	border: 1px solid #ccc;
  padding: 20px;
  margin: 20px 0;
}
.aw_book_it.booking_form{
	display: block;
  border: 1px solid #ccc;
  padding: 10px;
}
.aw_book_it .aw_booking_details h2{
	font-size: 24px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
.aw_book_it .aw_booking_details label{
    font-size: 18px;
    margin: 10px 0;
    display: block;
}
.aw_book_it .aw_booking_details select{
	height: 35px;
}
.aw_book_it .aw_booking_details textarea{
	min-height: 100px;
}
.aw_book_it .aw_booking_details select,
.aw_book_it .aw_booking_details input,
.aw_book_it .aw_booking_details textarea{
	clear: both !important;
  width: 100% !important;
  color: #5c5e61 !important;
  padding: 6px 5px !important;
  background: #FFF !important;
  border: none !important;
  outline: 0 !important;
  margin-bottom: 15px !important;
  font-family: "Pontano Sans",sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
}
.aw_book_it .aw_booking_details input[type="checkbox"]{
	width: auto !important;
}
.aw_book_it .aw_booking_details input[type="submit"]{
	border: 0 !important;
  width: 100% !important;
  padding: 10px !important;
  margin: 10px 0 0 !important;
  border-radius: 3px !important;
  background: #888888 !important;
  color: white !important;
  cursor: pointer !important;
}
#awBookItModal {
  position: absolute;
  overflow: visible;
}
#awBookItModal .select2{
	display: none !important;
}
#awBookItModal .form_input{
	padding: 0;
}
#awBookItModal .modal_inner{
	height: auto !important;
	position: absolute;
	top: 10%;
}
#awBookItModal input[type="submit"]{
	float: right;
}
.aw_book_it.booking_form select{
	appearance: auto;
}
.aw_book_it .padding-x-1 {
	padding: 0 .5rem;
}
.aw_book_it .checkboxes label {
	display: inline;
	font-size: 13px;
	color: grey;
}
.aw_book_it .checkboxes.consent p {
	text-align: center;
	padding: 0 0 20px;
	font-size: 13px;
	color: grey;
	line-height: initial;
}
@media (max-width: 768px) {
	.aw_book_it .padding-x-1 {
		padding: 0;
	}
}