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

.arrow-button:after {
    content: '';
    display: block;
    background: url(/wp-content/uploads/2025/05/arrow_circle_right-1.svg);
    width: 22rem;
    height: 22rem;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10rem;
}


.arrow-button-second {
    content: '';
    display: block;
    background: url(/wp-content/uploads/2025/05/arrow_circle_right-2.svg);
    width: 22rem;
    height: 22rem;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10rem;
}


.faq-content .accordion-title-wrapper i {
    transition: all .5s;
    transform: rotate(90deg);
}

.faq-content .accordion-title-wrapper h3 {
    width: calc(100% - 30rem);
}

.faq-content .brx-open i {
    transform: rotate(-90deg);
}


@media(max-width: 768px){
	bc-ripple-button span.bc-ripple-button__hover-fill {
    display: none !important;
}

span.bc-ripple-button__hover-fill {
    display: none !important;
}

.bc-ripple-button span:before {
    top: 0 !important;
    transform: unset !important;
}

.bc-ripple-button span:after {
    display: none !important;
}
}