/*
Theme Name: Lucille Child
Theme URI: http://www.smartwpress.com/lucille/
Template: lucille
Author: SmartWPress
Author URI: http://themeforest.net/user/SmartWPress
Description: Wordpress Music Theme
Tags: editor-style,featured-images,full-width-template,theme-options,translation-ready,custom-background,custom-colors,custom-menu,one-column,two-columns,custom-logo
Version: 1.7.1.1740622113
Updated: 2025-02-26 18:08:33

*/

h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
h2.section_title {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    color: #222;
    text-transform: uppercase;
}
h4.section_subtitle {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 300;
    color: #666;
    text-transform: uppercase;
}
html, body {
    font-family: 'Geist', sans-serif;
}
body, h1, h2, h3, h4, h5, h6 {
    line-height: 1.6em;
}

/* FOOTER */
/* Modern Footer Styling */

/* Main footer container */
#footer_sidebars {
  position: relative;
  padding: 60px 0 40px;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.05);
}

/* Footer inner container */
#footer_sidebars_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

/* Individual footer sidebar columns */
.lc_footer_sidebar {
  width: 25%;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.7;
  position: relative;
}

/* Footer widget titles */
h3.footer-widget-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 25px;
  padding-bottom: 12px;
  text-transform: uppercase;
  position: relative;
}

/* Modern underline for widget titles */
h3.footer-widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
  background-color: #333;
  transition: width 0.3s ease;
}

h3.footer-widget-title:hover:after {
  width: 60px;
}

/* Contact info styling */
.lc_widget_contact {
  font-weight: 400;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.before_w_contact_data {
  font-weight: 600;
  margin-right: 5px;
}

/* Social icons container */
.footer_w_social_icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* Individual social icons */
.footer_w_social_icon {
  margin-right: 16px;
  margin-bottom: 12px;
}

.footer_w_social_icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #444;
  transition: all 0.3s ease;
}

/* Social icon hover effects */
.footer_w_social_icon a:hover {
  transform: translateY(-3px);
  background-color: #333;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Footer background overlay */
.footer_widget_overlay {
  opacity: 0.98; /* Slightly increase opacity to make background image more subtle */
  transition: opacity 0.3s ease;
}

/* Background image styling */
.lc_swp_image_overlay.lc_swp_background_image {
  filter: saturate(0.8) contrast(1.1);
  transition: all 0.5s ease;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
  .lc_footer_sidebar {
    width: 50%;
    margin-bottom: 30px;
  }
  
  #footer_sidebar4 {
    order: -1; /* Move the contact info to the top on mobile */
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .lc_footer_sidebar {
    width: 100%;
  }
  
  .footer_w_social_icons {
    justify-content: center;
  }
  
  .footer_w_social_icon {
    margin: 0 8px 12px;
  }
  
  h3.footer-widget-title {
    text-align: center;
  }
  
  h3.footer-widget-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .lc_widget_contact {
    justify-content: center;
    text-align: center;
  }
}
/* END FOOTER */

/* Mobile nav */
/* Modern Mobile Navigation - Child Theme CSS */

/* Container styling */
.mobile_navigation_container {
  background-color: rgba(255, 255, 255, 0.98); /* Light background with slight transparency */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 15px 15px;
  padding: 25px 15px;
  max-height: 85vh;
  overflow-y: auto;
}

/* Navigation menu styling */
.mobile_navigation ul {
  margin: 0;
  padding: 10px 0;
}

/* Remove the bottom borders and add modern spacing */
.mobile_navigation ul li {
  position: relative;
  line-height: 1.4;
  border-bottom: none !important;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

/* Link styling */
.mobile_navigation ul li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.02);
}

/* Hover effect for links */
.mobile_navigation ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  transform: translateX(5px);
  color: #ff5252; /* Accent color - change to match your theme */
}

/* Active link styling */
.mobile_navigation ul li.current-menu-item a {
  color: #ff5252; /* Accent color - change to match your theme */
  background-color: rgba(255, 82, 82, 0.08); /* Subtle highlight for active item */
  font-weight: 600;
}

/* Replace the triangle indicators with modern plus/minus for submenus */
.mobile_navigation ul li.menu-item-has-children::before {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 10;
  color: #888;
  border: none;
  margin: 0;
}

.mobile_navigation ul li.menu-item-has-children.menu-open::before {
  content: "−";
}

/* Submenu styling */
.mobile_navigation ul ul {
  display: none;
  padding: 5px 0 5px 15px;
  margin-top: 5px;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}

.mobile_navigation ul ul li a {
  font-size: 14px;
  padding: 10px 15px;
}

/* Add a subtle divider between menu items */
.mobile_navigation ul > li:not(:last-child):after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(0,0,0,0.03), rgba(0,0,0,0.07), rgba(0,0,0,0.03));
  margin: 5px 15px;
}

/* Close button styling (if present) */
.mobile_menu_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 100;
}

/* End mobile nav */

/* BEGIN SOCIALS */

/* Social icons grid layout */
.social_profiles_vc_elt.text_center {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  gap: 30px; /* Tasteful spacing between icons */
  max-width: 900px;
  margin: 40px auto;
  padding: 0 15px;
}

/* Reset individual social icon containers */
.social_profiles_vc_elt .lc_social_profile {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

/* Dramatically increase icon size */
.social_profiles_vc_elt .lc_social_profile i.fa {
  font-size: 64px; /* Double the previous size */
  color: #333;
  transition: transform 0.2s ease, color 0.2s ease;
}

/* Subtle hover effect */
.social_profiles_vc_elt .lc_social_profile a:hover i.fa {
	color: #ff5588;
  transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* Switch to 2 columns on tablet */
  .social_profiles_vc_elt.text_center {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  /* Slightly smaller icons on tablet */
  .social_profiles_vc_elt .lc_social_profile i.fa {
    font-size: 64px;
  }
}

@media (max-width: 480px) {
  /* Maintain 2 columns but reduce spacing on mobile */
  .social_profiles_vc_elt.text_center {
    gap: 20px;
  }
  
  /* Further reduce icon size on small screens */
  .social_profiles_vc_elt .lc_social_profile i.fa {
    font-size: 48px;
  }
}
/* END SOCIALS */