/**
* 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 = #0e243d
// dark blue = #144562
// med blue = #5799c3
// med blue = #5d9db5
// pale blue = #ddebf4
// pale blue = #EFF2FA
// pale blue = #f1f7fb
// green = #0e8746
// green = #0e8746
// orage = #ed553b
// lt orage = #e39d00
*/

@font-face {
  font-family: 'clkmedia';
  src: url('includes/font/clkmedia.eot?62787023');
  src: url('includes/font/clkmedia.eot?62787023#iefix') format('embedded-opentype'),
       url('includes/font/clkmedia.woff2?62787023') format('woff2'),
       url('includes/font/clkmedia.woff?62787023') format('woff'),
       url('includes/font/clkmedia.ttf?62787023') format('truetype'),
       url('includes/font/clkmedia.svg?62787023#clkmedia') 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: 'clkmedia'!important;
    font-size: 20px;
    content: "\e800";
    color: #FFFFFF;
    /* width: 30px;
	height:30px;
    padding: 0px; */
}

html {
  scroll-behavior: smooth;
}

body, body.text-md {
  font-family: 'Open Sans', sans-serif;
	font-weight: 400;
  overflow: unset;
}

h2,
h3,
h4,
h5,
h6,
.site-title a,
.adjacent-entry-pagination a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

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

.page h2 {
  position: relative;
  margin-bottom: 24px;
  /* padding-bottom: 14px; */
}
.page h3 {
  position: relative;
  margin-bottom: 24px;
}
.page.singluar .entry-content h2::after {
    content: "";
    height: 4px;
    width: 100px;
    background-color: #dfa037;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.page .pp-heading h2{margin:inherit;padding-bottom: 0px;}
.page .pp-heading h2::after{width:0px;height:0px;visibility:hidden;background: none;}

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

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

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* common spacing */
.padTB5{padding:5px 0;}
.pad10{padding:10px;}
.mTop30{margin:30px 0 0;}
.mTop20{margin:20px 0 0;}
.mTop10{margin:10px 0 0;}
.mTop5{margin:5px 0 0;}
.mBottom10{margin:0 0 10px;}
.mBottom20{margin:0 0 20px;}
.mBottom30{margin:0 0 30px;}
.mBottom40{margin:0 0 40px;}
.mBottom50{margin:0 0 50px;}

/* Alt Rows for tables and display */

.odd{background-color: #fff;}
.even{background-color: #f0f1f2;}

/* CSS Table Display Styles */
#resp-table {
    width: 100%;
    display: table;
}
#resp-table-body{
    display: table-row-group;
}
.resp-table-row{
    display: table-row;
}

.resp-table-row:nth-child(even) {
    color: #333;
    background-color: #f9f9f9;
}

.table-body-cell{
    display: table-cell;
    border-bottom: 1px solid #ebeaea;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.resp-table-row.child .table-body-cell:first-child{
    padding-left: 10px;
}
.resp-table-row.tablehead {
}
.resp-table-row.tablehead .table-body-cell {
	background:#5d9db5;
	color:#f1f7fb;
	font-weight: bold;
}
.resp-table-row .table-body-cell i {
	color: #ccc;
	margin-right: 8px;
}
.resp-table-row.child .table-body-cell:first-child i{
	color: #ccc;
}
.resp-table-row .table-body-cell i.emergency{
	color: #e03131;
}
.resp-table-row.child.parent-63 i{
	color: #ffc9c9!important;
}
.resp-table-row.emergency,
.resp-table-row.child.parent-63{
	color: #e03131;
	background-color: #ffe3e3;
	border-bottom: 1px solid #ebeaea;
}
.resp-table-row.child.parent-63 .table-body-cell{
  border-bottom: 1px solid #ffc9c9!important;
}
.resp-table-row .table-body-cell.staff-name,
.resp-table-row .table-body-cell.staff-phone {
  width:20%;
}


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

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

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

/* Header Before */
.header-before {
  /* background-image: radial-gradient(rgba(217, 144, 138, 0.4) 12%, transparent 12%), radial-gradient(rgba(255, 255, 255, .2) 12%, transparent 12%); */
  /* background: linear-gradient(135deg,#0f5858 2.92%,#10585c 23.02%,#145469 42.98%,#0d3458 71.92%,#062645 99.66%); */
  /* background-position: 0px 0, 37px 62px; */
  /* background-size: 25px 25px; */
}
.header-before .menu-item a {
    padding: 2px 10px;
    margin: 0;
}
.header-before .menu-item.highlight a {
    color: #0e243d;
    background: #95a4ba;
    margin:0 4px;
}
.header-before .menu-item.highlight a:hover {
    color: #0e243d;
    background: #0e8746;
}
.header-before .menu-item.highlight.alt a {
    color: #0e243d;
    background: #dfa037;
}
.header-before .menu-item.highlight.alt a:hover {
    color: #0e243d;
    background: #0e8746;
}


.transparent-header .site-header {
    position: sticky;
    z-index: 96;
    background: transparent;
}
/* .home.has-sticky-header .site-header,
.home.has-reveal-shrink-header .site-header {
    position: absolute;
    z-index: 96;
    background: transparent;
}
.home .site-header a { }
.site-header.stuck {
  background:#fafafa!important;
} */

.transparent-header .site-header + .banner-area{margin-top: -78px;padding-top: 78px;}
/* when banner is hidden */
.transparent-header .site-header + .site-inner{margin-top: -78px;padding-top: 0px;}
.transparent-header .site-container{margin-top: -80px;}

/* .home .site-header.stuck .site-title a img {max-width: 60px;} */
/* .home .stuck .nav-header_right a { color: #444; }
.home .stuck .nav-header_right a:hover { color: #0e243d; } */

/* .home .header-before{
    display:none;
}
.header-before .widget_text {
     padding: 4px 12px;
} */

.header-right .widget-area {
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}
.header-right .widget-area .callout,
.header-right .widget-area .alert {
    margin:0;
    padding:0.9rem;
}

.menu-item a i.fas {
  margin-right:6px;
}

.header-before  .nav-header-before .current-menu-item > a,
.header-before  .nav-header-before .current-menu-item > a:focus,
.header-before  .nav-header-before .current-menu-item > a:hover {
    color: #0e8746;
}

.nav-header .menu-item.header-phone a {
  font-size: 1.2rem;
}
.nav-header .menu-item.header-phone a i.fas {
  color: #0e8746;
}

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

.header-before .header-weather .widget_text.widget-wrap {
    background-color: rgba(255,255,255,0.06);
    border-radius: 4px;
}

/* Tax Collector Footer Links */
.ot-tax-cols {
    padding: 10px 0 20px;
	margin:0px 0 20px;
	border-bottom: 1px solid #06354d;
}
.ot-tax-cols .col {
    /* background-color:#444; */
}
.ot-tax-cols-inner a {
    color: #597e98;
	display:block;
}
.ot-tax-cols .state-logos {
	margin-top:15px;
}

.ot-tax-cols .state-logos .hsmv img {
	max-width: 80%;
}

/* # Common
---------------------------------------------------------------------------------------------------- */

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


/* common spacing */
.padTB5{padding:5px 0;}
.pad10{padding:10px;}
.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;}

/* Box shadows */
.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 {
    box-shadow: 0px 0px 12px 0px rgb(0 5 51 / 12%);
    border: 1px solid rgba(0,0,0,.06);
}
.shadow.sm {
    box-shadow: 0px 0px 8px 0px rgb(53 105 180, / 12%);
}
.shadow.med {
    box-shadow: 0px 0px 18px 0px rgb(53 105 180 / 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;
}

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

.callout {
    background-color: #f1f7fb;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
}

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


/* 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 */
.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;
    text-decoration: none!important;
}
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*="success-stripes"] {
    background: repeating-linear-gradient(-65deg,#51bb7b,#51bb7b 2rem,#5abe82 0,#5abe82 4rem)!important;
}
.alert[class*="info-stripes"] {
    background: repeating-linear-gradient(-65deg,#5d9db5,#5d9db5 2rem,#5898b0 0,#5898b0 4rem)!important;
    background-color: #5d9db5;
    color: #0e243d;
}
.alert[class*="notice-stripes"] {
    background: repeating-linear-gradient(-65deg,#f0ce15,#f0ce15 2rem,#f1d330 0,#f1d330 4rem)!important;
    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.2em 1em;
  min-height: auto!important;
  margin-bottom: 0.8rem;
  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;
}

/* Alert buttons links */
.alert .button{
  background-color:rgba(0, 0, 0, 0.5)!important;
  margin-bottom:0;
}
.alert .button:hover{
  background-color:rgba(0, 0, 0, 0.65)!important;
  color:rgba(255, 255, 255, 0.65)!important;
  margin-bottom:0;
}

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

.banner-area{}
.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;
}
.banner-area+.site-inner>.alert-wrap {
  margin-top: 24px;
}
.overlay.overlay-gradient{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e8746+0,102b3e+100&0.74+0,0.74+100 */
/* background: -moz-linear-gradient(-45deg,  rgba(2,123,58,0.55) 0%,rgba(0,59,106,0.9)) 100%); /* FF3.6-15 */ */
background: -moz-linear-gradient(-45deg,  rgb(67 162 214 / 85%) 0%,rgb(14 135 70 / 85%) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgb(67 162 214 / 85%) 0%,rgb(14 135 70 / 85%) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgb(67 162 214 / 85%) 0%,rgb(14 135 70 / 85%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* background: #0e8746; */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0e8746', 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); */
}
.banner-title {
    position: relative;
}
.banner-area.dark-text .banner-title,
.banner-area.dark-text p{
  color:#1c2f38;
}
/* .banner-area.light-text .banner-title, */
.banner-area.light-text p{
  color:#99aeb4;
}

/* # Staff Portal
---------------------------------------------------------------------------------------------------- */
.portal-stripe {
  margin-bottom: 0!important;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* =====================================
// UI TABS
===================================== */
.ui-tabs-nav{
		margin: 0px!important;
		padding: 0px!important;
		list-style: none;
	}
.ui-tabs-nav li{
		background: #efeff4;
		display: inline-block;

		margin-bottom: 2px!important;
		margin-right: 2px;
		cursor: pointer;
	}
	.ui-tabs-nav li a{
    display: block;
    text-decoration: none;
    color: #072848;
    padding: 10px 15px!important;
	}

	.ui-tabs-nav li.ui-state-active{
		background: #072848;
		color: #ffffff;
		/* border: 1px solid #072848;
		border-bottom: 1px solid #fff; */
		margin-bottom: -1px!important;
	}
	.ui-tabs-nav li.ui-state-active a{
		color: #ffffff;
		font-weight: bold;
	}
  .tab-pane{
		display: none;
		padding: 45px 0px;
		border-top: 2px solid #072848;
	}

	.tab-pane.active{
		display: inherit;
	}
/* =====================================
// POST TYPES
===================================== */

.flex-entry.column .entry-image-before-title+.entry-title {
    display: inline-block;
    word-break: break-word;
}
.flex-entry.column a.alignleft, .flex-entry.column img.alignleft {
    margin: 0px 24px 0px 0!important;
}

#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,
.clk-cpt-item {background:#fff;position:relative;text-decoration: none;border-radius: 5px;box-shadow: rgb(0 0 0 / 8%) 0px 4px 10px 0;overflow: hidden;}
a.clk-cpt-item:hover {background:rgb(111 193 101 / 26%);box-shadow: rgb(0 0 0 / 8%) 0px 4px 18px 0;}
.clk-cpt-item .inner {
    /* padding: 1.563rem 2.441rem; */
  }
.clk-cpt-item img {
    height: auto;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    display: block;
}
.clk-cpt-item i {
    color:#ccc;
    font-size: 1.2rem;
}
.clk-cpt-item:hover i {
    color:#0e8746;
    font-size: 1.2rem;
}

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

.archive-pagination a {
    background-color: #0e243d;
    color: rgba(255,255,255,1);
    border-radius: 4px;
}
.archive-pagination .active a,
.archive-pagination a:focus,
.archive-pagination a:hover {
    background-color: #cdd8df!important;
    color: #0e243d;
    border-radius: 4px;
}

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

/* 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: 0px 5px 10px 15px;
  margin:0;
}
.sidebar li {
  padding-left: 1.3em;
}
.sidebar li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #c2e6e4;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.sidebar li li:before {
  content: "\e3d6"; /* FontAwesome Unicode */
}
.sidebar .widget_recent_entries li:before {
  content: "\e3d6"; /* FontAwesome Unicode */
}
.sidebar-primary .widget.boxed li.current-cat a {
    color: #dfa037;
}
.sidebar .widget_subpages,
.sidebar .widget.boxed.widget_subpages{
	background-color: #0e243d;
  color: #548089;
	border-bottom-right-radius: 30px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
}

.sidebar .widget_subpages .widget-title a,
.sidebar .widget.boxed.widget_subpages .widget-title a {
    color: #ffffff;
    /* border-bottom: 3px solid #dfa037; */
    padding: 0 0 10px;
}
.sidebar .widget_subpages li a,
.sidebar .widget.boxed.widget_subpages li a {
    /* color: #548089; */
	color: rgba(255, 255, 255, 0.7);
	font-weight:normal;
}
.sidebar .widget_subpages li a:hover,
.sidebar .widget.boxed.widget_subpages li.widget_subpages_current_page a,
.sidebar .widget.boxed.widget_subpages li a:hover {
    color: #ffffff;
}
.sidebar .widget_subpages li:before,
.sidebar .widget.boxed.widget_subpages li:before {
    color: #548089;
}
.sidebar .widget_subpages li.widget_subpages_current_page > a {
    border: medium none;
    color: #61b898;
    font-weight: bold;
}
.sidebar .widget_subpages li.widget_subpages_current_page:before,
.sidebar .widget.boxed.widget_subpages li.widget_subpages_current_page:before {
    /* content: "\f0f6";  */
    color: #dfa037;
}

.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.image-widget {
  border-radius: 8px;
  box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.025), 0 2px 15px 0 rgba(0, 0, 180,0.025);
  overflow: hidden;
  line-height: 0;
  zoom: 1;
}
.sidebar .widget.full-width-widget.image-widget:hover {
  box-shadow: 0 1px 15px 5px rgba(0, 0, 0, 0.025), 0 2px 10px 0 rgba(0, 0, 180,0.025);
  transform: translateY(-3px);
}


/* sidebar box gradient */
.sidebar .sidebar-feature-box,
.sidebar-feature-box,
.feature-box-gradient {
    height: fit-content;
    background: linear-gradient(176.44deg,#0f5858 2.92%,#10585c 23.02%,#145469 42.98%,#0d3458 71.92%,#062645 99.66%);
    border-radius: 6px;
}
.sidebar-feature-box h2,
.sidebar-feature-box h3,
.sidebar-feature-box p,
.sidebar-feature-box span {
    color:#fff;
    opacity: .8;
}
.sidebar-feature-box strong {
    color:#27CC87;
}
/* end sidebar */

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

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

.unboxed .content .entry.boxed {
  box-shadow: none;
  border: none;
  background: transparent;
  padding: 18px;
}

/* Accordian Menu */

#accordian .menu li.has-sub > a {position:relative;}
#accordian .menu li.has-sub > a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    /* display: inline-block; */
    position: absolute;
    right: 10px;
    top: 10%;
    color: rgba(0,0,0,.18);
    /* margin-left: -1.3em; */
    /* width: 1.3em; */
    z-index: 999;
}

/* 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: #FFF;
  font-weight: 700;
  background: #5d9db5;
  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;
}
.nav-header .sub-menu {
    border: 1px solid rgba(0,0,0,.06);
    background-color: rgba(0,0,0,.03);
    border-radius: 0 0 4px 4px;
    background: #fff;
}
.nav-header .sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 20px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #efefef transparent;
}

.nav-header .menu-item.highlight>a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 12px;
    margin-right: 12px;
    color: #ffffff;
    background: #0e8746;
}
.nav-header .menu-item.highlight>a:hover {
    color: #ffffff;
    background: #5d9db5;
}

/* off canvas */

.uabb-offcanvas-content .menu-item a,
.pp-offcanvas-content.pp-offcanvas-content-h4ljy36o8wiz .pp-offcanvas-body .menu-item a {
  background: #e8f1f7;
  color: #0e243d;
  display: block;
  width: 100%;
  padding: 4px 4px 4px 10px!important;
  font-weight: normal;
}
.uabb-offcanvas-content .menu-item a:hover,
.pp-offcanvas-content.pp-offcanvas-content-h4ljy36o8wiz .pp-offcanvas-body .menu-item a:hover {
  background: #ddebf4;
  color: #0e243d;
}
.uabb-offcanvas-content .menu-item.highlight a,
.pp-offcanvas-content .pp-offcanvas-body .menu-item.highlight a {
  background: #5d9db5;
  color:#0e243d;
  display: block;
  width: 100%;
  padding: 14px!important;
  font-weight: bold;
}
.uabb-offcanvas-content .menu-item.highlight a:hover,
.pp-offcanvas-content .pp-offcanvas-body .menu-item.highlight a:hover {
  background: #0e243d;
  color:#fff;
}
.pp-offcanvas-content ul.menu,
.uabb-offcanvas-content ul.menu {
  list-style-type: none;
  margin-left:0;
}
.pp-offcanvas-content .menu li,
.uabb-offcanvas-content .menu li {
  list-style-type: none;
}

/* # unit listings
-------------------------------------------------------------- */
.unit-grid{margin-right:0;margin-left:0;}
.unit-item-wrap {background: #e8e8ec;box-shadow: 0 1px 20px 5px rgba(53, 105, 180, 0.05), 0 2px 15px 0 rgba(53, 105, 180,0.05);border-radius: 4px;transition:.3s all;}
.unit-featured-item {background: #ffffff;box-shadow: 0 1px 20px 5px rgba(53, 105, 180, 0.05), 0 2px 15px 0 rgba(53, 105, 180,0.05);border-radius: 6px;transition:.3s all;}
.unit-featured-item .inner {padding:.5rem;}
.unit-featured-item .unit-featured-details {padding:.5rem;}
.unit-featured-item img {border-radius: 4px;}
.unit-item-wrap:hover {box-shadow: 0px 0px 22px 0 rgba(82,109,122,.18);transform: translateY(-3px);transform:scale(1.025);}
.unit-item {background:#fff;position:relative;border-radius: 3px;box-shadow: rgba(0,0,0,.02) 0px 3px 0 0;overflow: hidden;}
.unit-item .unit-loc {display:inline-block;color:#efc063;font-size: .8em;padding: 0 8px;}
.unit-item .unit-price {display:inline-block;color:#999;/*border-right: 1px solid #eee;*/padding: 0 8px;font-size: 0.9em;font-weight: 600;}
.unit-item .cc {display:inline-block;color:#999;border-right: 1px solid #eee;padding: 0 8px;}
.unit-item .dive,.unit-row .dive {display:inline-block;width:24px;margin: 0 10px;}
.unit-item .unit-ad {
    border: 1px solid #efc063;
		border-radius: 3px;
		color: #efc063;
    font-size: 0.6em;
		font-weight: 500;
		line-height: 2;
		margin-right: 7px;
		margin-top: 0px;
		padding: 0 3px 0 4px;
    text-transform: uppercase;
}
.single-unit .unit-ad {
  border: 2px solid #efc063;
  border-radius: 3px;
  color: #efc063;
  font-size: 1em;
  font-weight: 500;
  /* line-height: 16px; */
  margin-right: 7px;
  /* margin-top: 0px; */
  padding: 3px 4px;
  text-transform: uppercase;
}
.unit-item .unit-photo-count {
	   position:absolute;
	   bottom:5px;
	   right:5px;
	   background-color:rgba(0,0,0,0.5);
		border-radius: 3px;
		color: #999;
		/* float: left; */
		font-size: .7em;
		padding: 4px;
}
.unit-item .inner {padding: 0px 16px 12px;}
.unit-item .inner .unit-info {margin: 0px 0px 5px;padding: 8px 0 0px;}
.unit-item .inner .unit-content {margin: 10px 0px 15px;font-size:0.8em;/*min-height: 120px;*/}
.unit-item .unit-type .unit-item .meta {display:block;font-size: 0.8em;color: #95a4ba;}
.unit-item .unit-address {display:block;font-size: 1em;color: #0e8746;}
.unit-item .unit-type{
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 2px 6px;
  text-transform: uppercase;
  font-size: 0.6em;
  color: #fff;
  background: #0e8746;
}
.unit-item .unit-type.two-bedroom-gulf-front{background: #ff917a;}
.unit-item .unit-type.three-bedroom-gulf-front{background: #5e7ab6;}
.unit-item .unit-type.two-bedroom-gulf-view{background: #f2bd48;}
.unit-item .unit-type.two-bedroom-penthouse{background: #95a4ba;}

/* Style FACETS */
/* .facetwp-facet .facetwp-checkbox[data-value="one-bedroom-gulf-front"] {
  color: #0e8746!important;
}
.facetwp-facet .facetwp-checkbox[data-value="two-bedroom-gulf-front"] {
  color: #ff917a!important;
}
.facetwp-facet .facetwp-checkbox[data-value="three-bedroom-gulf-front"] {
  color: #5e7ab6!important;
}
.facetwp-facet .facetwp-checkbox[data-value="two-bedroom-gulf-view"] {
  color: #f2bd48!important;
}
.facetwp-facet .facetwp-checkbox[data-value="two-bedroom-penthouse"] {
  color: #95a4ba!important;
} */

.unit-item .unit-size{
  font-size: 0.8em;
  color: #95a4ba;
}
.unit-item .unit-price{
  font-size: 1em;
  color: #0e8746;
}
.unit-item .review-rating,
.unit-overview .review-rating{
  color:#f2bd48;
}
.unit-item .review-rating.none,
.unit-overview .review-rating.none{
  color:#95a4ba;
}
.unit-item .review-rating{
  font-size:.7em;
}
.unit-rating-cnt{
  color:#c7cdcf;
  font-size: .7em;
}

.unit-item a {display:flex;}
.unit-item .unit-btns {border-top:1px solid #ddd;}
.unit-item .unit-btns a.unit-btn {background: #0e243d;color:#698a9f;display:block;text-align: center;padding:8px;text-transform:uppercase;font-size:.7em;font-weight: bold;}
.unit-item .unit-btns a.unit-btn:first-child {border-right:1px solid #f9f9f9;color: #f9f9f9;}
.unit-item .unit-btns a.unit-btn:last-child {border-left:1px solid #f9f9f9;color: #f9f9f9;}
.unit-item .unit-btns a.unit-btn:hover {background: #698a9f;color: #f9f9f9;}
.unit-item a.img-link {display:flex;height: 180px;}
.unit-item a .img-holder {
	display:block;overflow:hidden;position:relative;vertical-align:middle;margin:0;padding:10px 5px;height: 150px;}
.unit-item a .logo-holder {
	width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	  padding:5px;
    overflow: hidden;
	/* background:rgba(0, 0, 0, 0.4); */
	}
.unit-item a .logo-holder img{
	width: 100px;
	}
.unit-item a.unit-link {
  margin: 0 0 0;
  padding: 8px 16px 4px;
  color:#0e243d;
  /* font-size:18px; */
  font-weight:bold;
  text-decoration:none;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.unit-item a.unit-link:hover {color:#efc063;}
.unit-item a.unit_grid_image {display:flex;position:relative;/* border-bottom: 1px solid #ccc; */}
.unit-item a.unit_grid_image img {max-width: 100%;max-height: 135px;}

/* Location Single */

.service-item i{
  font-size: .6rem;
  color: #c7c6c6;
  margin-right: 5px;
}
.loc-address{
  margin-right:10px;
}

/* General Events */

.event-row{
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding: 0 0 20px;
}
.event-row.current{
  background-color: #0e8746;
  color: #fff;
  border-bottom: none;
  padding: 20px;
  border-radius: 6px;
}

/* page / post gallery */
#post-photos {
  margin:0 0 24px;
}
#post-photos div {
  line-height: 1;
}
#post-photos .grid-photo {
  position: relative;
}

/* page / post files */
#post-docs {margin:0;padding:1rem;}
#post-docs .post-docs-wrap{position:relative;}
#post-docs .post-file{
  padding: 14px;
}
#post-docs .post-file .file-title{
  font-size: 1.025rem;
  font-weight: bold;
}
#post-docs .post-file i{
  font-size: 24px;
  margin-right: 1rem;
}

/* post links */
.post-links-wrap{}
.post-links, .widget ul.post-links {margin:0!important;}
.post-links, .post-links li {list-style-type: none;}
.post-links .post-link {}

/* page / post lnks */
#post-links {padding:1rem;position:relative;}
/* #post-links .post-links-wrap{position:relative;} */
#post-links .post-file{
  padding: 14px;
}
#post-links .post-link .link-title{
  font-size: 1.025rem;
  font-weight: bold;
}
#post-links .post-link i{
  font-size: 18px;
  margin-right: 1rem;
  color:#ddd;
}
#post-links.post-grid{
  padding:0px;
}
#post-links.post-grid .page-link-item{
  text-decoration: none;
  overflow: hidden;
}
#post-links.post-grid .link-title{
  font-size: 1.025rem;
  font-weight: 400;
  padding:12px;
  text-decoration: none;
}

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


/* Candidates */
#candidates{}
#candidates .candidate-file{
  font-size: .9em;
}
#candidates .candidate-name{
  font-size: 1em;
  border-bottom: 1px solid #ddd;
}
#candidates .candidate-file .file-title{
  text-transform: capitalize;
}

/* 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: #0e8746;
	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% #0e8746;
}
#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 #1ea7e8;
  padding: 24px!important;
  text-decoration: none!important;
}
.project-row a:hover {background:#fafafa;text-decoration: none;border-bottom: 3px solid #0e8746;}
.project-row a:hover h4 {color:#0e8746;}
.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:#0e8746;
}
.project-list a .pstatus.Active,
.project-row .project-info span.status.Active {
	color:#fff;
	background:#e2aa4b;
}

/* staff */
#ajax_filter_dir_search_results {
    margin-left: 0;
}
#ajax_filter_dir_search_results .staff-item-wrap {
    /* position: relative;
    padding: 15px 10px;
    background: #e9f4fb;
    margin-bottom: 36px; */
}
#ajax_filter_dir_search_results .resp-table-row.tablehead .table-body-cell {
	background:#1ea7e8;
}

.staff-item .inner{
  padding:1.5rem;
}
.staff-item .staff-item-title{
  /* font-size: 1.15em; */
  margin-bottom: 5px;
}
.sidebar .staff-item .staff-item-title{
  font-size: 1.2em;
  margin-bottom: 5px;
}

.staff-item .staff-item-meta{
  border-bottom: 2px solid #ddebf4;
  padding-bottom: 14px;
}
.staff-item .staff-item-meta p{
  margin-bottom: 5px;
}
.staff-item .staff-item-meta .staff-item-role{
  font-weight: bold;
  font-size: 1.15em;
  color: #43a2d6;
  margin-bottom: 10px;
  vertical-align: middle;
  align-items: center;
}
.staff-item .staff-item-meta .staff-item-role .staff-item-seat{
  display: inline-block;
  padding: 1px 10px;
  border-radius: 3px;
  background: #43a2d6;
  font-weight: normal;
  font-size: 0.65em;
  color: #fff;
  margin-left: 8px;
  text-transform: uppercase;
}
.sidebar .staff-item .staff-item-role{
  font-size: .9em;
}
.staff-item .staff-email .button{
  margin:0;
}
.staff-item .staff-headshot-img{
  border-radius: 6px;
}

.staff-item ul {
  list-style: none;
  padding: 0;
}
.staff-item li {
  padding-left: 1em;
}
.staff-item li:before {
  content: "\f058"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  color: #0e8746;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.ajax_filter_dir_search_results {
  margin: 0 0 24px 0;
  list-style-type: none;
}
.callout.staff-results-end {
	font-weight: bold;
  margin-top: 8px;
  color: #1ea7e8;
  padding: 12px 24px!important;
  list-style-type: none;
}

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

/* Search page
--------------------------------------------------------------*/
.post-type-heading {
    font-size: 2.6rem;
    color: #43a2d6;
    text-transform: capitalize;
    margin-bottom: 24px;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}

/* ----------- THE EVENTS CALENDAR -------------  */

/* Fix padding */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container,
.tribe-events .tribe-events-l-container,
.content-area bb-grid-cell {
    /* padding-top: 0px;
    padding-bottom: 0px; */
}

/* Fix color */

.tribe-common a {
    color: #43a2d6;
    outline: 0;
    text-decoration: none;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background-color: #43a2d6;
}

.tribe-events .tribe-common-c-btn:focus, .tribe-events .tribe-common-c-btn:hover {
  background-color: #00bcd4;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
    color: #43a2d6;
}

.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover,
.tribe-common a:visited {
    color: #43a2d6;
}

.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus,
.tribe-events .tribe-events-c-ical__link:hover {
    color: #fff;
    background-color: #43a2d6;
}

.tribe-events .tribe-events-c-ical__link {
    color: #43a2d6;
    border: 1px solid #43a2d6;
    margin-bottom: 16px;
}

.tribe-common .tribe-common-c-btn-border {
    color: #43a2d6;
    border: 1px solid #43a2d6;
    margin-bottom: 16px;
}

.tribe-events .tribe-common-c-btn-border:hover,
.tribe-events .tribe-common-c-btn-border:active,
.tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active {
  background-color: #00bcd4!important;
  border: 1px solid #00bcd4;
  color: #fff!important;
}

.tribe-events .tribe-events-c-ical__link:before {
    display: none;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
    background: #43a2d6;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
    color: #fff;
    background: #43a2d6;
}

/* CLK event listings */
.event-group {
	/* margin: 15px 0; */
}
.event-group .event-item{
	padding:8px;
}
.event-group .event-item .event-date{
	/* border:1px solid #bbbbbb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	webkit-border-radius: 4px; */
	text-align:center;
  font-weight:bold;
	width: 45px;
}
.event-group .event-item .event-date .emonth{
	background-color: #18304c;
	color:#ffffff;
	padding: 4px 4px;
	display:block;
	font-size:18px;
}
.event-group .event-item .event-date .eday{
  color: #5d9db5;
  display: block;
  font-size: 18px;
  background: #f1f7fb;
  padding: 6px 4px;
}

.event-meta {
}
.event-meta .etitle {
	font-size:1.2rem;
	font-weight:bold;
	display:block;
}
.event-meta .etitle h4 {
	margin:0;
}
.event-meta .event-presenter {
	/* color:#c17529; */
}

/* 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: 1.2em;
  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 #5089cc;
		text-decoration: none;
		text-transform: uppercase;
}
.pr-download:hover {
    color: #62b899;
    border: 2px solid #62b899;
		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: #fafafa;
    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:#008DD2!important; */
	/* margin:0;
	padding:0; */
}
.release-item-wrap .release-link{
	border:none;
	text-transform: none;
	text-decoration: none;
	/* color:#008DD2!important; */
	/* margin:0;
	padding:0; */
}
.release-item-wrap .release-link:hover{
	/* color:#0e8746!important; */
}
.release-item-wrap .release-item .release-icon i{
	font-size:4em;
}

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

/*
// 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,
.pp-review-item,
.entry.boxed,
.entry.flex-entry.boxed {
    background:#ffffff;
    -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;
}


/* card cases */
.booking-step-cards .bb_boot_card_container {
    text-align: center!important;
}
.booking-step-cards .bb_boot_card_container .bb_boot_card_image {
    /* padding: 40px 10px 0; */
}
.booking-step-cards .bb_boot_card_container .bb_boot_card_title {
    color: #0e8746;
}
.booking-step-cards .bb_boot_card_container .bb_boot_card_text {
    color: #646464;
}


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

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

/* ## Gravity Forms
--------------------------------------------- */
/*** MAIN WRAPPER ***/
.gform_wrapper {
    background: #f9fbfd;
    padding: 5%;
    margin-bottom: 2rem;
}

.gform_wrapper.gravity-theme .gfield {
    grid-column: 1/-1;
    min-width: 0;
    margin-bottom: 10px;
}

/*** REMOVE LABEL FOR PLACEHOLDER ONLY ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    /* display: none; */
    color: #0e243d;
    margin-bottom: 14px;
}

/*** FIELD STYLING ***/
.gform_wrapper ul.gform_fields li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_half {
    padding-right: 0;
}
input,
input[type=text],
textarea {
    background: #f1f7fb;
    border-bottom: 2px solid #03a9f4;
    border-radius: 0;
    /* color: #fff !important; */
    font-weight: 400 !important;
    /* letter-spacing: 1px !important; */
    /* padding: 17px 15px !important; */
}

/*** FIELD FOCUS STYLING ***/
input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus {
    /* box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2); */
    box-shadow: 0 10px 20px 0 rgb(96 125 139 / 40%);
}

/*** MESSAGE BOX TRANSITION ***/
.gform_wrapper textarea.medium {
    margin-top: 6px;
    height: 10em;
    transition: height .3s ease-out;
}

/*** MESSAGE BOX FOCUS HEIGHT ***/
.gform_wrapper textarea.medium:focus {
    height: 25em;
}

/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    font-weight: bold!important;
}
.gform_wrapper input[type=submit] {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 18px 12px;
    /* border-radius: 0; */
    background: #0e8746;
    color: #fff;
    border: none;
    transition: box-shadow .2s ease-in-out;
}

/*** BUTTON HOVER STYLING ***/
.gform_wrapper input[type=submit]:hover {
    background: #0e243d;
    color: #ddebf4;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

/*** PLACEHOLDER ***/
::-webkit-input-placeholder {
    /* Chrome */
    color: rgba(0, 0, 0, 0.4) !important;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.4) !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.4) !important;
}
:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: rgba(0, 0, 0, 0.4) !important;
}

/* Woocommerce */

.aws-container{margin-bottom:15px;}
.aws-container input.aws-search-field {
  /* border-radius:4px!important; */
  border:2px solid #84b49c;
}
.woocommerce-breadcrumb {margin: 0 0 15px;}
.woocommerce ul.products li, .woocommerce-page ul.products li {
    display: block;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    border-radius: 4px;
    overflow: hidden;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
    display: block;
    text-align: center;
    /* box-shadow: 0px 0px 10px rgba(0,0,0,0.15); */
    /* border-radius: 3px; */
}
.woocommerce ul.products .price, .woocommerce div.product .price {
    color: #77a464;
    font-size: 1.6em!important;
}
.woocommerce ul.products li.product a img {
    margin: 0 0 0!important;
}
.woocommerce ul.products li.product .button {
    /* margin-top: 1em; */
    margin: .25em;
    background-color: #84b49c;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #d5a31c;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 74px!important;
    box-shadow: none;
}

/* ajax results */
.aws_result_excerpt .sname{font-size:1em;color: #7eb4d2;}
.aws_result_excerpt .scname{font-size:.9em;color: #aaa;}


.posted_in{display:block;}
.tax-item{display:block;}
.tax-item.kta_student{font-size:1.1em;font-weight: bold;}
.tax-item.kta_school{font-size:1em;}

.cart-customlocation{display:block;margin:5px 0;}

.page-id-12770 .bookly-form .bookly-form-group[data-type="location"] option[value="3"]{
display:none;
}


/*KTA Calendar ~*~*/
#kta_cal {border:2px solid #ddd;border-top: none;}
#kta_cal .kta_cal_inner {padding:0;}
#kta_cal .kta_cal_inner .row {display:flex;flex-wrap: wrap;}
#kta_cal .kta_cal_inner .kta_cal_months {/* border-bottom:2px solid #ddd; */margin:0;padding:0;display: flex;flex-wrap: wrap;}
#kta_cal .kta_cal_inner .kta_cal_months li {
	width:8.333%;
}
#kta_cal .kta_cal_inner .one_fourth:nth-of-type(odd) {}
#kta_cal .kta_cal_inner .one_fourth:nth-of-type(even) {background:#f7f7f7}
#kta_cal .kta_cal_inner .one_fourth {
	display: flex;
    flex-direction: column;
    align-items: stretch;
	width: 25%;
	padding: 0;
    margin: 0;
	/* border-right:1px solid #ddd; */
	}
#kta_cal .kta_cal_inner .one_fourth.current {
	background-color: #65b89c;
    color: #fff;
	}
#kta_cal .kta_cal_inner .one_fourth .kta-month {
	padding: 5px 5px 5px 5px;
	text-align:center;
	font-weight:bold;
	background-color: #fff;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
	color: #65b89c;
    text-transform: uppercase;
	}
#kta_cal .kta_cal_inner .one_fourth.current .kta-month {
	background-color: #65b89c;
	border-top: 2px solid #65b89c;
	border-bottom: 2px solid #fff;
    color: #fff;
	}
#kta_cal .kta_cal_inner .one_fourth:nth-of-type(even) .kta-month {background:url(/wp-content/themes/putnamtax/styles/_patterns/pattern24.png) repeat 0 0 #f3f3f3;}
#kta_cal .kta_cal_inner .one_fourth.current:nth-of-type(even) .kta-month {background:url(/wp-content/themes/putnamtax/styles/_patterns/pattern24.png) repeat 0 0 #65b89c;}
#kta_cal .kta_cal_inner .one_fourth .kta_cal_content {
	padding: 25px 20px 25px 20px;
	/* border-top:1px solid #ddd; */
	/* border-right:1px solid #ddd; */
	}
#kta_cal .kta_cal_inner .one_fourth .kta_cal_content p{
	font-size:12px;
	}
#kta_cal .kta_cal_inner .one_fourth.last {border-right:none;}

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

/* # Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  /* background-image: radial-gradient(rgba(217, 144, 138, 0.3) 12%, transparent 12%), radial-gradient(rgba(217, 144, 138, .4) 12%, transparent 12%);
  background-position: 0px 0, 37px 62px;
  background-size: 25px 25px;
  border-top: 1px solid rgba(0,0,0,.03); */
}
.footer-widgets .address-block {
  margin: 0 0 12px 0px;
}
.footer-widgets .footer-logo {
  margin: 0 0 5px 0px;
}
.footer-widgets {
  background: url(/wp-content/uploads/2022/06/bg-footer-sea-oats.jpg) right bottom no-repeat #f1f7fb;
}
.footer-widgets .widget ul {
  margin: 0 0 24px 0px;
}
.footer-widgets span {
  display: block;
}
.footer-widgets h4 {
  font-size: 1rem;
  color: #0e8746!important;
  margin: 10px 0;
}
.footer-widgets .button {
  background: transparent!important;
  border: 2px solid #0e8746!important;
  color: #0e8746!important;
  margin: 10px 0;
  font-weight: bold;
  width: -webkit-fill-available!important;
}
.footer-widgets .button:hover {
  background:#0e8746!important;
  border: 2px solid #0e8746!important;
  color: #f1f7fb!important;
}

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

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

@media only screen and (min-width: 769px) {
  .mai-toggle {
      display: block;
      flex-shrink: 0;
  }
}

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

  #clk-ajax-filter-search select {
      margin-right: 0;
      margin-bottom: .5em;
  }
  #clk-ajax-filter-search form {
    flex-direction: column;
    padding: 3%;
  }
  #clk-ajax-filter-search input.search-field, #clk-ajax-filter-search #search {
      margin-bottom: 0.25em;
  }
  #clk-ajax-filter-search select {
      /* margin-top: 0.5em; */
      max-width: 100%;
  }
  #clk-ajax-filter-search #submit {
    margin:0;
}

  .staff-item{
    padding:1rem;
  }

}

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