/*
Theme Name: Mavix Marketing Child
Theme URI: http://creativthemes.com/downloads/mavix-marketing/
Template: mavix-marketing
Author: Creativ Themes
Author URI: http://creativthemes.com/
Description: Mavix Marketing is a dynamic WordPress theme crafted for creative digital agencies, design studios, and marketing professionals. With a bold aesthetic, flexible customization, and agency-focused layouts, it empowers you to showcase your portfolio, highlight services, and attract new clients.
Tags: translation-ready,custom-background,theme-options,custom-menu,threaded-comments,featured-images,footer-widgets,left-sidebar,editor-style,right-sidebar,full-width-template,two-columns,custom-colors,custom-header,custom-logo,blog,entertainment,portfolio
Version: 1.0.1760123446
Updated: 2025-10-10 19:10:46

*/

p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333;
}
.section-gap {
  padding: 10px 0 !important;
}

.run-club {
  background: #f9fafa;
  border-radius: 12px;
  padding: 0px 32px 32px 0px;
  margin: 10px 0;
  box-shadow: 0 4px 8px rgba(0,0,0,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}


.run-club h2.wp-block-heading {
  color: #0a6c78;           
  font-weight: 700;
  position: relative;
  padding-left: 41px;            
}

.run-club h2.wp-block-heading::before {
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2300c4b3"><path d="M13.5 5.5a2 2 0 1 1 0-4 2 2 0 0 1 0 4ZM9 14.5l1-3.5-2-1V7l4.5-1.25L13.5 8l2.5.5L18 7v3h-1.5L15 8.5l-.75 2.25L17 15l1.75 4h-1.75l-2.5-5.75L11 15v4H9v-4.5Z"/></svg>');
   position: absolute; left:0; top:2px;
  transform: scale(2);       
  transform-origin: left top; 
  left: 0;
  top: -37px;
  width: 18px;
  height: 18px;
  background: none;
}


@media (max-width: 768px) {
  .run-club { padding: 0px 20px 20px 0px; }
     h1 {
  font-size: 40px;
}
  #masthead .header-top {
  padding: 5px 0;
}
  #primary #main > article .entry-content {
  margin-bottom: 0px !important;
}
}
@media (max-width: 450px) {
    h1 {
    font-size: 36px;
  }
  h2 {
  font-size: 28px;
}
  .run-club h2.wp-block-heading::before {
  top: -17px;
}
 
}

.run-accent{
  position: relative;
  padding: 18px 18px 18px 30px;    
}

.run-accent::before{
  content: "";
  position: absolute;
  left: 10px;                    
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg,#00c4b3,#0a6c78);
  opacity: .9;
}

.run-accent p{ margin: .6em 0; line-height: 1.7; }
.run-accent strong{ color:#0a6c78; }

.has-background .run-accent{ background: #f9fbfb; }

@media (max-width: 768px){
  .run-accent{ padding: 16px 16px 16px 26px; }
  .run-accent::before{ left: 8px; }
}

.run-toc{
  list-style: none;
  padding-left: 0;
  margin: 18px 0 0;
  font-size: 1.06rem;
  line-height: 1.75;
}


.run-toc li{
  position: relative;
  padding-left: 34px;
}

.run-toc li + li{ margin-top: 12px; }

.run-toc a{
  display: inline-block;
  padding: 6px 2px;           
  text-decoration: none;
  color: #0f2933;
  border-radius: 8px;
  transition: color .2s, background-color .2s;
}

.run-toc a:hover,
.run-toc a:focus{
  color: #0a6c78;
  background: rgba(0,196,179,.10);
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

.run-toc li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: no-repeat center/contain
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2300a7a0"><path d="M9 18l6-6-6-6"/></svg>');
  opacity: .95;
}

@media (max-width: 600px){
  .run-toc{ font-size: 1.02rem; }
  .run-toc li{ padding-left: 30px; }  
  .run-toc li::before{ width: 18px; height: 18px; }
}

.header-top .wrapper{
  display: flex;
  justify-content: center;   /* по центру по горизонтали */
  align-items: center;       /* по центру по вертикали */
  gap: 12px;                 /* расстояние между иконкой и логотипом */
}

/* Лого + тексты в одну линию */
.header-top .site-branding{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;             
}


.header-top .top-header-menu-toggle{
  order: -1;            
}


.header-top .site-contact-details{
  display: none;
}

@media (max-width: 782px){
  .header-bottom .wrapper{
    display:flex;
    justify-content:center;
  }
  .header-bottom .main-navigation{
    width:100%;
    display:flex;
    justify-content:center;
  }
  .header-bottom .main-navigation .menu-toggle{
    position: static !important;  
    float: none !important;       
    margin: 0px auto !important;     
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
  .menu-toggle span {
  top: 73%;
 }
}