.alignwide {
    margin-left: -20%;
    margin-right: -20%;
    max-width: none;
    width:auto;
  }

  .wp-block-pullquote.alignfull{
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  p.has-drop-cap:not(:focus):first-letter {
    font-size: 3.5em;
    font-weight: bold;
    line-height: 0.95;
  }
  
  .wp-block-separator {
    margin: 4em 0;
  }
  
  .wp-block-quote {
    margin-left:0;
    margin-right:0;
    padding:0 30px;
    border-left:none !important;
    padding-left:30px !important;
    position:relative;
  }
  .wp-block-quote:before{
    position: absolute;
    z-index: 0;
    margin: 0;
    left: 0;
    color: #fdece9;
    font-size: 132px;
    content: "\201c";
    top: 25px;
    font-family: Georgia,Arial,sans-serif;
    font-style: normal;
    line-height: .41;

}
  .wp-block-quote p {
    font-style: italic;
    margin-bottom: 15px !important;
  }
  .wp-block-quote cite {
    font-weight: 500;
    font-style: normal;
  }
  
  .wp-block-pullquote {
    margin-top: 3em;
    margin-bottom: 3em;
    border-top: 3px solid;
    border-bottom: 3px solid;
  }



  .editor-block-list__layout .editor-default-block-appender>.editor-default-block-appender__content, .editor-block-list__layout>.editor-block-list__block>.editor-block-list__block-edit, .editor-block-list__layout>.editor-block-list__layout>.editor-block-list__block>.editor-block-list__block-edit{
      margin-top:0 !important;
      margin-bottom:1em !important;
  }

  .editor-styles-wrapper h1,
  .editor-styles-wrapper h2,
  .editor-styles-wrapper h3,
  .editor-styles-wrapper h4,
  .editor-styles-wrapper h5,
  .editor-styles-wrapper h6{
      margin-top:1.414em;
  }

  .wp-block{
      max-width:790px;
  }

  .edit-post-visual-editor .editor-post-title__block{
      margin-bottom:0 !important;
  }

  .editor-styles-wrapper .wp-block-pullquote__content p{
    font-weight:bold;
  }

  .wp-block-pullquote blockquote{
    margin: 0 20%;
  }


  .editor-styles-wrapper pre{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .wp-block-cover .wp-block-cover__inner-container p{
      line-height: 38px;
      color:#fff !important;
  }

