/*
Theme Name: Peril
Theme URI: https://example.com
Author: Starter
Author URI: https://example.com
Description: A clean starter WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Peril
*/

 @import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;300;400;500;600;700&family=Inter:wght@100;300;400;500;600;700&family=Della+Respira&family=Oswald:wght@300;400;500;600;700&display=swap');
/*@import url('https://use.typekit.net/yae8laj.css');*/
@import url('https://use.typekit.net/ivj2ejx.css');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

:root {
	--black: #1c1b1e;	
	--black: #39342e;	
	--black: #332f2b;	
	--primary: #6e4921;
	--primary: #4f3028;
	--primary: #493729;
	--primary: #493a2f;
	--accent: #c22d36;
	--accent: #168395;
	--accent: #02788b;
	--accent: #199087;
	--accent: #16a4a7;
	--off: #ab6f3b;
	--blue: #265493;
	--navy: #1e3a74;
	--tradblue: #1e508c; 
	--tall: #315b8d;
	--aqua: #1f728b;
	--green: #217B60;
	--olive: #ded4bf;
	--red: #b04e4b;
	--purple: #2c0f75;
	--orange: #dda64b;
	--brown: #533d35;
	--brown: #6f5642;
	--brown: #8b5633;
	--yellow: #e7c891;
	--white: #ecf4f3;
	--gray: #dfe6ec;
	--darkgray: #d0d1cd;
	--darkgray: #c0cdd4;
	--tan: #d9d8d3;
	--tan2: #bfc0bd;
	--transparent: rgba(255,255,255,.75);
	--fonts: adobe-garamond-pro, "Della Respira", futura-pt, "Libre Franklin", sans-serif;
	--sans: futura-pt, oswald, "Libre Franklin", fenwick, sans-serif;
	--alternative: modesto-expanded, adobe-garamond-pro, serif;
	--handwriting: felt-tip-senior, serif;
}
* {
	margin: 0;
	padding: 0;
}
html, 
body, 
*, 
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, 
body {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}
body {
	height: auto;
	font-family: Georgia, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-family: Inter, "Libre Franklin", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "sans-serif";
	font-size: 16.5px;
	line-height: 1.8;
	color: #444;
	background: var(--black);
}
@media only screen and (max-width: 1840px) {
	body {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1680px) {
	body {
		font-size: 15.5px;
		line-height: 1.7;
	}
}
@media only screen and (max-width: 1480px) {
	body {
		font-size: 15px;
	}
	.hide {
		display: none !important;
	}
}
.color-accent {
	color: var(--accent);
}
.color-off {
	color: var(--off);
}
.color-green {
	color: var(--green);
}
.color-red {
	color: var(--red);
}
#video {
	text-decoration: none;
	background: none;
}
a#video:hover {
	background: #000;
}
#video span {
}
#video small {
}
#video img {
	opacity: 1;
}
a#video:hover img {
	transform: scale(1.1);
	opacity: .7;
}
#video.popup:after {
	background-size: 50%;
}
#video.popup:hover:after {
	background-size: 35%;
}
#myVideo {
	display: block;
	position: relative;
	padding: 0 0 56.25%;
	width: 100%;
	height: 0;
	border: 2px #9ff solid;
}
#myVideo img:nth-of-type(1) {
	border: 2px #000 solid;
}
#featuredvideo {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 3%;
	align-items: center;
	text-decoration: none !important; 
}
#featuredvideo a:hover img {
	transform: scale(1.05);
	
}
#featuredvideo img {
	opacity: .666;
}
#featuredvideo p {
	font-family: var(--fonts);
	font-size: 200%;
	line-height: 1.3;
	color: #fff;
}
#featuredvideo small {
	display: block;
	font-family: var(--sans);
	font-size: 1.3rem !important;
	color: rgba(255,255,255,.75);
	line-height: 1.4;
}
#featuredvideo a.btn,
#featuredvideo a.btn:hover {
	background: var(--black) !important;
}
#featuredvideo a.btn:hover {
	background: var(--accent) !important;
}
#secondary-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	background: var(--accent);
}
#secondary-wrapper aside {
	display: block;
}
#secondary-wrap {
	display: block;
	position: relative;
}
#secondary {
	display: block;
	position: relative;
}



#slideshow-wrapper .swiper {
	width: 100%;
}

#slideshow-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}



/* ================================================================================= */
/* TYPOGRAPHY  */
/* ================================================================================= */

.title {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--fonts);
	font-size: 4.4rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: -0.5px;
	line-height: 1.1;
	text-transform: none;
}
h1 {
	display: block;
	position:  relative;
	margin: 1rem 0;
	font-family: var(--fonts);
	font-size: 280%;
	font-weight: 300;
	color: var(--off);
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: none;
	font-variant: small-caps;
}
.lead {
	font-size: 160%;
}
.lead span,
h1 span {
	display: ;
	font-size: 150%;
	font-weight: 300;
	color: var(--accent);
	text-transform: none;
	transform: translateY(50%);
}
h2 {
	margin: 1.6rem 0 1rem;
	font-family: var(--fonts);
	font-size: 240%;
	font-weight: 600;
	color: var(--black);
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: none;
}
.post h2 {
	font-size: 170%;
	font-weight: 600;
	color: var(--black);
	letter-spacing: 0px;
}
h2 a {
	color: var(--brown);
	text-decoration: none;
}
h2 a:hover {
	color: var(--off);
	text-decoration: underline;
}
@media only screen and (max-width: 2048px) {
	.title {
		font-size: 4.2rem;
	}
}
@media only screen and (max-width: 1840px) {
	.title {
		font-size: 4rem;
	}
}
@media only screen and (max-width: 1720px) {
	.title {
		font-size: 4rem;
	}
	h2 {
		font-size: 230%;
	}
}
@media only screen and (max-width: 1680px) {
	.title {
		font-size: 3.8rem;
	}
	h2 {
	}
}
@media only screen and (max-width: 1560px) {
	.title {
		font-size: 3.6rem;
		line-height: 1.2;
	}
	h2 {
		font-size: 220%;
	}
}
@media only screen and (max-width: 1440px) {
	.title {
		font-size: 3.5rem;
	}
	h2 {
		font-size: 210%;
	}
}
@media only screen and (max-width: 1366px) {
	.title {
		font-size: 3.4rem;
	}
}
h3 {
	margin: 1rem 0;
	font-family: var(--fonts);
	font-size: 180%;
	font-weight: 900;
	color: var(--black);
	line-height: 1.2;
	letter-spacing: 0px;
}
h4 {
	display: block;
	margin: 1.2rem 0;
	font-family: var(--fonts);
	font-size: 145%;
	font-weight: 500;
	color: var(--brown);
	letter-spacing: 0px;
	line-height: 1.4;
	text-transform: none;
}
h5 {
	margin: 1rem 0;
	font-family: Oswald, var(--sans), serif;
	font-size: 125%;
	font-weight: 400;
	color: var(--brown);
	line-height: 1.3;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.bg-dark h5 {
	color: #fff;
}
h6 {
	display: block;
	margin: 1.2rem 0;
	font-family: var(--sans);
	font-size: 115%;
	font-weight: 600;
	color: var(--brown);
	letter-spacing: 0.5px;
	line-height: 1.2;
	text-transform: uppercase;
}
.subheading {
	display: block;
	font-family: var(--fonts), Oswald, var(--sans);
	font-size: 140%;
	font-weight: 600;
	line-height: 1.3;
	color: var(--black);
	letter-spacing: 0px;
	text-transform: none;
}
.additional {
	display: block;
	font-family: Oswald, var(--sans);
	font-size: 100%;
	font-weight: 500;
	color: #c6ad73;
	color: var(--off);
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;
}
.tagline {
	display: block;
	margin: 1.2rem 0;
	font-family: Oswald, var(--sans);
	font-weight: 400;
	font-size: 130%;
	color: var(--aqua);
	letter-spacing: 2px;
	line-height: 1.4;
	text-transform: uppercase;
}

.page-id-178 article .post{
	display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1.3fr;
}

.post_thumbnail_img img{
	width: 100%;
/* 	max-height: 500px; */
	height: 100%;
	object-fit: cover;
}
.post {
	border-top: 1px rgba(0,0,0,.2) solid;
	border-radius: 0 !important;
}
.post:last-of-type {
	border-bottom: 1px #aaa solid;
}
#blog {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1560px) {
	.home #blog .byline {
		display: none;
	}
}
@media only screen and (max-width: 1280px) {
	.home #blog p {
		display: none;
	}
}
#blog .bg-accent {
	text-decoration: none;
	transition: 0.2s ease-in;
}
#blog .bg-accent:hover {
	background: var(--black) !important;
}
#blog p {
	margin: .4rem 0 0;
	font-size: 82.5%;
	line-height: 1.7;
}
.byline {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 600;
	font-size: 90%;
	color: var(--black);
}
.column .byline {
	font-size: 77.5%;
}
.bg-dark .byline {
	color: rgba(255,255,255,.9);
}
@media only screen and (max-width: 1366px) {
}
.hero .tagline,
.bg-dark .tagline {
	color: var(--transparent);
	color: rgba(255,255,255,.7)!important;
}
.bg-dark .lead,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h6,
.bg-dark .subheading {
	color: #fff !important;
}
.bg-dark p,
.bg-dark p.jumbo {
	color: rgba(255,255,255,.7);
}
/*.title:first-child,*/
.lead:first-child,
.tagline:first-child,
h1:first-child,
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child,
p:first-child {
	margin-top: 0;
}
title:last-child,
.lead:last-child,
h1:last-child, 
h2:last-child, 
h3:last-child, 
h4:last-child, 
h5:last-child, 
h6:last-child, 
p:last-child {
	margin-bottom: 0;
}

/* ================================================================================= */
/* PARAGRAPHS  */
/* ================================================================================= */

p {
	position: relative;
	margin: 1rem 0;
	transition: color .1s ease-in;
}
article p strong {
	font-size: 110%;
	color: #333;
	font-weight: 600;
}
p.jumbo {
	margin-bottom: 2rem;
	font-size: 110%;
	font-weight: 400;
	color: var(--black);
	line-height: 1.9;
}
.btn .jumbo {
	display: block;
	margin-top: .1rem;
	font-family: Oswald;
	font-size: 180%;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0.5px;
}
.btn small {
	font-family: Oswald, var(--sans);
	font-size: 90%;
	font-weight: 400;
	color: rgba(255,255,255,.8);
}
small {
	font-size: 80%;
}

/* ================================================================================= */
/* LINKS  */
/* ================================================================================= */

a {}

.btn {
	var(--fonts);
}
.btn.jumbo {
	display: block;
	padding: .8rem 1.2rem .9rem;
	font-family: var(--sans);
/*	font-style: italic;*/
	font-weight: 400;
	font-size: 130%;
	border-radius: 4px;
}
.btn.jumbo:hover {
	transform: scale(1.01);
}
.btn.jumbo strong {
	font-size: 160%;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.btn.jumbo small {
	display: block;
	font-size: 70%;
	font-weight: 300;
	text-transform: none;
	opacity: .7;
}
.btn.bg-black.jumbo:hover {
	background: var(--red) !important;
}
@media only screen and (max-width: 1440px) {
	.btn.jumbo {
		padding: .6rem 1rem .7rem;
		font-size: 150%;
	}
}
@media only screen and (max-width: 1720px) {
	a#harbor span {
	}
	a#harbor small { 
	}
}
@media only screen and (max-width: 1560px) {
}
.slide-play {
	display: block;
	position: relative;
	background: #000;
	overflow: hidden;
}
.slide-play img  {
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
.slide-play img:first-child {
	opacity: .8;
}
.slide-play img:last-child {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 auto ;
	width: 40%;
	height: auto;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
	opacity: .5;
	transform: translate(-50%, -50%) scale(.9);
	z-index: 9999;
}
.slide-play:hover img:last-child {
	transform: translate(-50%, -50%) scale(1);
}
@media only screen and (max-width: 1440px) {
	.slide-play img:last-child {
		width: 50%;
	}
}

/* ================================================================================= */
/* CONNECT */
/* ================================================================================= */

#container {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: auto;
/*	background: var(--gray);*/
/*	border-top: 4px var(--accent) solid;*/
/*	border-radius: 8px 8px 0 0;*/
	box-sizing: border-box;
	z-index: 2;
}
@media only screen and (max-width: 1920px) {
	#container {
		border-radius: 0;
	}
}
a#alert {
	display: grid;
/*	grid-template-columns: 30px auto;*/
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0px;
	padding: 15px 20px;
	width: 100%;
	font-family: futura-pt, "Libre Franklin", Helvetica, Arial, sans-serif;
	font-size: 105%;
	color: rgb(255, 255, 255);
	text-align: center;
	text-decoration: none;
	line-height: 1;
	background: var(--black);
	background: #2b9669;
	background: #2a8e5e;
	background: var(--primary);
	box-sizing: border-box;
	transition: 0.2s ease-in;
	z-index: 9999;
}
#alert:hover {
	background: var(--accent);
}
a#alert i.material-icons {
	margin: 0px 15px 0px 0px;
	font-size: 150%;
	transition: 0.2s ease-in;
}
a#alert strong {
	font-weight: 700;
	text-transform: uppercase;
}
#connect {
	display: grid;
	grid-template-columns: auto;
	grid-gap: 2%;
	align-items: auto;
	justify-content: center;
	position: relative;
	left: auto;
	margin: 0 auto;
	padding: .2rem .8rem;
	width: 100%;
	height: auto;
	font-family: "Libre Franklin", sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	background: var(--accent);
	box-sizing: border-box;
	z-index: 2;
}
@media only screen and (max-width: 1440px) {
}
#connect.bg-dark {
	padding-right: 25px;
	padding-left: 25px;
}
header > #connect,
nav > #connect {
/*	position: absolute;*/
	padding: 1rem 1.8rem .2rem;
}
a.company-info {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
	color: #fff;
	text-decoration: none;
}
a.company-info:hover {
	background: var(--off);
}
a.company-info i {
	font-size: 180% !important;
	text-align: center;
}
.company-name {
	margin: 0;
	font-family: var(--sans);
	font-size: 105%;
	font-weight: 600;
	color: #fff;
	color: var(--black);
	text-transform: uppercase;
}
.company-description {
	display: flex;
	align-items: center;
	font-size: 100%;
	font-weight: 400;
	line-height: 1;
}
a.company-description {
	color: var(--off);
	text-decoration: none;
}
.company-description span {
	font-size: 87.5%;
	font-weight: 600;
	color: var(--primary);
/*	color: rgba(255,255,255,.8);*/
}
.company-description i {
	margin-right: 0;
	font-size: 140% !important;
	font-weight: 400 !important;
	color: var(--aqua);
	border-right: 1px var(--primary) solid;
}
.contact-info {
	display: flex;
	align-content: center;
	align-items: center;;
	justify-content: flex-start; 
	box-sizing: border-box;
}
@media only screen and (max-width: 2048px) {
	.contact-info {
		justify-content: flex-end;
	}	
}
@media only screen and (max-width: 1560px) {
	#connect {
		grid-gap: 40px
	}
	.company-name,
	.company-description {
	}
}
.menu a.phone-number,
a.phone-number {
	display: flex !important;
	align-items: center;
	position: relative;
	margin: 0 .5rem 0 0;
	padding: .4rem .7rem .4rem .7rem;
	width: auto;
	height: auto;
	font-family: var(--sans);
	font-size: 130%;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1;
	background: var(--primary);
	border-radius: 4px;
}
@media only screen and (max-width: 1960px) {
	.menu a.phone-number,
	a.phone-number {
		font-size: 125%;
	}
}
@media only screen and (max-width: 1560px) {
	.menu a.phone-number,
	a.phone-number {
		font-size: 110%;
	}
}
a.phone-number:hover {
	color: #fff !important;
	background: var(--off);
	transform: scale(1.025);
}
.menu a.phone-number i,
a.phone-number i {
	position:  relative !important; /* trust me */
	left: auto !important; /* trust me */
	bottom: auto !important; /* trust me */
    margin: 0 .3rem 0 0;
    padding: 0;
    font-size: 85% !important;
	color: var(--accent); /* trust me */
/*	transform: none !important;*/
	transform: translateY(-1%) rotate(6deg);
    opacity: .85;
	transition: all .2s ease-in;
}
a.phone-number:hover i {
	color: var(--accent);
	color: #fff;
}
.phone-number small {
	margin-right: .4rem;
	font-family: Oswald;
	font-size: 60%;
	font-weight: 400;
	color: rgba(255,255,255,.85);
	letter-spacing: 1px;
	text-transform: none;
}
.bg-dark .company-info i {
	color: var(--off) !important;
}
.bg-dark .company-name {
	color: #fff !important;
}
.bg-dark .company-description {
	color: rgba(255,255,255,.85) !important;
}
.bg-dark a.phone-number {
/*	background: var(--accent);*/
}
.bg-dark a.phone-number:hover {
/*	background: var(--accent);*/
}
a#company-email {
	color: var(--black);
}
.bg-dark a#company-email {
	color: var(--transparent);
	color: rgba(255,255,255,.85);
}
.bg-dark a#company-email:hover {
	color: #fff;
}
a#company-email {
	display: flex;
	align-items: center;
	margin-right: 1.4rem;
	margin-right: 1.4rem;
	position: relative;
/*	padding: .4rem 1rem;*/
	font-size: 87.5%;
	font-weight: 500;
	color: inherit;
	text-decoration: none;
/*	background: var(--primary);*/
/*	border-radius: 80px;*/
	cursor: pointer;
	overflow: hidden;
}
a#company-email:hover span {
	color: var(--black);
}
a#company-email i {
	margin: 0 .6rem 0 0;
	padding: 0;
	color: var(--accent);
	font-size: 180% !important;
	font-weight: 300 !important;
	transform: none !important;
}
.bg-dark a#company-email i {
	color: #fff;
}
a#company-email:hover i {
	color: var(--accent);
}
.bg-dark a#company-email:hover i {
	color: #fff;
}

/* ================================================================================= */
/* MAIN HEADER  */
/* ================================================================================= */

#main-header {
	display: block;
	position: relative;
	left: 0;
	margin: 0 auto;
	padding: 0 0;
	width: 100%;
	height: auto;
	background: var(--gray);
	background-size: 100% auto;
/*	border-bottom: 4px var(--accent) solid;*/
/*	border-radius: 8px 8px 0 0;*/
/*	box-shadow: 0 80px 120px rgba(0,0,0,.333) inset;*/
	z-index: 9999;
}
.home #main-header {
	border-bottom: none;
	box-shadow: 0;
}
@media only screen and (max-width: 1920px) {
	#main-header {
		border-radius: 0
	}
}
@media only screen and (max-width: 1440px) {
	#main-header:after {
		transform: translateY(75%);
	}
}
#main-header.overlay {
	position: absolute;
	background: none;
}
#main-header.left #site-navigation {
	display: grid;
	grid-template-columns: 11% auto;
	grid-gap: 5%;
}
#main-header.left #site-navigation .menu {
	padding: 0 !important; /*-- just in case --*/
}

/* ================================================================================= */
/* NAVIGATION  */
/* ================================================================================= */

#logo-wrap {
	display: grid;
	grid-template-columns: 1fr 25% 1fr;
	grid-gap: 1.5%;
	align-items: center;
	justify-items: center;
	background: var(--tan);
}
#logo-wrap .lefthand,
#logo-wrap .righthand {
	display: flex;
	justify-content: flex-end;
	border-radius: 3px;
	z-index: 2;
}
#logo-wrap .lefthand {
	border: 1px var(--primary) solid;	
/*	border: 1px var(--brown) solid;	*/
}
#logo-wrap .righthand {
	justify-content: flex-start;
}
#site-navigation {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.5%;
	align-items: flex-end;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1560px;
	width: auto;
	height: auto;
	font-family: Oswald, var(--fonts);
	font-size: 110%;
	font-weight: 400;
/*	font-variant: small-caps;*/
	line-height: 1;
	letter-spacing: 1.5px;	
	text-transform: uppercase;
	box-sizing: border-box;
	z-index: 1;
}
.home #site-navigation {
	align-items: center;
}
.alt #site-navigation {
	align-items: flex-end;
}
@media only screen and (max-width: 2048px) {
}
@media only screen and (max-width: 1920px) {
	#site-navigation {
		grid-template-columns: 1fr;
		font-size: 105%;
	}
}
@media only screen and (max-width: 1720px) {
	#site-navigation {
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 1560px) {
	#site-navigation {
		grid-gap: 1%;
	}
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1366px) {
	#site-navigation {
		grid-template-columns: auto;
	}
}
a#logo,
a#logo img {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 !important;
	width: 100%;
	height: auto;
	transition: all .2s ease-in;
	box-sizing: border-box;
	z-index: 2;
}
/*
a#logo {
	transform: translate(0, -52.55px);
}
@media only screen and (max-width: 1680px) {
	a#logo {
		transform: translate(0, -47.5px);
	}
}
@media only screen and (max-width: 1440px) {
	a#logo {
		transform: translate(0, -45px);
	}
}
*/
a#logo img {
/*
	position:  absolute;
	top: 0;
	left: 0;
*/
	width: 100%;
}
.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	padding: 0;
    height: auto;
    box-sizing: border-box;
    z-index: 2;
	transform: translateY(-25%);
	transform: none;
}
.home .menu {
	transform: none;
}
.alt .menu {
	transform: translateY(-25%);
}
.menu:nth-of-type(2) {
	justify-content: flex-start;
}
.menu li {
    display: block;
    position: relative;
	margin: 0;
}
.bg-dark .menu li#home i {
    color: #fff !important;
}
.menu li#home {
	font-variant: normal !important;
	font-weight: 900 !important;
}
.menu li#home i {
	margin: 0;
	font-size: 145% !important;
	font-weight: 300 !important;
	color: var(--black) !important;
	transform: translateY(-5%);
}
.bg-dark .menu li.home i {
	color: #fff !important;
}
.menu li:last-child a { /* Only for graphic divider */
	background-image: none;
}
.menu a {
	display: grid;
	align-content: center;
	padding: .8rem 1.2rem;
	height: auto;
	color: var(--black);
	color: #fff;
/*	color: var(--tall);*/
/*	color: #214c6e;*/
/*	color: #fff;*/
/*	color: rgba(255,255,255,.9);*/
	text-align: center;
	text-decoration: none;
}
.overlay .menu a {
	color: #fff;
}
@media only screen and (max-width: 1680px) {
	.menu {
/*		padding: .6rem 0 0;*/
	}
	.menu a {
		padding: .75rem 1.1rem;
	}
}
.overlay .menu a {
	color: #fff;
}
.menu a:hover {
	color: var(--orange);
/*	color: var(--transparent);*/
}
.overlay .menu a:hover {
	color: var(--transparent);
/*	color: var(--accent);*/
}
.menu i {
	display: block;
	margin: 0;
	font-size: 160% !important;
	color: var(--primary);
	transition: all 0.1s ease-in;
}
.social-media i,
.menu .social-media i {
	font-size: 120% !important;
/*	color: rgba(255,255,255,.75);*/
	color: var(--black);
	color: #6f5642;
}
.menu .social-media i {
	color: rgba(0,0,0,.75);
}
.menu .social-media a:hover i {
	color: var(--accent);
}
.bg-dark .social-media i {
	color: #fff;
}
.bg-dark .social-media a:hover i {
	color: #fff;
}
#site-navigation .menu span {
	margin: 0 auto .666rem;
	text-align: center;
	color: var(--accent) !important;
}

/* ---------------------------------------- SUBMENU ---------------------------------------- */ 

.sub-wrapper:after {
    content: '\e5cf';
	position:  absolute;
	left: 50%;
	bottom: 0;
    font-family: 'Material Symbols Outlined';
    font-size: 140% !important;
	font-weight: 300;
	color: var(--accent);
/*	color: var(--transparent);*/
	transform: translate(-50%, 50%);
}
.overlay .sub-wrapper:after {
/*	color: var(--transparent);*/
}
.sub-menu {
	display: none;
	position: absolute;
	top: 105%;
	left: 4%;
	margin: 0;
	padding: .8rem 0;
	width: 260px;
	height: 0;
	font-size: 100%;
	background: var(--brown);
	border-radius: 4px;
	box-sizing: border-box;
	z-index: 2;
}
@media only screen and (max-width: 1560px) {
	.sub-menu {
		width: 300px;
	}
}
.sub-wrapper:hover .sub-menu {
	display: block;
	height: auto;
	opacity: 1;
}
.sub-menu li {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	font-family: Oswald, var(--sans);
	font-weight: 400;
	font-size: 97.5%;
	line-height: 1.2;
	text-align: left;
	text-shadow: 0 -1px 0 #fff;
}
.sub-menu a {
	display: block;
	padding: .5rem 1rem;
	height: auto;
	color: #fff;
/*	color: var(--black);*/
	text-align: left;
	text-shadow: none;
	background: none;
}
.sub-menu a:hover {
	color: rgba(255,255,255,.8);
}

/* ================================================================================= */
/* HERO SECTION */
/* ================================================================================= */

.hero {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 0 56.25%;
	padding: 0 0 47.5%;
	width: 100%;
	height: 0;
	font-weight: 600;
	color: var(--transparent);
	background: var(--black);
	background-size: 100.5% auto;
	overflow: hidden;
	z-index: 1;
}
.hero .swiper-wrapper {
	position: absolute !important;
	height: 100% !important;
}
.hero .swiper-slide,
.hero .slide-image-container {
	height: 100% !important;
}
/*
.hero:before {
	content:"";
	display: block;
	position:  absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: url(/salmoncatcher_wp/wp-content/uploads/2026/01/bg-wave.png) center top no-repeat;
	background-size: 100% auto;
	z-index: 99999;
}
*/
.home .hero {
	padding: 0 0 56.25%;
}
.hero video {
	position:  absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero .drag-center p {
	margin: 15px auto;
}
.hero a.btn {
	padding: .5rem 1.2rem;
	background: var(--aqua) !important;
}
.hero a.btn:hover {
	padding: .5rem 1.2rem;
	background: var(--accent) !important;
}

/* ================================================================================= */
/* CONTENT
/* ================================================================================= */

main {
	display: block;
	position:  relative;
	z-index: 2;
}
#content {
	display: grid;
	grid-template-columns: auto 360px;
	align-items: flex-start;
	max-width: 1920px;
}
.content {
	position: relative;
	margin: 0 auto;
	padding: 4.8rem 10%;
	box-sizing: border-box;
	z-index: 2;
}
.content.jumbo {
	padding-left: 5%;
	padding-right: 5%;
	max-width: 1280px;
}
.content.thin {
	padding-right: 18%;
	padding-left: 18%;
}
.content > header {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 75%;
}
@media only screen and (max-width: 1680px) {
	.content {
		padding-top: 4.4rem;
		padding-right: 8%;
		padding-left: 8%;
	}
	.content.thin {
		padding-right: 15%;
		padding-left: 15%;
	}
}
@media only screen and (max-width: 1440px) {
	.content {
		padding-top: 4rem;
		padding-right: 5%;
		padding-left: 5%;
	}
	.content.thin {
		padding-right: 12%;
		padding-left: 12%;
	}
}
@media only screen and (max-width: 1200px) {
	.content {
		padding: 30px;
	}
	.content.thin {
		padding-right: 40px;
		padding-left: 40px;
	}
}
article {
	position: relative;
}
.article-left {
	display: grid !important;
	grid-template-columns: 1fr 330px !important;
	grid-gap: 4%;
	align-items: self-start;
}
.article-left article {
	text-align: left;
}
@media only screen and (max-width: 1680px) {
	.article-left {
		grid-template-columns: 1fr 300px !important;
		grid-gap: 3%;
	}
}
@media only screen and (max-width: 1440px) {
	.article-left {
		grid-template-columns: 1fr 280px !important;
	}
}
@media only screen and (max-width: 1280px) {
	.article-left {
		grid-template-columns: 1fr 240px !important;
		grid-gap: 3%;
	}
}
@media only screen and (max-width: 800px) {
	.article-left {
		grid-template-columns: 1fr !important;
	}
}

/* ---------------------------------------- CAPTIONS ---------------------------------------- */ 

.caption {
	align-content: center;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: auto;
	transition: all .1s ease-in;
}
.split-1-1-1 .caption {
	padding: .8rem 0 0;
}
.split-1-1-1.overlay .caption,
.split-1-1-1-1.overlay .caption {
	display: grid;
	align-content: center;
	position:  absolute;
	top: auto;
	left: auto;
	right: auto;
	bottom: 0;
	padding: 5%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,.1);
}
.split-1-1-1.overlay *:hover .caption,
.split-1-1-1-1.overlay *:hover .caption {
	background: rgba(0,0,0,.333);
	background: rgba(40, 42, 55,.95);
}
.subheading,
.excerpt {
	display: block;
}
.excerpt {
	margin: 0;
	font-size: 95%;
/*	font-family: "Libre Franklin", futura-pt, "Futura PT", sans-serif;*/
}
.excerpt:nth-child(2) {
	margin: .3rem 0 0;
}
.bg-dark .excerpt {
	color: var(--transparent);
}

/* ---------------------------------------- COLUMNS ---------------------------------------- */ 

#lodges {
	display: block;
	position: relative;
}
.lodges-intro {
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: flex-end;
	align-items: center;
}
.lodges-intro div:last-child {
	display: grid;
	justify-items: flex-end;
}
.lodges-intro img {
	display: block;
	position: relative;
	width: 70%;
	max-width: 240px;
	height: auto;
}
#lodges img {
	transition: all .2s ease-in;
	border-radius: 4px;
}
#lodges a:hover img {
	transform: scale(1.02);
}
#lodges a {
	text-decoration: none;
}
#lodges p {
	margin: .6rem 0 0;
	font-family: var(--fonts);
	font-size: 120%;
	font-weight: 500;
	color: var(--yellow) !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.lodge-wrapper {
	display: block;
}
.lodge-slide {
	display: block;
}

.lodge-wrapper {
    display: flex;
    animation: scroll 17s linear infinite;
    width: fit-content;
}

.lodge-wrapper:hover {
    animation-play-state: paused;
}

.lodge-slide {
    flex-shrink: 0;
    margin: 0;
    width: 32%;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* ---------------------------------------- MISC ---------------------------------------- */ 

#slide-boats,
#slide-cabin {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 0 24%;
	background: var(--tan) url(/wp-content/uploads/2026/01/slide-boats.jpg) center bottom no-repeat;
	box-sizing: border-box;
}
#slide-cabin {
	padding: 0 0 32.5%;
	text-align: center;
	background: var(--tan) url(/wp-content/uploads/2026/01/slide-cabin.jpg) center bottom no-repeat;
	background-size: 100% auto;
}
#slide-boats {
	background-size: 100% auto;
}
#slide-boats02 {
	display: block;
	position:  relative;
	margin: 0 auto;
	padding: 0 0 22.5%;
	text-align: center;
	background: var(--tall) url(/wp-content/uploads/2026/01/slide-boats02.jpg) left bottom no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	z-index: 1;
}
#slide-boats03 {
	display: block;
	position:  relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: var(--gray) url(/wp-content/uploads/2026/01/slide-boats03.jpg) left bottom no-repeat;
	background-size: 60% auto;
	box-sizing: border-box;
	z-index: 1;
}
#slide-boats03 .content {
	padding-left: 27.5%;
}
#blurb {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 2%;
	align-items: center;
	text-align: left;
}
.package {
	text-decoration: none;
	background: var(--black);
}
a.package:hover {
	text-decoration: none;
	background: var(--off) !important;
}
.package p {
	margin: .2rem 0 0;
	font-size: 87.5%;
}
#slide-plane02 {
	padding: 0 0 53%;
	background: var(--darkgray) url(/wp-content/uploads/2026/01/slide-plane02.jpg) center bottom no-repeat;
	background-size: 100% auto;
}
.pointer:after {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 30px solid transparent; 
	border-right: 30px solid transparent; 
	border-bottom: 20px solid var(--black); 
	transform: translate(-50%, -100%);
}
.texture-wrap {
	position: relative;
	z-index: 2;
}
img#texture {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-12%);
	z-index: 1;
}
img#texture.dark {
	transform: translateY(-27%);
	z-index: 1;
}
img#texture:nth-child(2) {
	top: auto;
	bottom: 0;
	transform: translateY(12%);
}
.texture:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 10%;
	width: 100%;
	height: 0; 
	background: url(/wp-content/uploads/2026/01/bg-texture.png) center top;
	background-size: 50%;
	z-index: 0;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.pulsing-img {
  animation: pulse 2s ease-in-out infinite;
  display: inline-block;
}

#carousel-wrap {
	margin: 10px auto 0;
	width: calc(100% - 20px) !important;
	background-size: 100% auto;
}
#carousel {
	display: block;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-size: 100% auto;
	box-sizing: border-box;
}
#carousel .swiper-slide {
/*	border-radius: 6px !important;*/
	overflow: hidden;
}
#carousel .swiperCarousel {
	height: auto;
	overflow: hidden;
}
#carousel .swiper-wrapper {
	height: auto;
}
.bg-paper {
	background: #c5c5c3 url(/wp-content/uploads/2026/01/bg-paper02.jpg) center top no-repeat;
	background-size: 150% auto;
}
#map .relative {
	display: block;
	position: relative;
	height: 100%;
}
#map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
.tripadvisor-wrap {
	display: grid;
	justify-content: flex-end;
}

/* ---------------------------------------- MISC ---------------------------------------- */ 

a.column,
.column {
	color: inherit;
	text-decoration: none;
	border-radius: 4px;
	overflow: hidden;
}
a.column:hover {
	transform: scale(1.05);
}
a.column p {
	margin-top: 0;
	font-size: 87.5%;
	font-weight: 400;
}
a.column span {
	display: block;
}
a.column:hover {
	text-decoration: none;
}
#columns a.column {
	text-decoration: none;
}
#columns a.column:hover {
	background: var(--black);
}
.column .btn {
	margin: 0;
	padding: .6rem 1rem;
}
@media only screen and (max-width: 1680px) {
	.column .btn {
		margin: .8rem 0 0;
	}
}
@media only screen and (max-width: 1560px) {
	#columns .column {
		grid-template-columns: 1fr 1fr !important;
	}
	#columns .column .btn {
		margin: .6rem 0 0;
		padding: .4rem;
	}
}
.column .btn:nth-child(2) {
	padding: .6rem;
	background: none;
	opacity: .75;
}
.column .btn:nth-child(2):hover {
	text-decoration: underline;
	background: none !important;
	opacity: 1;
}
.column > a {
	background: var(--aqua);
	transition: all .1s ease-in;
}
.column > a > img {
	transition: all .1s ease-in;
}
.column > a:hover > img {
	padding: 4px;
}

/* ================================================================================= */
/* TESTIMONIALS */
/* ================================================================================= */

#testimonials {
	display: block;
	position: relative;
	padding: 0;
	width: 100%;
	height:  auto;
	font-family: var(--sans);
	color: rgba(255,255,255,.7);
	text-align: center;
/*
	background-image: url(/salmoncatcher_wp/wp-content/uploads/2026/01/slide-beach.jpg) !important;
	background-size: 100% auto !important;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
*/
	background: var(--black);
/*	background: #4270b3 url(/salmoncatcher_wp/wp-content/uploads/2026/01/slide-boats.jpg) center bottom no-repeat;*/
	background-size: 100% auto;
	box-sizing: border-box;
	overflow: hidden;
}
#testimonials .swiper-wrapper {
	height: 100%;
}
#testimonials .video-wrap {
	position:  absolute;
	top: 0;
	opacity: .5;
}
#testimonials .swiper-pagination {
	left: 2.5% !important;
	bottom: 40px !important;
	text-align: left;
}
.quotation-mark {
	display: block;
	position: absolute;
	font-family: var(--sans);
	font-size: 12rem;
	font-weight: 300;
	color: #ccc;
	top: 20%;
	z-index: 9999;
}
.quotation-mark.left {
	left: 5%;
}
.quotation-mark.right {
	right: 5%;
}
.testimonial-content {
	display: grid;
	display: block;
	grid-template-columns: 1fr 1fr; /* just in case */
	align-items: center; /* just in case */
	grid-gap: 0%; /* just in case */
	padding: 17.5% 15% 20%;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
}
.swiper-slide.testimonial {
	height: 100%;
	background: url(/wp-content/uploads/2026/01//hero01.jpg) center top no-repeat;
	background-size: 100% auto;
}
#testimonials p {
	margin-bottom: 1.4rem;
	font-family: var(--fonts), serif;
	font-size: 200%;
	font-weight: 300;
	color: rgba(255,255,255,.8);
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.6;
}
#testimonials p strong {
	font-family: var(--sans);
	font-size: 115%;
	font-weight: 600;
	color: rgba(255,255,255,.9);
	line-height: 1.7;
}
#testimonials .name {
	display: block;
	margin: 0 0 .2rem;
	font-family: var(--sans);	
	font-size: 110%;
	font-weight: 600;
	color: #fff;
	color: rgba(255,255,255,.8);
	letter-spacing: 1px;
	text-transform: uppercase;
}
#testimonials .location {
	font-family: var(--sans);	
	font-size: 100%;
	font-weight: 500;
	color: rgba(255,255,255,.6);
	text-transform:  none;
}
#testimonials .stars {
	display:  block;
	margin: 0 0 2rem;
	font-size: 90%;
	color: var(--yellow);
	letter-spacing: 8px;
}
#testimonials small {
	font-size: 90%;
}
@media only screen and (max-width: 1840px) {
	#testimonials p {
		font-size: 190%;
	}
}
@media only screen and (max-width: 1680px) {
	.testimonial-content {
		padding: 15% 12.5% 17.5%;
	}
	#testimonials p {
		font-size: 175%;
	}	
	#testimonials .swiper-pagination {
		bottom: 32px !important;
	}
	.quotation-mark {
		top: 20%;
	}
}
@media only screen and (max-width: 1440px) {
	.testimonial-content {
		padding: 12.5% 10% 15%;
	}
	#testimonials .swiper-pagination {
		left: 20px;
		bottom: 24px !important;
	}
	.quotation-mark {
		top: 17.5%;
		font-size: 8rem;
	}
	.quotation-mark.left {
		left: 3.5%;
	}
	.quotation-mark.right {
		right: 3.5%;
	}
	#testimonials p {
		font-size: 160%;
	}
}

/* ================================================================================= */
/* BADGES
/* ================================================================================= */

.badges,
.amenities {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	font-family: Oswald, var(--sans);
	font-weight: 500;
	font-size: 105%;
	letter-spacing: 1px;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
}
.amenities.left {
	justify-content: flex-start;
}
.amenities.alternate {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2%;
}
.amenities.alternate span {
	align-items: flex-start;
	margin: 0 !important;
	text-align: left;
}
.amenities.alternate div {
	margin-top: .2rem !important;
}
.amenities.alternate i {
	margin-right: .6rem;
	font-size: 210% !important;
	color: var(--aqua);
}
.amenities.alternate small {
	display: block;
	margin: .3rem 0 0;
	font-family: "Libre Franklin", Inter, sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}
.amenities.vertical {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	font-size: 110%;
	letter-spacing: 1px;
	line-height: 1.35;
}
.amenities.vertical.jumbo {
	display: grid;
	font-size: 120%;
}
.amenities.vertical > *,
.amenities.vertical > *:hover {
	display: block;
	margin: 0;
}
.amenities.vertical i {
	margin-bottom: .5rem;
	font-size: 320% !important;
}
.amenities.vertical.jumbo i {
/*	font-size: 400% !important;*/
}
.amenities.vertical small {
	display: block;
	margin: .3rem auto 0;
	font-family: Inter, "Libe Franklin";
	font-size: 82.5%;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
	line-height: 1.5;
}
.badges.left {
	justify-content: space-between;
	text-align: center;
}
.badges.left > * {

}
.badges.left > *:last-child {
	margin-right: none;
}
.badges.left > div:first-child img {
/*	height: 110px;*/
}
.badges a {
	display: block;
	position: relative;
	margin: 0 15px;
	width: auto;
	height: auto;
	color: rgba(255,255,255,.8);
	text-align: center;
	vertical-align: middle;
}
.badges a:hover {
	transform: scale(1.1);
}
.badges img {
	display: block;
	width: auto;
	max-width: none;
	width: auto;
	height: 48px;
/*	opacity: .7;*/
	border-radius: 0 !important;
}
.badges.xs img {
	height: 84px;
}
.badges.sm img {
	height: 108px;
}
.badges.jumbo img {
	height: 240px;
}
@media (max-width: 1680px) {
	.badges img {
		height: 44px;
	}
	.badges.left img {
		height: 72px;
	}	
	.badges.xs img {
		height: 72px;
	}
	.badges.jumbo img {
		height: 210px;
	}
}
@media (max-width: 1560px) {
}
@media (max-width: 1440px) {
	.badges,
	.amenities {
		font-size: 95%;
	}
	.badges.left img {
		height: 64px;
	}	
	.badges img {
		height: 40px;
	}
	.badges.xs {
		height: 64px;
	}
	.badges.jumbo img {
		height: 180px;
	}
}
.amenities.left {
	justify-content: flex-start;
	text-align: left;
}
.amenities.left > *:first-child {
	margin-left: 0;
}
.amenities > *,
.amenities > *:hover {
	display: flex;
	align-items: center;
	margin: 0 .75rem;
	padding: 0;
	height: auto;
	text-decoration: none;
}
.amenities i {
	display: block;
	margin: 0 .4rem 0 0;
	font-size: 150% !important;
	font-weight: 300 !important;
	color: var(--accent);
}
.bg-dark .amenities a,
.bg-dark.amenities span {
	color: rgba(255,255,255,.9)!important;
}
.bg-dark .amenities i,
.amenities.bg-dark i {
	color: rgba(255,255,255,.5) !important;
	color: var(--off) !important;
}
i.material-symbols-outlined.jumbo {
	font-size: 480% !important;
	color: var(--primary) !important;
}

/* ================================================================================= */
/* SIDEBARS
/* ================================================================================= */

#sidebar {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	color: var(--transparent);
  	line-height: 1.6;
	background: var(--black);
	background-size: 150% auto;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
}
#sidebar header {
	position:  relative;
	padding-bottom: 62%;
	font-size: 87.5%;
	background: #205691 url(/wp-content/uploads/2026/01/bg-sidebar.jpg) center bottom no-repeat;
	background-size: 100% auto;
	z-index: 9999;
}
#sidebar header > div {
	position: absolute;
	left: 34%;
	width: 60%;
}
#sidebar h5 {
	font-size: 115%;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#sidebar small {
	display: block;
	margin-top: .3rem;
	font-size: 90%;
	line-height: 1.5;
}
#sidebar header span {
	position:  absolute;
	top 0;
	left: 0;
	width: 100%;
}
#sidebar header img {
}
/*
#sidebar header > div > * {
	margin: 0 0 3px !important;
	font-size: 90%;
}
*/
#sidebar header a.btn {
	display: inline-flex;
	grid-columns: span 3;	
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 5%;
	width: 90%;
	font-size: 120%;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-transform:  uppercase;
	text-decoration: none;
	background: var(--off);
	border-radius: 3px;
}
#sidebar header a.btn:hover {
	background: var(--primary) !important;
}
#sidebar a {
	color: #fff;
}
#sidebar a.btn {
	display: flex;
	align-items: center;
	position:  relative;
	margin: 0;
	width: auto;
	font-family: Oswald, var(--sans);
	font-size: 107.5%;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	background: var(--off);
	border-radius: 0;
/*	border-radius: 4px;*/
}
@media only screen and (max-width: 1720px) {
	#sidebar a.btn {
		font-size: 105%;
	}
}
@media only screen and (max-width: 1440px) {
}
#sidebar a.btn:hover {
	color: #fff;
	background: var(--red) !important;
	transform: scale(1) !important;
}
#sidebar a.btn i {
	margin: 0 .8rem 0 0 !important;
	font-size: 200% !important;
	color: rgba(255,255,255,.666);
	color: var(--transparent);
}
#creditcards {
	display: block;
	position: relative;
	margin: .8rem 0 0;
	max-width: 210px;
}
#sidebar td {
	padding: .1rem .8rem .1rem 0;
}
#sidebar article {
	font-size: 95%;
	background: var(--aqua) url(/wp-content/uploads/2026/01/bg-topical.png) left top;
	background-size: 500% auto;
/*	background: var(--accent);*/
/*
	padding-top: 65% !important;
	background: #0f4b86 url(/salmoncatcher_wp/wp-content/uploads/2026/01/bg-sidebar02.jpg) center top no-repeat;
	background-size: 100% auto;
*/
}
#sidebar .caption > *:first-child {
	margin: 0 0 .3rem;
	font-family: var(--fonts);
	font-size: 100%;
	font-weight: 300;
	color: #fff;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#sidebar .caption .excerpt {
	font-size: 90%;
}
a#brochure.btn {
	display: block !important;
	position: relative !important;
	text-align: left !important;
	color: #fff !important;
	font-size: 120% !important;
	text-transform: uppercase !important;
	background: var(--off) !important;
	border-radius: 4px !important;
}
a#brochure.btn:hover {
	background: var(--accent) !important;
}
a#brochure span {
	font-family: var(--fonts) !important;
	color: #fff !important;
}
#brochure small {
	display: block;
	font-size: 90%;
	text-transform: none;
}
#brochure img {
	position: absolute;
	right: -5px;
	bottom: 0;
	width: 37.5%;
}

/* ================================================================================= */
/* FOOTER
/* ================================================================================= */

#footer-wrap {
	display: block;
	position: relative;
	margin: 0 auto;
/*
	padding: 3rem 4% 8rem;
	padding: 44% 4% 8rem;
*/
	width: 100%;
	color: rgba(255,255,255,.666);
	box-sizing: border-box;
	z-index: 1;
}
.home #footer-wrap {
/*	padding: 56% 4% 8rem;*/
}
footer#footer-wrap {
	display: grid;
	grid-template-columns: 1fr 4fr 3fr 2fr;
	justify-content: space-between;
	grid-gap: 3%;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}
@media (max-width: 1440px) {
	footer#footer-wrap {
		grid-template-columns: 3fr 8fr 5fr 1fr;
		grid-gap: 1%;
	}
}
.copyright {
}
.copyright > img {
	position: relative;
	margin: 0 auto 30px;
	width: 10%;
	max-width: 320px;
	min-width: 240px;
	height: auto;
/*	filter: brightness(0) invert(1);*/
	opacity: .8;
}
#footer-wrap p {
	font-size: 90%;
	font-weight: 400;
}
a#branding {
	display: grid;
	justify-items: flex-end;
	position: relative;
	padding: 0;
}
a#branding img {
	max-width: 240px;
}

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

#bookingform,
#contactform {
	display: block;
	position: relative;
	margin: 0;
	padding-top: 0;
	margin: 2rem auto;
	width: auto;
	height: auto;
    border-top: 3px var(--off) solid;
	box-sizing: border-box;
}
#contactform label,
#contactform .legend {
	font-family: "Libre Franklin", sans-serif;
	font-size: 90%;
	color: #333;
}
#contactform label span {
	font-family: "Libre Franklin", arial, sans-serif;
	font-size: 77.5%;
	font-weight: 600;
	color: #484848;
	text-transform: uppercase;
}
#contactform select {
	margin-right: 0 !important;
	width: 100% !important;
	height: 36px;
}
#contactform legend {
	font-family: var(--fonts), Inter, "Libre Franklin", var(--sans), Georgia, serif;
	font-weight: 600;
	font-size: 130%;
	color: var(--brown);
}

/* ================================================================================= */
/* TABLES  */
/* ================================================================================= */

.custom-table {
	margin: 1rem 0 1.6;
    width: 100%;
	font-family: "Libre Franklin", Inter, sans-serif;
	font-size: 100%;
	line-height: 1.5;
    border-top: 3px var(--off) solid;
    border-collapse: collapse;
}
.highlight {
	font-family: var(--fonts);
	font-size: 180%;
	font-weight: 900;
	color: var(--aqua);
	line-height: 1.1;
}
table.alternate-rows tr:nth-child(even) {
	background: rgba(0,0,0,.0333) !important;
}
table.top th, 
table.top td {
	vertical-align: top;
}
#slide-campground article{
	width: 100%;
}
@media only screen and (max-width: 1366px) {
/* 	table.top td {
		display: block;
		width: 100%;
	} */
}

@media(max-width: 900px){
	.table_scroll{
		overflow: auto;
		width: 100%;
	}
	.table_scroll .custom-table{
		width: 900px;
	}
}
.custom-table:first-child {
	margin-top: 0;
}
.custom-table:last-child {
	margin-bottom: 0;
}
.custom-table th,
.custom-table td {
    padding: 1.6rem .8rem;
    text-align: left;
    border-bottom: 1px rgba(0,0,0,.1) solid;
}
.custom-table tr:last-child td {
    border-bottom: 1px rgba(0,0,0,.1) solid;
}
.custom-table tr:last-child  td {
/*    border-bottom: none;*/
}
.custom-table th {
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.3;
}
.custom-table th small {
	display: block;
	margin-top: .2rem;
	font-family: "Libre Franklin", Inter;
	font-weight: 300;
	font-size: 75%;
}
.custom-table td {
	font-size: 95%;
}
.custom-table td.border-right {
	border-right: 1px rgba(0,0,0,.1) solid;
}
.custom-table.center th,
.custom-table.center td {
	text-align: center;
}
.custom-table.center td {
	text-align: center;
}
.custom-table.borders td:nth-child(2) {
	border-left: 1px rgba(0,0,0,.1) solid;
}
.custom-table h3 {
	font-size: 155%;
	color: var(--black);
}

/* FOO Gallery */

.fg-default{
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

	.fg-image-wrap .fg-image{
		width: 100% !important;
	}
.foogallery .fg-item-inner:hover{
	outline: 4px var(--accent) solid;
	transition: all 0.1s ease-in;
}
.grecaptcha-badge{
	z-index: 99999;
}

/* Used in all theme */

@media (min-width: 1024px) and (max-width: 1100px) {
	#main-header .menu a {
        font-size: 95% !important;
	}
}

.home .menu i {
	color: #fff !important
}
.menu a {
	font-family: Oswald, var(--fonts) !important;
/* 	font-size: 115% !important; */
     text-transform: uppercase !important;
} 
#site-navigation {
	display: flex;
	margin: 0 auto;
	max-width: 1520px;
	padding: 0 16px;
	justify-content: center;
	align-items: center;
}

.menu-item-has-children::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    font-family: "Material Symbols Outlined";
    font-weight: 300;
    color: var(--accent);
    transform: translate(-50%, 55%);
    font-size: 180% !important;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.sub-menu {
  height: auto !important;
}
.single-content-wrapper {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 16px;
} 
.single-content-wrapper article {
	border-top: 0px !important;
}
#wpadminbar #adminbarsearch .adminbar-button {
	display: none !important;
}
@media(max-width: 1024px){
.menu {
	display: none
}	
	#site-navigation {
		justify-content: space-between;
	}
	  .menu-item-has-children:hover  .sub-menu {
    display: none !important;
  
}

}
@media(min-width: 1025px) {
	.phone-number-mobile,
	.hamburger-menu,
	.mobile-menu {
		display: none;
	}
	.mobile-menu-wrapper {
		  

    left: -250px !important;
	}


}
/* 	.mobile-menu-wrapper {
	  w
	} */
.mobile-menu .sub-menu {
	position: relative;
	width: 100%;
	left: 0;
	background: transparent;
} 

.mobile-menu .menu-item-has-children::after {
	top: -35px;
	bottom: auto;
	right: 0;
	left: auto;
}
.mobile-menu a {
	text-decoration: none;
	color: var(--black) !important;
	font-family: Oswald, var(--fonts) !important;
	font-size: 16px;
	text-align: left;
	display: block;
	text-transform: uppercase;
}
.mobile-menu .sub-menu {
  display: none;
}

.mobile-menu .menu-item-has-children.is-open > .sub-menu {
  display: block !important;
}
.mobile-menu-wrapper {
	background: #fff;
    position: fixed;
	max-width: 250px;
     width: 100%; 
    z-index: 99999;
    padding: 60px 20px;
    top: 0px;
    left: -250px;
    height: 100%;
}
.hamburger-menu svg,
.phone-number-mobile svg,
.mobile-menu-close svg {
	width: 34px;
}
.hamburger-menu,
.phone-number-mobile,
.mobile-menu-close {
	background: transparent;
	border: 0px;
}

.mobile-close-btn-wrapper {
	text-align: end;
}

/* Visible when active */

@media(max-width: 1024px) {
	.home #main-header.overlay {
		position: relative !important;
	}
	
	.mobile-menu-wrapper.is-open {
  /* width: 250px !important; */
	left: 0 !important;
}
.mobile-menu-wrapper  {
	transition: left .3s ease-in-out;
}
	.contact-info div:first-child,
	.contact-info div:nth-child(2) {
		display: none;
	}


	.dim {
		position: relative !important;
		height: 320px !important;
	}
	.home .hero,
	.slideshow {
      height: 100% !important;
	  padding: 0 !important;
	}
	.page-template-default .drag-center {
		position:  relative !important;
		height: 100%;
		left: 0;
	}
	.hero .swiper-wrapper {
       position:  relative !important;
	}
	.title,
	h1  {
		font-size: 300%;
	}


#footer-wrap #branding {
	grid-column: span 4;
	justify-items: center;
}
#footer-wrap .footer-map {
	grid-column: span 2;
}

}

@media (max-width: 767px) {
		.title {
		font-size: 230%;
	}
	#footer-wrap {
		grid-template-columns: 1fr !important;
		grid-gap: 30px !important;
	}
	#footer-wrap #branding {
	grid-column: span 1;
	justify-items: center;
}
#footer-wrap .footer-map {
	grid-column: span 1;
}
#footer-wrap > img {
	max-width: 200px;
}
	.page-id-178 article .post{
		grid-template-columns: 1fr;
	}


}


/* ================================================================================= */
@media (max-width: 1024px) {

.badges img.xxs-img {
	height: 32px;
}
}
a {
	text-decoration: none !important;
}

/* .menu a {
	font-size: 16px !important;
} */

@media(max-width: 990px){
		#content{
		display: block;
		grid-template-columns: 1fr;
		justify-items: center;
	}
	#sidebar {
		max-width: 360px;
		margin-top: 40px !important;
	}
		.postid-596 .post h1{
		font-size: 28px;
		line-height: 120%;
	}
}
@media (max-width: 575px) {

.badges img.xxs-img {
	height: 20px;
}
		.fg-default{
		grid-template-columns: 1fr 1fr;
	}
	#slide-cabin{
		background-size: 160% auto;
		padding-bottom: 45%;
	}
	.page-id-2 .custom-table td{
		display: block;
		width: 100%;
	}
}

@media (max-width: 375px) {

.badges {
	height: 20px;
	flex-direction: column;
	gap: 30px;
}
}