/*
 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
*/
.icn_bx>.content>p {
    margin-top: 10px;
}
.faq_icon {
    margin: auto;
}
.minus_icon {
    opacity: 0;
}
.faqs_blok .brx-open.listening .minus_icon {
    opacity: 1;
}
.ftr_txt i.fas {
    margin-bottom: 6px;
}
.bnr_sec:before {
    backdrop-filter: blur(6px);
}
.bnr_form:after {
    width: 150px;
    height: 0;
    position: absolute;
    content: "";
    top: -4px;
    left: 0;
    background: #0092B6;
}
.bnr_form {
    position: relative;
}
.bnr_fm label.wpforms-field-label {
    color: #000;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1;
    margin-bottom:7px !important;
}
.bnr_fm select, .bnr_fm input:not(.bnr_fm input[type="checkbox"],.bnr_fm input[type="radio"]) {
    border-radius: 2px !important;
    border: 1px solid #DDD !important;
    background-color: #fff !important;
    padding: 5px 16px !important;
    height: auto !important;
    color: rgba(0, 0, 0, 0.50) !important;
    font-size: 16px !important;
    line-height: normal !important;
}
.bnr_fm select, .bnr_fm input:not(.bnr_fm input[type="checkbox"],.bnr_fm input[type="radio"]),.bnr_fm .wpforms-page-button,.bnr_fm .wpforms-submit{
    min-height: 56px !important;
}
.bnr_fm .wpforms-page-button,.bnr_fm .wpforms-submit{
   padding: 16px 24px !important;
    align-items: center !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 2px !important;
    background: #0092B6 !important;
    min-height: 56px !important;
    color: #FFF !important;
    text-align: center !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: normal !important; 
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="11" viewBox="0 0 12 11" fill="none"><path d="M6.83333 9.75L11 5.375L6.83333 1M11 5.375L1 5.375" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    background-position: center right 117px !important; 
    font-family: "Overpass" !important;
}
.bnr_fm .wpforms-page-indicator.connector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.bnr_fm span.wpforms-page-indicator-page-triangle {
    display: none;
}
.bnr_fm span.wpforms-page-indicator-page-number {
    background-color: #0092B6 !important;
}
.bnr_fm select{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M1.41 0L6 4.58L10.59 0L12 1.41L6 7.41L0 1.41L1.41 0Z" fill="%230092B6"/></svg>') !important;
    background-size: 12px !important;
    background-position: center right 24px !important;
}
.bnr_fm .wpforms-field {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}
.bnr_fm .wpforms-field:last-child {
    padding-bottom: 0 !important;
}
.bnr_fm .wpforms-field-container h4 {
    margin: 0 !important;
}
.bnr_fm .wpforms-page-button:hover, .bnr_fm .wpforms-submit:hover {
    background-color: #222 !important;
}
.ftr_link a:hover {
    color: #fff !important;
}
.team_slider .splide__list .splide__slide {
    justify-content: flex-start !important;
}
header.scrolling .brxe-logo img {
    width: 70px !important;
}
header .brxe-logo img {
-webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;
}

@media screen and (max-width:1200px){
.bnr_fm .wpforms-page-button, .bnr_fm .wpforms-submit{
background-position: center right 80px !important;
}
.bnr_fm select, .bnr_fm input:not(.bnr_fm input[type="checkbox"],.bnr_fm input[type="radio"]),.bnr_fm .wpforms-page-button,.bnr_fm .wpforms-submit{
    min-height: 48px !important;
}
}
@media screen and (max-width:991px){
.bnr_fm .wpforms-page-button, .bnr_fm .wpforms-submit{
            background-position: center right 50px !important;
}
.bnr_fm select, .bnr_fm input:not(.bnr_fm input[type="checkbox"],.bnr_fm input[type="radio"]),.bnr_fm .wpforms-page-button,.bnr_fm .wpforms-submit{
    min-height: 45px !important;
}
}
@media screen and (max-width:600px){
    .bnr_fm div.wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page {
        padding: 0;
    }
    .bnr_fm  div.wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number{
        display:block !important;
    }

}
@media screen and (max-width:425px){
.bnr_fm .wpforms-page-button, .bnr_fm .wpforms-submit{
            background-position: center right 30px !important;
}
}