body:not(.fsComposeMode) .expandable-grid .fsContent,
body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article {
  position: relative;
  background-color: #790225;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body:not(.fsComposeMode) .expandable-grid .fsContent:hover:before,
body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article:hover:before,
body:not(.fsComposeMode) .expandable-grid .fsContent:focus:before,
body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article:focus:before,
body:not(.fsComposeMode) .expandable-grid .fsContent:focus-within:before,
body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article:focus-within:before {
  background: rgba(138, 2, 42, 0.8);
}

body:not(.fsComposeMode) .expandable-grid .fsContent:before,
body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body:not(.fsComposeMode) .expandable-grid .fsContent > *,
body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article > * {
  z-index: 1;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] .fsElementContent {
  padding: 0;
  margin: 0;
  width: 100%;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] .fsListItems {
  width: 100%;
  min-height: initial;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article {
  width: 100%;
  height: auto;
  min-height: 280px;
  padding: 40px !important;
  margin: 0 0 20px 0 !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid-column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article {
    min-height: 280px;
  }
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article > * {
  position: relative;
  z-index: 300;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article:focus .wrapper .inner,
body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article:focus-within .wrapper .inner,
body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article:hover .wrapper .inner {
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .wrapper .inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: #fff;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .fsThumbnail {
  display: none;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .fsThumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .fsTitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 700;
  font-size: 24px !important; 
  line-height: 30px;
  text-transform: none;
  color: #fff;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .fsTitle > a {
  color: inherit;
  font-size: 32px;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .fsTitle > a:focus,
body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .fsTitle > a:hover {
  color: #fff;
  text-decoration: underline;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .fsSummary {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-style: italic;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: left;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .fsSummary p {
  margin-bottom: 10px;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .fsSummary p:last-child {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .fsReadMoreLink {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-decoration: underline;
  text-align: center;
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .fsReadMoreLink:hover {
  color: rgba(255, 255, 255, 0.5);
}

body:not(.fsComposeMode) .fsPostElement[class*="masonry-layout"] article .fsReadMoreLink:after {
  display: none;
}

body:not(.fsComposeMode) .fsPostElement.masonry-layout-5 .fsListItems {
  width: 100%;
  min-height: initial;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .fsPostElement.masonry-layout-5 .fsListItems {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-rule: none;
       -moz-column-rule: none;
            column-rule: none;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsPostElement.masonry-layout-5 .fsListItems {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .fsPostElement.masonry-layout-5 .fsListItems {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode) .fsPostElement.masonry-layout-5 .fsListItems {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
}

body:not(.fsComposeMode) .fsPostElement.masonry-layout-4 .fsListItems {
  width: 100%;
  min-height: initial;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .fsPostElement.masonry-layout-4 .fsListItems {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-rule: none;
       -moz-column-rule: none;
            column-rule: none;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsPostElement.masonry-layout-4 .fsListItems {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .fsPostElement.masonry-layout-4 .fsListItems {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

body:not(.fsComposeMode) .fsPostElement.masonry-layout-3 .fsListItems {
  width: 100%;
  min-height: initial;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .fsPostElement.masonry-layout-3 .fsListItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  body:not(.fsComposeMode) .fsPostElement.masonry-layout-3 .fsListItems article {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsPostElement.masonry-layout-3 .fsListItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  body:not(.fsComposeMode) .fsPostElement.masonry-layout-3 .fsListItems article {
    -ms-flex-preferred-size: 32.33%;
        flex-basis: 32.33%;
    margin-bottom: 18px !important;
  }
}

body:not(.fsComposeMode) .fsPostElement.masonry-layout-2 .fsListItems {
  width: 100%;
  min-height: initial;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .fsPostElement.masonry-layout-2 .fsListItems {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-rule: none;
       -moz-column-rule: none;
            column-rule: none;
  }
}