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

.line-effect-link {
  display: inline;
    background-image: linear-gradient(transparent calc(100% - 2px), var(--secondary) 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: right;
    -webkit-transition: all 500ms ease-in-out;
  }
  .line-effect-link:hover {
  background-size: 100% 100%;
  }
#cfw-footer {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%!important;
}