@charset "UTF-8";
/*
Theme Name: Wizzie Child Theme
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Web Wizards
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/
/* Start your custom CSS bellow this comment
============================================ */
/*============================================
Index
-Fonts
-Global
    -subtitle h5
-Header
-Home Services
-Home Gallery
-Slogan or call to action bar
-home Say Hello..
-Gallery
-reviews
-FAQs
-Blog
-Form
-Contact
-Footer
-Woocommerce

-980px
    -Header
    -Menu
-767px
    -Contact
    -Blog
    -Gallery
============================================*/
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700&family=Hanken+Grotesk:wght@400;500;600;700&display=swap");
/*Fonts*/
/*
@font-face {
    font-family: 'Asap Condensed';
    src: url('fonts/AsapCondensed-Regular.eot');
    src: url('fonts/AsapCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AsapCondensed-Regular.woff2') format('woff2'),
        url('fonts/AsapCondensed-Regular.woff') format('woff'),
        url('fonts/AsapCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Asap Condensed Bold';
    src: url('fonts/AsapCondensed-Bold.eot');
    src: url('fonts/AsapCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AsapCondensed-Bold.woff2') format('woff2'),
        url('fonts/AsapCondensed-Bold.woff') format('woff'),
        url('fonts/AsapCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Asap Condensed BoldItalic';
    src: url('fonts/AsapCondensed-BoldItalic.eot');
    src: url('fonts/AsapCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/AsapCondensed-BoldItalic.woff2') format('woff2'),
        url('fonts/AsapCondensed-BoldItalic.woff') format('woff'),
        url('fonts/AsapCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
*/
body, header#main-header {
  max-width: 1920px !important;
  margin: 0 auto;
  box-shadow: 2px 2px 20px 10px #0000000d;
}
/*Global*/
h1, h2 {
  font-family: "League Spartan", sans-serif;
  color: #013838;
  font-weight: bold;
  font-size: 50px !important;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 36px !important;
  }
}
h3 {
  font-family: "League Spartan", sans-serif;
  color: #013838;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 35px !important;
}
h4, h6 {
  font-family: "League Spartan", sans-serif;
}
/*subtitle h5*/
h5 {
  text-transform: uppercase;
  font-size: 30px;
  color: #65646a;
  font-family: "League Spartan", sans-serif;
}
h6 {
  color: #013838;
  font-weight: bold;
  text-align: left;
  font-size: 30px !important;
}
p {
  font-family: "Hanken Grotesk", "HK Grotesk", sans-serif;
  color: #737373;
  line-height: 2;
  font-size: 18px;
}
p a {
  font-family: "Hanken Grotesk", "HK Grotesk", sans-serif;
  color: #65646a;
  font-size: 20px;
}
ul li {
  color: #013838;
  font-weight: bold;
}
.ButtonLayout, .woocommerce .woocommerce-error a.button.wc-forward, .woocommerce .woocommerce-info a.button.wc-forward, .woocommerce .woocommerce-message a.button.wc-forward, button#place_order, div#AddToCart button.single_add_to_cart_button.button, .woocommerce-cart .woocommerce form.woocommerce-cart-form button.button, .woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  font-size: 16px;
  color: #111111;
  border: 1px #111111 solid !important;
  line-height: 55px !important;
  padding: 0% 15% 0% 15% !important;
}
.ButtonLayout:after, .woocommerce .woocommerce-error a.button.wc-forward:after, .woocommerce .woocommerce-info a.button.wc-forward:after, .woocommerce .woocommerce-message a.button.wc-forward:after, button#place_order:after, div#AddToCart button.single_add_to_cart_button.button:after, .woocommerce-cart .woocommerce form.woocommerce-cart-form button.button:after, .woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:after {
  display: none;
}
.ButtonLayout:hover, .woocommerce .woocommerce-error a.button.wc-forward:hover, .woocommerce .woocommerce-info a.button.wc-forward:hover, .woocommerce .woocommerce-message a.button.wc-forward:hover, button#place_order:hover, div#AddToCart button.single_add_to_cart_button.button:hover, .woocommerce-cart .woocommerce form.woocommerce-cart-form button.button:hover, .woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
  background: none;
}
/* Header */
ul#top-menu li {
  font-weight: normal;
}
.nav li {
  position: relative;
  line-height: 1px !important;
}
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
  top: 32px !important;
}
body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
  top: 0px !important;
}
.et_header_style_centered nav#top-menu-nav {
  display: inline-block;
  margin-bottom: 30px;
}
div#top-header {
  margin-top: 35px;
}
#banner-header {
  padding-top: 0 !Important;
}
nav#top-menu-nav {
  border: 1px solid #fff;
  background: #ffffff4d;
}
#top-menu > li:last-child {
  padding-right: 22px;
}
#top-menu li {
  padding-left: 22px !important;
}
#top-menu li a {
  text-transform: uppercase;
  color: #fff;
}
li.current_page_item {
  background: #fff;
}
div#top-header {
  background: transparent;
}
.logo_container {
  max-width: 300px;
  margin: 0 auto;
}
#top-menu li.current_page_item a {
  color: #013838 !important;
}
span.mobile_menu_bar.mobile_menu_bar_toggle:before {
  color: #000;
}
ul#mobile_menu {
  border-top: #000 solid;
}
/*Home Services*/
h3 i.fas.fa-anchor {
  font-size: 25px;
  margin-bottom: 5%;
}
/*Home Gallery*/
#GallerySocial a {
  text-transform: none;
  font-size: 20px;
  font-family: "Hanken Grotesk", "HK Grotesk", sans-serif;
}
#GallerySocial a i {
  margin-right: 1%;
}
div#HomeGallery div.et_pb_gallery_items div.et_pb_gallery_item {
  width: 30%;
  display: inline-block !important;
  margin: 1.5%;
}
/*Slogan or call to action bar*/
.SloganButtonLayout {
  font-size: 16px;
  color: #fff;
  border: 1px #fff solid !important;
  line-height: 55px !important;
  padding: 0% 25% 0% 25% !important;
}
.SloganButtonLayout:after {
  display: none;
}
.SloganButtonLayout:hover {
  background: none;
}
/*home Say Hello..*/
.map-section {
  overflow: hidden;
}
.map-section iframe {
  max-width: unset;
  width: 100%;
}
@media (min-width: 981px) {
  .map-section iframe {
    width: 59.5vw;
  }
}
div#SayHelloSocial a b {
  color: #111111;
}
div#SayHelloSocial a {
  font-size: 20px;
  font-family: "Hanken Grotesk", "HK Grotesk", sans-serif;
}
div#SayHelloSocial a i {
  margin-right: 3%;
  color: #013838;
}
#SayHiSocial2 a {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Hanken Grotesk", "HK Grotesk", sans-serif;
  color: #013838 !important;
}
#SayHiSocial2 a i {
  margin-right: 2%;
}
#SayHiSocial2 a:last-child {
  margin-left: 5%;
}
/*Gallery*/
div#MainGallery div.et_pb_gallery_items div.et_pb_gallery_item {
  width: 21.875%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}
/*reviews*/
#testimonials .et_pb_row img {
  object-fit: cover;
}
#testimonials .et_pb_row .ReviewBox {
  overflow: inherit !important;
}
#testimonials .et_pb_row .ReviewBox:after {
  background-color: #e7e7e5;
  width: 60px;
  background-repeat: no-repeat;
  content: "";
  height: 60px;
  position: absolute;
  right: -3%;
  z-index: 9999;
  transform: rotate(45deg);
  opacity: 1 !important;
  display: inline-block !important;
  top: 32px;
}
#testimonials .et_pb_row:nth-child(even) .et_pb_column .ReviewBox:after {
  left: -3% !important;
  right: inherit !important;
}
/*FAQs*/
div#FAQA .et_pb_toggle_title:before {
  right: 20px;
}
div#FAQA div h5.et_pb_toggle_title {
  background-color: #737373;
  position: relative;
  padding-left: 72px;
  min-height: 56px;
  padding-top: 20px;
}
div#FAQA div h5 {
  text-transform: none;
  font-weight: bold;
}
div#FAQA div div.et_pb_toggle_content {
  padding: 20px;
}
div#FAQA div h5.et_pb_toggle_title:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  background-color: #013838;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 56px;
  width: 56px;
  text-align: center;
  color: #fff;
}
div#FAQA .et_pb_toggle_close, div#FAQA .et_pb_toggle_open {
  padding: 0px;
}
/*Blog*/
#Blogs a.entry-featured-image-url {
  width: 35%;
  float: left;
}
#Blogs a.more-link {
  float: left;
  width: 50%;
  display: inline-block;
  clear: none;
  padding-top: 1%;
}
#Blogs article {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
#Blogs h2.entry-title, #Blogs p.post-meta, #Blogs div.post-content {
  width: 60%;
  margin-left: 5%;
  padding: 1% 1% 1% 1%;
  display: inline-block;
}
/*Form*/
.ContactForm textarea, .ContactForm input[type="text"] {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border: 1.5px solid transparent !important;
  padding: 11px 14px !important;
  transition: border-color 0.15s;
  border-radius: 2px;
}
.ContactForm textarea:focus, .ContactForm input[type="text"]:focus {
  border-color: #A8CF46 !important;
  outline: none;
}
.ContactForm input#gform_submit_button_1 {
  width: 100%;
  background-color: #8e56ff;
  color: #fff;
  border: none !important;
  padding: 14px !important;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
}
.gform_heading {
  display: none;
}
/*Contact*/
div#OpeningHours {
  width: auto;
  position: absolute;
  left: 20%;
  top: 20%;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border: #A8CF46 solid;
}
div#OpeningHours h2 {
  font-size: 30px !important;
  margin-bottom: 10%;
  color: #A8CF46;
}
div#OpeningHours p {
  margin-bottom: 1%;
}
div#OpeningHours p span {
  font-weight: bold;
  color: #A8CF46;
  font-family: "Hanken Grotesk", "HK Grotesk", sans-serif;
}
div#OpeningHours strong {
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  color: #A8CF46;
}
div#OpeningHours a {
  color: #013838;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  font-family: "Hanken Grotesk", "HK Grotesk", sans-serif;
}
/*Footer*/
div#footer-widgets p {
  color: #fff;
}
.et_pb_gutters3 .footer-widget, #footer-widgets .footer-widget {
  margin-bottom: 0px !important;
}
#footer-widgets {
  padding: 1% 0 0 !important;
}
/*Woocommerce*/
.et_pb_widget_area_left {
  border: none !important;
}
div#RProducts h2 {
  text-align: center;
  font-size: 45px !important;
  padding-bottom: 4%;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background-color: #737373 !important;
  color: #013838 !important;
}
.woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-message a {
  color: #013838 !important;
  text-decoration: underline;
}
.woocommerce .woocommerce-error a.button.wc-forward, .woocommerce .woocommerce-info a.button.wc-forward, .woocommerce .woocommerce-message a.button.wc-forward {
  padding: 0% 7% 0% 6% !important;
  text-transform: uppercase;
}
.woocommerce .woocommerce-error a.button.wc-forward:hover, .woocommerce .woocommerce-info a.button.wc-forward:hover, .woocommerce .woocommerce-message a.button.wc-forward:hover {
  background: #013838 !important;
}
button#place_order {
  padding: 0% 7% 0% 6% !important;
  text-transform: uppercase;
  line-height: 45px !important;
  margin-top: 2%;
}
button#place_order:hover {
  background: #013838 !important;
}
div#AddToCart table.variations tr {
  width: 30% !important;
  display: inline-table;
  margin-right: 3%;
}
div#AddToCart table.variations tr td.label {
  width: 15%;
  padding: 5% 2% !important;
  text-transform: capitalize;
}
div#AddToCart table.variations tr td.value span:after {
  margin-top: -3px;
  right: 7px;
}
div#AddToCart table.variations tr td.value select {
  padding: 10px 13px;
  border: none !important;
  background-color: #737373 !important;
  text-transform: uppercase;
}
div#AddToCart button.single_add_to_cart_button.button {
  margin-top: 5%;
  line-height: 46px !important;
  padding: 0% 7% 0% 6% !important;
  text-transform: uppercase;
}
div#AddToCart button.single_add_to_cart_button.button:hover {
  background: #013838 !important;
}
div#AddToCart p.stock.in-stock {
  display: none;
}
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span:before, span.prdctfltr_count {
  display: none !important;
}
.woocommerce-variation-price span {
  color: #013838 !important;
  font-weight: 900;
  font-size: 35px !important;
}
div#WooTabs ul.et_pb_tabs_controls {
  background-color: transparent !important;
}
div#WooTabs .et_pb_all_tabs .et_pb_tab_content > h2, div#WooTabs .et_pb_all_tabs .et_pb_tab_content h2.woocommerce-Reviews-title {
  display: none !important;
}
/*Cart*/
.woocommerce-cart .woocommerce form.woocommerce-cart-form td.product-name a {
  color: #013838 !important;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form input#coupon_code, .woocommerce-cart .woocommerce form.woocommerce-cart-form .quantity input.qty {
  border: none !important;
  background-color: #737373 !important;
  text-transform: uppercase;
  color: #4e4e4e !important;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form input#coupon_code::-webkit-input-placeholder, .woocommerce-cart .woocommerce form.woocommerce-cart-form .quantity input.qty::-webkit-input-placeholder {
  color: #4e4e4e !important;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form input#coupon_code:-ms-input-placeholder, .woocommerce-cart .woocommerce form.woocommerce-cart-form .quantity input.qty:-ms-input-placeholder {
  color: #4e4e4e !important;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form input#coupon_code::placeholder, .woocommerce-cart .woocommerce form.woocommerce-cart-form .quantity input.qty::placeholder {
  color: #4e4e4e !important;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form button.button {
  line-height: 46px !important;
  padding: 0% 7% 0% 6% !important;
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form button.button:hover {
  background: #013838 !important;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
  background: #013838 !important;
}
/*Start Shop 3 style*/
body.woocommerce-page #et-boc .et-l p.woocommerce-result-count {
  display: none;
}
body.woocommerce-page #et-boc .et-l ul.products li.product {
  margin: 0 1% 2.992em 0;
  width: 24%;
}
body.woocommerce-page #et-boc .et-l ul.products li.product h2.woocommerce-loop-product__title, body.woocommerce-page #et-boc .et-l ul.products li.product .buttonscart, body.woocommerce-page #et-boc .et-l ul.products li.product .price {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.woocommerce-page #et-boc .et-l ul.products li.product h2.woocommerce-loop-product__title {
  position: absolute;
  top: 35%;
  text-align: center;
  color: #fff;
  padding: 0 10px !important;
  margin: 0 auto;
  left: 0;
  right: 0;
  letter-spacing: 4px;
  font-size: 1em !Important;
}
body.woocommerce-page #et-boc .et-l ul.products li.product .price {
  position: absolute;
  top: 55%;
  text-align: center;
  width: 100%;
  color: #fff !important;
}
body.woocommerce-page #et-boc .et-l ul.products li.product:hover .price, body.woocommerce-page #et-boc .et-l ul.products li.product:hover h2.woocommerce-loop-product__title, body.woocommerce-page #et-boc .et-l ul.products li.product:hover .buttonscart {
  opacity: 1;
  z-index: 99999;
}
body.woocommerce-page #et-boc .et-l ul.products li.product:hover .et_overlay {
  opacity: 1 !important;
}
body.woocommerce-page #et-boc .et-l ul.products li.product a.add_to_cart_button, body.woocommerce-page #et-boc .et-l ul.products li.product a.small-button.smallblue {
  display: none;
}
/*End Shop 3 style*/
@media only screen and (min-width: 981px) {
  .et_header_style_centered #top-menu > li > a {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media only screen and (max-width: 980px) {
  /*Header*/
  /*FAQ*/
  .et_secondary_nav_two_panels #et-secondary-menu {
    margin-top: 80px !important;
  }
  body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
    top: 30px !important;
  }
  div#banner-header img {
    object-fit: cover;
    min-height: 300px !important;
  }
  div#banner-header {
    min-height: 20vh;
  }
  #et-info, #et-secondary-menu {
    text-align: center;
    width: 100%;
  }
  div#top-header {
    margin-top: 5px !important;
  }
  .et_header_style_centered #main-header .mobile_nav {
    display: block;
    text-align: left;
    background-color: #ffffff96;
    border-radius: 0;
    padding: 5px 10px;
    border: 1px solid #fff;
  }
  ul#mobile_menu {
    background: #fff !important;
  }
  div#et-info {
    display: none;
  }
  div#et-secondary-menu {
    display: block !important;
  }
  div#FAQA div h5.et_pb_toggle_title {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  /*Contact*/
  /*Blog*/
  /*Gallery*/
  .ContactForm div ul li {
    width: 100%;
  }
  #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 0px !important;
  }
  #Blogs a.entry-featured-image-url {
    width: 100%;
  }
  #Blogs h2.entry-title, #Blogs p.post-meta, #Blogs div.post-content {
    width: 100%;
  }
  div#MainGallery div.et_pb_gallery_items div.et_pb_gallery_item {
    width: 46.875%;
  }
  div#HomeGallery div.et_pb_gallery_items div.et_pb_gallery_item {
    width: 47%;
  }
}
/*Bruno Updates*/
li.current_page_item {
  background: unset;
}
.et-menu-nav #menu-main-menu {
  border: 1px solid #fff;
  background: #ffffff4d;
}
.et-menu-nav #menu-main-menu li {
  display: inline-block;
  font-size: 14px;
  padding: 23px 22px 15px;
  margin-top: 0;
  color: #737373 !important;
}
.et-menu-nav #menu-main-menu li.current-menu-item, .et-menu-nav #menu-main-menu li:hover {
  background: white;
}
.et-menu-nav #menu-main-menu li.current-menu-item a, .et-menu-nav #menu-main-menu li:hover a {
  color: rgba(142, 86, 255, 0.55) !important;
  font-weight: 600;
}
.et-menu-nav #menu-main-menu li a {
  text-transform: uppercase;
  font-weight: normal;
}
.et-menu li li a {
  padding: 5px;
  width: 500px;
}
.nav li ul {
  width: auto;
}
.nav ul li a:hover {
  background-color: transparent !important;
  opacity: 0.7;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li {
  color: #fff !important;
  border-color: #737373 !important;
}
.header-info {
  display: inline-block;
}
.header-info a {
  color: white;
}
.header-info .social-icons {
  display: inline-block;
  margin-left: 20px;
}
.header-info .social-icons a {
  margin-right: 10px;
}
/* ============================================
   OPCIÓN A — Hero: purple glass · Sticky: white + purple border
   ============================================ */
/* --- HERO STATE (sobre imagen) --- */
/* Top bar con teléfono */
#et-secondary-menu, div#top-header {
  background: transparent !important;
  margin-top: 0 !important;
}
/* Teléfono en color purple sobre hero */
div#top-header a, div#top-header span, #et-info-phone, #et-info-phone a {
  color: rgba(142, 86, 255, 0.9) !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}
/* Nav bar con glass purple en hero */
.et-menu-nav #menu-main-menu, nav#top-menu-nav {
  border: 1px solid rgba(142, 86, 255, 0.5) !important;
  background: #8e56ff !important;
  border-radius: 2px;
}
/* Items del menú sobre hero */
.et-menu-nav #menu-main-menu li a, #top-menu li a {
  color: rgba(255, 255, 255, 0.85) !important;
  text-transform: uppercase;
  font-weight: 600;
}
/* Ítem activo sobre hero */
.et-menu-nav #menu-main-menu > li.current-menu-item {
  background: #7440db !important;
}
.et-menu-nav #menu-main-menu li.current-menu-item a, li.current_page_item a {
  color: #ffffff !important;
  font-weight: 600;
}
/* Hover sobre hero */
.et-menu-nav #menu-main-menu li:hover {
  background: rgba(142, 86, 255, 0.4) !important;
}
.et-menu-nav #menu-main-menu li:hover a {
  color: #fff !important;
}
.et-menu-nav #menu-main-menu .sub-menu li a {
  color: #8e56ff !important;
  /* texto morado al desplegar */
}
.et-menu-nav #menu-main-menu .sub-menu li:hover > a {
  color: #ffffff !important;
  /* texto blanco en hover */
}
/* --- STICKY STATE (al scrollear) --- */
/* Top bar levemente gris en sticky */
.et-fixed-header #top-header, .et-fixed-header div#top-header {
  background: #f9f9f9 !important;
}
/* Teléfono purple en sticky */
.et-fixed-header #top-header a, .et-fixed-header #top-header span, .et-fixed-header #et-info-phone, .et-fixed-header #et-info-phone a {
  color: #8e56ff !important;
  font-weight: 600;
}
/* Nav bar en sticky: blanco con borde sutil */
.et-fixed-header .et-menu-nav #menu-main-menu, .et-fixed-header nav#top-menu-nav {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: #ffffff !important;
  border-radius: 2px;
  overflow: visible !important;
}
/* Items SOLO del menú principal en sticky */
.et-fixed-header .et-menu-nav #menu-main-menu > li > a, .et-fixed-header #top-menu > li > a {
  color: #555555 !important;
  font-weight: 600;
}
/* Ítem activo SOLO del menú principal */
.et-fixed-header .et-menu-nav #menu-main-menu > li.current-menu-item, .et-fixed-header li.current_page_item {
  background: #8e56ff !important;
}
.et-fixed-header .et-menu-nav #menu-main-menu > li.current-menu-item > a, .et-fixed-header li.current_page_item > a {
  color: #ffffff !important;
}
/* Hover SOLO del menú principal */
.et-fixed-header .et-menu-nav #menu-main-menu > li:hover {
  background: rgba(142, 86, 255, 0.1) !important;
}
.et-fixed-header .et-menu-nav #menu-main-menu > li:hover > a {
  color: #ffffff !important;
}
/* Separadores SOLO entre items principales */
.et-fixed-header #top-menu > li, .et-fixed-header .et-menu-nav #menu-main-menu > li {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.et-fixed-header #top-menu > li:last-child, .et-fixed-header .et-menu-nav #menu-main-menu > li:last-child {
  border-right: none;
}
/* ===== SUBMENU EN STICKY: mismo estilo del dropdown ===== */
.et-fixed-header .et-menu-nav #menu-main-menu .sub-menu {
  background: #f3f3f3 !important;
  border-top: 4px solid #cbb8f3 !important;
  padding: 0 !important;
}
.et-fixed-header .et-menu-nav #menu-main-menu .sub-menu li {
  background: transparent !important;
  border-right: none !important;
}
.et-fixed-header .et-menu-nav #menu-main-menu .sub-menu li a {
  color: #8e56ff !important;
  background: transparent !important;
  font-weight: 600 !important;
}
/* Hover SOLO del submenu */
.et-fixed-header .et-menu-nav #menu-main-menu .sub-menu li:hover {
  background: #cbb8f3 !important;
}
.et-fixed-header .et-menu-nav #menu-main-menu .sub-menu li:hover > a {
  color: #ffffff !important;
  background: transparent !important;
}
@media (max-width: 980px) {
  .et_pb_section_0_tb_header img {
    content: url("/wp-content/uploads/2026/05/We-Care-Hallows-Version-Logo-2000-x-750-px.png") !important;
  }
}
@media (max-width: 980px) {
  #menu-bar {
    margin-left: 0 !important;
  }
}
.custom-accordion-icon .et_pb_toggle_title {
  position: relative;
  padding-right: 50px !important;
}
.custom-accordion-icon .et_pb_toggle_title::before {
  content: "" !important;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  background-image: url("/wp-content/uploads/2026/04/Hallows-Purple-Icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
