/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * Colors
 */
/**
 * Breakpoints & Media Queries
 */
/**
 * SCSS Variables.
 *
 * Please use variables from this sheet to ensure consistency across the UI.
 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
 */
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
/**
 * SCSS Variables.
 *
 * Please use variables from this sheet to ensure consistency across the UI.
 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
 * Breakpoints & Media Queries
 */
:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px;
  }
}

.wp-block-spectator-spectator-post-lists-block {
  box-sizing: border-box;
}
.wp-block-spectator-spectator-post-lists-block.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-spectator-spectator-post-lists-block.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.wp-block-spectator-spectator-post-lists-block.wp-block-spectator-post-lists__list {
  list-style: none;
  padding-left: 0;
}
.wp-block-spectator-spectator-post-lists-block.wp-block-spectator-post-lists__list li {
  clear: both;
}
.wp-block-spectator-spectator-post-lists-block.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-spectator-spectator-post-lists-block.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-spectator-spectator-post-lists-block.columns-2 li {
    width: calc((100% / 2) - 1.25em + (1.25em / 2));
  }
  .wp-block-spectator-spectator-post-lists-block.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-spectator-spectator-post-lists-block.columns-3 li {
    width: calc((100% / 3) - 1.25em + (1.25em / 3));
  }
  .wp-block-spectator-spectator-post-lists-block.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-spectator-spectator-post-lists-block.columns-4 li {
    width: calc((100% / 4) - 1.25em + (1.25em / 4));
  }
  .wp-block-spectator-spectator-post-lists-block.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-spectator-spectator-post-lists-block.columns-5 li {
    width: calc((100% / 5) - 1.25em + (1.25em / 5));
  }
  .wp-block-spectator-spectator-post-lists-block.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-spectator-spectator-post-lists-block.columns-6 li {
    width: calc((100% / 6) - 1.25em + (1.25em / 6));
  }
  .wp-block-spectator-spectator-post-lists-block.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}

.wp-block-spectator-post-lists__post-date,
.wp-block-spectator-post-lists__post-author {
  display: block;
  font-size: 0.8125em;
}

.wp-block-spectator-post-lists__post-excerpt {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-spectator-post-lists__featured-image a {
  display: inline-block;
}
.wp-block-spectator-post-lists__featured-image img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.wp-block-spectator-post-lists__featured-image.alignleft {
  /*rtl:ignore*/
  margin-right: 1em;
  /*rtl:ignore*/
  float: left;
}
.wp-block-spectator-post-lists__featured-image.alignright {
  /*rtl:ignore*/
  margin-left: 1em;
  /*rtl:ignore*/
  float: right;
}
.wp-block-spectator-post-lists__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}

.wp-block-spectator-post-lists__post-category {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wp-block-spectator-post-lists__post-author {
  font-family: "goudy-old-style";
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 18px;
}

.wp-block-latest-posts__post-title {
  margin-bottom: 10px;
  display: block;
}

.wp-block-spectator-spectator-post-lists-devide {
  margin-top: 25px;
}

.wp-block-spectator-post-lists__main-wrapper {
  display: flex;
}

.medium-image-left .wp-block-spectator-post-lists__post-category {
  color: #d30d1d !important;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.medium-image-left .wp-block-latest-posts__post-title {
  color: #262222;
  font-family: "Goudy-ExtraBold";
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.medium-image-left .wp-block-spectator-post-lists__post-excerpt {
  color: rgba(38, 34, 34, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.medium-image-left .wp-block-spectator-post-lists__post-author {
  color: rgba(38, 34, 34, 0.8);
  font-family: "goudy-old-style";
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.medium-image-left .wp-block-spectator-post-lists__featured-image {
  float: left;
  margin-right: 50px;
}

.medium-image-left li {
  margin-bottom: 50px;
  display: grid;
}

.medium-image-top .wp-block-spectator-post-lists__main-wrapper {
  display: block !important;
}

.medium-image-top .wp-block-latest-posts__post-title {
  font-size: 24px;
  line-height: 28px;
  margin-top: 8px;
}

.medium-image-top .wp-block-spectator-post-lists__featured-image {
  text-align: center !important;
}

.medium-image-top .wp-block-spectator-post-lists__featured-image img {
  max-width: 100% !important;
}

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