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


.brxe-text a, .brxe-text-basic a{
  color: #e68e00;
}

.brxe-text a:hover, .brxe-text-basic a:hover {
/*  color: var(--tertiary-semi-light) !important;*/
  text-decoration: underline;
}


#brxe-bhzqbz a[aria-current="page"]{
	font-weight: 600;
	border-bottom: 5px solid var(--secondary-semi-light);
}

.page-template-default article.type-page h1{
	display: none;
}

.standard-list{
    padding-left: 1.8rem;
}

.standard-list li{
  list-style-type: square;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/**body.single-news main section:nth-child(2) a{
	color: #f1a409 !important;
} ***/

body.single-news .news-main-content a{
  color: var(--accent-semi-dark)!important;
}

body.single-news .news-main-content a:hover{
  text-decoration: underline;
}

.animate-underline{
  position: relative;
  line-height: 2;
  height: 4rem;
  width: 100%;
 }

.animate-underline:after{
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--black-trans-10);
  position: absolute;
  bottom: 5px;
  left: 0;
  transition: all 0.5s;
}

.animate-underline:hover:after{
  width: 100%;
}

.accent-animate-underline{
  position: relative;
  line-height: 2;
  height: 4rem;
  width: 100%;
 }

.accent-animate-underline:after{
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--accent);
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all 0.5s;
}

.accent-animate-underline:hover:after{
  width: 100%;
}

.emphasized{
	text-decoration:underline;
	font-weight: 600;
}

.yellow-link{
	color: var(--accent);
}

.yellow-link:hover{
	text-decoration: underline;
	color: var(--accent);
}
	