#blog-header {
    text-align: center;
    padding: 50px 0;
    background-color: #f15636;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#blog-header:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.6;
}

#blog-header .entry-title {
    font-size: 50px;
    line-height:1.4;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.blog-main {
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-main .left-section {
    width: 65%;
}

.blog-main .right-section {
    width: 30%;
}

.blog-content-area {
  background-color: #f6f6f6;
}

.left-section article,
.comment-box,
body.single-post .left-section .navigation {
  background-color: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
  padding: 30px;
  margin-bottom: 30px;
}

body.single-post .comment-respond {
  padding: 0;
  border: 0;
}

body.single-post .left-section .nav-links .nav-previous a,
body.single-post .left-section .nav-links .nav-next a {
  margin: 0;
  color: #f15636;
  font-weight: 400;
}

body.single-post .left-section .nav-links .meta-nav {
  font-weight: 500;
}

body.single-post .left-section .post-navigation .nav-previous .post-title,
body.single-post .left-section .post-navigation .nav-next .post-title {
  margin-top: 0;
}

.left-section .entry-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #212121;
}

.left-section .entry-title a {
  color: #212121;
}

.left-section .entry-title a:hover {
  color: #f15636;
}

.left-section .blog-image {
  background-color: #f6f6f6;
  margin-bottom: 20px;
}

.left-section .post-thumbnail {
  margin: 0;
}

.left-section .post-meta-wrap {
  padding: 10px;
}

.left-section .post-meta-wrap > span {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  font-size: 14px;
}

.left-section .post-meta-wrap .fa {
  color: #f15636;
  margin-right: 5px;
}

.left-section .post-meta-wrap a {
  color: #000;
}

.left-section .post-meta-wrap a:hover {
  color: #f15636;
}

.readmore-wrap {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 0;
}

.readmore-wrap .send-button {
  text-transform: uppercase;
  display: inline-block;
}

.readmore-wrap .send-button:hover {
  background-color:  #f15636;
  color: #fff !important;
}

.right-section .widget {
  padding: 20px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
}

.right-section .widget .widget-title {
  font-size: 20px;
  line-height: 1.2em;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}

.right-section .widget .widget-title:after {
  content: '';
  width: 70px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f15636;
}

.right-section .widget ul {
  list-style: none;
  display: block;
}

.right-section .widget ul li + li {
  display: block;
  border-top: 1px dashed #ccc;
}

.right-section .widget ul li a {
  display: block;
  float: none;
  padding: 10px 0;
  text-align: left;
}

.right-section .widget ul li a:hover {
  color: #f15636;
}

.widget_search .search-form {
  position: relative;
  display: flex;
}

.widget_search .search-form .search-field {
  width: 100%;
  border-color: #e1e6eb;
  box-shadow: none;
  height: 40px;
  font-size: 13px;
  line-height: 20px;
  padding: 9px 12px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  padding-right: 60px;
}

.widget_search .search-form label {
  width: 100%;
}

.widget_search .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

.blog-main .pagination {
  margin-bottom: 30px;
}

.blog-main .pagination .page-numbers.current,
.blog-main .pagination a.page-numbers:hover {
  background-color: #f15636;
}

.blog-main .pagination .page-numbers {
  font-weight: 400;.widget_search .search-form
}

.single-post .entry-content blockquote {
  border-color: #f15636;
}

.single-post .entry-content blockquote:before {
  color: #f15636;
}

.single-post .entry-content ol,
.single-post .entry-content ul {
  margin-left: 24px;
}

@media ( max-width: 991px ) {
  #blog-header .entry-title {
    font-size: 40px;
  }
}

@media ( max-width: 767px ) {
  .blog-main {
    flex-wrap: wrap;
  }

  .blog-main .right-section,
  .blog-main .left-section {
    width: 100%;
  }

  .blog-main .left-section {
    margin-bottom: 10px;
  }
}

@media ( max-width: 640px ) {
  #blog-header .entry-title {
    font-size: 35px;
  }
}

article.post .entry-content a {
	font-weight: 600;
}

article.post .entry-content a:hover {
	font-weight: 600;
    color: #f15636;
}