/**
* Theme Name:          CLK PULSE
* Description:         a baseline custom child theme for The Genesis Framework.
* Author:              Mike Hemberger, Cecil Killingsworth
* Author URI:          https://clkmedia.co
 * Version:             1.2.0
 *
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

	- Defaults
	- Structure and Layout
	- Common Classes
	- Content Area
		- Entry Meta
	- Media Queries (mobile-first)
	- Media Queries (mobile-second)

*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */
/**
* Colors
// light gray = #d4dbdc
// dark blue = #144562
// med blue = #5799c3
// pale blue = #EFF2FA
// teal = #068587
// orage = #ed553b
// lt orage = #e39d00
*/

@font-face {
    font-family: 'CLK Media';
    src: url('includes/font/CLK-Media.eot');
    src: url('includes/font/CLK-Media.eot?#iefix') format('embedded-opentype'),
         url('includes/font/CLK-Media.woff') format('woff'),
         url('includes/font/CLK-Media.ttf') format('truetype'),
         url('includes/font/CLK-Media.svg#CLK-Media') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * Retina Logo
 *
 * If uploading double sized (retina) image,
 * put exactly half the width in pixels for retina display.
 * Example: Retina (2x) image is 360px by 90px, CSS should be:
 * max-width: 180px;
 */
.wp-custom-logo .site-title a {
	/* max-width: 180px; */
}

/* site branding */
a.clkmedia {display: inline-block; border: none;margin-left: 5px;/* overflow: hidden; */}
a.clkmedia:before {
	font-family: 'CLK Media'!important;
    display: inline-block;
    font-size: 20px;
    content: "\0041";
    /* color: #FFFFFF; */
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    /* width: 30px;
	height:30px;
    padding: 0px; */
}

body {
  font-weight: 400;
  overflow: unset;
}

h2,
h3,
h4,
h5,
h6,
.site-title a,
.adjacent-entry-pagination a {
	font-weight: 200;
}

.page h1,
.single h1,
.home h1,
.page h2 { /*font-family: 'Pacifico', cursive;font-size:2.5rem;*/}

h1,
.banner-title,
.heading,
.author-box-title,
.entry-comments h3,
.comment-respond h3,
.widget-title,
.related > h2,
.up-sells > h2 {
	/* font-family: 'Playfair Display', serif; */
}

.defaultfont {
	font-family: 'Fjalla One', sans-serif;
}

h1:not(.banner-title), h2, h3, h4, h5, h6 {
    line-height: 1.35;
    margin: 0 0 1.2em;
}

.site-inner h1 {
  font-weight: 900;
}

h2+h3,
h3+h4 {
  /* color: #00c47c; */
  /* font-size: 1.15em; */
}

.sidebar .widget-title {
	text-align: center;
}

/* # Common
---------------------------------------------------------------------------------------------------- */
.fas,.far,.fa {   font-family: "Font Awesome 5 Free";font-weight:900 !important;margin-right: 6px;}

.site-inner .remove-xtra-space a:not(.button):not(button) {
    word-break: break-word;
    line-height: 0;
}

.striped,
.striped .fl-row-content-wrap{ /* striped bands */
	/* background-color: #48bcc6; */
	background-image: linear-gradient(90deg, transparent 50%, rgba(0,0,0,.06) 50%);
	background-size: 50px 50px;
	background-repeat:repeat;
}

/* common spacing */
.padTB5{padding:5px 0;}
.pad10{padding:10px;}
.pad20{padding:20px;}
.pad30{padding:30px;}
.mTop30{margin:30px 0 0;}
.mTop20{margin:20px 0 0;}
.mTop10{margin:10px 0 0;}
.mTop5{margin:5px 0 0;}
.mBottom5{margin:0 0 5px;}
.mBottom10{margin:0 0 10px;}
.mBottom20{margin:0 0 20px;}
.mBottom30{margin:0 0 30px;}
.mBottom50{margin:0 0 50px;}
.nomargin{margin:0px!important;}

.clk-icon-list {list-style-type: none;}
.clk-icon-list li {list-style-type: none;}
.cols2 {columns:2;}
.cols3 {columns:3;}

.logo-sm img {
	width:40%!important;
}
.logo-med img {
	width:60%!important;
}
.logo-lg img {
	width:80%!important;
}

/* halftone */
.halftone,
.halftone .fl-row-content-wrap {
	--dotSize: 0.20rem;
  --bgSize: 1.15rem;
  --dotcolor: rgba(0,0,0,0.2);
  --bgPosition: calc(var(--bgSize) / 2);
	position: relative;
	background-repeat: round;
	background-image: radial-gradient(circle at center, var(--dotcolor) var(--dotSize), transparent 0), radial-gradient(circle at center, var(--dotcolor) var(--dotSize), transparent 0);
	background-size: var(--bgSize) var(--bgSize);
	background-position: 0 0, var(--bgPosition) var(--bgPosition);
}
.halftone.light .fl-row-content-wrap {
	--dotSize: 0.20rem;
  --bgSize: 1.15rem;
  --dotcolor: rgba(255,255,255,0.1);
  --bgPosition: calc(var(--bgSize) / 2);
	position: relative;
	background-repeat: round;
	background-image: radial-gradient(circle at center, var(--dotcolor) var(--dotSize), transparent 0), radial-gradient(circle at center, var(--dotcolor) var(--dotSize), transparent 0);
	background-size: var(--bgSize) var(--bgSize);
	background-position: 0 0, var(--bgPosition) var(--bgPosition);
}

/* wavy underline */
.wavy{
  text-decoration-style: wavy;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 1rem;
  text-decoration-skip-ink: auto;
  font-weight: bold;
  padding: 3px;
  letter-spacing: 1rem;
  font-size: 4rem;
  margin-bottom: 2rem;
}
.wavy-svg,
.wavy-heading-svg{
  padding: 3px;
  position: relative;
}
.wavy-svg::after{
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 980 123'%3E%3Cpath d='M3.89 3.63c-8.57 8.88-2.14 21.12 11.02 21.12 14.7 0 34.59 13.47 69.8 46.53 72.25 68.88 101.02 68.88 173.27 0 65.21-61.84 79.9-61.84 145.11 0 72.25 68.88 101.02 68.88 173.27 0 65.21-61.84 79.9-61.84 145.11 0 71.63 68.27 101.33 68.58 171.43 1.84 37.65-35.82 50.2-44.69 68.57-47.76 25.1-4.29 24.49-23.57-.61-23.27-21.12 0-40.41 11.94-80.21 49.29-66.43 62.45-79.29 62.45-145.72-.31-43.16-40.71-58.17-49.29-86.02-49.29-27.86 0-42.55 8.27-86.63 49.59-66.43 62.45-79.29 62.45-145.72-.31-43.17-40.71-58.17-49.29-86.02-49.29-27.85 0-42.55 8.27-86.63 49.59-66.43 62.45-79.29 62.45-145.72-.31C78.6 32.38 55.64 13.7 47.37 9.72 29.61.88 9.1-1.88 3.89 3.63Z'/%3E%3C/svg%3E");
}

.wavy-heading-svg .pp-heading::after{
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 980 123'%3E%3Cpath d='M3.89 3.63c-8.57 8.88-2.14 21.12 11.02 21.12 14.7 0 34.59 13.47 69.8 46.53 72.25 68.88 101.02 68.88 173.27 0 65.21-61.84 79.9-61.84 145.11 0 72.25 68.88 101.02 68.88 173.27 0 65.21-61.84 79.9-61.84 145.11 0 71.63 68.27 101.33 68.58 171.43 1.84 37.65-35.82 50.2-44.69 68.57-47.76 25.1-4.29 24.49-23.57-.61-23.27-21.12 0-40.41 11.94-80.21 49.29-66.43 62.45-79.29 62.45-145.72-.31-43.16-40.71-58.17-49.29-86.02-49.29-27.86 0-42.55 8.27-86.63 49.59-66.43 62.45-79.29 62.45-145.72-.31-43.17-40.71-58.17-49.29-86.02-49.29-27.85 0-42.55 8.27-86.63 49.59-66.43 62.45-79.29 62.45-145.72-.31C78.6 32.38 55.64 13.7 47.37 9.72 29.61.88 9.1-1.88 3.89 3.63Z'/%3E%3C/svg%3E");
}

.wave {
  --size: 50px;
  --b: 10px;
  --m: 0.5;
  --p: calc(var(--m)*var(--size));
  --R: calc(var(--size)*sqrt(var(--m)*var(--m) + 1) + var(--b)/2);

  --_g: #0000 calc(99% - var(--b)), #000 calc(101% - var(--b)) 99%, #0000 101%;
  mask:
    radial-gradient(var(--R) at left 50% bottom calc(-1 * var(--p)), var(--_g))
     calc(50% - 2*var(--size)) calc(50% - var(--size)/2 - var(--b)/2) / calc(4 * var(--size)) calc(var(--size) + var(--b)) repeat-x,
    radial-gradient(var(--R) at left 50% top calc(-1*var(--p)),var(--_g))
     50%  calc(50% + var(--size)/2 + var(--b)/2) / calc(4 * var(--size)) calc(var(--size) + var(--b)) repeat-x;
}

.brushheading,
.brushheading {
  /* background-image: url(/wp-content/uploads/2024/02/bg-paint-heading-blue.svg); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.brushheading.gray {
  /* background-image: url(/wp-content/uploads/2024/02/bg-paint-heading-lt-gray.svg); */
}
.brushheading.left {
  background-position: left;
  background-position: -10px 0;
  padding: 3% 4%;
}
.brushheading .heading-title,
.brushheading .heading-title span.pp-primary-title {
  color: #fff;
}

.lineheading {
  /* background-image: url(/wp-content/uploads/2024/02/heading-separator-001-grn.svg); */
  background-position: left bottom !important;
  background-size: 260px;
  display: block;
  height: auto;
  width: calc(100%) !important;
  /* margin-left: -1rem; */
  /* position: relative; */
  background-repeat: no-repeat;
  /* border: none; */
  /* border-bottom-width: 0 !important; */
  padding-bottom: 12px;
}
.home .lineheading {
  background: none;
  background-size: 0;
  padding:0;
}
.lineheading .pp-separator-line {
  /* content: "";
  background-image: url(/wp-content/uploads/2024/02/heading-separator-001-grn.svg);
  background-position: center top;
  background-size: 260px;
  display: block;
  height: 30px;
  width: calc(100%)!important;
  margin-left: -1rem;
  position: relative;
  background-repeat: no-repeat;
  border: none;
  border-bottom-width: 0!important; */
}

.lineheading.left .pp-separator-line {
  background-position: left top;
}
.lineheading.blue,
.lineheading.blue .pp-separator-line {
  /* background-image: url(/wp-content/uploads/2024/02/heading-separator-001-blue.svg); */
}
.lineheading.ltblue,
.lineheading.ltblue .pp-separator-line {
  /* background-image: url(/wp-content/uploads/2024/02/heading-separator-001-lt-blue.svg); */
}
.lineheading.black,
.lineheading.black .pp-separator-line {
  /* background-image: url(/wp-content/uploads/2024/02/heading-separator-001-blk.svg); */
}
.lineheading.gray,
.lineheading.gray .pp-separator-line {
  /* background-image: url(/wp-content/uploads/2024/02/heading-separator-001-lt-gray.svg); */
}

/* .lineheading.yellow .pp-separator-line {
    background-image: url(/wp-content/uploads/2023/01/bg-heading-sep-ylw.png);
} */

.dot-matrix {position: relative;}
.dot-matrix .fl-row-content-wrap {background-color: transparent;}
.dot-matrix::before {
  top: 50px;
  left: 0;
  width: 30%;
  height: 30%;
  display: block;
  position: absolute;
  background-size: 25px 25px;
  background-image: radial-gradient(#e7e7e7 12%, transparent 0),radial-gradient(#e7e7e7 12%, transparent 0);
  background-position: 50px 50px;
  z-index: -1;
}
.dot-matrix::after {
  bottom: 50px;
  right: 0;
  width: 30%;
  height: 30%;
  display: block;
  position: absolute;
  background-size: 25px 25px;
  background-image: radial-gradient(#e7e7e7 12%, transparent 0),radial-gradient(#e7e7e7 12%, transparent 0);
  background-position: 50px 50px;
  z-index: -1;
}
.dot-matrix.blue::before,.dot-matrix.blue::after {
  background-image: radial-gradient(#11b9c5 12%, transparent 0),radial-gradient(#11b9c5 12%, transparent 0);
  background-color:inherit!important;
}
.dot-matrix.blue .fl-row-content-wrap {
  background-color:inherit!important;
}

/* Angled css bg */
.angled-bg{
  background: repeating-linear-gradient(0deg, #00007f 0, #00007f 20%, transparent 0, transparent 50%),repeating-linear-gradient(135deg, #00009d 0, #00009d 10%, transparent 0, transparent 50%);
  background-size: 3em 3em;
  background-color: #00007f;
  opacity: 1
}

.angled.div,
.angled.button,
.angled .button,
.angled .pp-button,
.angled .uabb-button,
.angled.uabb-button {
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-size: 0.9em;
  position:relative;
}
.nav-header .highlight > a {
  border-radius: 4px;
}


.cross-bg {
  background-color: #ffffff;
  opacity: 0.8;
  background: radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#e7e7e7 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #e7e7e7 2px, #ffffff 2px) -1px 0;
  background-size: 50px 50px, 50px 50px, 25px 25px, 25px 25px;
}

.cross-matrix {position: relative;}
.cross-matrix .fl-row-content-wrap {background-color: transparent;}
.cross-matrix::before {
  top: 50px;
  left: 0;
  width: 30%;
  height: 30%;
  display: block;
  position: absolute;
  opacity: 0.8;
  background: radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#e7e7e7 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #e7e7e7 2px, #ffffff 2px) -1px 0;
  background-size: 50px 50px, 50px 50px, 25px 25px, 25px 25px;
  /* background-position: 50px 50px; */
  z-index: -1;
}
.cross-matrix::after {
  bottom: 50px;
  right: 0;
  width: 30%;
  height: 30%;
  display: block;
  position: absolute;
  background: radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#e7e7e7 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #e7e7e7 2px, #ffffff 2px) -1px 0;
  background-size: 50px 50px, 50px 50px, 25px 25px, 25px 25px;
  /* background-position: 50px 50px; */
  z-index: -1;
}

/* Box shadows */
.shadow {
    box-shadow: 0px 0px 12px 0px rgb(25 69 91 / 6%);
    border: 1px solid rgb(25 69 91 / 6%);
}
.shadow.blue {
  box-shadow: 0 1px 18px 0px rgba(53, 105, 180, 0.05), 0 2px 15px 0 rgba(53, 105, 180,0.05);
}
.shadow.sm {
    box-shadow: 0px 0px 8px 0px rgb(25 69 91 / 6%);
}
.shadow.med {
    box-shadow: 0px 0px 18px 0px rgb(25 69 91 / 8%);
}
.shadow.lg {
    /* box-shadow: 0px 0px 28px 0px rgb(0 5 51 / 12%); */
    box-shadow: 0 1px 20px 5px rgb(53 105 180 / 5%), 0 2px 15px 0 rgb(53 105 180 / 5%);
}

.rounded {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.button,
.entry-content .button {margin-bottom:24px;}
.button i, a i {margin-right:6px;}

.entry-content .button+.button{
  /* margin:0 8px 8px 0; */
}
.entry-content .row.gutter-xs .button+.button{
  margin:0 8px 24px 0;
}

.button.slim {
  padding:5px 10px;
}

.callout {
    /* background-color: #eff2ff; */
    background-color: #f3f5fc;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
}
.callout.post-form-cta {
    /* background-color: #eff2ff; */
    background-color: #fef4db;
    padding: 24px;
    /* margin-bottom: 0px; */
}

#back-to-top {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #e76a4b;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:focus,
#back-to-top:hover {
    background: #E8E0D5;
}
#back-to-top.show {
    opacity: 1;
}


/* featured video */
.featured-video {margin-bottom:40px;}
.site-header+.featured-video {
  margin-bottom: 0px;
  background: repeating-linear-gradient(-65deg, #00184c, #00184c 1rem, #051821 0, #051821 2rem) !important;
  background: repeating-linear-gradient(-65deg, #00184c, #00184c 1rem, #011339 0, #011339 2rem) !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .225s ease 0s;
  transition: all .225s ease 0s;
  background: #00184c;
}

/* Style the sticky cta */
#clk-sticky-cta {
  position: -webkit-sticky;
  position: sticky;
  padding:10px;
  background-color: #f5f5f5;
  z-index: 99 !important;
  bottom: 0;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.stickycta {
  width: 100%;
}

.stickycta .button {
  margin-bottom: 0px;
}

/* Alerts */
.site-header + #site-message {margin-top: 20px;}
.banner-area + #site-message {margin-top: 20px;}
#site-message .site-message-content {padding-left: 24px;padding-right: 24px;}
.alert-wrap + .content-sidebar-wrap {margin-top: 10px;}
.alert {
    position: relative;
    border-radius: 0.4rem;
    background: #50c6db;
    padding: 1.6rem;
    margin: 0 0 24px;
    width: 100%;
    color: #fff;
    font-weight: 700;
}
.entry-content a.alert{text-decoration: none;}
a.alert:hover{color:rgba(0,0,0,.4);}
.alert[class*="neutral-stripes"] {
    background: repeating-linear-gradient(-65deg,#fafafa,#fafafa 2rem,#f3f3f3 0,#f3f3f3 4rem)!important;
    color: #333;
}
.alert[class*="gray-stripes"] {
  background: repeating-linear-gradient(-65deg,#9f9c9c,#9f9c9c 2rem,#a4a1a1 0,#a4a1a1 4rem)!important;
}
.alert[class*="black-stripes"] {
  color:#f9f9f9;
  background: repeating-linear-gradient(-65deg,#191819,#191819 1rem,#212121 0,#212121 2rem)!important;
}
a.alert.black-stripes:hover{color:rgba(255,255,255,.44);}
.alert[class*="success-stripes"] {
    background: repeating-linear-gradient(-65deg,#629d9e,#629d9e 2rem,#72a7a8 0,#72a7a8 4rem)!important;
}
.alert[class*="info-stripes"] {
    background: repeating-linear-gradient(-65deg,#397CA8,#397CA8 2rem,#4d89b1 0,#4d89b1 4rem)!important;
    background-color: #397CA8;
    color: #19455b;
}
.alert[class*="infolight-stripes"] {
    background: repeating-linear-gradient(-65deg,#d7e5ee,#d7e5ee 2rem,#ebf2f6 0,#ebf2f6 4rem)!important;
    background-color: #d7e5ee;
    color: #000;
}
.alert[class*="notice-stripes"] {
    background: repeating-linear-gradient(-65deg,#f3b62f,#f3b62f 2rem,#f0ab15 0,#f0ab15 4rem)!important;
    /* background: repeating-linear-gradient(-65deg,#fbc02d,#fbc02d 2rem,#f1d330 0,#f1d330 4rem)!important; */
    color: #332c1c;
    /* color: #aa7f19; */
}
.alert[class*="bright-stripes"] {
    background: repeating-linear-gradient(-65deg, #f89b3c, #f89b3c 2rem, #ef9233 0, #ef9233 4rem) !important;
    /* background: repeating-linear-gradient(-65deg,#fbc02d,#fbc02d 2rem,#f1d330 0,#f1d330 4rem)!important; */
    color: #854429;
    /* color: #ebaa8f; */
}
.alert[class*="accent-stripes"] {
  background: repeating-linear-gradient(-65deg,#e2aa4b,#e2aa4b 2rem,#dfa647 0,#dfa647 4rem)!important;
}
.alert[class*="warning-stripes"] {
  background: repeating-linear-gradient(-65deg,#f47820,#f47820 2rem,#f57f2b 0,#f57f2b 4rem)!important;
}
.alert[class*="error-stripes"] {
    background: repeating-linear-gradient(-65deg,#ef4e65,#ef4e65 2rem,#f0576d 0,#f0576d 4rem)!important;
}

.striped,
.striped .fl-row-content-wrap{ /* striped bands overlay */
	/* background-color: #48bcc6; */
	/* background-image: linear-gradient(-65deg, rgba(0,0,0,.01) 50%, rgba(0,0,0,.06) 50%); */
	background-image: repeating-linear-gradient(-65deg,rgba(0,0,0,.01),rgba(0,0,0,.01) 2rem,rgba(0,0,0,.06) 0,rgba(0,0,0,.06) 4rem)!important;
	/* background-size: 50px 50px; */
	background-repeat:repeat;
}
.striped-lt,
.striped-lt .fl-row-content-wrap{ /* striped bands overlay */
	background-image: repeating-linear-gradient(-65deg,rgba(0,0,0,.00),rgba(0,0,0,.00) 2rem,rgb(255 255 255 / 6%) 0,rgb(255 255 255 / 6%) 4rem)!important;
	background-size: 50px 50px;
	background-repeat:repeat;
}

small {
    font-size: 0.7rem;
}

.alert i,
.notice i{
	margin:0 0.5rem 0 0;
  font-size: 1.5rem;
}

.notice.slim,
.alert.slim{
  padding: 0.3em 1em;
  min-height: auto!important;
  margin-bottom: 1.5rem;
  font-size: 0.9em;
  border-radius: 4px;
}
.notice.slim i,
.alert.slim i{
  font-size: 0.9em;
}
.notice+.banner-area,
.alert+.banner-area{
  margin-bottom: 0;
}

/* # Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu .menu-item-has-children>a::after {
    /* margin-left: 10px;
    color: #e76a4b; */
}

.home .nav-header .current-menu-item>a, .nav-header .nav-search, .nav-header .nav-search:focus, .nav-header a {
    /* color: #e9e9e9; */
    font-weight: bold;
}

.nav-header .current-menu-item>a{
  /* padding: 3px; */
  position: relative;
}
.nav-header .current-menu-item>a::after{
  content: '';
  display: block;
  width: 70%;
  height: 6px;
  position: absolute;
  bottom: -14px;
  transform: rotateX(0deg);
  margin: 0 !important;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 980 123'><path d='M3.89 3.63c-8.57 8.88-2.14 21.12 11.02 21.12 14.7 0 34.59 13.47 69.8 46.53 72.25 68.88 101.02 68.88 173.27 0 65.21-61.84 79.9-61.84 145.11 0 72.25 68.88 101.02 68.88 173.27 0 65.21-61.84 79.9-61.84 145.11 0 71.63 68.27 101.33 68.58 171.43 1.84 37.65-35.82 50.2-44.69 68.57-47.76 25.1-4.29 24.49-23.57-.61-23.27-21.12 0-40.41 11.94-80.21 49.29-66.43 62.45-79.29 62.45-145.72-.31-43.16-40.71-58.17-49.29-86.02-49.29-27.86 0-42.55 8.27-86.63 49.59-66.43 62.45-79.29 62.45-145.72-.31-43.17-40.71-58.17-49.29-86.02-49.29-27.85 0-42.55 8.27-86.63 49.59-66.43 62.45-79.29 62.45-145.72-.31C78.6 32.38 55.64 13.7 47.37 9.72 29.61.88 9.1-1.88 3.89 3.63Z'/%3E%3C/svg>");

}

/* # Structure
---------------------------------------------------------------------------------------------------- */

/* Header Before */
.header-before {
  /* background-image: linear-gradient(90deg, transparent 50%, rgba(0,0,0,.06) 50%); */
	background-size: 50px 50px;
	background-repeat:repeat;
}
.header-before .divleft,
.site-header .divleft {
  justify-self:flex-start;
  margin-right: auto;
}
.header-before .divright,
.site-header .divright {
  justify-self:flex-end;
  margin-right: auto;
}
.header-before .header-before-badge img {

}

.header-before .widget {
    overflow: visible;
    padding: 5px 5px !important;
}

.header-before .menu-item.highlight a {
    color: #a8dce3;
    background: #000333;
}

.content-sidebar-wrap {
    margin-top: 60px;
    margin-bottom: 36px;
}

/* # Banner Area
---------------------------------------------------------------------------------------------------- */

.banner-area{
  /* background-image: url('/wp-content/uploads/2024/04/bg-geo-lines-mono-sm.jpg');
  background-repeat: repeat;
  background-size: auto; */
}
.banner-area p {
  /* color: #f5f6fa; */
  font-style: italic;
  font-weight: normal;
}
.banner-area .overlay.overlay-gradient+div>div>p {
  color: #f5f6fa;
}
.banner-area .overlay.overlay-light+div>div>p {
  color: inherit;
}
.overlay.overlay-gradient{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e76a4b+0,102b3e+100&0.74+0,0.74+100 */
background: -moz-linear-gradient(-45deg,  rgba(5,206,124,0.55) 0%,rgba(0,59,106,0.9)) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(5, 206, 124, 0.55) 0%,rgba(0, 59, 106, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(5, 206, 124, 0.55) 0%,rgba(0, 59, 106, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde76a4b', endColorstr='#bd102b3e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.overlay.overlay-gradient img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.overlay.overlay-dark{
  /* background-color: rgba(194,230,228,0.3); */
  background-color: rgba(16,43,62,.45);
}
.overlay.overlay-light{
  /* background-color: rgba(194,230,228,0.3); */
}

/* # Breadcrumbs
---------------------------------------------------------------------------------------------------- */

.breadcrumb {
    font-size: .8em;
    margin: 12px auto;
    border-bottom: 1px solid #DDE5DF;
    padding: 2px 0 8px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
.unboxed .site-container article.entry.boxed {
    background: none;
    border: none;
    box-shadow: none;
  	border-radius: 0;
  	-webkit-border-radius: 0;
  	-webkit-box-shadow: none;
}

.home .mai-aec{display:none;}

.adjacent-entry-pagination a,
.after-entry .widget,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings,
.sidebar .widget,
.sticky-header.scroll .site-header {
	-webkit-box-shadow: 0 4px 24px rgba(0,0,0,0.025);
	box-shadow: 0 4px 24px rgba(0,0,0,0.025);
}

.entry-content .fl-module-pp-filterable-gallery  ul>li:last-of-type,
.fl-module-pp-filterable-gallery .widget ul>li:last-of-type {
    margin-bottom: auto;
}

/* ## Page FAQ
--------------------------------------------- */
.clk-faq-title-wrap{}
.clk-faq-title{margin:0;}

/* ## Entry Meta
--------------------------------------------- */

.entry-comments .comment-meta {
	-webkit-font-smoothing: antialiased;
}

/* Mobile Menu */

.mobile-menu,
.widget .mobile-menu {
  margin: 0;
}

/*
.side-menu .menu-close, .woocommerce.side-menu .menu-close {
  color: #efeff4;
	background:#2F6795;
	border-radius: 0;
}*/
.has-side-menu .mai-menu {
    background-color: #f1f1f1;
    box-shadow: inset 8px 0 16px rgba(0,0,0,.05);
    background-image: radial-gradient(rgba(0, 0, 0, 0.03) 12%, transparent 12%), radial-gradient(rgba(255, 255, 255, .45) 12%, transparent 12%);
    background-position: 0px 0, 37px 62px;
    background-size: 25px 25px;
}
.mobile-menu>.menu-item>.sub-menu-toggle {
  margin: 2px 0 2px 3px;
  background: #e9e9e9;
  border-radius: 3px;
}
.mobile-menu .sub-menu-toggle::after {
    color: #aaa;
}

.mobile-menu, .mobile-menu li, .mobile-menu ul {
    margin: 0 0 2px;
    padding: 0;
}

.mobile-menu>.menu-item>a {
    background: #fefefe;
    color: #767676;
    font-size: 1rem;
    text-decoration: none;
    text-transform: capitalize;
    padding: 6px 10px 6px 10px;
    margin: 3px 0;
    border-radius: 4px;
    box-shadow: none;
}
.mobile-menu .menu-item.highlight {
	margin-bottom:5px;
}
.mobile-menu .menu-item.highlight>a{
  color: #00184c;
  font-weight: 700;
  background: #e76a4b;
  border-radius: 4px;
  border:none;
  padding: 10px;
  margin-top: 8px;
  text-transform: uppercase;
}
.mobile-menu .menu-item.highlight>a:hover,
.mobile-menu .menu-item.highlight.current-menu-item>a{
  background: #000000;
  color: #FFF;
}
/* .side-menu .mai-menu-inner {
    background:#0e243d;
}
.mobile-menu .sub-menu {
    background-color: rgba(0,0,0,0.11);
    border: none;
}
.mobile-menu .sub-menu a {
    color: #b7dcfa;
} */
.mobile-menu .current-menu-item>a, .mobile-menu .current-page-ancestor>a {
    color: #e76a4b;
}
/*


/* ## Map Embeds
--------------------------------------------- */
.gmapembed .fl-col {float:none;}

/* ## Entry Meta
--------------------------------------------- */

.entry-comments .comment-meta {
	-webkit-font-smoothing: antialiased;
}

/* =====================================
// POST TYPES
===================================== */

#clk-cpt-grid{margin-right:0;margin-left:0;}
#clk-cpt-grid .clk-cpt-wrap {background: #e8e8ec;box-shadow: 0px 0px 6px 0px rgba(24, 48, 76, 0.16);border-radius: 4px;transition:.3s all;}
#clk-cpt-grid .clk-cpt-wrap:hover {box-shadow: 0px 0px 22px 0 rgba(82,109,122,.18);transform: translateY(-3px);transform:scale(1.025);}
#clk-cpt-grid .staff_grid_image {max-width: 100%;}
.clk-cpt-item {background:#fff;position:relative;border-radius: 3px;box-shadow: rgba(0,0,0,.02) 0px 3px 0 0;overflow: hidden;}

/* STAFF
---------------------------------------------------------------------------------------------------- */
.staff-item{}
.staff-item a{text-decoration: none;}
.staff-item .staff-item-details{}
.staff-item .staff-featured-img{
    margin: 0 auto 40px;
    width: 100%;
  }
.staff-item .staff-item-title{font-size: 1.4rem;}
.staff-item .staff-item-role{font-size: 1.0em;color:#e76a4b;margin-bottom: 5px;}
.staff-item .staff-item-subtitle{font-weight:bold;font-style:italic;}


/* ===================================
// RENTALS
==================================== */

/* ## Adventure Layouts
--------------------------------------------- */
.featured-image img{border-radius: 4px;}
.adventure-title {margin:0 0 20px;}
.adventure-table {}
.adventure-table .adventure-row {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding:0;
  margin-bottom: 30px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
  border-radius: 3px;
}

.adventure-details {color:#333;}
.adv-detail-block {margin:0 0 20px;}

.adv-detail-block .adv-meta{
  background:rgba(0,0,0,.05);
  padding:3px 8px;
  border-radius: 4px;
}
.adv-detail-block strong{
  display:block;
  padding:0;
  color: #306795;
}

.adventure-briefing {
  background:url('/wp-content/uploads/2021/08/ricepaper2.png') repeat 0 0;
  padding: 24px;
}
.adventure-list {
  margin: 0 0 24px;
}
.adventure-details .heading-title {
  display: inline-block;
  color: #333;
  border-bottom: 2px solid #e6bf6c;
  padding: 0 0 8px;
  margin: 0 0 20px;
}
.adventure-list ul,
.adventure-list li{
  list-style-type: none;
  margin: 0;
}
.adventure-list li{
  display: block;
  margin: 0;
}

.dual-heading-content {margin: 10px 0 30px;text-transform: uppercase;}
.dual-heading-content .primary-title {color:#fef4db;font-weight: bold;display: block;}
.dual-heading-content .secondary-title {display: block;font-size: 0.9em; color:#333;}
.dual-heading-content .separator-line {
  display: block;
  background:#fef4db;
  width:20%;
  height: 3px;
}

#adventure-photos {}
#adventure-photos img{
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
  border-radius: 3px;
}

/* ## Rental Layouts
--------------------------------------------- */
.rental-table {}
.rental-table .rental-row {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding:20px 10px;
  margin-bottom: 30px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
  border-radius: 3px;
}
.adventure-rel-rentals .rental-row {
  position: relative;
  overflow: hidden;
  background-color: #f6f2ef;
  padding: 10px 10px 2px;
  margin-bottom: 20px;
  border: 1px solid rgb(253 197 78 / 30%);
  box-shadow: 0px 2px 5px 2px rgb(184 177 167 / 20%);
  border-radius: 5px;
  text-decoration: none;
}
.adventure-rel-rentals .rental-row:hover {
  background-color: #fef4db;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0px 2px 8px 5px rgba(184 177 167 / 0.14);
}

.entry-content .book-btn{
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e76a4b;
  border-radius: 4px;
}
.entry-content .book-btn:hover{
  background: #ebaa8f;
}
.entry-content .details-btn{
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent!important;
  /* background: repeating-linear-gradient(-65deg,#fff,#fff 0.8rem,#fafafa 0,#fafafa 2rem)!important; */
  border: 2px solid #e76a4b;
  color: #e76a4b!important;
  font-size: 1.0rem;
  border-radius: 4px;
}
.entry-content .details-btn:hover{
  background: #e76a4b!important;
  color:#fff!important;
  border: 2px solid #e76a4b;
}

.rental-table .rental-row .rental-details{
  padding: 20px 20px 0;
}
.rental-table .icon {
  display: block;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 1px 1px 12px rgb(61 90 152 / 25%);
  width: 108px;
  height: 108px;
  position: absolute;
  top: -20px;
  right: -12px;
  border-radius: 100%;
  padding: 18px;
}
.rental-table .icon img {
  position:relative;
  top: calc(50% - 15px); /* 50% - 3/4 of icon height */
  border-radius: 5px;
}
.rental-title  {
  font-weight: bold;
  margin: 0 0 20px;
}
.rental-title  h2{
  margin: 0;
}

/* Compact alternates */
.compact .rental-title h2 {
  font-size: 1.6em;
}

.rel-rental-img,
#rental-photos img,
.rel-rental-img img{
  border-radius: 4px;
}

#rental-photos .mid-cta{
  padding: 10px 4px;
  /* background: url('/wp-content/uploads/2020/02/checkerboard-cross.png') repeat 0 0 #f2f3f8; */
  background-size: contain;
  margin: 10px 0;
}
/* The overlay effect (full height and width) - lays on top of the container and over the image */
#rental-photos .port-photo .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color:rgba(255,255,255,0.25);
}
/* When you mouse over the container, fade in the overlay icon*/
#rental-photos .port-photo a:hover .overlay {
  opacity: 1;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
#rental-photos .port-photo .overlay i {
  color: white;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* When you move the mouse over the icon, change color */
#rental-photos .port-photo .overlay i:hover {
  color: #e76a4b;
}

.owl-carousel,
.owl-stage-outer { transition: height 500ms ease-in-out 0s; }

.owl-dots {
    text-align: center;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  position: relative;
  /* bottom: 16px; */
  /* left: 43%; */
  /* right: 50%; */
  margin: -24px auto;
  width: auto;
}
.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
  background-color: #e76a4b!important;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: relative;
  top: -25%;
  left: -40%;
}
.owl-dots button.owl-dot{
  /* border: 1px solid gray;
  background: white; */
   border-radius: 50%;
   height: 16px;
   width: 16px;
   position: relative;
   margin: 0 2px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    position: relative;
    top: -25%;
    left: -40%;
}

.rel-rental-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 2px;
}
/* .rental-table .icon.jetski {
  background-image: url(/wp-content/uploads/2018/07/icon-jetski-rental.png);
}
.rental-table .icon.pontoon {
  background-image: url(/wp-content/uploads/2018/07/icon-pontoon-boat-rental.png);
}
.rental-table .icon.fishing {
  background-image: url(/wp-content/uploads/2018/07/icon-fishing-boat-rental.png);
} */
.rental-table .rental-row .rental-details p{
  font-size: 1.0rem;
  margin: 0 0 10px;
  color: #333;
}
.rental-table .rental-row .rental-details .rental-meta{
  margin:0 0 10px;
  color: #929eaa;
}
.rental-table .rental-row .rental-details .spec{
  /* margin: 0 10px 0 0; */
  display: inline-block;
  background: #fef4db;
  border-radius: 20px;
  padding: 2px 12px;
  color: #000000;
  font-size: 0.9em;
}
.rental-table .rental-details .rental-title .captained{
  /* margin: 0 10px 0 0; */
  display: inline-block;
  background: #db5461;
  border-radius: 20px;
  padding: 2px 12px;
  color: #ffffff;
  font-size: 0.5em !important;
  vertical-align: middle;
}
.rental-table .rental-row .rental-details .rental-desc{
  font-size: 1.0rem;
  padding-top: 10px;
  margin-bottom: 24px;
}
.rental-table .rental-row .rental-details .rental-included {
  margin: 5px 0 14px;
}
.rental-table .rental-row .rental-details .rental-included ul{
  font-size: .9rem;
  list-style-type:none;
  margin: 0;
}
.rental-table .rental-row .rental-details .rental-included ul li{
  margin: 0 5px 3px 0;
  color: #929eaa;
  display: block;
  background: #f9f9f9;
  padding: 2px 8px;
  border-radius: 24px;
}
.rental-table .rental-row .rental-details .rental-included ul li i{
  color: #e76a4b;
}
.rental-table .rental-row .rental-pricing{
  border-top: 2px solid #f9f9f9;
  padding: 10px;
  margin-top: 10px;
}
.rental-table .rental-row .rental-pricing span{
  margin: 0 0px 0 0;
}
.rental-table .rental-row .price-group{
  margin: 0 0 20px;
}
.rental-table .rental-row .price-group.current{
  /* background: #FFFBED; */
  background: #ddf55b;
  padding: 10px;
  border-radius: 5px;
}
.rental-table .rental-row .price-group .price-group-title{
  font-weight:normal;
  padding: 4px 12px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #f9f9f9;
}
.rental-table .rental-row .price-group.current .price-group-title{
  position: relative;
  font-weight: normal;
  background-color: #000000;
  color: #fff;
}
.rental-table .rental-row .price-group.current .price-group-title small{
  position: absolute;
  right: 12px;
  top: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ebaa8f;
}
.rental-table .rental-row .price-group .price{
  /* color: #e76a4b; */
}
.rental-table .rental-row .price-group .price i{
  color: #d3dbe4;
  margin-right: 5px;
}
.rental-table .rental-row .price-group .price .data_label{
}
.rental-table .rental-row .price-group .price .data_value{
  color: #e76a4b;
}
.rental-table .rental-row .price-group.current .price .data_value{
  color: #000000;
}
.rental-table .rental-row .price-group .price small{
  color: #929eaa;
}

.rental-table .rental-row .disclaimer{
  color: #db5461;
  font-size: 1rem;
}
.rental-table .rental-row .age-disclaimer{
  color: #db5461;
  font-size: 1rem;
  margin: 0 5px 0 0;
}


/* ===================================
// PORTFOLIO PROJECTS
==================================== */
.single-project .entry.boxed{
  padding:0;
}
.project-desc{
  margin-bottom: 24px;
}
.project-excerpt{
  margin-bottom: 14px;
}

#project-hero {
  background: #EBEFF0;
}
#project-photos div {
  line-height: 1;
}
#project-photos .port-photo {
  position: relative;
}

#project-hero {padding: 30px 0 0;margin-bottom: 30px;}
#project-hero.dark {
  /* background: repeating-linear-gradient(-65deg,#041219,#041219 1rem,#051821 0,#051821 2rem)!important; */
  background: repeating-linear-gradient(-65deg,#041219,#041219 1rem,#04151d 0,#04151d 2rem)!important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .225s ease 0s;
  transition: all .225s ease 0s;
  background: #041219;
}
#project-hero.light {
  /* background-image: url(/wp-content/uploads/2020/05/hero-bg-wave-organic.svg); */
  /* background-image: url(/wp-content/uploads/2020/05/bg_wave_lt.svg); */
  background-repeat: repeat-x;
  background-color: #ffffff;
}
#project-hero img {
  box-shadow: 0px -10px 15px 0px rgba(11, 35, 46, 0.12);
  border-radius: 6px;
	-webkit-border-radius: 6px;
  max-width: 800px;
}

#project-heading .sec-title{
  margin: 0 0 14px;
}
#project-details .p-industry{
  padding: 1px 8px;
  border-radius: 3px;
  border: 2px solid #ddd;
  color: #ddd;
  margin: 0 0 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}
.project-services{
  padding: 18px 24px;
  background-color: #f7fafc;
  border-radius: 6px;
  margin-bottom: 24px;
}
.project-services ul{
  padding: 0px!important;
  margin:0px 0px 10px!important;
}
h4.sec-title{
  /* border-bottom: 3px solid #ddd; */
  padding: 0 0 10px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  /* color: #aaa; */
}
h4.sec-title::after {
  content: "";
  display: block;
  background: #e76a4b;
  height: 3px;
  margin-top: 8px;
  width: 4em;
}

.single-project .entry.boxed {padding:0;margin-bottom:50px;background:rgba(255,255,255,0.25);box-shadow:none;border:none;}

#project-photos .mid-cta{
  padding: 10px 4px;
  /* background: url('/wp-content/uploads/2020/02/checkerboard-cross.png') repeat 0 0 #f2f3f8; */
  background-size: contain;
  margin: 10px 0;
}
/* The overlay effect (full height and width) - lays on top of the container and over the image */
#project-photos .port-photo .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color:rgba(255,255,255,0.25);
}
/* When you mouse over the container, fade in the overlay icon*/
#project-photos .port-photo a:hover .overlay {
  opacity: 1;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
#project-photos .port-photo .overlay i {
  color: white;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* When you move the mouse over the icon, change color */
#project-photos .port-photo .overlay i:hover {
  color: #e76a4b;
}

/* Style the sticky cta */
#clk-sticky-cta {
  position: -webkit-sticky;
  position: sticky;
  padding:10px;
  background-color: #f5f5f5;
  z-index: 99 !important;
  bottom: 0;
}

.project-info{
  padding: 18px 24px;
  background-color: #f7fafc;
  border-radius: 6px;
  margin-bottom: 24px;
}
.project-info .meta{
  border-bottom: 1px solid #F4F6FB;
  padding: 2px 0 5px;
  margin: 0 0 5px;
}
.project-info .meta strong{
  margin: 0 8px 0 0;
}

.project-cta .button{
  text-transform: uppercase;
  font-weight: bold;
}

.project-review {margin-bottom: 24px;border-radius: 6px;}
.project-review .client-name {
  padding-left: 48px;
  font-style: italic;
  color:#aaa;
}

/* Related projects (single project page) */
  .project-related {margin-bottom: 20px;}
  .project-related .project-related-inner {padding:10px 0 0;}
  .project-related .project-related-title {font-size:1.0em;font-weight:bold;text-align: left;}
  .project-related .project-related-item {position:relative;background:#f7fafc;color:#ababab;padding:8px;border: 1px solid #eee;border-radius: 3px;box-shadow: #c7cdcf 0 1px 0 0;}
  .project-related .project-related-item:hover {background:#f8f8fb;color:#378586;!important;box-shadow: 0px 0px 22px 0 rgba(82,109,122,.18);transform: translateY(-3px);}
  .project-related .project-related-item:hover .project-item-title {color:#378586;!important;}
  .project-related .project-item-title {font-size:1em;font-weight:bold;margin: 0 0 5px;}
  .project-related .geo-address {font-size: .8em;display: block;}
  .project-related .project-item-meta {font-size: .8em;display: inline-block;margin: 0 5px 0 0;}
  .project-related .project-price {color:#378586;}
  .project-related .project-related-logo {}
  .project-rating {
  	display: inline-block;
  	line-height: 1;
  	border-radius: 3px;
      padding: 4px 4px;
  	font-size:.9em;
      /* position: absolute;
      top: 5px;
      right: 5px; */
      color: #fff;
  }

  /* REVIEWS
  ---------------------------------------------------------------------------------------------------- */
  /* Review Page */
  .reviews-wrap {}
  .reviews-inner {}
  .review-item {}
  .review-item-details {}
  .review-item .review-rating i {color:#fdd885;font-size: 0.8em;}
  .review-item .review-rating i.dim {color:#c6cbca;}
  .review-item-details .review-item-meta {font-size:.9em;color:#c6cbca;}
  .review-item-details .review-item-title {margin:0 0 5px;font-size: 1.4rem;}
  .review-item-details blockquote {
      position: relative;
      clear: both;
      background-color: #fff8dc;
      border-left: 32px solid #F3DE8A;
      color: #daa037;
      letter-spacing: 1px;
      padding: 24px 24px 44px;
      margin: 24px 0 44px;
      overflow: visible;
      border-radius: 6px;
      font-size: .9rem;
  }
  .review-item-details blockquote::before {
    position: absolute;
    top: 12px;
    left: -28px;
    content: '\201c';
    color: #daa037;
    font-size: 3.051rem;
    font-weight: 400;
    line-height: 1;
}

/* Sidebar */
.page-parent .sidebar,
.page-child .sidebar {
  /* margin-top:-60px; */
  z-index: 2;
  padding: 0;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar ul ul{
  background:rgba(0,0,0,0.03);
  padding: 5px 5px 5px 15px;
}
.sidebar li {
  padding-left: 1.3em;
}
.sidebar li:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight:900 !important;
  display: inline-block;
  color: #d3dcde;
  margin-left: -1.3em;
  width: 1.3em;
}
.sidebar .widget_recent_entries li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight:900 !important;
}
.sidebar .widget.boxed .widget_subpages,
.sidebar .widget_subpages {
    background-color: #F8FAF7!important;
    /* color: #e76a4b; */
    border-bottom-right-radius: 30px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
}

.sidebar .widget_subpages .widget-title {
    /* background-image: url(/wp-content/uploads/2024/02/heading-separator-001-grn.svg); */
}
.sidebar .widget_subpages .widget-title a {
    /* color: #ffffff; */
}
.sidebar .widget_subpages li a {
    /* color: #548089; */
	/* color: rgba(255, 255, 255, 0.7); */
	font-weight:normal;
}
.sidebar .widget_subpages li a:hover {
    /* color: #ffffff; */
}
.sidebar .widget_subpages li:before {
    color: #e76a4b;
}
.sidebar .widget_subpages li.widget_subpages_current_page > a {
    border: medium none;
    color: #db6219;
    font-weight: 900;
}
.sidebar .widget_subpages li.widget_subpages_current_page:before {
    content: "\f15c"; /* "Font Awesome 5 Free" Unicode */
    color: #db6219;
    font-family: "Font Awesome 5 Free";
    font-weight:900 !important;
}
.sidebar .callout {
    background:#fef4db;
}

.sidebar .widget.full-width-widget {
    padding: 0px;
    background: none;
    box-shadow: none;
    border: none;
    overflow: visible;
}
.sidebar .widget.full-width-widget .widget-title {
  margin: 0px;
}

.sidebar .widget.full-width-widget {
  padding: 0px;
}

.sidebar .widget.dark {
  background: #0e2f42;
}
.sidebar .widget.light {
	background: #f5f5f9;
  box-shadow: none;
  border: none;
}
.sidebar .widget.dark .widget-title {
	text-align: center;
  margin-bottom: 16px;
	border-bottom: 2px solid #57575d;
  padding-bottom: 6px;
  color: #efeff4;
}

.sidebar .widget-title {
	/* font-family: 'Fjalla One', cursive;font-size: 32px; */
	margin-bottom: 32px;
	border-bottom: 2px solid #efeff4;
	padding-bottom: 5px;
	/* color: #a71900; */
  /* background-image: url(/wp-content/uploads/2024/02/heading-separator-001-blue.svg); */
  background-position: left bottom !important;
  background-size: 260px;
  display: block;
  height: auto;
  width: calc(100%) !important;

  background-repeat: no-repeat;
  border: none;
  /* border-bottom-width: 0 !important; */
  padding-bottom: 12px;
}
.sidebar .widget.full-width-widget .widget-title {
	/* text-align: center; */
    margin-bottom: 20px;
    background-position: center bottom !important;
    /* border-bottom: 2px solid #ccc; */
    padding: 8px;
    color: #323232;
}
.sidebar .widget.image-widget-margin .fl-builder-module-template,
.sidebar .widget.full-width-widget .fl-builder-module-template {
    margin: 0 auto;
    padding: 0px;
}

/* ## Page Builder
--------------------------------------------- */

.page-builder-full,
.page-builder-full .site-container,
.page-builder-full .site-container .site-inner,
.page-builder-full .site-container .site-inner .wrap,
.page-builder-full .site-container .content-sidebar-wrap,
.page-builder-full .site-container main.content,
.page-builder-full .site-container main.content > article.entry,
.page-builder-full .site-container main.content > article.entry .entry-content {
	max-width: 100%;
	width: 100%;
	background: none;
	border: 0;
	float: none;
	margin: 0 auto;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
}

/*
// Bootstrap cards
//==============================================*/
.bb_boot_card_image>a {
  position: relative;
  overflow: hidden;
  display: block;
}
.bb_boot_card_image>a::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
}
.bb_boot_card_image>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -180px;
    border-top: solid 16vw transparent;
    border-right: solid 165vw #ffffff;
    z-index: 11;
}

.bb_boot_card_container,
.entry.boxed,
.entry.flex-entry.boxed {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 20px 5px rgba(53, 105, 180, 0.05), 0 2px 15px 0 rgba(53, 105, 180,0.05);
    overflow: hidden;
}
.featured-image+.bb_boot_card_container,
.featured-image+.entry.boxed,
.featured-image+.entry.flex-entry.boxed {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.singular .featured-image {
    margin-bottom: -1px;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 20px 5px rgba(53, 105, 180, 0.05), 0 2px 15px 0 rgba(53, 105, 180,0.05);
    overflow: hidden;
}

.adjacent-entry-pagination a {
    color: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.adjacent-entry-pagination a:hover {
    color: rgba(0,0,0,.7);
    border-color: rgba(53, 105, 180,.2);
    box-shadow: 0 1px 20px 5px rgba(53, 105, 180, 0.05), 0 2px 15px 0 rgba(53, 105, 180,0.05);
}

.archive-pagination a {
    display: inline-block;
    background-color: #313847;
    color: rgba(255,255,255,1);
    text-decoration: none;
    padding: 8px 14px;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.archive-pagination .active a, .archive-pagination a:focus, .archive-pagination a:hover {
    background-color: #23cbd7;
    color: #313847;
    box-shadow: 0 1px 20px 5px rgba(53, 105, 180, 0.05), 0 2px 15px 0 rgba(53, 105, 180,0.05);
}
.adjacent-entry-pagination a img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 20%;
    border-radius: 5px;
}

/* ## Page Builder
--------------------------------------------- */
.fas { font-weight:900 !important; }

.page-builder-full,
.page-builder-full .site-container,
.page-builder-full .site-container .site-inner,
.page-builder-full .site-container .site-inner .wrap,
.page-builder-full .site-container .content-sidebar-wrap,
.page-builder-full .site-container main.content,
.page-builder-full .site-container main.content > article.entry,
.page-builder-full .site-container main.content > article.entry .entry-content {
	max-width: 100%;
	width: 100%;
	background: none;
	border: 0;
	float: none;
	margin: 0 auto;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
}

/* # Gravity Forms
---------------------------------------------------------------------------------------------------- */

.gform_wrapper .gform_validation_errors {
  display:none!important;
}

/* Changing font color of top error message */
.gform_wrapper .gform_validation_errors>h2 {
    color: #0E2F42;
}

/* Changing font color of error texts in form fields */
.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_error label,
.gform_wrapper .gfield_error legend,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper [aria-invalid=true]+label, .gform_wrapper label+[aria-invalid=true] {
    color: #0E2F42;
}

/* Changing background and border of error div under field */
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background: #E8E0D5;
    border: 2px solid #DB6219;
    display:none;
}

/* # Footer
---------------------------------------------------------------------------------------------------- */
/* .footer-widgets::before{
  content: "";
  display: block;
  background-image: url('/wp-content/uploads/2024/07/footer-top-wave-Cinco-Bayou.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 200px;
  width: 100%;
  background-size: 100% 48px;
  margin-top: -48px;
} */
.home .footer-widgets::before{
  content: "";
  display: none;
  background:none;
}
.footer-widgets{
  background-repeat: no-repeat;
  background-position: 0 0;
  /* margin-top: 50px; */
  font-size: .9em;
}
.home .footer-widgets{
  margin-top: 0px;
}
.rest-cta-wrap+.footer-widgets{
  margin-top: 0px;
}
.footer-widgets .widget-title, .footer-widgets .widgettitle {
  font-family: "Fjalla One";
  font-size: 2.4em;
  font-weight: 400;
}

.footer-widgets .footer-logo {
	margin-bottom:10px;
}
.footer-widgets .footer-logo.sm img {
	width:40%!important;
}
.footer-widgets .footer-logo.med img {
	width:60%!important;
}
.footer-widgets .footer-logo.lg img {
	width:80%!important;
}
.footer-logo,.footer-contact,.small-margin{margin-bottom:5px!important;}
.footer-phone{color:#fff;font-weight: 700;}
.footer-hours{color:#848b9a;font-weight: 700;}
.footer-widgets .menu li {
  padding-left: 1.3em;
}
.footer-widgets .menu li:before{
  content: "\f094"; /* FontAwesome Unicode */
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #e76a4b;
  margin-left: -2.5em; /* same as padding-left set on li */
  width: 2em; /* same as padding-left set on li */
}
.site-footer {
    /* background-color: #323232; */
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: none;
}
.site-footer .footer-logo img {
	width:80px!important;
}

/* Tables in footer */
.footer-widgets table,
.footer-widgets tbody,
.footer-widgets tr,
.footer-widgets td {
    border: none!important;
}

/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

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

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

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

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

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

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

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

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

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