/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
	position:fixed;
	top:0;
}

.progress-bar {
  height: 8px;
  background: #ff4700;
  width: 0%;
}

.site-footer > footer::after {
  background: linear-gradient(180deg,rgba(255,71,19,1) 0%,rgba(162,59,30,1) 20%, rgba(43,43,43,1) 100%);
  border-radius: 100%;
  content: "";
  filter: blur(70px);
  height: 320px;
  width: 400px;
  left: 50%;
  mix-blend-mode: unset;
  position: absolute;
  top: 100%;
  transform: translate(-50%,-50%);
  transform-origin: center;
  z-index: 1;
}

article p > a {
  text-decoration: underline;
  text-decoration-color: #ff4713;
  text-decoration-thickness: .125em;
  text-underline-offset: 1.5px;
}

footer span.prnk{
	color:white;
	cursor:pointer;
	fill:white;
}
footer span.prnk:hover{
	color:#ff4713;
	cursor:pointer;
	fill:#ff4713;
}

footer span.prnk>.gb-icon{
	margin-right:30px;
}

footer span.prnk>.gb-icon svg{
	height:22px;
	width:22px;
}