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


 /* Root Settings */
:root {
	--border-radius: 2rem;
	--green: #1b3d2f;
	--brown: #b9ab74;
	--light: #fcf0ca;
	/*--bg-global: #FEF9D9;*/
	--bg-global: #fffaea;
	--bg-box: var(--light);
	--bg-cta: #FCEFB4;
	--bg-cta-old: #FEF4B5;
	--text-ml: calc(var(--text-m) * 1.125);
	--button-icon-size: 2rem;
}
/*
.btn--action, .btn--cheese{

	clip-path: polygon( 2.453% 40.741%,2.453% 40.741%,3.218% 40.438%,3.944% 39.561%,4.621% 38.157%,5.239% 36.274%,5.788% 33.961%,6.26% 31.263%,6.643% 28.23%,6.929% 24.909%,7.108% 21.347%,7.17% 17.593%,7.17% 17.593%,7.151% 15.504%,7.095% 13.467%,7.004% 11.49%,6.88% 9.582%,6.723% 7.749%,6.536% 5.999%,6.321% 4.342%,6.078% 2.784%,5.81% 1.334%,5.518% 0%,46.226% 0%,46.226% 0%,46.499% 1.626%,46.801% 3.122%,47.129% 4.48%,47.482% 5.688%,47.857% 6.738%,48.253% 7.619%,48.667% 8.322%,49.098% 8.836%,49.543% 9.152%,50% 9.259%,50% 9.259%,50.457% 9.152%,50.902% 8.836%,51.333% 8.322%,51.747% 7.619%,52.143% 6.738%,52.518% 5.688%,52.871% 4.48%,53.199% 3.122%,53.501% 1.626%,53.774% 0%,92.768% 0%,92.768% 0%,92.709% 0.782%,92.657% 1.578%,92.61% 2.385%,92.569% 3.205%,92.534% 4.035%,92.505% 4.876%,92.482% 5.727%,92.466% 6.587%,92.456% 7.456%,92.453% 8.333%,92.453% 8.333%,92.515% 12.088%,92.693% 15.65%,92.979% 18.971%,93.363% 22.004%,93.834% 24.701%,94.384% 27.015%,95.002% 28.898%,95.679% 30.301%,96.405% 31.178%,97.17% 31.481%,97.17% 31.481%,97.486% 31.43%,97.796% 31.279%,98.1% 31.031%,98.398% 30.689%,98.688% 30.257%,98.969% 29.738%,99.242% 29.135%,99.505% 28.451%,99.758% 27.689%,100% 26.854%,100% 100%,97.355% 100%,97.355% 100%,97.355% 99.908%,97.356% 99.815%,97.357% 99.723%,97.357% 99.63%,97.358% 99.538%,97.358% 99.445%,97.358% 99.352%,97.358% 99.26%,97.358% 99.167%,97.358% 99.074%,97.358% 99.074%,97.297% 95.319%,97.118% 91.758%,96.832% 88.436%,96.448% 85.403%,95.977% 82.706%,95.427% 80.392%,94.809% 78.51%,94.132% 77.106%,93.407% 76.229%,92.642% 75.926%,92.642% 75.926%,91.876% 76.229%,91.151% 77.106%,90.474% 78.51%,89.856% 80.392%,89.306% 82.706%,88.835% 85.403%,88.451% 88.436%,88.165% 91.758%,87.986% 95.319%,87.925% 99.074%,87.925% 99.074%,87.925% 99.167%,87.925% 99.26%,87.925% 99.352%,87.925% 99.445%,87.925% 99.538%,87.926% 99.63%,87.926% 99.723%,87.927% 99.815%,87.928% 99.908%,87.928% 100%,20.19% 100%,20.19% 100%,19.982% 97.193%,19.706% 94.569%,19.365% 92.153%,18.967% 89.973%,18.516% 88.055%,18.018% 86.427%,17.477% 85.113%,16.901% 84.142%,16.293% 83.54%,15.66% 83.333%,15.66% 83.333%,15.027% 83.54%,14.42% 84.142%,13.843% 85.113%,13.303% 86.427%,12.805% 88.055%,12.354% 89.973%,11.955% 92.153%,11.615% 94.569%,11.338% 97.193%,11.131% 100%,0% 100%,0% 37.368%,0% 37.368%,0.218% 37.982%,0.443% 38.54%,0.675% 39.04%,0.913% 39.479%,1.158% 39.857%,1.407% 40.17%,1.662% 40.417%,1.921% 40.595%,2.185% 40.704%,2.453% 40.741% );
	position: relative;
	z-index: 1;

}

.btn--action{
	--btn-text-color-hover: var(--black)!important;
}
*/

.accent-underline{
	text-decoration: underline;
	text-decoration-color: var(--action-trans-80);
	text-underline-offset: -1rem;
	text-decoration-thickness: 1.5rem;
	text-decoration-skip-ink: none;
}

.brxe-image, img {
	border-radius: var(--border-radius);
}


.header-slider{
	height: 50px;
}
