/*!
Theme Name: Lesya Child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: Lesya - Fitness WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: lesya
Text Domain: lesya-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/
/*---MAIN MENU---*/
.header-two .header-upper {
    background: transparent !important;
}
.header-two.fixed-header .header-upper {
    background: #799AA1 !important;
}
.main-header .header-upper {
    background: #799AA1;
}
.main-menu .navbar-collapse li a {
    color: #ffffff;
}

/*--Ueber mich --*/
.ts-callout{
  display: block;
  background: #f7f5f2;      /* fondo suave */
  border-left: 6px solid #cfcac3; /* barrita gris a la izquierda */
  padding: 18px 20px;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.55;
  color: #3e2e24;
  margin: 18px 0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}

.ts-list-block {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  padding: 24px 28px;
  margin: 32px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.ts-list-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--ts-text);
}

.ts-list-block li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.ts-header-block h3 {
  font-size: 40px;
  color: #799AA1;
  margin-bottom: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
}