/*
 Theme Name:   Chamerscy Med
 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
*/
html {
	scroll-padding-top: 200px;
}
.brxe-icon-box .icon i:before,
.brxe-social-icons i:before {
  background: linear-gradient(45deg, transparent, #FDF7B9, #FEE290, #D4B061, #FFD36B, #FFF1B1, #D6BB7F, transparent);
  background-clip:text;
  display: inline-block;
  color: transparent;
}
.brxe-divider .line {
  background: linear-gradient(45deg, transparent, #FDF7B9, #FEE290, #D4B061, #FFD36B, #FFF1B1, #D6BB7F, transparent);
  height: 3px;
}
.brxe-divider.left .line {
  background: linear-gradient(45deg, #FDF7B9, #FEE290, #D4B061, #FFD36B, #FFF1B1, #D6BB7F, transparent, transparent);
  height: 3px;
}
.brxe-divider.right .line {
  background: linear-gradient(45deg, transparent, transparent, #FDF7B9, #FEE290, #D4B061, #FFD36B, #FFF1B1, #D6BB7F);
  height: 3px;
}
.brxe-divider.big .line {
	height: 5px;
}
.brxe-divider.small .line {
	height: 2px;
}
.brxe-divider.full .line {
  background: linear-gradient(45deg, #FDF7B9, #FEE290, #D4B061, #FFD36B, #FFF1B1, #D6BB7F);
}
.brxe-button {
	position: relative;
}
.brxe-button:after {
	background: linear-gradient(45deg, #FDF7B9, #FEE290, #D4B061, #FFD36B, #FFF1B1, #D6BB7F, transparent);
    height: 3px;
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-size: 205%;
    background-repeat: no-repeat;
    background-position: 205% 50%;
    transition: all .5s ease-in-out;
}
.brxe-button:hover:after {
    background-position: 80% 50%;
}