/*******************************************************************
	CONTENT
*******************************************************************/

#content {
	padding: 50px 20px;
	background: #fff;
	box-shadow: 0 -2px 0px rgba(0,0,0,0.2);
}

/* 2022 */
#content.content--padding-top {
	padding-top: 220px;
}

@media (max-width: 480px) {
	#content.content--padding-top {
		padding-top: 350px;
	}
}

/* 2023 */
#content.content--margin-top {
	margin-top: -210px;
}

.center {
	text-align: center;
}

.center-divide {
	text-align: center;
	border-bottom: 1px solid #8c816f;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#content .stack  {
	max-width: 1024px;
	margin: 0 auto;
}

#backstretch {
	position: relative;
	z-index: 10;
}

.special-list {
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0% 0%;
	padding: 5px 25px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5)
}

.stack ul:first-child {
	margin-top: 0;
}

.content > ul {
	-moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

#displayCalendarText {
	display: none;
}

.side h2 {
	font-size: 18px;
	margin: 10px 0 5px 0;
	text-align: center;
}

.side #content table {
	width: 100%;
}

.side #content table tr td:last-of-type {
	font-weight: bold;
}

.side em {
	font-size: 12px;
}

.dining-photos {
	text-align: center;
}

.dining-photos a {
	text-decoration: none;
}

.dining-photos img {
	width: 32%;
	border: solid #74a5b8 3px;
	padding: 5px;
}

.dining-photos img:hover {
	border-color: #ed4541;
}

@media handheld, only screen and (max-width: 500px) {
	.dining-photos img {
		width: 49%;
	}
}

@media handheld, only screen and (max-width: 1080px) {
	.side h2 {
		text-align: left;
	}

	.side #content table {
		width: auto;
	}	
}

/* new as of 2020 */

/********************************************************************
  RESPONSIVE IFRAME
*******************************************************************/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/********************************************************************
  FANCY CONTENT
*******************************************************************/

.fancy-content {
	max-width: 1150px;
	margin: 100px auto 0 auto;
}

.fancy-content.no-margin {
	margin-top: 0;
}

.fancy-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fancy-columns .fancy-columns-slim,
.fancy-columns .fancy-columns-wide {
	/*display: flex;*/
	flex-direction: column;
	justify-content: normal;
	height: auto;
}

.fancy-columns .fancy-columns-slim {
	flex: 0 1 33.3%;
}

.fancy-columns .fancy-columns-wide {
	flex: 0 1 66.6%;
}

/********************************************************************
  PHOTO CONTENT GRID
*******************************************************************/

.photo-content-grid .item {
	display: flex;
	flex-direction: row-reverse;
	margin: 30px auto;
}

/*
.photo-content-grid .item:nth-of-type(even) {
	flex-direction: row-reverse;
}
*/

.photo-content-grid .item .item-text {
	padding: 15px 0 0 30px;
}

.photo-content-grid .item .item-text {
	width: 60%;
}

.photo-content-grid .item .item-photos {
	width: 40%;
}

.photo-content-grid .item .item-text h3 {
	font-size: 24px;
	text-transform: none;
}

.photo-content-grid .item .item-text .view-more {
	text-align: center;
}

.photo-content-grid .item .item-text .view-more .button {
	display: block;
	max-width: 300px;
}

.photo-content-grid .item .item-photos {
	height: 100%;
}

.photo-content-grid .item .item-photos.item-photos-gallery {
	max-width: 680px;
}

.photo-content-grid .item .item-photos img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media handheld, only screen and (max-width: 1024px) {
	.fancy-content.no-margin h1 {
		margin: 0 auto;
	}

	.photo-content-grid .item {
		border-bottom: 1px solid #000;
		display: block;
		margin: 30px auto;
		padding: 30px 0 60px 0;
	}

	.photo-content-grid .item.no-margin {
		margin: 0 auto 30px auto;
   		padding: 0 0 60px 0;
	}

	.photo-content-grid .item:last-of-type {
		border-bottom: none;
	}

	.photo-content-grid .item:nth-of-type(even) {
		flex-direction: row;
	}

	.photo-content-grid .item .item-text,
	.photo-content-grid .item .item-photos {
		width: 100%;
	}

	.photo-content-grid .item .item-text {
		padding: 15px 10px;
	}

	.photo-content-grid .item .item-photos {
		margin: 0 auto;
	}
}

/*******************************************************************
  CONTENT GRID
*******************************************************************/

.content-grid #articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}

.content-grid #articles .item {
	/*display: flex;*/
	flex: 0 1 33.3%;
	flex-direction: column;
	justify-content: normal;
	height: auto;
	margin-bottom: 40px;
}

.content-grid #articles .item .item-text {
	
}

.content-grid #articles .item .item-text h2 {
	font-size: 18px;
	font-weight: bold;
}

.content-grid #articles .item .item-text p {
	
}

.content-grid #articles .item .item-text a.button:link,
.content-grid #articles .item .item-text a.button:visited {
	
}

@media handheld, only screen and (max-width: 1024px) {
	.content-grid #articles .item {
		flex: 0 1 49.5%;
	}
}

@media handheld, only screen and (max-width: 500px) {
	.content-grid #articles .item {
		flex: 0 1 100%;
	}
}

/*******************************************************************
  GET DIRECTIONS
*******************************************************************/
.get-directions {
	margin: 50px 0 0 0;
	padding: 15px;
	background: #eee;
}

 .get-directions p {
	margin: 0;
	text-align: center;
}

 .get-directions p .button {
	background: #3c5b53;
}

 .get-directions p .button:hover, .get-directions p .button:focus {
	background: #fff;
	color: #3c5b53;
	outline: 2px solid #3c5b53;
}

/*******************************************************************
  POI
*******************************************************************/
#poi {
	display: flex;
	min-height: 800px;
	color: #fff;
}

 #poi .map {
	flex: 1 0 auto;
}

 #poi .widget {
	display: flex;
	flex-direction: column;
	width: 33%;
	padding: 50px;
	background: #8c816f;
}

 #poi h2 {
	color: #fff;
	font-size: 32px;
	text-transform: none;
}

 #poi .categories {
	background: #fff;
	display: block;
	width: 100%;
	padding: 8px 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
 #poi .categories:focus {
	outline: 4px solid #8c816f;
}
 #poi .categories-wrapper {
	position: relative;
}
 #poi .categories-wrapper:after {
	content: "\f107";
	position: absolute;
	right: 10px;
	top: 50%;
	font-family: "Icons";
	transform: translateY(-50%);
	pointer-events: none;
	color: #595660;
	font-size: 32px;
}
 #poi .pois {
	margin: 20px 0;
	padding: 0;
	text-align: left;
}
 #poi .pois li {
	 display: none;
	 visibility: hidden;
	 opacity: 0;
	 padding: 5px 0;
	 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	 margin: 5px 0;
	 list-style: none;
	 -webkit-transition: all 0.45s ease-in-out;
	 -moz-transition: all 0.45s ease-in-out;
	 transition: all 0.45s ease-in-out;
}
 #poi .pois li.active {
	 display: block;
	 opacity: 1;
	 visibility: visible;
}
 #poi .pois li.active:last-of-type {
	 border-bottom: 0;
	 padding-bottom: 0;
}
 #poi .pois li:last-child {
	 border-bottom: 0;
	 padding-bottom: 0;
}
 #poi .pois a:link, #poi .pois a:visited {
	 font-size: 22px;
	 color: #fff;
	 font-weight: 300;
	 text-decoration: none;
	 text-transform: uppercase;
}
 #poi .pois a:hover {
	 color: #fff;
	 text-decoration: none;
}
 #poi .pois a:focus {
	 background: #8c816f;
	 color: #fff;
	 outline: 4px solid #8c816f;
}
 #poi h3 {
	 color: #fff;
	 margin-top: 0;
}
 #poi .infowindow {
	 width: 350px;
}
 #poi .infowindow a.directions:link, #poi .infowindow a.directions:visited {
	 font-size: 14px;
	 color: #fff;
	 font-weight: bold;
	 text-decoration: none;
	 text-transform: uppercase;
}
 #poi .gm-style-iw {
	 overflow: visible;
	 min-width: 350px !important;
	/*top: 15px !important;
	*/
	 left: 0px !important;
	 padding: 20px !important;
	 background-color: #595660;
	 box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	 border: 1px solid rgba(0, 0, 0, 0.6);
	 border-radius: 5px;
	 text-align: left;
}
 #poi .gm-style-iw:after {
	 position: absolute;
	 bottom: -10px;
	 left: 50%;
	 transform: translateX(-50%);
	 content: '';
	 width: 0;
	 height: 0;
	 border-style: solid;
	 border-width: 10px 7.5px 0 7.5px;
	 border-color: #181f3f transparent transparent transparent;
	 z-index: 9999;
}
 #poi .gm-style-iw h3 {
 	font-size: 16px;
 	font-weight: bold;
 }
 #poi .gm-style-iw a:link, #poi .gm-style-iw a:visited {
	 color: #fff;
}
 #poi .gm-style-iw .gm-style-iw-d {
	 overflow: hidden !important;
}
 #poi .gm-style-iw-t.infowindow-container:after {
	 display: none !important;
}
 #poi .infowindow-background {
	 display: none;
}
 #poi .gm-style-iw .close {
	 font: 28px/28px Icons;
	 color: #fff;
	 position: absolute;
	 top: 5px;
	 right: 10px;
	 cursor: pointer;
}
 #poi .gm-style-iw .close:after {
	 content: '\f00d';
}
 #poi .gm-style-iw .gm-ui-hover-effect img {
	 display: none !important;
}
 #poi .gm-style-iw {
	/*background-color: #fff !important;
	*/
}
 #poi .poi-nav {
	 display: flex;
	 justify-content: space-between;
	 margin-top: auto;
}
 #poi .poi-nav a {
	 visibility: hidden;
}
 #poi .poi-nav a.visible {
	 visibility: visible;
}
 #poi .poi-nav a:link, #poi .poi-nav a:visited {
	 font-size: 22px;
	 color: #fff;
	 font-weight: bold;
	 text-decoration: none;
	 text-transform: uppercase;
}
 #poi .poi-nav a:hover {
	 text-decoration: underline;
}
 #poi .map-circle {
	 position: relative;
	 background: #000;
	 border-radius: 100%;
	 text-align: center;
}
 #poi .map-circle span {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
}

@media handheld, only screen and (max-width: 1024px) {
	#poi {
    	display: block;
    	min-height: 0;
    }

    #poi .widget {
		width: 100%;
	}

    #poi .map {
        width: 100%;
        height: 320px;
    }
}

/*******************************************************************
	GALLERY
*******************************************************************/

.gallery a.visible {
	max-width: 32%;
	box-shadow: none;
	margin-left:0;
	margin-right:0;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 0;
}

.gallery a.visible img {
	width: 100%;
	height: 100%;
	max-height: 246px; /* for thecommonwealthsuites.com/gallery.php to allow portrait photos in addition to landscape photos */
	object-fit: cover;
}

.gallery a.visible:hover img,
.gallery a.visible:focus img {
	outline: 3px solid #4d250e;
	outline-offset: -2px;
}

.photoborder .gallery a.visible {
	max-width: none;
}

/*******************************************************************
	CONTACT FORM
*******************************************************************/

#content .form {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 text-align: left;
}

#content .form .form-section {
	 margin: 20px 0;
}

#content .form label {
	 display: inline-block;
}

#content .form span {
	 display: block;
	 font-size: 14px;
}

#content .form fieldset,
#content .form p {
	 flex: 0 0 49%;
	 margin: 10px 0;
	 padding: 0;
	 border: none;
}

#content .form .width.full,
#content .form h3 {
	 flex: 0 0 100%;
}

#content .form input[type='text'],
#content .form input[type='password'],
#content .form input[type='email'],
#content .form select, .form textarea {
	 width: 100%;
	 border: 1px solid #eaeaea;
	 padding: 0 8px;
	 background: #fff;
	 color: #505050;
	 vertical-align: middle;
	 box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	 border-radius: 5px;
}

#content .form input[type='text']:focus,
#content .form input[type='password']:focus,
#content .form input[type='email']:focus,
#content .form select:focus,
#content .form textarea:focus {
	 -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	 -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	 box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	 outline: none;
}

#content .form input[type='text'].error,
#content .form input[type='password'].error,
#content .form input[type='email'].error,
#content .form select.error,
#content .form textarea.error {
	 border: 1px solid #f00;
}

#content .form input[type='text'],
#content .form input[type='password'],
#content .form input[type='email'] {
	 height: 35px;
}

#content .form select {
	 height: 35px;
}

#content .form label + input[type="text"],
#content .form label + input[type="password"],
#content .form label + textarea,
#content .form label + select {
	 display: block;
}

#content .form select input[type="radio"] + label,
#content .form input[type="checkbox"] + label {
	 display: inline;
}

#content .form textarea {
	 height: 150px;
	 padding: 10px;
}

#content .form .submit,
#content .form input[type="submit"] {
	 display: inline-block;
	 padding: 5px 25px;
	 background: #3c5b53;
	 font: 18px/30px Raleway, Myriad Pro, Arial, sans-serif;
	 color: #fff;
	 margin-bottom: 5px;
	 text-transform: uppercase;
	 text-decoration: none;
	 border-radius: 3px;
	 -webkit-transition: all 0.15s;
	 -o-transition: all 0.15s;
	 transition: all 0.15s;
	 text-align: center;
}

#content .form .throbber {
	 display: none;
	 padding-left: 10px;
}

#content .form input.error,
#content .form textarea.error {
	 border: 1px solid #f00;
}

#content .form strong.required {
	 color: #c73232;
}

#content .form div.error {
	 flex: 0 0 100%;
	 color: #c73232;
}

#content .form p.error {
	 display: none !important;
}

#content .form.requesting {
	 opacity: 0.5;
}

#content .form.form-success {
	 display: block;
	 max-height: 0;
	 opacity: 0;
	 margin: 0;
	 transition: all 0.5s ease-in-out;
}

/* The contact form success container. Displays a thank-you messgae*/
#content .form_success {
	 display: none;
	 border-radius: 5px;
	 background: #8c816f;
	 color: #fff;
	 max-height: none;
	 margin: 30px 0 30px 0;
	 font-size: 1rem;
	 padding: 20px;
	 text-align: center;
}

#content .form_success.form-success {
	 display: block;
	 opacity: 1;
	 max-height: 500px;
	 transition: all 0.9s ease-in-out;
}

#content .robotic {
	 display: none;
}

/********************************************************************
  MAP
*******************************************************************/

.map-container {
	height: 400px;
}


/*******************************************************************
  ACCESSIBILITY
*******************************************************************/

#accessibility h2 {
	margin: 20px 0 0 0;
}

#accessibility .accordion h4 {
	margin: 0 0 1px 0;
}

#accessibility .accordion h4 a:link,
#accessibility .accordion h4 a:visited {
	background: #3c5b53;
	color: #FFF;
	display: block;
	font-size: 16px;
	padding: 10px;
	text-decoration: none;
}

#accessibility .accordion h4 a:hover,
#accessibility .accordion h4 a:focus {
	background: #FFF;
	color: #3c5b53;
}

#accessibility .accordion h4 a:focus {
	outline: 1px solid #3c5b53;
}

#accessibility .accordion div {
	display: none;
	padding: 10px;
}

#accessibility hr {
	background: #000;
}

/********************************************************************
  BLOG
*******************************************************************/

#articles .photo {
	float: right;
}

/********************************************************************
  AMENITIES
*******************************************************************/

.scale-image {
	text-align: center;
}

.scale-image img {
	max-width: 420px;
}
 
/* end: new as of 2020 */









/********************************************************************
  STAFF
*******************************************************************/

.innerBoxStaff {
	clear: both;
	overflow: hidden;
}

.innerBoxStaff {
	border-bottom: 1px solid #bfb35f;
	padding-bottom: 30px;
}

.innerBoxStaff h2 {
	margin: 50px 0 5px 0;
	text-transform: none;
}

.innerBoxStaff h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	text-transform: none;
}

.innerBoxStaff img {
	float: right;
	margin: 30px 0 30px 30px;
	padding: 3px;
	max-width: 25%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.innerBoxStaff .bioPhoto {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	float: right;
	margin: 30px 5px 30px 30px;
	height: 375px;
	width: 250px;
}

#megan.innerBoxStaff .bioPhoto { background: url('../images/bio-megan.jpg') no-repeat; }
#megan.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#angela.innerBoxStaff .bioPhoto { background: url('../images/bio-angela.jpg') no-repeat; }
#angela.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#abby.innerBoxStaff .bioPhoto { background: url('../images/bio-abby.jpg') no-repeat; }
#abby.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#cortney.innerBoxStaff .bioPhoto { background: url('../images/bio-cortney.jpg') no-repeat; }
#cortney.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#kelly.innerBoxStaff .bioPhoto { background: url('../images/bio-kelly.jpg') no-repeat; }
#kelly.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#kim.innerBoxStaff .bioPhoto { background: url('../images/bio-kim.jpg') no-repeat; }
#kim.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#lauri.innerBoxStaff .bioPhoto { background: url('../images/bio-lauri.jpg') no-repeat; }
#lauri.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#lina.innerBoxStaff .bioPhoto { background: url('../images/bio-lina.jpg') no-repeat; }
#lina.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#lindsay.innerBoxStaff .bioPhoto { background: url('../images/bio-lindsay.jpg') no-repeat; }
#lindsay.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#mallory.innerBoxStaff .bioPhoto { background: url('../images/bio-mallory.jpg') no-repeat; }
#mallory.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#mayra.innerBoxStaff .bioPhoto { background: url('../images/bio-mayra.jpg') no-repeat; }
#mayra.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#rose.innerBoxStaff .bioPhoto { background: url('../images/bio-rose.jpg') no-repeat; }
#rose.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#sandy.innerBoxStaff .bioPhoto { background: url('../images/bio-sandy.jpg') no-repeat; }
#sandy.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

@media handheld, only screen and (max-width: 1050px) {
	#staff .sidebar {
		display: none;
	}

	#staff .page-content {
		margin: 0;
		padding: 0 40px;
		width: 100%;
	}
}

@media handheld, only screen and (max-width: 700px) {
	.innerBoxStaff .bioPhoto {
		float: none;
		margin: 40px auto 0 auto;
	}
}

/********************************************************************
  ROOMS
*******************************************************************/
.rooms .photo {
	width: 100%;
	position: relative;
	z-index: 5;
	float: right;
	max-width: 35%;
	margin: 0px 0 20px 20px;
	line-height: 0;
}

.rooms .gallery a.visible {
	display: block;
	width:  auto;
	max-width: none;
	height: auto;
		-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}


.rooms .gallery a.visible:hover {
	filter: brightness(1.2);
}


/*******************************************************************
	ACCORDIONS
*******************************************************************/

#accordion {
	margin: 20px 0;
}

#accordion > * {
	display: none;
}

#accordion h2 {
	display: block;
	color: #7e7f74;
	cursor: pointer;
	margin: 10px 0;
	padding: 10px;
	font-size: 20px;
}

#accordion h2:hover {
	color: #d96009;
}

#accordion > div {
	display: none;
	margin: 10px auto;
	clear: both;
	overflow: hidden;
}

#accordion > div .side {
	float: right;
	margin: 0 5px 0 45px;
	overflow: visible;
	width: 310px;
}

#accordion h3 {
	margin-top: 30px;
}

#accordion h3:first-child {
	margin-top: 0;
}

@media handheld, only screen and (max-width: 1050px) {
	#accordion h2 {
		max-width: 100%;
	}
}

/*******************************************************************
	SPECIALS
*******************************************************************/

#specials .special {
	overflow: hidden;
	clear: both;
	padding-bottom: 5px;
	margin: 20px 0;
	padding: 20px 25px 15px 25px;
	border-bottom: 1px solid #3c5b53;
}

#specials .special:first-child {
	margin-top: 50px;
}

#specials .special:last-child {
	border-bottom: none;
	margin-bottom: 50px;
}

#specials h2 {
	margin-top: 0;
}

#specials .photoborder {
	max-width: 33%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}


/*******************************************************************
	TABLES
*******************************************************************/
/* Tables */
#content table {
	width: 100%;
	background: white;
	margin-bottom: 1.25em;
	border: solid 1px #dddddd;
}
#content table thead,
#content table tfoot {
	background: whitesmoke;
	font-weight: bold;
}
#content table thead tr th,
#content table thead tr td,
#content table tfoot tr th,
#content table tfoot tr td {
	padding: 0.5em 0.625em 0.625em;
	font-size: 0.875em;
	color: #222222;
	text-align: left;
}
#content table tr th,
#content table tr td {
	padding: 0.5625em 0.625em;
	font-size: 0.875em;
	color: #222222;
		color: #222222;
	text-align: left;
}
#content table tr.even, #content table tr.alt, #content table tr:nth-of-type(even) {
	background: #f9f9f9; }
#content table thead tr th,
#content table tfoot tr th,
#content table tbody tr td,
#content table tr td,
#content table tfoot tr td {
	display: table-cell;
	line-height: 1.125em;
}

#content .stack table { width: 100%; }
.st-head-row { padding-top: 1em; text-align: center;}
.st-head-row.st-head-row-main { font-size: 1.5em; text-align: center;; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

/*******************************************************************
	VIDEOS INTERNAL
*******************************************************************/



.videos-internal { 
	margin: 0 auto;
	min-height: 300px;
}

.videos-internal .item {
	position: relative;
	height: 280px;
	margin: 10px;
	width: 280px;
}

.videos-internal .video-content {
	opacity: 1;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.videos-internal .item:hover .video {
	padding: 20px 10px;
}

.videos-internal h2.name {
	color: #fff;
	margin: 0;
	font: bold 16px Lato, Myriad Pro, sans-serif;
	text-transform: uppercase;
}

.videos-internal h3.brand {
	color: #fff;
	margin: 0;
	font: 16px Lato, Myriad Pro, sans-serif;
	text-transform: uppercase;
}

.videos-internal a:link, .videos-internal a:visited {
	text-decoration: none;
}

.videos-internal .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
		-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.videos-internal .location:hover img {
	filter: brightness(110%) contrast(110%);
}

/*******************************************************************
	TESTIMONIALS
*******************************************************************/

#content #testimonials .testimonial-item {
	margin: 20px 0;
	padding: 20px 25px 15px 25px;
}

#content #testimonials .testimonial-item:nth-child(even) a:link,
#content #testimonials .testimonial-item:nth-child(even) a:visited,
#content #testimonials .testimonial-item:nth-child(even) h2,
#content #testimonials .testimonial-item:nth-child(even) h3,
#content #testimonials .testimonial-item:nth-child(even) h4 {
	color: #fff;
}

#content #testimonials .testimonial-item:nth-child(even) {
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 10px; 
}

#content #testimonials .testimonial-item:first-child {
	margin-top: 50px;
}

#content #testimonials .testimonial-item:last-child {
	border-bottom: none;
}

#content #testimonials .testimonial-item h2 {
	margin-top: 0;
}

.testimonials .quotes {
	display: none;
}

.testimonial-sender {
	text-align: right;
	font: 600 18px Libreville Baskerville, Georgia, serif;
	margin: 0 0 10px 0;
}
/*******************************************************************
  GALLERY
*******************************************************************/

.gallery {
	text-align: center;
}

.magnific.gallery:after {
	content: ' ';
	display: inline-block;
	width: 100%;
}


.gallery a.visible {
			max-width: 32%;
	box-shadow: none;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom: 1%;
	display: inline-block;
		font-size: 0;
}

.photoborder .gallery a.visible {
	max-width: none;
}

/*******************************************************************
	FLEX
*******************************************************************/
.flex-video {
	position: relative;
	padding-top: 1.5625em;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 1em;
	overflow: hidden;
}
.flex-video.widescreen {
	padding-bottom: 57.25%;
}
.flex-video.vimeo {
	padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 540px) {

	.gallery a.visible {
		max-width: 49%;
	}
}

/*******************************************************************
  PRINT MEDIA QUERY (PRIMARILY FOR RECIPES PAGES)
*******************************************************************/

@media print {
	header,
	#masthead,
	#content .button,
	footer {
		display: none;
	}

	body,
	#content {
		font-size: 14px;
		line-height: 28px;
	}
	
	#content {
		padding: 0 20px;
	}

	h1 {
		font-size: 24px !important;
	}
	
	h2 {
		font-size: 18px !important;
	}
}




/* 2022 */
/* Content Container */
.content__container {
	width: min(1220px, 100%);
	margin-inline: auto;
}




/* 2022 */
/* Testimonial Logos */
.testimonial-logos {
	display: flex;
	justify-content: center;
	gap: 4em;
	align-items: center;
	width: 620px;
	margin-inline: auto;
	padding: 2em;
	position: absolute;
    bottom: -135px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 10px 10px rgb(0 0 0 / 0.04);
}

@media (max-width: 680px) {
	.testimonial-logos {
		gap: 1em;
		width: min(480px, 100%);
	}
}

@media (max-width: 560px) {
	.testimonial-logos {
		position: static;
		bottom: auto;
		left: auto;
		transform: none;
	}
}

@media (max-width: 480px) {
	.testimonial-logos {
		flex-direction: column;
		box-shadow: none;
	}
}

.testimonial-logos img {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	height: 100%;
}

.testimonial-logos img:first-of-type {
	order: 1;
}

.testimonial-logos img:last-of-type {
	order: 3;
}

.testimonial-logos:after {
	content: '';
	width: 1px;
	height: 125px;
	display: block;
	background-color: #EAEAEA;
	order: 2;
}

@media (max-width: 480px) {
	.testimonial-logos:after {
		display: none;
	}
}




/* 2022 */
/* Testimonials Grid */
.testimonials {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 4em;
}

@media (max-width: 800px) {
	.testimonials {
		grid-template-columns: 1fr;
	}
}

.testimonials__item {
	padding: 2em;
}

@media (max-width: 480px) {
	.testimonials__item {
		padding: 0;
	}
}

.testimonials__item:nth-of-type(odd) {
	border-right: 1px solid #EAEAEA;
}

@media (max-width: 800px) {
	.testimonials__item:nth-of-type(odd) {
		border-right: none;
	}
}

.testimonials__item blockquote {
	font-size: 1.25rem;
	font-style: normal;
	line-height: 1.5;
}

.testimonials__item figcaption {
	display: flex;
	justify-content: space-between;
}

.testimonials__item figcaption cite {
	display: flex;
	gap: 0.5em;
	font-size: 1.5rem;
	font-style: normal;
	color: #000;
}

.testimonials__item figcaption cite:before {
	content: '•';
}

.testimonials__item figcaption a {
	display: flex;
	gap: 0.5em;
	font-size: 0.9em;
	text-decoration: none;
	color: #888888;
	align-items: center;
}

.testimonials__item figcaption a:hover span {
	text-decoration: underline;
}




/* 2023 */
/* Specials */
.interior #masthead.masthead--specials,
.interior #masthead.masthead--narrow {
	height: 220px;
}

.masthead--specials .slick-gallery .slick-dots,
.masthead--narrow .slick-gallery .slick-dots {
	display: none !important;
}

.specials-new-container {
	margin-bottom: 6em;
}

.specials-new-container h1 {
	color: #fff;
	margin-bottom: 20px;
}

.specials-new {
	display: flex;
	flex-direction: column;
	gap: 3em;
}

.specials-new__item {
	border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 4%);
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 760px) {
	.specials-new__item {
		grid-template-columns: 1fr;
	}
}

.specials-new__item__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: min(4.5em, 7vw);
}

.specials-new__item__content h2 {
	margin-bottom: 0.75em;
}

.specials-new__item__text {
	margin-bottom: 1.75em;
	font-size: 1.25rem;
    line-height: 1.5;
}

.specials-new__item__content a:link.button,
.specials-new__item__content a:visited.button {
	padding: 0.25em 1.1em;
	font-size: 1.75rem;
    line-height: 1.5;
}

.specials-new__item__image {
	
}

.specials-new__item__image img {
	object-fit: cover;
	width: 100%;
    height: 100%;
	border-radius: 0 20px 20px 0;
}

@media (max-width: 760px) {
	.specials-new__item__image img {
		border-radius: 0 0 20px 20px;
	}
}