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

html {
	scroll-behavior: smooth;
}

body {
	position: relative;
}

body.home header {
	position: absolute !important;
	top: 0;
	z-index: 99;
}

.bricks-button {
	min-width: 165px;
	min-height: 62px;
}

.bricks-button.sm {
	min-height: 32px;
}

.bricks-button:hover,
a:hover {
	cursor: pointer;
}

a:focus,
button:focus {
	outline: none !important;	
}

/*
 * GForm
 * */
.gform-theme--foundation.gform_wrapper.gform-theme .gform_description {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}

.gform-theme--foundation.gform_wrapper.gform-theme .gfield_label.gform-field-label {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 6px;
	color: #fff;
}

.gform-theme--foundation.gform_wrapper.gform-theme .gfield input,
.gform_wrapper.gform-theme textarea {
	color: #404a46;
	border: 1px solid #ececee;
	background-color: #fff;
	border-radius: 10px;
	font-size: .9em;
	line-height: 30px;
	padding: 8px 20px;
	display: block;
	width: 100%;
	transition: .3s;
	appearance: none;
	min-height: 48px;
}

.gform-theme--foundation.gform_wrapper.gform-theme textarea {
	width: 100% !important;
	min-height: 168px !important;
}

.gform-theme--foundation.gform_wrapper.gform-theme .gfield input div {
	line-height: 30px;
}

.gform-theme--foundation.gform_wrapper.gform-theme .gform_footer {
	justify-content: center;
}

.gform-theme--foundation.gform_wrapper.gform-theme .gform_footer input[type=submit] {
	text-transform: uppercase !important;
	font-size: .8333em !important;
	font-weight: 700 !important;
	letter-spacing: 1.5px;
	background-color: #f6fbf6 !important;
	color: #404a46 !important;
	padding: 1em 3.5em !important;
	border-radius: 50px !important;
}

/*
 * Woocommerce
 * */
.brxe-container.woocommerce-notices-wrapper {
	margin-block: 30px;
}

.brxe-container.woocommerce-notices-wrapper .woocommerce-message,
.brxe-container.woocommerce-notices-wrapper .woocommerce-error {
	padding: 1em 2em;
}

.brxe-container.woocommerce-notices-wrapper .woocommerce-message,
.brxe-container.woocommerce-notices-wrapper .woocommerce-error li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.brxe-container.woocommerce-notices-wrapper .woocommerce-message a,
.brxe-container.woocommerce-notices-wrapper .woocommerce-error a {
	padding-top: 16px;
    padding-right: 48px;
    padding-bottom: 16px;
    padding-left: 48px;
    /*background-color: var(--bricks-color-mmbepu, #f89e83);*/
    border-radius: 2em;
    font-size: 16px;
    font-weight: 700;
    font-family: "Lato";
    text-transform: uppercase;
    line-height: 1.625;
    text-align: center;
    /*color: var(--bricks-color-rquxzf, #fff);*/
	transition: all 0.3s ease-in-out;
}

.brxe-container.woocommerce-notices-wrapper .woocommerce-message a:hover,
.brxe-container.woocommerce-notices-wrapper .woocommerce-error a:hover {
	background-color: var(--bricks-color-llyuov, #fcbd6e);
	color: var(--bricks-color-rquxzf, #fff);
}
