/*Slide In Mobile Menu*/
@media all and (min-width: 1205px) {
	html .et_header_style_slide #top-header,
	html .et_header_style_slide #top-menu-nav,
	html .et_header_style_slide #et_top_search {
		display: block !important;
	}
.et_header_style_slide div#et-secondary-menu {
    display: none;
}
	html .et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu {
		display: none;
	}

	html .et_header_style_slide #et-top-navigation {
		padding: 39px 0 0 !important;
	}

	
}



/* ==========================================================================
   1. VARIABLES
   ========================================================================== */
:root {
  --font-sans: 'Montserrat', sans-serif;
  --font-serif: 'Playfair Display', serif;
  --font-script: 'Great Vibes', cursive;
  
  --color-background: #fafaf5; /* 60 20% 98% */
  --color-foreground: #2e3835; /* 160 10% 20% */
  --color-primary: #2f5c55;    /* 170 32% 27% */
  --color-secondary: #f2f0e4;  /* 45 30% 92% */
}

/* ==========================================================================
   2. TYPOGRAPHY
   ========================================================================== */
body {
  background-color: var(--color-background);
  color: var(--color-foreground);
  font-family: var(--font-sans);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
}

.font-script {
  font-family: var(--font-script);
}

/* ==========================================================================
   3. COMPONENT STYLES (Add these classes to your HTML or Divi Modules)
   ========================================================================== */

/* Hero Section */
.franny-hero {
  padding: 4rem 1rem;
  text-align: center;
  background-color: #fff;
}

.franny-btn {
  display: inline-block;
  background-color: var(--color-primary);
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.franny-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Inputs */
.franny-input {
  border: 1px solid #ddd;
  padding: 0.5rem;
  border-radius: 4px;
  height: 40px;
}

/* Footer */
.franny-footer {
  background-color: var(--color-secondary);
  padding: 4rem 1rem;
  text-align: center;
  border-top: 1px solid rgba(47, 92, 85, 0.1);
}
