/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.26.1750766707
Updated: 2025-06-24 15:05:07

*/




.entry-hero .h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 3em;
  text-transform: uppercase;
  color: var(--global-palette9);
   margin: 0;
}



 

/* Стили для кастомного меню в одну линию */
.custom-menu-container {
    width: 100%;
    overflow: hidden; /* Очистка float */
}

.custom-menu {
    list-style: none; /* Убираем маркеры списка */
    margin: 0;
    padding: 0;
    display: flex; /* Делаем меню горизонтальным */
    flex-wrap: wrap; /* Если пунктов много - переносим на новую строку */
    gap: 1px; /* Расстояние между пунктами */
}

.custom-menu li {
    margin: 0; /* Убираем отступы у элементов списка */
    padding: 0;
    position: relative;
    font-size: 0.8em;
}

.custom-menu a {
    display: block;
    text-decoration: none!important;
    padding: 3px 8px;
    transition: all 0.3s ease;
    background: transparent;
    margin: 3px 0;
}

.custom-menu a {
    color: var(--global-palette5);
}
.custom-menu li.current-lang a {
    background: var(--global-palette2);
    color: #fff;
}

.custom-menu a:hover {
    color: var(--global-palette3);
    background: var(--global-palette7);
}


/* языки в подвале */
#footer-menu .current-lang a {
    background: var(--global-palette2);
    color: #fff !important;
}





@media (max-width: 1024px) {
    
.mobile-html-inner .custom-menu li {
    font-size: 1.2em;
}
    
    
/*    .custom-menu {
        flex-direction: column;
    }*/
}



/***cf7**/
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit {
    background-color: #BFB800!important;
    color: #FFF!important; 
    
}

.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #888000!important;
    color: #FFF!important;
}

.awooc-custom-order-button{
    color: #fff!important;
    background-color: #7B8794!important;
}
.awooc-custom-order-button:hover {
    background-color: #3E4C59!important;
    color: #FFF!important;
}





h2.awooc-popup-title
 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.1;
    text-transform:none!important;
    padding: 10px;
     margin-bottom: 10px;
     color:#000000;
     text-align: left;
     background: #BFB800;
}
.awooc-row {
    margin-top: 20px;
}


.wpcf7 .line {color: #000000;   line-height: 105%; text-align:left; padding: 0; }
.wpcf7 .wpcf7-form-control-wrap{    	 margin-bottom: 10px;    }

.woocommerce .awooc-custom-order-wrap .wpcf7-form-control  {
  border: 0;
border-bottom: 1px solid #343434;
  width: 100%;
  margin-bottom: .75rem;
  background-color: transparent;
  color: #343434;
  outline: 0;
  box-sizing: border-box;
  box-shadow: none;
}

.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
  display: inline-block;
  background: transparent;
  color: #343434;
  clear: none;
  cursor: pointer;
  margin:0;
}

  

.wpcf7 .wpcf7-list-item-label {font-size:0.9em;   line-height: 105%; text-align:left;}


.wpcf7 form > div, .wpcf7 form > p, .wpcf7 form > span, .woocommerce .awooc-custom-order-wrap .wpcf7-form-control {
  margin: 0em;
}


@media (max-width: 1024px) {
.awooc-custom-order-button{
    margin-left: 0rem!important;
    margin-top: .6125rem;
}
}
/**********/
