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


.brxe-button:hover {
	background-color: #F5C3C3 !important;
	color: #010101 !important;
	transition: all ease 0.3s !important;
}

.brxe-button {
	transition: all ease 0.3s !important;
}

.ael-block:hover h3 {
	color: #cb0b0b !important;
	transition: all ease 0.3s !important;
}

.ael-block {
	position: relative;
}

.ael-block:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 0%;
	bottom: 15px;
	left: 0;
	background-color: #cb0b0b;
	transition: all ease 0.3s;
}


.ael-block:hover:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 15px;
	left: 0;
	background-color: #cb0b0b;
	transition: all ease 0.3s;
	transition-delay: 0.2s;
}

.ael-block:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 15px;
	right: 0;
	background-color: #010101;
	transition: all ease 0.3s;
	transition-delay: 0.2s;
}

.ael-block:hover:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 0%;
	bottom: 15px;
	right: 0px;
	background-color: #010101;
	transition: all ease 0.3s;
}


.ael-block h3 {
	transition: all ease 0.3s !important;
}

.ael-split-section.right .brxe-container {
	flex-direction: row-reverse !important;
	
}


.ael-split-content {
	position: relative;
}

.ael-split-content.left:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 800px;
	right: 100%;
	top: 0;	
	left: auto;
}

.ael-split-content.right:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 800px;
	right: auto;
	top: 0;	
	left: 100%;
}

.ael-split-content.ael-split-black:before {
	background: #191919;
}

.ael-split-content.ael-split-dark-grey {
	background: #888888;
}

.ael-split-content.ael-split-dark-grey:before {
	background: #888888;
}


.ael-split-content.ael-split-light-grey {
	background: #E0E0E0;
}

.ael-split-content.ael-split-light-grey:before {
	background: #E0E0E0;
}

/* Form */
:where(.brxe-form) input[type=radio]+label { 
	color: #FFF;	
	margin-left: 10px;
}


@media only screen and (max-width: 767px){
	.ael-split-section {
		padding: 0 !important;
		height: 1300px !important;
	}
}


.ael-more-box h3, .ael-more-box h5 {
	transition: all ease 0.3s;
}


.ael-more-box:hover h3, .ael-more-box:hover h5 {
	color: #ff0000;
	transition: all ease 0.3s;
}


.ael-more-box:hover {
	transform: scale(1.02);
	transition: all ease 0.3s;
}

.ael-more-box {
	transition: all ease 0.3s;
}

.list-text ul li {
	margin-bottom: 15px;
}


@media only screen and (max-width: 400px){
	
   	#brxe-pbxxjj {
        width: 40% !important;
        margin: 0 !	important;
    }
	
	#brxe-wfuabr {
        width: 60% !important;
        margin: 0 !	important;
    }
	
	#brxe-fyltkr {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

@media only screen and (max-width: 370px){
	#brxe-fyltkr {
        display: none !important;
    }
}


