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


@media only screen and (max-width: 800px) {

.hc {
  counter-reset: list-counter;
  list-style: none;
  padding: 0;
  font-family: sans-serif;
display:block !important;

}
.hc ul 
	{
			margin:0;
	}
.hc li {
  counter-increment: list-counter;
  background: #d0040b;
	list-style:none;
  margin: 12px 0;
  padding: 10px 15px 10px 50px;
  border-radius: 36px;
	font-size:22px;
	font-weight:600;
  position: relative;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.hc li::before {
  content: "\2192";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #4FC3F7;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  font-size: 20px;
}

.hc li a {
  text-decoration: none;
  color: #fff;
  display: block;
}
}

.hc
{
	display:none;
}