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

#brx-header.sticky.scrolling > .brxe-section,
#brx-header.sticky.scrolling > .brxe-container,
#brx-header.sticky.scrolling > .brxe-block,
#brx-header.sticky.scrolling > .brxe-div {
    background-color: rgba(255, 255, 255, 0.8); 
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.mb-book-session-button {
	padding: 0 30px;
	display:none;
	position:absolute;
	width:0px;
	height:0px;
	top:0;
	left:0;
}


.mb-book-session-button a {
	background-color: var(--ae-orange);
	color:var(--ae-white);
	padding:1rem;
	border-radius: 5px;
	font-weight:600;
	letter-spacing: -0.02rem;
	border: 1px solid var(--ae-orange);
}

@media only screen and (max-width: 1025px) {
    .mb-book-session-button {
		margin-left:auto;
		margin-right:auto;
        display: block;
        width: 100%; 
        height: auto; 
        position: unset; 
        bottom: unset;
        left: unset; 
    }
	.mb-book-session-button a {
        line-height:1.5 !important;
		padding: 0.5rem !important;
		text-align:center !important;
		border: 1px solid var(--ae-orange);
		text-transform:uppercase !important;
    }
	
}

/* WooCommerce Variable Product Tweaks */

.variations {
margin-top: 1rem !important;
}

.variations .label {
margin-top: 1rem;}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 1.5rem;
    border: 1px solid var(--ae-black) !important;
	color:white;
	font-size:0.875rem;
	text-transform: uppercase;
	background-color:black;
    border-radius: 5px !important;
    box-shadow: unset !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item):hover.selected, .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    border: 1px solid var(--ae-light-blue) !important;
    box-shadow: unset !important;
	background-color: var(--ae-light-blue) !important;
}

.reset_variations {
    background-image: url(/wp-content/uploads/clear-icon-transparent.webp);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position-y: 50%;
    background-position-x: 12px;
    border-radius: 5px;
    background-color: var(--ae-light-grey);
    display: flex;
    width: max-content;
    padding: 4px 16px 4px 24px;
    justify-content: center;
    font-size: 14px;
    margin-top: 1rem;
	transition: background-color 200ms ease;
}

.reset_variations:hover{
    background-color: var(--ae-dark-grey);
}

