
.wpforms-form button[type=submit] {
background-color: #0C9543 !important;
border-color: #0C9543 !important;
color: #fff !important;
transition: background 0.3s ease-in-out;
}
 
.wpforms-form button[type=submit]:hover {
background-color: #7A7A7A !important;
border-color: #7A7A7A !important;
}

.author-name{
	display:none;
}

/* Default color for all menu items */
.menu-item a {
    color: #383F42; /* Default inactive color (black) */
}

/* Active color for the actual active page */
.current-menu-item a, 
.current_page_item a {
    color: #0C9543 !important; /* Active color (green) for other active pages */
}

/* Ensure the custom link to #Εφημερίες is inactive on the homepage */
body.home .menu-item a[href*="#Εφημερίες"] {
    color: #383F42 !important; /* Default inactive color (black) */
}

/* Add hover state so the custom link turns green on hover */
body.home .menu-item a[href*="#Εφημερίες"]:hover {
    color: #0C9543 !important; /* Force green color on hover */
}

/* GTranslate dropdown in primary menu - hover effect */
#menu li.gtranslate select:hover,
#menu li.gtranslate select option:hover {
    background-color: #0C9543 !important;
    color: white !important;
}

/* If using inline language links (not a select box) in menu */
#menu li.gtranslate a:hover {
    background-color: #0C9543 !important;
    color: white !important;
    border-radius: 4px;
    transition: all 0.3s ease;
    padding: 2px 6px;
}

/* === Custom CSS για Elementor Tabs === */

.elementor-tab-title.elementor-active span.elementor-toggle-title {
  visibility: hidden;
  position: relative;
}

.elementor-tab-title.elementor-active[data-tab="1"]::after {
  content: "20.50€";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  visibility: visible;
  color: #0C9543;
  font-weight: 600;
}

.elementor-tab-title.elementor-active[data-tab="2"]::after {
  content: "15.90€";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  visibility: visible;
  color: #0C9543;
  font-weight: 600;
}

.elementor-tab-title.elementor-active[data-tab="3"]::after {
  content: "9.99€";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  visibility: visible;
  color: #0C9543;
  font-weight: 600;
}

.elementor-tab-title.elementor-active[data-tab="4"]::after {
  content: "12.70€";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  visibility: visible;
  color: #0C9543;
  font-weight: 600;
}

