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

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

html, body {
  scroll-behavior: smooth;

}

h1, h2,h3,h4,h5,h6 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.has-verde-ci-color {
	color: #4FA59D!important;
}

hr {
	color: #4FA59D!important;
	width: 100%;
	height: 1px;
	border-top: 1px solid!important;
} 

.brxe-post-content :not(.wp-block-create-block-text-link-block) a {
	color: #4FA59D!important;
	text-decoration: underline;	
}

main {
	display: flex;
	flex-direction: column;
}