#respond {
    margin-top: 0!important;
    padding-top: 8%!important;
    padding-bottom: 8%!important;
}

#single-below-header {
    display:none;
}

figure figcaption {
    text-align: center;
    margin-top: -26px !important;
    font-style: italic;
}

.blog .container-wrap {
  padding: 0!important;
}

.post .content-inner {
    /*padding: 0!important;*/
}

.post-content img {
  /*border: solid 3px #e5e5e5;*/
}

.post-last-modified {
  display: inline-block;
margin-bottom: 1.5em;
color: black; 
font-size: 12px;
font-weight: bold;
background-color: #d1d1d1;
/*background-image:url(/Content/x.png);
background-size: 20px 20px;
background-repeat:no-repeat;
background-position:2px;*/
padding: 5px 15px 5px 15px;
border-radius: 5px 5px 5px;
border: 1px solid black;
/*padding-left: 25px;*/
}

.blog .container-wrap::after {
  content: "";
  background-color: gray;
  /*background: url(https://barnards.org.za/media/2020/01/bg-image-1.jpg);*/
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.nectar-social.fixed {
   position:fixed;
   left: 34px !important;
   bottom:34px;
   height:50px;
   width:50px;
   line-height:50px;
   z-index:1000;
}

/*
@media only screen and (min-width: 1300px) {
  
  .container,  
  body[data-ext-responsive="false"] #boxed #header-outer[data-full-width="true"] header > .container,  
  body[data-ext-responsive="false"] #boxed #header-secondary-outer[data-full-width="true"] > .container,
  .post-area.standard-minimal.full-width-content .post .inner-wrap,
   body[data-header-format="left-header"] .container, 
   body[data-header-format="left-header"] .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 1500px !important;
  }
}
*/