/**
 * Theme Name:     Love The Everglades Child
 * Author:         Raashid Shah
 * Template:       weaversweb
 * Text Domain:	   love-the-everglades-child
 * Description:    This theme mainly includes new updates, starting from the year 2025.
 */

/* Styles for search bar on blog page */

input#searchsubmit {
  color: white !important;
  background-color: #8bc623 !important;
  padding: 8px 14px !important;
  border-radius: 8px !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.3s ease;
}

input#searchsubmit:hover {
  background-color: #74a81d !important; /* darker green on hover */
}

input#s {
  color: black !important;
  padding: 8px 12px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  width: 100% !important; /* stretches to sidebar width */
}

form.searchform div {
  display: flex;
  gap: 6px;
}

input#s {
  flex: 1;
}

/* Styles for header-menu */
/* ==========================
   Disable clicks on li itself
========================== */
li.unclick {
  pointer-events: none;
  cursor: default;
  background-color: #317e56; /* Optional styling */
}

/* ==========================
   Style for unclickable submenu links
========================== */
li.menu-item-has-children ul.sub-menu li.unclick > a {
  color: #fff !important;
}

/* ==========================
   Remove link decorations in specific submenu
========================== */
.menu-item-1329 .sub-menu .menu-item > a {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}
