/*
 Theme Name:   Empixel Bricks
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.24
 Text Domain:  bricks
*/

/* General styles */
a:focus {outline: 0;}
a:hover, a:active {outline: 0;}
scroll-behavior: smooth;

/* Hide reCaptcha badge */
.grecaptcha-badge {opacity: 0; z-index: -99;}	

/* Scrollbar */
::-webkit-scrollbar {width: 8px; background: #121212;}
::-webkit-scrollbar-track {background: #565656; box-shadow: inset 0 0 4px #2a2a2a; border-radius: 8px; margin: 4px;}
::-webkit-scrollbar-thumb {background: #888888; border-radius: 8px;}
::-webkit-scrollbar-thumb:hover {background: #f29d00;}

div#empxl-postlist span#postlist-title {display: -webkit-box; -webkit-line-clamp: 2 ; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
div#empxl-postlist span#postlist-exc {display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

.brxe-container.before-checkout {display: none !important;}