/**
body, heading, p
typography
 */
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  font-family: 'Poppins', sans-serif;
}
.editor-styles-wrapper h1 a,
.editor-styles-wrapper h2 a,
.editor-styles-wrapper h3 a,
.editor-styles-wrapper h4 a,
.editor-styles-wrapper h5 a,
.editor-styles-wrapper h6 a {
  color: #242c5e;
}
.editor-styles-wrapper h1 a:visited,
.editor-styles-wrapper h2 a:visited,
.editor-styles-wrapper h3 a:visited,
.editor-styles-wrapper h4 a:visited,
.editor-styles-wrapper h5 a:visited,
.editor-styles-wrapper h6 a:visited,
.editor-styles-wrapper h1 a:active,
.editor-styles-wrapper h2 a:active,
.editor-styles-wrapper h3 a:active,
.editor-styles-wrapper h4 a:active,
.editor-styles-wrapper h5 a:active,
.editor-styles-wrapper h6 a:active,
.editor-styles-wrapper h1 a:focus,
.editor-styles-wrapper h2 a:focus,
.editor-styles-wrapper h3 a:focus,
.editor-styles-wrapper h4 a:focus,
.editor-styles-wrapper h5 a:focus,
.editor-styles-wrapper h6 a:focus {
  color: #242c5e;
}
.editor-styles-wrapper div,
.editor-styles-wrapper p {
  font-family: 'Roboto', sans-serif;
}
.has-large-font-size {
  line-height: 1.3;
}
/**
list style
 */
article.page ul,
article.post ul,
article.page ol,
article.post ol {
  margin-left: 0;
  padding-left: 15px;
}
/**
gallery
 */
.wp-block-gallery {
  padding-left: 0;
}
article.page .wp-block-gallery,
article.post .wp-block-gallery {
  padding-left: 0;
}
/**
width settings
*/
.wp-block {
  max-width: 750px;
}
.wp-block[data-align="wide"] {
  max-width: 1080px;
}
.wp-block[data-align="full"] {
  max-width: none;
}
.wp-block-columns {
  display: flex;
}
article.page .alignwide {
  margin-left: -100px;
  margin-right: -100px;
  max-width: 100vw;
  width: 1340px;
}
article.page .alignfull {
  margin: 32px calc(0%);
  max-width: 100vw;
  width: 100vw;
}
/**
quote
pull quote
 */
.wp-block-quote {
  padding: 0 30px 30px;
  text-align: center;
}
.wp-block-quote blockquote {
  font-size: 18px;
  line-height: 24px;
  border: 0;
  background-color: transparent;
}
.wp-block-quote blockquote cite {
  margin-top: 5px;
}
.wp-block-quote.is-style-large {
  border-left: solid 4px #ecb101;
  border-left: none;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: none;
  border-left-color: #ecb101;
  font-style: italic;
}
.wp-block-pullquote {
  border-color: #ecb101;
}
.wp-block-pullquote blockquote {
  border-left: 0px solid;
}
.wp-block-pullquote blockquote cite {
  color: inherit;
}
/**
table
 */
.wp-block-table td {
  padding: 7px;
  border-top-color: inherit !important;
  border-bottom-color: inherit !important;
}
/**
widgets styles
 */
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-categories {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.wp-block-latest-posts a,
.wp-block-archives a,
.wp-block-categories a {
  transition: all 0.3s ease;
  text-decoration: none;
}
.wp-block-latest-posts a:hover,
.wp-block-archives a:hover,
.wp-block-categories a:hover {
  color: #ecb101;
}
article.page .entry-title h1,
article.post .entry-title h1 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
article.page .wp-block-latest-posts a,
article.post .wp-block-latest-posts a,
article.page .wp-block-archives a,
article.post .wp-block-archives a {
  transition: all 0.3s ease;
  text-decoration: none;
}
article.page .wp-block-latest-posts a:hover,
article.post .wp-block-latest-posts a:hover,
article.page .wp-block-archives a:hover,
article.post .wp-block-archives a:hover {
  color: #ecb101;
  text-decoration: none;
}
/**
button
 */
.wp-block-button__link {
  letter-spacing: 2px;
  color: $white;
  padding: 15px 30px;
  background-size: 100%;
  background-image: linear-gradient(to right, #ecb101, #242c5e);
  font-family: 'Play', sans-serif;
  text-transform: uppercase;
  transition: background-size 0.3s;
  border: 0;
  outline: 0;
  display: inline-block;
}
.wp-block-button__link:hover {
  transition: background-size 0.3s;
  background-image: linear-gradient(to right, #ecb101, #242c5e);
  text-decoration: none;
  color: $white;
  background-size: 200%;
}
.wp-block-button__link:visited {
  color: $white;
}
/**
file
 */
.wp-block-file {
  display: inline-block;
}
.has-brand-primary-color {
  color: #f71111;
}
.has-brand-secondary-color {
  color: #ff731c;
}
.has-purple-color {
  color: #9800ff;
}
.has-body-bg-color {
  color: #ffffff;
}
.has-primary-text-color {
  color: #444444;
}
.has-secondary-text-color {
  color: #000;
}
/**
background color
================
 */
.has-brand-primary-background-color {
  background-color: #f71111;
}
.has-brand-secondary-background-color {
  background-color: #ff731c;
}
.has-purple-background-color {
  background-color: #9800ff;
}
.has-body-bg-background-color {
  background-color: #ffffff;
}
.has-primary-text-background-color {
  background-color: #444444;
}
.has-secondary-text-background-color {
  background-color: #000;
}
article.post,
article.page {
  /**
  block style
   */
}
article.post .has-brand-primary-color,
article.page .has-brand-primary-color {
  color: #f71111;
}
article.post .has-brand-secondary-color,
article.page .has-brand-secondary-color {
  color: #ff731c;
}
article.post .has-purple-color,
article.page .has-purple-color {
  color: #9800ff;
}
article.post .has-body-bg-color,
article.page .has-body-bg-color {
  color: #ffffff;
}
article.post .has-primary-text-color,
article.page .has-primary-text-color {
  color: #444444;
}
article.post .has-secondary-text-color,
article.page .has-secondary-text-color {
  color: #000;
}
article.post .wp-block-button,
article.page .wp-block-button {
  margin: 10px 0px;
}
article.post .wp-block-media-text__content p,
article.page .wp-block-media-text__content p {
  margin: 15px 0px;
}
