/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/latestnews/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-inspector {
  font-size: 10px;
}

.block-editor-inner-blocks {
  display: block;
  width: 100%;
}

.wp-block[data-align=center] {
  text-align: center;
}

.block-editor-block-inspector select[multiple] {
  height: auto !important;
}

.wp-block-boldblock-latestnews {
  display: block;
  margin-top: 2rem;
}
.wp-block-boldblock-latestnews:first-child {
  margin-top: 0;
}
.wp-block-boldblock-latestnews.full-height {
  max-height: 100vh;
}
.wp-block-boldblock-latestnews.auto-height {
  max-height: none;
}
.wp-block-boldblock-latestnews > .gems {
  height: 100%;
}
.wp-block-boldblock-latestnews.featured-list {
  background: #444444;
}
.wp-block-boldblock-latestnews.featured-list .featured-article {
  flex: 0 0 50%;
  position: relative;
  padding: 0;
}
.wp-block-boldblock-latestnews.featured-list .featured-article .featured-post {
  width: 100%;
  height: 100%;
}
.wp-block-boldblock-latestnews.featured-list .featured-article .featured-post:hover .post-image {
  opacity: 0.6;
}
.wp-block-boldblock-latestnews.featured-list .featured-article .post-image {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #444444;
  transition: opacity 0.5s ease;
}
.wp-block-boldblock-latestnews.featured-list .featured-article .post-image img {
  width: 100%;
  max-width: none;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  opacity: 0.5;
}
.wp-block-boldblock-latestnews.featured-list .featured-article .post-info {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  width: 100%;
  padding: 0 4rem;
}
.wp-block-boldblock-latestnews.featured-list .featured-article .post-info h4 {
  color: #fff;
}
.wp-block-boldblock-latestnews.featured-list .featured-article .post-info p {
  color: #fff;
}
.wp-block-boldblock-latestnews.featured-list .featured-article .post-info .tags {
  padding: 0 5px;
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  margin-top: 1em;
}
.wp-block-boldblock-latestnews.featured-list .featured-article .post-info .tags span {
  margin: 0 10px;
}
.wp-block-boldblock-latestnews.featured-list .featured-article .post-info .date {
  color: #fff;
  border-radius: 2em;
  background: rgb(114, 213, 74);
  padding: 0.25em 1.5em;
  display: inline-block;
}
.wp-block-boldblock-latestnews.featured-list .article-list {
  flex: 0 0 50%;
  padding: 0;
  max-height: 100%;
  background: #444444;
  overflow: hidden;
}
.wp-block-boldblock-latestnews.featured-list .article-list.scrollable {
  overflow-y: scroll;
}
.wp-block-boldblock-latestnews.featured-list .article-list article {
  flex-direction: row-reverse;
  display: flex;
  min-height: 12.5vh;
  height: 12.5vh;
  align-items: center;
  transition: opacity 0.5s ease;
  background: #fff;
}
.wp-block-boldblock-latestnews.featured-list .article-list article:hover .post-info h3 {
  opacity: 0.7;
}
.wp-block-boldblock-latestnews.featured-list .article-list article:hover .post-image {
  opacity: 0.7;
}
.wp-block-boldblock-latestnews.featured-list .article-list article .post-image {
  flex: 0 0 34%;
  background: #444444;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  transition: opacity 0.5s ease;
  height: 100%;
  padding-top: 0;
}
.wp-block-boldblock-latestnews.featured-list .article-list article .post-image .no-image {
  background: #f3f3f3;
  width: 100%;
  height: 100%;
}
.wp-block-boldblock-latestnews.featured-list .article-list article .post-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.wp-block-boldblock-latestnews.featured-list .article-list article .post-info {
  flex: 0 0 66%;
  text-align: right;
  padding: 0 3rem;
}
.wp-block-boldblock-latestnews.featured-list .article-list article .post-info h3 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #444444;
  transition: opacity 0.5s ease;
}
.wp-block-boldblock-latestnews.featured-list .article-list article .post-info .tags span {
  margin: 0 0 0 5px;
}
.wp-block-boldblock-latestnews.featured-list .article-list button.load-more {
  position: relative;
  min-height: 12.5vh;
  border-radius: 0;
  margin: 0;
}
.wp-block-boldblock-latestnews.standard-grid .news-post {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: flex-start;
  overflow: hidden;
  margin-bottom: 2rem;
}
.wp-block-boldblock-latestnews.standard-grid .news-post:hover .post-image img {
  width: 120%;
  height: 120%;
  opacity: 0.2;
}
.wp-block-boldblock-latestnews.standard-grid .news-post .post-image {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #f3f3f3;
  padding-top: 100%;
  overflow: hidden;
}
.wp-block-boldblock-latestnews.standard-grid .news-post .post-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: all 0.5s ease;
}
.wp-block-boldblock-latestnews.standard-grid .news-post .post-info {
  position: relative;
  z-index: 20;
  padding-top: 1rem;
}
.wp-block-boldblock-latestnews.standard-grid .news-post .post-info h3 {
  color: #707070;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
}
.wp-block-boldblock-latestnews.standard-grid .news-post .post-info .date {
  color: rgb(204, 61, 59);
}
.wp-block-boldblock-latestnews.standard-grid .news-post .tags {
  position: absolute;
  top: 2rem;
  z-index: 11;
  background: #fff;
  padding: 0.25rem 1rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  max-width: 66%;
  font-size: 1rem;
}
.wp-block-boldblock-latestnews.standard-grid .news-post .tags span {
  margin: 0 0 0 5px;
  display: none;
}
.wp-block-boldblock-latestnews.standard-grid .news-post .tags span:nth-child(1), .wp-block-boldblock-latestnews.standard-grid .news-post .tags span:nth-child(2) {
  display: inline-block;
}
.wp-block-boldblock-latestnews.highlight-grid .article-list {
  flex: 0 0 100%;
}
.wp-block-boldblock-latestnews.highlight-grid.grid-rows-1 .news-post {
  height: 100%;
}
.wp-block-boldblock-latestnews.highlight-grid.grid-rows-2 .news-post {
  height: 50%;
}
.wp-block-boldblock-latestnews.highlight-grid.grid-rows-3 .news-post {
  height: 33.33%;
}
.wp-block-boldblock-latestnews.highlight-grid.grid-rows-4 .news-post {
  height: 25%;
}
.wp-block-boldblock-latestnews.highlight-grid.auto-height.grid-rows-1 .news-post {
  min-height: 33vw;
}
.wp-block-boldblock-latestnews.highlight-grid.auto-height.grid-rows-2 .news-post {
  min-height: 25vw;
}
.wp-block-boldblock-latestnews.highlight-grid.auto-height.grid-rows-3 .news-post {
  height: 33.33%;
  min-height: 33vw;
}
.wp-block-boldblock-latestnews.highlight-grid.auto-height.grid-rows-4 .news-post {
  height: 25%;
  min-height: 12.5vw;
}
.wp-block-boldblock-latestnews.highlight-grid .news-post {
  height: 33.33%;
  justify-content: center;
  overflow: hidden;
  min-height: 30rem;
}
.wp-block-boldblock-latestnews.highlight-grid .news-post.more-to-come h3 {
  color: rgb(84, 151, 53);
}
.wp-block-boldblock-latestnews.highlight-grid .news-post.more-to-come p {
  font-weight: 600;
}
.wp-block-boldblock-latestnews.highlight-grid .news-post.more-to-come:after {
  background: rgb(138, 60, 59);
}
.wp-block-boldblock-latestnews.highlight-grid .news-post.more-to-come:hover:after {
  background: rgb(138, 60, 59);
}
.wp-block-boldblock-latestnews.highlight-grid .news-post.more-to-come:hover h3 {
  color: #fff;
}
.wp-block-boldblock-latestnews.highlight-grid .news-post.more-to-come:hover p {
  color: #fff;
}
.wp-block-boldblock-latestnews.highlight-grid .news-post:hover .post-image img {
  width: 120%;
  height: 120%;
  opacity: 0.2;
}
.wp-block-boldblock-latestnews.highlight-grid .news-post:hover:after {
  transform: scale(1);
  background: rgba(138, 60, 59, 0.5);
}
.wp-block-boldblock-latestnews.highlight-grid .news-post .post-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #444444;
}
.wp-block-boldblock-latestnews.highlight-grid .news-post .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.wp-block-boldblock-latestnews.highlight-grid .news-post .post-info {
  position: relative;
  z-index: 10;
}
.wp-block-boldblock-latestnews.highlight-grid .news-post .post-info h3 {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.wp-block-boldblock-latestnews.highlight-grid .news-post .post-info .date {
  color: #fff;
}
.wp-block-boldblock-latestnews.highlight-grid .news-post .post-info .tags span a {
  border-radius: 2rem;
  padding: 0.25rem 1rem;
  color: #fff;
}
.wp-block-boldblock-latestnews.highlight-grid .news-post .post-info .tags span a:hover {
  background: rgb(114, 213, 74);
}
.wp-block-boldblock-latestnews .pagination {
  display: block;
  margin: 2rem auto;
  width: 100%;
  text-align: center;
}
.wp-block-boldblock-latestnews .pagination ul li {
  display: inline-block;
}
.wp-block-boldblock-latestnews .pagination ul li button {
  padding: 0;
  background: none;
  color: #D6D2CD;
  height: 3rem;
  width: 3rem;
  font-size: inherit;
}
.wp-block-boldblock-latestnews .pagination ul li.active button, .wp-block-boldblock-latestnews .pagination ul li.active:hover button {
  background: rgb(114, 213, 74);
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
.wp-block-boldblock-latestnews .pagination ul li.hide {
  display: none;
}
.wp-block-boldblock-latestnews .pagination ul li:hover button {
  background: #f3f3f3;
  color: #444444;
}
.wp-block-boldblock-latestnews article.news-post .post-type {
  color: #ffffff;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgb(84, 151, 53) no-repeat center center;
  background-size: contain;
  padding: 0.25rem;
  border-radius: 2.5rem;
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  z-index: 999;
}
.wp-block-boldblock-latestnews article.news-post .post-type svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-boldblock-latestnews article .date {
  color: #8a3c3b;
  font-weight: 600;
}
.wp-block-boldblock-latestnews article .tags {
  margin-top: 10px;
}
.wp-block-boldblock-latestnews article .tags span {
  margin: 0 10px 0 0;
  color: rgb(84, 151, 53);
  display: inline-block;
  font-weight: 600;
}

/*# sourceMappingURL=style-index.css.map*/