/*
 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.2.1
 Text Domain:  bricks
*/

/* Global content */
.global-content *{
	color: var(--bricks-color-vvdlbi);
}
.global-content h1:not(:first-child),
.global-content h2:not(:first-child),
.global-content h3:not(:first-child),
.global-content h4:not(:first-child),
.global-content h5:not(:first-child),
.global-content h6:not(:first-child){
	margin-top: 6vh;
	margin-bottom: 2vh;
}

.global-content a:not(.bricks-button){
	color: var(--bricks-color-ewaznl);
}

.global-content hr{
	border-color: var(--bricks-color-hpvkan);
	margin-top: 6vh;
}


/* Online pulse anim */
@keyframes onlinePulseAnim{
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}

/* Marquee3000k */
.marquee3k__copy {
	padding-right: .5em;
	box-sizing: border-box;
}


/* Contact form */
:where(.brxe-form) .message.success{
	background: transparent;
    color: white;
	border: 1px solid var(--bricks-color-hpvkan);
}