/*!
Theme Name: compression
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: compression
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.

compression is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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.
*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;300;400;500;600;700&family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@100;200;300;400;500;700;900&display=swap');
/*@import url('https://use.typekit.net/yae8laj.css');*/
@import url('https://use.typekit.net/uib8zlp.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');

:root {
	--black: #423e3c;
	--black: #282a42;
	--black: #2b1c50;
	--primary: #193261;
	--primary: #2d3539;
	--primary: #282a42;
	--primary: #3d2e7c;
	--primary: #433482;
	--primary: #403681;
	--accent: #b63b3b;
	--accent: #ac3434;
	--accent: #625df5;
	--off: #78331b;
	--off: #bbbdf2;
	--off: #93c9dd;
	--outline: #d1d1f7;
	--outline: #88d1eb;
	--outline: #d1e1f7;
	/*	--outline: #b6dbf2;*/
	--blue: #1e608c;
	--navy: #2a2f3c;
	--tradblue: #1e508c;
	--tall: #025585;
	--aqua: #016b8e;
	--green: #397c5c;
	--green: #0b6570;
	--red: #b04e4b;
	--tradred: #9f4747;
	--darkred: #8b2a2a;
	--orange: #c3652d;
	--burntorange: #863f1a;
	--brown: #4e3c2e;
	--brown: #504339;
	--yellow: #f4c050;
	--white: #eaeaf0;	
	--gray: #dae0e8;
	--gray: #c1c5c9;
	--gray: #bbcdd5;
	--gray: #d1e1f7;
	--tan: #a5a39d;
	--tan: #b8b7ae;
	--transparent: rgba(255,255,255,.7);
	--fonts: area-normal, basic-sans, adobe-garamond-pro, gin, modesto-expanded, futura-pt, adobe-garamond-pro, futura-pt, "Libre Franklin", sans-serif;
	--ui: Roboto, futura-pt, oswald, "Libre Franklin", sans-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:  var(--ui), "Libre Franklin", Georgia, "Times New Roman", "serif";
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
	color: #212121;
	background: var(--black);
	background: #2b2241;
}
@media only screen and (max-width: 1680px) {
	body {
		font-size: 17.5px;
	}
}
@media only screen and (max-width: 1440px) {
	body {
		font-size: 17px;
	}
}
.color-accent {
	color: var(--accent);
}
.color-red {
	color: var(--red);
}

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

.title,
.lead,
h1 {
	display: block;
	margin: 1rem 0;
	font-family: var(--fonts);
	font-weight: 300;
	line-height: 1.15;
}
.title {
	font-family: var(--fonts);
	font-family: roca, futura-pt, gastromond;
	font-size: 3.2rem;
	font-weight: 800;
	color: var(--black);
	line-height: 1.15;
	letter-spacing: -1px;
}
.lead {
	margin: 1rem 0;
	/*	font-family: var(--alternative);*/
	font-size: 1.95rem;
	color: var(--primary);
	/*
	text-transform: uppercase;
	letter-spacing: 0.5px;
	*/
}
h1 {
	margin: 1rem 0;
	font-family: var(--alternative);
	font-size: 2.8rem;
	color: var(--black);
}
h2 {
	margin: 1.2rem 0;
	font-family: roca, futura-pt, gastromond;
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--black);
	line-height: 1.1;
	letter-spacing: -1px;
}
.post h2 {
	color: var(--primary);
}
h2 a {
	color: var(--accent);
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	display: block;
	margin: 1rem 0;
	font-family: var(--fonts);
	font-size: 120%;
	font-weight: 600;
	color: var(--primary);
	letter-spacing: 0px;
}
@media only screen and (max-width: 1920px) {
	.title {
		font-size: 2.95rem;
	}
}
@media only screen and (max-width: 1720px) {
	.title {
		font-size: 2.9rem;
	}
	h2 {
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 1560px) {
	.title {
		font-size: 2.6rem;
	}
	.lead {
		font-size: 1.8rem;
	}
	h1 {
		font-size: 2.6rem;
	}
	h2 {
		font-size: 2.1rem;
		line-height: 1.2;
	}
	h3 {
		font-size: 115%;
	}
}
@media only screen and (max-width: 1360px) {
	.title {
		font-size: 2.4rem;
	}
}
h4 {
	display: block;
	margin: 1rem 0;
	font-family: var(--fonts);
	font-size: 110%;
	font-weight: 600;
	color: var(--primary);
	letter-spacing: 0px;
	text-transform: none;
}
h5 {
	display: block;
	margin: 1rem 0;
	font-family: var(--fonts);
	font-size: 140%;
	font-weight: 400;
	color: var(--blue);
	letter-spacing: 0px;
	line-height: 1.4;
	text-transform: none;
}
h6 {
	display: block;
	margin: 0 0 1.2rem;
	font-family: var(--fonts);
	font-size: 70%;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.25;
}
.subheading {
	display: block;
	font-family: var(--fonts);
	/*	font-family: var(--alternative);*/
	font-size: 160%;
	font-weight: 600;
	line-height: 1.2;
	color: var(--primary);
	letter-spacing: 0px;
	text-transform: none;
}
.tagline {
	display: block;
	margin: 1rem 0;
	font-size: 110%;
	color: var(--primary);
	font-family: var(--ui);
	font-weight: 500;
	line-height: 1.4;
	/*	letter-spacing: 3px;*/
	/*	text-transform: uppercase;*/
}
.byline {
	font-weight: 600;
}
@media only screen and (max-width: 1366px) {
	h4,
	.subheading {
		font-size: 1.05rem;
	}	
	h5 {
		font-size: 1.025rem;
	}
}
.bg-dark .tagline {
	color: var(--transparent);
}
.bg-dark .title,
.bg-dark .lead,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
h6,
.bg-dark .subheading {
	color: #fff !important;
}
.bg-white {
	background: #fff;
}
/*.title:first-child,*/
.lead:first-child,
h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
p:first-child,
.tagline {
	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;
}
.content p strong {
	color: #333;
	font-weight: 700;
}
.jumbo {
	font-size: 115%;
	font-weight: 900;
	line-height: 1.4;
}
small {
	font-size: 80%;
}

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

a {}

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

#container {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: auto;
	/*	max-width: 1920px;*/
	/*	background: var(--gray);*/
	/*	border-top: 4px var(--accent) solid;*/
	border-radius: 8px 8px 0 0;
	box-sizing: border-box;
	z-index: 1;
}
@media only screen and (max-width: 1920px) {
	#container {
		border-radius: 0;
	}
}
#connect {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 21%;
	align-items: auto;
	justify-content: ;
	position: relative;
	position: absolute;
	margin: 0 auto;
	padding: .6rem .8rem;
	width: 100%;
	max-width: 1920px;
	height: auto;
	font-family: "Libre Franklin", futura-pt, "Libre Franklin"; /* Just in case body font changes */
	/*	background: #09f;*/
	box-sizing: border-box;
	z-index: 2;
}
#connect.bg-dark {
	padding-right: 3%;
	padding-left: 3%;
	justify-content: space-between !important;
}
header > #connect,
nav > #connect {
	position: absolute;
	padding: 1rem 1.8rem .2rem;
}
.company-info,
.contact-info {
	display: flex;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
.company-info {
	justify-content: flex-end; 
	padding: 0;
	text-align: left;
}
.company-info a {
	display: flex;
	align-items: center;
	color: var(--transparent);
	color: var(--primary);
	text-decoration: none;
}
.company-info i {
	font-size: 200% !important;
	color: var(--accent);
	transition: all .2s ease-in;
}
.company-info a:hover i {
	color: var(--off);
	transform: rotate(-180deg);
}
.company-info i,
.company-info span {
	margin: 0 .6rem 0 0;
}
.company-name,
.company-description {
	font-size: 82.5%;
}
.company-name {
	font-weight: 600;
	color: #fff;
	color: var(--primary);
}
.company-description {
	font-weight: 500;
	color: var(--neutral);
	color: rgba(0,0,0,.666);
}
.contact-info {
	justify-content: flex-start; 
}
@media only screen and (max-width: 1560px) {
	#connect {
		justify-content: space-between;
		grid-gap: 40px
	}
	.company-info {
		justify-content: flex-start;
	}
	.contact-info {
		justify-content: flex-end;
	}
	.company-name,
	.company-description {
		font-size: 85%;
	}
}
@media only screen and (max-width: 1440px) {
	#connect.bg-dark {
		padding-right: 25px;
		padding-left: 25px;
	}
}
a#phone-number,
a#phone-alt {
	display: flex !important;
	align-items: center;
	position: relative;
	margin: 0 .5rem;
	padding: .8rem;
	padding-right: 1rem;
	width: auto;
	height: auto;
	font-family: var(--alternative);
	font-size: 100%;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 1;
	background: var(--accent);	
	border-radius: 40px;
}
a#phone-alt {
	color: var(--primary);
	background: #cdd9f2;
}
a#phone-number:hover {
	color: #fff;
	background: var(--primary);
}
a#phone-alt:hover {
	background: #b9ccf4;
}
a#phone-number i,
a#phone-alt i {
	position:  relative !important; /* trust me */
	left: auto !important; /* trust me */
	bottom: auto !important; /* trust me */
	margin: 0 .4rem 0 0;
	padding: 0;
	font-size: 110% !important;
	color: #fff; /* trust me */
	transform: none !important; /* trust me */
	opacity: .75;
}
a#phone-alt i {
	color: var(--primary);
}
.bg-dark .company-info i {
	color: var(--accent) !important;
	/*	color: var(--transparent) !important;*/
}
.bg-dark .company-name {
	color: #fff !important;
}
.bg-dark .company-description {
	color: var(--transparent) !important;
}
.bg-dark a#phone-number {
	background: var(--accent);	
}
.bg-dark a#phone-number:hover {
	background: var(--off);
}
.bg-dark .social-media {
	font-size: 140%;
}
.bg-dark .social-media a {
	margin: 0 1.4rem 0 0 !important;
	line-height: 1;
	color: var(--accent) !important;
}
.bg-dark .social-media a:hover {
	color: #fff !important;
	transform: none;
}
#company-email {
	display: flex;
	align-items: center;
	margin-right: 1.4rem;
	position: relative;
	/*	padding: .4rem 1rem;*/
	font-size: 82.5%;
	font-weight: 600;
	color: var(--transparent);
	text-decoration: none;
	/*	background: var(--primary);*/
	/*	border-radius: 80px;*/
	cursor: pointer;
	overflow: hidden;
}
a#company-email:hover span {
	color: var(--accent);
	color: #fff;
}
#company-email i {
	margin: 0 .4rem 0 0;
	padding: 0;
	color: var(--accent);
	font-size: 160% !important;
	font-weight: 500 !important;
	transform: none !important;
}
a#company-email:hover i {
	color: var(--accent);
}

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

#main-header {
	display: block;
	position: relative;
	left: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: var(--alternative);
	background: var(--gray);
	background: #edf1f6;
	background-size: 100% auto;
	z-index: 2;
}
#main-header:after {
	content: "";
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:  url(images/bg-brush.png) center top no-repeat;
	background-size: 100%;
	transform: translateY(71%);
}
.home #main-header {
	border-bottom: none;
}
@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;
	top: 5px;
	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  */
/* ================================================================================= */

#site-navigation {
	display: grid;
	grid-template-columns: 20% 1fr;
	grid-gap: 2%;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	padding: 1.5rem 10%;
	width: auto;
	height: auto;
	font-family: "Libre Franklin", var(--ui);
	font-size: 100%;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	box-sizing: border-box;
	z-index: 1;
}
@media only screen and (max-width: 1720px) {
	#site-navigation {
		padding: 1.4rem 5%;
		font-size: 95%;
	}
}
@media only screen and (max-width: 1560px) {
	#site-navigation {
		padding: 1.4rem 5%;
		font-size: 87.5%;
	}
}
@media only screen and (max-width: 1440px) {
	#site-navigation {
		grid-template-columns: 240px 1fr;
		padding: 1.2rem 30px;
	}
}
a#logo,
a#logo img {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 !important;
	width: 90%;
	height: auto;
	transition: all .2s ease-in;
	box-sizing: border-box;
}
.menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding: 0;
	height: auto;
	box-sizing: border-box;
	z-index: 2;
}
@media only screen and (max-width: 1440px) {
	.menu {
	}
}
.menu:nth-of-type(2) {
	justify-content: flex-start;
}
.menu li {
	display: block;
	position: relative;
	margin: 0;
}
.menu li#item-21 {
	font-size: 130%;
	font-variant: normal;	
	font-weight: 200 !important;
}
.menu li#item-21 i {
	font-weight: 200 !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(--transparent);
	color: var(--black);
	text-align: center;
	text-decoration: none;
}
.overlay .menu a {
	color: #fff;
}
.menu a:hover {
	color: var(--accent);
}
.overlay .menu a:hover {
	color: var(--transparent);
}
.menu i {
	margin: 0 0 .4em;
	margin: 0;
	font-size: 180% !important;
	font-weight: 400 !important;
	/*	color: var(--transparent);*/
	/*	color: var(--accent);*/
	transition: all 0.1s ease-in;
}

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

.sub-wrapper:after {
	content: '\e5cf';
	position:  absolute;
	left: 50%;
	bottom: 0;
	font-family: 'Material Symbols Outlined';
	font-size: 150% !important;
	font-weight: 300;
	color: var(--accent);
	/*	color: var(--transparent);*/
	transform: translate(-50%, 60%);
}
.sub-menu {
	display: none;
	position: absolute;
	top: 92.5%;
	left: 0;
	margin: 0;
	padding: .5rem 0;
	width: 240px;
	height: 0;
	font-size: 95%;
	background: var(--primary);
	border-radius: 4px;
	box-sizing: border-box;
	z-index: 2;
}
.sub-wrapper:hover .sub-menu {
	display: block;
	height: auto;
	opacity: 1;
}
.sub-menu li {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	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;
	font-size: 95%;
	font-weight: 400;
	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;
	width: 100%;
	height: auto;
	background: var(--outline);
	overflow: visible;
	z-index: 1;
}
.hero video {
	position:  absolute;
	top: -1px;
	leftL 0;
	width: 100.5%;
	height: 100.5%;
}
.hero a.btn {
	width: auto;
}
.hero p {
	margin: 15px 0;
	padding: 0;
	width: 90%;
}
.hero .drag-center p {
	margin: 15px auto;
}

/* ---------------------------------------- Splash ---------------------------------------- */ 

#crop {
	background: url(images/slide01.jpg) center no-repeat;
	background-size: 100% auto;
}
.splash {
	background: var(--blue);
}

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

.content {
	position: relative;
	margin: 0 auto;
	padding: 5rem 10%;
	box-sizing: border-box;
}
.content.thin {
	padding-right: 18%;
	padding-left: 18%;
}
@media only screen and (max-width: 1680px) {
	.content {
		padding-top: 4.2rem;
		padding-right: 8%;
		padding-left: 8%;
	}
	.content.thin {
		padding-right: 15%;
		padding-left: 15%;
	}
}
@media only screen and (max-width: 1440px) {
	.content {
		padding-top: 3.6rem;
		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 {
}
.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);
}
.subheading,
.excerpt {
	display: block;
}
.excerpt {
	margin: 0;
	/*	font-family: "Libre Franklin", futura-pt, "Futura PT", sans-serif;*/
	font-size: 90%;
}
.excerpt:nth-child(2) {
	margin: .5rem 0 0;
}
.bg-dark .excerpt {
	color: var(--transparent);
}
*:has(.excerpt) .subheading {
	margin: 0 0 .8rem !important;
	font-size: 135%;
	color: var(--black);
}
*:has(.subheading) .excerpt {
	margin: .3rem 0 0;
}
.number {
	position: relative;
	margin: 0 auto 1.2rem;
	width: 100px;
	height: 100px;
	font-size: 200%;
	color: var(--primary);
	border: 3px #09f solid;
	border-radius: 100%;
}
.split-1-1-1 > *:nth-child(2) .number {
	border: 3px #625df5 solid;
}
.split-1-1-1 > *:nth-child(3) .number {
	border: 3px #9A2785 solid;
}
.number span {
	display: grid;
	align-items: center;
	justify-content: center;
	position:  absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

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

.annotation {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: .6rem;
	color: #fff;
	line-height: 1.45;
	text-align: center;
	background: var(--red);
	border-radius: 3px;	
	transform: translate(-20%, -50%);
	z-index: 2;
}
.annotation small {
	display: block;
	font-size: 72.5%;
	text-transform: uppercase;
}
.annotation strong {
	font-size: 130%;
	font-weight: 500;
}

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

#featured {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	position: relative;
	padding: 0;
	text-align: center;
	background-size: 100% auto;
}
#featured a.bg-black:hover {
	text-decoration: none;
	background: var(--off) !important;
}
#featured a.column,
#featured .column {
	color: inherit;
	text-decoration: none;
	border-radius: 8px;
	/*	box-shadow: 0 0 40px 0px rgba(0,0,0,.2);*/
	overflow: hidden;
} 
#featured .column .caption {
	background: #e9ecf0;
}
#featured span.btn {
	/*	display: none;*/
	display: block;
	padding: .6rem .6rem;
	width: 100%;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: .2rem;
}
#featured a span.btn {
	/*	background: var(--off) !important;*/
}
#featured a:hover span.btn {
	background: var(--black) !important;
}
#faq {
}
#brochure-wrap {
	position:  relative;
	margin: 0 auto 0;
	z-index: 2;
}
#brochure-wrap:before,
#brochure-wrap:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	background: var(--off);
	z-index: -1;
}
#brochure-wrap:after {
	top: 50%;
	height: 50%;
	background: var(--black);
	background: #2b2241;
}
#brochure {
	margin: 0;
	background: var(--primary);
}
.texture:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 10%;
	width: 100%;
	height: 0; 
	background: url(images/bg-texture.png) center top;
	background-size: 100%;
	z-index: -1;
}
#carousel {
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	/*	background: var(--tall) url(images/slide-tall02.jpg) center bottom no-repeat;*/
	background: var(--tall);
	background-size: 100% auto;
}
#carousel .swiperCarousel {
	overflow: hidden;
}
.bg-paper {
	background: #c5c5c3 url(images/bg-paper02.jpg) center top no-repeat;
	background-size: 150% auto;
}

/* ---------------------------------------- KIDS BUTTON ---------------------------------------- */ 

#crop-fish { 
	display: block;
	position: fixed;
	bottom: 3%;
	right: 2%;
	padding: 0;
	width: 14%;
	color: #fff;
	font-weight; 300;
	text-align: center;
	z-index: 9999;
}
@media only screen and (max-width: 1280px) {
	#crop-fish { 
		display: none;
	}
}
#crop-fish img {
	position: relative;
	margin: 0;
	width: 90%;
	height: auto;
	/*	transform: translateY(8%);*/
	z-index: 2;
}
#crop-fish a {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: .8rem;
	font-family: var(--alternative);
	font-size: 105%;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
	background: var(--red) !important;
	border-radius: 48px;
	z-index: 1;
}
#crop-fish a:hover {
	background: var(--accent) !important;
}
#crop-fish small {
	display: block;
	margin: .5rem 0 0;
	padding: .3rem .6rem;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	background: rgba(255,255,255,.1);
}

/* ---------------------------------------- BLURB ---------------------------------------- */ 

.blurb {
	display: grid;
	position:  relative;
	margin: 0 auto;
	padding: 2rem;
}
.blurb.owner {
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-gap: 3%;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.blurb img {
	margin: 0 auto 1rem;
	max-width: 50%;
	width: auto;
}
.blurb.owner img {
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width: 768px) {
	.blurb.owner {
		display: block;
		text-align: center;
	}
	.blurb.owner img {
		width: 300px;
	}
}
.blurb.owner p {
	margin: 0;
}

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

#testimonials {
	display: block;
	position: relative;
	padding: 0;
	height: auto;
	text-align: center;
	/*	background: url(images/slide-tall.jpg) center bottom no-repeat;*/
	background-size: 100% auto;
	box-sizing: border-box;
}
#testimonials .swiper-pagination {
	bottom: 30px !important;
	padding-right: 4% !important;
	text-align: right;
}
.quotation-mark {
	display: none;
	position: absolute;
	font-family: var(--fonts);
	font-size: 12rem;
	font-weight: 300;
	color: #ccc;
	top: 2rem;
	z-index: 9999;
}
.quotation-mark.left {
	left: 9%;
}
.quotation-mark.right {
	right: 9%;
}
.testimonial-content {
	display: grid;
	grid-template-columns: 1fr 1fr; /* just in case */
	align-items: center; /* just in case */
	grid-gap: 4%; /* just in case */
	grid-gap: 0;
	padding: 0;
	background: var(--primary);
}
.swiper-slide.testimonial {
	/*
	background: url(images/slide-ocean-side.jpg) center top no-repeat;
	background-size: 100% auto;
	*/
}

.testimonials-heading {
	text-align: center;
}

#testimonials p {
	margin-bottom: 35px;
	font-family: var(--fonts);
	font-size: 160%;
	font-weight: 400;
	color: rgba(255,255,255,.7);
	letter-spacing: 0px;
	line-height: 1.5;
}
#testimonials .name {
	display: block;
	margin: 0 0 .6rem;
	font-family: var(--alternative);	
	font-size: 120%;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#testimonials .location {
	font-family: var(--fonts);	
	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: 100%;
	color: var(--yellow);
	letter-spacing: 5px;
}
@media only screen and (max-width: 1440px) {
	.quotation-mark {
		top: 1.5rem;
		font-size: 8rem;
	}
	.quotation-mark.left {
		left: 4%;
	}
	.quotation-mark.right {
		right: 4%;
	}
	.testimonial-content {
		grid-gap: 30px;
		padding: 6% 12.5% 12.5%;
	}
	#testimonials p {
		font-size: 1.2rem;
	}
}

/* Testimonials heart section */

.video-testimonials-wrap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0px;
}

.vp-flex {
	max-width: 257px;
}

@media all and (max-width: 782px) {
	.vp-flex {
		max-width: 155px !important;
	}

}


.video-testimonials-wrap .center {
	text-align: left;
}

.testimonial-videos {
	position: relative;
	overflow: visible !important;
}

.avatars-wrap {
	position: absolute;
	left: 0;
	right: 0;
	/*top: 77px;*/
	top: 135px;
	max-width: 388px;
	margin: 0 auto;
}

.avatars-wrap .avatar-row:not(:last-child) {
	margin-bottom: 12px;
}

.avatar-row {
	display: grid;
	justify-items: center;
	grid-column-gap: 28px;
}

.avatar-row.one {
	grid-template-columns: repeat(4, 1fr);
}

.avatar-row.two {
	grid-template-columns: repeat(3, 1fr);
	max-width: 284px;
	width: 100%;
	margin: 0 auto;
}

.avatar-row.three {
	grid-template-columns: repeat(2, 1fr);
	max-width: 180px;
	width: 100%;
	margin: 0 auto;
}

.avatar-row.four {
	grid-template-columns: repeat(1, 1fr);
}

.avatar-row a {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 2px solid #FACCCC;
}

.avatar-row a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s;
}

.avatar-row a img:hover {
	transform: scale(1.2);
}

.heart-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	height: 100%;
}

.heart-wrap:after {
	content: '';
	background-image: url(https://anglerfishmarketing.com/compression_wp/wp-content/uploads/2024/02/heart-shadow.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	max-width: 482px;
	width: 100%;
	height: 125px;
	position: absolute;
	bottom: -37px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
}

@media all and (max-width: 1480px) {
	.video-testimonials-wrap {
		grid-template-columns: 1fr;
		gap: 0px;
	}
}

@media all and (max-width: 1280px) {
	.video-testimonials-wrap {
		grid-template-columns: 1fr;
	}
	/*
	.avatar-row a {
	width: 60px;
	height: 60px;
}

	.avatars-wrap {
	max-width: 328px;
}

	.avatar-row.two {
	max-width: 244px;
}

	.avatar-row.three {
	max-width: 150px;
}
	*/
	.video-testimonials-wrap p {
		font-size: 18px;
	}
}

@media all and (max-width: 1080px) {
	.video-testimonials-wrap {
		grid-template-columns: 1fr;
	}

	.video-testimonials-wrap .center {
		text-align: center;
	}

	.heart-wrap {
		text-align: center;
		/*	max-width: 500px;*/
		margin: 0 auto;
	}

	.heart-wrap img {
		margin: 0 auto;
	}

	.video-testimonials-wrap p {
		text-align: center;
		width: 100%;
	}
}

@media all and (max-width: 768px) {

	.video-testimonials-wrap {
		padding: 48px 32px !important;
	}

	.heart-wrap:after {
		display: none;
	}

	.video-testimonials-wrap p {
		font-size: 16px;
	}

	.video-testimonials-wrap .title {
		font-size: 32px;
	}

}

@media all and (max-width: 825px) {
	.avatar-row a {
		width: 62px;
		height: 62px;
	}
	.avatar-row {
		grid-column-gap: 5px;
	}

}

@media all and (max-width: 775px) {
	.avatar-row a {
		width: 52px;
		height: 52px;
	}

	.avatar-row {
		grid-column-gap: 10px;
	}


}

@media all and (max-width: 675px) {

	.avatar-row a {
		width: 42px;
		height: 42px;
	}

	.heart-wrap {
		max-width: 325px;
	}

	.avatars-wrap {
		/*top: 47px;*/
		top: 85px;
	}

	.avatars-wrap {
		max-width: 258px;
	}

	.avatar-row {
		grid-column-gap: 20px;
	}

	.avatar-row.two {
		max-width: 180px;
	}

	.avatar-row.three {
		max-width: 110px;
	}

	#testimonial-videos {
		width: 100% !important;
	}

}

@media all and (max-width: 475px) {

	.avatar-row a {
		width: 36px;
		height: 36px;
	}

	.avatar-row {
		grid-column-gap: 0;
	}

	.avatar-row.one {
		max-width: 230px;
		margin: 0 auto;
	}

	.avatars-wrap {
		/*	top: 57px; */
		top: 95px;
	}

}

@media all and (max-width: 375px) {

	.avatars-wrap {
		top: 25%;
	}

	.avatars-wrap .avatar-row:not(:last-child) {
		margin-bottom: 9px;
	}

	.avatar-row.one {
		max-width: 220px;
	}

	.avatar-row.two {
		max-width: 160px;
	}

	.avatar-row.three {
		max-width: 100px;
	}

}

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

.badges,
.amenities {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	font-family: oswald, futura-pt, Oswald, futura-pt;
	font-weight: 500;
	font-size: 95%;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
}
.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;
	height: 130px;
	border-radius: 0 !important;
}
.badges.xs img {
	height: 84px;
}
.badges.jumbo img {
	height: 240px;
}
@media (max-width: 1680px) {
	.badges img {
		height: 108px;
	}
	.badges.xs img {
		height: 72px;
	}
	.badges.jumbo img {
		height: 210px;
	}
}
@media (max-width: 1440px) {
	.badges img {
		height: 84px;
	}
	.badges.xs {
		height: 64px;
	}
	.badges.jumbo img {
		height: 180px;
	}
}
.amenities > *,
.amenities > *:hover {
	display: flex;
	align-items: center;
	margin: 0 1rem;
	padding: 0;
	height: auto;
	text-decoration: none;
}
.amenities i {
	display: block;
	margin: 0 .3rem 0 0;
	color: var(--primary);
}
.amenities.bg-dark i {
	color: var(--transparent) !important;
}

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

#sidebar {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	color: var(--transparent);
	line-height: 1.6;
	background: var(--aqua);
	box-shadow: 0 -80px 120px rgba(0,0,0,.15) inset;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
}
#sidebar header {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 5%;
	align-items: center;
	justify-content: center;
	position:  relative;
	padding: 1.2rem .4rem 50% 6%;
	text-align: left;
	background: var(--tall) url(images/slide-tall.jpg) left bottom no-repeat;
	background-size: 110% auto;
	z-index: 9999;
}
#sidebar header img {
	border-radius: 100%;
}
#sidebar header > div > *:first-child {
	display: block;
	color: #fff;
	font-size: 120%;
	font-weight: 800;
}
#sidebar header > div > * {
	margin: 0 0 3px !important;
	font-size: 90%;
}
#sidebar header a {
	display: flex;
	grid-columns: span 3;	
	justify-content: center;
	align-items: center;
	position:  absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	padding: 1rem .2rem;
	font-size: 105%;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-transform:  uppercase;
	text-decoration: none;
	background: var(--black);
}
#sidebar header a:hover {
	background: var(--off);
}
#sidebar a {
	color: #fff;
}
#sidebar a.btn {
	display: flex;
	align-items: center;
	position:  relative;
	margin: 0;
	padding: 1.2rem 1rem;
	text-align: left;
	background: var(--aqua) !important;
	background: #227c6c !important;
	border-radius: 0;
	/*	border-radius: 4px;*/
}
#sidebar a.btn:hover {
	color: #fff;
	background: var(--accent) !important;
	/*	background: #227c6c !important;*/
}
#sidebar a.btn i {
	margin: 0 .8rem 0 0 !important;
	font-size: 200% !important;
	color: rgba(255,255,255,.666);
	color: var(--transparent);
}
#sidebar a.btn div {
	display: flex;
	align-items: center;
	justify-content: ;
	margin: 0 0 .4rem;
	width: 100%;
	font-family: var(--fonts);
	font-family: "Libre Franklin", sans-serif;
	font-size: 110%;
	font-weight: 600;
	letter-spacing: 1px;
	text-align:  center !important;
	text-transform: uppercase;
}
#sidebar a.btn span {
	font-family: "Libre Franklin", sans-serif;
	font-size: 80%;
	color: var(--transparent);
}
#creditcards {
	display: block;
	position: relative;
	margin: .8rem 0 0;
	max-width: 210px;
}
#sidebar td {
	padding: .1rem .8rem .1rem 0;
}
#sidebar article {
	padding: 1.2rem 3% 1.2rem 7%;
	font-family: "Libre Franklin", sans-serif;
	font-size: 85%;
	font-weight: 500;
	line-height: 1.5;
}
#sidebar .caption > *:first-child {
	margin: 0;
	font-size: 140%;
}
#sidebar .iconograph {
	padding-left: 1.8rem;
}
#footer-wrap .iconograph i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 130% !important;
	color: var(--accent);
}
#footer-wrap .subheading {
	margin: 0 0 .5rem !important;
	font-size: 80%;
}
#footer-wrap .excerpt {
	font-size: 80%;
}

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

#footer-wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	color: rgba(255,255,255,.666);
	/*	background: #292932;*/
	background: var(--black);
	background: #2b2241;
	box-sizing: border-box;
	z-index: 1;
}
@media (max-width: 1440px) {
	#footer-wrap {
		grid-gap: 2rem;
		padding: 2rem 40px 5rem;
	}
}
#footer-wrap ul.horizontal {
	font-family: var(--alternative);
	font-size: 110%;
	font-weight: 400;
	letter-spacing: 1px;
}
#footer-wrap footer {
	display: grid;
	grid-template-columns: 3fr 2fr 1fr;
	justify-content: space-between;
	grid-gap: 3%;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.copyright {
}
.copyright > img {
	position: relative;
	margin: 0 auto 30px;
	width: 20%;
	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 {
	min-width: 180px;
}

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

#contactform {
	display: block;
	position: relative;
	margin: 0;
	padding-top: 0;
	margin: 2rem auto;
	width: auto;
	height: auto;
	border-top: 3px var(--red) solid;
	box-sizing: border-box;
}
#contactform label,
#contactform .legend {
	font-family: var(--fonts);
	font-size: 100%;
	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 textarea {
	margin: .8rem auto 0;
}

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

.custom-table {
	margin: 2rem 0;
	width: 100%;
	font-family: "Libre Franklin", sans-serif;
	font-size: 95%;
	color: #333;
	line-height: 1.5;
	border-top: 4px var(--darkred) solid;
	border-collapse: collapse;
}
table.alternate-rows tr:nth-child(even) {
	background: rgba(0,0,0,.0333) !important;
}
table.top td {
	vertical-align: top;
}
.custom-table:first-child {
	margin-top: 0;
}
.custom-table:last-child {
	margin-bottom: 0;
}
.custom-table th,
.custom-table td {
	padding: 1.2rem;
	text-align: left;
	border-bottom: 1px rgba(0,0,0,.15) solid;
}
.custom-table.alternate-rows  th,
.custom-table.alternate-rows  td {
	border-bottom: 1px rgba(0,0,0,.0666) solid;
}
.custom-table th {
	font-size: 110%;	
	font-weight: 600;
	color: var(--black);
}
.custom-table.center th,
.custom-table.center td {
	text-align: center;
}
.custom-table h4 {
	margin: 0 0 .4rem;
	font-size: 140%;
}
.plan-name {
	display: block;	
	font-size: 1.2em;
	font-weight: 500;
	color: var(--black);
}
.highlight {
	display: block;
	margin: .3rem 0;
	/*	font-family: var(--fonts);*/
	font-size: 1.3rem;
	font-weight: 600;
	color: var(--darkred);
	line-height: 1.1;
}
.custom-table small {
	display: block;
	font-size: 85%;
}

/* custom classes */

.menu-toggle,
.call-btn {
	display: none;
}

span.close-menu {
	display: none;
}


/* custom responsive classes */

@media screen and (max-width: 1280px) {
	.split-1-1-1-1 {
		grid-template-columns: repeat(4, 1fr);
	}

	.split {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 1265px) {
	.menu a {
		padding: 1rem 7px;
	}
}


@media screen and (max-width: 1130px) {
	.menu {
		display: none;
		display: flex;
		align-items: start;
		justify-content: start !important;
		position: fixed;
		flex-direction: column;
		background: var(--black);
		left: 0;
		top: 0;
		justify-content: center;
		align-items: start;
		height: 100vh;
		z-index: 111123;
		width: 80%;
		left: -100%;
		transition: left 0.25s;
	}

	span.close-menu {
		display: block;
		color: #fff;
	}

	.sub-menu {
		height: auto;
	}

	.sub-menu {
		font-size: 85%;
	}
	header#main-header {
		position: relative!important;
		/* 		background: #293033; */
	}
	#site-navigation {
		font-size: 115%;
		display: flex;
		justify-content: space-between;
		align-items: self-start;
		width: 100%;
		padding: 20px 16px;
		align-items: center;
	}

	.menu.visible {
		left: 0;
	}

	.overlay .menu a {
		color: #fff;
	}

	a#logo,
	a#logo img {
		width: 180px;
		margin: unset;
		object-position: left;
	}

	.menu-toggle,
	.call-btn {
		display: block;
	}

	span.close-menu {
		position: absolute;
		right: 17px;
		top: 10px;
	}
	.menu #phone-number {
		margin: 16px .5rem;
	}
	.menu-toggle span,
	.call-btn span {
		color: var(--black);
		font-size: 32px;
	}

	.sub-wrapper:after {
		display: none;
	}

	.sub-wrapper>a:after {
		content: '\e5cf';
		position: absolute;
		left: unset;
		right: -33px;
		top: 0;
		font-family: 'Material Symbols Outlined';
		font-size: 150% !important;
		font-weight: 300;
		color: var(--accent);
		transform: translate(-50%, 50%);
	}

	.sub-menu {
		position: unset;
		width: auto;
		margin-left: 16px;
	}

	.overlay .menu a {
		color: #fff;
		display: flex;
		align-items: center;
	}

	.overlay .menu a:hover {
		color: unset;
	}

	.menu li {
		display: block;
		position: relative;
		margin: 0;
		display: flex;
		flex-direction: column;
		align-items: start;
	}

	.menu.visible li a {
		display: flex;
		align-items: center;
		gap: 10px;
		position: relative;
		color: #fff;
	}

	ul.sub-menu li a {
		color: white !important;
	}

	.sub-menu a {
		padding: 1rem 1.4rem;
	}

	.hero {
		display: block;
		position: relative;
		margin: 0 auto;
		padding: unset;
		width: 100%;
		height: 100%;
		/* 		font-weight: 600;
		color: var(--transparent); */
		/* 		background: var(--black); */
		z-index: 1;
	}

	.home .hero {
		padding: unset;
	}

	.slide-image-container img {
		height: 620px;
		width: 100%;
		object-fit: cover;
	}

	.split-1-1-1-1 {
		grid-template-columns: repeat(3, 1fr);
	}

	.ratess.article-left {
		grid-template-columns: 1fr !important;
		grid-gap: 1%;
		padding-bottom: 110px;
	}
}


@media screen and (max-width: 992px) {
	div#connect {
		display: none;
	}

	#site-navigation {
		padding: 10px 16px;
	}

	.slide-image-container img {
		height: 550px;
	}

	.split {
		grid-template-columns: 1fr;
	}

	.swiper-slide.testimonial {
		background-size: cover;
		/* 		height: 640px; */
	}

	#cabins .excerpt {
		display: block;
		margin: 0 0 10px;
		padding: 0 4%;
	}

	.split-1-2 {
		grid-template-columns: 1fr;
	}

	#cabins-list {
		display: flex;
		overflow: auto;
	}

	#cabins-list .lead img {
		display: none;
	}

	#cabins-list .lead {
		width: 260px;
	}

	#cabins {
		background-size: cover;
	}

}

@media (max-width: 870px) {
	.testimonial-content {
		grid-template-columns: 1fr;
	}
	.testimonial-content img {
		max-height: 470px;
		margin: 0 auto;
	}


	#testimonials .swiper-wrapper, #testimonials {
		background: var(--primary);
	}
	#testimonials .swiper-pagination {
		bottom: 5px!important;
	}
}

@media only screen and (max-width: 800px) {
	.article-left {
		padding-bottom: 110px;
		grid-gap: 1%;
	}

	.rates-table {
		overflow: auto;
		width: 100%;
	}

	.rates-table .custom-table {
		width: 650px;
	}
}

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

	.slide-image-container img {
		height: 480px;
	}
	.slide-image-container .title {
		font-size: 44px;
	}

	.split-1-1-1-1 {
		grid-template-columns: repeat(2, 1fr);
	}

	.p-xxxl {
		padding: 20px !important;
	}

	.p-xxl {
		padding: 0 !important;
	}
	.testimonial-text {
		padding: 0 16px!important;
	}
	.popup.custom div {
		grid-template-columns: 1fr;
	}
	.popup.custom > div > span {
		display: none;
	}
	.popup.custom > div > img {
		max-width: 120px;
		margin: 0 auto;
	}
	.p-r-xl {
		padding-right: 16px !important;
	}
	.p-l-xl {
		padding-left: 16px !important;
	}
	.popup-video {
		width: 95%;
		height: 50%;
	}
	.apply-img-circle {
		grid-template-columns: 1fr;
	}
	img.circle, .apply-img-circle img {
		max-width: 190px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 550px) {

	.slide-image-container img {
		height: 480px;
	}

	.slide-image-container .title {
		font-size: 40px;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 32px !important;
	}

	.split-1-1-1-1 {
		grid-template-columns: repeat(1, 1fr);
	}

	#testimonials p {
		font-size: 16px;
	}

	.testimonial-content {
		grid-gap: 30px;
		padding: 10px 20px;
	}

	.swiper-slide.testimonial {
		/* 		height: 530px; */
	}

	#carousel h3 {
		font-size: 16px;
	}

}

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

	.avatars-wrap {
		top: 90px
	}

}

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

	.swiper-slide.testimonial {
		/* 		height: 568px */
	}
}

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

	.swiper-slide.testimonial {
		/* 		height: 598px */
	}
}

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

	.swiper-slide.testimonial {
		/* 		height: 634px */
	}
}

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

	.slide-image-container img {
		/* 		height: 450px; */
	}

	.slide-image-container .title {
		font-size: 32px;
		margin: 10px 0;
	}
}

/* Contact Page Styles */
@media (max-width: 600px) {
	.name-email-phone, .address {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	a#phone-number, a#phone-alt {
		width: 94%;
	}
}

/* Slider */

#testimonial-videos {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 20px auto;
	border-radius: 1rem;

}

.slider-for .video-container video {
	position: unset;
	object-fit: cover;
	object-position: 0% 30%;
	border-radius: 1rem;
}

.my-video {
	width: 100%;
	max-height: 600px !important;
	height: 100%;
	border-radius: 1rem;

}


/* .slider-nav {
background-color: #212121;
width: 100%;
display: none !important;
}

.slider-nav .thumbnail {
width: 16%;
height: 200px;
}

.slider-nav .thumbnail img {
cursor: pointer;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
background-repeat: no-repeat;
margin: 20px;
} */

.btns {
	margin-top: 10px;
	display: flex;
	justify-content: center;
}

.prev,
.next{
	width: 50px;
	height: 50px;
	cursor: pointer;
	filter: invert(30%) sepia(27%) saturate(5675%) hue-rotate(232deg) brightness(106%) contrast(92%);
}

.prev img {
	width: 100%;
	height: 100%;
}

.next img {
	width: 100%;
	height: 100%;
	transform: rotate(180deg);
}
.video-container {
	border-radius: 1rem;
	overflow: hidden;
}
body .vjs-theme-sea .vjs-big-play-button {
	background-color: rgb(97 92 245); 
}
body .vjs-theme-sea .vjs-progress-control .vjs-play-progress {
	background-color: rgb(97 92 245);
}
@media all and (max-width:1024px) {
	#testimonial-videos {
		width: 80%;
	}
}

@media all and (min-width:980px) {

	.avatars-wrap .avatar-row:not(:last-child) {
		margin-bottom: 25px;
	}
}


@media all and (max-width:768px) {
	#testimonial-videos {
		margin: 0 auto;
		max-width: 500px;
	}
	.slider-for .video-container video {
		position: unset;
		object-fit: cover;
		object-position: 0% 30%;
		border-radius: 1rem;
		max-height: 600px;
	}
	.hero p {
		width: 100%;
	}
}

@media all and (max-width:475px) {

	.prev {
		height: 40px;
		width: 40px;
		position: unset;
	}

	.next {
		height: 40px;
		width: 40px;
		position:unset;
	}

	.video-js *, .video-js *:before, .video-js *:after {
		box-sizing: inherit;
		position: absolute;
		top: -15%;
		left: 23%;
	}
	.vjs-theme-sea .vjs-big-play-button {
		width: 60px !important;
		height: 60px !important;
	}
}
.testimonials-wrap-div {
	background-color: #fff;
}
p.testimonials-note {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
	margin-top: 20px;
	color: #e60000;
}
.p-t-20 {
	padding-top: 20px!important;
}
@media(max-width: 475px) {
	p.testimonials-note {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.hero.testimonials-wrap-div {
		padding: 0!important;
	}
}

@media (max-width: 782px) {
	body .vp-flex, body .Video-PopUp-Content .vp-flex {
		max-width: 380px !important;
		height: 80% !important;
	}
}

@media (max-width: 880px) {
	p.testimonials-note{
		margin-top: 0px;
	}
}


