/*
Theme Name:     First Step Fence
Theme URI:      https://firststepfence.com
Template:       kadence
Author:         Tiger Shark Marketing
Author URI:     https://tsmcontractor.com
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.wp-block-kadence-advancedbtn .kb-svg-icon-wrap {
	position: absolute;
	right: 32px;
	font-weight: 500;
	font-size: 24px;
	top: 14px;
}

ul.service-areas {
	list-style-type: none;
}
@media (min-width: 799px) {
	ul.service-areas {
		 grid-template-columns: repeat(2, 1fr); 
		display: grid; 
	}	
}
#service-areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

#service-areas a {
  flex: 1 1 calc(33.333% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #service-areas a {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  #service-areas a {
    flex: 1 1 100%;
  }
}

body.single.single-post .entry-content h3 {
	padding-left: 16px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
    border-bottom: 3px solid var(--global-palette6, #718096);
}


body.single.single-post .entry-content h4 {
    border-top: 1px solid var(--global-palette6, #718096);
    border-bottom: 3px solid var(--global-palette6, #718096);
}

body.single.single-post .entry-content h5 {
    border-bottom: 1px solid var(--global-palette6, #718096);
}

.no-header-boder h4 {
	border-top: none !important;
	border-bottom-width: 2px !important;
}

#author-bio h3 {
	border-top: none !important;
	padding-left: 0 !important;
}

#author-bio h4 {
	border: none !important;
}
