/*
Theme Name: Bricks Child
Theme URI: https://vietwp.com/
Description: Child theme for Bricks Builder
Author: VietWP
Author URI: https://vietwp.com/
Template: bricks
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bricks-child
*/

body {
  background-color: #F8F7EE;
}

:where(p) {
    margin-block: 0 16px;
}

:where(p:last-of-type) {
	margin-bottom: 0;
}

section.brxe-container {
	width: 1240px;
}

.bricks-type-hero {
    text-transform: uppercase;
    font-size: 14px;
	font-weight: 400;
}
/* 
.bricks-type-lead {
	
} */

.bricks-button svg {
	width: 15px;
}

.bricks-background-light svg path{
	fill: #fff;
}

:root .bricks-button[class*="primary"]:hover {
    transform: translateY(-4px);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}

:root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {
	transform: translateY(-4px);
    box-shadow: 0 2px 0 #fff;
}

.image-hover {
	overflow: hidden;
	transition: all 0.4s;
}

.image-hover:hover img {
	transform: scale(1.1);
}