.wp-block-cover {
	background: #fff;
	border-bottom: 1px solid #787878;
}
.wp-block-cover .wp-block-cover__image-background {
	opacity: 1.00;
}
.hero-wrap {
	background: rgba(72,87,65,.85);
	padding: 30px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* add scroll-locking when clicking the mobile nav menu button*/
body:has(button.menu-toggle.activated) {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
}

body {
	background-color: #fff;
	font-size: 16px;
	color: #000;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	line-height: 28px;
}


.site-header {
	background-color: #485741;
	box-shadow: none;
	position: sticky !important;
	top: 0;
	z-index: 9999 !important;
}

.wp-custom-logo .title-area {
	max-width: 250px;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: left;
}

@media only screen and (max-width: 350px) {
	.wp-custom-logo .title-area {
		max-width: 200px !important;
	}
}


/* https://wpsites.net/genesis-tutorials/vertical-align-title-area-menu-on-desktops-mobiles/ */
@media only screen and (min-width: 960px) {
	.title-area { 
		grid-area: logo; 
		/*     justify-self: end;   */ }
	
	.nav-primary { 
		grid-area: menu; 
		text-align: right;
		/*  justify-self: start; */ }
	
	.site-header .wrap {
		display: grid;
		grid-template-areas: 'logo menu'; 
		align-items: center; }
		
	/* not part of wpsites.net tutorial */
	.nav-primary .genesis-nav-menu a {
		padding: 0 5px 4px 5px;
	}
}

/* via https://popwp.com/show-description-in-genesis-sample-child-theme/ */
.site-description {
	font-size: 10px;
	font-size: 1rem;
	height: 16px;
	margin-bottom: 0;
	line-height: 1;
	clip: auto;
	width: 350px;
	overflow: visible;
	padding-top: 5px;
	position:  absolute;
	word-wrap:  normal;
}
.genesis-nav-menu {
	line-height: 1.33;
}
.genesis-nav-menu a {
	border: none;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus {
  color: #e3d4a9;
  border-color: #e3d4a9;
}
.genesis-nav-menu .current-menu-item > a {
	color: #e3d4a9;
}
.genesis-nav-menu .current-menu-item > a:hover,
.genesis-nav-menu .current-menu-item > a:focus {
	color: #e3d4a9;
}

@media only screen and (min-width: 960px) {
  .genesis-nav-menu .menu-item {
    display: inline-block;
    margin-left:47px;
  }
  .genesis-nav-menu .menu-item .sub-menu {
    display: inline-block;
    margin-left:-56px;
  }
}


.site-header .menu-toggle::before {
	color: #fff;
}
.menu-toggle {
    float: right;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}

@media only screen and (max-width: 960px) {
	.site-header .menu-toggle::before {
		top: 10px;
	}
}


.menu-toggle, .sub-menu-toggle {
	color: #fff;
	outline: none;
}
.menu-toggle:hover, .menu-toggle:focus,
.sub-menu-toggle:hover, .sub-menu-toggle:focus {
	color: #272c3f;
}

@media only screen and (min-width: 960px) {
  .genesis-nav-menu .sub-menu {
    border: none;
	padding-top: 13px;
  }
  .genesis-nav-menu .menu-item .sub-menu a {
    border: none;
    padding: 10px;
  }
   .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
    width: 250px;
  }
   .genesis-nav-menu .sub-menu .menu-item {
  	border-top: 1px solid #434859;
  }
   .genesis-nav-menu .sub-menu .menu-item:last-of-type {
  	border-bottom: 1px solid #434859;
  }
}


.genesis-nav-menu .sub-menu a {
	background-color: #485741;
	font-size: 14px;
	text-align: left;
}


/*--------- TYPOGRAPHY ---------*/

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6   {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display',serif;
	line-height: 1.2;
}
.archive-description .entry-title, .archive-title, .author-box-title {
	font-size: 55px;
	font-weight: 400;
	margin-bottom: 0px;
}
.entry-content h2 {
	font-size: 35px;
	margin: 12px 0;
}
.entry-content h4 {
	font-size: 24px;
	line-height: 38px;
	margin: 12px 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100% !important;
  width: 100% !important;
}
hr.wp-block-separator {
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: 1px solid currentColor;
	color: #eee;
	margin: 1.65em auto;
}



p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 16px;
}
a, .entry-title a, .sidebar .widget-title a {
	color: #ec6718;
	font-weight: 400;
	outline: none;
	text-decoration: none;
}
a:hover, a:focus,
.entry-title a:hover, .sidebar .widget-title a:hover,
.entry-title a:focus, .sidebar .widget-title a:focus {
	color: #ff7c30;
	outline: none;
}



.entry-content ul, .entry-content dl {
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}
.entry-content ul > li {
	list-style: none;
}
.entry-content ul li {
	list-style-type: none;
	display: block;
	clear: both;
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin: 6px 0;
	padding-left: 20px;
} 
.entry-content ul li::before {
	content: "\f345";
	font-family: 'Dashicons';
	font-size: 20px;
	color: #000;
	position: absolute;
	vertical-align: bottom;
	top: -1px;
	left: 0;
}

.testimonial {
    border: 1px solid #ccc;
    padding: 30px 30px 15px 30px;
    margin-bottom: 20px;
}



.sidebar-cta {
	border-top: 5px solid #ec6718;
	background-image: url('/wp-content/uploads/2026/01/bg-cta-fdc.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 4em 0;
	margin-bottom: 0;
	padding: 30px;
}
.sidebar-cta h3,
.sidebar-cta p {
	color: #fff;
}
.sidebar-menu {
	background: #f2f2f2;
padding: 30px;
}


/*--------- LAYOUT ---------*/
@media only screen and (min-width: 960px) {
  .site-inner {
    max-width: 1366px;
  }
}

@media only screen and (min-width: 960px) {
  .alignfull .alignwide, .alignwide .alignwide {
    max-width: 1366px !important;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  .full-width-content .content {
    width: 100%; /* 65% when body.sidebar-content */
  }
}


/*--------- SIDEBAR ---------*/

.sidebar .widget-title{
	font-family: 'Playfair Display',serif;
	font-size: 35px;
	color: #1f1f1f;
	font-weight: 400;
	margin: 12px 0; 
}

.sidebar ul li {
  border-bottom: 1px solid #ddd;
  list-style-type: none;
  display: block;
  clear: both;
  position: relative;
  font-size: 16px;
  color: #6d6d6d;
  font-weight: 400;
  margin: 0;
  padding: 12px 0;
}
.sidebar ul li:last-of-type {
	border: none;
}
.sidebar ul li::before {
	content: "\f345";
	font-family: 'Dashicons';
	font-size: 20px;
	color: #6d6d6d;
	position: absolute;
	vertical-align: bottom;
	top: 9px;
	left: 0;
}
.sidebar ul li a {
	padding-left: 30px;
} 
.wp-block-navigation__responsive-container-content ul li::before {
	content: "\f345";
	font-family: 'Dashicons';
	font-size: 20px;
	color: #6d6d6d;
	position: absolute;
	vertical-align: bottom;
	top: 9px;
	left: 0;
}
.wp-block-navigation__responsive-container-content ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	display: block;
	clear: both;
	position: relative;
	font-size: 16px;
	color: #6d6d6d;
	font-weight: 400;
	margin: 0;
	padding: 12px 0;
} 

.wp-block-navigation__responsive-container-content ul li a {
	padding-left: 30px;
}

.wp-block-navigation__responsive-container-content ul li a {
	color: #ec6718 !important;
	font-weight: 400 !important;
	text-decoration: none;
}
.wp-block-navigation__responsive-container-content ul li a:hover,
.wp-block-navigation__responsive-container-content ul li a:focus {
	color:#ff7c30 !important;
}

 
/*--------- FOOTER ---------*/

.footer-widgets {
	border-top: 4px solid #FFF;
	background-color: #485741;
	clear: both;
	padding: 50px 0 45px;
}
.footer-widgets .widget-title {
	font-family: 'Playfair Display',serif;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-top: 4px;
	margin-bottom: 0;
	padding-bottom: 25px;
}
.footer-widgets .textwidget p {
	color: rgba(255,255,255,.75);
	font-size: 15px;
	line-height: 25px;
	margin: 0;
	padding-bottom: 15px;
}
.footer-widgets .footer-widgets-1 .textwidget p {
	/* the logo */
	padding-bottom: 0;
}
.footer-widgets .footer-widgets-1 .textwidget p:last-of-type {
	/* the cc logos */
	padding-top: 30px;
}
.footer-widgets .widget_nav_menu ul li a {
	color: rgba(255,255,255,.75);
}
.footer-widgets .widget_nav_menu ul li a:hover,
.footer-widgets .widget_nav_menu ul li a:focus {
	color: rgba(255,255,255,1.0);
}
.site-footer {
	border-top: 1px solid rgba(255,255,255,.75);
	background: #485741;
}
.site-footer p {
	color: rgba(255,255,255,.75);
	font-size: 14px;
}
.site-footer a {
	color: rgba(255,255,255,.75);
	font-size: 14px;
	padding-left: 20px;
}
.site-footer a:hover, 
.site-footer a:focus {
	color: rgba(255,255,255,1.0);
}

@media only screen and (min-width: 960px) {
  .footer-widgets .wrap {
    max-width: 1366px;
  }
}
@media only screen and (min-width: 960px) {
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 4);
  }
}
@media only screen and (min-width: 1440px) {
	.footer-widget-area {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.wp-block-cover, .wp-block-cover-image {
	padding: 30px;
}
.site-container .wp-block-columns.alignfull.hero {
	padding: 0;
}
.hero h1 {
	color: #fff !important;
	font-size: 36px;
}
.hero .subtext {
	color: #fff !important;
	font-size: 18px;
	margin-bottom: 30px;
}
.site-container .hero .wp-block-button .wp-block-button__link {
	display: inline-block;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 2px;
	vertical-align: top;
	background: #c0b596;
	text-transform: uppercase;
	padding: 18px 48px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 50px;
	transition: .2s;
}
.site-container .hero .wp-block-button .wp-block-button__link:hover,
.site-container .hero .wp-block-button .wp-block-button__link:focus {
	background: red;
}
:where(.wp-block-columns.hero) {
	margin-bottom: 0em;
	padding-top: 3em;
}


:where(.wp-block-columns.intro) {
	margin-bottom: 3em;
	padding-top: 3em;
}

.icon-container {
	fill: #e3d4a9;
	width: 80px !important;
	transform:rotate(0deg) scaleX(1) scaleY(1);
	background: transparent;
	border-radius: 50%;
	border: 1px solid #e3d4a9;
}
.practice-areas-page #hero-title, .practice-areas-page .breadcrumb-wrapper {
	display: none; 
}

.site-container .wp-block-columns.alignfull.practice-areas {

	background-image:url('/wp-content/uploads/2023/10/bg-practice-areas.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 4em 30px;
	margin-bottom: 0;
}
.practice-areas {
	border-top: 1px solid #787878;
}
.practice-areas .preheader {
	color: #c0b596;
}
.practice-areas h2 {
	display: block;
    font-family: 'Playfair Display',serif;
    font-size: 55px;
    color: #fff;
	margin-bottom: 1.5vw;
    text-transform: capitalize;
}
.practice-areas h3 {
	font-family: 'Playfair Display',serif;
    font-size: 24px;
    color: #e3d4a9;
    font-weight: 500;
    position: relative;
    line-height: 30px;
    margin-bottom: 30px;
}
.practice-areas p {
	font-size: 15px;
    color: #fff;
}
.practice-areas .blurb {
	margin-bottom: 0;
}

/*  .practice-areas h3::after {
	width: 40px;
    height: 1px;
    background: #c0b596;
    content: "";
    left: 0;
    bottom: -17px;
    position: absolute;
}

:where(.wp-block-columns.alignfull.practice-areas) {
	margin-bottom: 3em;
	padding-top: 3em;
} */


.site-container .wp-block-columns.alignfull.testimonials {
	padding: 4em 30px;
	margin-bottom: 0;
}
.testimonials .preheader {
	color: #c0b596;
}
.testimonials h2 {
	display: block;
    font-family: 'Playfair Display',serif;
    font-size: 55px;
    color: #1f1f1f;
    text-transform: capitalize;
	margin-bottom: 72px;
}
.testimonials h3 {
    font-family: 'Playfair Display',serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    position: relative;
    line-height: 30px;
    margin-bottom: 5px;
}
.testimonials p {
	font-size: 15px;
    color: #000;
    font-weight: 700;
}
.youtube-container {
	text-align:center;
	padding-top: 4em;
}
:where(.wp-block-columns.alignfull.testimonials) {
	margin-bottom: 3em;
	padding-top: 3em;
}



.site-container .wp-block-columns.alignfull.case-results {
	background-image:url('/wp-content/uploads/2023/10/bg-case-results.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 4em 30px;
	margin-bottom: 0;
}
.case-results .preheader {
	color: #c0b596;
}
.case-results h2 {
	display: block;
    font-family: 'Playfair Display',serif;
    font-size: 55px;
    color: #fff;
	margin-bottom: 72px;
    text-transform: capitalize;
}
.case-results h3 {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    color: #e3d4a9;
    font-weight: 700;
    position: relative;
    line-height: 30px;
    margin-bottom: 5px;
}
.case-results p {
	font-size: 15px;
    color: #fff;
    font-weight: 700;
	margin-bottom: 0;
}
.case-result-wrap {
	padding-bottom: 4em;
}
.case-result-box {
  border: 1px solid #e3d4a9;
  padding: 30px;
}
:where(.wp-block-columns.alignfull.case-results) {
	margin-bottom: 3em;
	padding-top: 3em;
}


.site-container .wp-block-columns.alignfull.posts {
	padding: 4em 30px;
	margin-bottom: 0;
}
.posts .preheader {
	color: #c0b596;
}
.posts h2 {
	display: block;
    font-family: 'Playfair Display',serif;
    font-size: 55px;
    color: #1f1f1f;
    text-transform: capitalize;
}
.posts h3 {
    font-family: 'Playfair Display',serif;
    font-size: 24px;
    color: #e3d4a9;
    font-weight: 500;
    position: relative;
    line-height: 30px;
    margin-bottom: 5px;
}
.posts p {
	font-size: 15px;
    color: #6d6d6d;
    font-weight: 700;
}

:where(.wp-block-columns.alignfull.posts) {
	margin-bottom: 3em;
	padding-top: 3em;
}


.site-container .wp-block-columns.alignfull.cta {
	background-image:url('/wp-content/uploads/2026/01/bg-cta-fdc.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 4em 0;
	margin-bottom: 0;
}
.cta-inner-wrap {
	padding: 0 30px;
}
.cta .preheader {
	color: #c0b596;
}
.cta h2 {
	display: block;
    font-family: 'Playfair Display',serif;
    font-size: 36px;
    color: #fff;
	margin-bottom: 20px;
    text-transform: capitalize;
}
.cta h3 {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    color: #e3d4a9;
    font-weight: 700;
    position: relative;
    line-height: 30px;
    margin-bottom: 5px;
}
.cta p {
	font-size: 15px;
    color: #fff;
    font-weight: 700;
}
.cta p:last-of-type {
	margin-bottom: 0;
}
.case-result-wrap {
	padding-bottom: 4em;
}
.case-result-box {
  border: 1px solid #e3d4a9;
  padding: 30px;
}
:where(.wp-block-columns.alignfull.case-results) {
	margin-bottom: 3em;
	padding-top: 3em;
}

@media only screen and (min-width: 768px) {
	:where(.wp-block-columns.has-background.about-intro) {
		padding: 4em;
	}
	.cta h2 {
		font-size: 55px;
	}
}
.about-intro p {
	margin-bottom: 0;
}


	
@media only screen and (max-width: 768px) {
	:where(.wp-block-columns.hero) {
	  margin-bottom: 0;
	}
	:where(.wp-block-columns.intro) {
		margin-bottom: 0;
		padding-top: 0;
	}
	/* .site-container .wp-block-columns.alignfull.practice-areas {
		padding-bottom: 0;
	}
	.site-container .wp-block-columns.alignfull.posts {
		padding-bottom: 0;
	}
	.practice-areas h3 {
		text-align: center;
	}
	.practice-areas h3::after {
		left: calc(50% - 20px);
	}
	.practice-areas p {
		text-align: center;
	}
	.practice-areas .wp-block-image .alignright {
		display: block;
		float: none;
		margin: .5em 0 0 0;
	}
	.practice-areas .alignright {
		text-align: center; 
	}*/
	.testimonial {
		padding: 30px 0 15px 0;
	}
	.case-result-wrap {
		padding-bottom: 40px;
	}
		
}

@media only screen and (max-width: 350px) {
	/* .practice-areas h2, */ .testimonials h2, .case-results h2, .posts h2  {
		text-align: center;
		font-size: 24px;
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 351px) and (max-width: 768px) {
	/* .practice-areas h2, */ .testimonials h2, .case-results h2, .posts h2  {
		text-align: center;
		font-size: 36px;
		margin-bottom: 5vw;
	}
}


.preheader, .read-more {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.read-more a::after {
	font-size: 15px;
	content: "\f345";
	font-family: "dashicons";
	vertical-align: bottom;
	bottom: 1px;
	position: relative;
}


.site-container .wp-block-button.ghost .wp-block-button__link {
	display: inline-block;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 2px;
	vertical-align: top;
	background: transparent;
	border: 2px solid #fff;
	text-transform: uppercase;
	padding: 18px 48px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 50px;
	transition: .2s;
}
.site-container .wp-block-button.ghost .wp-block-button__link:hover,
.site-container .wp-block-button.ghost .wp-block-button__link:focus {
	background: #fff;
	border: 2px solid #fff;
	color: #272c3f;
}


@media only screen and (min-width: 768px) {
	.hero h1 {
		font-size: 55px;
	}
}
@media (max-width: 768px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
    flex-grow: 1;
  }
}

/* Page hero featured image with Title */
/* via https://popwp.com/overlay-entry-title-on-featured-image-in-single-posts/  */
/* See also functions.php */
.home .hero-title, 
.home .breadcrumb-wrapper {
	display: none;
}
.hero-title {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-color: #485741;
	color: #fff;
}
.hero-title .archive-title {
    font-size: 55px;
}
.hero-title .archive-description {
    margin-bottom: 10px;
}
.hero-title::after {
  content: "";
  display: block !important;
  position: absolute;
  /* background: rgba(42, 49, 57, 0.5); */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease;
}
.hero-title .wrap {
  position: relative;
  z-index: 2;
}
.hero-title {
  padding: 50px 0px;
  margin: 0;
  text-align: center;
  color: #fff;
}
.hero-title .entry-title {
  font-size: 36px;
  font-weight: 400;
}
.hero-title .wrap {
  max-width: 896px;
}
.hero-title .wrap {
  margin: 0 auto;
  padding-left: 1vw;
  padding-right: 1vw;
}
@media only screen and (min-width: 768px) {
  .hero-title {
    padding: 100px 0px;
    margin-top: 0;
    text-align: center;
    color: #fff;
  }
  .hero-title .entry-title {
    font-size: 55px;
  }
}
/* @media only screen and (min-width: 960px) {
  .hero-title {
    margin-top: 80px;
  }
} */




.breadcrumb-wrapper {
	border-bottom: 1px solid #ccc;
}
.breadcrumb {
	border-bottom: none;
	color: #000;
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.site-inner.breadcrumb {
	padding-top: 0;
	padding-bottom: 0;
}
.home .site-inner {
	padding: 0px 30px 0;
}
@media only screen and (max-width: 768px) {
	.site-inner {
		padding: 30px 30px 0;
	}
}

.map-wrapper {
	border: 1px solid #ccc;
}



.gb-block-post-grid header .gb-block-post-grid-title a {
	color: #000;
	text-decoration: none;
}
.gb-block-post-grid header .gb-block-post-grid-title a:hover,
.gb-block-post-grid header .gb-block-post-grid-title a:focus {
	color: #272c3f;
	text-decoration: none;
}
.posts p {
	color: #000;
	font-size: 15px;
	font-weight: 400;
}
.gb-block-post-grid .gb-block-post-grid-byline {
	color: #000;
}
.gb-block-post-grid .gb-block-post-grid-more-link {
	color: #ec6718;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.gb-block-post-grid .gb-block-post-grid-more-link:hover {
	color: red;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}
.gb-block-post-grid .gb-block-post-grid-more-link::after {
	color: #ec6718;
	font-size: 15px;
	content: "\f345";
	font-family: "dashicons";
	vertical-align: bottom;
	bottom: 0px;
	position: relative;
}
.gb-block-post-grid .gb-block-post-grid-more-link::after:hover {
	color: red;
}

hr.wp-block-separator {
	border-bottom: 1px solid #ccc;
	color: #ccc;
}


/* Utility Bar via https://carriedils.com/widget-area-above-header-genesis/
--------------------------------------------- */
	
.utility-bar {
	background: #485741;
	border-bottom: 1px solid #6f7d68;
	color: #a7abb8;
	font-size: 15px;
	letter-spacing: 2px;
	padding: 10px 0;
	padding: 1rem;
	text-transform: uppercase;
}

.utility-bar .widget {
	margin-bottom: 0;
}

.utility-bar a {
	color: #ffff;
	font-weight: 700;
	text-decoration: none;
}

.utility-bar-left,
.utility-bar-center,
.utility-bar-right {
	width: 100%;
}

.utility-bar-left p,
.utility-bar-center p,
.utility-bar-right p {
	margin-bottom: 0;
}

.utility-bar-left {
	float: left;
}
.utility-bar-center {
	float: none;
	text-align: center;
}
.utility-bar-right {
	float: right;
	text-align: right;
}

.utility-bar input[type="search"] {
	background: inherit;
	padding: 10px 0 0;
	padding: 1.0rem 0 0;
}
	
@media only screen and (min-width: 960px) {
	
	.utility-bar {
		display: none;
	}
	
}

@media only screen and (max-width: 350px) {
	.utility-bar {
		font-size: 12px;
		line-height: 1;
		padding: 10px;
	}
}

.entry {
	margin-bottom: 0 important;
}
@media only screen and (min-width: 960px) {
	.entry {
		margin-bottom: 0 important;
	}
}

.bio {
	margin-bottom: 50px;
}
.bio img {
	margin-top: -50px;
}
.bio-cta {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
	display: flex;          /* this is what makes ::before and p sit inline */
	align-items: center;    /* vertically centers the icon with the text */
	gap: 12px;              /* replaces the padding-left hack */
}

.bio-cta::before {
	content: "\f525";
	font-family: 'Dashicons';
	font-size: 20px;
	color: #fff;
	background: #ec6718;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	flex-shrink: 0;         /* keeps the circle from squishing on long text */
	display: flex;          /* centers the glyph inside the circle */
	align-items: center;
	justify-content: center;
}

.bio-cta p {
	margin-bottom: 0;
}
.bio-cta a {
	color: #000;
}


.clickable {
    cursor: pointer;
}