.page h1.entry-title{
	position: relative;
	padding-bottom: 10px;
	font-size: 26px;
	margin:0 0 20px 0;
}

.page h1.entry-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}




.page h2{
font-size: 1.5em;
font-weight: bold;
padding-top: .5em;
padding-bottom: .5em;
margin-bottom: 1em;
position: relative;
border-bottom: solid 3px #efe245;
color: #ef8b44;
}

.page h2:after {
position: absolute;
content: " ";
display: block;
width: 15%;
bottom: -3px;
border-bottom: solid 3px #ef8b45;
}

.page h3 {
		color:#666666;
  position: relative;
  padding: 5px 26px 5px 42px;
  background: #fff0d9;
  font-size: 20px;
  color: #2d2d2d;
  margin-left: -20px;
  line-height: 1.3;
  border-bottom: solid 3px orange;
  z-index:-2;
}

.page h3:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

.page h4 {
		color:#666666;
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
	margin: 0 0 20px 0;
font-size: 1.2rem;
}

.page h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.page h5 {
	color:#666666;
border-bottom: dotted 3px #FFF035;
}


.single article h1.entry-title{
font-size: 1.5em;
font-weight: bold;
padding: 1em 1em;
margin-bottom: 2em;
position: relative;
background-color: #f0cfbb;
box-shadow: 0px 0px 0px 5px #f7e2d5;
border: dashed 2px #ffffff;
color: #86483a;
}

.single article h1.entry-title:after {
position: absolute;
content: '';
top: -7px;
left: -7px;
border-width: 0 0 20px 20px;
border-style: dashed;
border-color: #fff #fff #f0cfbb;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}



.single article h2{
font-size: 1.5em;
font-weight: bold;
padding-top: .5em;
padding-bottom: .5em;
margin-bottom: 1em;
position: relative;
border-bottom: solid 3px #efe245;
color: #ef8b44;
}

.single article h2:after {
position: absolute;
content: " ";
display: block;
width: 15%;
bottom: -3px;
border-bottom: solid 3px #ef8b45;
}

.single article h3 {
		color:#666666;
  position: relative;
  padding: 5px 26px 5px 42px;
  background: #fff0d9;
  font-size: 20px;
  color: #2d2d2d;
  margin-left: -20px;
  line-height: 1.3;
  border-bottom: solid 3px orange;
  z-index:-2;
}

.single article h3:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

.single article h4 {
		color:#666666;
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
	margin: 0 0 20px 0;
font-size: 1.2rem;
}

.single article h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.single article h5 {
	color:#666666;
border-bottom: dotted 3px #FFF035;
}



.widget-area h3 {
		color:#666666;
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
	margin: 0 0 20px 0;
font-size: 1.2rem;
}

.widget-area h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}


.instatitle {
  font-weight: bold;
  padding: 0.5em 1em;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #b2d3e4;
  box-shadow: 0 0 0 10px #b2d3e4;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
}

.entry-meta {
border-bottom: 5px solid #CA7E76;
  margin-bottom: 20px;
}


