.blog-container {
  height: auto;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 30px!important;
  margin-bottom: 30px!important;
  font-family: 'Nunito Sans', sans-serif;
  color: #555;
}

.blog-container,
p,
li,
a,
span {
  font-size: 1.1rem;
  color: #555;
  text-align: left;
}

.blog-main h1 {
  font-size: 1.8em;
  width: 100%;
  display: table;
  margin: 12px auto 18px
}

.blog-main h2 {
  font-size: 1.6em;
  width: 100%;
  display: table;
  margin: 12px auto 18px
}

.blog-main h3 {
  font-weight: 400;
  font-size: 1.3em;
  width: 100%;
  display: table;
  margin: 10px auto 15px
}

.blog-main h3:after {
  display: none
}

.blog-main h4 {
  font-size: 1.2em;
  width: 100%;
  display: table;
  margin: 8px auto 10px
}

.blog-main h5 {
  font-size: 1em;
  width: 100%;
  display: table;
  margin: 5px auto 10px
}

.blog-container img {
  max-width: 100%;
  width: 100%;
  box-shadow: 3px 16px 15px -16px rgba(0, 0, 0, .9);
}

.blog-main h1,
.blog-main h2,
.blog-main h3 {
  font-size: 1.7rem;
  ;
  font-weight: 600;
  width: 100%;
  display: table;
  margin: 0 auto 10px
}

.blog-container h1,
.blog-container h2,
.blog-container h3,
.blog-container h4,
.blog-container h5,
.blog-container h6 {
  text-align: left
}

.blog-container .comments-area h1,
.blog-container .comments-area h2 {
  font-size: 1.3em
}

.blog-sidebar h1,
.blog-sidebar h2 {
  font-size: 1.5em
}

.blog-sidebar ul {
  padding-left: 0
}

.blog-sidebar ul li {
  list-style: none;
  margin-bottom: 12px
}

.nav-previous {
  float: left;
  margin-right: 30px
}

.post-navigation .screen-reader-text {
  display: none
}

.post-meta {
  width: 100%
}

.form-submit {
  width: auto;
  display: inline-block
}

.form-submit input {
  width: auto!important;
  background: #333;
  color: #fff;
  padding: 8px 20px;
  border-radius: 2px;
  border: none
}

.form-submit input:hover {
  background: #000
}

.nav-links a {
  background: #ccc;
  padding: 4px 12px;
  display: inline-block;
  color: #333
}

.nav-links a:hover {
  background: #c4c4c4
}

.post-meta {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5px 0 0;
}

.post-meta div:last-child {
  text-align: right
}

.post-meta a {
  font-size: .8rem
}

.blog-main a {
  color: #333
}

.blog-sidebar a {
  color: #333;
  display: inline-block;
  font-size: 0.90rem;
}

.blog-sidebar a:hover {
  color: #ea4335
}

.blog-sidebar .search-btn {
  padding: 2px 12px;
}

.elm-button {
  background: #333!important;
  font-weight: 400!important;
  color: #fff;
  padding: 2px 17px 3px 17px;
  border-radius: 2px;
}

.elm-button:hover {
  background: #ea4335!important;
}

.elm-button .elm-button-text {
  color: #fff;
}

.blog-main a:hover {
  color: #ea4335
}

.post-meta a i {
  color: #333;
  margin-right: 3px
}

.blog-container {
  border-bottom: 1px dashed #666;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.blog-container a {
  display: inline
}

.blog-main a:hover h2,
.blog-main a:hover h3 {
  color: #ea4335
}

@media(min-width:767px) {
  .blog-container {
    padding-right: 0;
    margin-top: 37px
  }
  .blog-sidebar {
    margin-top: 38px
  }
}

@media(max-width:440px) {
  .blog-container img {
    max-width: 100%
  }
}

.blog-more-link {
  font-weight: 700
}

.pagination {
  clear: both;
  position: relative;
  font-size: 11px;
  line-height: 13px
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px;
  text-decoration: none;
  width: auto;
  color: #000;
  border: 1px solid #ea4335;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out
}

.pagination a:hover {
  color: #fff;
  background: #ea4335
}

.pagination .current {
  padding: 6px 9px 5px;
  background: #ea4335;
  color: #fff
}


/* .mlm-blog-title:after{display:block;content:"";height:1px;width:120px;margin:10px auto 20px;position:relative;background:#ea4335;margin-left:0} */

.blog-sidebar h2:after {
  display: block;
  content: "";
  height: 1px;
  width: 120px;
  margin: 10px auto 20px;
  position: relative;
  background: #ea4335;
  margin-left: 0
}

.main-blog-container {
  display: grid;
  grid-gap: 20px;
}

.main-blog-container-cnt p a {
  font-size: 0.9rem;
  color: #ea4335;
  font-weight: 600;
}

.main-blog-container-cnt p a:hover {
  color: #000;
}

@media (min-width: 767px) {
  .main-blog-container {
    grid-template-columns: 1fr 1fr;
    box-shadow: 0px 11px 13px -11px rgba(0, 0, 0, .3);
    border: 1px solid #f1f1f1;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 2px;
  }
}

/* new */
.single-blog-content-left {background: #fff;box-shadow: 0 0 2px rgb(0 0 0 / 20%);}
.single-blog-content{background: #fbfbfb;}
.blog-sidebar h1, .blog-sidebar h2 {color: #2d3237;}
.blog-sidebar a {color: #555;}
