/*
.image-section {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}
*/

html {
	scroll-behavior: smooth;
}
/* -------------------------------------------------------------
// *** Layout
--------------------------------------------------------------*/
.entry-header {
	text-align: center;
	margin-top: 2rem;
}
.callout {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	padding: 0.5em 1em;
	display: inline-block;
	margin-left: 0;
	font-size: inherit;
	line-height: inherit;
	margin-block: 1rem;
}
.callout-info {
	border-color: green;
}
.callout-caution {
	border-color: orange;
	border-left-width: 16px;
}
.callout-warning {
	border-color: red;
	border-left-width: 24px;
}
/* -------------------------------------------------------------
// *** Front page
--------------------------------------------------------------*/
.image-section {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
	/*	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 30%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.8) 100%);*/
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.front-page .image-section {
	text-shadow: #000 2px 2px 2px;
}
.front-page .image-section .button {
	text-shadow: none;
}

.image-section h3,
.solid-section h3 {
	font-size: 48px;
	line-height: 1;
	font-weight: 200;
}

.widget.amenities li {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5em;
	font-size: 0.8em;
}

.content .wp-post-image {
	border: 2px solid #ccc;
	box-shadow: 0 0 12px -4px #666;
}

.content img.aligncenter,
figure.aligncenter img {
	border: 1px solid navy;
	box-shadow: 0 0 18px 0px #00a1c0;
}

span.org {
	font-weight: 600;
	color: #0090d9;
}

/* -------------------------------------------------------------
// *** TablePress
--------------------------------------------------------------*/

.tablepress td {
	line-height: 1.3em;
}

.tablepress td .bedroom-name {
	font-weight: 800;
}

.tablepress td .brLevel {
	font-style: italic;
}
.textwidget a.bedroom-details {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.tablepress.beachcourt-rates .column-2,
.tablepress.beachcourt-rates .column-3,
.tablepress.beachcourt-rates .column-4 {
	text-align: right;
}

.bedroom-details {
	font-size: 0.8em;
}

/* -------------------------------------------------------------
// *** Arconix FAQs
--------------------------------------------------------------*/

.entry-content .arconix-faq-title {
	font-size: 1.2em;
	line-height: 1.2em;
}

.entry-content .arconix-faq-content {
	font-size: 1em;
}

.front-page .arconix-faq-content.faq-closed {
	display: block !important;
	text-align: left;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

.front-page .arconix-faq-title {
	text-align: left;
	background-image: none;
	padding: 0;
	font-weight: 700;
	margin-bottom: 1em;
}

.front-page .arconix-faq-wrap {
	border: none;
	padding: 0;
	margin: 0;
}
/* -------------------------------------------------------------
// *** Gallery, Images
--------------------------------------------------------------*/

.gallery .gallery-item img {
	border: 2px solid #000000;
}

.gallery .gallery-item img:hover {
	background-color: #000000;
	opacity: 0.5;
}

/* -------------------------------------------------------------
// *** Misc
--------------------------------------------------------------*/
div.confirmation {
	/* For the form confirmation pages */
	padding: 2em;
	border: 4px solid #dddddd;
}

.gform_wrapper .gfield .gfield_date_day,
.gform_wrapper .gfield .gfield_date_month {
	width: 4em !important;
}
.gform_wrapper .gfield .gfield_date_year {
	width: 8em !important;
}

.gform_wrapper .gfield .gfield_date_day input,
.gform_wrapper .gfield .gfield_date_month input,
.gform_wrapper .gfield .gfield_date_year input {
	width: 12em !important;
}

.gfield_description.validation_message {
	background-color: yellow;
}

aside .amenities h3 {
	font-size: 1em;
	font-weight: 700;
	margin-top: 1em;
}

.nota-bene,
.notabene {
	font-family: "Courier-New", Courier, monospace;
	color: red;
	background: yellow;
	font-weight: 700;
}

.nota-bene em,
.notabene em {
	color: #000;
}

.entry-content h3 {
	font-size: 26px;
	color: #666;
}

.widget_subpages_current_page a {
	font-weight: 700;
	cursor: default;
}
.front-page-2 .text-menu {
	display: block;
	margin-top: 1em;
}

.site-description {
	display: block;
	height: auto;
	margin-bottom: auto;
	text-indent: 0;
	color: #fff;
}

.hide-title .widget-title {
	display: none;
}

@media only screen and (min-width: 1024px) {
	#front-page-4 .text p {
		text-align: right;
	}
}

.back-to-top {
	display: inline-block;
	margin: 2em 0;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}

article div#ez-toc-container {
	border: 4px solid #00a1c0;
}

.site-footer p {
	text-transform: none;
}

/* -------------------------------------------------------------
// *** Booking Oct 2024
--------------------------------------------------------------*/
:root {
	--color-pending: #f4b942;
	/* --color-confirmed: #4059AD; */
	--color-confirmed: red;
	--color-available: #97d8c4;
	--cell-size: 30px;
	--col-repeat: 1;
}
* {
	font-family: "Open Sans", Arial, Helvetica, serif;
	font-size: 1rem;
}
td.day {
	width: var(--cell-size);
	height: var(--cell-size);
	text-align: center;
	/* vertical-align: top; */
	border-width: 1px;
	border-style: solid;
	/* position: relative; */
}
/* .daynum {
	position: absolute;
	top: 10%;
	left: 10%;
} */
.daynum::after {
	letter-spacing: 0;
}
td.day.current {
	background: yellow;
}
.available {
	border-color: var(--color-available);
	color: black;
	font-weight: normal;
}
td.available .daynum::after {
	/* content: "Available"; */
	display: block;
}
td.confirmed .daynum::after {
	/* content: "Unavailable"; */
	font-size: inherit;
	display: block;
}
.available .daynum {
	font-size: inherit;
}
.confirmed,
.confirmed .daynum {
	border-color: var(--color-confirmed);
	background: #f5f5f5;
	font-style: normal;
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--color-confirmed);
	color: #999;
}
.pending {
	border-color: var(--color-pending);
	color: black;
	font-style: italic;
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 4px;
}

.status-legend {
	display: flex;
	gap: 1rem;
	margin-block-start: 1rem;
	justify-content: center;
}
.status-legend span.status {
	border-style: solid;
	border-width: 1px;
}
.status-legend > * {
	padding: 0.25rem;
}
/* .wrapper.all-calendars {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
} */

.wrapper.all-calendars {
	display: grid;
	grid-template-columns: repeat(var(--col-repeat), 1fr);
	gap: 2rem;
	justify-content: center;
}

@media (min-width: 600px) {
	.wrapper.all-calendars {
		--col-repeat: 2;
	}
}
@media (min-width: 800px) {
	.wrapper.all-calendars {
		--col-repeat: 3;
	}
}

table.calendar {
	border-collapse: separate;
	border-spacing: 4px;
	line-height: normal;
	margin-bottom: 0;
	width: auto;
}
table.calendar th {
	text-transform: none;
}

.legend-wrap {
	margin-block: 2rem;
}

.center {
	text-align: center;
}

.notes {
	margin-block: 1rem;
	font-size: 0.9rem;
}

.calendar-preamble {
	padding: 0.5rem 1rem;
	border: 2px solid #ddd;
	margin-block: 2rem;
}

a.button.ics-download {
	display: flex;
	width: fit-content;
	justify-content: center;
	margin-inline: auto;
	margin-block: 2rem;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 1.3rem;
}

@media (min-width: 1024px) {
	#inquire.anchor {
		padding-top: 10rem;
	}
}

.gform_wrapper :is(input, select, textarea) {
	border: 2px solid #ccc;
}
