/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Global */
/* .subhead {
    padding-bottom: 1rem !important;
} */

.h1-heading,
.h2-heading,
.h3-heading,
.h4-heading,
.h5-heading,
.h6-heading {
  padding-top: 1rem !important;
  /* padding-bottom: 1rem !important; */
}

small {
	display: inline-block;
	line-height: 1.5em !important;
	padding-top: 0.1rem;
}

.header-accent {
  font-weight: 400;
  color: #3c3c3c !important;
}

.header-accent-inverse {
  font-weight: 400;
  color: #fff !important;
}

.heavy-emphasis {
  font-weight: 800;
}

.secondary {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.accent {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-header h1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cta-footer-phone {
  font-size: 36px !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  color: #fff !important;
}

/* Apply to remove underline on link(s) */
.link-no-underline a{
  text-decoration: none !important;
}

/* Fix: Resolve conflict with social icon link */
a:hover {
  text-decoration: underline;
}

/* Elementor Editor Fix: Text box bottom gap */
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0px;
}

/* Custom Buttons: Implemented to override issues with buggy global styles */
.elementor-button {
  background-color: #ff7043 !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-family: 'Roboto Condensed', sans-serif !important;
}

.elementor-button:hover {
  background-color: #3c3c3c !important;
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'Roboto Condensed', sans-serif !important;
}

.btn-secondary a {
  color: #fff !important;
  background-color: #2594c6 !important;
}

.btn-secondary a:hover {
  color: #fff !important;
  background-color: #3c3c3c !important;
}

.btn-tertiary a {
  color: #fff !important;
  background-color: #3c3c3c !important;
}

.btn-tertiary a:hover {
  color: #fff !important;
  background-color: #111 !important;
}

.btn-carroll-county a {
  color: #484E30 !important;
  background-color: #FCA06F !important;
}

.btn-carroll-county a:hover {
  color: #484E30 !important;
  background-color: #e4844e !important;
}

.btn-crawford-county a {
  color: #484E30 !important;
  background-color: #D2B0F8 !important;
}

.btn-crawford-county a:hover {
  color: #484E30 !important;
  background-color: #b98aed !important;
}

.btn-guthrie-county a {
  color: #484E30 !important;
  background-color: #FFF75D !important;
}

.btn-guthrie-county a:hover {
  color: #484E30 !important;
  background-color: #e5df42 !important;
}

.btn-shelby-county a {
  color: #484E30 !important;
  background-color: #FB8182 !important;
}

.btn-shelby-county a:hover {
  color: #484E30 !important;
  background-color: #FB7559 !important;
}

.btn-link .elementor-button-content-wrapper {
  /* border-bottom: 1px solid #00796B !important; */
}

.btn-link .elementor-button-icon {
  fill: #00796b !important;
}

.btn-link a {
  color: #00796b !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  font-weight: 500 !important;
  font-family: "Roboto", sans-serif !important;
}

.btn-link a:hover {
  color: #3c3c3c !important;
  background-color: transparent !important;
  font-family: "Roboto", sans-serif !important;
}

.btn-link a:hover .elementor-button-icon {
  fill: #3c3c3c !important;
}

.btn-link a:hover .elementor-button-content-wrapper {
  border-bottom: 1px solid #3c3c3c !important;
}

/* Main Navigation */

/* Nav container setup */
.elementor-nav-menu--main > ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Each top-level list item is equal width and centered */
.elementor-nav-menu--main > ul > li {
  flex: 1 1 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* Anchor setup: center text + allow shape positioning */
.elementor-nav-menu--main > ul > li > a {
  display: block;
  width: 120px !important;
  padding: 1em;
  text-align: center !important;
  line-height: 1.3;
  padding-left: 10px !important;
  padding-right: 10px !important;
  position: relative;
}

/* Dropdown arrow centered */
.elementor-nav-menu--main > ul > li > a .sub-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  margin-left: -5px;
}

/* Polygon shape backgrounds */
.elementor-nav-menu--main > ul > li:nth-child(1) > a::after {
  background-image: url("https://westcentra1dev.wpenginepowered.com/wp-content/uploads/2025/05/polygon-bottom-sky-ice.webp");
  bottom: -25.8px;
}

.elementor-nav-menu--main > ul > li:nth-child(2) > a::after {
  background-image: url("https://westcentra1dev.wpenginepowered.com/wp-content/uploads/2025/05/polygon-bottom-sunset-coral.webp");
  bottom: -15.7px;
}

.elementor-nav-menu--main > ul > li:nth-child(3) > a::after {
  background-image: url("https://westcentra1dev.wpenginepowered.com/wp-content/uploads/2025/05/polygon-bottom-lavender-mist.webp");
  bottom: -15.7px;
}

.elementor-nav-menu--main > ul > li:nth-child(4) > a::after {
  background-image: url("https://westcentra1dev.wpenginepowered.com/wp-content/uploads/2025/05/polygon-bottom-solar-pop.webp");
  bottom: -15.7px;
}

.elementor-nav-menu--main > ul > li:nth-child(5) > a::after {
  background-image: url("https://westcentra1dev.wpenginepowered.com/wp-content/uploads/2025/05/polygon-bottom-rose-blush.webp");
  bottom: -15.7px;
}

.elementor-nav-menu--main > ul > li:nth-child(6) > a::after {
  background-image: url("https://westcentra1dev.wpenginepowered.com/wp-content/uploads/2025/05/polygon-bottom-amber-glow.webp");
  bottom: -25.8px;
}

.elementor-nav-menu--main > ul > li:nth-child(7) > a::after {
  background-image: url("https://westcentra1dev.wpenginepowered.com/wp-content/uploads/2025/05/polygon-bottom-candy-bloom.webp");
  bottom: -25.8px;
}

/* Shared ::after style */
.elementor-nav-menu--main > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: -25.6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  background-color: transparent !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Hide shape on hover or focus */
.elementor-nav-menu--main > ul > li > a:hover::after,
.elementor-nav-menu--main > ul > li > a:focus::after {
  display: none !important;
}

/* Background colors for each top-level menu item */
.elementor-nav-menu--main > ul > li:nth-child(1) {
  background-color: #a6f6fe;
}

.elementor-nav-menu--main > ul > li:nth-child(2) {
  background-color: #fca06f;
}

.elementor-nav-menu--main > ul > li:nth-child(3) {
  background-color: #d2b0f8;
}

.elementor-nav-menu--main > ul > li:nth-child(4) {
  background-color: #fff75d;
}

.elementor-nav-menu--main > ul > li:nth-child(5) {
  background-color: #fb8182;
}

.elementor-nav-menu--main > ul > li:nth-child(6) {
  background-color: #ffc107;
}

.elementor-nav-menu--main > ul > li:nth-child(7) {
  background-color: #fca2df;
}

@media (max-width: 1200px) {
  /* Remove break */
  .nav-item-break {
    display: none;
  }

  /* Apply individual colors */
  .nav-item-1 {
    background-color: #a6f6fe !important;
  }
  .nav-item-2 {
    background-color: #fca06f !important;
  }
  .nav-item-3 {
    background-color: #d2b0f8 !important;
  }
  .nav-item-4 {
    background-color: #fff75d !important;
  }
  .nav-item-5 {
    background-color: #fb8182 !important;
  }
  .nav-item-6 {
    background-color: #ffc107 !important;
  }
  .nav-item-7 {
    background-color: #fca2df !important;
  }
}

/* Nav arrow */
.sub-arrow svg {
  fill: #3c3c3c;
}

.menu-item:hover .sub-arrow svg {
  fill: #3c3c3c;
}

@media screen and (min-width: 1024px) {
  .sub-arrow svg {
    fill: #3c3c3c;
  }

  .menu-item:hover .sub-arrow svg {
    fill: #3c3c3c;
  }
}

/* Hero slider swiper buttons */
.hero-slider-container .elementor-swiper-button,
.elementor-swiper-button-prev {
  height: 100% !important;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 15px !important;
}

.hero-slider-container .elementor-swiper-button {
  background: linear-gradient(
    to left,
    rgba(0, 121, 107, 0.75) 0%,
    rgba(0, 121, 107, 0) 68%
  );
}

.hero-slider-container .elementor-swiper-button-prev {
  background: linear-gradient(
    to right,
    rgba(0, 121, 107, 0.75) 0%,
    rgba(0, 121, 107, 0) 68%
  );
}

/* Footer */
.subfooter a {
  font-size: 13px;
  color: #fff;
}

.subfooter a:hover {
  color: #888;
  font-size: 13px;
}

/* Footer Link Overrides */
.footer-link a {
  color: #eee !important;
}

.footer-link a:hover {
  color: #fff !important;
}

/* Remove icons on mobile navigation */
@media (max-width: 767px) {
  .main-footer .elementor-icon-list-item .elementor-icon-list-icon {
    display: none;
  }
}

/* Utility Header Link Overrides */
.utility-header-link a {
  color: #fff !important;
}

.utility-header-link a:hover {
  color: #fff !important;
}

/* County/Category Forms */
.county-category-container {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.county-category-container select {
  width: 100%;
  padding: 12px 40px 12px 12px; /* leave space for arrow */
  margin: 15px 0;
  font-size: 18px;
  border: none;
  background-color: #f9f0f0;
  color: #444;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23444' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  cursor: pointer;
}

.county-category-container .search-button {
  font-family: "Roboto Condensed", sans-serif !important;
  display: inline-block;
  background-color: #ff7043;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
  margin-top: 20px;
}

.county-category-container .search-button:hover {
  background-color: #3c3c3c !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Tabs */
.e-n-tabs-heading .e-n-tab-title:last-child {
  border-right: none !important;
}

/* Table */
table.table-layout {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}

.table-layout th,
.table-layout td {
  border: 1px solid #f1f1f1 !important;
  padding: 0.75rem !important;
  text-align: left !important;
  vertical-align: top !important;
  background-color: #fff !important;
  color: inherit !important;
}

.table-layout th {
  background-color: #2594c6 !important;
  color: #fff !important;
  padding: 0.75rem !important;
  text-align: left !important;
}

.table-layout th h4 {
  margin: 0;
  font-weight: 900;
  font-size: 20px;
  color: #fff !important;
}

.table-layout tr.category-row td {
  font-weight: bold !important;
  background-color: #fff !important;
  border-top: 2px solid #2594c6 !important;
}

.table-layout tr:nth-child(even),
.table-layout tr:nth-child(odd) {
  background-color: #fff !important;
}

.indent {
  display: inline-block;
  margin-left: 1.5rem;
}

.bold-text {
  font-weight: 900;
  font-size: 18px;
}

.table-layout tfoot td.not-accepted {
  background-color: #d92124 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  padding: 1rem !important;
}

.table-layout tfoot td.not-accepted strong {
  font-weight: 900;
  text-transform: uppercase;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #2594C6;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  text-decoration: none;
  transition: background-color 0.3s;
  font-size: 24px;
}

#back-to-top svg {
  width: 24px;
  height: 24px;
  fill: white;
}

#back-to-top:hover {
  background-color: #3C3C3C;
}

/* Form zoom fix on mobile */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="checkbox"],
input[type="radio"],
input[type="image"],
input[type="button"],
input[type="submit"],
select:focus,
select,
textarea,
label,
button {
  font-size: 16px !important;
}