/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
html {
  scroll-padding-top: 170px;
}

body .brxe-text ul {
  list-style: none;
  padding-left: 0;
}
body .brxe-text ul li {
  margin-bottom: 5px;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
body .brxe-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url(./assets/ff-list-item.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .wsf-form .wsf-sections textarea.wsf-field {
  border-radius: 0;
  border: 1px solid var(--wsf-field-border-color);
}
body .wsf-form .wsf-field-wrapper .wsf-label {
  font: 500 14px/14px "Montserrat", sans-serif;
  letter-spacing: -0.02em;
}
body .wsf-form .wsf-field-wrapper .wsf-label .wsf-required-wrapper .wsf-text-danger {
  color: inherit;
}
body .wsf-form .wsf-field-wrapper input[type=date].wsf-field, body .wsf-form .wsf-field-wrapper input[type=datetime-local].wsf-field, body .wsf-form .wsf-field-wrapper input[type=file].wsf-field, body .wsf-form .wsf-field-wrapper input[type=month].wsf-field,
body .wsf-form .wsf-field-wrapper input[type=password].wsf-field, body .wsf-form .wsf-field-wrapper input[type=search].wsf-field, body .wsf-form .wsf-field-wrapper input[type=time].wsf-field, body .wsf-form .wsf-field-wrapper input[type=week].wsf-field, body .wsf-form .wsf-field-wrapper input[type=email].wsf-field,
body .wsf-form .wsf-field-wrapper input[type=number].wsf-field, body .wsf-form .wsf-field-wrapper input[type=tel].wsf-field, body .wsf-form .wsf-field-wrapper input[type=text].wsf-field, body .wsf-form .wsf-field-wrapper input[type=url].wsf-field, body .wsf-form .wsf-field-wrapper select.wsf-field, body .wsf-form .wsf-field-wrapper textarea.wsf-field {
  border-radius: 0;
}
body .wsf-form .wsf-field-wrapper.wsf-bottom {
  text-align: right;
}
body .wsf-form .wsf-field-wrapper.wsf-bottom .wsf-button-primary {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding: 0.6em 2em;
  transition: all 0.3s;
  color: var(--bricks-color-ljxucb);
  border: 1px solid var(--bricks-color-retuek);
  border-radius: 10px;
  background: transparent;
  width: 200px;
  max-width: 100%;
}
body .wsf-form .wsf-field-wrapper.wsf-bottom .wsf-button-primary:hover {
  background-color: var(--bricks-color-retuek);
  color: var(--bricks-color-wvqbvd);
}
body #leaky-paywall-login-form {
  padding: 30px;
  border: 1px solid;
  box-shadow: none;
  width: 100%;
  text-align: left;
  max-width: unset;
}
body #leaky-paywall-login-form form label {
  font: 500 14px/14px "Montserrat", sans-serif;
  letter-spacing: -0.02em;
  color: #363636;
}
body #leaky-paywall-login-form form input[type=email], body #leaky-paywall-login-form form input[type=password], body #leaky-paywall-login-form form input[type=text] {
  border-radius: 0;
  color: #363636;
}
body #leaky-paywall-login-form .login-submit {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #363636;
  text-align: right;
}
body #leaky-paywall-login-form .login-submit input[type=submit] {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding: 0.6em 2em;
  transition: all 0.3s;
  color: var(--bricks-color-ljxucb);
  border: 1px solid var(--bricks-color-retuek);
  border-radius: 10px;
  background: transparent;
  width: 200px;
  max-width: 100%;
  text-align: center;
}
body #leaky-paywall-login-form .login-submit input[type=submit]:hover {
  background-color: var(--bricks-color-retuek);
  color: var(--bricks-color-wvqbvd);
}
body #leaky-paywall-login-form #leaky-paywall-lost-password-link {
  font-size: 12px;
}
body .resources .filters .brxe-filter-checkbox li[data-depth="0"] {
  margin-top: 20px;
  font-weight: bold;
}
body .resources .filters .brxe-filter-checkbox li[data-depth="0"] label input {
  display: none;
}
body:not(.logged-in) header nav.main-menu li.partner-locked span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
body:not(.logged-in) header nav.main-menu li.partner-locked span:before {
  content: "";
  background: url("/wp-content/uploads/2026/01/padlock-icon.svg") no-repeat center/contain;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 25px;
}
body .partner-resource-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
body .login-lost-password {
  margin-top: 40px;
  font-size: 14px;
  color: var(--bricks-color-retuek);
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  body .page-header-container .header-rates-overlay.brxe-div {
    left: 0;
    min-width: unset;
  }
}
@media screen and (max-width: 991px) {
  body .hide-tablet-portrait {
    display: none !important;
  }
}
@media screen and (max-width: 782px) {
  body .page-header-container .text-white {
    color: var(--bricks-color-retuek) !important;
  }
  body .page-header-container .header-content-left h1 br {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
