.header-image .site-header .title-area, .header-image .site-header .widget-area {
    padding: 30px 0 20px 0;
}
@media (max-width:1023px){
.header-image .site-header .title-area, .header-image .site-header .widget-area {
    padding: 0;
}
}

.header-full-width .title-area, .header-full-width .site-title {
    text-align:left;
}



.entry-content h2 {
  border-left: 5px solid #0073aa;
  padding: .4em .8em;
  background: #f6f8fa;
  margin: 2.5em 0 1em;
}
.entry-content h3 {
  border-bottom: 2px solid #ddd;
  padding-bottom: .3em;
}
.entry-content blockquote {
  border-left: 4px solid #ccc;
  background: #fafafa;
  padding: 1em 1.2em;
  color: #555;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
}
.entry-content table th { background: #f0f0f0; }
.entry-content table th,
.entry-content table td { border: 1px solid #ddd; padding: .6em; }
.entry-content pre {
  background: #282c34;
  color: #abb2bf;
  padding: 1em;
  border-radius: 6px;
  overflow-x: auto;
}