#blog-list-header {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.blog-post-header h6 {
  font-size: 1em;
  text-transform: none;
  font-weight: 200;
  margin-bottom: 0;
  color: #444b4e;
}

.blog-post-content h1 {
  margin-top: 15px;
}

#blog-posts-header h2 {
  margin-bottom: 5px;
}

#blog-posts {
  float: left;
  padding: 15px 0 0 0;
  width: 100%;
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  margin-bottom: 32px;
}

.blog-posts .post {
  font-size: 1em;
  width: 100%;
  margin: 0;
  grid-row: span 1;
  grid-column: span 2;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.02);
}
.blog-posts .post.first-row-posts {
  grid-column: span 3;
}
@media only screen and (max-width: 1000px) {
  .blog-posts .post {
    grid-column: span 3;
  }
  .blog-posts .post.first-row-posts {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .blog-posts .post {
    grid-column: span 6;
  }
  .blog-posts .post.first-row-posts {
    grid-column: span 6;
  }
}
.blog-posts .post:hover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
.blog-posts .post.hidden {
  display: none;
}
.blog-posts .post .text-holder {
  padding: 0 20px 10px 0;
}
.blog-posts .post .events-text h2 {
  font-size: 18px;
  margin: 10px 0 0 25px;
}
.blog-posts .post .events-text h2 a {
  color: #a948d3;
}
.blog-posts .post .events-text p {
  font-size: 16px;
  color: #444b4e;
  margin: 0 0 20px 25px;
}

#blog-posts .post {
  font-size: 1em;
  width: 100%;
  margin: 0;
  grid-row: span 1;
  grid-column: span 2;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.02);
}
#blog-posts .post.first-row-posts {
  grid-column: span 3;
}
@media only screen and (max-width: 1000px) {
  #blog-posts .post {
    grid-column: span 3;
  }
  #blog-posts .post.first-row-posts {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  #blog-posts .post {
    grid-column: span 6;
  }
  #blog-posts .post.first-row-posts {
    grid-column: span 6;
  }
}
#blog-posts .post:hover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
#blog-posts .post.hidden {
  display: none;
}
#blog-posts .post .text-holder {
  padding: 0 20px 10px 0;
}
#blog-posts .post .events-text h2 {
  font-size: 18px;
  margin: 10px 0 0 25px;
}
#blog-posts .post .events-text h2 a {
  color: #a948d3;
}
#blog-posts .post .events-text p {
  font-size: 16px;
  color: #444b4e;
  margin: 0 0 20px 25px;
}

@media only screen and (max-width: 1150px) {
  #news-archive ul li {
    width: 100%;
  }
  #blog-posts-bottom {
    grid-template: repeat(3, auto)/1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  body.blog_page-template #socool-block-main-picture.socool-padding-sides-site .socool-block-content {
    margin: 0;
    width: 100%;
  }
  #blog-posts-bottom {
    grid-template: repeat(3, auto)/1fr;
  }
}
.blog-posts .read-more,
#blog-posts .read-more {
  display: none;
}

.blog-posts .post p,
#blog-posts .post p {
  font-weight: 400;
  font-size: 0.88em;
  margin: 8px 0 8px 20px;
}

.blog-posts .post h5,
#blog-posts .post h5 {
  font-size: 0.8em;
  text-transform: none;
  font-weight: 200;
  text-transform: uppercase;
  color: #444b4e;
  margin: 20px 0 3px 20px;
}

.blog-posts .post h2,
#blog-posts .post h2 {
  margin: 0 0 13px 20px;
  color: #0a0a0a;
}

.blog-posts .post .post-date,
#blog-posts .post .post-date {
  font-size: 0.7em;
  color: #444b4e;
}

.blog-posts .post a:hover h2,
#blog-posts .post a:hover h2 {
  color: #a948d3;
}

html.mobile .blog-posts .post-readmore a:after,
html.mobile #blog-posts .post-readmore a:after {
  content: "More";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  float: left;
  background: #aa41d6;
  color: #fff;
  padding: 4px 10px;
  z-index: 100;
  transition: all 1s;
  opacity: 1;
}

html.no-touch .blog-posts .post-readmore a:after,
html.no-touch #blog-posts .post-readmore a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  float: left;
  background: #aa41d6;
  color: #fff;
  padding: 0;
  z-index: 1000;
  transition: all 1s;
  opacity: 0;
  font-size: 2px;
  width: 19px;
  height: 25px;
  background: url(/css/icons/read-more.png);
  background-repeat: no-repeat;
  background-size: 19px 25px;
}

html.no-touch .blog-posts .post-readmore a:hover:after,
html.no-touch #blog-posts .post-readmore a:hover:after {
  transition: all 1s;
  bottom: 0;
  opacity: 1;
}

html.no-touch .blog-posts .post-readmore a:hover h2,
html.no-touch #blog-posts .post-readmore a:hover h2 {
  transition: all 1s;
}

html.no-touch .blog-posts .post-readmore a h2,
html.no-touch #blog-posts .post-readmore a h2 {
  position: relative;
}

#blog-posts-bottom {
  display: grid;
  grid-template: repeat(3, auto)/1fr 1fr 1fr;
  grid-gap: 20px;
}

#blog-posts-bottom.blog-posts .post {
  font-size: 1em;
  margin: 0;
  position: relative;
  width: auto;
  grid-row: span 1;
  grid-column: span 1;
}

.blog-post-content figure {
  width: 100% !important;
}

.blog-post-content figure img {
  width: 100% !important;
}

/* @group News page */
#newsitems {
  display: block;
  float: left;
  padding: 15px 0 0 0;
}

#newsitems .post {
  font-size: 1em;
  width: 100%;
  margin: 0;
  grid-row: span 1;
  grid-column: span 2;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.02);
}
#newsitems .post.first-row-posts {
  grid-column: span 3;
}
@media only screen and (max-width: 1000px) {
  #newsitems .post {
    grid-column: span 3;
  }
  #newsitems .post.first-row-posts {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  #newsitems .post {
    grid-column: span 6;
  }
  #newsitems .post.first-row-posts {
    grid-column: span 6;
  }
}
#newsitems .post:hover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
#newsitems .post.hidden {
  display: none;
}
#newsitems .post .text-holder {
  padding: 0 20px 10px 0;
}
#newsitems .post .events-text h2 {
  font-size: 18px;
  margin: 10px 0 0 25px;
}
#newsitems .post .events-text h2 a {
  color: #a948d3;
}
#newsitems .post .events-text p {
  font-size: 16px;
  color: #444b4e;
  margin: 0 0 20px 25px;
}

#newsitems #upcoming-events-card.post p {
  font-weight: 400;
  font-size: 0.92em;
  line-height: 1.3em;
  margin: 8px 0 8px 20px;
}

#newsitems .post {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.02);
}

#newsitems .post:hover {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}

#newsitems .post .events-text p {
  color: #444b4e;
  /*    margin: 0 0 20px 25px; */
}

#newsitems .post .events-text h2 a {
  color: #a948d3;
}

#newsitems .read-more {
  display: none;
}

#news-archive {
  display: block;
  float: left;
  background: #fff;
  width: 100%;
  margin-bottom: 1px;
  margin-left: -20px;
}

#news-archive h2 {
  margin-left: 0px;
  margin-top: 40px;
}

#news-archive ul {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#news-archive ul li {
  width: 48%;
  margin-right: 2%;
  float: left;
  display: block;
  list-style: none;
  padding: 0;
}

#news-archive-new h2 {
  margin-left: 0px;
  margin-top: 40px;
}

#news-archive-new ul {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 102%;
}

#news-archive-new ul li {
  width: 48%;
  margin-right: 2%;
  float: left;
  display: block;
  list-style: none;
  padding: 0;
  margin-bottom: 3px;
}

#news-archive-new ul li .date {
  color: #444b4e;
}

html.mobile #newsitems .post-readmore a:after {
  content: "More";
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  float: left;
  background: #aa41d6;
  color: #fff;
  padding: 4px 10px;
  z-index: 100;
  transition: all 1s;
  opacity: 1;
}

html.no-touch .post-readmore a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  display: block;
  float: left;
  background: #aa41d6;
  color: #fff;
  padding: 0;
  z-index: 1000;
  transition: all 1s;
  opacity: 0;
  font-size: 2px;
  width: 19px;
  height: 25px;
  background: url(/css/icons/read-more.png);
  background-repeat: no-repeat;
  background-size: 19px 25px;
  /*  38 50 */
}

html.no-touch .post-readmore a:hover:after {
  transition: all 1s;
  bottom: 0;
  opacity: 1;
}

@media only screen and (max-width: 1150px) {
  #newsitems .post {
    width: 45%;
  }
  #news-archive ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  #newsitems .post {
    width: 90%;
  }
  #news-archive-new ul li {
    width: 98%;
    margin-right: 2%;
  }
}
/* @end *//*# sourceMappingURL=blog.css.map */