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

/**
 * Admin bar styling
 */

#wpadminbar {
	opacity: 0;
	transition: opacity 0.2s ease;
}

@media only screen and (max-width: 767px) {
	
	#wpadminbar {
		display:none;
	}
}

#wpadminbar:hover {
	opacity: 1;
}
/*
.bricks-element-placeholder {
	background-image: url("https://developers.elementor.com/docs/assets/img/elementor-placeholder-image.png");
    aspect-ratio: 16 / 9;
    max-width: 100% !important;
    width: 100% !important;
	background-position: center;
    background-size: cover;
}

.bricks-element-placeholder > * {
	opacity:0;
}
*/

/**
 * Hide edit with bricks ------------------------------------------------
 */
#wp-admin-bar-edit_with_bricks {
/*	display:none;*/
}

/**
 * Header styling ------------------------------------------------
 */

@media only screen and (min-width: 1024px) {
	header .menu-only-mobile {
		display: none !important;
	}
}

.no-scroll .bricks-mobile-menu-toggle span {
	background-color: #fff !important;
	
}

header {
	z-index:999;
}