/* Menus */
.menu-item .king-addons-dropdown-icon {
    display: none !important;
}

.btn-menu1, .btn-menu2 {
    padding: 0px 20px;
    border-radius: 25px;
}

.wpr-nav-menu-horizontal .wpr-nav-menu>li:last-child {
	padding: 0px 15px !important;
}

.btn-menu1 {
    background-color: #9F7439;
}

.btn-menu2 {
    background-color: #1C4801;
}

.btn-menu1:hover, .btn-menu2:hover {
    background-color: #485664;
}

.btn-menu1 span:hover, .btn-menu2 span:hover {
	color: #fff;
}

/* banner */
#hf-header .elementor-element-a7ce652 .e-con-inner, .elementor-element-6f3ca70 {
    padding-top: 0;
}

/* Body */
ul, ol {
    padding-left: 20px;
}

.elementor-widget-text-editor a {
    text-decoration: underline;
}

header#masthead, footer#colophon {
    display: none;
}

section.error-404.not-found {
    display: grid;
    justify-items: center;
}

/* Post Blogs */
div#jp-relatedposts {
    display: none !important;
}

.elementor-widget-elementskit-blog-posts .elementskit-entry-header img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
    object-position: top;
    display: block;
}

.ekit-wid-con .row {
    row-gap: 20px;
}

.elementskit-post-image-card {
    height: 100%;
}

/* Newsletter */
.newsletter {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.newsletter-home {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
	  gap: 10px;
}

.elementor-6 .elementor-element.elementor-element-25caf33 .wpr-forms-container .wpcf7-response-output {
    background-color: #fff;
}

.wpcf7-response-output {
    background: #fff;
    border-color: #46b450 !important;
    color: #46b450 !important;
}

.elementor-6 .elementor-element.elementor-element-25caf33 .wpcf7-response-output {
    color: #ff0000;
    text-align: center;
}

/* Footer */
.footer-menu1 .king-addons-mobile-menu-toggle {
    display: none;
}

.powered {
    display: flex;
    gap: 6px;
    justify-content: flex-start;
    align-items: center;
}
.powered p {
    margin-bottom: 0;
}
.powered img {
    width: 77px;
    height: auto;
}

#subpage-footer .elementor-shape-top {
    top: -1px;}

#subpage-footer .elementor-shape {
    direction: ltr; 
    left: 0; 
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

#subpage-footer .elementor-shape svg {
    left: 50%; 
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
}

#subpage-footer .elementor-shape .elementor-shape-fill {
    fill: #fff; 
    transform: rotateY(0deg); 
    transform-origin: center; 
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
  .btn-menu1, .btn-menu2 {
    border-radius: 0;
		padding: 0;
  }
}

@media (max-width: 1130px) and (min-width: 1025px) {
#main-menu1 a.wpr-menu-item.wpr-pointer-item span {
    font-size: 17px;
	}
	
/* #main-menu .elementor-6 .elementor-element .wpr-nav-menu .wpr-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
} */
	
#main-menu1 .wpr-nav-menu>.menu-item {
    margin-left: 0 !important;
    margin-right: 10px;
}
	
#main-menu1 .elementor-element {
    align-items: end;
    padding-right: 2px;
}
}

/* Comms additions (A Balbutin) */

.btn-select-simple {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 16px; /* Reduced from 12px 30px */
  background-color: #228b22;
  color: #ffffff !important;
	text-decoration: none !important; 
  border-bottom: none !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px; /* Slightly smaller text */
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit; /* Matches your blog's font automatically */
  text-align: center;
  transition: background-color 0.2s;
}

  .btn-select-simple:hover {
    background-color: #1a6b1a; /* Darkens for feedback */
    color: #ffffff !important;
}
