/*
 Theme Name:   Bonbon Child Theme
 Theme URI:    https://bonbon.themerex.net
 Description:  Bonbon Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     bonbon
 Version:      1.0.0    
 Tags:         confectionery, cake bakery, artisanal shop, chocolatier, pastry shop, chocolate boutique, gift shop, sweets, desserts, bakery, confections, chocolate, recipe blog, celebration, handmade
 Text Domain:  bonbon-child
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.page-id-2388 .page_content_wrap {
  margin-bottom: 24em; /* или больше,  нужно */
}

.sladke-nadpis1 {
    font-family: 'Ivy Presto Display', Georgia, serif; /* оавлен системный fallback */
    font-weight: 300;
    font-size: 6rem; 
    letter-spacing: 0;
    color: #fff; /* Укороченная аис #ffffff */
    line-height: 1;
    margin: 0;
    text-align: left;
    /*text-rendering: optimizeLegibility; /* лчшет читаемость */
  }
.sladke-nadpis2 {
  font-family: 'Ivy Presto Display', serif;
  font-weight: 300;
  font-size: 4rem;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 1;
  margin: 0;
  text-align: left;
}
/* Фон всего подменю */
.sub-menu {
    background-color: rgba(0,0,0,0.3) !important;
}

/* Ссылки пдмен */
.sub-menu li a span {
    color: #fff !important;
    padding: 10px 20px;
    display: block;       /* важно для полного покртия */
    background-color: transparent !important; /* убираем он «артефакта» */
    text-decoration: none;
}

/* При наведении на ссылку — фн на вс ширину */
.sub-menu li a:hover {
    background-color: rgba(0,0,0,0.5) !important;
    color: #ffd700 !important;
}

