/* Skin 4 editor */
body.skin-4 .edit-post-visual-editor .block-editor-block-list__block[data-type="core/paragraph"] p,
body.skin-4 .edit-post-visual-editor .block-editor-default-block-appender__content {
  line-height: 24px;
}
body.skin-4 .edit-post-layout__content {
  background-color: #fff;
}

body.skin-4 .wp-block-cover,
body.skin-4 .wp-block-cover-image {
  min-height: 1000px;
}

/* Skin 4 */
body.skin-4 {
  margin: 0;
}
body.skin-4 .paragraph-normal{
  padding: 0px 5px;
}
body.skin-4 .editor-styles-wrapper .wp-block {
  max-width: 1010px;
}
body.skin-4 .editor-styles-wrapper .wp-block[data-align=full] {
  max-width: none;
}

body.skin-4 .editor-styles-wrapper p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #333;
}

body.skin-4 .editor-styles-wrapper .has-drop-cap:first-letter {
  font-family: 'Darker Grotesque', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 400px;
  line-height: 200px;
  color: #0063be;
}

body.skin-4 .editor-styles-wrapper h1,
body.skin-4 .editor-styles-wrapper h2,
body.skin-4 .editor-styles-wrapper h3,
body.skin-4 .editor-styles-wrapper h4,
body.skin-4 .editor-styles-wrapper h5,
body.skin-4 .editor-styles-wrapper h6,
body.skin-4 .editor-styles-wrapper .wp-block-quote p {
  font-family: 'Darker Grotesque', sans-serif;
  color: #0063be;
  margin: 0;
}

body.skin-4 .editor-styles-wrapper h1 {
  font-size: 36px;
  line-height: 40px;
}

body.skin-4 .editor-styles-wrapper h2 {
  font-size: 27px;
}

body.skin-4 .editor-styles-wrapper h3 {
  font-size: 23px;
}

body.skin-4 .editor-styles-wrapper h4 {
  font-size: 18px;
}

body.skin-4 .editor-styles-wrapper h5 {
  font-size: 16px;
}

body.skin-4 .editor-styles-wrapper h6 {
  font-size: 14px;
}

body.skin-4 .wp-block-quote {
  border-left: 4px solid #0063be;
  margin: 0 0 28px;
  padding-left: 30px;
  padding-right: 70px;
}

body.skin-4 .editor-styles-wrapper .wp-block-quote p {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

/* Custom layout */

/* Alignment Classes ------------------------- */

body.skin-4 .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 58rem;
  width: calc(100% - 4rem);
}

body.skin-4 [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 58rem;
  width: 100%;
}

body.skin-4 [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

/* Full */

body.skin-4 .alignfull {
  margin: 1rem auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}

body.skin-4 [class*="__inner-container"] > .alignfull {
  max-width: 100%;
}

/* Wide */

body.skin-4 .alignwide {
  max-width: 75rem;
  position: relative;
  width: calc(100% - 4rem);
}

body.skin-4 [class*="__inner-container"] > .alignwide {
  width: 100%;
}

/* Center */

body.skin-4 .aligncenter,
body.skin-4 .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

/* Left and right */

body.skin-4 .alignleft,
body.skin-4 .alignright {
  max-width: 50%;
}

body.skin-4 .alignleft {

  /*rtl:ignore*/
  float: left;
  margin: 0.3rem 2rem 2rem 2rem;
}

body.skin-4 .alignright {

  /*rtl:ignore*/
  float: right;
  margin: 0.3rem 2rem 2rem 2rem;
}

body.skin-4 [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
body.skin-4 [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
body.skin-4 [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

  /*rtl:ignore*/
  margin-left: 2rem;
}

body.skin-4 [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
body.skin-4 [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
body.skin-4 [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

  /*rtl:ignore*/
  margin-right: 2rem;
}

/* Entry Media ------------------------------- */

body.skin-4 .alignfull > figcaption,
body.skin-4 .alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
  width: calc(100% - 4rem);
}

body.skin-4 .wp-block-image.alignfull,
body.skin-4 .wp-block-image.alignwide {
  width: 100%;
}

body.skin-4 {
  margin: 0;
}
body.skin-4 .editor-styles-wrapper .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 61rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}

body.skin-4 .editor-styles-wrapper .content .wp-block-image {
  margin-top: 0;
}
body.skin-4 .editor-styles-wrapper .content .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 100%;
}
body.skin-4 .editor-styles-wrapper .content .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
