<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: asia59club

Author: Matthew Reid

Description: A theme built for the 59club asia website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asia59club
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

KANIT


*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


*{
	font-family: 'Montserrat', sans-serif;
}

.covid19 {
	display:block;
	position:absolute;
	top:22%;
	left:200px;
	right:30px;
	background:white;
}

.covid19-mobile {
	display: none;
	position:relative;
	margin-top:120px;
	left:0%;
	right:0%;
	padding:10px;
	color:#fff;
	background:rgba(0,0,0,1);
	z-index: 2;
}

.covid19-mobile &gt; h2 {
	font-size: 1.2rem;
	line-height: 1.7rem;
}

.covid19-btn {
	padding:0;
}

.desktop {
	display:block;
}

.covid-hero-image {
	position: relative;
	top:0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/* height: 80vh !important; */
	min-height:450px;
	z-index: 0;
}


.top-left {
	left:200px;
	right:65px;
	top:30%;
	bottom:auto;
}

.top-left &gt; h2 {
	font-size:1.3rem;
	line-height:1.7rem;
}

.thai-font {
	font-family: 'Kanit', sans-serif !important;
}

.corner-img {
	width:5%;
	position: fixed;
	top: -2px;
	z-index: 6;
 }

 .site-header {
	width: 100%;
	background: #000;
	padding: 20px 0 20px 50px;
	position: fixed;
	z-index: 5;
}

.customLabel {
	font-size: 14px !important;
	line-height: 1.5 !important;
	margin:0;
	margin-bottom: .5rem;
}

.custom-input {
	width:100%;
	border:none;
	color:#666;
	border-bottom:1px solid #666;
	border-radius:0 !important;
	font-size: 1rem !important;
	line-height: 1.5;
	margin:0;
	font-family:sans-serif;
	overflow: visible;
}


.custom-input:focus {
	box-shadow: 0;
	border:0;
}
input[type="text"]:focus,
input[type="email"]:focus,
.uneditable-input:focus {
  /* border-color: rgba(126, 239, 104, 0.0); */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0) inset, 0 0 8px rgba(126, 239, 104, 0.0);
  outline: 0 none;
}

.nav-open &gt; i  {
	color: #fff;
	position: fixed;
	top: 20px;
	left: 18px;
	font-size: 25px;
	z-index: 7;
	cursor: pointer;
}

.logo-img{
	width: 159px;
	float: left;
	margin-left: 150px;
	position: relative;
    z-index: 90;
}

.first {
	border-top: solid 2px rgba(0,0,0,0.2);
}

.nav-item {
	list-style-type: none;
	padding: 25px 20px 35px;
	color: #fff;
	transition: all ease 0.3s;
	border-bottom: solid 2px rgba(0,0,0,0.2);
	font-size: 9pt;
}

.sub-nav-menu {
	display: none;
	background: #9b8643;
	overflow-y: auto;
}

.sub-nav-item {
	list-style-type: none;
	padding: 25px 20px 35px;
	color: #fff;
	background: #9b8643;
	transition: all ease 0.3s;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	font-size: 8pt;
}

.sub-nav-item:hover {
	background: rgba(0,0,0,0.4);
	cursor: pointer;
}

.active-tab {
	background: rgba(0,0,0,0.3)
}

.nav-item:hover {
	cursor: pointer;
	background: rgba(0,0,0,0.3);
}

.nav-menu {
	background-color: #b59f5d;
	margin: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	padding-top: 84.11px;
	width: 180px;
	text-align: left;
	z-index: 20;
	display: none;
	transition: all ease 0.3s;
	overflow-y: auto;
}

.nav-menu &gt; i {
	position: fixed;
	top: 20px;
	left: 18px;
	font-size: 25px;
	color: #fff;
	cursor: pointer;
}

.nav-menu &gt; a,
.sub-nav-menu&gt; a,
.thai-nav-menu &gt; a {
	text-decoration: none !important;
}

.mob-open {
	display: none;
}

ul, li {
	margin: 0;
	padding: 0;
}

a.pure-gold:hover {
	text-decoration: none;
	color: #b59f5d;
}

.thai-nav-menu {
	background-color: #b59f5d;
	margin: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	padding-top: 84.11px;
	width: 180px;
	text-align: left;
	z-index: 20;
	display: none;
	transition: all ease 0.3s;
}

.thai-nav-menu &gt; i {
	position: fixed;
	top: 20px;
	left: 18px;
	font-size: 25px;
	color: #fff;
	cursor: pointer;
}

.top-nav{
	width: 100%;
	/* position: relative; */
	left: -20px;
}

.top-nav-menu {
	text-align: left;
	overflow-y: auto;
	margin: 37px 0 0 0;
	padding-left: 50px;
}

.top-nav-item {
	list-style-type: none;
	display: inline-block;
	color: #fff;
	width: auto;
	font-size: 8pt;
	cursor: pointer;
	margin: 0 5px;
	font-weight: 600;
	letter-spacing: 1px;
}

.top-nav-item-active {
	color: #b59f5d;
}

.side-nav-active{
	background: rgba(0, 0, 0, 0.2)
}

.toggleIcon {
	max-width: 30px;
	min-width: 30px;
	position: fixed;
	right: 15px;
	top: 30px;
}

.hero-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.social {
	display:block;
	position:relative;
	z-index:1000;
}

.social-mobile {
	display:none;
	position:relative;
	z-index:1000;
}

.social-links {
	position:absolute;
	height:20px;
	top:10px;
	right:0px
}

.social-icon {
	color:#fff;
	background-color:#b59f5d;
}

.linked-in {
	padding:3px 10px;
}
.facebook {
	padding:3px 12px;
}
.twitter {
	padding:3px 9px;
}
.instagram {
	padding:3px 10px;
}


.daves-hero-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 60vh !important;
	min-height: 400px;
}

.daves-hero-image-sec {
	position:absolute;
	bottom:30px;
	left:65%;
	right:30px;
	padding:16px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color:rgba(0,0,0,0.5);
}

.top-left {
	left:200px;
	right:65px;
	top:30%;
	bottom:auto;
}

.top-left &gt; h2 {
	font-size:1.3rem;
	line-height:1.7rem;
}

.daves-hero-image-sec &gt; h2 {
	color:#fff;
	margin-bottom:0;
	font-size: 1.3rem;
	line-height:1.7rem;
}
.daves-hero-btn,
.daves-hero-btn:visited,
.daves-hero-btn:hover,
.daves-hero-btn {
	cursor: pointer;
	padding: 5px 10px;
	width:100%;
	background-color:#b59f5d;
	color:#fff;
	padding:6px;
	font-size:20px;
	margin-top:18px;
}


.hero-image-sec &gt; h2 {
	color: #fff;
	font-weight: 600;
	padding-bottom: 20px;
}

.hero-image-sec {
	width: 50%;
	margin: 0 0 0 50%;
	padding-top: 25vh;
}

/* index
	 ========================================================================== */

	button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	}

	.hero-img {
		width: 100%;
		margin-top: 80px;
	}

	.hero-slider {
		overflow-y: hidden;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

	.slick-slider {
		position: relative;
		z-index: 1;
	}

	.hero-float {
		float: right;
		position: absolute;
		z-index: 2;
		top: 110px;
		margin-left: 45%;
		display: inline-block;
		width: 50%;
	}

	.hero-float h2 {
		color: #fff;
		width: 100%;
		padding-bottom: 30px;
		font-size: 40px;
		font-weight: 900;
		letter-spacing: 1.5px;
	}

	a.hero-btn,
	a.hero-btn:visited,
	a.hero-btn:hover,
	.hero-btn {
		cursor: pointer;
		padding: 5px 10px;
		font-size: 24px;
		background: #b59f5d;
		color: #fff;
		width: 40%;
		float: left;
		text-decoration: none;
		text-align: center;
	}

	.home-container {
		margin-left: 200px;
		margin-right: 10%;
		color: #000;
	}

	.home-intro-text {
		font-weight: 600;
	}

	.awards-link {
		color: #b59f5d !important;
		font-weight: 600;
		font-style: italic !important;
	}

	.pure-gold{
		color: #b59f5d;
		font-weight: 900;
	}

	.bold-li {
		margin: 0 20px ;
	}

	.bold-li &gt; li{
		font-weight: 900;
		margin-bottom: 8px;
	}

	.hide-text {
		display: none !important;
	}

/* Products and services
	 ========================================================================== */

	 .product-section {
		 padding-top: 10vh;
	 }

/* inquire page ==================================================================*/

	.inquire-page-form {
		width: 95%;
		float: left;
	}

	.inquire-page-form &gt; div &gt; form &gt; p &gt;label &gt; span &gt; input,
	.inquire-page-form &gt; div &gt; form &gt; p &gt;label &gt; span &gt; select{
		background: #fff;
	}
	.inquire-page-form &gt; div &gt; form &gt; p &gt;label &gt; span &gt; select {
		margin: 10px 0;
	}

	.inquire-page-form &gt; div &gt; form &gt; p &gt;label &gt; span &gt; select:focus{
		 border: none;
		 outline: none;
	 }


	.inquire-page-form &gt; div &gt; form &gt; p &gt;label {
		color: #000;
	}

	.venues-tested &gt; h3  {
		color: #b69e4f !important;
		border-top:2px solid #e3e3e3;
		width:100%;
		padding-top:20px;
		margin-top:20px;
		font-weight: 600;
	}

	.venues-tested &gt; h5 {
		margin-top:30px;
		font-weight: 600;
	}

	.venues-tested {
		font-weight: 400;
	}

	.news-title &gt; a {
		color: #b59f5d !important;
	}

	.news-more-tag {
		color: #b59f5d;
	}


/* footer
========================================================================== */

	footer {
		margin-left: 200px;
		margin-bottom: 50px;
		font-size: 8pt;
	}

	.copy-right {
		color: #b59f5d;

	}

	.input-title {
		padding: 10px 0;
		font-family: 'Montserrat', sans-serif;
		font-weight: 900;
	}

/*  CONTACT FORMS */

	.modal-content {
		background: #000;
		opacity: 0.95;
	}

	.modal-title, .close {
		color: #b59f5d;
		text-shadow: none;
		opacity: 1;
	}

	.close:hover {
		opacity: 1;
		color: #b59f5d !important;
	}

	.wpcf7-form &gt; p {
		margin: 0;
		font-size:  14px;
		color: #dbdbdb;
	}

	.wpcf7-form &gt; p &gt; label {
		width: 100%;
	}

	.details-title {
		padding: 10px 0;
		color: #b59f5d;
		font-weight: 900;
		font-size: 18px;
	}

	.wpcf7-form &gt; p &gt; label &gt; br {
		display: none;
	}

	.wpcf7-form-control {
		width: 100%;
		background: transparent;
		border: none;
		color: #666;
		border-bottom: 1px solid #666;
		border-radius: 0 !important;
	}


	.wpcf7-submit {
		margin-top: 15px;
		color: #b59f5d !important;
		padding:6px 12px !important;
		border:1px solid #b59f5d !important;
	}


	.partners {
		padding:0px;
	}

	.title-sponsor {
		max-width:280px;
		max-height:130px;
	}



	@media only screen and (min-width: 1400px)  {

		.covid19 {
			display:block;
			position:absolute;
			top:18%;
			left:200px;
			right:30px;
			background:white;
		}

		.desktop {
			display:block;
		}


		.covid19-mobile {
			display:none;
		}

		.social {
			position:relative;
			z-index:1000;
		}

		.social-links {
			position:absolute;
			height:20px;
			top:10px;
			right:0px;
		}

		.social-icon {
			color:#fff;
			background-color:#b59f5d;
		}

		.partners {
			padding:48px;
		}
		.partners-logo {
			margin:32px;
			max-width:200px;
		}
		.title-sponsor {
			max-width:280px;
			max-height:130px;
		}

		.daves-hero-image-sec {
			bottom:30px;
			left:65%;
			right:30px;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
			background-color:rgba(0,0,0,0.5);
			padding: 16px;
		}
		.daves-hero-btn,
		.daves-hero-btn:visited,
		.daves-hero-btn:hover,
		.daves-hero-btn {
			cursor: pointer;
			padding: 5px 10px !important;
			width:100%;
			background-color:#b59f5d;
			color:#fff;
			padding:6px;
			font-size:20px;
			margin-top:18px;
		}

		.nav-menu {
			display: inline-block;
		}

		.top-left {
			left:200px;
			right:8%;
			top:115px;
			bottom:auto;
			background-color:rgba(0,0,0,0.75);
		}

		.top-left &gt; h2 {
			font-size:1.3rem;
			line-height:1.7rem;
		}
	}

	@media only screen and (max-width: 1500px)  {
		.logo-img {
			margin-left: 150px;
			margin-top: 0px;
		}

		.home-container {
			margin-left: 200px;
		}
	}

	@media only screen and (max-width: 1400px)  {

		.daves-hero-image-sec {
			left:45%;
		}

		.hero-image {
			background-repeat: no-repeat;
			background-size: cover;
		}

		.hero-image-sec &gt; h2 {
			color: #fff;
			font-weight: 600;
			padding-bottom: 20px;
		}

		.hero-image-sec {
			width: 50%;
			margin: 0 0 0 30%;
			padding-top: 25vh;
		}

		.hero-float {
			margin-left: 10%;
			font-size: 20px;
			top: 100px;
			width: 80%;
		}

		.hero-float &gt; h2 {
			padding-bottom: 0;
		}

		.top-nav-menu {
			text-align: right;
			margin: 10px 0 0 0;
			overflow-y: auto;
		}

		/* #home {
			margin: 0 0 0 40px;
		} */

		.corner-img {
			width: 6%;
		}

		.hero-btn,
		.hero-btn:hover,
		a.hero-btn,
		a.hero-btn:hover{
			width: 80%;
			/*margin: 0;*/
			font-size: 20px;
		}

		.top-nav-item {
			margin: 0 5px;
		}

		.top-nav-menu {
			margin-left: 180px;
			float: left;
			width: 100%;
			text-align: left;
			padding-left:0px;
		}

		#home {
			margin: 0 5px 0 0;
		}

		.site-header {
			padding-bottom: 10px;
		}

		.logo-img {
			width: 159px;
			margin-left: 180px;
			margin-top: 0px;
		}

		.toggleIcon {
			top: 5px;
			right: 5px;
		}

		.site-header {
			padding-left: 20px;
		}


		.top-left {
			left:200px;
			right:8%;
			top:140px;
			bottom:auto;
			background-color:rgba(0,0,0,0.75);
		}

		.top-left &gt; h2 {
			font-size:1.3rem;
			line-height:1.7rem;
		}
	}

	/* FORM =========================================================== */

	@media only screen and (max-width: 900px)  {


		/* .daves-hero-image-sec {
			left:30%;
		}
		.inquire-page-form {
			width: 95%;
			float: left;
		}

		.hero-image {
			background-repeat: no-repeat;
			background-size: cover;
		}

		.hero-image-sec &gt; h2 {
			color: #fff;
			font-weight: 600;
			padding-bottom: 20px;
		}

		.hero-image-sec {
			width: 50%;
			margin: 0 0 0 30%;
			padding-top: 25vh;
		}

		.corner-img {
			width: 8%;
		}

		.hero-btn,
		.hero-btn:hover{
			width: 80%;
		}

		a.hero-btn {
			width: 80%;
			margin-bottom: 20px;
		}

		.top-left {
			left:200px;
			right:8%;
			top:115px;
			bottom:auto;
			background-color:rgba(0,0,0,0.75);
		}

		.top-left &gt; h2 {
			font-size:1.3rem;
			line-height:1.7rem;
		}
	 }

	@media only screen and (max-width: 706px) { */
		.home-container {
			margin-left: 20px;
			margin-right: 20px;
		}

		footer {
			margin-left: 20px;
		}

		.covid19 {
			display:none;
		}
		.covid19-mobile {
			display:block;
		}
		.desktop {
			display:none;
		}


		.covid-hero-image {
			position:absolute;
			top:-60px;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
			position: relative;
			height: 60vh;
			min-height:450px;
		}

		.daves-hero-image {
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
			position: relative;
			height: 60vh;
			min-height:400px;
		}

		.daves-hero-image-sec {
			position:absolute;
			bottom:0;
			left:0;
			right:0;
			left:0;
			padding:16px;
			background-color:rgba(0,0,0,0.5);
		}
		.daves-hero-image-sec &gt; h2 {
			color:#fff;
			margin-bottom:0;
			font-size: 1.3rem;
			line-height: 1.7rem;
		}
		.daves-hero-btn,
		.daves-hero-btn:visited,
		.daves-hero-btn:hover,
		.daves-hero-btn {
			cursor: pointer;
			padding: 5px 10px !important;
			width:100%;
			background-color:#b59f5d;
			color:#fff;
			padding:6px;
			font-size:20px;
			margin-top:18px;
		}

		.social {
			display:none;
			position:relative;
			z-index:1000;
		}

		.social-mobile {
			display:block;
			margin-top:30px;
			font-size: 1.2rem;
		}


		.social-icon {
			color:#fff;
			background-color:#b59f5d;
			border-radius:0.25rem;
		}


		.logo-img{
			width: 159px;
			float: none;
			margin-left: auto;
			margin-top: 10px;
		}

		.top-nav{
			width: 100%;
			/* position: relative; */
			left: 0px;
			overflow-y:auto;

		}

		.top-nav-menu {
			text-align: center;
			margin:30px 0 30px 0;
			padding:30px 0 120px 0;
			height: 100vh;
			display: none;
			overflow-y:auto;
		}

		.top-nav-item {
			list-style-type: none;
			display: inline-block;
			color: #fff;
			width: 100%;
			font-size: 10pt;
			cursor: pointer;
			margin: 10px 0;
			font-weight: 600;
			letter-spacing: 1px;
			padding: 10px 0;

		}

		.top-nav-item-active {
			color: #b59f5d !important;
		}

		.corner-img {
			display: none;
		 }

		.site-header {
			padding: 10px 0px;
			min-height: 90px;
		}

		.nav-menu {
			background-color: #b59f5d;
			margin: 0;
			position: fixed;
			top: 0;
			bottom: 0;
			padding-top: 84.11px;
			width: 100%;
			text-align: left;
			z-index: 20;
			display: none;
			transition: all ease 0.3s;
		}

		.thai-nav-menu {
			background-color: #b59f5d;
			margin: 0;
			position: fixed;
			top: 0;
			bottom: 0;
			padding-top: 84.11px;
			width: 100%;
			text-align: left;
			z-index: 20;
			display: none;
			transition: all ease 0.3s;
		}

		.mob-open {
			display: block;
			position: fixed;
			color: white;
			top: 90px;
			background: #b59f5d;
			width: 100%;
			height: 30px;
			text-align: center;
			padding: 5px 0;
			left: 0;
		}

		input  {
			width: 100%;
		}

		/* INDEX ============================================== */

		.hero-image {
			background-repeat: no-repeat;
			background-size: cover;
			position:relative;
		}



		.hero-image-sec &gt; h2 {
			color: #fff;
			font-weight: 600;
			padding:10px 15px 20px 15px;
			font-size: 15pt;
			background: rgba(0, 0, 0, 0.6);
		}

		.hero-image-sec {
			width: 100%;
			margin: 0;
			padding-top: 35vh;
		}


		a.hero-btn,
		a.hero-btn:visited,
		a.hero-btn:hover,
		.hero-btn {
			cursor: pointer;
			padding: 5px 10px;
			font-size: 24px;
			background: #b59f5d;
			color: #fff;
			width: 100%;
			float: left;
			text-decoration: none;
		}

		h2 &gt; span &gt; a.pure-gold
		 {
			color: #b59f5d !important;
		}

		#home {
			margin-left: 0;
		}

		.hero-btn {
			margin-left: 0px;
			margin-top: 20px;
		}


		.product-section {
			padding-top: 18vh;
		}

		.toggleIcon {
			width: 40px;
			position: fixed;
			right: 25px;
			top: 25px;
		}


		.top-left {
			left:0%;
			right:0%;
			top:auto;
			bottom:0;
			background-color:rgba(0,0,0,0.75);
		}

		.top-left &gt; h2 {
			font-size:1.3rem;
			line-height:1.7rem;
		}
	}




	html {
		line-height: 1.15; /* 1 */
		-webkit-text-size-adjust: 100%; /* 2 */
	}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {

	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}



a:hover, a:focus, a:active {
	color: midnightblue;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

h6 .sub-head {
	margin-top: 6px;
	font-weight: bold;
	color: #b59f5d;
}

.panel {
	background-color:#b59f5d;
	padding: 6px;
}

.btn-gold {
	cursor: pointer;
	padding: 5px 10px;
	background: #b59f5d;
	color: #fff;
	width: 40%;
	float: left;
	text-decoration: none;
	text-align: center;
}

.badge-gold {
	background-color:#b59f5d;
	color:#fff;
}


.btn-link {
	text-decoration: none;
}

.btn-link:hover {
	text-decoration: none;
	color:#b59f5d;
}
.btn-link:active {
	text-decoration: none;
	color:#b59f5d;
}

.modal-click {
	color:#b59f5d;
}

.modal-click:hover {
	color:#b59f5d;
}



.page-offset h1,
.page-offset h2,
.page-offset h3,
.page-offset h4,
.page-offset h5,
.page-offset h6,
.page-offset p,
.page-offset ul {
	padding:0 15px;
}


.page-offset hr {
	margin-left:15px;
	margin-right:15px;
}

.page-offset h3:first-of-type {
	margin:48px 0 36px 0;
}

.page-offset p {
	padding-bottom:12px;
}

.page-offset p:last-of-type {
	display:none;
}

.page-offset ul {
	list-style: none;
	margin:0;
}
.page-offset ul li {
	display:inline-block;
	background-color:#b59f5d;
	padding:6px 12px;
	color:#fff;
	border-radius:0.25rem;
	min-width:150px;
	text-align: center;
	margin:2px;
}

.wp-block-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	left:0;
	right:0;
	top:0;
	height: 80vh !important;
	min-height: 400px;
}

.wp-block-cover.has-background-dim::before {
	display:none;
}

.wp-block-cover .wp-block-cover__inner-container {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:16px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color:rgba(0,0,0,0.5);
	width:auto;
}

.wp-block-cover .wp-block-cover__inner-container p {
	color:#fff;
	margin-bottom:0;
	font-size: 1.3rem;
	line-height:1.7rem;
	text-align:left;
	padding:0;
	display:block;
}


.wp-block-cover .wp-block-cover__inner-container h6 {
	list-style:none;
	margin:18px 0 0 0;
	background-color:#b59f5d;
	width:100%;
	padding: 5px 10px;
	font-size:20px;
	color:#fff;
	cursor: pointer;
	text-align: center;
}

.wp-block-cover .wp-block-cover__inner-container h6 a {
	text-decoration: none;
	color:#fff;
}

.wp-block-cover .wp-block-cover__inner-container h6 a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f086";
}

.wp-block-cover .wp-block-cover__inner-container h6:hover a {
	text-decoration: none;
	color:#fff;
}

.hero-display {
	display:none;
}

.body-display {
	margin-top:140px;
}

@media screen and (min-width:568px)
{
	.hero-display {
		display:block;
	}

	.body-display {
		margin-top:60px;
	}

	.page-offset h1,
	.page-offset h2,
	.page-offset h3,
	.page-offset h4,
	.page-offset h5,
	.page-offset h6,
	.page-offset p,
	.page-offset ul {
		padding:0 200px;
	}


	.page-offset hr {
		margin-left:220px;
		margin-right:220px;
	}

	.page-offset h3:first-of-type {
		margin:48px 0 36px 0;
	}

	.page-offset p {
		padding-bottom:12px;
	}

	.page-offset p:last-of-type {
		display:none;
	}

	.page-offset ul {
		list-style: none;
		margin:0;
	}
	.page-offset ul li {
		display:inline-block;
		background-color:#b59f5d;
		padding:6px 12px;
		color:#fff;
		border-radius:0.25rem;
		min-width:150px;
		text-align: center;
		margin:2px;
	}

	.wp-block-cover {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
		left:0;
		right:0;
		top:0;
		height: 80vh !important;
		min-height: 400px;
	}

	.wp-block-cover.has-background-dim::before {
		display:none;
	}

	.wp-block-cover .wp-block-cover__inner-container {
		position:absolute;
		bottom:30px;
		left:65%;
		right:30px;
		padding:16px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		background-color:rgba(0,0,0,0.5);
		width:auto;
	}

	.wp-block-cover .wp-block-cover__inner-container p {
		color:#fff;
		margin-bottom:0;
		font-size: 1.3rem;
		line-height:1.7rem;
		text-align:left;
		padding:0;
	}


	.wp-block-cover .wp-block-cover__inner-container h6 {
		list-style:none;
		margin:18px 0 0 0;
		background-color:#b59f5d;
		width:100%;
		padding: 5px 10px;
		font-size:20px;
		color:#fff;
		cursor: pointer;
		text-align: center;
	}

	.wp-block-cover .wp-block-cover__inner-container h6 a {
		text-decoration: none;
		color:#fff;
	}

	.wp-block-cover .wp-block-cover__inner-container h6 a::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f086";
	}

	.wp-block-cover .wp-block-cover__inner-container h6:hover a {
		text-decoration: none;
		color:#fff;
	}
}


.icon-group {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:20px;
}
.icon-block {
	display:inline-block;
	color:#b59f5d;
	font-size:2.8rem;
	text-align:center;
	margin:10px 40px;
}
.icon-label {
	font-size:0.9rem;
	font-weight:500;
	color:#000;
}
</pre></body></html>