
.ast-right-sidebar #secondary{
	
	margin: 150px 0 0 0;
	
}

#primary h1 {
  padding: 1rem 2rem;
  color: #fff;
  background: #1e90ff;
  -webkit-box-shadow: 5px 5px 0 #00008b;
  box-shadow: 5px 5px 0 #00008b;
}




#primary h2 {
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#00bfff), to(#00fa9a));
  background-image: -webkit-linear-gradient(right, #00bfff 0%, #00fa9a 100%);
  background-image: linear-gradient(to left, #00bfff 0%, #00fa9a 100%);
}


#primary .entry-content h3 {
 font-size:2rem;
  position: relative;
  padding: 1rem .5rem;
}

#primary h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}


#primary h4 {
	 font-size:1.7rem;
  position: relative;
  padding: 1.5rem 1rem;
}

#primary h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}



#primary .entry-content h5 {
	
		 font-size:1.7rem;
}

h2.widget-title {
	font-size:1.7rem;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
  background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
  background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);
}

