/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General Structure
  ## Code
  ## Cover
  ## Embeds
  ## Gallery
  ## Group
  ## Image
  ## Latest Posts
  ## List
  ## More
  ## Pullquote
  ## Quote
  ## Separator
  ## Table
  ## Video
# Additional Theme Styles
  ## Color Palette
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## General Structure
--------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
  .entry-content>* {
    margin: 30px auto;
  }
}

.entry-content>p:last-of-type {
  margin-bottom: 0;
}

.entry-content>.alignwide {
  max-width: 1070px;
  margin-top: 1.5em;
}

.wp-block-cover.has-background-dim.alignwide {
  margin-bottom: 1.5em;
}

.wp-block-cover.has-background-dim.aligncenter+p {
  margin-bottom: 0.8em;
}

.wp-block-cover.has-background-dim.alignleft {
  margin-bottom: 1.5em;
}

.wp-block-cover.has-background-dim-20.has-background-dim.has-parallax.alignfull+p {
  margin-bottom: 0;
}

.entry-content>.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

/*--------------------------------------------------------------
## Code
--------------------------------------------------------------*/

.wp-block-code {
  padding: 0.8em 1em;
  margin-left: 14px;
  margin-right: 14px;
}

@media screen and (min-width: 608px) {
  .wp-block-code {
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## Cover
--------------------------------------------------------------*/

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

@media screen and (min-width: 608px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.wp-block-gallery:not(.components-placeholder):not(.alignleft):not(.alignright) {
  margin: 1.5em auto;
}

/*--------------------------------------------------------------
## Group
--------------------------------------------------------------*/

.wp-block-group>.wp-block-group__inner-container>* {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group>.wp-block-group__inner-container>.alignwide {
  max-width: 1070px;
  clear: both;
}

.wp-block-group>.wp-block-group__inner-container>.alignfull {
  max-width: 100%;
}

.wp-block-group.has-background>.wp-block-group__inner-container> :first-child {
  margin-top: 0;
}

.wp-block-group.has-background>.wp-block-group__inner-container> :last-child {
  margin-bottom: 0;
}

.wp-block-group.has-background>.wp-block-group__inner-container>.alignfull {
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  position: relative;
  left: -30px;
}

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

/*--------------------------------------------------------------
## More
--------------------------------------------------------------*/

.more-link {
  display: block;
}

/*--------------------------------------------------------------
## Pullquote
--------------------------------------------------------------*/

.wp-block-pullquote>p:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Quote
--------------------------------------------------------------*/

.wp-block-quote {
  margin-left: 14px;
  margin-right: 14px;
  padding: 0;
}

.wp-block-quote>* {
  margin-left: 1rem;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 36px auto;
  padding: 0;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 644px) {
  .wp-block-quote {
    margin: 36px auto;
  }
}

/*--------------------------------------------------------------
## Separator
--------------------------------------------------------------*/

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/

.wp-block-table {
  overflow-x: auto;
  margin-left: 14px;
  margin-right: 14px;
  width: calc(100% - 28px);
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

@media screen and (min-width: 608px) {
  .wp-block-table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/

.wp-block-video video {
  max-width: 580px;
}

/*--------------------------------------------------------------
## Color Palette
--------------------------------------------------------------*/

.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

/*--------------------------------------------------------------
# Additional Theme Styles
--------------------------------------------------------------*/
.header-neoteric .storyhub-menu-toggler {
  margin-right: 20px;
}

.header-neoteric .storyhub-search.layout-2 form input {
  border-radius: 100px;
  height: 48px;
  width: 300px;
  max-width: 100%;
}

.header-neoteric .storyhub-search.layout-2 form button {
  height: 48px;
}

.header-neoteric .storyhub-header-search {
  display: none;
}

.header-neoteric .storyhub-search.layout-2.icon-left {
  display: block;
}

@media only screen and (max-width: 767px) {
  .header-neoteric .storyhub-header-search {
    display: block;
  }

  .header-neoteric .storyhub-search.layout-2.icon-left {
    display: none;
  }
}

.header-neoteric .navigation-drawer .storyhub-menu-drawer-header {
  border-bottom: 0;
  height: auto;
}

.header-neoteric .navigation-drawer .storyhub-menu-drawer .storyhub-menu-drawer-header {
  height: auto;
  border-bottom: none;
  margin-bottom: 54px;
}

.header-neoteric .storyhub-menu-drawer-close {
  align-items: center;
  background-color: var(--colorLinkFont, #757575);
  border-radius: 50%;
  color: var(--defaultHeaderColor, #fff) !important;
  height: 30px;
  justify-content: center;
  margin-right: auto;
  padding: 0;
  width: 30px;
}

.header-neoteric .storyhub-social-area {
  margin-left: 20px;
}

.header-neoteric .storyhub-social-profiles .storyhub-social-profile-item {
  margin-right: 16px;
}

.header-neoteric .storyhub-social-profiles .storyhub-social-profile-item a {
  font-size: 22px;
}

.header-neoteric .storyhub-instagram-widget {
  margin-left: 20px;
}

.widget select {
  padding-left: 8px;
}

.single-post select {
  padding-left: 8px;
}

.wp-block-archives-dropdown label {
  margin-bottom: 8px;
}

.gallery-icon.landscape {
  margin-bottom: 10px;
}

.entry-content table:not(.wp-calendar-table),
.comment-content table:not(.wp-calendar-table) {
  margin-top: 8px;
}

p:empty {
  display: none;
}

.single-post .entry-content {
  margin-top: 45px !important;
}

.wp-block-quote {
  padding: 0 !important;
}

.wp-block-quote:not(.is-style-plain) {
  padding: 0 0 0 1em !important;
  border-left: .25em solid !important;
}

.wp-block-quote.has-small-font-size :is(p, cite) {
  font-size: var(--wp--preset--font-size--small) !important;
}

.wp-block-quote.has-medium-font-size :is(p, cite) {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.wp-block-quote.has-large-font-size :is(p, cite) {
  font-size: var(--wp--preset--font-size--large) !important;
}

.wp-block-quote.has-x-large-font-size :is(p, cite) {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-quote cite {
  margin-top: 0 !important;
}

.wp-block-quote :is(p, cite) {
  color: unset !important;
}

.wp-block-quote>p {
  margin-bottom: 0 !important;
}

.wp-block-quote::before,
.wp-block-quote::after {
  content: none !important;
}