/*
 * Globals
 */

body {
 font-family: Helvetica,Arial,DBHeaventRez,sans-serif;;

       background: #f1f1f1;
    color: #444;
   line-height: 1.4em;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 10px;
  padding-bottom: 10px;
     border-bottom: 1px solid #ccc;
     padding-left:15px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 2.5em!important;
  font-weight: normal;
     text-decoration: none;
     color:#999;
}
@media (max-width: 576px) {
  .blog-title {
    font-size: 1.8em !important;
  }
}
.blog-title a{
  color:#333;
}
.blog-post-title a{

  color:#333;
      text-decoration: none;
}
.blog-description {
  font-size: 20px;
  color: #999;
  padding-top:10px;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
background-color: #FFF;
    padding-left: 0;
    padding-bottom: 30px;
    float: left;
  
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
.blog-sidebar{
    position: relative;
    width: 300px;
    top: 30px;
    right: 30px;
    float: right;
    min-height: 600px;
}

/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #ccc;

}

.blog-post-title {
  padding-bottom: 10px;
    font-size: 17px;
  
    font-weight: 700;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}
.content .bar .author {
    display: inline-block;
}
.feature-image{
  max-width: 300px;
    display: inline-block;
    height: 200px;

     margin-right: 2rem;
    overflow:hidden;
}
.blog-post .content {
    padding-left: 20px;
     display: inline-block;
    vertical-align: top;
    max-width: 480px;
}
.bar .author a {
    color: #767a84;
    font-size:14px;
     font-weight: 600;
    line-height: 20px;
}
 .bar .date {
    display: inline-block;
    color: #767a84;
    font-size:14px;
     font-weight: 600;
    line-height: 20px;
}
 .bar .date {
    display: inline-block;
    color: #767a84;
    font-size:14px;
     font-weight: 600;
    line-height: 20px;
}
 .bar .view-count{


    display: inline-block;
    color: #767a84;
    font-size:14px;
     font-weight: 600;
    line-height: 20px;
  }
 .bar .delimit-mobile, .bar .delimit{
  display: inline-block;
    width: 2px;
    height: 20px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
 }
 .blog-list{
    clear: both;
    min-height: 600px;

    margin-left: 30px;
 }
/*
 * Footer
 */
.post-content-wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.post-header {
    max-width: 794px;
    margin-right: auto;
    margin-left: auto;
}
.fn-p{
  max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;

}
.post-content {
    font-family: Boon-400,Arial,sans-serif;
    font-size: 20px;
    margin-top: 25px;
    line-height: 2;
}
.post-content-wrapper .post-content .post-content-img-top {
    max-width: 794px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;

    height: 375px;
    overflow: hidden;
}
.post-content img{
  display: block;
    margin: auto;
    max-width: 100%;
    width: auto;
}
.post-content-word{
  max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    overflow-wrap: break-word;
     font-family: Boon-400,Arial,sans-serif;
    font-size: 20px;
    margin-top: 25px;
    line-height: 2;
}
img {
    vertical-align: middle;
}
#cooler-nav{clear: both; margin: 0 0 70px;}

 .relatedthumb a img {
      max-width: 300px;
    display: inline-block;
    height: 216px;
    margin-right: 2rem;
    margin-bottom: 2em;
    overflow: hidden;
}
.relatedthumb a .crop {
    height: 156px;
    overflow: hidden;
}.relatedthumb {
    padding: 10px 20px 20px 0;
}