/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../files/Fonts/roboto-slab-v34/roboto-slab-v34-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-slab-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url('../files/Fonts/roboto-slab-v34/roboto-slab-v34-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-slab-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../files/Fonts/roboto-slab-v34/roboto-slab-v34-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gotham";
  font-style: normal;
  font-weight: 200;
  src: url('../files/Fonts/Gotham/GothamLight/font.woff2') format('woff2'),
  url('../files/Fonts/Gotham/GothamLight/font.woff') format('woff');
}

@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 200;
  src: url('../files/Fonts/Gotham/GothamLightItalic/font.woff2') format('woff2'),
  url('../files/Fonts/Gotham/GothamLightItalic/font.woff') format('woff');
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url('../files/Fonts/Gotham/GothamBook/font.woff2') format('woff2'),
  url('../files/Fonts/Gotham/GothamBook/font.woff') format('woff');
}

@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 400;
  src: url('../files/Fonts/Gotham/GothamBookItalic/font.woff2') format('woff2'),
  url('../files/Fonts/Gotham/GothamBookItalic/font.woff') format('woff');
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url('../files/Fonts/Gotham/GothamMedium/font.woff2') format('woff2'),
  url('../files/Fonts/Gotham/GothamMedium/font.woff') format('woff');
}

@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 500;
  src: url('../files/Fonts/Gotham/GothamMediumItalic/font.woff2') format('woff2'),
  url('../files/Fonts/Gotham/GothamMediumItalic/font.woff') format('woff');
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  src: url('../files/Fonts/Gotham/GothamBold/font.woff2') format('woff2'),
  url('../files/Fonts/Gotham/GothamBold/font.woff') format('woff');
}

@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 600;
  src: url('../files/Fonts/Gotham/GothamBoldItalic/font.woff2') format('woff2'),
  url('../files/Fonts/Gotham/GothamBoldItalic/font.woff') format('woff');
}

body {--bs-primary: #E00000;}

* {font-family: "Gotham",  sans-serif !important;}

h1, h2, h3, h4, h5, h6 {font-family: "Gotham", sans-serif !important;}

.checkbox-item input[type=checkbox]:checked + label {
  color: var(--bs-primary);
}

.checkbox-item label::before {
  border-color: var(--bs-body-color);
}

.form-change-lang #lang-select::after {
    color: var(--bs-primary);
}
.checkbox-item input[type=checkbox]:checked + label::before {
  border-color: var(--bs-body-color);
}

.checkbox-item input[type=checkbox]:checked + label::after {
  color: var(--bs-primary);
}

.radio-item input[type=radio]:checked + label::before {
  border-color: var(--bs-primary);
}

.radio-item input[type=radio]:checked + label {
  color: var(--bs-primary);
}

.radio-item input[type=radio] + label::after {
  background-color: var(--bs-primary);
}

.radio-item input[type=radio]:checked + label::after {
  background-color: var(--bs-primary);
}

.form-control.ls-important-field {
  box-shadow: none !important;
}

.form-control.ls-important-field:focus {
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: 0 0 0 .25rem #e0000040,0 0 0 2px var(--bs-input-focus-ring-contrast-color),0 0 0 4px var(--bs-input-focus-ring-color);
}

.btn-primary {
  background: var(--bs-primary);
  border: none;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.dropdown-toggle.show,
.btn-primary.dropdown-toggle.show:focus {
  background: #be0000;
  border: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.dropdown-toggle.show,
.btn.dropdown-toggle.show:focus {
  box-shadow: none;
}


.progress-bar {
  background: var(--bs-primary);
}

.dropdown-menu > li > a:hover {
  background: var(--bs-primary) !important;
  color: #fff !important;
}

.privacy .checkbox-item label::before {
  border: 3px solid var(--bs-primary);
}

a {
  color: var(--bs-primary);
}

a:hover {
  color: #be0000;
}

.em_num_answers {
  color: #378278;
}

.form-change-lang #language-changer-select {
    color: var(--bs-primary);
}

.form-control.ls-important-field,
.form-control {
    border: solid #333333 1px !important;
}

.input-group-text.captcha-image {
    background: #ffffff;
}

.input-group-text, label .input-group-text {
    background: var(--bs-primary);
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus {
    box-shadow: none;
}

.btn-primary:hover {
  box-shadow: none;
}

.btn {
    --ww-btn-min-width: 14.375rem;
    --bs-btn-padding-y: .4375rem;
    
    border-radius: .625rem;
    min-width: var(--ww-btn-min-width);
}

@media (min-width: 768px) {
    .btn {
        --ww-btn-min-width: 16.875rem;
        --bs-btn-padding-y: .75rem;
    }
}
