#ipsLayout_contentWrapper, #ipsLayout_mainArea {padding: 0!important;}

body.cCmsDatabase_wordpress-posts div.cWidgetContainer > ul > li {
  padding: 0;
  background-color: #000!important;
}

.ipsDataList {
  text-align: center;
}

@media screen and (min-width: 768px) {
.blog-txt p,
.blog-txt a,
.blog-txt span,
.blog-txt li {
  font-size: 18px!important;
  line-height: 1.5;
}
}

.blog-txt p,
.blog-txt a,
.blog-txt span {
  font-size: 18px;
}

#blindspot-banner {
display:none;
}

#blindspot-banner .vertical {
  display: none;
  margin: 0 auto;
  max-width: 90%;
}

#blindspot-banner .horizontal {
  	display: block;
  margin: 0 auto;
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  #blindspot-banner .vertical {
  	display: block;
  }
  #blindspot-banner .horizontal {
  	display: none;
  }
}

.record-body {
  background-color: #fff;
}



.record-body > article {
      /*width: calc(100% - 340px);
    display: inline-block;*/
  vertical-align: top;
  padding: 0 20px;
}

.record-body img {
  height: auto!important;
}

.blog-list-tools.ipsToolList {
  margin-top: 30px;
  margin-right: 30px;
}

.blog-list-header {
  text-align: center;
  padding: 10px;
}

#blog-list {
  border: 0;
    max-width: 1200px;
    margin: 30px auto;
}

.blog-post {
  position: relative;
    display: inline-block;
    z-index: 1;
    height: 300px;
    width: 30%;
    vertical-align: top;
    min-width: 300px;
    margin: 1.5%;
}

.entry-header {
    padding: 10% 30px 10% 8%;
    background: #2a2d30;
    height: 300px;
    position: relative;
    z-index: 2;
    overflow: hidden;
      text-align: center;
}

.post-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
  z-index: -1;
}

.post-cover div {
  opacity: 0.7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.date time {
  color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.entry-title {
    font-size: 2.5em;
    line-height: 1;
    color: #fff;
    margin: 0;
  max-width: 1200px;
}

.entry-title a {
    color: inherit;
}

html[dir="ltr"] .ipsAttachLink_image.ipsAttachLink_left {
  margin-right: 0;
  padding-right: 30px;
}

html[dir="ltr"] .ipsAttachLink_image.ipsAttachLink_right {
  margin-left: 0;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
.entry-header {
    padding-left: 10%;
  }
}

.blog-txt {
    max-width: 1000px;
    margin: 0 auto;
}

.blog-post-cover {
  position: relative;
}

.blog-post-cover > div {
      background-size: cover;
    background-position: center;
    height: 500px;
}

.header-txt {
      position: absolute;
    bottom: 0;
    background: #000000a6;
    left: 0;
    top: 0;
    right: 0;
    padding: 100px 15px 0 30px;
    font-size: 2em;
}

@media screen and (max-width: 479px) {
.entry-title, .page-title {
    font-size: 30px;
}
  .blog-post-cover > div {
    height: 350px;
  }
}



#side-banner {
    display: inline-block;
    margin-top: 10px;
}

#side-banner-sub {
    width: 310px;  
    max-width: 100%;
}

#side-banner-sub.stick {
  margin-top: 0;
    position: fixed!important;
    top: 0;
  padding-top: 70px;
}

#side-banner-sub a {cursor: pointer;}

img {    max-width: 100%;}

@media screen and (max-width: 800px) {
  #side-banner-sub {
    display: none;
  }
  
  .record-body > article {
  width: 100%;
}
  
  .record-body img {
  width: 100%!important;
    padding: 0!important;
  }
}