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

span, p, li, ul, ol {
    font-family: "Avenir Next LT Pro Regular"!important;
}

@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!important;
}
}

.blog-txt p,
.blog-txt a,
.blog-txt span {
  font-size: 18px!important;
  line-height: 1.5!important;
}

@media screen and (min-width: 768px) {
.record-body {
  padding: 20px 35px!important;
}
}

.record-body {
  padding: 10px 20px;
}

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

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

.blog-list-header {
  background-color: #000;
  margin: 0;
  padding: 10px;
}

.blog-post {
  position: relative;
  display: block;
  z-index: 1;
}

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

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

.post-cover div {
  opacity: 0.5;
    -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: 80px;
    line-height: 1;
    color: #fff;
    margin: 0;
}

.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%;
  }
}

@media screen and (max-width: 479px) {
.entry-title, .page-title {
    font-size: 40px;
}
}