/*
Theme Name: Igual Child
Description: Child Theme for Igual Theme
Author: zozothemes
Version: 1.0
Template: igual
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */

.sub-title {
    color: #B8967E;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
	letter-spacing: 1px;align-content;
	display: inline-block;
    position: relative;
    padding-left: 31px;
}
.sub-title:before {
    background: linear-gradient(to right, #b8967e, rgb(184 151 128 / 6%));
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.sub-title:after {
    background: linear-gradient(to left, #b8967e, rgb(184 151 128 / 6%));
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -29px;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.header-navbar a.h-phone i {
    font-size: 22px;
}
.header-navbar a.h-phone {
    font-size: 22px;
    margin-right: 10px;
    position: relative;
}

.header-titles > *.site-title {
    font-size: 24px;
}





/* Обертка для чекбокса и текста */
.cf7-acceptance-wrapper {
  display: flex !important;
  align-items: center !important; /* Выровнять по вертикали */
  justify-content: flex-start !important;
  margin-top: 0px !important;
  margin-bottom: -30px !important;
}

/* Стили для чекбокса */
.cf7-acceptance-wrapper input[type="checkbox"] {
  display: inline-flex !important; /* Используем inline-flex для чекбокса */
  width: 16px !important;
  height: 16px !important;
  margin-right: 10px !important;
  vertical-align: middle !important; /* Центрируем чекбокс */
  margin-top: 15px !important; /* Убираем отступ сверху */
}

/* Стили для текста */
.cf7-acceptance-wrapper label {
  display: inline-flex; /* Важное изменение для выравнивания текста */
  align-items: center;
  margin-bottom: 0 !important; /* Убираем отступ снизу */
  line-height: 0px !important; /* Сделаем высоту строки равной высоте чекбокса */
}

/* Стили для ссылки */
.cf7-acceptance-wrapper a {
  color: #2196f3 !important;
  text-decoration: none !important;
}

.cf7-acceptance-wrapper a:hover {
  text-decoration: underline !important;
}

@media (min-width: 1025px) {
    .brnone {
      display: none;
    }
  }

/* 
.mobile-menu-floating {
   width: 80%;
	border-right: solid 2px #b8967e;
}
*/

