/*
 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
*/

strong, b {
  font-weight: 600;
}

.is-visisble {
  display: block !important;
}

.is-hidden {
  display: none !important;
}


.hbspt-form {
  /* padding: 25px 0; */
}

.hbspt-form .legal-consent-container .field.hs-form-field {
  margin-bottom: 0;
}

.hbspt-form .hs-recaptcha {
  position: absolute !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.hbspt-form .hs-richtext {
  padding-top: 20px; /* from getRem(20) */
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
}

.hbspt-form .hs-richtext p {
  color: #9e9d9d;
}

.hbspt-form .hs-richtext * {
  font-size: inherit;
  line-height: inherit;
}

.hbspt-form ul li {
  padding-left: 0;
}

.hbspt-form ul li::before {
  content: unset;
}

.hbspt-form .hs-error-msgs {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0;
}

.hbspt-form .hs-error-msg {
  margin-top: 0;
  color: black;
  font-size: 12px;
}

.hbspt-form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hbspt-form .legal-consent-container .hs-dependent-field {
  margin-top: 2rem;
}

.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  font-weight: 400;
  font-size: 16px; /* from $font-size-16 */
  line-height: 1.4;
  margin-left: 0;
  width: 90%;
  display: flex;
  align-items: flex-end;
}

.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span span {
  width: 5px;
  color: red;
}

@media (max-width: 575.98px) {
  .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    font-size: 16px; /* xs-down */
  }
}

.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span * {
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  display: block;
}

.hbspt-form .input {
  border-width: 0px;
  padding: 0px;
}

.hbspt-form .hs-input {
  margin: 0;
  font-size: 16px; /* from $font-size-16 */
  line-height: 1.75;
}

.hbspt-form .hs-input[type="checkbox"] {
  width: 18px;  /* from getRem(18) */
  height: 18px;
  margin-right: 10px; /* from getRem(10) */
}

.hbspt-form .hs-button {
    font-size: 1rem;
    line-height: 25px;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #196bf7;
    font-weight: 600;
    padding: .4375rem .9375rem;
    border-radius: 20px;
    border-width: 1px;
    border-color: #196bf7;
    transition: color .5s ease, background-color .5s ease, border .5s ease, box-shadow .5s ease;
  appearance: none;
  color: #fff; /* from $white */
  margin-top: 40px; /* from getRem(40) */
  cursor: pointer;
}

.hbspt-form .hs-button:hover {
    color: #196bf7;
    background-color: #fff;
    border-color: #196bf7;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.hbspt-form input[type=text],  .hbspt-form input[type=email],  .hbspt-form input[type=password], .hbspt-form input[type=tel], .hbspt-form select, .hbspt-form textarea {
    padding-left: 0;
    padding-top: 0;
    border: unset;
    border-bottom: 1px solid #000;
    width: 100%;
    outline: 0;
    font-weight: 400;
    border-radius: 0 !important;
    appearance: none !important;
    background-color: transparent;
    letter-spacing: .5px;
    padding-bottom: .3125rem;
    border-color: #9e9d9d;
    color: black;
}

.hbspt-form select.is-placeholder {
  color: rgba(0,0,0,0.5);
}

.hbspt-form input[type=text]:focus,  .hbspt-form input[type=email]:focus,  .hbspt-form input[type=password]:focus,  .hbspt-form input[type=tel]:focus, .hbspt-form select:focus, .hbspt-form textarea:focus {
    outline: 0;
    border-bottom-color: #196bf7;
}

.hbspt-form .hs-form-field + .hs-form-field {
  margin-top: 1.525rem;
}

.hbspt-form input::placeholder, .hbspt-form textarea::placeholder {
    color: rgba(0,0,0,0.5);
}

main section .brxe-container .brxe-text ul, main section .brxe-container .brxe-text ol {
  list-style: none;
  padding-left: 0px;
}

main section .brxe-container .brxe-text *+ul, main section .brxe-container .brxe-text *+ol {
  margin-top: 1.25rem;
}

main section .brxe-container .brxe-text ul {
  list-style: none;
}

main section .brxe-container .brxe-text ul li, main section .brxe-container .brxe-text ol li {
    font-size: 1rem;
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: 2.5rem;
    line-height: 1.75;
}

main section .brxe-container .brxe-text ol {
  counter-reset: ol-counter;
}
main section .brxe-container .brxe-text ol li {
    padding-left: 0.5rem;
    counter-increment: ol-counter;
}
main section .brxe-container .brxe-text ol li::before {
    content: counter(ol-counter) ".";
    background: none;
    width: auto;
    height: auto;
    color: inherit;
    position: static;
    vertical-align: baseline;
    padding-right: 3px;
}

main section .brxe-container .brxe-text ul li::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 22px;
    background-image: url(/wp-content/themes/bricks-child/assets/images/icons/arrow-right-short_8aae673f.svg); /* Will change path once commited */
    background-position: 0;
    width: 28px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 5px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #196bf7;
}

.brxe-list .content{
    align-items: start;
}

.brxe-list .icon {
    padding-top: 3px;
}


.brxe-text a:not(.btn-chevron){
    color: var(--Blue) !important;
}

.brxe-text blockquote {
  position:relative;
  padding-top: 5rem;
  padding-right: 3.75rem;
  padding-bottom: 5rem;
  padding-left: 3.75rem;
  background-color: var(--Blue);
  margin-top: var(--space-s);
  margin-bottom: var(--space-s);
  border-left-width: 0px;
  font-family: "Poppins";
  color: #fff;
  font-size: 18px;
}

.brxe-text blockquote::before,
.brxe-text blockquote::after {
content: "";
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50%;
  fill:white;
        background-image: url(/wp-content/themes/bricks-child/assets/images/icons/quote_white_2bb78605.svg)
}

.brxe-text blockquote::before {
  top: 1.25rem;
  left: 1.5625rem;
}

.brxe-text blockquote::after {
  bottom: 1.25rem;
  right: 1.5625rem;
  transform:rotate(180deg)
}

.brxe-text .upper-title,
.brxe-heading.upper-title {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .125rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.75rem
}

.brxe-text a.btn-chevron {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
}

.brxe-text a.btn-chevron::after {
    content: "";
    margin-left: 0.5625rem;
    width: 0.375rem;
    height: 0.6875rem;
    background-image: url(/wp-content/themes/bricks-child/assets/images/icons/chevron-right-blue_bdf042e4.svg);
    background-repeat: no-repeat;
    transition: transform 0.5s;
    color: var(--Blue);
}

.brxe-text a.btn-chevron:hover::after {
    transform: translateX(3px);
}
