/* Full Calendar Frame */
.datepick-inline {
	background: none repeat scroll 0 0 transparent;
	border: 0px solid #666;
}

/* Background of one calendar month */
.datepick-inline .datepick {
	background: none repeat scroll 0 0 #595959;
}

/* Previous & Next links  and TITLE BACKGROUND */
.datepick-inline .calendar-links {
	background-color: transparent;
	/*background-repeat: repeat-x;
  /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#aaa));   /* Safari 4-5, Chrome 1-9 */
	/*background: -webkit-linear-gradient(top, #aaa, #ddd);                         /* Safari 5.1, Chrome 10+ */
	/*background: -moz-linear-gradient(top, #aaa, #ddd);                            /* Firefox 3.6+ */
	/*background: -ms-linear-gradient(top, #aaa, #ddd);                             /* IE 10 */
	/*background: -o-linear-gradient(top, #aaa, #ddd);                              /* Opera 11.10+ */
}

/* Prev - Next Text */
.datepick-inline .calendar-links .datepick-prev a,
.datepick-inline .calendar-links .datepick-next a,
.datepick-inline .calendar-links .datepick-prev a:hover,
.datepick-inline .calendar-links .datepick-next a:hover {
	color: #888;
}

/* Month Titles */
.datepick-inline .datepick-header {
	color: #ccc;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
}

/* Week Titles */
div.datepick-inline .datepick-title-row th {
	border: 1px solid #999;
	color: #aaa;
	font-weight: bold;
	text-transform: uppercase;
}

/* Cell border*/
.block_hints .block_free,
.block_hints .block_time,
.block_hints .block_booked,
.block_hints .block_pending,
.block_hints .block_check_in_out,
.datepick-inline .datepick-days-cell {
	border: 1px solid #777;
	color: #aaa;
}

/*  Dates Cells       **********************************************************/
/*******************************************************************************/
/* A V A I L A B L E - BACKGROUND */
.block_hints .block_free,
.block_hints .block_time,
.block_hints .block_check_in_out div.check-in-div,
/* Item  for the LEGEND */
.block_hints .block_check_in_out div.check-out-div,
/* Item  for the LEGEND */
.datepick-inline .date_available,
.datepick-inline .timespartly.check_in_time div.check-in-div,
/* Define the COLOR fot the check  in / out times the same as available*/
.datepick-inline .timespartly.check_out_time div.check-out-div {
	background: none repeat scroll 0 0 #333;
}

/* A V A I L A B L E  and UNSELECTABLE - Text */
.block_hints .block_free,
.datepick-inline .date_available,
.datepick-inline .date_available.datepick-unselectable {
	color: #aaa;
	/* This style for the uvailbale date, when we are select the dates */
	/* This style for the uvailbale date, when we are select the dates */
}

/* A V A I L A B L E  - Text A */
.block_hints .block_free a,
.block_hints .block_time,
.datepick-inline .date_available a {
	color: #ddd;
	font-weight: bold;
}

/*******************************************************************************/
/* T I M E   S L O T S */
.block_hints .block_time,
.datepick-inline .timespartly {
	background-image: url("../../img/clock_fill.png");
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

/*******************************************************************************/
/* A P P R O V E D  - BACKGROUND */
.block_hints .date_approved.block_check_in_out,
.block_hints .block_booked,
.datepick-inline .date_approved {
	background-color: #65303B;
}

/* A P P R O V E D  -  T E X T /including partially booked - timeslots/ */
.block_hints .date_approved.block_check_in_out,
.block_hints .block_booked,
.datepick-inline .date_approved,
.block_hints .block_booked a,
.datepick-inline .date_approved a {
	color: #e57d92;
	font-weight: bold;
}

/* CHECK IN and CHECK OUT  Borders for the approved cells - the COLOR have to be the SAME as BACKGROUND of this cell*/
.block_hints .date_approved.block_check_in_out div.check-in-div,
/* Item  for the LEGEND */
.datepick-inline .date_approved.timespartly.check_in_time div.check-in-div {
	border-right: 1px dotted #853;
}

.block_hints .date_approved.block_check_in_out div.check-out-div,
/* Item  for the LEGEND */
.datepick-inline .date_approved.timespartly.check_out_time div.check-out-div {
	border-left: 1px dotted #853;
}

/*******************************************************************************/
/* P E N D I N G  - BACKGROUND */
.block_hints .date2approve.block_check_in_out,
.block_hints .block_pending,
.datepick-inline .date2approve {
	background-color: #65303B;
}

/* P E N D I N G  -  T E X T /including partially booked - timeslots/ */
.block_hints .date2approve.block_check_in_out,
.block_hints .block_pending,
.datepick-inline .date2approve,
.block_hints .block_pending a,
.datepick-inline .date2approve a {
	color: #e57d92;
	font-weight: bold;
}

/* CHECK IN and CHECK OUT  Borders for the approved cells - the COLOR have to be the SAME as BACKGROUND of this cell*/
.block_hints .date2approve.block_check_in_out div.check-in-div,
/* Item  for the LEGEND */
.datepick-inline .date2approve.timespartly.check_in_time div.check-in-div {
	border-right: 1px dotted #da3;
}

.block_hints .date2approve.block_check_in_out div.check-out-div,
/* Item  for the LEGEND */
.datepick-inline .date2approve.timespartly.check_out_time div.check-out-div {
	border-left: 1px dotted #da3;
}

/*******************************************************************************/
/* S E L E C T E D   Dates - Background */
.datepick-inline .datepick-one-month .datepick .datepick-current-day {
	background-color: #707099;
}

/* S E L E C T E D   Dates - Text color */
.datepick-inline .datepick-one-month .datepick .datepick-current-day a {
	color: #ededff;
}

/*******************************************************************************/
/* C e l l   O V E R   Dates - Background */
.datepick-inline .datepick .datepick-days-cell-over {
	/*background: #79A;*/
}

/* C e l l   O V E R   Dates - Text color */
.datepick-inline .datepick .datepick-days-cell-over a:hover,
.datepick-inline .datepick .datepick-days-cell-over a {
	color: #eee;
}

/*******************************************************************************/
label {
	color: #ccc !important;
	font-family: 'Lato', sans-serif !important;
}

.captachinput {
	width: 140px !important;
	margin-right: 6px !important;
}

.wpdevbk .btn {
	background-image: none;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
}

.wpdevbk .btn:hover,
.wpdevbk .btn:active,
.wpdevbk .btn.active,
.wpdevbk .btn.disabled,
.wpdevbk .btn[disabled] {
	text-shadow: none;
	border: none;
}

.wpdevbk .btn:hover {
	color: #fff;
}

.wpdevbk .alert {
	text-shadow: none;
	background-color: #707099;
	border: none;
	border-radius: 0;
	color: #fff;
}

.submiting_content.wpdev-help-message.alert {
	color: #fff;
}

.booking_form_div textarea,
.booking_form_div input,
.booking_form_div select {
	background: #aaa;
	border: none;
	border-radius: 0;
	margin: 1px;
	padding: 3px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	font-size: 13px;
	max-width: 90%;
	color: #222;
}

.booking_form_div .submit,
.booking_form_div .button,
.booking_form_div .button-primary,
.booking_form_div .button-secondary,
.booking_form_div .button-highlighted,
.booking_form_div #postcustomstuff .submit input {
	-moz-box-sizing: content-box;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-size: 11px !important;
	line-height: 16px;
	padding: 2px 8px;
	text-decoration: none;
	font-weight: bold;
	margin: 10px 0px;
	float: right;
}

.wpdevbk h2,
.wpdevbk h4,
.wpdevbk h5,
.wpdevbk h6 {
	color: #999;
}

h1 {
	font-family: 'LatoThin', sans-serif;
	font-weight: normal;
	font-size: 65px;
	text-align: center;
	line-height: 1.2;
	-webkit-font-smoothing: subpixel-antialiased;
}

h2 {
	font-weight: normal;
	font-size: 28px;
	text-align: center;
}

h3,
.wpdevbk h3 {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.wpdevbk h4 {
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 2;
}

.wpdevbk h4 strong {
	color: #eee;
}

.wpdevbk h6 {
	font-weight: 400;
	margin-bottom: 20px;
	color: #aaa;
	text-transform: none;
	line-height: 1.2;
}

.menu ul {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	width: 100%;
	margin: 20px 0;
}

.menu ul li {
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
}

.menu ul li a {
	display: block;
	padding: 20px 10px;
}

.menu ul li.current_page_item a {
	color: #eee;
	font-size: 16px;
	letter-spacing: 0;
}

.menu ul li.picker {
	float: right;
	margin: 20px 0;
}

select#page_id {
	width: 150px;
}

.col {
	width: 284px;
	float: left;
}

.booking_form_div textarea {
	height: 100px !important;
}

.col ul {
	margin-left: 15px;
}

.col ul li,
.col p {
	font-size: 12px;
	line-height: 1.4;
	color: #ccc;
}

.col table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	margin-bottom: 20px;
	width: 100%;
}

.col th {
	vertical-align: middle;
	text-transform: uppercase;
	background: #333;
	border: 1px solid #777;
}

.col td,
.col td img {
	vertical-align: top;
}

.col tr,
.col th,
.col td {
	padding: 3px;
	color: #eee;
	text-align: center;
	font-size: 12px;
}

.col td {
	border: 1px solid #777;
	background: #595959;
}

.col tr td:first-child {
	background: #444;
	text-align: left;
}

.entry-content img.banner {
	max-width: 100%;
	margin-bottom: 10px;
}

.faqs {
	margin-top: 10px;
	width: 150px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	float: right;
	background-color: #a38574;
	border-radius: 12px;
	text-align: center;
}

.faqs:hover {
	background-color: #d9ad92;
}

.faqs a:link,
.faqs a:visited,
.faqs:hover {
	color: #fff;
	text-decoration: none;
}

/*  Skin Colors */
h1,
.wpdevbk h4,
.col p strong,
.entry-content h4 {
	color: #d9ad92
}

h2,
.menu ul li,
.menu ul li a,
h3,
.wpdevbk h3 {
	color: #a38574
}

.wpdevbk .btn {
	background-color: #a38574
}

.wpdevbk .btn:hover {
	background-color: #d9ad92
}

.entry-content h4 {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.entry-content strong {
	color: #eee;
	font-weight: bold;
}

.entry-content p {
	margin-bottom: 15px;
}

p b {
	font-weight: bold;
	color: #bbb;
}

@media (max-width: 768px) {

	.col,
	.menu ul,
	#wrapper {
		width: 100%;
	}

	h1 {
		line-height: 1;
	}

	.menu ul li {
		font-size: 13px;
	}

	.menu ul li a {
		padding: 5px;
	}

	.faqs {
		margin-top: 10px;
		margin-bottom: 20px;
		width: auto;
		float: none;
		padding: 5px;
	}
}

/* book-hints */
.book-hints {
	font-size: 14px;
	color: #d9ad92;
	margin-bottom: 20px;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	padding: 20px 0;
	text-align: center;
}

.book-hints div {
	display: inline-block;
	margin: 0 10px;
}

.book-hints strong {
	color: #fff;
}

@media (max-width: 980px) {
	.book-hints {
		text-align: left;
	}

	.book-hints div {
		display: block;
		width: 100%;
	}

	.book-hints strong {
		margin: 0;
	}
}

.page-template-default .paypal_div,
.page-template-default .pay-now,
.pay-later {
	display: none;
}

.page-template-default .pay-later {
	display: block;
}

.paypal_div .btn {
	background: #FDB336;
	padding: 8px 20px;
	margin-top: 10px;
	border: none;
	border-radius: 200px;
	font-weight: bold;
	font-size: 14px;
	color: #111 !important;
	cursor: pointer;
}

.wpdevelop .alert-success {
	background: none;
	border: none;
}

/* 2020 fixes */
@media (min-width: 768px) {
	.field-labels.booking-labels.wpbc_column_3 {
		width: 100% !important
	}
}

.wpbc-listing-row {
	width: calc(100% + 30px)
}