/*
Theme Name: Тема Starmans Etalon-Prilad
Template: customizr

Theme URI:
Description: Дочерняя тема для темы Customizr
Version: 1.0.0
Author: OlegBon
Author URI:
*/

/* импортируем стили родительской темы */
@import url("../customizr/style.css");

/* Свои дополнительные стили */

/* Header */
.header-skin-light [class*=nav__menu] .nav__link {
    color: #274188 !important;
}

.header-skin-light [class*=nav__menu] .nav__link:hover {
    color: #1e73be !important;
}

.header-skin-light [class*=nav__menu] .nav__title::before {
  background-color: #274188 !important;
}

.header-skin-light [class*=nav__menu] .dropdown-item .nav__link {
    color: #274188 !important;
}

.footer-skin-light .footer__wrapper a {
    color: #274188 !important;
}

.czr-copyright span {
    color: #274188 !important;
}
/* End Header */

/* Form text privacy */
.form-privacy {
    font-size: 85% !important;
}
/* End Form text privacy */

/* All ul */
.sek-container-fluid ul {
  list-style-image: url("/wp-content/uploads/starmans-ul.png") !important;
}
/* End All ul */