/* WPForms fixes */
/* Initial field looks */
.wpforms-container input[type=date],
.wpforms-container input[type=datetime],
.wpforms-container input[type=datetime-local],
.wpforms-container input[type=email],
.wpforms-container input[type=month],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container input[type=range],
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=time],
.wpforms-container input[type=url],
.wpforms-container input[type=week],
.wpforms-container select,
.wpforms-container textarea {
    background: #fff;
    border-width: 0 0 1px 0;
    color: var(--ast-global-color-2);
    opacity: 0.5;
}
/* On focus */
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
    outline: none;
    opacity: 1;
    border-color: var(--ast-global-color-0);
}
/* Don't allow resizing the Message box */
.wpforms-container textarea {
    resize: none;
}
/* Message box fixed height */
.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium {
    height: 136px;
}
/* Button size & font size */
.wpforms-container button {
    padding: 15px 34px;
    font-size: 15px;
}
/* WPForms done */
/* Footer 2 big columns on sides and 1 small one in the middle */
.ast-builder-grid-row-3-equal .ast-builder-grid-row {
    grid-template-columns: 3fr 1fr 3fr;
}

/*body {
  cursor: url('https://yourdomain.com/wp-content/uploads/2025/05/leaf-cursor.png'), auto;
}*/

/* Change menu item text color */
.main-navigation a {
  color: #034a58; /* Replace with your desired color */
}

/* Remove white background on menu item hover */
.main-navigation a:hover,
.main-navigation li:hover,
.site-header .menu-item:hover,
.site-header .menu-item a:hover {
  background-color: transparent !important;
}

/* Limit dropdown width to match text */
.main-navigation ul ul {
  width: auto !important;
  min-width: auto !important;
  background-color: rgba(0, 0, 0, 0.9); /* Optional: adjust as needed */
  padding: 0;
}

/* Add some padding around each item */
.main-navigation ul ul li a {
  padding: 10px 15px;
  white-space: nowrap;
}

/* Remove gap between main menu and dropdown */
.main-navigation ul ul {
  margin-top: 0 !important;
  top: 100% !important; /* Aligns dropdown right below the parent item */
}

/* Optional: Tweak dropdown positioning for some themes */
.main-navigation li:hover > ul {
  top: 100% !important;
}

body {
    margin: 0;
    padding: 0;
}

header, .elementor-location-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.entry-meta,
.entry-meta a,
.posted-on,
.posted-on a,
.byline,
.byline a,
.cat-links,
.cat-links a,
.comments-link a {
    color: #f7707f !important; /* Replace with your preferred hex color */
}

/* Force title and post meta to match the content width */
body.single-post .site-main > article {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Prevent flip effect on hover */
.flip-card:hover .flip-card-inner {
  transform: none !important;
}

/*
img.custom-logo {
  margin-left: -20px;
}

*/
	/* Fix dropdown gap */
.elementor-nav-menu--dropdown {
  margin-top: 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: none; /* Optional: reduce the gap illusion */
}

.author-avatar {
  display: none !important;
}

/*Style Blog Post Headings*/
	.templately-heading-title {
		text-align: center !important;
		padding-top: 50px;
}

@media screen and (max-width: 1254px) and (min-width: 922px) {
	#home-page-hero-section {
		padding-top: 140px;
		height: auto !important;
		min-height: 600px !important;
	}
	
	.first_section_adjuster {
		padding-top: 120px !important;
	}
}

@media screen and (max-width: 1024px) and (min-width: 922px) {
	#home-page-hero-image {
		width: 85% !important;
		padding-top: 0px !important;
	}

	#home-page-hero-section {
		padding-top: 100px;
	}
}

/*Adjustments to the Flip Boxes in Home Page*/
.eael-elements-flip-box-padding {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

/*Adjust Phone Number on Contact us page for mobile view*/
@media screen and (max-width: 767px) {
	#phone_number { 
		text-align: center;
	}
}

/*Adjust fruit image on weight-loss page for larger screen widths*/
@media screen and (min-width:1353px) {
	#fruit-img-container {
		margin-bottom: -100px !important;
    margin-left: -350px !important;
	}
	
	#weight-loss-text-box {
		padding-right: 50px !important;
	}
}