/**
* 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; */
}

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;
}

.entry-title {position: relative;}

/* # 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;
}

/* 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;}

.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;
}

/* Bland and White banner image */
.bwbanner .banner-area.has-bg-image .bg-image {
    filter: grayscale(100%);
}

/* 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);
}

.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);
} */


/* wavy SVG 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-heading-grn::after {
    content: "";
    background-image: url(/wp-content/uploads/2024/07/wavy-underline.svg);
    background-repeat: no-repeat;
    position: relative;
    background-position: left bottom;
    background-size: 80%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    width: 100%;
    max-width: 120px;
    z-index: 99;
    left: 0;
}

.wavy-svg,
.wavy-heading-svg{
  padding: 3px;
  position: relative;
}
.wavy-svg::after,
.wavy-heading-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;
}

.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: #f1f7fb;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
}
.callout.post-form-cta {
    /* background-color: #eff2ff; */
    background-color: #f1f7fb;
    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: #F3DE8A;
    color: #0E2F42;
    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 */
.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:#ddb462;
  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: #19455b;
}
.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, #ebaa8f, #ebaa8f 2rem, #edb39a 0, #edb39a 4rem) !important;
    /* background: repeating-linear-gradient(-65deg,#fbc02d,#fbc02d 2rem,#f1d330 0,#f1d330 4rem)!important; */
    color: #854429;
    /* color: #aa7f19; */
}
.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: #5DD9C1; */
}

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



/* wavy nav underline */
.nav-header > .menu-item > a:hover span::after,
.nav-header > .current-menu-item>a span::after,
.wavyheading .pp-separator-line {
    content: "";
    background-image: url(/wp-content/uploads/2024/07/wavy-underline.svg);
    background-repeat: no-repeat;
    position: relative;
    background-position: center bottom;
    background-size: 75%;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    max-width: 80px;
    z-index: 99;
}
.nav-header > .menu-item.menu-item-has-children > a:hover span::after,
.nav-header > .menu-item-has-children.current-menu-parent>a span::after,
.nav-header > .menu-item-has-children.current-menu-item>a span::after {
    content: "";
    background-image: url(/wp-content/uploads/2024/07/wavy-underline.svg);
    background-repeat: no-repeat;
    position: relative;
    background-position: center bottom;
    background-size: 75%;
    height: 18px;
    position: absolute;
    bottom: -12px;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    max-width: 80px;
    z-index: 99;
}

.nav-header .highlight>a {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 12px;
    margin-right: 12px;
}
.nav-header .menu-item.highlight>a span::after {
    background-image:none;
}

/* # Structure and layout
---------------------------------------------------------------------------------------------------- */

/* Header Before */
.header-before {
}
.header-before .header-before-badge img {

}

.header-before .divleft {
  justify-self:flex-start;
  margin-right: auto;
}
.header-before .button {
  margin:0;
  font-size: 0.8em;
}

.header-before .menu-item.highlight a {
    color: #0E2F42!important;
    background: rgb(14 47 66 / 20%);
    margin:0 4px;
}
.header-before .menu-item.highlight a:hover {
    color: #f1f7fb!important;
    background: #0E2F42;
}
.header-before .menu-item.highlight.alt a {
    color: #0E2F42;
    background: #e88d67;
}
.header-before .menu-item.highlight.alt a:hover {
    color: #0E2F42;
    background: #5dd9c1;
}

.header-before .genesis-nav-menu a span[itemprop=name] {
    display: inline-flex;
    align-items: center;
    line-height: 1.1;
}

.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/#5DD9C1+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='#bd5DD9C1', 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;
    padding: 0;
}

.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;
}

/* Location Hours Widget
-----------------------------------*/

.location-hours {}
.location-hours-inner {}
.location-hours-inner .location-hours-name {color:#e88d67;}
.location-hours-inner .hour-row {font-size:.8em;display:block;overflow: hidden;margin: 5px 0; border-bottom: 1px dashed #edf1f4;}
.location-hours-inner .hour-row.curday{color:#5dd9c1;font-weight:bold;}
.location-hours-inner .hour-row.curday.closed {color:#e88d67;}
.location-hours-inner .hour-row .hour-day {font-weight:bold;float:left;clear: left;margin:0 10px 0 0;}
.location-hours-inner .hour-row .hours {display: inline; text-align: right; float: right;}


.location-hour-status {}
.cta-hours-status .location-hour-status {
  font-size: 0.85em;
  /* background: #f3f4f6; */
  /* padding: 3px 8px; */
  /* border-radius: 3px; */
  text-transform: uppercase;
}
.location-hour-status .open strong{color:#5dd9c1;font-weight:700;text-transform: uppercase;}
.location-hour-status .closed strong{color:#e88d67;font-weight:700;text-transform: uppercase;}
/* add background indicators */
.location-hour-status .open strong {
  display: inline-block;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 12px;
  background-image: radial-gradient(#d5df41 3px, transparent 3px);
}
.location-hour-status .closed strong {
  display: inline-block;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 12px;
  background-image: radial-gradient(#e88d67 3px, transparent 3px);
}


/* ## 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: #dfa037;
  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: #0e243d;
  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: #dfa037;
}
/*


/* ## 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 {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:#5DD9C1;margin-bottom: 5px;}
.staff-item .staff-item-subtitle{font-weight:bold;font-style:italic;}

/* ## Events Calendar
--------------------------------------------- */

.home #tribe-events-pg-template,
.home .tribe-events .tribe-events-l-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.event-item-wrap .event-item{position:relative;}
.event-item-wrap .event-item{
  position: relative;
	text-decoration: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 10px;
}
.event-item-wrap .event-item:hover{
	text-decoration: none;
}
.event-item-wrap .event-item .event-date{
	background:#f7f8f9;
  color: #0e2f42;
  text-align: center;
  padding: 8px;
}
.event-item-wrap .event-item .event-title{
  color: #0e2f42;
}
.event-item-wrap .event-item:hover .event-title{
  color: #5DD9C1;
}
.event-item-wrap .event-item .event-date .event-day{
	font-size: 1.2em;
}
.event-item-wrap .event-item .event-date .event-month{
	font-size: .9em;
  text-transform: uppercase;
}
.event-item-wrap .event-item::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  /* display: inline-block; */
  position: absolute;
  right: 20px;
  /* top: 15%; */
  color: #f1f7fb;
  /* margin-left: -1.3em; */
  /* width: 1.3em; */
  z-index: 999;
}

/* CLK MEDIA 7-20-24
// Agendas
------------------------------------------------------------ */
.agenda-heading {position: relative;}
.agenda-item-title {
  font-size: 1.2em;
  margin: 0 0 .2em;
}
.agenda-item {
  background: #fff;
}
.agenda-item .agenda-icon {
  font-size: 3em;
  text-align: center;
}


/* CLK MEDIA 8-17-20
// Advisories
------------------------------------------------------------ */
/* Archive */
.adv-map {
	width: auto;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.advisories-wrap{}
.advisory-grid .advisory-item-wrap{
  box-shadow: 0 1px 20px 5px rgba(53, 105, 180, 0.05), 0 2px 15px 0 rgba(53, 105, 180,0.05);
}
.advisory-item-wrap .inner{padding: 1rem 2.441rem;}
.advisory-item-wrap .advisory-item{
	display: block;
  position: relative;
	text-decoration: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 18px;
}
.advisory-item-wrap .advisory-item:hover{
	text-decoration: none;
}
.advisory-item-wrap .advisory-item::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 4rem;
  /* display: inline-block; */
  position: absolute;
  right: 20px;
  top: 30%;
  color: #f1f7fb;
  /* margin-left: -1.3em; */
  /* width: 1.3em; */
  z-index: 999;
}
.advisory-item-wrap .advisory-heading,
.project-wrap .project-heading .heading,
.release-item-wrap .release-heading{
	font-family: sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0px 0 20px;
	border-bottom: none;
	text-decoration: none;
}
.advisory-item-wrap .advisory-meta{margin: 10px 0 16px;}
.advisory-item-wrap .advisory-meta .meta{
	color: #787878;
  font-size: .85em;
  margin: 0 0 10px;
}
.advisory-item-wrap .advisory-meta i {margin-right: 8px;}
.advisory-item-wrap .advisory-meta .advisory-date{}
.advisory-item-wrap .advisory-meta .advisory-updated{}
.advisory-item-wrap .advisory-meta .advisory-status{}
.advisory-item-wrap .advisory-content{}
.advisory-item-wrap .advisory-link{
	background-color: #ea4335;
  color: #fff;
	text-transform: uppercase;
	font-weight: bold;
  display: block;
	border-radius: 4px;
}
.advisory-item-wrap .col-xs-6 .advisory-link{
	width: 100%;
}

/* Advisory Listing Head */
.advisory-head{}
.advisory-head .advisory-title{}
.advisory-head .page_item{
	display: inline-block;
	margin: 0 3px 20px;
	list-style-type: none;
}
.advisory-head .page_item a{
	display: block;
	padding: 3px 8px;
	background:#f1f7fb;
	/* color: #cacbcd; */
	border-radius: 6px;
	text-decoration: none!important;
}
.advisory-head .page_item a:hover{
	background:#008dcf;
	color: #fff;
}

/* Single Advisory */
.adv-status-box{}
.adv-status-box .adv-box-inner{
	background:#ea4335;
	border-radius: 6px;
	padding:18px;
}

.adv-status-box .adv-icon{
	margin-bottom: 0;
}
.adv-status-box .advisory-status{
	margin-bottom: 0;
}
.adv-status-box .adv-icon i{
	display: inline-block;
	color:#fff;
	font-size: 3em;
}
.adv-status-box .advisory-status .label{
	color: rgb(255 255 255 / 50%);
	font-size: 1.2em;
  line-height: 1;
	margin-bottom: 5px;
}
.adv-status-box .advisory-status .status{
	color:#fff;
	font-size: 2.6em;
  line-height: 1.2;
	margin-bottom: 0;
}
/* cancelled */
.adv-status-box.cancelled .adv-box-inner{
	background:#fefefe;
	border:1px solid #cacbcd;
}
.adv-status-box.cancelled .adv-icon i{
	color:#ea4335;
}
.adv-status-box.cancelled .advisory-status .label{
	color: rgb(0 0 0 / 50%);
}
.adv-status-box.cancelled .advisory-status .status{
	color:#333;
}

/* Rundown sidebar box */
.advisory-rundown{
	background:#dfa037;
	/* background:#ea4335; */
	border-radius: 6px;
	padding:14px;
}
.advisory-rundown .advisory-item-wrap{
  margin: 0 0 5px;
  /* border-radius: 6px; */
}
.advisory-rundown .advisory-item{
	background: rgba(255,255,255,0.10);
	border:none;
	border-radius: 6px;
	padding: 5px;
	color:#fff;
}
.advisory-rundown .advisory-item:hover{
	background: rgba(255,255,255,0.18);
	color:#fff;
}
.advisory-rundown .advisory-item::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
  /* display: inline-block; */
  position: absolute;
  right: 20px;
  top: 20%;
  color: rgba(255,255,255,0.1);
  /* margin-left: -1.3em; */
  /* width: 1.3em; */
  z-index: 999;
}
.advisory-rundown .advisory-heading{
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#fff;
	line-height: 1.1;
	margin: 0px 0 5px;
}
.advisory-rundown .box-heading{
	font-family: sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  margin: 0px 0 16px;
}

.advisory-rundown .advisory-meta{
  margin-bottom: 8px;
}
.advisory-rundown .advisory-meta .meta{
	color:#fff;
	font-size: 1em;
  margin: 0 0 4px;
}
.advisory-rundown .advisory-meta .meta.advisory-location{
	font-size: 1.4em;
}
.advisory-rundown .adv-icon{
	margin-right: 6px;
}
.advisory-rundown .adv-btn{
	background:#fff;
	color:#dfa037;
	display: block;
  font-weight: bold;
  margin: 0;
}
.advisory-rundown .adv-btn:hover{
	background:#0e243d;
	color:#fff;
}
.advisory-rundown .adv-link{
	color: rgb(255 255 255 / 50%);
}

/* simple/clean rundown style */
.advisory-rundown.simple{
	background:#fff;
  box-shadow: 0 1px 20px 5px rgb(53 105 180 / 5%), 0 2px 15px 0 rgb(53 105 180 / 5%);
}
.advisory-rundown.simple .advisory-item-wrap .inner {
    padding: 0.5rem;
}
.advisory-rundown.simple .box-heading{
  color: #0e243d;
}
.advisory-rundown.simple .advisory-item{
	background:#fff;
  border: 2px solid #cdd8df;
	color:#0e243d!important;
	display: block;
}
.advisory-rundown.simple .advisory-item:hover{
	background:#cdd8df;
}
.advisory-rundown.simple .advisory-heading{
	color:#0e243d;
}
.advisory-rundown.simple .advisory-meta .meta{
	color:#cdd8df;
}
.advisory-rundown.simple .advisory-item-wrap .advisory-content {
    font-style: italic;
    letter-spacing: inherit;
    font-size: 0.9rem;
}
.advisory-rundown.simple .adv-btn{
	background:#0e243d;
  border: 1px solid #cdd8df;
  color: #fff;
}
.advisory-rundown.simple .adv-btn:hover{
	background:#cdd8df;
  border: 1px solid #cdd8df;
  color:#0e243d;
}
/* simple date block */
.advisory-rundown.simple .adv-date-block{
	background:#ddebf4;
  border-radius: 6px;
  padding: 0.25rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.advisory-rundown.simple .adv-date-block .adv-day{
	font-size: 1.25rem;
  display: block;
}

/* ======== END RUNDOWN =============== */

/* Single Page */
.advisory-type,
.service-type {
	display: inline-block;
  background: #fefefe;
  border: 1px solid #78909c;
  border-radius: 50px;
  color: #78909c;
  padding: 3px 8px;
  margin: 0 3px 24px;
}

/* CLK MEDIA 11-4-20
// Press releases
------------------------------------------------------------ */
/* Press Release STyles */
.pr-wrap {position:relative;margin-bottom:20px;}
.pr-wrap .pr-wrap-inner {}
.pr-download {
	display: block;
    font-size: 1.4em;
		    font-weight: bold;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    border: 2px solid #5DD9C1;
		text-decoration: none;
		text-transform: uppercase;
}
.pr-download:hover {
    color: #5dd9c1;
    background: #fafafa;
    border: 2px solid #5dd9c1;
		text-decoration: none;
}
.pr-download i {font-size: 1.2em;}

.release-item-wrap .release-subtitle{
	font-family: sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0px 0 20px;
	text-decoration: none;
	border: none;
	text-transform: none;
	color:#888;
}
.release-item-wrap .release-area{
	text-transform: uppercase;
	color:#888;
}
.release-item-wrap #release-links{
	display: block;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 24px 12px;
}
.release-item-wrap #release-links ul{
	padding-left:36px;
}
.release-item-wrap #release-links ul li{
}
.release-item-wrap #release-links ul li .pr-link{
}

/* listings */
.release-item-wrap .release-item{
	display: inline-block;
    background: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 18px 0 0;
    border-top: 1px solid #eee;
		width: 100%;
}
.release-item-wrap .release-item .release-icon{
	margin:0;
	padding:0;
	text-align: center;
}
.release-item-wrap .pr-heading{
	border:none;
	text-transform: none;
	text-decoration: none;
  margin-bottom: 10px;
	/* color:#5dd9c1!important; */
	/* margin:0;
	padding:0; */
}
.release-item-wrap .release-link{
	border:none;
	text-transform: none;
	text-decoration: none;
	/* color:#5dd9c1!important; */
	/* margin:0;
	padding:0; */
}
.release-item-wrap .release-link:hover{
	/* color:#5dd9c1!important; */
}
.release-item-wrap .release-item .release-icon i{
	font-size:4em;
}

/* # park single details
-------------------------------------------------------------- */
.owl-theme .owl-dots .owl-dot {
    box-shadow: none;
}
.park-overview {
  background-color: #f1f7fb;
  background-image: url(/wp-content/uploads/2024/03/bg-palms-stacked-lt-blue.png);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: contain;
  /* border-top:2px solid #ddebf4; */
  border-bottom:1px solid #ddebf4;
  padding:36px 0;
  color:#18304c;
}
.park-overview .wrap{
  padding:0 24px;
}
.park-overview h1{
    margin: 0 0 .25em;
    position: relative;
}
.park-overview .park-meta .meta {
  font-size: 1em;
  background:#fefefe;
  color:#18304c;
  box-shadow: 0px 0px 12px 0 rgba(9,176,237,.12);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 4px 12px;
}
.park-overview .park-specs .meta {
  font-weight: 900;
}
.park-overview .park-meta .meta i{
  font-size: 0.9em;
  background:#f1f7fb;
  color:#95a4ba;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
}
.park-overview .ban{
  color:#ebaa8f;
}
.park-overview .book.button{
  width: 100%;
}
.park-overview .park-meta .meta.ban{
  background:#fcdfd9;
  color:#ebaa8f;
}
.park-overview .park-meta .meta.ban i{
  background:#ebaa8f;
  color:#fcdfd9;
  font-weight: 700;
}
.park-overview .park-pricing {font-size: 1.3em;font-weight: 700;}
.park-overview .park-price {color:#629d9e;margin: 0 6px;}


.park-amenities .amenety-item i {
  color:#ccc;
  font-size: 0.5em;
  margin-right: .5em;
}

#park-scroll-nav{
  background: #ffffff;
  border-bottom: 2px solid #ddebf4;
  padding: 6px 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 94 !important;
  top: 0;
  transition: 0.3s;
  white-space: nowrap;
}

#park-scroll-nav .wrap{
  padding:0 24px;
}
#park-scroll-nav ul{
    display: flex;
    align-items: stretch; /* Default */
    justify-content: flex-start;
    width: 100%;
    background: #ffffff;
    margin: 0;
    padding: 0;
}
#park-scroll-nav ul.mobile{
    display: none;
    text-align: center;
}
#park-scroll-nav li {
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
  padding: 8px 16px;
  color: #95a4ba;
  font-size: .9em;
  font-weight: normal;
}
#park-scroll-nav li:first-child {
  padding-left: 0px;
}

.single-park .entry.boxed,
.single-park .entry.flex-entry.boxed {
    background: #ffffff;
    padding: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border:none;
    box-shadow: none;
    overflow: hidden;
}

#park-photos {
  margin:0;
}
#park-photos div {
  line-height: 1;
}
#park-photos .grid-photo {
  position: relative;
}
.park-featured-img.grid-photo {
  position: relative;
}
/* The overlay effect (full height and width) - lays on top of the container and over the image */
#park-photos .grid-photo .overlay,
.park-featured-img.grid-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*/
#park-photos .grid-photo a:hover .overlay,
.park-featured-img.grid-photo a:hover .overlay {
  opacity: 1;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
#park-photos .grid-photo .overlay i,
.park-featured-img.grid-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 */
#park-photos .grid-photo .overlay i:hover,
.park-featured-img.grid-photo .overlay i:hover {
  color: #ebaa8f;
}

.park-details {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 2px;
  border: 1px solid rgb(25 69 91 / 12%);
  overflow: hidden;
}
.park-details .park-logo{
  height:auto;
  background-color: #f1f7fb;
  padding: 24px;
}
.park-details .park-logo img{
  /* max-width: 70%; */
}
.park-details .park-inner{
  background: #ffffff;
  padding:24px;
}

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

/* CLK MEDIA 6-13-25
// Download monitor
------------------------------------------------------------ */

.download-tabs .tab-headers {
    list-style: none;
    padding: 0;
    margin: 0;
}

.download-tabs .tab-headers a {
    text-decoration: none;
}
.download-tabs .tab-headers li {
    display: inline-block;
    margin-right: 10px;
}

.download-tabs .tab-headers li.active {
    /* Style for the active tab header */
    border-bottom: 2px solid #000; /* Example style */
}

.download-tabs .tab-content .tab-pane {
    display: none; /* Hide inactive tab panes by default */
}

.download-tabs .tab-content .tab-pane.active {
    display: block; /* Display the active tab pane */
}

.download-tabs .tab-content .tab-pane h4 {
    /* font-size: 1.1em; */
}

.download-tabs .tab-content .download-item {
  position: relative;
  box-shadow: 0px 0px 6px 0px rgba(24, 48, 76, 0.16);
  border-radius: 4px;
  transition: .3s all;
  overflow: hidden;
}
.download-tabs .tab-content .download-item .download-title {
    font-size: 1em;
    margin: 0 0 .2em;
}
.download-tabs .tab-content .download-item .download-date {
    font-size: 1em;
    color:#aaa;
    margin:0;
}

/* CLK MEDIA 8-17-21
// Live Search
------------------------------------------------------------ */
.fl-search-loader {
    animation: none!important;
    z-index: 2;
    position: absolute;
    padding: 0;
    right: 20px!important;
    top: 0px!important;
    width: 30px;
    height: 30px;
    margin: 0;
}

/* CLK MEDIA 8-17-21
// City Projects
------------------------------------------------------------ */

#project-photos,
#project-docs,
.project-img {
	margin: 0 0 24px;
}
.grid-photo img{
	border-radius: 4px;
}
.grid-photo img:hover{
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);
}
.project-heading {
  margin: 0 0 24px;
  position: relative;
  padding:0 0 10px;
}
.project-heading:after {
  content: "";
  height: 4px;
  width: 100px;
  background-color: #5dd9c1;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.project-meta {margin: 0 0 24px;}
.project-meta span {
	display:block;
	margin:0 0 4px;
}

.acf-map {
	width: 100%;
  height: 500px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.filter-box {
	position: relative;
	padding: 5px 10px;
	border: 1px solid #e8e8e8;
	margin-right: 10px;
	border-radius: 4px;
	background: #efefef;
}
.filter-box img{
	width: 18px!important;
  height: 18px!important;
  top: 4px;
  position: relative;
}

/* milestones */
#project-milestones {margin:0 0 24px;}
.project-milestone-wrap {}
.milestone-table {}
.milestone-table-header {position: relative;background: #32769d;border-radius: 4px;}
.milestone-table-header div {color:#fff;font-weight:bold;text-transform: uppercase;padding:4px 10px;margin-bottom: 0;}
.milestone-table .ms-data.first{
}
.milestone-table .ms-data{
	border-bottom: 1px solid #ddd;
  color: #333;
  padding: 4px 10px;
  margin-top: 0px;
  margin-bottom: 1px;
}

/* GRID / LIST */
.project-list {}
.project-list a {padding: 1em;}
.project-list a .ptitle {font-size:1.1rem;}


/* docs */
#project-docs {}
.project-docs-wrap {}
.project-docs-wrap .project-file i {margin-right:5px;}
.project-docs-wrap .project-file a {
	display: block;
	padding: 4px 8px;
	margin: 0 0 5px;
	background: #f0f0f0;
	border-radius: 4px;
}
.project-docs-wrap .project-file a:hover {
	background: #32769d;
	color:#fff;
	text-decoration: none;
}

/* overrides */
.wpgmp_filter_wrappers,
.wpgmp_listing_grid .fc-itemcontent-padding,
.wpgmp_listing_grid .fc-item-padding-content_15 {
    padding: 15px;
    box-sizing: border-box;
}
.wpgmp_tabs_container *, .wpgmp_listing_container *, .wpgmp_infowindow {
    box-sizing: border-box;
}
.wpgmp-map-1  .categories_filter_reset_btn,
.wpgmp-map-1 .categories_filter_reset_btn:hover {
    background: #bf3333!important;
    height: inherit !important;
    border-radius: 3px!important;
    padding: 7px 10px!important;
}
.clk-project-map-meta {
	padding:0px;
	margin:0 0 10px;
}
.fc-item-box .button.small {
	width: 100%;
  padding: 1px;
  font-size: 0.8rem!important;
  /* font-weight: bold; */
  text-transform: uppercase;
  height: auto!important;
  display: block;
}
.fc-item-box.fc-component-2.wpgmp_locations {
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

#clk-ajax-filter-search {
	position:relative;
	overflow: hidden;
}
#clk-ajax-filter-search form {
	display: flex;
  flex-direction: row;
  background: #f1f7fb;
  padding: 3%;
  border-radius: 6px;
	margin-bottom:.5em;
}

#clk-ajax-filter-search button,
#clk-ajax-filter-search input {
	float: none;
  /* margin-top: 0.5em; */
  margin-right: .5em;
  /* padding: 0.9em 1em 0.9em 1em; */
  border: 0;
  flex: 1 1 auto;
}
#clk-ajax-filter-search #resetFilter,
#clk-ajax-filter-search .map-btn{
	/* padding: 0.5em 1em 0.5em 1em;
	border-radius: 4px; */
  background: #ddebf4;
  color: #1ea7e8;
}
#clk-ajax-filter-search #resetFilter:hover,
#clk-ajax-filter-search .map-btn:hover{
	background: #1ea7e8;
  color: #ddebf4;
}
#clk-ajax-filter-search input.search-field,
#clk-ajax-filter-search #search {
	background: #fff;
  border: 1px solid #c5dae4;
  border-radius: 6px;
}
#clk-ajax-filter-search #submit {
	background: #1ea7e8;
  padding: 20px 40px;
  font-weight: bold!important;
}
#clk-ajax-filter-search select {
    /* margin-top: .5em; */
    margin-right: .5em;
    border: 0;
    box-shadow: none !important;
    /* display: block; */
    padding: .6em 2.5em .6em .6em;
    float: none;
		flex: 1 1 auto;
    border-radius: 3px;
    height: inherit;
    max-width: 225px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
		color:#fff;
    background: url(/wp-content/themes/clkpulse/images/white_select_arrow.png) no-repeat 99% 50% #32769d;
}
#ajax_filter_search_results{
	padding:24px 0;
	margin: 24px 0;
  /* border-top: 2px solid #efefef; */
}


.project-row,
.no-result  {
  list-style-type: none!important;
}
.project-row a {
	display: block;
	margin: 0 0 24px;
  list-style-type: none!important;
  border-bottom: 3px solid #32769d;
  padding: 24px!important;
  text-decoration: none!important;
}
.project-row a:hover {background:#fafafa;text-decoration: none;border-bottom: 3px solid #32769d;}
.project-row a:hover h4 {color:#32769d;}
.project-row .project-info {}
.project-row h4 {
	font-family: sans-serif;
  font-size: 1.4em;
	margin-bottom: 1em;
	text-transform: capitalize;
	color:#333;
	font-weight: bold;
}
.project-row p {
    margin-bottom: 14px;
    line-height: 1em;
    color:#333;
}
.project-row .project-info span {
	color:#787878;
	display: inline-block;
	margin-right: 2%;
}
.project-list a .pstatus,
.project-row .project-info span.status {
	color:#787878;
	background:#eee;
	padding:.15em 1em;
	font-size: .7em;
	border-radius: 8px;
	display: inline-block;
	margin-right: 2%;
	text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.project-list a .pstatus.Completed,
.project-row .project-info span.status.Completed {
	color:#fff;
	background:#32769d;
}
.project-list a .pstatus.Active,
.project-row .project-info span.status.Active {
	color:#fff;
	background:#E88D67;
}

/* Project Search Styles */
/* .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;
  }

  /* Spinner */
#overlay{
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(255,255,255,0.8);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cv-spinner .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide{
  display:none;
}


  /* 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: #f1f7fb!important;
    /* color: #5DD9C1; */
    /* 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: #5DD9C1; */
	/* color: rgba(255, 255, 255, 0.7); */
	font-weight:normal;
}
.sidebar .widget_subpages li a:hover {
    /* color: #ffffff; */
}
.sidebar .widget_subpages li:before {
    color: #5DD9C1;
}
.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:#e7e7ec;
}

.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: 'Bangers', 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: repeat-x;
  background-position: center bottom;
  height: 200px;
  width: 100%;
  margin-top: -130px;
}
/* .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: "Yellowtail";
  font-size: 2.4em;
  font-weight: 400;
  position: relative;
}

.footer-widgets .widget-title::after, .footer-widgets .widgettitle::after {
  content: "";
  background-image: url(/wp-content/uploads/2024/07/wavy-underline.svg);
  background-repeat: no-repeat;
  position: relative;
  background-position: left bottom;
  background-size: 75%;
  height: 18px;
  position: absolute;
  bottom: -18px;
  width: 36%;
  z-index: 99;
  left: 0;
}

.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: "\f105"; /* FontAwesome Unicode */
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #5DD9C1;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.site-footer {
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: none;
  background: url(/wp-content/uploads/2024/07/bg-reeds-silhouette.png) center bottom no-repeat transparent;
  background-size: contain;
}

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

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

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

  .footer-widgets::before {
    height: 140px;
    width: 100%;
    margin-top: -130px;
  }

}

@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) {}
