@charset "UTF-8";
.text-white * {
  color: white !important;
}
.text-white *::after {
  color: white !important;
}

.text-black * {
  color: #474747 !important;
}
.text-black *::after {
  color: #474747 !important;
}

.editorpage-view .banner,
.page-view .banner,
.news-view .banner {
  height: 600px;
  background-size: 100% 100%;
  margin-bottom: 75px;
}
.editorpage-view .banner .page-title,
.page-view .banner .page-title,
.news-view .banner .page-title {
  height: 100%;
  text-align: center;
  color: white;
  font-size: 42px;
  padding-top: 280px;
  font-weight: bold;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 2px;
}

body #editor .edit-post-layout .edit-post-sidebar {
  top: 111px !important;
}
body .edit-post-layout__content {
  @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
  /*!
   * Bootstrap v4.6.1 (https://getbootstrap.com/)
   * Copyright 2011-2021 The Bootstrap Authors
   * Copyright 2011-2021 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
}
body .edit-post-layout__content :root {
  --blue: #63b3ed;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f56565;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #68d391;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #a58c2a;
  --secondary: #282828;
  --success: #68d391;
  --info: #63b3ed;
  --warning: #ffc107;
  --danger: #f56565;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Lato", sans-serif;
  --font-family-monospace: "Lato", sans-serif;
}
body .edit-post-layout__content *,
body .edit-post-layout__content *::before,
body .edit-post-layout__content *::after {
  box-sizing: border-box;
}
body .edit-post-layout__content html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body .edit-post-layout__content article, body .edit-post-layout__content aside, body .edit-post-layout__content figcaption, body .edit-post-layout__content figure, body .edit-post-layout__content footer, body .edit-post-layout__content header, body .edit-post-layout__content hgroup, body .edit-post-layout__content main, body .edit-post-layout__content nav, body .edit-post-layout__content section {
  display: block;
}
body .edit-post-layout__content body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.9;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
body .edit-post-layout__content [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
body .edit-post-layout__content hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
body .edit-post-layout__content h1, body .edit-post-layout__content h2, body .edit-post-layout__content h3, body .edit-post-layout__content h4, body .edit-post-layout__content h5, body .edit-post-layout__content h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
body .edit-post-layout__content p {
  margin-top: 0;
  margin-bottom: 1rem;
}
body .edit-post-layout__content abbr[title],
body .edit-post-layout__content abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
body .edit-post-layout__content address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
body .edit-post-layout__content ol,
body .edit-post-layout__content ul,
body .edit-post-layout__content dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
body .edit-post-layout__content ol ol,
body .edit-post-layout__content ul ul,
body .edit-post-layout__content ol ul,
body .edit-post-layout__content ul ol {
  margin-bottom: 0;
}
body .edit-post-layout__content dt {
  font-weight: 700;
}
body .edit-post-layout__content dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
body .edit-post-layout__content blockquote {
  margin: 0 0 1rem;
}
body .edit-post-layout__content b,
body .edit-post-layout__content strong {
  font-weight: bolder;
}
body .edit-post-layout__content small {
  font-size: 80%;
}
body .edit-post-layout__content sub,
body .edit-post-layout__content sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
body .edit-post-layout__content sub {
  bottom: -0.25em;
}
body .edit-post-layout__content sup {
  top: -0.5em;
}
body .edit-post-layout__content a {
  color: #a58c2a;
  text-decoration: none;
  background-color: transparent;
}
body .edit-post-layout__content a:hover {
  color: #68581a;
  text-decoration: underline;
}
body .edit-post-layout__content a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
body .edit-post-layout__content a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
body .edit-post-layout__content pre,
body .edit-post-layout__content code,
body .edit-post-layout__content kbd,
body .edit-post-layout__content samp {
  font-family: "Lato", sans-serif;
  font-size: 1em;
}
body .edit-post-layout__content pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
body .edit-post-layout__content figure {
  margin: 0 0 1rem;
}
body .edit-post-layout__content img {
  vertical-align: middle;
  border-style: none;
}
body .edit-post-layout__content svg {
  overflow: hidden;
  vertical-align: middle;
}
body .edit-post-layout__content table {
  border-collapse: collapse;
}
body .edit-post-layout__content caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
body .edit-post-layout__content th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
body .edit-post-layout__content label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
body .edit-post-layout__content button {
  border-radius: 0;
}
body .edit-post-layout__content button:focus:not(:focus-visible) {
  outline: 0;
}
body .edit-post-layout__content input,
body .edit-post-layout__content button,
body .edit-post-layout__content select,
body .edit-post-layout__content optgroup,
body .edit-post-layout__content textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
body .edit-post-layout__content button,
body .edit-post-layout__content input {
  overflow: visible;
}
body .edit-post-layout__content button,
body .edit-post-layout__content select {
  text-transform: none;
}
body .edit-post-layout__content [role=button] {
  cursor: pointer;
}
body .edit-post-layout__content select {
  word-wrap: normal;
}
body .edit-post-layout__content button,
body .edit-post-layout__content [type=button],
body .edit-post-layout__content [type=reset],
body .edit-post-layout__content [type=submit] {
  -webkit-appearance: button;
}
body .edit-post-layout__content button:not(:disabled),
body .edit-post-layout__content [type=button]:not(:disabled),
body .edit-post-layout__content [type=reset]:not(:disabled),
body .edit-post-layout__content [type=submit]:not(:disabled) {
  cursor: pointer;
}
body .edit-post-layout__content button::-moz-focus-inner,
body .edit-post-layout__content [type=button]::-moz-focus-inner,
body .edit-post-layout__content [type=reset]::-moz-focus-inner,
body .edit-post-layout__content [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
body .edit-post-layout__content input[type=radio],
body .edit-post-layout__content input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
body .edit-post-layout__content textarea {
  overflow: auto;
  resize: vertical;
}
body .edit-post-layout__content fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
body .edit-post-layout__content legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
body .edit-post-layout__content progress {
  vertical-align: baseline;
}
body .edit-post-layout__content [type=number]::-webkit-inner-spin-button,
body .edit-post-layout__content [type=number]::-webkit-outer-spin-button {
  height: auto;
}
body .edit-post-layout__content [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
body .edit-post-layout__content [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body .edit-post-layout__content ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
body .edit-post-layout__content output {
  display: inline-block;
}
body .edit-post-layout__content summary {
  display: list-item;
  cursor: pointer;
}
body .edit-post-layout__content template {
  display: none;
}
body .edit-post-layout__content [hidden] {
  display: none !important;
}
body .edit-post-layout__content h1, body .edit-post-layout__content h2, body .edit-post-layout__content h3, body .edit-post-layout__content h4, body .edit-post-layout__content h5, body .edit-post-layout__content h6,
body .edit-post-layout__content .h1, body .edit-post-layout__content .h2, body .edit-post-layout__content .h3, body .edit-post-layout__content .h4, body .edit-post-layout__content .h5, body .edit-post-layout__content .h6 {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.2;
}
body .edit-post-layout__content h1, body .edit-post-layout__content .h1 {
  font-size: 40px !important;
}
body .edit-post-layout__content h2, body .edit-post-layout__content .h2 {
  font-size: 36px !important;
}
body .edit-post-layout__content h3, body .edit-post-layout__content .h3 {
  font-size: 24px !important;
}
body .edit-post-layout__content h4, body .edit-post-layout__content .h4 {
  font-size: 20px !important;
}
body .edit-post-layout__content h5, body .edit-post-layout__content .h5 {
  font-size: 18px !important;
}
body .edit-post-layout__content h6, body .edit-post-layout__content .h6 {
  font-size: 16px !important;
}
body .edit-post-layout__content .lead {
  font-size: 1.40625rem;
  font-weight: 300;
}
body .edit-post-layout__content .display-1 {
  font-size: 96px !important;
  font-weight: 300;
  line-height: 1.2;
}
body .edit-post-layout__content .display-2 {
  font-size: 88px !important;
  font-weight: 300;
  line-height: 1.2;
}
body .edit-post-layout__content .display-3 {
  font-size: 72px !important;
  font-weight: 300;
  line-height: 1.2;
}
body .edit-post-layout__content .display-4 {
  font-size: 60px !important;
  font-weight: 300;
  line-height: 1.2;
}
body .edit-post-layout__content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body .edit-post-layout__content small,
body .edit-post-layout__content .small {
  font-size: 0.6875rem;
  font-weight: 400;
}
body .edit-post-layout__content mark,
body .edit-post-layout__content .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
body .edit-post-layout__content .list-unstyled {
  padding-left: 0;
  list-style: none;
}
body .edit-post-layout__content .list-inline {
  padding-left: 0;
  list-style: none;
}
body .edit-post-layout__content .list-inline-item {
  display: inline-block;
}
body .edit-post-layout__content .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
body .edit-post-layout__content .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
body .edit-post-layout__content .blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
}
body .edit-post-layout__content .blockquote-footer {
  display: block;
  font-size: 0.6875rem;
  color: #6c757d;
}
body .edit-post-layout__content .blockquote-footer::before {
  content: "— ";
}
body .edit-post-layout__content .img-fluid {
  max-width: 100%;
  height: auto;
}
body .edit-post-layout__content .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
body .edit-post-layout__content .figure {
  display: inline-block;
}
body .edit-post-layout__content .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
body .edit-post-layout__content .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
body .edit-post-layout__content code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > body .edit-post-layout__content code {
  color: inherit;
}
body .edit-post-layout__content kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
body .edit-post-layout__content kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
body .edit-post-layout__content pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
body .edit-post-layout__content pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
body .edit-post-layout__content .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
body .edit-post-layout__content .container,
body .edit-post-layout__content .container-fluid,
body .edit-post-layout__content .container-xl,
body .edit-post-layout__content .container-lg,
body .edit-post-layout__content .container-md,
body .edit-post-layout__content .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .container-sm, body .edit-post-layout__content .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .container-md, body .edit-post-layout__content .container-sm, body .edit-post-layout__content .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .container-lg, body .edit-post-layout__content .container-md, body .edit-post-layout__content .container-sm, body .edit-post-layout__content .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .edit-post-layout__content .container-xl, body .edit-post-layout__content .container-lg, body .edit-post-layout__content .container-md, body .edit-post-layout__content .container-sm, body .edit-post-layout__content .container {
    max-width: 1140px;
  }
}
body .edit-post-layout__content .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
body .edit-post-layout__content .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
body .edit-post-layout__content .no-gutters > .col,
body .edit-post-layout__content .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
body .edit-post-layout__content .col-xl,
body .edit-post-layout__content .col-xl-auto, body .edit-post-layout__content .col-xl-12, body .edit-post-layout__content .col-xl-11, body .edit-post-layout__content .col-xl-10, body .edit-post-layout__content .col-xl-9, body .edit-post-layout__content .col-xl-8, body .edit-post-layout__content .col-xl-7, body .edit-post-layout__content .col-xl-6, body .edit-post-layout__content .col-xl-5, body .edit-post-layout__content .col-xl-4, body .edit-post-layout__content .col-xl-3, body .edit-post-layout__content .col-xl-2, body .edit-post-layout__content .col-xl-1, body .edit-post-layout__content .col-lg,
body .edit-post-layout__content .col-lg-auto, body .edit-post-layout__content .col-lg-12, body .edit-post-layout__content .col-lg-11, body .edit-post-layout__content .col-lg-10, body .edit-post-layout__content .col-lg-9, body .edit-post-layout__content .col-lg-8, body .edit-post-layout__content .col-lg-7, body .edit-post-layout__content .col-lg-6, body .edit-post-layout__content .col-lg-5, body .edit-post-layout__content .col-lg-4, body .edit-post-layout__content .col-lg-3, body .edit-post-layout__content .col-lg-2, body .edit-post-layout__content .col-lg-1, body .edit-post-layout__content .col-md,
body .edit-post-layout__content .col-md-auto, body .edit-post-layout__content .col-md-12, body .edit-post-layout__content .col-md-11, body .edit-post-layout__content .col-md-10, body .edit-post-layout__content .col-md-9, body .edit-post-layout__content .col-md-8, body .edit-post-layout__content .col-md-7, body .edit-post-layout__content .col-md-6, body .edit-post-layout__content .col-md-5, body .edit-post-layout__content .col-md-4, body .edit-post-layout__content .col-md-3, body .edit-post-layout__content .col-md-2, body .edit-post-layout__content .col-md-1, body .edit-post-layout__content .col-sm,
body .edit-post-layout__content .col-sm-auto, body .edit-post-layout__content .col-sm-12, body .edit-post-layout__content .col-sm-11, body .edit-post-layout__content .col-sm-10, body .edit-post-layout__content .col-sm-9, body .edit-post-layout__content .col-sm-8, body .edit-post-layout__content .col-sm-7, body .edit-post-layout__content .col-sm-6, body .edit-post-layout__content .col-sm-5, body .edit-post-layout__content .col-sm-4, body .edit-post-layout__content .col-sm-3, body .edit-post-layout__content .col-sm-2, body .edit-post-layout__content .col-sm-1, body .edit-post-layout__content .col,
body .edit-post-layout__content .col-auto, body .edit-post-layout__content .col-12, body .edit-post-layout__content .col-11, body .edit-post-layout__content .col-10, body .edit-post-layout__content .col-9, body .edit-post-layout__content .col-8, body .edit-post-layout__content .col-7, body .edit-post-layout__content .col-6, body .edit-post-layout__content .col-5, body .edit-post-layout__content .col-4, body .edit-post-layout__content .col-3, body .edit-post-layout__content .col-2, body .edit-post-layout__content .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body .edit-post-layout__content .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
body .edit-post-layout__content .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
body .edit-post-layout__content .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
body .edit-post-layout__content .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
body .edit-post-layout__content .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
body .edit-post-layout__content .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
body .edit-post-layout__content .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
body .edit-post-layout__content .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
body .edit-post-layout__content .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
body .edit-post-layout__content .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
body .edit-post-layout__content .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
body .edit-post-layout__content .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
body .edit-post-layout__content .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
body .edit-post-layout__content .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
body .edit-post-layout__content .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
body .edit-post-layout__content .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
body .edit-post-layout__content .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
body .edit-post-layout__content .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
body .edit-post-layout__content .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
body .edit-post-layout__content .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
body .edit-post-layout__content .order-first {
  order: -1;
}
body .edit-post-layout__content .order-last {
  order: 13;
}
body .edit-post-layout__content .order-0 {
  order: 0;
}
body .edit-post-layout__content .order-1 {
  order: 1;
}
body .edit-post-layout__content .order-2 {
  order: 2;
}
body .edit-post-layout__content .order-3 {
  order: 3;
}
body .edit-post-layout__content .order-4 {
  order: 4;
}
body .edit-post-layout__content .order-5 {
  order: 5;
}
body .edit-post-layout__content .order-6 {
  order: 6;
}
body .edit-post-layout__content .order-7 {
  order: 7;
}
body .edit-post-layout__content .order-8 {
  order: 8;
}
body .edit-post-layout__content .order-9 {
  order: 9;
}
body .edit-post-layout__content .order-10 {
  order: 10;
}
body .edit-post-layout__content .order-11 {
  order: 11;
}
body .edit-post-layout__content .order-12 {
  order: 12;
}
body .edit-post-layout__content .offset-1 {
  margin-left: 8.33333333%;
}
body .edit-post-layout__content .offset-2 {
  margin-left: 16.66666667%;
}
body .edit-post-layout__content .offset-3 {
  margin-left: 25%;
}
body .edit-post-layout__content .offset-4 {
  margin-left: 33.33333333%;
}
body .edit-post-layout__content .offset-5 {
  margin-left: 41.66666667%;
}
body .edit-post-layout__content .offset-6 {
  margin-left: 50%;
}
body .edit-post-layout__content .offset-7 {
  margin-left: 58.33333333%;
}
body .edit-post-layout__content .offset-8 {
  margin-left: 66.66666667%;
}
body .edit-post-layout__content .offset-9 {
  margin-left: 75%;
}
body .edit-post-layout__content .offset-10 {
  margin-left: 83.33333333%;
}
body .edit-post-layout__content .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body .edit-post-layout__content .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .edit-post-layout__content .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .edit-post-layout__content .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body .edit-post-layout__content .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .edit-post-layout__content .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  body .edit-post-layout__content .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body .edit-post-layout__content .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  body .edit-post-layout__content .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  body .edit-post-layout__content .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  body .edit-post-layout__content .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .edit-post-layout__content .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  body .edit-post-layout__content .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  body .edit-post-layout__content .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .edit-post-layout__content .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  body .edit-post-layout__content .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  body .edit-post-layout__content .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .edit-post-layout__content .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  body .edit-post-layout__content .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  body .edit-post-layout__content .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .edit-post-layout__content .order-sm-first {
    order: -1;
  }
  body .edit-post-layout__content .order-sm-last {
    order: 13;
  }
  body .edit-post-layout__content .order-sm-0 {
    order: 0;
  }
  body .edit-post-layout__content .order-sm-1 {
    order: 1;
  }
  body .edit-post-layout__content .order-sm-2 {
    order: 2;
  }
  body .edit-post-layout__content .order-sm-3 {
    order: 3;
  }
  body .edit-post-layout__content .order-sm-4 {
    order: 4;
  }
  body .edit-post-layout__content .order-sm-5 {
    order: 5;
  }
  body .edit-post-layout__content .order-sm-6 {
    order: 6;
  }
  body .edit-post-layout__content .order-sm-7 {
    order: 7;
  }
  body .edit-post-layout__content .order-sm-8 {
    order: 8;
  }
  body .edit-post-layout__content .order-sm-9 {
    order: 9;
  }
  body .edit-post-layout__content .order-sm-10 {
    order: 10;
  }
  body .edit-post-layout__content .order-sm-11 {
    order: 11;
  }
  body .edit-post-layout__content .order-sm-12 {
    order: 12;
  }
  body .edit-post-layout__content .offset-sm-0 {
    margin-left: 0;
  }
  body .edit-post-layout__content .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  body .edit-post-layout__content .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  body .edit-post-layout__content .offset-sm-3 {
    margin-left: 25%;
  }
  body .edit-post-layout__content .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  body .edit-post-layout__content .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  body .edit-post-layout__content .offset-sm-6 {
    margin-left: 50%;
  }
  body .edit-post-layout__content .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  body .edit-post-layout__content .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  body .edit-post-layout__content .offset-sm-9 {
    margin-left: 75%;
  }
  body .edit-post-layout__content .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  body .edit-post-layout__content .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body .edit-post-layout__content .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .edit-post-layout__content .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .edit-post-layout__content .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body .edit-post-layout__content .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .edit-post-layout__content .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  body .edit-post-layout__content .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body .edit-post-layout__content .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  body .edit-post-layout__content .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  body .edit-post-layout__content .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  body .edit-post-layout__content .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .edit-post-layout__content .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  body .edit-post-layout__content .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  body .edit-post-layout__content .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .edit-post-layout__content .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  body .edit-post-layout__content .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  body .edit-post-layout__content .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .edit-post-layout__content .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  body .edit-post-layout__content .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  body .edit-post-layout__content .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .edit-post-layout__content .order-md-first {
    order: -1;
  }
  body .edit-post-layout__content .order-md-last {
    order: 13;
  }
  body .edit-post-layout__content .order-md-0 {
    order: 0;
  }
  body .edit-post-layout__content .order-md-1 {
    order: 1;
  }
  body .edit-post-layout__content .order-md-2 {
    order: 2;
  }
  body .edit-post-layout__content .order-md-3 {
    order: 3;
  }
  body .edit-post-layout__content .order-md-4 {
    order: 4;
  }
  body .edit-post-layout__content .order-md-5 {
    order: 5;
  }
  body .edit-post-layout__content .order-md-6 {
    order: 6;
  }
  body .edit-post-layout__content .order-md-7 {
    order: 7;
  }
  body .edit-post-layout__content .order-md-8 {
    order: 8;
  }
  body .edit-post-layout__content .order-md-9 {
    order: 9;
  }
  body .edit-post-layout__content .order-md-10 {
    order: 10;
  }
  body .edit-post-layout__content .order-md-11 {
    order: 11;
  }
  body .edit-post-layout__content .order-md-12 {
    order: 12;
  }
  body .edit-post-layout__content .offset-md-0 {
    margin-left: 0;
  }
  body .edit-post-layout__content .offset-md-1 {
    margin-left: 8.33333333%;
  }
  body .edit-post-layout__content .offset-md-2 {
    margin-left: 16.66666667%;
  }
  body .edit-post-layout__content .offset-md-3 {
    margin-left: 25%;
  }
  body .edit-post-layout__content .offset-md-4 {
    margin-left: 33.33333333%;
  }
  body .edit-post-layout__content .offset-md-5 {
    margin-left: 41.66666667%;
  }
  body .edit-post-layout__content .offset-md-6 {
    margin-left: 50%;
  }
  body .edit-post-layout__content .offset-md-7 {
    margin-left: 58.33333333%;
  }
  body .edit-post-layout__content .offset-md-8 {
    margin-left: 66.66666667%;
  }
  body .edit-post-layout__content .offset-md-9 {
    margin-left: 75%;
  }
  body .edit-post-layout__content .offset-md-10 {
    margin-left: 83.33333333%;
  }
  body .edit-post-layout__content .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body .edit-post-layout__content .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .edit-post-layout__content .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .edit-post-layout__content .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body .edit-post-layout__content .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .edit-post-layout__content .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  body .edit-post-layout__content .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body .edit-post-layout__content .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  body .edit-post-layout__content .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  body .edit-post-layout__content .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  body .edit-post-layout__content .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .edit-post-layout__content .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  body .edit-post-layout__content .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  body .edit-post-layout__content .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .edit-post-layout__content .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  body .edit-post-layout__content .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  body .edit-post-layout__content .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .edit-post-layout__content .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  body .edit-post-layout__content .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  body .edit-post-layout__content .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .edit-post-layout__content .order-lg-first {
    order: -1;
  }
  body .edit-post-layout__content .order-lg-last {
    order: 13;
  }
  body .edit-post-layout__content .order-lg-0 {
    order: 0;
  }
  body .edit-post-layout__content .order-lg-1 {
    order: 1;
  }
  body .edit-post-layout__content .order-lg-2 {
    order: 2;
  }
  body .edit-post-layout__content .order-lg-3 {
    order: 3;
  }
  body .edit-post-layout__content .order-lg-4 {
    order: 4;
  }
  body .edit-post-layout__content .order-lg-5 {
    order: 5;
  }
  body .edit-post-layout__content .order-lg-6 {
    order: 6;
  }
  body .edit-post-layout__content .order-lg-7 {
    order: 7;
  }
  body .edit-post-layout__content .order-lg-8 {
    order: 8;
  }
  body .edit-post-layout__content .order-lg-9 {
    order: 9;
  }
  body .edit-post-layout__content .order-lg-10 {
    order: 10;
  }
  body .edit-post-layout__content .order-lg-11 {
    order: 11;
  }
  body .edit-post-layout__content .order-lg-12 {
    order: 12;
  }
  body .edit-post-layout__content .offset-lg-0 {
    margin-left: 0;
  }
  body .edit-post-layout__content .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  body .edit-post-layout__content .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  body .edit-post-layout__content .offset-lg-3 {
    margin-left: 25%;
  }
  body .edit-post-layout__content .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  body .edit-post-layout__content .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  body .edit-post-layout__content .offset-lg-6 {
    margin-left: 50%;
  }
  body .edit-post-layout__content .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  body .edit-post-layout__content .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  body .edit-post-layout__content .offset-lg-9 {
    margin-left: 75%;
  }
  body .edit-post-layout__content .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  body .edit-post-layout__content .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  body .edit-post-layout__content .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body .edit-post-layout__content .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .edit-post-layout__content .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .edit-post-layout__content .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body .edit-post-layout__content .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .edit-post-layout__content .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  body .edit-post-layout__content .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body .edit-post-layout__content .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  body .edit-post-layout__content .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  body .edit-post-layout__content .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  body .edit-post-layout__content .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .edit-post-layout__content .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  body .edit-post-layout__content .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  body .edit-post-layout__content .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .edit-post-layout__content .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  body .edit-post-layout__content .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  body .edit-post-layout__content .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body .edit-post-layout__content .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  body .edit-post-layout__content .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  body .edit-post-layout__content .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .edit-post-layout__content .order-xl-first {
    order: -1;
  }
  body .edit-post-layout__content .order-xl-last {
    order: 13;
  }
  body .edit-post-layout__content .order-xl-0 {
    order: 0;
  }
  body .edit-post-layout__content .order-xl-1 {
    order: 1;
  }
  body .edit-post-layout__content .order-xl-2 {
    order: 2;
  }
  body .edit-post-layout__content .order-xl-3 {
    order: 3;
  }
  body .edit-post-layout__content .order-xl-4 {
    order: 4;
  }
  body .edit-post-layout__content .order-xl-5 {
    order: 5;
  }
  body .edit-post-layout__content .order-xl-6 {
    order: 6;
  }
  body .edit-post-layout__content .order-xl-7 {
    order: 7;
  }
  body .edit-post-layout__content .order-xl-8 {
    order: 8;
  }
  body .edit-post-layout__content .order-xl-9 {
    order: 9;
  }
  body .edit-post-layout__content .order-xl-10 {
    order: 10;
  }
  body .edit-post-layout__content .order-xl-11 {
    order: 11;
  }
  body .edit-post-layout__content .order-xl-12 {
    order: 12;
  }
  body .edit-post-layout__content .offset-xl-0 {
    margin-left: 0;
  }
  body .edit-post-layout__content .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  body .edit-post-layout__content .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  body .edit-post-layout__content .offset-xl-3 {
    margin-left: 25%;
  }
  body .edit-post-layout__content .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  body .edit-post-layout__content .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  body .edit-post-layout__content .offset-xl-6 {
    margin-left: 50%;
  }
  body .edit-post-layout__content .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  body .edit-post-layout__content .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  body .edit-post-layout__content .offset-xl-9 {
    margin-left: 75%;
  }
  body .edit-post-layout__content .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  body .edit-post-layout__content .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
body .edit-post-layout__content .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
body .edit-post-layout__content .table th,
body .edit-post-layout__content .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
body .edit-post-layout__content .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
body .edit-post-layout__content .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
body .edit-post-layout__content .table-sm th,
body .edit-post-layout__content .table-sm td {
  padding: 0.3rem;
}
body .edit-post-layout__content .table-bordered {
  border: 1px solid #dee2e6;
}
body .edit-post-layout__content .table-bordered th,
body .edit-post-layout__content .table-bordered td {
  border: 1px solid #dee2e6;
}
body .edit-post-layout__content .table-bordered thead th,
body .edit-post-layout__content .table-bordered thead td {
  border-bottom-width: 2px;
}
body .edit-post-layout__content .table-borderless th,
body .edit-post-layout__content .table-borderless td,
body .edit-post-layout__content .table-borderless thead th,
body .edit-post-layout__content .table-borderless tbody + tbody {
  border: 0;
}
body .edit-post-layout__content .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
body .edit-post-layout__content .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
body .edit-post-layout__content .table-primary,
body .edit-post-layout__content .table-primary > th,
body .edit-post-layout__content .table-primary > td {
  background-color: #e6dfc3;
}
body .edit-post-layout__content .table-primary th,
body .edit-post-layout__content .table-primary td,
body .edit-post-layout__content .table-primary thead th,
body .edit-post-layout__content .table-primary tbody + tbody {
  border-color: #d0c390;
}
body .edit-post-layout__content .table-hover .table-primary:hover {
  background-color: #dfd5b1;
}
body .edit-post-layout__content .table-hover .table-primary:hover > td,
body .edit-post-layout__content .table-hover .table-primary:hover > th {
  background-color: #dfd5b1;
}
body .edit-post-layout__content .table-secondary,
body .edit-post-layout__content .table-secondary > th,
body .edit-post-layout__content .table-secondary > td {
  background-color: #c3c3c3;
}
body .edit-post-layout__content .table-secondary th,
body .edit-post-layout__content .table-secondary td,
body .edit-post-layout__content .table-secondary thead th,
body .edit-post-layout__content .table-secondary tbody + tbody {
  border-color: #8f8f8f;
}
body .edit-post-layout__content .table-hover .table-secondary:hover {
  background-color: #b6b6b6;
}
body .edit-post-layout__content .table-hover .table-secondary:hover > td,
body .edit-post-layout__content .table-hover .table-secondary:hover > th {
  background-color: #b6b6b6;
}
body .edit-post-layout__content .table-success,
body .edit-post-layout__content .table-success > th,
body .edit-post-layout__content .table-success > td {
  background-color: #d5f3e0;
}
body .edit-post-layout__content .table-success th,
body .edit-post-layout__content .table-success td,
body .edit-post-layout__content .table-success thead th,
body .edit-post-layout__content .table-success tbody + tbody {
  border-color: #b0e8c6;
}
body .edit-post-layout__content .table-hover .table-success:hover {
  background-color: #c1edd1;
}
body .edit-post-layout__content .table-hover .table-success:hover > td,
body .edit-post-layout__content .table-hover .table-success:hover > th {
  background-color: #c1edd1;
}
body .edit-post-layout__content .table-info,
body .edit-post-layout__content .table-info > th,
body .edit-post-layout__content .table-info > td {
  background-color: #d3eafa;
}
body .edit-post-layout__content .table-info th,
body .edit-post-layout__content .table-info td,
body .edit-post-layout__content .table-info thead th,
body .edit-post-layout__content .table-info tbody + tbody {
  border-color: #aed7f6;
}
body .edit-post-layout__content .table-hover .table-info:hover {
  background-color: #bcdff7;
}
body .edit-post-layout__content .table-hover .table-info:hover > td,
body .edit-post-layout__content .table-hover .table-info:hover > th {
  background-color: #bcdff7;
}
body .edit-post-layout__content .table-warning,
body .edit-post-layout__content .table-warning > th,
body .edit-post-layout__content .table-warning > td {
  background-color: #ffeeba;
}
body .edit-post-layout__content .table-warning th,
body .edit-post-layout__content .table-warning td,
body .edit-post-layout__content .table-warning thead th,
body .edit-post-layout__content .table-warning tbody + tbody {
  border-color: #ffdf7e;
}
body .edit-post-layout__content .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
body .edit-post-layout__content .table-hover .table-warning:hover > td,
body .edit-post-layout__content .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
body .edit-post-layout__content .table-danger,
body .edit-post-layout__content .table-danger > th,
body .edit-post-layout__content .table-danger > td {
  background-color: #fcd4d4;
}
body .edit-post-layout__content .table-danger th,
body .edit-post-layout__content .table-danger td,
body .edit-post-layout__content .table-danger thead th,
body .edit-post-layout__content .table-danger tbody + tbody {
  border-color: #faafaf;
}
body .edit-post-layout__content .table-hover .table-danger:hover {
  background-color: #fabcbc;
}
body .edit-post-layout__content .table-hover .table-danger:hover > td,
body .edit-post-layout__content .table-hover .table-danger:hover > th {
  background-color: #fabcbc;
}
body .edit-post-layout__content .table-light,
body .edit-post-layout__content .table-light > th,
body .edit-post-layout__content .table-light > td {
  background-color: #fdfdfe;
}
body .edit-post-layout__content .table-light th,
body .edit-post-layout__content .table-light td,
body .edit-post-layout__content .table-light thead th,
body .edit-post-layout__content .table-light tbody + tbody {
  border-color: #fbfcfc;
}
body .edit-post-layout__content .table-hover .table-light:hover {
  background-color: #ececf6;
}
body .edit-post-layout__content .table-hover .table-light:hover > td,
body .edit-post-layout__content .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
body .edit-post-layout__content .table-dark,
body .edit-post-layout__content .table-dark > th,
body .edit-post-layout__content .table-dark > td {
  background-color: #c6c8ca;
}
body .edit-post-layout__content .table-dark th,
body .edit-post-layout__content .table-dark td,
body .edit-post-layout__content .table-dark thead th,
body .edit-post-layout__content .table-dark tbody + tbody {
  border-color: #95999c;
}
body .edit-post-layout__content .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
body .edit-post-layout__content .table-hover .table-dark:hover > td,
body .edit-post-layout__content .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
body .edit-post-layout__content .table-active,
body .edit-post-layout__content .table-active > th,
body .edit-post-layout__content .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
body .edit-post-layout__content .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
body .edit-post-layout__content .table-hover .table-active:hover > td,
body .edit-post-layout__content .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
body .edit-post-layout__content .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
body .edit-post-layout__content .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
body .edit-post-layout__content .table-dark {
  color: #fff;
  background-color: #343a40;
}
body .edit-post-layout__content .table-dark th,
body .edit-post-layout__content .table-dark td,
body .edit-post-layout__content .table-dark thead th {
  border-color: #454d55;
}
body .edit-post-layout__content .table-dark.table-bordered {
  border: 0;
}
body .edit-post-layout__content .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
body .edit-post-layout__content .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  body .edit-post-layout__content .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body .edit-post-layout__content .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  body .edit-post-layout__content .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body .edit-post-layout__content .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body .edit-post-layout__content .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  body .edit-post-layout__content .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body .edit-post-layout__content .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
body .edit-post-layout__content .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body .edit-post-layout__content .table-responsive > .table-bordered {
  border: 0;
}
body .edit-post-layout__content .form-control {
  display: block;
  width: 100%;
  height: calc(1.9em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.9;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .form-control {
    transition: none;
  }
}
body .edit-post-layout__content .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
body .edit-post-layout__content .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #dbc673;
  outline: 0;
  box-shadow: none;
}
body .edit-post-layout__content .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
body .edit-post-layout__content .form-control:disabled, body .edit-post-layout__content .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
body .edit-post-layout__content input[type=date].form-control,
body .edit-post-layout__content input[type=time].form-control,
body .edit-post-layout__content input[type=datetime-local].form-control,
body .edit-post-layout__content input[type=month].form-control {
  appearance: none;
}
body .edit-post-layout__content select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
body .edit-post-layout__content select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
body .edit-post-layout__content .form-control-file,
body .edit-post-layout__content .form-control-range {
  display: block;
  width: 100%;
}
body .edit-post-layout__content .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.9;
}
body .edit-post-layout__content .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.40625rem;
  line-height: 1.5;
}
body .edit-post-layout__content .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.984375rem;
  line-height: 1.5;
}
body .edit-post-layout__content .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.9;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
body .edit-post-layout__content .form-control-plaintext.form-control-sm, body .edit-post-layout__content .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
body .edit-post-layout__content .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
body .edit-post-layout__content .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
body .edit-post-layout__content select.form-control[size], body .edit-post-layout__content select.form-control[multiple] {
  height: auto;
}
body .edit-post-layout__content textarea.form-control {
  height: auto;
}
body .edit-post-layout__content .form-group {
  margin-bottom: 1rem;
}
body .edit-post-layout__content .form-text {
  display: block;
  margin-top: 0.25rem;
}
body .edit-post-layout__content .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
body .edit-post-layout__content .form-row > .col,
body .edit-post-layout__content .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
body .edit-post-layout__content .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
body .edit-post-layout__content .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
body .edit-post-layout__content .form-check-input[disabled] ~ .form-check-label, body .edit-post-layout__content .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
body .edit-post-layout__content .form-check-label {
  margin-bottom: 0;
}
body .edit-post-layout__content .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
body .edit-post-layout__content .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
body .edit-post-layout__content .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  color: #68d391;
}
body .edit-post-layout__content .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  line-height: 1.9;
  color: #212529;
  background-color: rgba(104, 211, 145, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > body .edit-post-layout__content .valid-tooltip, .form-row > [class*=col-] > body .edit-post-layout__content .valid-tooltip {
  left: 5px;
}
.was-validated body .edit-post-layout__content:valid ~ .valid-feedback,
.was-validated body .edit-post-layout__content:valid ~ .valid-tooltip, body .edit-post-layout__content.is-valid ~ .valid-feedback,
body .edit-post-layout__content.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated body .edit-post-layout__content .form-control:valid, body .edit-post-layout__content .form-control.is-valid {
  border-color: #68d391;
  padding-right: calc(1.9em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2368d391' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.475em + 0.1875rem) center;
  background-size: calc(0.95em + 0.375rem) calc(0.95em + 0.375rem);
}
.was-validated body .edit-post-layout__content .form-control:valid:focus, body .edit-post-layout__content .form-control.is-valid:focus {
  border-color: #68d391;
  box-shadow: 0 0 0 0.2rem rgba(104, 211, 145, 0.25);
}
.was-validated body .edit-post-layout__content select.form-control:valid, body .edit-post-layout__content select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated body .edit-post-layout__content textarea.form-control:valid, body .edit-post-layout__content textarea.form-control.is-valid {
  padding-right: calc(1.9em + 0.75rem);
  background-position: top calc(0.475em + 0.1875rem) right calc(0.475em + 0.1875rem);
}
.was-validated body .edit-post-layout__content .custom-select:valid, body .edit-post-layout__content .custom-select.is-valid {
  border-color: #68d391;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2368d391' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.95em + 0.375rem) calc(0.95em + 0.375rem) no-repeat;
}
.was-validated body .edit-post-layout__content .custom-select:valid:focus, body .edit-post-layout__content .custom-select.is-valid:focus {
  border-color: #68d391;
  box-shadow: 0 0 0 0.2rem rgba(104, 211, 145, 0.25);
}
.was-validated body .edit-post-layout__content .form-check-input:valid ~ .form-check-label, body .edit-post-layout__content .form-check-input.is-valid ~ .form-check-label {
  color: #68d391;
}
.was-validated body .edit-post-layout__content .form-check-input:valid ~ .valid-feedback,
.was-validated body .edit-post-layout__content .form-check-input:valid ~ .valid-tooltip, body .edit-post-layout__content .form-check-input.is-valid ~ .valid-feedback,
body .edit-post-layout__content .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated body .edit-post-layout__content .custom-control-input:valid ~ .custom-control-label, body .edit-post-layout__content .custom-control-input.is-valid ~ .custom-control-label {
  color: #68d391;
}
.was-validated body .edit-post-layout__content .custom-control-input:valid ~ .custom-control-label::before, body .edit-post-layout__content .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #68d391;
}
.was-validated body .edit-post-layout__content .custom-control-input:valid:checked ~ .custom-control-label::before, body .edit-post-layout__content .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #8fdfae;
  background-color: #8fdfae;
}
.was-validated body .edit-post-layout__content .custom-control-input:valid:focus ~ .custom-control-label::before, body .edit-post-layout__content .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(104, 211, 145, 0.25);
}
.was-validated body .edit-post-layout__content .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, body .edit-post-layout__content .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #68d391;
}
.was-validated body .edit-post-layout__content .custom-file-input:valid ~ .custom-file-label, body .edit-post-layout__content .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #68d391;
}
.was-validated body .edit-post-layout__content .custom-file-input:valid:focus ~ .custom-file-label, body .edit-post-layout__content .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #68d391;
  box-shadow: 0 0 0 0.2rem rgba(104, 211, 145, 0.25);
}
body .edit-post-layout__content .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  color: #f56565;
}
body .edit-post-layout__content .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  line-height: 1.9;
  color: #fff;
  background-color: rgba(245, 101, 101, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > body .edit-post-layout__content .invalid-tooltip, .form-row > [class*=col-] > body .edit-post-layout__content .invalid-tooltip {
  left: 5px;
}
.was-validated body .edit-post-layout__content:invalid ~ .invalid-feedback,
.was-validated body .edit-post-layout__content:invalid ~ .invalid-tooltip, body .edit-post-layout__content.is-invalid ~ .invalid-feedback,
body .edit-post-layout__content.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated body .edit-post-layout__content .form-control:invalid, body .edit-post-layout__content .form-control.is-invalid {
  border-color: #f56565;
  padding-right: calc(1.9em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f56565' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f56565' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.475em + 0.1875rem) center;
  background-size: calc(0.95em + 0.375rem) calc(0.95em + 0.375rem);
}
.was-validated body .edit-post-layout__content .form-control:invalid:focus, body .edit-post-layout__content .form-control.is-invalid:focus {
  border-color: #f56565;
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 101, 0.25);
}
.was-validated body .edit-post-layout__content select.form-control:invalid, body .edit-post-layout__content select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated body .edit-post-layout__content textarea.form-control:invalid, body .edit-post-layout__content textarea.form-control.is-invalid {
  padding-right: calc(1.9em + 0.75rem);
  background-position: top calc(0.475em + 0.1875rem) right calc(0.475em + 0.1875rem);
}
.was-validated body .edit-post-layout__content .custom-select:invalid, body .edit-post-layout__content .custom-select.is-invalid {
  border-color: #f56565;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f56565' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f56565' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.95em + 0.375rem) calc(0.95em + 0.375rem) no-repeat;
}
.was-validated body .edit-post-layout__content .custom-select:invalid:focus, body .edit-post-layout__content .custom-select.is-invalid:focus {
  border-color: #f56565;
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 101, 0.25);
}
.was-validated body .edit-post-layout__content .form-check-input:invalid ~ .form-check-label, body .edit-post-layout__content .form-check-input.is-invalid ~ .form-check-label {
  color: #f56565;
}
.was-validated body .edit-post-layout__content .form-check-input:invalid ~ .invalid-feedback,
.was-validated body .edit-post-layout__content .form-check-input:invalid ~ .invalid-tooltip, body .edit-post-layout__content .form-check-input.is-invalid ~ .invalid-feedback,
body .edit-post-layout__content .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated body .edit-post-layout__content .custom-control-input:invalid ~ .custom-control-label, body .edit-post-layout__content .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f56565;
}
.was-validated body .edit-post-layout__content .custom-control-input:invalid ~ .custom-control-label::before, body .edit-post-layout__content .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f56565;
}
.was-validated body .edit-post-layout__content .custom-control-input:invalid:checked ~ .custom-control-label::before, body .edit-post-layout__content .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f89595;
  background-color: #f89595;
}
.was-validated body .edit-post-layout__content .custom-control-input:invalid:focus ~ .custom-control-label::before, body .edit-post-layout__content .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 101, 0.25);
}
.was-validated body .edit-post-layout__content .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, body .edit-post-layout__content .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f56565;
}
.was-validated body .edit-post-layout__content .custom-file-input:invalid ~ .custom-file-label, body .edit-post-layout__content .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f56565;
}
.was-validated body .edit-post-layout__content .custom-file-input:invalid:focus ~ .custom-file-label, body .edit-post-layout__content .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f56565;
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 101, 0.25);
}
body .edit-post-layout__content .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
body .edit-post-layout__content .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  body .edit-post-layout__content .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  body .edit-post-layout__content .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  body .edit-post-layout__content .form-inline .form-control-plaintext {
    display: inline-block;
  }
  body .edit-post-layout__content .form-inline .input-group,
body .edit-post-layout__content .form-inline .custom-select {
    width: auto;
  }
  body .edit-post-layout__content .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  body .edit-post-layout__content .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  body .edit-post-layout__content .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  body .edit-post-layout__content .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
body .edit-post-layout__content .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.9;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .btn {
    transition: none;
  }
}
body .edit-post-layout__content .btn:hover {
  color: #212529;
  text-decoration: none;
}
body .edit-post-layout__content .btn:focus, body .edit-post-layout__content .btn.focus {
  outline: 0;
  box-shadow: none;
}
body .edit-post-layout__content .btn.disabled, body .edit-post-layout__content .btn:disabled {
  opacity: 0.65;
}
body .edit-post-layout__content .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body .edit-post-layout__content a.btn.disabled,
body .edit-post-layout__content fieldset:disabled a.btn {
  pointer-events: none;
}
body .edit-post-layout__content .btn-primary {
  color: #fff;
  background-color: #a58c2a;
  border-color: #a58c2a;
}
body .edit-post-layout__content .btn-primary:hover {
  color: #fff;
  background-color: #877222;
  border-color: #7c6a20;
}
body .edit-post-layout__content .btn-primary:focus, body .edit-post-layout__content .btn-primary.focus {
  color: #fff;
  background-color: #877222;
  border-color: #7c6a20;
  box-shadow: 0 0 0 0.2rem rgba(179, 157, 74, 0.5);
}
body .edit-post-layout__content .btn-primary.disabled, body .edit-post-layout__content .btn-primary:disabled {
  color: #fff;
  background-color: #a58c2a;
  border-color: #a58c2a;
}
body .edit-post-layout__content .btn-primary:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-primary:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #7c6a20;
  border-color: #72611d;
}
body .edit-post-layout__content .btn-primary:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-primary:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 157, 74, 0.5);
}
body .edit-post-layout__content .btn-secondary {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
body .edit-post-layout__content .btn-secondary:hover {
  color: #fff;
  background-color: #151515;
  border-color: #0f0f0f;
}
body .edit-post-layout__content .btn-secondary:focus, body .edit-post-layout__content .btn-secondary.focus {
  color: #fff;
  background-color: #151515;
  border-color: #0f0f0f;
  box-shadow: 0 0 0 0.2rem rgba(72, 72, 72, 0.5);
}
body .edit-post-layout__content .btn-secondary.disabled, body .edit-post-layout__content .btn-secondary:disabled {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
body .edit-post-layout__content .btn-secondary:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-secondary:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #080808;
}
body .edit-post-layout__content .btn-secondary:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 72, 72, 0.5);
}
body .edit-post-layout__content .btn-success {
  color: #212529;
  background-color: #68d391;
  border-color: #68d391;
}
body .edit-post-layout__content .btn-success:hover {
  color: #212529;
  background-color: #4aca7b;
  border-color: #41c774;
}
body .edit-post-layout__content .btn-success:focus, body .edit-post-layout__content .btn-success.focus {
  color: #212529;
  background-color: #4aca7b;
  border-color: #41c774;
  box-shadow: 0 0 0 0.2rem rgba(93, 185, 129, 0.5);
}
body .edit-post-layout__content .btn-success.disabled, body .edit-post-layout__content .btn-success:disabled {
  color: #212529;
  background-color: #68d391;
  border-color: #68d391;
}
body .edit-post-layout__content .btn-success:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-success:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #41c774;
  border-color: #39c36e;
}
body .edit-post-layout__content .btn-success:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-success:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 185, 129, 0.5);
}
body .edit-post-layout__content .btn-info {
  color: #212529;
  background-color: #63b3ed;
  border-color: #63b3ed;
}
body .edit-post-layout__content .btn-info:hover {
  color: #fff;
  background-color: #41a2e9;
  border-color: #359de8;
}
body .edit-post-layout__content .btn-info:focus, body .edit-post-layout__content .btn-info.focus {
  color: #fff;
  background-color: #41a2e9;
  border-color: #359de8;
  box-shadow: 0 0 0 0.2rem rgba(89, 158, 208, 0.5);
}
body .edit-post-layout__content .btn-info.disabled, body .edit-post-layout__content .btn-info:disabled {
  color: #212529;
  background-color: #63b3ed;
  border-color: #63b3ed;
}
body .edit-post-layout__content .btn-info:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-info:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #359de8;
  border-color: #2a97e6;
}
body .edit-post-layout__content .btn-info:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-info:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 158, 208, 0.5);
}
body .edit-post-layout__content .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .edit-post-layout__content .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
body .edit-post-layout__content .btn-warning:focus, body .edit-post-layout__content .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
body .edit-post-layout__content .btn-warning.disabled, body .edit-post-layout__content .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .edit-post-layout__content .btn-warning:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-warning:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
body .edit-post-layout__content .btn-warning:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-warning:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
body .edit-post-layout__content .btn-danger {
  color: #fff;
  background-color: #f56565;
  border-color: #f56565;
}
body .edit-post-layout__content .btn-danger:hover {
  color: #fff;
  background-color: #f34141;
  border-color: #f23535;
}
body .edit-post-layout__content .btn-danger:focus, body .edit-post-layout__content .btn-danger.focus {
  color: #fff;
  background-color: #f34141;
  border-color: #f23535;
  box-shadow: 0 0 0 0.2rem rgba(247, 124, 124, 0.5);
}
body .edit-post-layout__content .btn-danger.disabled, body .edit-post-layout__content .btn-danger:disabled {
  color: #fff;
  background-color: #f56565;
  border-color: #f56565;
}
body .edit-post-layout__content .btn-danger:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-danger:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f23535;
  border-color: #f12929;
}
body .edit-post-layout__content .btn-danger:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-danger:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 124, 124, 0.5);
}
body .edit-post-layout__content .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .edit-post-layout__content .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
body .edit-post-layout__content .btn-light:focus, body .edit-post-layout__content .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
body .edit-post-layout__content .btn-light.disabled, body .edit-post-layout__content .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .edit-post-layout__content .btn-light:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-light:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
body .edit-post-layout__content .btn-light:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-light:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
body .edit-post-layout__content .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .edit-post-layout__content .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
body .edit-post-layout__content .btn-dark:focus, body .edit-post-layout__content .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
body .edit-post-layout__content .btn-dark.disabled, body .edit-post-layout__content .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .edit-post-layout__content .btn-dark:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-dark:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
body .edit-post-layout__content .btn-dark:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-dark:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
body .edit-post-layout__content .btn-outline-primary {
  color: #a58c2a;
  border-color: #a58c2a;
}
body .edit-post-layout__content .btn-outline-primary:hover {
  color: #fff;
  background-color: #a58c2a;
  border-color: #a58c2a;
}
body .edit-post-layout__content .btn-outline-primary:focus, body .edit-post-layout__content .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 140, 42, 0.5);
}
body .edit-post-layout__content .btn-outline-primary.disabled, body .edit-post-layout__content .btn-outline-primary:disabled {
  color: #a58c2a;
  background-color: transparent;
}
body .edit-post-layout__content .btn-outline-primary:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-outline-primary:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #a58c2a;
  border-color: #a58c2a;
}
body .edit-post-layout__content .btn-outline-primary:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 140, 42, 0.5);
}
body .edit-post-layout__content .btn-outline-secondary {
  color: #282828;
  border-color: #282828;
}
body .edit-post-layout__content .btn-outline-secondary:hover {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
body .edit-post-layout__content .btn-outline-secondary:focus, body .edit-post-layout__content .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5);
}
body .edit-post-layout__content .btn-outline-secondary.disabled, body .edit-post-layout__content .btn-outline-secondary:disabled {
  color: #282828;
  background-color: transparent;
}
body .edit-post-layout__content .btn-outline-secondary:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
body .edit-post-layout__content .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5);
}
body .edit-post-layout__content .btn-outline-success {
  color: #68d391;
  border-color: #68d391;
}
body .edit-post-layout__content .btn-outline-success:hover {
  color: #212529;
  background-color: #68d391;
  border-color: #68d391;
}
body .edit-post-layout__content .btn-outline-success:focus, body .edit-post-layout__content .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 211, 145, 0.5);
}
body .edit-post-layout__content .btn-outline-success.disabled, body .edit-post-layout__content .btn-outline-success:disabled {
  color: #68d391;
  background-color: transparent;
}
body .edit-post-layout__content .btn-outline-success:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-outline-success:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #68d391;
  border-color: #68d391;
}
body .edit-post-layout__content .btn-outline-success:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 211, 145, 0.5);
}
body .edit-post-layout__content .btn-outline-info {
  color: #63b3ed;
  border-color: #63b3ed;
}
body .edit-post-layout__content .btn-outline-info:hover {
  color: #212529;
  background-color: #63b3ed;
  border-color: #63b3ed;
}
body .edit-post-layout__content .btn-outline-info:focus, body .edit-post-layout__content .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 179, 237, 0.5);
}
body .edit-post-layout__content .btn-outline-info.disabled, body .edit-post-layout__content .btn-outline-info:disabled {
  color: #63b3ed;
  background-color: transparent;
}
body .edit-post-layout__content .btn-outline-info:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-outline-info:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #63b3ed;
  border-color: #63b3ed;
}
body .edit-post-layout__content .btn-outline-info:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 179, 237, 0.5);
}
body .edit-post-layout__content .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
body .edit-post-layout__content .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .edit-post-layout__content .btn-outline-warning:focus, body .edit-post-layout__content .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
body .edit-post-layout__content .btn-outline-warning.disabled, body .edit-post-layout__content .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
body .edit-post-layout__content .btn-outline-warning:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-outline-warning:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
body .edit-post-layout__content .btn-outline-warning:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
body .edit-post-layout__content .btn-outline-danger {
  color: #f56565;
  border-color: #f56565;
}
body .edit-post-layout__content .btn-outline-danger:hover {
  color: #fff;
  background-color: #f56565;
  border-color: #f56565;
}
body .edit-post-layout__content .btn-outline-danger:focus, body .edit-post-layout__content .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 101, 0.5);
}
body .edit-post-layout__content .btn-outline-danger.disabled, body .edit-post-layout__content .btn-outline-danger:disabled {
  color: #f56565;
  background-color: transparent;
}
body .edit-post-layout__content .btn-outline-danger:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-outline-danger:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f56565;
  border-color: #f56565;
}
body .edit-post-layout__content .btn-outline-danger:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 101, 0.5);
}
body .edit-post-layout__content .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
body .edit-post-layout__content .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .edit-post-layout__content .btn-outline-light:focus, body .edit-post-layout__content .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
body .edit-post-layout__content .btn-outline-light.disabled, body .edit-post-layout__content .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
body .edit-post-layout__content .btn-outline-light:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-outline-light:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body .edit-post-layout__content .btn-outline-light:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
body .edit-post-layout__content .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
body .edit-post-layout__content .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .edit-post-layout__content .btn-outline-dark:focus, body .edit-post-layout__content .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
body .edit-post-layout__content .btn-outline-dark.disabled, body .edit-post-layout__content .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
body .edit-post-layout__content .btn-outline-dark:not(:disabled):not(.disabled):active, body .edit-post-layout__content .btn-outline-dark:not(:disabled):not(.disabled).active, .show > body .edit-post-layout__content .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .edit-post-layout__content .btn-outline-dark:not(:disabled):not(.disabled):active:focus, body .edit-post-layout__content .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > body .edit-post-layout__content .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
body .edit-post-layout__content .btn-link {
  font-weight: 400;
  color: #a58c2a;
  text-decoration: none;
}
body .edit-post-layout__content .btn-link:hover {
  color: #68581a;
  text-decoration: underline;
}
body .edit-post-layout__content .btn-link:focus, body .edit-post-layout__content .btn-link.focus {
  text-decoration: underline;
}
body .edit-post-layout__content .btn-link:disabled, body .edit-post-layout__content .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
body .edit-post-layout__content .btn-lg, body .edit-post-layout__content .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
body .edit-post-layout__content .btn-sm, body .edit-post-layout__content .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
body .edit-post-layout__content .btn-block {
  display: block;
  width: 100%;
}
body .edit-post-layout__content .btn-block + .btn-block {
  margin-top: 0.5rem;
}
body .edit-post-layout__content input[type=submit].btn-block,
body .edit-post-layout__content input[type=reset].btn-block,
body .edit-post-layout__content input[type=button].btn-block {
  width: 100%;
}
body .edit-post-layout__content .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .fade {
    transition: none;
  }
}
body .edit-post-layout__content .fade:not(.show) {
  opacity: 0;
}
body .edit-post-layout__content .collapse:not(.show) {
  display: none;
}
body .edit-post-layout__content .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .collapsing {
    transition: none;
  }
}
body .edit-post-layout__content .dropup,
body .edit-post-layout__content .dropright,
body .edit-post-layout__content .dropdown,
body .edit-post-layout__content .dropleft {
  position: relative;
}
body .edit-post-layout__content .dropdown-toggle {
  white-space: nowrap;
}
body .edit-post-layout__content .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
body .edit-post-layout__content .dropdown-toggle:empty::after {
  margin-left: 0;
}
body .edit-post-layout__content .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.125rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
body .edit-post-layout__content .dropdown-menu-left {
  right: auto;
  left: 0;
}
body .edit-post-layout__content .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  body .edit-post-layout__content .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  body .edit-post-layout__content .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  body .edit-post-layout__content .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  body .edit-post-layout__content .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  body .edit-post-layout__content .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
body .edit-post-layout__content .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
body .edit-post-layout__content .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
body .edit-post-layout__content .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
body .edit-post-layout__content .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
body .edit-post-layout__content .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
body .edit-post-layout__content .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
body .edit-post-layout__content .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
body .edit-post-layout__content .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
body .edit-post-layout__content .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
body .edit-post-layout__content .dropleft .dropdown-toggle::after {
  display: none;
}
body .edit-post-layout__content .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
body .edit-post-layout__content .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
body .edit-post-layout__content .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
body .edit-post-layout__content .dropdown-menu[x-placement^=top], body .edit-post-layout__content .dropdown-menu[x-placement^=right], body .edit-post-layout__content .dropdown-menu[x-placement^=bottom], body .edit-post-layout__content .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
body .edit-post-layout__content .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
body .edit-post-layout__content .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
body .edit-post-layout__content .dropdown-item:hover, body .edit-post-layout__content .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
body .edit-post-layout__content .dropdown-item.active, body .edit-post-layout__content .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #a58c2a;
}
body .edit-post-layout__content .dropdown-item.disabled, body .edit-post-layout__content .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
body .edit-post-layout__content .dropdown-menu.show {
  display: block;
}
body .edit-post-layout__content .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.984375rem;
  color: #6c757d;
  white-space: nowrap;
}
body .edit-post-layout__content .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
body .edit-post-layout__content .btn-group,
body .edit-post-layout__content .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
body .edit-post-layout__content .btn-group > .btn,
body .edit-post-layout__content .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
body .edit-post-layout__content .btn-group > .btn:hover,
body .edit-post-layout__content .btn-group-vertical > .btn:hover {
  z-index: 1;
}
body .edit-post-layout__content .btn-group > .btn:focus, body .edit-post-layout__content .btn-group > .btn:active, body .edit-post-layout__content .btn-group > .btn.active,
body .edit-post-layout__content .btn-group-vertical > .btn:focus,
body .edit-post-layout__content .btn-group-vertical > .btn:active,
body .edit-post-layout__content .btn-group-vertical > .btn.active {
  z-index: 1;
}
body .edit-post-layout__content .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body .edit-post-layout__content .btn-toolbar .input-group {
  width: auto;
}
body .edit-post-layout__content .btn-group > .btn:not(:first-child),
body .edit-post-layout__content .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
body .edit-post-layout__content .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
body .edit-post-layout__content .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .edit-post-layout__content .btn-group > .btn:not(:first-child),
body .edit-post-layout__content .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .edit-post-layout__content .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
body .edit-post-layout__content .dropdown-toggle-split::after, .dropup body .edit-post-layout__content .dropdown-toggle-split::after, .dropright body .edit-post-layout__content .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft body .edit-post-layout__content .dropdown-toggle-split::before {
  margin-right: 0;
}
body .edit-post-layout__content .btn-sm + .dropdown-toggle-split, body .edit-post-layout__content .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
body .edit-post-layout__content .btn-lg + .dropdown-toggle-split, body .edit-post-layout__content .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
body .edit-post-layout__content .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
body .edit-post-layout__content .btn-group-vertical > .btn,
body .edit-post-layout__content .btn-group-vertical > .btn-group {
  width: 100%;
}
body .edit-post-layout__content .btn-group-vertical > .btn:not(:first-child),
body .edit-post-layout__content .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
body .edit-post-layout__content .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
body .edit-post-layout__content .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body .edit-post-layout__content .btn-group-vertical > .btn:not(:first-child),
body .edit-post-layout__content .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .edit-post-layout__content .btn-group-toggle > .btn,
body .edit-post-layout__content .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
body .edit-post-layout__content .btn-group-toggle > .btn input[type=radio],
body .edit-post-layout__content .btn-group-toggle > .btn input[type=checkbox],
body .edit-post-layout__content .btn-group-toggle > .btn-group > .btn input[type=radio],
body .edit-post-layout__content .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
body .edit-post-layout__content .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
body .edit-post-layout__content .input-group > .form-control,
body .edit-post-layout__content .input-group > .form-control-plaintext,
body .edit-post-layout__content .input-group > .custom-select,
body .edit-post-layout__content .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
body .edit-post-layout__content .input-group > .form-control + .form-control,
body .edit-post-layout__content .input-group > .form-control + .custom-select,
body .edit-post-layout__content .input-group > .form-control + .custom-file,
body .edit-post-layout__content .input-group > .form-control-plaintext + .form-control,
body .edit-post-layout__content .input-group > .form-control-plaintext + .custom-select,
body .edit-post-layout__content .input-group > .form-control-plaintext + .custom-file,
body .edit-post-layout__content .input-group > .custom-select + .form-control,
body .edit-post-layout__content .input-group > .custom-select + .custom-select,
body .edit-post-layout__content .input-group > .custom-select + .custom-file,
body .edit-post-layout__content .input-group > .custom-file + .form-control,
body .edit-post-layout__content .input-group > .custom-file + .custom-select,
body .edit-post-layout__content .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
body .edit-post-layout__content .input-group > .form-control:focus,
body .edit-post-layout__content .input-group > .custom-select:focus,
body .edit-post-layout__content .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
body .edit-post-layout__content .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
body .edit-post-layout__content .input-group > .form-control:not(:first-child),
body .edit-post-layout__content .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .edit-post-layout__content .input-group > .custom-file {
  display: flex;
  align-items: center;
}
body .edit-post-layout__content .input-group > .custom-file:not(:last-child) .custom-file-label, body .edit-post-layout__content .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .edit-post-layout__content .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .edit-post-layout__content .input-group:not(.has-validation) > .form-control:not(:last-child),
body .edit-post-layout__content .input-group:not(.has-validation) > .custom-select:not(:last-child),
body .edit-post-layout__content .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
body .edit-post-layout__content .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .edit-post-layout__content .input-group.has-validation > .form-control:nth-last-child(n+3),
body .edit-post-layout__content .input-group.has-validation > .custom-select:nth-last-child(n+3),
body .edit-post-layout__content .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
body .edit-post-layout__content .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .edit-post-layout__content .input-group-prepend,
body .edit-post-layout__content .input-group-append {
  display: flex;
}
body .edit-post-layout__content .input-group-prepend .btn,
body .edit-post-layout__content .input-group-append .btn {
  position: relative;
  z-index: 2;
}
body .edit-post-layout__content .input-group-prepend .btn:focus,
body .edit-post-layout__content .input-group-append .btn:focus {
  z-index: 3;
}
body .edit-post-layout__content .input-group-prepend .btn + .btn,
body .edit-post-layout__content .input-group-prepend .btn + .input-group-text,
body .edit-post-layout__content .input-group-prepend .input-group-text + .input-group-text,
body .edit-post-layout__content .input-group-prepend .input-group-text + .btn,
body .edit-post-layout__content .input-group-append .btn + .btn,
body .edit-post-layout__content .input-group-append .btn + .input-group-text,
body .edit-post-layout__content .input-group-append .input-group-text + .input-group-text,
body .edit-post-layout__content .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
body .edit-post-layout__content .input-group-prepend {
  margin-right: -1px;
}
body .edit-post-layout__content .input-group-append {
  margin-left: -1px;
}
body .edit-post-layout__content .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.9;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
body .edit-post-layout__content .input-group-text input[type=radio],
body .edit-post-layout__content .input-group-text input[type=checkbox] {
  margin-top: 0;
}
body .edit-post-layout__content .input-group-lg > .form-control:not(textarea),
body .edit-post-layout__content .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
body .edit-post-layout__content .input-group-lg > .form-control,
body .edit-post-layout__content .input-group-lg > .custom-select,
body .edit-post-layout__content .input-group-lg > .input-group-prepend > .input-group-text,
body .edit-post-layout__content .input-group-lg > .input-group-append > .input-group-text,
body .edit-post-layout__content .input-group-lg > .input-group-prepend > .btn,
body .edit-post-layout__content .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
body .edit-post-layout__content .input-group-sm > .form-control:not(textarea),
body .edit-post-layout__content .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
body .edit-post-layout__content .input-group-sm > .form-control,
body .edit-post-layout__content .input-group-sm > .custom-select,
body .edit-post-layout__content .input-group-sm > .input-group-prepend > .input-group-text,
body .edit-post-layout__content .input-group-sm > .input-group-append > .input-group-text,
body .edit-post-layout__content .input-group-sm > .input-group-prepend > .btn,
body .edit-post-layout__content .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
body .edit-post-layout__content .input-group-lg > .custom-select,
body .edit-post-layout__content .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
body .edit-post-layout__content .input-group > .input-group-prepend > .btn,
body .edit-post-layout__content .input-group > .input-group-prepend > .input-group-text,
body .edit-post-layout__content .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
body .edit-post-layout__content .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
body .edit-post-layout__content .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
body .edit-post-layout__content .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
body .edit-post-layout__content .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
body .edit-post-layout__content .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .edit-post-layout__content .input-group > .input-group-append > .btn,
body .edit-post-layout__content .input-group > .input-group-append > .input-group-text,
body .edit-post-layout__content .input-group > .input-group-prepend:not(:first-child) > .btn,
body .edit-post-layout__content .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
body .edit-post-layout__content .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
body .edit-post-layout__content .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .edit-post-layout__content .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.1375rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}
body .edit-post-layout__content .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
body .edit-post-layout__content .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.56875rem;
  opacity: 0;
}
body .edit-post-layout__content .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #a58c2a;
  background-color: #a58c2a;
}
body .edit-post-layout__content .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
body .edit-post-layout__content .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dbc673;
}
body .edit-post-layout__content .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e6d79c;
  border-color: #e6d79c;
}
body .edit-post-layout__content .custom-control-input[disabled] ~ .custom-control-label, body .edit-post-layout__content .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
body .edit-post-layout__content .custom-control-input[disabled] ~ .custom-control-label::before, body .edit-post-layout__content .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
body .edit-post-layout__content .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
body .edit-post-layout__content .custom-control-label::before {
  position: absolute;
  top: 0.56875rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
body .edit-post-layout__content .custom-control-label::after {
  position: absolute;
  top: 0.56875rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
body .edit-post-layout__content .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
body .edit-post-layout__content .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
body .edit-post-layout__content .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #a58c2a;
  background-color: #a58c2a;
}
body .edit-post-layout__content .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
body .edit-post-layout__content .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(165, 140, 42, 0.5);
}
body .edit-post-layout__content .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(165, 140, 42, 0.5);
}
body .edit-post-layout__content .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
body .edit-post-layout__content .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
body .edit-post-layout__content .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(165, 140, 42, 0.5);
}
body .edit-post-layout__content .custom-switch {
  padding-left: 2.25rem;
}
body .edit-post-layout__content .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
body .edit-post-layout__content .custom-switch .custom-control-label::after {
  top: calc(0.56875rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .custom-switch .custom-control-label::after {
    transition: none;
  }
}
body .edit-post-layout__content .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
body .edit-post-layout__content .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(165, 140, 42, 0.5);
}
body .edit-post-layout__content .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.9em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.9;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
body .edit-post-layout__content .custom-select:focus {
  border-color: #dbc673;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(165, 140, 42, 0.25);
}
body .edit-post-layout__content .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
body .edit-post-layout__content .custom-select[multiple], body .edit-post-layout__content .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
body .edit-post-layout__content .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
body .edit-post-layout__content .custom-select::-ms-expand {
  display: none;
}
body .edit-post-layout__content .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
body .edit-post-layout__content .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.984375rem;
}
body .edit-post-layout__content .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.40625rem;
}
body .edit-post-layout__content .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.9em + 0.75rem + 2px);
  margin-bottom: 0;
}
body .edit-post-layout__content .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.9em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
body .edit-post-layout__content .custom-file-input:focus ~ .custom-file-label {
  border-color: #dbc673;
  box-shadow: none;
}
body .edit-post-layout__content .custom-file-input[disabled] ~ .custom-file-label, body .edit-post-layout__content .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
body .edit-post-layout__content .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
body .edit-post-layout__content .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
body .edit-post-layout__content .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.9em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 300;
  line-height: 1.9;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
body .edit-post-layout__content .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.9em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.9;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
body .edit-post-layout__content .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
body .edit-post-layout__content .custom-range:focus {
  outline: 0;
}
body .edit-post-layout__content .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
body .edit-post-layout__content .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
body .edit-post-layout__content .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
body .edit-post-layout__content .custom-range::-moz-focus-outer {
  border: 0;
}
body .edit-post-layout__content .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #a58c2a;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
body .edit-post-layout__content .custom-range::-webkit-slider-thumb:active {
  background-color: #e6d79c;
}
body .edit-post-layout__content .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
body .edit-post-layout__content .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #a58c2a;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .custom-range::-moz-range-thumb {
    transition: none;
  }
}
body .edit-post-layout__content .custom-range::-moz-range-thumb:active {
  background-color: #e6d79c;
}
body .edit-post-layout__content .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
body .edit-post-layout__content .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #a58c2a;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .custom-range::-ms-thumb {
    transition: none;
  }
}
body .edit-post-layout__content .custom-range::-ms-thumb:active {
  background-color: #e6d79c;
}
body .edit-post-layout__content .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
body .edit-post-layout__content .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
body .edit-post-layout__content .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
body .edit-post-layout__content .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
body .edit-post-layout__content .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
body .edit-post-layout__content .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
body .edit-post-layout__content .custom-range:disabled::-moz-range-track {
  cursor: default;
}
body .edit-post-layout__content .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
body .edit-post-layout__content .custom-control-label::before,
body .edit-post-layout__content .custom-file-label,
body .edit-post-layout__content .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .custom-control-label::before,
body .edit-post-layout__content .custom-file-label,
body .edit-post-layout__content .custom-select {
    transition: none;
  }
}
body .edit-post-layout__content .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body .edit-post-layout__content .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
body .edit-post-layout__content .nav-link:hover, body .edit-post-layout__content .nav-link:focus {
  text-decoration: none;
}
body .edit-post-layout__content .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
body .edit-post-layout__content .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
body .edit-post-layout__content .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
body .edit-post-layout__content .nav-tabs .nav-link:hover, body .edit-post-layout__content .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
body .edit-post-layout__content .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
body .edit-post-layout__content .nav-tabs .nav-link.active,
body .edit-post-layout__content .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
body .edit-post-layout__content .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .edit-post-layout__content .nav-pills .nav-link {
  border-radius: 0.25rem;
}
body .edit-post-layout__content .nav-pills .nav-link.active,
body .edit-post-layout__content .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #a58c2a;
}
body .edit-post-layout__content .nav-fill > .nav-link,
body .edit-post-layout__content .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
body .edit-post-layout__content .nav-justified > .nav-link,
body .edit-post-layout__content .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
body .edit-post-layout__content .tab-content > .tab-pane {
  display: none;
}
body .edit-post-layout__content .tab-content > .active {
  display: block;
}
body .edit-post-layout__content .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
body .edit-post-layout__content .navbar .container,
body .edit-post-layout__content .navbar .container-fluid,
body .edit-post-layout__content .navbar .container-sm,
body .edit-post-layout__content .navbar .container-md,
body .edit-post-layout__content .navbar .container-lg,
body .edit-post-layout__content .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body .edit-post-layout__content .navbar-brand {
  display: inline-block;
  padding-top: 0.2328125rem;
  padding-bottom: 0.2328125rem;
  margin-right: 1rem;
  font-size: 1.40625rem;
  line-height: inherit;
  white-space: nowrap;
}
body .edit-post-layout__content .navbar-brand:hover, body .edit-post-layout__content .navbar-brand:focus {
  text-decoration: none;
}
body .edit-post-layout__content .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body .edit-post-layout__content .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
body .edit-post-layout__content .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
body .edit-post-layout__content .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body .edit-post-layout__content .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
body .edit-post-layout__content .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.40625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
body .edit-post-layout__content .navbar-toggler:hover, body .edit-post-layout__content .navbar-toggler:focus {
  text-decoration: none;
}
body .edit-post-layout__content .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
body .edit-post-layout__content .navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  body .edit-post-layout__content .navbar-expand-sm > .container,
body .edit-post-layout__content .navbar-expand-sm > .container-fluid,
body .edit-post-layout__content .navbar-expand-sm > .container-sm,
body .edit-post-layout__content .navbar-expand-sm > .container-md,
body .edit-post-layout__content .navbar-expand-sm > .container-lg,
body .edit-post-layout__content .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  body .edit-post-layout__content .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  body .edit-post-layout__content .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  body .edit-post-layout__content .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body .edit-post-layout__content .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body .edit-post-layout__content .navbar-expand-sm > .container,
body .edit-post-layout__content .navbar-expand-sm > .container-fluid,
body .edit-post-layout__content .navbar-expand-sm > .container-sm,
body .edit-post-layout__content .navbar-expand-sm > .container-md,
body .edit-post-layout__content .navbar-expand-sm > .container-lg,
body .edit-post-layout__content .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  body .edit-post-layout__content .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  body .edit-post-layout__content .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body .edit-post-layout__content .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  body .edit-post-layout__content .navbar-expand-md > .container,
body .edit-post-layout__content .navbar-expand-md > .container-fluid,
body .edit-post-layout__content .navbar-expand-md > .container-sm,
body .edit-post-layout__content .navbar-expand-md > .container-md,
body .edit-post-layout__content .navbar-expand-md > .container-lg,
body .edit-post-layout__content .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  body .edit-post-layout__content .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  body .edit-post-layout__content .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body .edit-post-layout__content .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body .edit-post-layout__content .navbar-expand-md > .container,
body .edit-post-layout__content .navbar-expand-md > .container-fluid,
body .edit-post-layout__content .navbar-expand-md > .container-sm,
body .edit-post-layout__content .navbar-expand-md > .container-md,
body .edit-post-layout__content .navbar-expand-md > .container-lg,
body .edit-post-layout__content .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  body .edit-post-layout__content .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  body .edit-post-layout__content .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body .edit-post-layout__content .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content .navbar-expand-lg > .container,
body .edit-post-layout__content .navbar-expand-lg > .container-fluid,
body .edit-post-layout__content .navbar-expand-lg > .container-sm,
body .edit-post-layout__content .navbar-expand-lg > .container-md,
body .edit-post-layout__content .navbar-expand-lg > .container-lg,
body .edit-post-layout__content .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  body .edit-post-layout__content .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  body .edit-post-layout__content .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body .edit-post-layout__content .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body .edit-post-layout__content .navbar-expand-lg > .container,
body .edit-post-layout__content .navbar-expand-lg > .container-fluid,
body .edit-post-layout__content .navbar-expand-lg > .container-sm,
body .edit-post-layout__content .navbar-expand-lg > .container-md,
body .edit-post-layout__content .navbar-expand-lg > .container-lg,
body .edit-post-layout__content .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  body .edit-post-layout__content .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  body .edit-post-layout__content .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body .edit-post-layout__content .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  body .edit-post-layout__content .navbar-expand-xl > .container,
body .edit-post-layout__content .navbar-expand-xl > .container-fluid,
body .edit-post-layout__content .navbar-expand-xl > .container-sm,
body .edit-post-layout__content .navbar-expand-xl > .container-md,
body .edit-post-layout__content .navbar-expand-xl > .container-lg,
body .edit-post-layout__content .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  body .edit-post-layout__content .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  body .edit-post-layout__content .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  body .edit-post-layout__content .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body .edit-post-layout__content .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body .edit-post-layout__content .navbar-expand-xl > .container,
body .edit-post-layout__content .navbar-expand-xl > .container-fluid,
body .edit-post-layout__content .navbar-expand-xl > .container-sm,
body .edit-post-layout__content .navbar-expand-xl > .container-md,
body .edit-post-layout__content .navbar-expand-xl > .container-lg,
body .edit-post-layout__content .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  body .edit-post-layout__content .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  body .edit-post-layout__content .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body .edit-post-layout__content .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
body .edit-post-layout__content .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
body .edit-post-layout__content .navbar-expand > .container,
body .edit-post-layout__content .navbar-expand > .container-fluid,
body .edit-post-layout__content .navbar-expand > .container-sm,
body .edit-post-layout__content .navbar-expand > .container-md,
body .edit-post-layout__content .navbar-expand > .container-lg,
body .edit-post-layout__content .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
body .edit-post-layout__content .navbar-expand .navbar-nav {
  flex-direction: row;
}
body .edit-post-layout__content .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
body .edit-post-layout__content .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
body .edit-post-layout__content .navbar-expand > .container,
body .edit-post-layout__content .navbar-expand > .container-fluid,
body .edit-post-layout__content .navbar-expand > .container-sm,
body .edit-post-layout__content .navbar-expand > .container-md,
body .edit-post-layout__content .navbar-expand > .container-lg,
body .edit-post-layout__content .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
body .edit-post-layout__content .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
body .edit-post-layout__content .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
body .edit-post-layout__content .navbar-expand .navbar-toggler {
  display: none;
}
body .edit-post-layout__content .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
body .edit-post-layout__content .navbar-light .navbar-brand:hover, body .edit-post-layout__content .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
body .edit-post-layout__content .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
body .edit-post-layout__content .navbar-light .navbar-nav .nav-link:hover, body .edit-post-layout__content .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
body .edit-post-layout__content .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
body .edit-post-layout__content .navbar-light .navbar-nav .show > .nav-link,
body .edit-post-layout__content .navbar-light .navbar-nav .active > .nav-link,
body .edit-post-layout__content .navbar-light .navbar-nav .nav-link.show,
body .edit-post-layout__content .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
body .edit-post-layout__content .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
body .edit-post-layout__content .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body .edit-post-layout__content .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
body .edit-post-layout__content .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
body .edit-post-layout__content .navbar-light .navbar-text a:hover, body .edit-post-layout__content .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
body .edit-post-layout__content .navbar-dark .navbar-brand {
  color: #fff;
}
body .edit-post-layout__content .navbar-dark .navbar-brand:hover, body .edit-post-layout__content .navbar-dark .navbar-brand:focus {
  color: #fff;
}
body .edit-post-layout__content .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
body .edit-post-layout__content .navbar-dark .navbar-nav .nav-link:hover, body .edit-post-layout__content .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
body .edit-post-layout__content .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
body .edit-post-layout__content .navbar-dark .navbar-nav .show > .nav-link,
body .edit-post-layout__content .navbar-dark .navbar-nav .active > .nav-link,
body .edit-post-layout__content .navbar-dark .navbar-nav .nav-link.show,
body .edit-post-layout__content .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
body .edit-post-layout__content .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
body .edit-post-layout__content .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body .edit-post-layout__content .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
body .edit-post-layout__content .navbar-dark .navbar-text a {
  color: #fff;
}
body .edit-post-layout__content .navbar-dark .navbar-text a:hover, body .edit-post-layout__content .navbar-dark .navbar-text a:focus {
  color: #fff;
}
body .edit-post-layout__content .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
body .edit-post-layout__content .card > hr {
  margin-right: 0;
  margin-left: 0;
}
body .edit-post-layout__content .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
body .edit-post-layout__content .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
body .edit-post-layout__content .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
body .edit-post-layout__content .card > .card-header + .list-group,
body .edit-post-layout__content .card > .list-group + .card-footer {
  border-top: 0;
}
body .edit-post-layout__content .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
body .edit-post-layout__content .card-title {
  margin-bottom: 0.75rem;
}
body .edit-post-layout__content .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
body .edit-post-layout__content .card-text:last-child {
  margin-bottom: 0;
}
body .edit-post-layout__content .card-link:hover {
  text-decoration: none;
}
body .edit-post-layout__content .card-link + .card-link {
  margin-left: 1.25rem;
}
body .edit-post-layout__content .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
body .edit-post-layout__content .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
body .edit-post-layout__content .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
body .edit-post-layout__content .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
body .edit-post-layout__content .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
body .edit-post-layout__content .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
body .edit-post-layout__content .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
body .edit-post-layout__content .card-img,
body .edit-post-layout__content .card-img-top,
body .edit-post-layout__content .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
body .edit-post-layout__content .card-img,
body .edit-post-layout__content .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
body .edit-post-layout__content .card-img,
body .edit-post-layout__content .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
body .edit-post-layout__content .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  body .edit-post-layout__content .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
body .edit-post-layout__content .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  body .edit-post-layout__content .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  body .edit-post-layout__content .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  body .edit-post-layout__content .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  body .edit-post-layout__content .card-group > .card:not(:last-child) .card-img-top,
body .edit-post-layout__content .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  body .edit-post-layout__content .card-group > .card:not(:last-child) .card-img-bottom,
body .edit-post-layout__content .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  body .edit-post-layout__content .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  body .edit-post-layout__content .card-group > .card:not(:first-child) .card-img-top,
body .edit-post-layout__content .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  body .edit-post-layout__content .card-group > .card:not(:first-child) .card-img-bottom,
body .edit-post-layout__content .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
body .edit-post-layout__content .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  body .edit-post-layout__content .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
body .edit-post-layout__content .accordion {
  overflow-anchor: none;
}
body .edit-post-layout__content .accordion > .card {
  overflow: hidden;
}
body .edit-post-layout__content .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body .edit-post-layout__content .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .edit-post-layout__content .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
body .edit-post-layout__content .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
body .edit-post-layout__content .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
body .edit-post-layout__content .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
body .edit-post-layout__content .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
body .edit-post-layout__content .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
body .edit-post-layout__content .breadcrumb-item.active {
  color: #6c757d;
}
body .edit-post-layout__content .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
body .edit-post-layout__content .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #a58c2a;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
body .edit-post-layout__content .page-link:hover {
  z-index: 2;
  color: #68581a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
body .edit-post-layout__content .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
body .edit-post-layout__content .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
body .edit-post-layout__content .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
body .edit-post-layout__content .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #a58c2a;
  border-color: #a58c2a;
}
body .edit-post-layout__content .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
body .edit-post-layout__content .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.40625rem;
  line-height: 1.5;
}
body .edit-post-layout__content .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
body .edit-post-layout__content .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
body .edit-post-layout__content .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
}
body .edit-post-layout__content .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
body .edit-post-layout__content .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
body .edit-post-layout__content .badge {
  display: inline-block;
  padding: 0.6em 0.4em;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .badge {
    transition: none;
  }
}
abody .edit-post-layout__content .badge:hover, abody .edit-post-layout__content .badge:focus {
  text-decoration: none;
}

body .edit-post-layout__content .badge:empty {
  display: none;
}
body .edit-post-layout__content .btn .badge {
  position: relative;
  top: -1px;
}
body .edit-post-layout__content .badge-pill {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  border-radius: 10rem;
}
body .edit-post-layout__content .badge-primary {
  color: #fff;
  background-color: #a58c2a;
}
abody .edit-post-layout__content .badge-primary:hover, abody .edit-post-layout__content .badge-primary:focus {
  color: #fff;
  background-color: #7c6a20;
}
abody .edit-post-layout__content .badge-primary:focus, abody .edit-post-layout__content .badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(165, 140, 42, 0.5);
}

body .edit-post-layout__content .badge-secondary {
  color: #fff;
  background-color: #282828;
}
abody .edit-post-layout__content .badge-secondary:hover, abody .edit-post-layout__content .badge-secondary:focus {
  color: #fff;
  background-color: #0f0f0f;
}
abody .edit-post-layout__content .badge-secondary:focus, abody .edit-post-layout__content .badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5);
}

body .edit-post-layout__content .badge-success {
  color: #212529;
  background-color: #68d391;
}
abody .edit-post-layout__content .badge-success:hover, abody .edit-post-layout__content .badge-success:focus {
  color: #212529;
  background-color: #41c774;
}
abody .edit-post-layout__content .badge-success:focus, abody .edit-post-layout__content .badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(104, 211, 145, 0.5);
}

body .edit-post-layout__content .badge-info {
  color: #212529;
  background-color: #63b3ed;
}
abody .edit-post-layout__content .badge-info:hover, abody .edit-post-layout__content .badge-info:focus {
  color: #212529;
  background-color: #359de8;
}
abody .edit-post-layout__content .badge-info:focus, abody .edit-post-layout__content .badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(99, 179, 237, 0.5);
}

body .edit-post-layout__content .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
abody .edit-post-layout__content .badge-warning:hover, abody .edit-post-layout__content .badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
abody .edit-post-layout__content .badge-warning:focus, abody .edit-post-layout__content .badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

body .edit-post-layout__content .badge-danger {
  color: #fff;
  background-color: #f56565;
}
abody .edit-post-layout__content .badge-danger:hover, abody .edit-post-layout__content .badge-danger:focus {
  color: #fff;
  background-color: #f23535;
}
abody .edit-post-layout__content .badge-danger:focus, abody .edit-post-layout__content .badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 101, 101, 0.5);
}

body .edit-post-layout__content .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
abody .edit-post-layout__content .badge-light:hover, abody .edit-post-layout__content .badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
abody .edit-post-layout__content .badge-light:focus, abody .edit-post-layout__content .badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

body .edit-post-layout__content .badge-dark {
  color: #fff;
  background-color: #343a40;
}
abody .edit-post-layout__content .badge-dark:hover, abody .edit-post-layout__content .badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
abody .edit-post-layout__content .badge-dark:focus, abody .edit-post-layout__content .badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

body .edit-post-layout__content .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .jumbotron {
    padding: 4rem 2rem;
  }
}
body .edit-post-layout__content .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
body .edit-post-layout__content .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
body .edit-post-layout__content .alert-heading {
  color: inherit;
}
body .edit-post-layout__content .alert-link {
  font-weight: 700;
}
body .edit-post-layout__content .alert-dismissible {
  padding-right: 4.1875rem;
}
body .edit-post-layout__content .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
body .edit-post-layout__content .alert-primary {
  color: #564916;
  background-color: #ede8d4;
  border-color: #e6dfc3;
}
body .edit-post-layout__content .alert-primary hr {
  border-top-color: #dfd5b1;
}
body .edit-post-layout__content .alert-primary .alert-link {
  color: #2d270c;
}
body .edit-post-layout__content .alert-secondary {
  color: #151515;
  background-color: #d4d4d4;
  border-color: #c3c3c3;
}
body .edit-post-layout__content .alert-secondary hr {
  border-top-color: #b6b6b6;
}
body .edit-post-layout__content .alert-secondary .alert-link {
  color: black;
}
body .edit-post-layout__content .alert-success {
  color: #366e4b;
  background-color: #e1f6e9;
  border-color: #d5f3e0;
}
body .edit-post-layout__content .alert-success hr {
  border-top-color: #c1edd1;
}
body .edit-post-layout__content .alert-success .alert-link {
  color: #254c34;
}
body .edit-post-layout__content .alert-info {
  color: #335d7b;
  background-color: #e0f0fb;
  border-color: #d3eafa;
}
body .edit-post-layout__content .alert-info hr {
  border-top-color: #bcdff7;
}
body .edit-post-layout__content .alert-info .alert-link {
  color: #244257;
}
body .edit-post-layout__content .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
body .edit-post-layout__content .alert-warning hr {
  border-top-color: #ffe8a1;
}
body .edit-post-layout__content .alert-warning .alert-link {
  color: #533f03;
}
body .edit-post-layout__content .alert-danger {
  color: #7f3535;
  background-color: #fde0e0;
  border-color: #fcd4d4;
}
body .edit-post-layout__content .alert-danger hr {
  border-top-color: #fabcbc;
}
body .edit-post-layout__content .alert-danger .alert-link {
  color: #5b2626;
}
body .edit-post-layout__content .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
body .edit-post-layout__content .alert-light hr {
  border-top-color: #ececf6;
}
body .edit-post-layout__content .alert-light .alert-link {
  color: #686868;
}
body .edit-post-layout__content .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
body .edit-post-layout__content .alert-dark hr {
  border-top-color: #b9bbbe;
}
body .edit-post-layout__content .alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
body .edit-post-layout__content .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.84375rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
body .edit-post-layout__content .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #a58c2a;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .progress-bar {
    transition: none;
  }
}
body .edit-post-layout__content .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
body .edit-post-layout__content .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .progress-bar-animated {
    animation: none;
  }
}
body .edit-post-layout__content .media {
  display: flex;
  align-items: flex-start;
}
body .edit-post-layout__content .media-body {
  flex: 1;
}
body .edit-post-layout__content .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
body .edit-post-layout__content .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
body .edit-post-layout__content .list-group-item-action:hover, body .edit-post-layout__content .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
body .edit-post-layout__content .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
body .edit-post-layout__content .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
body .edit-post-layout__content .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
body .edit-post-layout__content .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
body .edit-post-layout__content .list-group-item.disabled, body .edit-post-layout__content .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
body .edit-post-layout__content .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #a58c2a;
  border-color: #a58c2a;
}
body .edit-post-layout__content .list-group-item + body .edit-post-layout__content .list-group-item {
  border-top-width: 0;
}
body .edit-post-layout__content .list-group-item + body .edit-post-layout__content .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
body .edit-post-layout__content .list-group-horizontal {
  flex-direction: row;
}
body .edit-post-layout__content .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
body .edit-post-layout__content .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
body .edit-post-layout__content .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
body .edit-post-layout__content .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
body .edit-post-layout__content .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .list-group-horizontal-sm {
    flex-direction: row;
  }
  body .edit-post-layout__content .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .list-group-horizontal-md {
    flex-direction: row;
  }
  body .edit-post-layout__content .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .list-group-horizontal-lg {
    flex-direction: row;
  }
  body .edit-post-layout__content .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  body .edit-post-layout__content .list-group-horizontal-xl {
    flex-direction: row;
  }
  body .edit-post-layout__content .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  body .edit-post-layout__content .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
body .edit-post-layout__content .list-group-flush {
  border-radius: 0;
}
body .edit-post-layout__content .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
body .edit-post-layout__content .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
body .edit-post-layout__content .list-group-item-primary {
  color: #564916;
  background-color: #e6dfc3;
}
body .edit-post-layout__content .list-group-item-primary.list-group-item-action:hover, body .edit-post-layout__content .list-group-item-primary.list-group-item-action:focus {
  color: #564916;
  background-color: #dfd5b1;
}
body .edit-post-layout__content .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #564916;
  border-color: #564916;
}
body .edit-post-layout__content .list-group-item-secondary {
  color: #151515;
  background-color: #c3c3c3;
}
body .edit-post-layout__content .list-group-item-secondary.list-group-item-action:hover, body .edit-post-layout__content .list-group-item-secondary.list-group-item-action:focus {
  color: #151515;
  background-color: #b6b6b6;
}
body .edit-post-layout__content .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}
body .edit-post-layout__content .list-group-item-success {
  color: #366e4b;
  background-color: #d5f3e0;
}
body .edit-post-layout__content .list-group-item-success.list-group-item-action:hover, body .edit-post-layout__content .list-group-item-success.list-group-item-action:focus {
  color: #366e4b;
  background-color: #c1edd1;
}
body .edit-post-layout__content .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #366e4b;
  border-color: #366e4b;
}
body .edit-post-layout__content .list-group-item-info {
  color: #335d7b;
  background-color: #d3eafa;
}
body .edit-post-layout__content .list-group-item-info.list-group-item-action:hover, body .edit-post-layout__content .list-group-item-info.list-group-item-action:focus {
  color: #335d7b;
  background-color: #bcdff7;
}
body .edit-post-layout__content .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #335d7b;
  border-color: #335d7b;
}
body .edit-post-layout__content .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
body .edit-post-layout__content .list-group-item-warning.list-group-item-action:hover, body .edit-post-layout__content .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
body .edit-post-layout__content .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
body .edit-post-layout__content .list-group-item-danger {
  color: #7f3535;
  background-color: #fcd4d4;
}
body .edit-post-layout__content .list-group-item-danger.list-group-item-action:hover, body .edit-post-layout__content .list-group-item-danger.list-group-item-action:focus {
  color: #7f3535;
  background-color: #fabcbc;
}
body .edit-post-layout__content .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f3535;
  border-color: #7f3535;
}
body .edit-post-layout__content .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
body .edit-post-layout__content .list-group-item-light.list-group-item-action:hover, body .edit-post-layout__content .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
body .edit-post-layout__content .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
body .edit-post-layout__content .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
body .edit-post-layout__content .list-group-item-dark.list-group-item-action:hover, body .edit-post-layout__content .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
body .edit-post-layout__content .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
body .edit-post-layout__content .close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
body .edit-post-layout__content .close:hover {
  color: #000;
  text-decoration: none;
}
body .edit-post-layout__content .close:not(:disabled):not(.disabled):hover, body .edit-post-layout__content .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
body .edit-post-layout__content button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
body .edit-post-layout__content a.close.disabled {
  pointer-events: none;
}
body .edit-post-layout__content .toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
body .edit-post-layout__content .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
body .edit-post-layout__content .toast.showing {
  opacity: 1;
}
body .edit-post-layout__content .toast.show {
  display: block;
  opacity: 1;
}
body .edit-post-layout__content .toast.hide {
  display: none;
}
body .edit-post-layout__content .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
body .edit-post-layout__content .toast-body {
  padding: 0.75rem;
}
body .edit-post-layout__content .modal-open {
  overflow: hidden;
}
body .edit-post-layout__content .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
body .edit-post-layout__content .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
body .edit-post-layout__content .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade body .edit-post-layout__content .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade body .edit-post-layout__content .modal-dialog {
    transition: none;
  }
}
.modal.show body .edit-post-layout__content .modal-dialog {
  transform: none;
}
.modal.modal-static body .edit-post-layout__content .modal-dialog {
  transform: scale(1.02);
}
body .edit-post-layout__content .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
body .edit-post-layout__content .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
body .edit-post-layout__content .modal-dialog-scrollable .modal-header,
body .edit-post-layout__content .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
body .edit-post-layout__content .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
body .edit-post-layout__content .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
body .edit-post-layout__content .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
body .edit-post-layout__content .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
body .edit-post-layout__content .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
body .edit-post-layout__content .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
body .edit-post-layout__content .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
body .edit-post-layout__content .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
body .edit-post-layout__content .modal-backdrop.fade {
  opacity: 0;
}
body .edit-post-layout__content .modal-backdrop.show {
  opacity: 0.5;
}
body .edit-post-layout__content .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
body .edit-post-layout__content .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
body .edit-post-layout__content .modal-title {
  margin-bottom: 0;
  line-height: 1.9;
}
body .edit-post-layout__content .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
body .edit-post-layout__content .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
body .edit-post-layout__content .modal-footer > * {
  margin: 0.25rem;
}
body .edit-post-layout__content .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  body .edit-post-layout__content .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  body .edit-post-layout__content .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  body .edit-post-layout__content .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  body .edit-post-layout__content .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  body .edit-post-layout__content .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .modal-lg,
body .edit-post-layout__content .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  body .edit-post-layout__content .modal-xl {
    max-width: 1140px;
  }
}
body .edit-post-layout__content .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.984375rem;
  word-wrap: break-word;
  opacity: 0;
}
body .edit-post-layout__content .tooltip.show {
  opacity: 0.9;
}
body .edit-post-layout__content .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
body .edit-post-layout__content .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
body .edit-post-layout__content .bs-tooltip-top, body .edit-post-layout__content .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
body .edit-post-layout__content .bs-tooltip-top .arrow, body .edit-post-layout__content .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
body .edit-post-layout__content .bs-tooltip-top .arrow::before, body .edit-post-layout__content .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
body .edit-post-layout__content .bs-tooltip-right, body .edit-post-layout__content .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
body .edit-post-layout__content .bs-tooltip-right .arrow, body .edit-post-layout__content .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
body .edit-post-layout__content .bs-tooltip-right .arrow::before, body .edit-post-layout__content .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
body .edit-post-layout__content .bs-tooltip-bottom, body .edit-post-layout__content .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
body .edit-post-layout__content .bs-tooltip-bottom .arrow, body .edit-post-layout__content .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
body .edit-post-layout__content .bs-tooltip-bottom .arrow::before, body .edit-post-layout__content .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
body .edit-post-layout__content .bs-tooltip-left, body .edit-post-layout__content .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
body .edit-post-layout__content .bs-tooltip-left .arrow, body .edit-post-layout__content .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
body .edit-post-layout__content .bs-tooltip-left .arrow::before, body .edit-post-layout__content .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
body .edit-post-layout__content .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
body .edit-post-layout__content .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.984375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
body .edit-post-layout__content .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
body .edit-post-layout__content .popover .arrow::before, body .edit-post-layout__content .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
body .edit-post-layout__content .bs-popover-top, body .edit-post-layout__content .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
body .edit-post-layout__content .bs-popover-top > .arrow, body .edit-post-layout__content .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
body .edit-post-layout__content .bs-popover-top > .arrow::before, body .edit-post-layout__content .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
body .edit-post-layout__content .bs-popover-top > .arrow::after, body .edit-post-layout__content .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
body .edit-post-layout__content .bs-popover-right, body .edit-post-layout__content .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
body .edit-post-layout__content .bs-popover-right > .arrow, body .edit-post-layout__content .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
body .edit-post-layout__content .bs-popover-right > .arrow::before, body .edit-post-layout__content .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
body .edit-post-layout__content .bs-popover-right > .arrow::after, body .edit-post-layout__content .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
body .edit-post-layout__content .bs-popover-bottom, body .edit-post-layout__content .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
body .edit-post-layout__content .bs-popover-bottom > .arrow, body .edit-post-layout__content .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
body .edit-post-layout__content .bs-popover-bottom > .arrow::before, body .edit-post-layout__content .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
body .edit-post-layout__content .bs-popover-bottom > .arrow::after, body .edit-post-layout__content .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
body .edit-post-layout__content .bs-popover-bottom .popover-header::before, body .edit-post-layout__content .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
body .edit-post-layout__content .bs-popover-left, body .edit-post-layout__content .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
body .edit-post-layout__content .bs-popover-left > .arrow, body .edit-post-layout__content .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
body .edit-post-layout__content .bs-popover-left > .arrow::before, body .edit-post-layout__content .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
body .edit-post-layout__content .bs-popover-left > .arrow::after, body .edit-post-layout__content .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
body .edit-post-layout__content .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
body .edit-post-layout__content .popover-header:empty {
  display: none;
}
body .edit-post-layout__content .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
body .edit-post-layout__content .carousel {
  position: relative;
}
body .edit-post-layout__content .carousel.pointer-event {
  touch-action: pan-y;
}
body .edit-post-layout__content .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
body .edit-post-layout__content .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
body .edit-post-layout__content .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .carousel-item {
    transition: none;
  }
}
body .edit-post-layout__content .carousel-item.active,
body .edit-post-layout__content .carousel-item-next,
body .edit-post-layout__content .carousel-item-prev {
  display: block;
}
body .edit-post-layout__content .carousel-item-next:not(.carousel-item-left),
body .edit-post-layout__content .active.carousel-item-right {
  transform: translateX(100%);
}
body .edit-post-layout__content .carousel-item-prev:not(.carousel-item-right),
body .edit-post-layout__content .active.carousel-item-left {
  transform: translateX(-100%);
}
body .edit-post-layout__content .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
body .edit-post-layout__content .carousel-fade .carousel-item.active,
body .edit-post-layout__content .carousel-fade .carousel-item-next.carousel-item-left,
body .edit-post-layout__content .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
body .edit-post-layout__content .carousel-fade .active.carousel-item-left,
body .edit-post-layout__content .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .carousel-fade .active.carousel-item-left,
body .edit-post-layout__content .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
body .edit-post-layout__content .carousel-control-prev,
body .edit-post-layout__content .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .carousel-control-prev,
body .edit-post-layout__content .carousel-control-next {
    transition: none;
  }
}
body .edit-post-layout__content .carousel-control-prev:hover, body .edit-post-layout__content .carousel-control-prev:focus,
body .edit-post-layout__content .carousel-control-next:hover,
body .edit-post-layout__content .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
body .edit-post-layout__content .carousel-control-prev {
  left: 0;
}
body .edit-post-layout__content .carousel-control-next {
  right: 0;
}
body .edit-post-layout__content .carousel-control-prev-icon,
body .edit-post-layout__content .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
body .edit-post-layout__content .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
body .edit-post-layout__content .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
body .edit-post-layout__content .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
body .edit-post-layout__content .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .carousel-indicators li {
    transition: none;
  }
}
body .edit-post-layout__content .carousel-indicators .active {
  opacity: 1;
}
body .edit-post-layout__content .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
body .edit-post-layout__content .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
body .edit-post-layout__content .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
body .edit-post-layout__content .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
body .edit-post-layout__content .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  body .edit-post-layout__content .spinner-border,
body .edit-post-layout__content .spinner-grow {
    animation-duration: 1.5s;
  }
}
body .edit-post-layout__content .align-baseline {
  vertical-align: baseline !important;
}
body .edit-post-layout__content .align-top {
  vertical-align: top !important;
}
body .edit-post-layout__content .align-middle {
  vertical-align: middle !important;
}
body .edit-post-layout__content .align-bottom {
  vertical-align: bottom !important;
}
body .edit-post-layout__content .align-text-bottom {
  vertical-align: text-bottom !important;
}
body .edit-post-layout__content .align-text-top {
  vertical-align: text-top !important;
}
body .edit-post-layout__content .bg-primary {
  background-color: #a58c2a !important;
}
body .edit-post-layout__content a.bg-primary:hover, body .edit-post-layout__content a.bg-primary:focus,
body .edit-post-layout__content button.bg-primary:hover,
body .edit-post-layout__content button.bg-primary:focus {
  background-color: #7c6a20 !important;
}
body .edit-post-layout__content .bg-secondary {
  background-color: #282828 !important;
}
body .edit-post-layout__content a.bg-secondary:hover, body .edit-post-layout__content a.bg-secondary:focus,
body .edit-post-layout__content button.bg-secondary:hover,
body .edit-post-layout__content button.bg-secondary:focus {
  background-color: #0f0f0f !important;
}
body .edit-post-layout__content .bg-success {
  background-color: #68d391 !important;
}
body .edit-post-layout__content a.bg-success:hover, body .edit-post-layout__content a.bg-success:focus,
body .edit-post-layout__content button.bg-success:hover,
body .edit-post-layout__content button.bg-success:focus {
  background-color: #41c774 !important;
}
body .edit-post-layout__content .bg-info {
  background-color: #63b3ed !important;
}
body .edit-post-layout__content a.bg-info:hover, body .edit-post-layout__content a.bg-info:focus,
body .edit-post-layout__content button.bg-info:hover,
body .edit-post-layout__content button.bg-info:focus {
  background-color: #359de8 !important;
}
body .edit-post-layout__content .bg-warning {
  background-color: #ffc107 !important;
}
body .edit-post-layout__content a.bg-warning:hover, body .edit-post-layout__content a.bg-warning:focus,
body .edit-post-layout__content button.bg-warning:hover,
body .edit-post-layout__content button.bg-warning:focus {
  background-color: #d39e00 !important;
}
body .edit-post-layout__content .bg-danger {
  background-color: #f56565 !important;
}
body .edit-post-layout__content a.bg-danger:hover, body .edit-post-layout__content a.bg-danger:focus,
body .edit-post-layout__content button.bg-danger:hover,
body .edit-post-layout__content button.bg-danger:focus {
  background-color: #f23535 !important;
}
body .edit-post-layout__content .bg-light {
  background-color: #f8f9fa !important;
}
body .edit-post-layout__content a.bg-light:hover, body .edit-post-layout__content a.bg-light:focus,
body .edit-post-layout__content button.bg-light:hover,
body .edit-post-layout__content button.bg-light:focus {
  background-color: #dae0e5 !important;
}
body .edit-post-layout__content .bg-dark {
  background-color: #343a40 !important;
}
body .edit-post-layout__content a.bg-dark:hover, body .edit-post-layout__content a.bg-dark:focus,
body .edit-post-layout__content button.bg-dark:hover,
body .edit-post-layout__content button.bg-dark:focus {
  background-color: #1d2124 !important;
}
body .edit-post-layout__content .bg-white {
  background-color: #fff !important;
}
body .edit-post-layout__content .bg-transparent {
  background-color: transparent !important;
}
body .edit-post-layout__content .border {
  border: 1px solid #dee2e6 !important;
}
body .edit-post-layout__content .border-top {
  border-top: 1px solid #dee2e6 !important;
}
body .edit-post-layout__content .border-right {
  border-right: 1px solid #dee2e6 !important;
}
body .edit-post-layout__content .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
body .edit-post-layout__content .border-left {
  border-left: 1px solid #dee2e6 !important;
}
body .edit-post-layout__content .border-0 {
  border: 0 !important;
}
body .edit-post-layout__content .border-top-0 {
  border-top: 0 !important;
}
body .edit-post-layout__content .border-right-0 {
  border-right: 0 !important;
}
body .edit-post-layout__content .border-bottom-0 {
  border-bottom: 0 !important;
}
body .edit-post-layout__content .border-left-0 {
  border-left: 0 !important;
}
body .edit-post-layout__content .border-primary {
  border-color: #a58c2a !important;
}
body .edit-post-layout__content .border-secondary {
  border-color: #282828 !important;
}
body .edit-post-layout__content .border-success {
  border-color: #68d391 !important;
}
body .edit-post-layout__content .border-info {
  border-color: #63b3ed !important;
}
body .edit-post-layout__content .border-warning {
  border-color: #ffc107 !important;
}
body .edit-post-layout__content .border-danger {
  border-color: #f56565 !important;
}
body .edit-post-layout__content .border-light {
  border-color: #f8f9fa !important;
}
body .edit-post-layout__content .border-dark {
  border-color: #343a40 !important;
}
body .edit-post-layout__content .border-white {
  border-color: #fff !important;
}
body .edit-post-layout__content .rounded-sm {
  border-radius: 0.2rem !important;
}
body .edit-post-layout__content .rounded {
  border-radius: 0.25rem !important;
}
body .edit-post-layout__content .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
body .edit-post-layout__content .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
body .edit-post-layout__content .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
body .edit-post-layout__content .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
body .edit-post-layout__content .rounded-lg {
  border-radius: 0.3rem !important;
}
body .edit-post-layout__content .rounded-circle {
  border-radius: 50% !important;
}
body .edit-post-layout__content .rounded-pill {
  border-radius: 50rem !important;
}
body .edit-post-layout__content .rounded-0 {
  border-radius: 0 !important;
}
body .edit-post-layout__content .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
body .edit-post-layout__content .d-none {
  display: none !important;
}
body .edit-post-layout__content .d-inline {
  display: inline !important;
}
body .edit-post-layout__content .d-inline-block {
  display: inline-block !important;
}
body .edit-post-layout__content .d-block {
  display: block !important;
}
body .edit-post-layout__content .d-table {
  display: table !important;
}
body .edit-post-layout__content .d-table-row {
  display: table-row !important;
}
body .edit-post-layout__content .d-table-cell {
  display: table-cell !important;
}
body .edit-post-layout__content .d-flex {
  display: flex !important;
}
body .edit-post-layout__content .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .d-sm-none {
    display: none !important;
  }
  body .edit-post-layout__content .d-sm-inline {
    display: inline !important;
  }
  body .edit-post-layout__content .d-sm-inline-block {
    display: inline-block !important;
  }
  body .edit-post-layout__content .d-sm-block {
    display: block !important;
  }
  body .edit-post-layout__content .d-sm-table {
    display: table !important;
  }
  body .edit-post-layout__content .d-sm-table-row {
    display: table-row !important;
  }
  body .edit-post-layout__content .d-sm-table-cell {
    display: table-cell !important;
  }
  body .edit-post-layout__content .d-sm-flex {
    display: flex !important;
  }
  body .edit-post-layout__content .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .d-md-none {
    display: none !important;
  }
  body .edit-post-layout__content .d-md-inline {
    display: inline !important;
  }
  body .edit-post-layout__content .d-md-inline-block {
    display: inline-block !important;
  }
  body .edit-post-layout__content .d-md-block {
    display: block !important;
  }
  body .edit-post-layout__content .d-md-table {
    display: table !important;
  }
  body .edit-post-layout__content .d-md-table-row {
    display: table-row !important;
  }
  body .edit-post-layout__content .d-md-table-cell {
    display: table-cell !important;
  }
  body .edit-post-layout__content .d-md-flex {
    display: flex !important;
  }
  body .edit-post-layout__content .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .d-lg-none {
    display: none !important;
  }
  body .edit-post-layout__content .d-lg-inline {
    display: inline !important;
  }
  body .edit-post-layout__content .d-lg-inline-block {
    display: inline-block !important;
  }
  body .edit-post-layout__content .d-lg-block {
    display: block !important;
  }
  body .edit-post-layout__content .d-lg-table {
    display: table !important;
  }
  body .edit-post-layout__content .d-lg-table-row {
    display: table-row !important;
  }
  body .edit-post-layout__content .d-lg-table-cell {
    display: table-cell !important;
  }
  body .edit-post-layout__content .d-lg-flex {
    display: flex !important;
  }
  body .edit-post-layout__content .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  body .edit-post-layout__content .d-xl-none {
    display: none !important;
  }
  body .edit-post-layout__content .d-xl-inline {
    display: inline !important;
  }
  body .edit-post-layout__content .d-xl-inline-block {
    display: inline-block !important;
  }
  body .edit-post-layout__content .d-xl-block {
    display: block !important;
  }
  body .edit-post-layout__content .d-xl-table {
    display: table !important;
  }
  body .edit-post-layout__content .d-xl-table-row {
    display: table-row !important;
  }
  body .edit-post-layout__content .d-xl-table-cell {
    display: table-cell !important;
  }
  body .edit-post-layout__content .d-xl-flex {
    display: flex !important;
  }
  body .edit-post-layout__content .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  body .edit-post-layout__content .d-print-none {
    display: none !important;
  }
  body .edit-post-layout__content .d-print-inline {
    display: inline !important;
  }
  body .edit-post-layout__content .d-print-inline-block {
    display: inline-block !important;
  }
  body .edit-post-layout__content .d-print-block {
    display: block !important;
  }
  body .edit-post-layout__content .d-print-table {
    display: table !important;
  }
  body .edit-post-layout__content .d-print-table-row {
    display: table-row !important;
  }
  body .edit-post-layout__content .d-print-table-cell {
    display: table-cell !important;
  }
  body .edit-post-layout__content .d-print-flex {
    display: flex !important;
  }
  body .edit-post-layout__content .d-print-inline-flex {
    display: inline-flex !important;
  }
}
body .edit-post-layout__content .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
body .edit-post-layout__content .embed-responsive::before {
  display: block;
  content: "";
}
body .edit-post-layout__content .embed-responsive .embed-responsive-item,
body .edit-post-layout__content .embed-responsive iframe,
body .edit-post-layout__content .embed-responsive embed,
body .edit-post-layout__content .embed-responsive object,
body .edit-post-layout__content .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body .edit-post-layout__content .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
body .edit-post-layout__content .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
body .edit-post-layout__content .embed-responsive-4by3::before {
  padding-top: 75%;
}
body .edit-post-layout__content .embed-responsive-1by1::before {
  padding-top: 100%;
}
body .edit-post-layout__content .flex-row {
  flex-direction: row !important;
}
body .edit-post-layout__content .flex-column {
  flex-direction: column !important;
}
body .edit-post-layout__content .flex-row-reverse {
  flex-direction: row-reverse !important;
}
body .edit-post-layout__content .flex-column-reverse {
  flex-direction: column-reverse !important;
}
body .edit-post-layout__content .flex-wrap {
  flex-wrap: wrap !important;
}
body .edit-post-layout__content .flex-nowrap {
  flex-wrap: nowrap !important;
}
body .edit-post-layout__content .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
body .edit-post-layout__content .flex-fill {
  flex: 1 1 auto !important;
}
body .edit-post-layout__content .flex-grow-0 {
  flex-grow: 0 !important;
}
body .edit-post-layout__content .flex-grow-1 {
  flex-grow: 1 !important;
}
body .edit-post-layout__content .flex-shrink-0 {
  flex-shrink: 0 !important;
}
body .edit-post-layout__content .flex-shrink-1 {
  flex-shrink: 1 !important;
}
body .edit-post-layout__content .justify-content-start {
  justify-content: flex-start !important;
}
body .edit-post-layout__content .justify-content-end {
  justify-content: flex-end !important;
}
body .edit-post-layout__content .justify-content-center {
  justify-content: center !important;
}
body .edit-post-layout__content .justify-content-between {
  justify-content: space-between !important;
}
body .edit-post-layout__content .justify-content-around {
  justify-content: space-around !important;
}
body .edit-post-layout__content .align-items-start {
  align-items: flex-start !important;
}
body .edit-post-layout__content .align-items-end {
  align-items: flex-end !important;
}
body .edit-post-layout__content .align-items-center {
  align-items: center !important;
}
body .edit-post-layout__content .align-items-baseline {
  align-items: baseline !important;
}
body .edit-post-layout__content .align-items-stretch {
  align-items: stretch !important;
}
body .edit-post-layout__content .align-content-start {
  align-content: flex-start !important;
}
body .edit-post-layout__content .align-content-end {
  align-content: flex-end !important;
}
body .edit-post-layout__content .align-content-center {
  align-content: center !important;
}
body .edit-post-layout__content .align-content-between {
  align-content: space-between !important;
}
body .edit-post-layout__content .align-content-around {
  align-content: space-around !important;
}
body .edit-post-layout__content .align-content-stretch {
  align-content: stretch !important;
}
body .edit-post-layout__content .align-self-auto {
  align-self: auto !important;
}
body .edit-post-layout__content .align-self-start {
  align-self: flex-start !important;
}
body .edit-post-layout__content .align-self-end {
  align-self: flex-end !important;
}
body .edit-post-layout__content .align-self-center {
  align-self: center !important;
}
body .edit-post-layout__content .align-self-baseline {
  align-self: baseline !important;
}
body .edit-post-layout__content .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .flex-sm-row {
    flex-direction: row !important;
  }
  body .edit-post-layout__content .flex-sm-column {
    flex-direction: column !important;
  }
  body .edit-post-layout__content .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .edit-post-layout__content .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .edit-post-layout__content .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  body .edit-post-layout__content .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  body .edit-post-layout__content .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  body .edit-post-layout__content .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  body .edit-post-layout__content .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  body .edit-post-layout__content .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  body .edit-post-layout__content .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  body .edit-post-layout__content .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  body .edit-post-layout__content .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  body .edit-post-layout__content .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  body .edit-post-layout__content .justify-content-sm-center {
    justify-content: center !important;
  }
  body .edit-post-layout__content .justify-content-sm-between {
    justify-content: space-between !important;
  }
  body .edit-post-layout__content .justify-content-sm-around {
    justify-content: space-around !important;
  }
  body .edit-post-layout__content .align-items-sm-start {
    align-items: flex-start !important;
  }
  body .edit-post-layout__content .align-items-sm-end {
    align-items: flex-end !important;
  }
  body .edit-post-layout__content .align-items-sm-center {
    align-items: center !important;
  }
  body .edit-post-layout__content .align-items-sm-baseline {
    align-items: baseline !important;
  }
  body .edit-post-layout__content .align-items-sm-stretch {
    align-items: stretch !important;
  }
  body .edit-post-layout__content .align-content-sm-start {
    align-content: flex-start !important;
  }
  body .edit-post-layout__content .align-content-sm-end {
    align-content: flex-end !important;
  }
  body .edit-post-layout__content .align-content-sm-center {
    align-content: center !important;
  }
  body .edit-post-layout__content .align-content-sm-between {
    align-content: space-between !important;
  }
  body .edit-post-layout__content .align-content-sm-around {
    align-content: space-around !important;
  }
  body .edit-post-layout__content .align-content-sm-stretch {
    align-content: stretch !important;
  }
  body .edit-post-layout__content .align-self-sm-auto {
    align-self: auto !important;
  }
  body .edit-post-layout__content .align-self-sm-start {
    align-self: flex-start !important;
  }
  body .edit-post-layout__content .align-self-sm-end {
    align-self: flex-end !important;
  }
  body .edit-post-layout__content .align-self-sm-center {
    align-self: center !important;
  }
  body .edit-post-layout__content .align-self-sm-baseline {
    align-self: baseline !important;
  }
  body .edit-post-layout__content .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .flex-md-row {
    flex-direction: row !important;
  }
  body .edit-post-layout__content .flex-md-column {
    flex-direction: column !important;
  }
  body .edit-post-layout__content .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .edit-post-layout__content .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .edit-post-layout__content .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  body .edit-post-layout__content .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  body .edit-post-layout__content .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  body .edit-post-layout__content .flex-md-fill {
    flex: 1 1 auto !important;
  }
  body .edit-post-layout__content .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  body .edit-post-layout__content .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  body .edit-post-layout__content .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  body .edit-post-layout__content .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  body .edit-post-layout__content .justify-content-md-start {
    justify-content: flex-start !important;
  }
  body .edit-post-layout__content .justify-content-md-end {
    justify-content: flex-end !important;
  }
  body .edit-post-layout__content .justify-content-md-center {
    justify-content: center !important;
  }
  body .edit-post-layout__content .justify-content-md-between {
    justify-content: space-between !important;
  }
  body .edit-post-layout__content .justify-content-md-around {
    justify-content: space-around !important;
  }
  body .edit-post-layout__content .align-items-md-start {
    align-items: flex-start !important;
  }
  body .edit-post-layout__content .align-items-md-end {
    align-items: flex-end !important;
  }
  body .edit-post-layout__content .align-items-md-center {
    align-items: center !important;
  }
  body .edit-post-layout__content .align-items-md-baseline {
    align-items: baseline !important;
  }
  body .edit-post-layout__content .align-items-md-stretch {
    align-items: stretch !important;
  }
  body .edit-post-layout__content .align-content-md-start {
    align-content: flex-start !important;
  }
  body .edit-post-layout__content .align-content-md-end {
    align-content: flex-end !important;
  }
  body .edit-post-layout__content .align-content-md-center {
    align-content: center !important;
  }
  body .edit-post-layout__content .align-content-md-between {
    align-content: space-between !important;
  }
  body .edit-post-layout__content .align-content-md-around {
    align-content: space-around !important;
  }
  body .edit-post-layout__content .align-content-md-stretch {
    align-content: stretch !important;
  }
  body .edit-post-layout__content .align-self-md-auto {
    align-self: auto !important;
  }
  body .edit-post-layout__content .align-self-md-start {
    align-self: flex-start !important;
  }
  body .edit-post-layout__content .align-self-md-end {
    align-self: flex-end !important;
  }
  body .edit-post-layout__content .align-self-md-center {
    align-self: center !important;
  }
  body .edit-post-layout__content .align-self-md-baseline {
    align-self: baseline !important;
  }
  body .edit-post-layout__content .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .flex-lg-row {
    flex-direction: row !important;
  }
  body .edit-post-layout__content .flex-lg-column {
    flex-direction: column !important;
  }
  body .edit-post-layout__content .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .edit-post-layout__content .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .edit-post-layout__content .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  body .edit-post-layout__content .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  body .edit-post-layout__content .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  body .edit-post-layout__content .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  body .edit-post-layout__content .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  body .edit-post-layout__content .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  body .edit-post-layout__content .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  body .edit-post-layout__content .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  body .edit-post-layout__content .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  body .edit-post-layout__content .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  body .edit-post-layout__content .justify-content-lg-center {
    justify-content: center !important;
  }
  body .edit-post-layout__content .justify-content-lg-between {
    justify-content: space-between !important;
  }
  body .edit-post-layout__content .justify-content-lg-around {
    justify-content: space-around !important;
  }
  body .edit-post-layout__content .align-items-lg-start {
    align-items: flex-start !important;
  }
  body .edit-post-layout__content .align-items-lg-end {
    align-items: flex-end !important;
  }
  body .edit-post-layout__content .align-items-lg-center {
    align-items: center !important;
  }
  body .edit-post-layout__content .align-items-lg-baseline {
    align-items: baseline !important;
  }
  body .edit-post-layout__content .align-items-lg-stretch {
    align-items: stretch !important;
  }
  body .edit-post-layout__content .align-content-lg-start {
    align-content: flex-start !important;
  }
  body .edit-post-layout__content .align-content-lg-end {
    align-content: flex-end !important;
  }
  body .edit-post-layout__content .align-content-lg-center {
    align-content: center !important;
  }
  body .edit-post-layout__content .align-content-lg-between {
    align-content: space-between !important;
  }
  body .edit-post-layout__content .align-content-lg-around {
    align-content: space-around !important;
  }
  body .edit-post-layout__content .align-content-lg-stretch {
    align-content: stretch !important;
  }
  body .edit-post-layout__content .align-self-lg-auto {
    align-self: auto !important;
  }
  body .edit-post-layout__content .align-self-lg-start {
    align-self: flex-start !important;
  }
  body .edit-post-layout__content .align-self-lg-end {
    align-self: flex-end !important;
  }
  body .edit-post-layout__content .align-self-lg-center {
    align-self: center !important;
  }
  body .edit-post-layout__content .align-self-lg-baseline {
    align-self: baseline !important;
  }
  body .edit-post-layout__content .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  body .edit-post-layout__content .flex-xl-row {
    flex-direction: row !important;
  }
  body .edit-post-layout__content .flex-xl-column {
    flex-direction: column !important;
  }
  body .edit-post-layout__content .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  body .edit-post-layout__content .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  body .edit-post-layout__content .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  body .edit-post-layout__content .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  body .edit-post-layout__content .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  body .edit-post-layout__content .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  body .edit-post-layout__content .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  body .edit-post-layout__content .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  body .edit-post-layout__content .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  body .edit-post-layout__content .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  body .edit-post-layout__content .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  body .edit-post-layout__content .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  body .edit-post-layout__content .justify-content-xl-center {
    justify-content: center !important;
  }
  body .edit-post-layout__content .justify-content-xl-between {
    justify-content: space-between !important;
  }
  body .edit-post-layout__content .justify-content-xl-around {
    justify-content: space-around !important;
  }
  body .edit-post-layout__content .align-items-xl-start {
    align-items: flex-start !important;
  }
  body .edit-post-layout__content .align-items-xl-end {
    align-items: flex-end !important;
  }
  body .edit-post-layout__content .align-items-xl-center {
    align-items: center !important;
  }
  body .edit-post-layout__content .align-items-xl-baseline {
    align-items: baseline !important;
  }
  body .edit-post-layout__content .align-items-xl-stretch {
    align-items: stretch !important;
  }
  body .edit-post-layout__content .align-content-xl-start {
    align-content: flex-start !important;
  }
  body .edit-post-layout__content .align-content-xl-end {
    align-content: flex-end !important;
  }
  body .edit-post-layout__content .align-content-xl-center {
    align-content: center !important;
  }
  body .edit-post-layout__content .align-content-xl-between {
    align-content: space-between !important;
  }
  body .edit-post-layout__content .align-content-xl-around {
    align-content: space-around !important;
  }
  body .edit-post-layout__content .align-content-xl-stretch {
    align-content: stretch !important;
  }
  body .edit-post-layout__content .align-self-xl-auto {
    align-self: auto !important;
  }
  body .edit-post-layout__content .align-self-xl-start {
    align-self: flex-start !important;
  }
  body .edit-post-layout__content .align-self-xl-end {
    align-self: flex-end !important;
  }
  body .edit-post-layout__content .align-self-xl-center {
    align-self: center !important;
  }
  body .edit-post-layout__content .align-self-xl-baseline {
    align-self: baseline !important;
  }
  body .edit-post-layout__content .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
body .edit-post-layout__content .float-left {
  float: left !important;
}
body .edit-post-layout__content .float-right {
  float: right !important;
}
body .edit-post-layout__content .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .float-sm-left {
    float: left !important;
  }
  body .edit-post-layout__content .float-sm-right {
    float: right !important;
  }
  body .edit-post-layout__content .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .float-md-left {
    float: left !important;
  }
  body .edit-post-layout__content .float-md-right {
    float: right !important;
  }
  body .edit-post-layout__content .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .float-lg-left {
    float: left !important;
  }
  body .edit-post-layout__content .float-lg-right {
    float: right !important;
  }
  body .edit-post-layout__content .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  body .edit-post-layout__content .float-xl-left {
    float: left !important;
  }
  body .edit-post-layout__content .float-xl-right {
    float: right !important;
  }
  body .edit-post-layout__content .float-xl-none {
    float: none !important;
  }
}
body .edit-post-layout__content .user-select-all {
  user-select: all !important;
}
body .edit-post-layout__content .user-select-auto {
  user-select: auto !important;
}
body .edit-post-layout__content .user-select-none {
  user-select: none !important;
}
body .edit-post-layout__content .overflow-auto {
  overflow: auto !important;
}
body .edit-post-layout__content .overflow-hidden {
  overflow: hidden !important;
}
body .edit-post-layout__content .position-static {
  position: static !important;
}
body .edit-post-layout__content .position-relative {
  position: relative !important;
}
body .edit-post-layout__content .position-absolute {
  position: absolute !important;
}
body .edit-post-layout__content .position-fixed {
  position: fixed !important;
}
body .edit-post-layout__content .position-sticky {
  position: sticky !important;
}
body .edit-post-layout__content .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
body .edit-post-layout__content .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  body .edit-post-layout__content .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
body .edit-post-layout__content .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body .edit-post-layout__content .sr-only-focusable:active, body .edit-post-layout__content .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
body .edit-post-layout__content .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
body .edit-post-layout__content .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
body .edit-post-layout__content .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
body .edit-post-layout__content .shadow-none {
  box-shadow: none !important;
}
body .edit-post-layout__content .w-25 {
  width: 25% !important;
}
body .edit-post-layout__content .w-50 {
  width: 50% !important;
}
body .edit-post-layout__content .w-75 {
  width: 75% !important;
}
body .edit-post-layout__content .w-100 {
  width: 100% !important;
}
body .edit-post-layout__content .w-auto {
  width: auto !important;
}
body .edit-post-layout__content .h-25 {
  height: 25% !important;
}
body .edit-post-layout__content .h-50 {
  height: 50% !important;
}
body .edit-post-layout__content .h-75 {
  height: 75% !important;
}
body .edit-post-layout__content .h-100 {
  height: 100% !important;
}
body .edit-post-layout__content .h-auto {
  height: auto !important;
}
body .edit-post-layout__content .mw-100 {
  max-width: 100% !important;
}
body .edit-post-layout__content .mh-100 {
  max-height: 100% !important;
}
body .edit-post-layout__content .min-vw-100 {
  min-width: 100vw !important;
}
body .edit-post-layout__content .min-vh-100 {
  min-height: 100vh !important;
}
body .edit-post-layout__content .vw-100 {
  width: 100vw !important;
}
body .edit-post-layout__content .vh-100 {
  height: 100vh !important;
}
body .edit-post-layout__content .m-0 {
  margin: 0 !important;
}
body .edit-post-layout__content .mt-0,
body .edit-post-layout__content .my-0 {
  margin-top: 0 !important;
}
body .edit-post-layout__content .mr-0,
body .edit-post-layout__content .mx-0 {
  margin-right: 0 !important;
}
body .edit-post-layout__content .mb-0,
body .edit-post-layout__content .my-0 {
  margin-bottom: 0 !important;
}
body .edit-post-layout__content .ml-0,
body .edit-post-layout__content .mx-0 {
  margin-left: 0 !important;
}
body .edit-post-layout__content .m-1 {
  margin: 0.25rem !important;
}
body .edit-post-layout__content .mt-1,
body .edit-post-layout__content .my-1 {
  margin-top: 0.25rem !important;
}
body .edit-post-layout__content .mr-1,
body .edit-post-layout__content .mx-1 {
  margin-right: 0.25rem !important;
}
body .edit-post-layout__content .mb-1,
body .edit-post-layout__content .my-1 {
  margin-bottom: 0.25rem !important;
}
body .edit-post-layout__content .ml-1,
body .edit-post-layout__content .mx-1 {
  margin-left: 0.25rem !important;
}
body .edit-post-layout__content .m-2 {
  margin: 0.5rem !important;
}
body .edit-post-layout__content .mt-2,
body .edit-post-layout__content .my-2 {
  margin-top: 0.5rem !important;
}
body .edit-post-layout__content .mr-2,
body .edit-post-layout__content .mx-2 {
  margin-right: 0.5rem !important;
}
body .edit-post-layout__content .mb-2,
body .edit-post-layout__content .my-2 {
  margin-bottom: 0.5rem !important;
}
body .edit-post-layout__content .ml-2,
body .edit-post-layout__content .mx-2 {
  margin-left: 0.5rem !important;
}
body .edit-post-layout__content .m-3 {
  margin: 1rem !important;
}
body .edit-post-layout__content .mt-3,
body .edit-post-layout__content .my-3 {
  margin-top: 1rem !important;
}
body .edit-post-layout__content .mr-3,
body .edit-post-layout__content .mx-3 {
  margin-right: 1rem !important;
}
body .edit-post-layout__content .mb-3,
body .edit-post-layout__content .my-3 {
  margin-bottom: 1rem !important;
}
body .edit-post-layout__content .ml-3,
body .edit-post-layout__content .mx-3 {
  margin-left: 1rem !important;
}
body .edit-post-layout__content .m-4 {
  margin: 1.5rem !important;
}
body .edit-post-layout__content .mt-4,
body .edit-post-layout__content .my-4 {
  margin-top: 1.5rem !important;
}
body .edit-post-layout__content .mr-4,
body .edit-post-layout__content .mx-4 {
  margin-right: 1.5rem !important;
}
body .edit-post-layout__content .mb-4,
body .edit-post-layout__content .my-4 {
  margin-bottom: 1.5rem !important;
}
body .edit-post-layout__content .ml-4,
body .edit-post-layout__content .mx-4 {
  margin-left: 1.5rem !important;
}
body .edit-post-layout__content .m-5 {
  margin: 3rem !important;
}
body .edit-post-layout__content .mt-5,
body .edit-post-layout__content .my-5 {
  margin-top: 3rem !important;
}
body .edit-post-layout__content .mr-5,
body .edit-post-layout__content .mx-5 {
  margin-right: 3rem !important;
}
body .edit-post-layout__content .mb-5,
body .edit-post-layout__content .my-5 {
  margin-bottom: 3rem !important;
}
body .edit-post-layout__content .ml-5,
body .edit-post-layout__content .mx-5 {
  margin-left: 3rem !important;
}
body .edit-post-layout__content .p-0 {
  padding: 0 !important;
}
body .edit-post-layout__content .pt-0,
body .edit-post-layout__content .py-0 {
  padding-top: 0 !important;
}
body .edit-post-layout__content .pr-0,
body .edit-post-layout__content .px-0 {
  padding-right: 0 !important;
}
body .edit-post-layout__content .pb-0,
body .edit-post-layout__content .py-0 {
  padding-bottom: 0 !important;
}
body .edit-post-layout__content .pl-0,
body .edit-post-layout__content .px-0 {
  padding-left: 0 !important;
}
body .edit-post-layout__content .p-1 {
  padding: 0.25rem !important;
}
body .edit-post-layout__content .pt-1,
body .edit-post-layout__content .py-1 {
  padding-top: 0.25rem !important;
}
body .edit-post-layout__content .pr-1,
body .edit-post-layout__content .px-1 {
  padding-right: 0.25rem !important;
}
body .edit-post-layout__content .pb-1,
body .edit-post-layout__content .py-1 {
  padding-bottom: 0.25rem !important;
}
body .edit-post-layout__content .pl-1,
body .edit-post-layout__content .px-1 {
  padding-left: 0.25rem !important;
}
body .edit-post-layout__content .p-2 {
  padding: 0.5rem !important;
}
body .edit-post-layout__content .pt-2,
body .edit-post-layout__content .py-2 {
  padding-top: 0.5rem !important;
}
body .edit-post-layout__content .pr-2,
body .edit-post-layout__content .px-2 {
  padding-right: 0.5rem !important;
}
body .edit-post-layout__content .pb-2,
body .edit-post-layout__content .py-2 {
  padding-bottom: 0.5rem !important;
}
body .edit-post-layout__content .pl-2,
body .edit-post-layout__content .px-2 {
  padding-left: 0.5rem !important;
}
body .edit-post-layout__content .p-3 {
  padding: 1rem !important;
}
body .edit-post-layout__content .pt-3,
body .edit-post-layout__content .py-3 {
  padding-top: 1rem !important;
}
body .edit-post-layout__content .pr-3,
body .edit-post-layout__content .px-3 {
  padding-right: 1rem !important;
}
body .edit-post-layout__content .pb-3,
body .edit-post-layout__content .py-3 {
  padding-bottom: 1rem !important;
}
body .edit-post-layout__content .pl-3,
body .edit-post-layout__content .px-3 {
  padding-left: 1rem !important;
}
body .edit-post-layout__content .p-4 {
  padding: 1.5rem !important;
}
body .edit-post-layout__content .pt-4,
body .edit-post-layout__content .py-4 {
  padding-top: 1.5rem !important;
}
body .edit-post-layout__content .pr-4,
body .edit-post-layout__content .px-4 {
  padding-right: 1.5rem !important;
}
body .edit-post-layout__content .pb-4,
body .edit-post-layout__content .py-4 {
  padding-bottom: 1.5rem !important;
}
body .edit-post-layout__content .pl-4,
body .edit-post-layout__content .px-4 {
  padding-left: 1.5rem !important;
}
body .edit-post-layout__content .p-5 {
  padding: 3rem !important;
}
body .edit-post-layout__content .pt-5,
body .edit-post-layout__content .py-5 {
  padding-top: 3rem !important;
}
body .edit-post-layout__content .pr-5,
body .edit-post-layout__content .px-5 {
  padding-right: 3rem !important;
}
body .edit-post-layout__content .pb-5,
body .edit-post-layout__content .py-5 {
  padding-bottom: 3rem !important;
}
body .edit-post-layout__content .pl-5,
body .edit-post-layout__content .px-5 {
  padding-left: 3rem !important;
}
body .edit-post-layout__content .m-n1 {
  margin: -0.25rem !important;
}
body .edit-post-layout__content .mt-n1,
body .edit-post-layout__content .my-n1 {
  margin-top: -0.25rem !important;
}
body .edit-post-layout__content .mr-n1,
body .edit-post-layout__content .mx-n1 {
  margin-right: -0.25rem !important;
}
body .edit-post-layout__content .mb-n1,
body .edit-post-layout__content .my-n1 {
  margin-bottom: -0.25rem !important;
}
body .edit-post-layout__content .ml-n1,
body .edit-post-layout__content .mx-n1 {
  margin-left: -0.25rem !important;
}
body .edit-post-layout__content .m-n2 {
  margin: -0.5rem !important;
}
body .edit-post-layout__content .mt-n2,
body .edit-post-layout__content .my-n2 {
  margin-top: -0.5rem !important;
}
body .edit-post-layout__content .mr-n2,
body .edit-post-layout__content .mx-n2 {
  margin-right: -0.5rem !important;
}
body .edit-post-layout__content .mb-n2,
body .edit-post-layout__content .my-n2 {
  margin-bottom: -0.5rem !important;
}
body .edit-post-layout__content .ml-n2,
body .edit-post-layout__content .mx-n2 {
  margin-left: -0.5rem !important;
}
body .edit-post-layout__content .m-n3 {
  margin: -1rem !important;
}
body .edit-post-layout__content .mt-n3,
body .edit-post-layout__content .my-n3 {
  margin-top: -1rem !important;
}
body .edit-post-layout__content .mr-n3,
body .edit-post-layout__content .mx-n3 {
  margin-right: -1rem !important;
}
body .edit-post-layout__content .mb-n3,
body .edit-post-layout__content .my-n3 {
  margin-bottom: -1rem !important;
}
body .edit-post-layout__content .ml-n3,
body .edit-post-layout__content .mx-n3 {
  margin-left: -1rem !important;
}
body .edit-post-layout__content .m-n4 {
  margin: -1.5rem !important;
}
body .edit-post-layout__content .mt-n4,
body .edit-post-layout__content .my-n4 {
  margin-top: -1.5rem !important;
}
body .edit-post-layout__content .mr-n4,
body .edit-post-layout__content .mx-n4 {
  margin-right: -1.5rem !important;
}
body .edit-post-layout__content .mb-n4,
body .edit-post-layout__content .my-n4 {
  margin-bottom: -1.5rem !important;
}
body .edit-post-layout__content .ml-n4,
body .edit-post-layout__content .mx-n4 {
  margin-left: -1.5rem !important;
}
body .edit-post-layout__content .m-n5 {
  margin: -3rem !important;
}
body .edit-post-layout__content .mt-n5,
body .edit-post-layout__content .my-n5 {
  margin-top: -3rem !important;
}
body .edit-post-layout__content .mr-n5,
body .edit-post-layout__content .mx-n5 {
  margin-right: -3rem !important;
}
body .edit-post-layout__content .mb-n5,
body .edit-post-layout__content .my-n5 {
  margin-bottom: -3rem !important;
}
body .edit-post-layout__content .ml-n5,
body .edit-post-layout__content .mx-n5 {
  margin-left: -3rem !important;
}
body .edit-post-layout__content .m-auto {
  margin: auto !important;
}
body .edit-post-layout__content .mt-auto,
body .edit-post-layout__content .my-auto {
  margin-top: auto !important;
}
body .edit-post-layout__content .mr-auto,
body .edit-post-layout__content .mx-auto {
  margin-right: auto !important;
}
body .edit-post-layout__content .mb-auto,
body .edit-post-layout__content .my-auto {
  margin-bottom: auto !important;
}
body .edit-post-layout__content .ml-auto,
body .edit-post-layout__content .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .m-sm-0 {
    margin: 0 !important;
  }
  body .edit-post-layout__content .mt-sm-0,
body .edit-post-layout__content .my-sm-0 {
    margin-top: 0 !important;
  }
  body .edit-post-layout__content .mr-sm-0,
body .edit-post-layout__content .mx-sm-0 {
    margin-right: 0 !important;
  }
  body .edit-post-layout__content .mb-sm-0,
body .edit-post-layout__content .my-sm-0 {
    margin-bottom: 0 !important;
  }
  body .edit-post-layout__content .ml-sm-0,
body .edit-post-layout__content .mx-sm-0 {
    margin-left: 0 !important;
  }
  body .edit-post-layout__content .m-sm-1 {
    margin: 0.25rem !important;
  }
  body .edit-post-layout__content .mt-sm-1,
body .edit-post-layout__content .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  body .edit-post-layout__content .mr-sm-1,
body .edit-post-layout__content .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  body .edit-post-layout__content .mb-sm-1,
body .edit-post-layout__content .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  body .edit-post-layout__content .ml-sm-1,
body .edit-post-layout__content .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  body .edit-post-layout__content .m-sm-2 {
    margin: 0.5rem !important;
  }
  body .edit-post-layout__content .mt-sm-2,
body .edit-post-layout__content .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  body .edit-post-layout__content .mr-sm-2,
body .edit-post-layout__content .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  body .edit-post-layout__content .mb-sm-2,
body .edit-post-layout__content .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  body .edit-post-layout__content .ml-sm-2,
body .edit-post-layout__content .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  body .edit-post-layout__content .m-sm-3 {
    margin: 1rem !important;
  }
  body .edit-post-layout__content .mt-sm-3,
body .edit-post-layout__content .my-sm-3 {
    margin-top: 1rem !important;
  }
  body .edit-post-layout__content .mr-sm-3,
body .edit-post-layout__content .mx-sm-3 {
    margin-right: 1rem !important;
  }
  body .edit-post-layout__content .mb-sm-3,
body .edit-post-layout__content .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  body .edit-post-layout__content .ml-sm-3,
body .edit-post-layout__content .mx-sm-3 {
    margin-left: 1rem !important;
  }
  body .edit-post-layout__content .m-sm-4 {
    margin: 1.5rem !important;
  }
  body .edit-post-layout__content .mt-sm-4,
body .edit-post-layout__content .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  body .edit-post-layout__content .mr-sm-4,
body .edit-post-layout__content .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  body .edit-post-layout__content .mb-sm-4,
body .edit-post-layout__content .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  body .edit-post-layout__content .ml-sm-4,
body .edit-post-layout__content .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  body .edit-post-layout__content .m-sm-5 {
    margin: 3rem !important;
  }
  body .edit-post-layout__content .mt-sm-5,
body .edit-post-layout__content .my-sm-5 {
    margin-top: 3rem !important;
  }
  body .edit-post-layout__content .mr-sm-5,
body .edit-post-layout__content .mx-sm-5 {
    margin-right: 3rem !important;
  }
  body .edit-post-layout__content .mb-sm-5,
body .edit-post-layout__content .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  body .edit-post-layout__content .ml-sm-5,
body .edit-post-layout__content .mx-sm-5 {
    margin-left: 3rem !important;
  }
  body .edit-post-layout__content .p-sm-0 {
    padding: 0 !important;
  }
  body .edit-post-layout__content .pt-sm-0,
body .edit-post-layout__content .py-sm-0 {
    padding-top: 0 !important;
  }
  body .edit-post-layout__content .pr-sm-0,
body .edit-post-layout__content .px-sm-0 {
    padding-right: 0 !important;
  }
  body .edit-post-layout__content .pb-sm-0,
body .edit-post-layout__content .py-sm-0 {
    padding-bottom: 0 !important;
  }
  body .edit-post-layout__content .pl-sm-0,
body .edit-post-layout__content .px-sm-0 {
    padding-left: 0 !important;
  }
  body .edit-post-layout__content .p-sm-1 {
    padding: 0.25rem !important;
  }
  body .edit-post-layout__content .pt-sm-1,
body .edit-post-layout__content .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  body .edit-post-layout__content .pr-sm-1,
body .edit-post-layout__content .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  body .edit-post-layout__content .pb-sm-1,
body .edit-post-layout__content .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  body .edit-post-layout__content .pl-sm-1,
body .edit-post-layout__content .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  body .edit-post-layout__content .p-sm-2 {
    padding: 0.5rem !important;
  }
  body .edit-post-layout__content .pt-sm-2,
body .edit-post-layout__content .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  body .edit-post-layout__content .pr-sm-2,
body .edit-post-layout__content .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  body .edit-post-layout__content .pb-sm-2,
body .edit-post-layout__content .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  body .edit-post-layout__content .pl-sm-2,
body .edit-post-layout__content .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  body .edit-post-layout__content .p-sm-3 {
    padding: 1rem !important;
  }
  body .edit-post-layout__content .pt-sm-3,
body .edit-post-layout__content .py-sm-3 {
    padding-top: 1rem !important;
  }
  body .edit-post-layout__content .pr-sm-3,
body .edit-post-layout__content .px-sm-3 {
    padding-right: 1rem !important;
  }
  body .edit-post-layout__content .pb-sm-3,
body .edit-post-layout__content .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  body .edit-post-layout__content .pl-sm-3,
body .edit-post-layout__content .px-sm-3 {
    padding-left: 1rem !important;
  }
  body .edit-post-layout__content .p-sm-4 {
    padding: 1.5rem !important;
  }
  body .edit-post-layout__content .pt-sm-4,
body .edit-post-layout__content .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  body .edit-post-layout__content .pr-sm-4,
body .edit-post-layout__content .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  body .edit-post-layout__content .pb-sm-4,
body .edit-post-layout__content .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  body .edit-post-layout__content .pl-sm-4,
body .edit-post-layout__content .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  body .edit-post-layout__content .p-sm-5 {
    padding: 3rem !important;
  }
  body .edit-post-layout__content .pt-sm-5,
body .edit-post-layout__content .py-sm-5 {
    padding-top: 3rem !important;
  }
  body .edit-post-layout__content .pr-sm-5,
body .edit-post-layout__content .px-sm-5 {
    padding-right: 3rem !important;
  }
  body .edit-post-layout__content .pb-sm-5,
body .edit-post-layout__content .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  body .edit-post-layout__content .pl-sm-5,
body .edit-post-layout__content .px-sm-5 {
    padding-left: 3rem !important;
  }
  body .edit-post-layout__content .m-sm-n1 {
    margin: -0.25rem !important;
  }
  body .edit-post-layout__content .mt-sm-n1,
body .edit-post-layout__content .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  body .edit-post-layout__content .mr-sm-n1,
body .edit-post-layout__content .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  body .edit-post-layout__content .mb-sm-n1,
body .edit-post-layout__content .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  body .edit-post-layout__content .ml-sm-n1,
body .edit-post-layout__content .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  body .edit-post-layout__content .m-sm-n2 {
    margin: -0.5rem !important;
  }
  body .edit-post-layout__content .mt-sm-n2,
body .edit-post-layout__content .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  body .edit-post-layout__content .mr-sm-n2,
body .edit-post-layout__content .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  body .edit-post-layout__content .mb-sm-n2,
body .edit-post-layout__content .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  body .edit-post-layout__content .ml-sm-n2,
body .edit-post-layout__content .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  body .edit-post-layout__content .m-sm-n3 {
    margin: -1rem !important;
  }
  body .edit-post-layout__content .mt-sm-n3,
body .edit-post-layout__content .my-sm-n3 {
    margin-top: -1rem !important;
  }
  body .edit-post-layout__content .mr-sm-n3,
body .edit-post-layout__content .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  body .edit-post-layout__content .mb-sm-n3,
body .edit-post-layout__content .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  body .edit-post-layout__content .ml-sm-n3,
body .edit-post-layout__content .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  body .edit-post-layout__content .m-sm-n4 {
    margin: -1.5rem !important;
  }
  body .edit-post-layout__content .mt-sm-n4,
body .edit-post-layout__content .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  body .edit-post-layout__content .mr-sm-n4,
body .edit-post-layout__content .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  body .edit-post-layout__content .mb-sm-n4,
body .edit-post-layout__content .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  body .edit-post-layout__content .ml-sm-n4,
body .edit-post-layout__content .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  body .edit-post-layout__content .m-sm-n5 {
    margin: -3rem !important;
  }
  body .edit-post-layout__content .mt-sm-n5,
body .edit-post-layout__content .my-sm-n5 {
    margin-top: -3rem !important;
  }
  body .edit-post-layout__content .mr-sm-n5,
body .edit-post-layout__content .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  body .edit-post-layout__content .mb-sm-n5,
body .edit-post-layout__content .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  body .edit-post-layout__content .ml-sm-n5,
body .edit-post-layout__content .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  body .edit-post-layout__content .m-sm-auto {
    margin: auto !important;
  }
  body .edit-post-layout__content .mt-sm-auto,
body .edit-post-layout__content .my-sm-auto {
    margin-top: auto !important;
  }
  body .edit-post-layout__content .mr-sm-auto,
body .edit-post-layout__content .mx-sm-auto {
    margin-right: auto !important;
  }
  body .edit-post-layout__content .mb-sm-auto,
body .edit-post-layout__content .my-sm-auto {
    margin-bottom: auto !important;
  }
  body .edit-post-layout__content .ml-sm-auto,
body .edit-post-layout__content .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .m-md-0 {
    margin: 0 !important;
  }
  body .edit-post-layout__content .mt-md-0,
body .edit-post-layout__content .my-md-0 {
    margin-top: 0 !important;
  }
  body .edit-post-layout__content .mr-md-0,
body .edit-post-layout__content .mx-md-0 {
    margin-right: 0 !important;
  }
  body .edit-post-layout__content .mb-md-0,
body .edit-post-layout__content .my-md-0 {
    margin-bottom: 0 !important;
  }
  body .edit-post-layout__content .ml-md-0,
body .edit-post-layout__content .mx-md-0 {
    margin-left: 0 !important;
  }
  body .edit-post-layout__content .m-md-1 {
    margin: 0.25rem !important;
  }
  body .edit-post-layout__content .mt-md-1,
body .edit-post-layout__content .my-md-1 {
    margin-top: 0.25rem !important;
  }
  body .edit-post-layout__content .mr-md-1,
body .edit-post-layout__content .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  body .edit-post-layout__content .mb-md-1,
body .edit-post-layout__content .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  body .edit-post-layout__content .ml-md-1,
body .edit-post-layout__content .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  body .edit-post-layout__content .m-md-2 {
    margin: 0.5rem !important;
  }
  body .edit-post-layout__content .mt-md-2,
body .edit-post-layout__content .my-md-2 {
    margin-top: 0.5rem !important;
  }
  body .edit-post-layout__content .mr-md-2,
body .edit-post-layout__content .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  body .edit-post-layout__content .mb-md-2,
body .edit-post-layout__content .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  body .edit-post-layout__content .ml-md-2,
body .edit-post-layout__content .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  body .edit-post-layout__content .m-md-3 {
    margin: 1rem !important;
  }
  body .edit-post-layout__content .mt-md-3,
body .edit-post-layout__content .my-md-3 {
    margin-top: 1rem !important;
  }
  body .edit-post-layout__content .mr-md-3,
body .edit-post-layout__content .mx-md-3 {
    margin-right: 1rem !important;
  }
  body .edit-post-layout__content .mb-md-3,
body .edit-post-layout__content .my-md-3 {
    margin-bottom: 1rem !important;
  }
  body .edit-post-layout__content .ml-md-3,
body .edit-post-layout__content .mx-md-3 {
    margin-left: 1rem !important;
  }
  body .edit-post-layout__content .m-md-4 {
    margin: 1.5rem !important;
  }
  body .edit-post-layout__content .mt-md-4,
body .edit-post-layout__content .my-md-4 {
    margin-top: 1.5rem !important;
  }
  body .edit-post-layout__content .mr-md-4,
body .edit-post-layout__content .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  body .edit-post-layout__content .mb-md-4,
body .edit-post-layout__content .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  body .edit-post-layout__content .ml-md-4,
body .edit-post-layout__content .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  body .edit-post-layout__content .m-md-5 {
    margin: 3rem !important;
  }
  body .edit-post-layout__content .mt-md-5,
body .edit-post-layout__content .my-md-5 {
    margin-top: 3rem !important;
  }
  body .edit-post-layout__content .mr-md-5,
body .edit-post-layout__content .mx-md-5 {
    margin-right: 3rem !important;
  }
  body .edit-post-layout__content .mb-md-5,
body .edit-post-layout__content .my-md-5 {
    margin-bottom: 3rem !important;
  }
  body .edit-post-layout__content .ml-md-5,
body .edit-post-layout__content .mx-md-5 {
    margin-left: 3rem !important;
  }
  body .edit-post-layout__content .p-md-0 {
    padding: 0 !important;
  }
  body .edit-post-layout__content .pt-md-0,
body .edit-post-layout__content .py-md-0 {
    padding-top: 0 !important;
  }
  body .edit-post-layout__content .pr-md-0,
body .edit-post-layout__content .px-md-0 {
    padding-right: 0 !important;
  }
  body .edit-post-layout__content .pb-md-0,
body .edit-post-layout__content .py-md-0 {
    padding-bottom: 0 !important;
  }
  body .edit-post-layout__content .pl-md-0,
body .edit-post-layout__content .px-md-0 {
    padding-left: 0 !important;
  }
  body .edit-post-layout__content .p-md-1 {
    padding: 0.25rem !important;
  }
  body .edit-post-layout__content .pt-md-1,
body .edit-post-layout__content .py-md-1 {
    padding-top: 0.25rem !important;
  }
  body .edit-post-layout__content .pr-md-1,
body .edit-post-layout__content .px-md-1 {
    padding-right: 0.25rem !important;
  }
  body .edit-post-layout__content .pb-md-1,
body .edit-post-layout__content .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  body .edit-post-layout__content .pl-md-1,
body .edit-post-layout__content .px-md-1 {
    padding-left: 0.25rem !important;
  }
  body .edit-post-layout__content .p-md-2 {
    padding: 0.5rem !important;
  }
  body .edit-post-layout__content .pt-md-2,
body .edit-post-layout__content .py-md-2 {
    padding-top: 0.5rem !important;
  }
  body .edit-post-layout__content .pr-md-2,
body .edit-post-layout__content .px-md-2 {
    padding-right: 0.5rem !important;
  }
  body .edit-post-layout__content .pb-md-2,
body .edit-post-layout__content .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  body .edit-post-layout__content .pl-md-2,
body .edit-post-layout__content .px-md-2 {
    padding-left: 0.5rem !important;
  }
  body .edit-post-layout__content .p-md-3 {
    padding: 1rem !important;
  }
  body .edit-post-layout__content .pt-md-3,
body .edit-post-layout__content .py-md-3 {
    padding-top: 1rem !important;
  }
  body .edit-post-layout__content .pr-md-3,
body .edit-post-layout__content .px-md-3 {
    padding-right: 1rem !important;
  }
  body .edit-post-layout__content .pb-md-3,
body .edit-post-layout__content .py-md-3 {
    padding-bottom: 1rem !important;
  }
  body .edit-post-layout__content .pl-md-3,
body .edit-post-layout__content .px-md-3 {
    padding-left: 1rem !important;
  }
  body .edit-post-layout__content .p-md-4 {
    padding: 1.5rem !important;
  }
  body .edit-post-layout__content .pt-md-4,
body .edit-post-layout__content .py-md-4 {
    padding-top: 1.5rem !important;
  }
  body .edit-post-layout__content .pr-md-4,
body .edit-post-layout__content .px-md-4 {
    padding-right: 1.5rem !important;
  }
  body .edit-post-layout__content .pb-md-4,
body .edit-post-layout__content .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  body .edit-post-layout__content .pl-md-4,
body .edit-post-layout__content .px-md-4 {
    padding-left: 1.5rem !important;
  }
  body .edit-post-layout__content .p-md-5 {
    padding: 3rem !important;
  }
  body .edit-post-layout__content .pt-md-5,
body .edit-post-layout__content .py-md-5 {
    padding-top: 3rem !important;
  }
  body .edit-post-layout__content .pr-md-5,
body .edit-post-layout__content .px-md-5 {
    padding-right: 3rem !important;
  }
  body .edit-post-layout__content .pb-md-5,
body .edit-post-layout__content .py-md-5 {
    padding-bottom: 3rem !important;
  }
  body .edit-post-layout__content .pl-md-5,
body .edit-post-layout__content .px-md-5 {
    padding-left: 3rem !important;
  }
  body .edit-post-layout__content .m-md-n1 {
    margin: -0.25rem !important;
  }
  body .edit-post-layout__content .mt-md-n1,
body .edit-post-layout__content .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  body .edit-post-layout__content .mr-md-n1,
body .edit-post-layout__content .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  body .edit-post-layout__content .mb-md-n1,
body .edit-post-layout__content .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  body .edit-post-layout__content .ml-md-n1,
body .edit-post-layout__content .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  body .edit-post-layout__content .m-md-n2 {
    margin: -0.5rem !important;
  }
  body .edit-post-layout__content .mt-md-n2,
body .edit-post-layout__content .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  body .edit-post-layout__content .mr-md-n2,
body .edit-post-layout__content .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  body .edit-post-layout__content .mb-md-n2,
body .edit-post-layout__content .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  body .edit-post-layout__content .ml-md-n2,
body .edit-post-layout__content .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  body .edit-post-layout__content .m-md-n3 {
    margin: -1rem !important;
  }
  body .edit-post-layout__content .mt-md-n3,
body .edit-post-layout__content .my-md-n3 {
    margin-top: -1rem !important;
  }
  body .edit-post-layout__content .mr-md-n3,
body .edit-post-layout__content .mx-md-n3 {
    margin-right: -1rem !important;
  }
  body .edit-post-layout__content .mb-md-n3,
body .edit-post-layout__content .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  body .edit-post-layout__content .ml-md-n3,
body .edit-post-layout__content .mx-md-n3 {
    margin-left: -1rem !important;
  }
  body .edit-post-layout__content .m-md-n4 {
    margin: -1.5rem !important;
  }
  body .edit-post-layout__content .mt-md-n4,
body .edit-post-layout__content .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  body .edit-post-layout__content .mr-md-n4,
body .edit-post-layout__content .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  body .edit-post-layout__content .mb-md-n4,
body .edit-post-layout__content .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  body .edit-post-layout__content .ml-md-n4,
body .edit-post-layout__content .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  body .edit-post-layout__content .m-md-n5 {
    margin: -3rem !important;
  }
  body .edit-post-layout__content .mt-md-n5,
body .edit-post-layout__content .my-md-n5 {
    margin-top: -3rem !important;
  }
  body .edit-post-layout__content .mr-md-n5,
body .edit-post-layout__content .mx-md-n5 {
    margin-right: -3rem !important;
  }
  body .edit-post-layout__content .mb-md-n5,
body .edit-post-layout__content .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  body .edit-post-layout__content .ml-md-n5,
body .edit-post-layout__content .mx-md-n5 {
    margin-left: -3rem !important;
  }
  body .edit-post-layout__content .m-md-auto {
    margin: auto !important;
  }
  body .edit-post-layout__content .mt-md-auto,
body .edit-post-layout__content .my-md-auto {
    margin-top: auto !important;
  }
  body .edit-post-layout__content .mr-md-auto,
body .edit-post-layout__content .mx-md-auto {
    margin-right: auto !important;
  }
  body .edit-post-layout__content .mb-md-auto,
body .edit-post-layout__content .my-md-auto {
    margin-bottom: auto !important;
  }
  body .edit-post-layout__content .ml-md-auto,
body .edit-post-layout__content .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .m-lg-0 {
    margin: 0 !important;
  }
  body .edit-post-layout__content .mt-lg-0,
body .edit-post-layout__content .my-lg-0 {
    margin-top: 0 !important;
  }
  body .edit-post-layout__content .mr-lg-0,
body .edit-post-layout__content .mx-lg-0 {
    margin-right: 0 !important;
  }
  body .edit-post-layout__content .mb-lg-0,
body .edit-post-layout__content .my-lg-0 {
    margin-bottom: 0 !important;
  }
  body .edit-post-layout__content .ml-lg-0,
body .edit-post-layout__content .mx-lg-0 {
    margin-left: 0 !important;
  }
  body .edit-post-layout__content .m-lg-1 {
    margin: 0.25rem !important;
  }
  body .edit-post-layout__content .mt-lg-1,
body .edit-post-layout__content .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  body .edit-post-layout__content .mr-lg-1,
body .edit-post-layout__content .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  body .edit-post-layout__content .mb-lg-1,
body .edit-post-layout__content .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  body .edit-post-layout__content .ml-lg-1,
body .edit-post-layout__content .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  body .edit-post-layout__content .m-lg-2 {
    margin: 0.5rem !important;
  }
  body .edit-post-layout__content .mt-lg-2,
body .edit-post-layout__content .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  body .edit-post-layout__content .mr-lg-2,
body .edit-post-layout__content .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  body .edit-post-layout__content .mb-lg-2,
body .edit-post-layout__content .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  body .edit-post-layout__content .ml-lg-2,
body .edit-post-layout__content .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  body .edit-post-layout__content .m-lg-3 {
    margin: 1rem !important;
  }
  body .edit-post-layout__content .mt-lg-3,
body .edit-post-layout__content .my-lg-3 {
    margin-top: 1rem !important;
  }
  body .edit-post-layout__content .mr-lg-3,
body .edit-post-layout__content .mx-lg-3 {
    margin-right: 1rem !important;
  }
  body .edit-post-layout__content .mb-lg-3,
body .edit-post-layout__content .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  body .edit-post-layout__content .ml-lg-3,
body .edit-post-layout__content .mx-lg-3 {
    margin-left: 1rem !important;
  }
  body .edit-post-layout__content .m-lg-4 {
    margin: 1.5rem !important;
  }
  body .edit-post-layout__content .mt-lg-4,
body .edit-post-layout__content .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  body .edit-post-layout__content .mr-lg-4,
body .edit-post-layout__content .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  body .edit-post-layout__content .mb-lg-4,
body .edit-post-layout__content .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  body .edit-post-layout__content .ml-lg-4,
body .edit-post-layout__content .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  body .edit-post-layout__content .m-lg-5 {
    margin: 3rem !important;
  }
  body .edit-post-layout__content .mt-lg-5,
body .edit-post-layout__content .my-lg-5 {
    margin-top: 3rem !important;
  }
  body .edit-post-layout__content .mr-lg-5,
body .edit-post-layout__content .mx-lg-5 {
    margin-right: 3rem !important;
  }
  body .edit-post-layout__content .mb-lg-5,
body .edit-post-layout__content .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  body .edit-post-layout__content .ml-lg-5,
body .edit-post-layout__content .mx-lg-5 {
    margin-left: 3rem !important;
  }
  body .edit-post-layout__content .p-lg-0 {
    padding: 0 !important;
  }
  body .edit-post-layout__content .pt-lg-0,
body .edit-post-layout__content .py-lg-0 {
    padding-top: 0 !important;
  }
  body .edit-post-layout__content .pr-lg-0,
body .edit-post-layout__content .px-lg-0 {
    padding-right: 0 !important;
  }
  body .edit-post-layout__content .pb-lg-0,
body .edit-post-layout__content .py-lg-0 {
    padding-bottom: 0 !important;
  }
  body .edit-post-layout__content .pl-lg-0,
body .edit-post-layout__content .px-lg-0 {
    padding-left: 0 !important;
  }
  body .edit-post-layout__content .p-lg-1 {
    padding: 0.25rem !important;
  }
  body .edit-post-layout__content .pt-lg-1,
body .edit-post-layout__content .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  body .edit-post-layout__content .pr-lg-1,
body .edit-post-layout__content .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  body .edit-post-layout__content .pb-lg-1,
body .edit-post-layout__content .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  body .edit-post-layout__content .pl-lg-1,
body .edit-post-layout__content .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  body .edit-post-layout__content .p-lg-2 {
    padding: 0.5rem !important;
  }
  body .edit-post-layout__content .pt-lg-2,
body .edit-post-layout__content .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  body .edit-post-layout__content .pr-lg-2,
body .edit-post-layout__content .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  body .edit-post-layout__content .pb-lg-2,
body .edit-post-layout__content .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  body .edit-post-layout__content .pl-lg-2,
body .edit-post-layout__content .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  body .edit-post-layout__content .p-lg-3 {
    padding: 1rem !important;
  }
  body .edit-post-layout__content .pt-lg-3,
body .edit-post-layout__content .py-lg-3 {
    padding-top: 1rem !important;
  }
  body .edit-post-layout__content .pr-lg-3,
body .edit-post-layout__content .px-lg-3 {
    padding-right: 1rem !important;
  }
  body .edit-post-layout__content .pb-lg-3,
body .edit-post-layout__content .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  body .edit-post-layout__content .pl-lg-3,
body .edit-post-layout__content .px-lg-3 {
    padding-left: 1rem !important;
  }
  body .edit-post-layout__content .p-lg-4 {
    padding: 1.5rem !important;
  }
  body .edit-post-layout__content .pt-lg-4,
body .edit-post-layout__content .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  body .edit-post-layout__content .pr-lg-4,
body .edit-post-layout__content .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  body .edit-post-layout__content .pb-lg-4,
body .edit-post-layout__content .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  body .edit-post-layout__content .pl-lg-4,
body .edit-post-layout__content .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  body .edit-post-layout__content .p-lg-5 {
    padding: 3rem !important;
  }
  body .edit-post-layout__content .pt-lg-5,
body .edit-post-layout__content .py-lg-5 {
    padding-top: 3rem !important;
  }
  body .edit-post-layout__content .pr-lg-5,
body .edit-post-layout__content .px-lg-5 {
    padding-right: 3rem !important;
  }
  body .edit-post-layout__content .pb-lg-5,
body .edit-post-layout__content .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  body .edit-post-layout__content .pl-lg-5,
body .edit-post-layout__content .px-lg-5 {
    padding-left: 3rem !important;
  }
  body .edit-post-layout__content .m-lg-n1 {
    margin: -0.25rem !important;
  }
  body .edit-post-layout__content .mt-lg-n1,
body .edit-post-layout__content .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  body .edit-post-layout__content .mr-lg-n1,
body .edit-post-layout__content .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  body .edit-post-layout__content .mb-lg-n1,
body .edit-post-layout__content .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  body .edit-post-layout__content .ml-lg-n1,
body .edit-post-layout__content .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  body .edit-post-layout__content .m-lg-n2 {
    margin: -0.5rem !important;
  }
  body .edit-post-layout__content .mt-lg-n2,
body .edit-post-layout__content .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  body .edit-post-layout__content .mr-lg-n2,
body .edit-post-layout__content .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  body .edit-post-layout__content .mb-lg-n2,
body .edit-post-layout__content .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  body .edit-post-layout__content .ml-lg-n2,
body .edit-post-layout__content .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  body .edit-post-layout__content .m-lg-n3 {
    margin: -1rem !important;
  }
  body .edit-post-layout__content .mt-lg-n3,
body .edit-post-layout__content .my-lg-n3 {
    margin-top: -1rem !important;
  }
  body .edit-post-layout__content .mr-lg-n3,
body .edit-post-layout__content .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  body .edit-post-layout__content .mb-lg-n3,
body .edit-post-layout__content .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  body .edit-post-layout__content .ml-lg-n3,
body .edit-post-layout__content .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  body .edit-post-layout__content .m-lg-n4 {
    margin: -1.5rem !important;
  }
  body .edit-post-layout__content .mt-lg-n4,
body .edit-post-layout__content .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  body .edit-post-layout__content .mr-lg-n4,
body .edit-post-layout__content .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  body .edit-post-layout__content .mb-lg-n4,
body .edit-post-layout__content .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  body .edit-post-layout__content .ml-lg-n4,
body .edit-post-layout__content .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  body .edit-post-layout__content .m-lg-n5 {
    margin: -3rem !important;
  }
  body .edit-post-layout__content .mt-lg-n5,
body .edit-post-layout__content .my-lg-n5 {
    margin-top: -3rem !important;
  }
  body .edit-post-layout__content .mr-lg-n5,
body .edit-post-layout__content .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  body .edit-post-layout__content .mb-lg-n5,
body .edit-post-layout__content .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  body .edit-post-layout__content .ml-lg-n5,
body .edit-post-layout__content .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  body .edit-post-layout__content .m-lg-auto {
    margin: auto !important;
  }
  body .edit-post-layout__content .mt-lg-auto,
body .edit-post-layout__content .my-lg-auto {
    margin-top: auto !important;
  }
  body .edit-post-layout__content .mr-lg-auto,
body .edit-post-layout__content .mx-lg-auto {
    margin-right: auto !important;
  }
  body .edit-post-layout__content .mb-lg-auto,
body .edit-post-layout__content .my-lg-auto {
    margin-bottom: auto !important;
  }
  body .edit-post-layout__content .ml-lg-auto,
body .edit-post-layout__content .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  body .edit-post-layout__content .m-xl-0 {
    margin: 0 !important;
  }
  body .edit-post-layout__content .mt-xl-0,
body .edit-post-layout__content .my-xl-0 {
    margin-top: 0 !important;
  }
  body .edit-post-layout__content .mr-xl-0,
body .edit-post-layout__content .mx-xl-0 {
    margin-right: 0 !important;
  }
  body .edit-post-layout__content .mb-xl-0,
body .edit-post-layout__content .my-xl-0 {
    margin-bottom: 0 !important;
  }
  body .edit-post-layout__content .ml-xl-0,
body .edit-post-layout__content .mx-xl-0 {
    margin-left: 0 !important;
  }
  body .edit-post-layout__content .m-xl-1 {
    margin: 0.25rem !important;
  }
  body .edit-post-layout__content .mt-xl-1,
body .edit-post-layout__content .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  body .edit-post-layout__content .mr-xl-1,
body .edit-post-layout__content .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  body .edit-post-layout__content .mb-xl-1,
body .edit-post-layout__content .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  body .edit-post-layout__content .ml-xl-1,
body .edit-post-layout__content .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  body .edit-post-layout__content .m-xl-2 {
    margin: 0.5rem !important;
  }
  body .edit-post-layout__content .mt-xl-2,
body .edit-post-layout__content .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  body .edit-post-layout__content .mr-xl-2,
body .edit-post-layout__content .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  body .edit-post-layout__content .mb-xl-2,
body .edit-post-layout__content .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  body .edit-post-layout__content .ml-xl-2,
body .edit-post-layout__content .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  body .edit-post-layout__content .m-xl-3 {
    margin: 1rem !important;
  }
  body .edit-post-layout__content .mt-xl-3,
body .edit-post-layout__content .my-xl-3 {
    margin-top: 1rem !important;
  }
  body .edit-post-layout__content .mr-xl-3,
body .edit-post-layout__content .mx-xl-3 {
    margin-right: 1rem !important;
  }
  body .edit-post-layout__content .mb-xl-3,
body .edit-post-layout__content .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  body .edit-post-layout__content .ml-xl-3,
body .edit-post-layout__content .mx-xl-3 {
    margin-left: 1rem !important;
  }
  body .edit-post-layout__content .m-xl-4 {
    margin: 1.5rem !important;
  }
  body .edit-post-layout__content .mt-xl-4,
body .edit-post-layout__content .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  body .edit-post-layout__content .mr-xl-4,
body .edit-post-layout__content .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  body .edit-post-layout__content .mb-xl-4,
body .edit-post-layout__content .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  body .edit-post-layout__content .ml-xl-4,
body .edit-post-layout__content .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  body .edit-post-layout__content .m-xl-5 {
    margin: 3rem !important;
  }
  body .edit-post-layout__content .mt-xl-5,
body .edit-post-layout__content .my-xl-5 {
    margin-top: 3rem !important;
  }
  body .edit-post-layout__content .mr-xl-5,
body .edit-post-layout__content .mx-xl-5 {
    margin-right: 3rem !important;
  }
  body .edit-post-layout__content .mb-xl-5,
body .edit-post-layout__content .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  body .edit-post-layout__content .ml-xl-5,
body .edit-post-layout__content .mx-xl-5 {
    margin-left: 3rem !important;
  }
  body .edit-post-layout__content .p-xl-0 {
    padding: 0 !important;
  }
  body .edit-post-layout__content .pt-xl-0,
body .edit-post-layout__content .py-xl-0 {
    padding-top: 0 !important;
  }
  body .edit-post-layout__content .pr-xl-0,
body .edit-post-layout__content .px-xl-0 {
    padding-right: 0 !important;
  }
  body .edit-post-layout__content .pb-xl-0,
body .edit-post-layout__content .py-xl-0 {
    padding-bottom: 0 !important;
  }
  body .edit-post-layout__content .pl-xl-0,
body .edit-post-layout__content .px-xl-0 {
    padding-left: 0 !important;
  }
  body .edit-post-layout__content .p-xl-1 {
    padding: 0.25rem !important;
  }
  body .edit-post-layout__content .pt-xl-1,
body .edit-post-layout__content .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  body .edit-post-layout__content .pr-xl-1,
body .edit-post-layout__content .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  body .edit-post-layout__content .pb-xl-1,
body .edit-post-layout__content .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  body .edit-post-layout__content .pl-xl-1,
body .edit-post-layout__content .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  body .edit-post-layout__content .p-xl-2 {
    padding: 0.5rem !important;
  }
  body .edit-post-layout__content .pt-xl-2,
body .edit-post-layout__content .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  body .edit-post-layout__content .pr-xl-2,
body .edit-post-layout__content .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  body .edit-post-layout__content .pb-xl-2,
body .edit-post-layout__content .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  body .edit-post-layout__content .pl-xl-2,
body .edit-post-layout__content .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  body .edit-post-layout__content .p-xl-3 {
    padding: 1rem !important;
  }
  body .edit-post-layout__content .pt-xl-3,
body .edit-post-layout__content .py-xl-3 {
    padding-top: 1rem !important;
  }
  body .edit-post-layout__content .pr-xl-3,
body .edit-post-layout__content .px-xl-3 {
    padding-right: 1rem !important;
  }
  body .edit-post-layout__content .pb-xl-3,
body .edit-post-layout__content .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  body .edit-post-layout__content .pl-xl-3,
body .edit-post-layout__content .px-xl-3 {
    padding-left: 1rem !important;
  }
  body .edit-post-layout__content .p-xl-4 {
    padding: 1.5rem !important;
  }
  body .edit-post-layout__content .pt-xl-4,
body .edit-post-layout__content .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  body .edit-post-layout__content .pr-xl-4,
body .edit-post-layout__content .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  body .edit-post-layout__content .pb-xl-4,
body .edit-post-layout__content .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  body .edit-post-layout__content .pl-xl-4,
body .edit-post-layout__content .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  body .edit-post-layout__content .p-xl-5 {
    padding: 3rem !important;
  }
  body .edit-post-layout__content .pt-xl-5,
body .edit-post-layout__content .py-xl-5 {
    padding-top: 3rem !important;
  }
  body .edit-post-layout__content .pr-xl-5,
body .edit-post-layout__content .px-xl-5 {
    padding-right: 3rem !important;
  }
  body .edit-post-layout__content .pb-xl-5,
body .edit-post-layout__content .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  body .edit-post-layout__content .pl-xl-5,
body .edit-post-layout__content .px-xl-5 {
    padding-left: 3rem !important;
  }
  body .edit-post-layout__content .m-xl-n1 {
    margin: -0.25rem !important;
  }
  body .edit-post-layout__content .mt-xl-n1,
body .edit-post-layout__content .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  body .edit-post-layout__content .mr-xl-n1,
body .edit-post-layout__content .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  body .edit-post-layout__content .mb-xl-n1,
body .edit-post-layout__content .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  body .edit-post-layout__content .ml-xl-n1,
body .edit-post-layout__content .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  body .edit-post-layout__content .m-xl-n2 {
    margin: -0.5rem !important;
  }
  body .edit-post-layout__content .mt-xl-n2,
body .edit-post-layout__content .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  body .edit-post-layout__content .mr-xl-n2,
body .edit-post-layout__content .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  body .edit-post-layout__content .mb-xl-n2,
body .edit-post-layout__content .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  body .edit-post-layout__content .ml-xl-n2,
body .edit-post-layout__content .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  body .edit-post-layout__content .m-xl-n3 {
    margin: -1rem !important;
  }
  body .edit-post-layout__content .mt-xl-n3,
body .edit-post-layout__content .my-xl-n3 {
    margin-top: -1rem !important;
  }
  body .edit-post-layout__content .mr-xl-n3,
body .edit-post-layout__content .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  body .edit-post-layout__content .mb-xl-n3,
body .edit-post-layout__content .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  body .edit-post-layout__content .ml-xl-n3,
body .edit-post-layout__content .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  body .edit-post-layout__content .m-xl-n4 {
    margin: -1.5rem !important;
  }
  body .edit-post-layout__content .mt-xl-n4,
body .edit-post-layout__content .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  body .edit-post-layout__content .mr-xl-n4,
body .edit-post-layout__content .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  body .edit-post-layout__content .mb-xl-n4,
body .edit-post-layout__content .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  body .edit-post-layout__content .ml-xl-n4,
body .edit-post-layout__content .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  body .edit-post-layout__content .m-xl-n5 {
    margin: -3rem !important;
  }
  body .edit-post-layout__content .mt-xl-n5,
body .edit-post-layout__content .my-xl-n5 {
    margin-top: -3rem !important;
  }
  body .edit-post-layout__content .mr-xl-n5,
body .edit-post-layout__content .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  body .edit-post-layout__content .mb-xl-n5,
body .edit-post-layout__content .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  body .edit-post-layout__content .ml-xl-n5,
body .edit-post-layout__content .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  body .edit-post-layout__content .m-xl-auto {
    margin: auto !important;
  }
  body .edit-post-layout__content .mt-xl-auto,
body .edit-post-layout__content .my-xl-auto {
    margin-top: auto !important;
  }
  body .edit-post-layout__content .mr-xl-auto,
body .edit-post-layout__content .mx-xl-auto {
    margin-right: auto !important;
  }
  body .edit-post-layout__content .mb-xl-auto,
body .edit-post-layout__content .my-xl-auto {
    margin-bottom: auto !important;
  }
  body .edit-post-layout__content .ml-xl-auto,
body .edit-post-layout__content .mx-xl-auto {
    margin-left: auto !important;
  }
}
body .edit-post-layout__content .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
body .edit-post-layout__content .text-monospace {
  font-family: "Lato", sans-serif !important;
}
body .edit-post-layout__content .text-justify {
  text-align: justify !important;
}
body .edit-post-layout__content .text-wrap {
  white-space: normal !important;
}
body .edit-post-layout__content .text-nowrap {
  white-space: nowrap !important;
}
body .edit-post-layout__content .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .edit-post-layout__content .text-left {
  text-align: left !important;
}
body .edit-post-layout__content .text-right {
  text-align: right !important;
}
body .edit-post-layout__content .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .text-sm-left {
    text-align: left !important;
  }
  body .edit-post-layout__content .text-sm-right {
    text-align: right !important;
  }
  body .edit-post-layout__content .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .text-md-left {
    text-align: left !important;
  }
  body .edit-post-layout__content .text-md-right {
    text-align: right !important;
  }
  body .edit-post-layout__content .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .text-lg-left {
    text-align: left !important;
  }
  body .edit-post-layout__content .text-lg-right {
    text-align: right !important;
  }
  body .edit-post-layout__content .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  body .edit-post-layout__content .text-xl-left {
    text-align: left !important;
  }
  body .edit-post-layout__content .text-xl-right {
    text-align: right !important;
  }
  body .edit-post-layout__content .text-xl-center {
    text-align: center !important;
  }
}
body .edit-post-layout__content .text-lowercase {
  text-transform: lowercase !important;
}
body .edit-post-layout__content .text-uppercase {
  text-transform: uppercase !important;
}
body .edit-post-layout__content .text-capitalize {
  text-transform: capitalize !important;
}
body .edit-post-layout__content .font-weight-light {
  font-weight: 300 !important;
}
body .edit-post-layout__content .font-weight-lighter {
  font-weight: lighter !important;
}
body .edit-post-layout__content .font-weight-normal {
  font-weight: 400 !important;
}
body .edit-post-layout__content .font-weight-bold {
  font-weight: 700 !important;
}
body .edit-post-layout__content .font-weight-bolder {
  font-weight: bolder !important;
}
body .edit-post-layout__content .font-italic {
  font-style: italic !important;
}
body .edit-post-layout__content .text-white {
  color: #fff !important;
}
body .edit-post-layout__content .text-primary {
  color: #a58c2a !important;
}
body .edit-post-layout__content a.text-primary:hover, body .edit-post-layout__content a.text-primary:focus {
  color: #68581a !important;
}
body .edit-post-layout__content .text-secondary {
  color: #282828 !important;
}
body .edit-post-layout__content a.text-secondary:hover, body .edit-post-layout__content a.text-secondary:focus {
  color: #020202 !important;
}
body .edit-post-layout__content .text-success {
  color: #68d391 !important;
}
body .edit-post-layout__content a.text-success:hover, body .edit-post-layout__content a.text-success:focus {
  color: #36b968 !important;
}
body .edit-post-layout__content .text-info {
  color: #63b3ed !important;
}
body .edit-post-layout__content a.text-info:hover, body .edit-post-layout__content a.text-info:focus {
  color: #1e92e5 !important;
}
body .edit-post-layout__content .text-warning {
  color: #ffc107 !important;
}
body .edit-post-layout__content a.text-warning:hover, body .edit-post-layout__content a.text-warning:focus {
  color: #ba8b00 !important;
}
body .edit-post-layout__content .text-danger {
  color: #f56565 !important;
}
body .edit-post-layout__content a.text-danger:hover, body .edit-post-layout__content a.text-danger:focus {
  color: #f01d1d !important;
}
body .edit-post-layout__content .text-light {
  color: #f8f9fa !important;
}
body .edit-post-layout__content a.text-light:hover, body .edit-post-layout__content a.text-light:focus {
  color: #cbd3da !important;
}
body .edit-post-layout__content .text-dark {
  color: #343a40 !important;
}
body .edit-post-layout__content a.text-dark:hover, body .edit-post-layout__content a.text-dark:focus {
  color: #121416 !important;
}
body .edit-post-layout__content .text-body {
  color: #212529 !important;
}
body .edit-post-layout__content .text-muted {
  color: #6c757d !important;
}
body .edit-post-layout__content .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
body .edit-post-layout__content .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
body .edit-post-layout__content .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
body .edit-post-layout__content .text-decoration-none {
  text-decoration: none !important;
}
body .edit-post-layout__content .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
body .edit-post-layout__content .text-reset {
  color: inherit !important;
}
body .edit-post-layout__content .visible {
  visibility: visible !important;
}
body .edit-post-layout__content .invisible {
  visibility: hidden !important;
}
@media print {
  body .edit-post-layout__content *,
body .edit-post-layout__content *::before,
body .edit-post-layout__content *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  body .edit-post-layout__content a:not(.btn) {
    text-decoration: underline;
  }
  body .edit-post-layout__content abbr[title]::after {
    content: " (" attr(title) ")";
  }
  body .edit-post-layout__content pre {
    white-space: pre-wrap !important;
  }
  body .edit-post-layout__content pre,
body .edit-post-layout__content blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  body .edit-post-layout__content tr,
body .edit-post-layout__content img {
    page-break-inside: avoid;
  }
  body .edit-post-layout__content p,
body .edit-post-layout__content h2,
body .edit-post-layout__content h3 {
    orphans: 3;
    widows: 3;
  }
  body .edit-post-layout__content h2,
body .edit-post-layout__content h3 {
    page-break-after: avoid;
  }
  @page {
    body .edit-post-layout__content {
      size: a3;
    }
  }
  body .edit-post-layout__content body {
    min-width: 992px !important;
  }
  body .edit-post-layout__content .container {
    min-width: 992px !important;
  }
  body .edit-post-layout__content .navbar {
    display: none;
  }
  body .edit-post-layout__content .badge {
    border: 1px solid #000;
  }
  body .edit-post-layout__content .table {
    border-collapse: collapse !important;
  }
  body .edit-post-layout__content .table td,
body .edit-post-layout__content .table th {
    background-color: #fff !important;
  }
  body .edit-post-layout__content .table-bordered th,
body .edit-post-layout__content .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  body .edit-post-layout__content .table-dark {
    color: inherit;
  }
  body .edit-post-layout__content .table-dark th,
body .edit-post-layout__content .table-dark td,
body .edit-post-layout__content .table-dark thead th,
body .edit-post-layout__content .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  body .edit-post-layout__content .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
body .edit-post-layout__content * {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.9;
  font-size: 18px;
  color: #282828;
}
body .edit-post-layout__content .letter-spacing-3 {
  letter-spacing: 3px !important;
}
body .edit-post-layout__content .letter-spacing-2 {
  letter-spacing: 2px !important;
}
body .edit-post-layout__content .small-heading {
  font-weight: 400;
  opacity: 0.6;
  text-transform: uppercase;
  color: rgba(165, 140, 42, 0.9);
  text-align: left;
  letter-spacing: 3px;
}
body .edit-post-layout__content .xs-heading {
  font-size: 14px !important;
}
body .edit-post-layout__content .text-black {
  color: black;
}
body .edit-post-layout__content .text-grey-three {
  color: #bec3c9 !important;
}
body .edit-post-layout__content .text-dark-grey {
  color: #474747 !important;
}
body .edit-post-layout__content .text-dark {
  color: #282828 !important;
}
body .edit-post-layout__content .text-gold {
  color: #a58c2a !important;
}
body .edit-post-layout__content .text-rose-gold-two {
  color: #b28e84 !important;
}
body .edit-post-layout__content .text-rose-gold-one {
  color: #f4edea !important;
}
body .edit-post-layout__content .text-grey-four {
  color: #6f6f6f !important;
}
body .edit-post-layout__content .text-grey-six {
  color: #545454 !important;
}
body .edit-post-layout__content .text-lilac-three {
  color: #dacfff !important;
}
body .edit-post-layout__content .text-lilac-four {
  color: #a094c9 !important;
}
body .edit-post-layout__content .text-gold-three {
  color: #f3e9cb !important;
}
body .edit-post-layout__content .text-gold-two {
  color: #faf7eb !important;
}
body .edit-post-layout__content .text-gold-four {
  color: #d2c594 !important;
}
body .edit-post-layout__content .text-blue-one {
  color: #bec3c9 !important;
}
body .edit-post-layout__content .text-blue-two {
  color: #808b94 !important;
}
body .edit-post-layout__content .font-weight-mega-bold {
  font-weight: 900;
}
body .edit-post-layout__content .font-weight-mega-light {
  font-weight: 100;
}
body .edit-post-layout__content .font-size-90 {
  font-size: 90% !important;
}
body .edit-post-layout__content .font-size-80 {
  font-size: 80% !important;
}
body .edit-post-layout__content .font-size-75 {
  font-size: 75% !important;
}
body .edit-post-layout__content .font-size-70 {
  font-size: 70% !important;
}
body .edit-post-layout__content .font-size-60 {
  font-size: 60% !important;
}
body .edit-post-layout__content .line-height-medium {
  line-height: 1.6;
}
body .edit-post-layout__content .line-height-small {
  line-height: 1.3;
}
body .edit-post-layout__content .m-6 {
  margin: 4rem !important;
}
body .edit-post-layout__content .mt-6 {
  margin-top: 4rem !important;
}
body .edit-post-layout__content .mb-6 {
  margin-bottom: 4rem !important;
}
body .edit-post-layout__content .ml-6 {
  margin-left: 4rem !important;
}
body .edit-post-layout__content .mr-6 {
  margin-right: 4rem !important;
}
body .edit-post-layout__content .mx-6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
body .edit-post-layout__content .my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
body .edit-post-layout__content .p-6 {
  padding: 4rem !important;
}
body .edit-post-layout__content .pt-6 {
  padding-top: 4rem !important;
}
body .edit-post-layout__content .pb-6 {
  padding-bottom: 4rem !important;
}
body .edit-post-layout__content .pl-6 {
  padding-left: 4rem !important;
}
body .edit-post-layout__content .pr-6 {
  padding-right: 4rem !important;
}
body .edit-post-layout__content .px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
body .edit-post-layout__content .py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
body .edit-post-layout__content .m-7 {
  margin: 5rem !important;
}
body .edit-post-layout__content .mt-7 {
  margin-top: 5rem !important;
}
body .edit-post-layout__content .mb-7 {
  margin-bottom: 5rem !important;
}
body .edit-post-layout__content .ml-7 {
  margin-left: 5rem !important;
}
body .edit-post-layout__content .mr-7 {
  margin-right: 5rem !important;
}
body .edit-post-layout__content .mx-7 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
body .edit-post-layout__content .my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
body .edit-post-layout__content .p-7 {
  padding: 5rem !important;
}
body .edit-post-layout__content .pt-7 {
  padding-top: 5rem !important;
}
body .edit-post-layout__content .pb-7 {
  padding-bottom: 5rem !important;
}
body .edit-post-layout__content .pl-7 {
  padding-left: 5rem !important;
}
body .edit-post-layout__content .pr-7 {
  padding-right: 5rem !important;
}
body .edit-post-layout__content .px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
body .edit-post-layout__content .py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
body .edit-post-layout__content .m-8 {
  margin: 6rem !important;
}
body .edit-post-layout__content .mt-8 {
  margin-top: 6rem !important;
}
body .edit-post-layout__content .mb-8 {
  margin-bottom: 6rem !important;
}
body .edit-post-layout__content .ml-8 {
  margin-left: 6rem !important;
}
body .edit-post-layout__content .mr-8 {
  margin-right: 6rem !important;
}
body .edit-post-layout__content .mx-8 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
body .edit-post-layout__content .my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
body .edit-post-layout__content .p-8 {
  padding: 6rem !important;
}
body .edit-post-layout__content .pt-8 {
  padding-top: 6rem !important;
}
body .edit-post-layout__content .pb-8 {
  padding-bottom: 6rem !important;
}
body .edit-post-layout__content .pl-8 {
  padding-left: 6rem !important;
}
body .edit-post-layout__content .pr-8 {
  padding-right: 6rem !important;
}
body .edit-post-layout__content .px-8 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
body .edit-post-layout__content .py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
body .edit-post-layout__content .m-9 {
  margin: 8rem !important;
}
body .edit-post-layout__content .mt-9 {
  margin-top: 8rem !important;
}
body .edit-post-layout__content .mb-9 {
  margin-bottom: 8rem !important;
}
body .edit-post-layout__content .ml-9 {
  margin-left: 8rem !important;
}
body .edit-post-layout__content .mr-9 {
  margin-right: 8rem !important;
}
body .edit-post-layout__content .mx-9 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
body .edit-post-layout__content .my-9 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
body .edit-post-layout__content .p-9 {
  padding: 8rem !important;
}
body .edit-post-layout__content .pt-9 {
  padding-top: 8rem !important;
}
body .edit-post-layout__content .pb-9 {
  padding-bottom: 8rem !important;
}
body .edit-post-layout__content .pl-9 {
  padding-left: 8rem !important;
}
body .edit-post-layout__content .pr-9 {
  padding-right: 8rem !important;
}
body .edit-post-layout__content .px-9 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
body .edit-post-layout__content .py-9 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
body .edit-post-layout__content .m-10 {
  margin: 10rem !important;
}
body .edit-post-layout__content .mt-10 {
  margin-top: 10rem !important;
}
body .edit-post-layout__content .mb-10 {
  margin-bottom: 10rem !important;
}
body .edit-post-layout__content .ml-10 {
  margin-left: 10rem !important;
}
body .edit-post-layout__content .mr-10 {
  margin-right: 10rem !important;
}
body .edit-post-layout__content .mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
body .edit-post-layout__content .my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
body .edit-post-layout__content .p-10 {
  padding: 10rem !important;
}
body .edit-post-layout__content .pt-10 {
  padding-top: 10rem !important;
}
body .edit-post-layout__content .pb-10 {
  padding-bottom: 10rem !important;
}
body .edit-post-layout__content .pl-10 {
  padding-left: 10rem !important;
}
body .edit-post-layout__content .pr-10 {
  padding-right: 10rem !important;
}
body .edit-post-layout__content .px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
body .edit-post-layout__content .py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
body .edit-post-layout__content .w-80 {
  width: 80% !important;
}
body .edit-post-layout__content .w-40 {
  width: 40% !important;
}
body .edit-post-layout__content .w-70 {
  width: 70% !important;
}
body .edit-post-layout__content .w-60 {
  width: 60% !important;
}
body .edit-post-layout__content .btn {
  padding: 7px 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  background-color: transparent;
  user-select: none;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .btn {
    padding: 10px 30px;
    font-size: 14px;
  }
}
body .edit-post-layout__content .btn:hover {
  background-color: #ececec;
}
body .edit-post-layout__content .btn.btn-danger, body .edit-post-layout__content .btn.btn-success, body .edit-post-layout__content .btn.btn-info {
  border-radius: 4px;
}
body .edit-post-layout__content .btn.btn-primary {
  background-color: #a58c2a;
}
body .edit-post-layout__content .btn.btn-primary:hover {
  background-color: #877222;
}
body .edit-post-layout__content .btn.btn-outline-primary {
  border-width: 2px !important;
}
body .edit-post-layout__content .btn.btn-secondary {
  border-width: 2px;
  background-color: transparent;
  color: #282828;
}
body .edit-post-layout__content .btn.btn-secondary:hover, body .edit-post-layout__content .btn.btn-secondary.active, body .edit-post-layout__content .btn.btn-secondary:active, body .edit-post-layout__content .btn.btn-secondary:focus {
  color: white;
  background-color: #343a40;
}
body .edit-post-layout__content .btn.btn-grey {
  border-width: 2px;
  background-color: #bec3c9;
  color: white;
}
body .edit-post-layout__content .btn.btn-grey:hover, body .edit-post-layout__content .btn.btn-grey:focus {
  color: white;
  background-color: #a8aeb6;
}
body .edit-post-layout__content .btn.btn-grey.active, body .edit-post-layout__content .btn.btn-grey:active {
  color: white;
  background-color: #919aa4;
}
body .edit-post-layout__content .btn.btn-info, body .edit-post-layout__content .btn.btn-success {
  color: #fff;
}
body .edit-post-layout__content .btn.btn-success {
  background-color: #68d391;
}
body .edit-post-layout__content .btn.btn-success:hover {
  background-color: #4aca7b;
}
body .edit-post-layout__content .btn.btn-info {
  background-color: #63b3ed;
}
body .edit-post-layout__content .btn.btn-info:hover {
  background-color: #41a2e9;
}
body .edit-post-layout__content .btn.btn-warning {
  background-color: #ffc107;
}
body .edit-post-layout__content .btn.btn-warning:hover {
  background-color: #e0a800;
}
body .edit-post-layout__content .btn.btn-danger {
  background-color: #f56565;
}
body .edit-post-layout__content .btn.btn-danger:hover {
  background-color: #f34141;
}
body .edit-post-layout__content .btn.btn-light {
  background-color: #f8f9fa;
}
body .edit-post-layout__content .btn.btn-light:hover {
  background-color: #e2e6ea;
}
body .edit-post-layout__content .btn.btn-dark {
  background-color: #343a40;
}
body .edit-post-layout__content .btn.btn-dark:hover {
  background-color: #23272b;
}
body .edit-post-layout__content a.grey-link {
  color: #bec3c9;
}
body .edit-post-layout__content a.grey-link:hover {
  color: #6f6f6f;
}
body .edit-post-layout__content a:hover {
  text-decoration: none;
}
body .edit-post-layout__content .badge-primary {
  background-color: #f3e9cb !important;
  color: #a58c2a !important;
  border-radius: 100px;
  font-size: 15px !important;
  padding: 5px 20px !important;
  font-weight: 300 !important;
}
body .edit-post-layout__content .quote {
  padding: 70px 0;
  width: 100%;
}
body .edit-post-layout__content .quote .small-heading {
  margin-bottom: 20px;
}
body .edit-post-layout__content .card {
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  border: none;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body .edit-post-layout__content .card.half-half {
  display: flex;
  flex-direction: row;
}
body .edit-post-layout__content .card.half-half > *:nth-child(1),
body .edit-post-layout__content .card.half-half > *:nth-child(2) {
  width: 50%;
}
body .edit-post-layout__content .card.half-half > :nth-child(n+3) {
  display: none;
}
body .edit-post-layout__content .card.one-two-thirds {
  display: flex;
  flex-direction: column;
}
body .edit-post-layout__content .card.one-two-thirds > *:nth-child(1) {
  width: 100%;
}
body .edit-post-layout__content .card.one-two-thirds > *:nth-child(2) {
  width: 100%;
  height: 0;
  padding-top: 54.6%;
}
body .edit-post-layout__content .card.one-two-thirds > :nth-child(n+3) {
  display: none;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .card.one-two-thirds {
    flex-direction: row;
  }
  body .edit-post-layout__content .card.one-two-thirds > *:nth-child(1) {
    width: 33.33%;
  }
  body .edit-post-layout__content .card.one-two-thirds > *:nth-child(2) {
    width: 66.66%;
    padding-top: 0;
    height: auto;
  }
}
body .edit-post-layout__content .card.img-header {
  display: flex;
  flex-direction: column;
}
body .edit-post-layout__content .card.img-header > *:nth-child(1) {
  width: 100%;
  height: 63%;
}
body .edit-post-layout__content .card.img-header > *:nth-child(2) {
  width: 100%;
  height: 37%;
  overflow: hidden;
}
body .edit-post-layout__content .card.img-header > :nth-child(n+3) {
  display: none;
}
body .edit-post-layout__content .card .title-icon-left {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50px 50px;
  min-height: 50px;
  padding-left: 65px;
}
body .edit-post-layout__content .card > * {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body .edit-post-layout__content a .card.hover-zoom {
  transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-out;
  transform: scale(1);
}
body .edit-post-layout__content a .card.hover-prompt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body .edit-post-layout__content a .card.hover-prompt > :nth-child(1) {
  transition: transform 0.2s ease-out;
  transform: translateY(30px);
}
body .edit-post-layout__content a .card.hover-prompt::after {
  content: attr(prompt);
  width: 100%;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transform: translateY(50px);
  text-transform: uppercase;
  color: #282828;
  font-size: 14px;
  letter-spacing: 3px;
  opacity: 0;
  height: 26px;
}
body .edit-post-layout__content a .card.hover-prompt.text-white::after {
  color: white !important;
}
body .edit-post-layout__content a .card.hover-prompt > :nth-child(n+2) {
  display: none;
}
body .edit-post-layout__content a .card.four-col-grid-card::after {
  content: none !important;
}
body .edit-post-layout__content a .card.four-col-grid-card h6 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}
body .edit-post-layout__content a .card.four-col-grid-card h6::after {
  content: "Learn More" !important;
  opacity: 0;
  transform: translateY(0);
  transition: all 0.3s;
}
body .edit-post-layout__content a:hover .card.hover-zoom {
  box-shadow: 0 25px 50px -4px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}
body .edit-post-layout__content a:hover .card.hover-zoom.border-grey {
  border-color: transparent;
}
body .edit-post-layout__content a:hover .card.four-col-grid-card.hover-prompt h6::after {
  opacity: 1;
  transform: translateY(20px);
}
body .edit-post-layout__content a:hover .card.four-col-grid-card::after {
  content: none !important;
}
body .edit-post-layout__content a:hover .card.hover-prompt > :nth-child(1) {
  transform: translateY(20px);
}
body .edit-post-layout__content a:hover .card.hover-prompt::after {
  opacity: 1;
  transform: translateY(20px);
}
body .edit-post-layout__content .bg-off-white {
  background-color: #fafafa !important;
}
body .edit-post-layout__content .bg-grey-two {
  background-color: #f8f9f9 !important;
}
body .edit-post-layout__content .bg-grey-one {
  background-color: #f7f5f3 !important;
}
body .edit-post-layout__content .bg-grey-three {
  background-color: #bec3c9 !important;
}
body .edit-post-layout__content .bg-grey-six {
  background-color: #545454 !important;
}
body .edit-post-layout__content .bg-faded-gold {
  background-color: rgba(252, 250, 242, 0.7) !important;
}
body .edit-post-layout__content .bg-faded-rose-gold {
  background-color: #f4edea !important;
}
body .edit-post-layout__content .bg-rose-gold {
  background-color: #f4edea !important;
}
body .edit-post-layout__content .bg-blue-one {
  background-color: #bec3c9 !important;
}
body .edit-post-layout__content .bg-gold-one {
  background-color: #fcfaf2 !important;
}
body .edit-post-layout__content .bg-gold-two {
  background-color: #faf7eb !important;
}
body .edit-post-layout__content .bg-gold-four {
  background-color: #d2c594 !important;
}
body .edit-post-layout__content .bg-gold-three {
  background-color: #f3e9cb !important;
}
body .edit-post-layout__content .bg-lilac-three {
  background-color: #dacfff !important;
}
body .edit-post-layout__content .bg-lilac-two {
  background-color: #eee5ff !important;
}
body .edit-post-layout__content .bg-lilac-one {
  background-color: #f9f6ff !important;
}
body .edit-post-layout__content .bg-faded-blue-one {
  background-color: rgba(190, 195, 201, 0.7) !important;
}
body .edit-post-layout__content .bg-grey-gold-gradient {
  background-color: #f7f5f3;
  background-image: linear-gradient(1deg, #f7f5f3 0%, #f8f9f9 100%) !important;
}
body .edit-post-layout__content .bg-lilac-gradient {
  background-color: #f9f6ff;
  background-image: linear-gradient(180deg, #f9f6ff 0%, #eee5ff 100%) !important;
}
body .edit-post-layout__content .bg-off-white-gradient {
  background-color: #fcfdfd;
  background-image: linear-gradient(180deg, #fcfdfd 0%, #f8f9f9 100%) !important;
}
body .edit-post-layout__content .bg-white-gradient {
  background-color: #f8f9f9;
  background-image: linear-gradient(180deg, #ffffff 0%, #f8f9f9 100%);
}
body .edit-post-layout__content .bg-gold-gradient {
  background-color: #faf7eb;
  background-image: linear-gradient(180deg, #fcfaf2 0%, #faf7eb 100%);
}
body .edit-post-layout__content .bg-grey-gradient {
  background-color: #f8f9f9;
  background-image: linear-gradient(#f8f9f9, #bec3c9);
}
body .edit-post-layout__content .bg-gradient-off-white {
  background-color: #fdfdfd;
  background-image: linear-gradient(#fdfdfd, #f8f9f9);
}
body .edit-post-layout__content .bg-gradient-white-gold {
  background-color: #f8f9f9;
  background-image: linear-gradient(#f8f9f9, #f7f5f3);
}
body .edit-post-layout__content .bg-gradient-gold {
  background-color: #f6efd9;
  background-image: linear-gradient(#f6efd9, #f8f2e1);
}
body .edit-post-layout__content .bg-gradient-rose-gold {
  background-color: #f6f0ed;
  background-image: linear-gradient(#f6f0ed, #f8f2ec);
}
body .edit-post-layout__content .bg-gradient-rose-gold-two {
  background-color: #fcfaf2;
  background-image: linear-gradient(0deg, #fcfaf2 -181.71%, #f6f0ed 100%);
}
body .edit-post-layout__content .bg-gradient-charcoal {
  background-color: #3f3f3f;
  background-image: linear-gradient(#474747, #5f5f5f);
}
body .edit-post-layout__content .bg-gradient-gold-one {
  background-color: #faf7eb;
  background-image: linear-gradient(#faf7eb, #fcfaf2);
}
body .edit-post-layout__content .body-text-container-670 {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .body-text-container-670 {
    max-width: 670px;
  }
}
body .edit-post-layout__content .body-text-container-800 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .body-text-container-800 {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .body-text-container-800 {
    max-width: 800px;
  }
}
body .edit-post-layout__content .page-content > .editor-render-target > .wp-block-toruinteractive-banner {
  padding-left: 40px;
  padding-right: 40px;
}
body .edit-post-layout__content .editor-render-target > p,
body .edit-post-layout__content .editor-render-target > h1,
body .edit-post-layout__content .editor-render-target > h2,
body .edit-post-layout__content .editor-render-target > h3,
body .edit-post-layout__content .editor-render-target > h4,
body .edit-post-layout__content .editor-render-target > h5,
body .edit-post-layout__content .editor-render-target > h6,
body .edit-post-layout__content .editor-render-target > ul,
body .edit-post-layout__content .editor-render-target > .wp-block-quote,
body .edit-post-layout__content .editor-render-target > .wp-block-file,
body .edit-post-layout__content .components-autocomplete > p,
body .edit-post-layout__content .components-autocomplete > h1,
body .edit-post-layout__content .components-autocomplete > h2,
body .edit-post-layout__content .components-autocomplete > h3,
body .edit-post-layout__content .components-autocomplete > h4,
body .edit-post-layout__content .components-autocomplete > h5,
body .edit-post-layout__content .components-autocomplete > h6,
body .edit-post-layout__content .components-autocomplete > ul,
body .edit-post-layout__content .components-autocomplete > .wp-block-quote,
body .edit-post-layout__content .components-autocomplete > .wp-block-file {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .editor-render-target > p,
body .edit-post-layout__content .editor-render-target > h1,
body .edit-post-layout__content .editor-render-target > h2,
body .edit-post-layout__content .editor-render-target > h3,
body .edit-post-layout__content .editor-render-target > h4,
body .edit-post-layout__content .editor-render-target > h5,
body .edit-post-layout__content .editor-render-target > h6,
body .edit-post-layout__content .editor-render-target > ul,
body .edit-post-layout__content .editor-render-target > .wp-block-quote,
body .edit-post-layout__content .editor-render-target > .wp-block-file,
body .edit-post-layout__content .components-autocomplete > p,
body .edit-post-layout__content .components-autocomplete > h1,
body .edit-post-layout__content .components-autocomplete > h2,
body .edit-post-layout__content .components-autocomplete > h3,
body .edit-post-layout__content .components-autocomplete > h4,
body .edit-post-layout__content .components-autocomplete > h5,
body .edit-post-layout__content .components-autocomplete > h6,
body .edit-post-layout__content .components-autocomplete > ul,
body .edit-post-layout__content .components-autocomplete > .wp-block-quote,
body .edit-post-layout__content .components-autocomplete > .wp-block-file {
    max-width: 700px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .editor-render-target > p,
body .edit-post-layout__content .editor-render-target > h1,
body .edit-post-layout__content .editor-render-target > h2,
body .edit-post-layout__content .editor-render-target > h3,
body .edit-post-layout__content .editor-render-target > h4,
body .edit-post-layout__content .editor-render-target > h5,
body .edit-post-layout__content .editor-render-target > h6,
body .edit-post-layout__content .editor-render-target > ul,
body .edit-post-layout__content .editor-render-target > .wp-block-quote,
body .edit-post-layout__content .editor-render-target > .wp-block-file,
body .edit-post-layout__content .components-autocomplete > p,
body .edit-post-layout__content .components-autocomplete > h1,
body .edit-post-layout__content .components-autocomplete > h2,
body .edit-post-layout__content .components-autocomplete > h3,
body .edit-post-layout__content .components-autocomplete > h4,
body .edit-post-layout__content .components-autocomplete > h5,
body .edit-post-layout__content .components-autocomplete > h6,
body .edit-post-layout__content .components-autocomplete > ul,
body .edit-post-layout__content .components-autocomplete > .wp-block-quote,
body .edit-post-layout__content .components-autocomplete > .wp-block-file {
    max-width: 800px;
  }
}
body .edit-post-layout__content .contact-bar-container {
  border-bottom: 1px solid #e5e5e5;
}
body .edit-post-layout__content .contact-bar-container .container .contact-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0;
  min-height: 50px;
  align-items: center;
}
body .edit-post-layout__content .contact-bar-container .container .contact-bar .social-icons {
  display: flex;
  flex-direction: row-reverse;
}
body .edit-post-layout__content .contact-bar-container .container .contact-bar .social-icons a {
  line-height: 1.2em;
}
body .edit-post-layout__content .contact-bar-container .container .contact-bar .copy, body .edit-post-layout__content .contact-bar-container .container .contact-bar .copy * {
  font-size: 14px;
  line-height: 1.2em;
}
@media (max-width: 767.98px) {
  body .edit-post-layout__content .contact-bar-container .hide-sm {
    display: none;
  }
}
body .edit-post-layout__content .table {
  border-top: 2px solid #f4f5f6 !important;
}
body .edit-post-layout__content .table td {
  border-top: none;
  padding: 10px 20px;
}
body .edit-post-layout__content .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}
body .edit-post-layout__content .table thead tr th {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #f4f5f6 !important;
}
body .edit-post-layout__content .table.table-hover tbody tr {
  transition: all 0.3s;
  cursor: pointer;
}
body .edit-post-layout__content .table.table-hover tbody tr:hover {
  background-color: #f8f9f9 !important;
}
body .edit-post-layout__content .grid {
  display: grid;
}
body .edit-post-layout__content .grid.three-two {
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  gap: 15px 15px;
  justify-content: center;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .grid.three-two {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .grid.three-two {
    grid-template-columns: repeat(3, 1fr);
  }
}
body .edit-post-layout__content .grid.grid-masonry-left {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "card1 card2" "card1 card3";
  gap: 8px 8px;
}
body .edit-post-layout__content .grid.grid-masonry-left > * {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body .edit-post-layout__content .grid.grid-masonry-left > *:nth-child(1) {
  grid-area: card1;
}
body .edit-post-layout__content .grid.grid-masonry-left > *:nth-child(2) {
  grid-area: card2;
}
body .edit-post-layout__content .grid.grid-masonry-left > *:nth-child(3) {
  grid-area: card3;
}
body .edit-post-layout__content .grid.grid-masonry-left > *:nth-child(n+4) {
  display: none;
}
body .edit-post-layout__content .grid.two-col-grid {
  grid-template-columns: 1fr;
  gap: 10px 10px;
  position: relative;
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .grid.two-col-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .edit-post-layout__content .grid.two-col-grid .card {
  height: 250px;
}
@media (min-width: 992px) {
  body .edit-post-layout__content .grid.two-col-grid .card {
    height: 325px;
  }
}
body .edit-post-layout__content .grid.three-col-grid {
  grid-template-columns: 1fr;
  gap: 10px 10px;
  position: relative;
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .grid.three-col-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body .edit-post-layout__content .grid.three-col-grid .card {
  height: 250px;
}
@media (min-width: 992px) {
  body .edit-post-layout__content .grid.three-col-grid .card {
    height: 325px;
  }
}
body .edit-post-layout__content .grid.four-col-grid {
  grid-template-columns: 50% 50%;
  grid-auto-rows: 150px;
  gap: 5px 5px;
  position: relative;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .grid.four-col-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .grid.four-col-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 240px;
  }
}
@media (min-width: 1200px) {
  body .edit-post-layout__content .grid.four-col-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 285px;
  }
}
body .edit-post-layout__content .grid.four-col-grid .card {
  height: 100%;
}
body .edit-post-layout__content .grid.grid-small-big-stack {
  grid-template-columns: 1fr;
}
body .edit-post-layout__content .grid.grid-small-big-stack > *:nth-child(1) {
  z-index: 2;
}
body .edit-post-layout__content .grid.grid-small-big-stack > *:nth-child(n+3) {
  display: none;
}
body .edit-post-layout__content .form-input-group {
  position: relative;
  margin-bottom: 40px !important;
}
body .edit-post-layout__content .form-input-group.with-input-text input {
  padding: 0 10px 0 30px !important;
}
body .edit-post-layout__content .form-input-group.with-input-text textarea {
  padding: 10px 10px 0 35px !important;
}
body .edit-post-layout__content .form-input-group .highlight:before, body .edit-post-layout__content .form-input-group .highlight:after {
  content: "";
  height: 2px;
  background-color: #6f6f6f;
  transition: all 0.2s;
  width: 0;
  position: absolute;
  bottom: 0;
}
body .edit-post-layout__content .form-input-group .highlight:before {
  left: 50%;
}
body .edit-post-layout__content .form-input-group .highlight:after {
  right: 50%;
}
body .edit-post-layout__content .form-input-group label {
  font-size: 10px !important;
  margin-bottom: 0 !important;
  color: #bec3c9 !important;
  transition: all 0.2s !important;
  position: absolute !important;
  top: -20px !important;
  left: 5px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
body .edit-post-layout__content .form-input-group input:focus ~ .highlight:before, body .edit-post-layout__content .form-input-group input:focus ~ .highlight:after,
body .edit-post-layout__content .form-input-group textarea:focus ~ .highlight:before,
body .edit-post-layout__content .form-input-group textarea:focus ~ .highlight:after,
body .edit-post-layout__content .form-input-group select:focus ~ .highlight:before,
body .edit-post-layout__content .form-input-group select:focus ~ .highlight:after {
  width: 50%;
}
body .edit-post-layout__content .form-input-group input:focus ~ label,
body .edit-post-layout__content .form-input-group textarea:focus ~ label,
body .edit-post-layout__content .form-input-group select:focus ~ label {
  color: #282828 !important;
}
body .edit-post-layout__content .form-input-group input,
body .edit-post-layout__content .form-input-group select {
  height: 50px;
  padding: 0 10px 0 10px !important;
}
body .edit-post-layout__content .form-input-group textarea {
  padding: 10px 10px 10px 15px;
}
body .edit-post-layout__content .form-input-group input:focus ~ label,
body .edit-post-layout__content .form-input-group textarea:focus ~ label,
body .edit-post-layout__content .form-input-group input:focus ~ .input-text,
body .edit-post-layout__content .form-input-group textarea:focus ~ .input-text,
body .edit-post-layout__content .form-input-group select:focus ~ label {
  color: #6f6f6f;
}
body .edit-post-layout__content .form-input-group .input-text {
  font-size: 20px;
  color: #bec3c9;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  top: -5px;
}
body .edit-post-layout__content .form-input-group input,
body .edit-post-layout__content .form-input-group textarea,
body .edit-post-layout__content .form-input-group select {
  display: block;
  border: none;
  border-bottom: 2px solid #bec3c9;
  background-color: #fafafa;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #282828;
  letter-spacing: 2px;
  border-top: none !important;
}
body .edit-post-layout__content .form-input-group input:focus,
body .edit-post-layout__content .form-input-group textarea:focus,
body .edit-post-layout__content .form-input-group select:focus {
  outline: none !important;
  background-color: #fafafa !important;
}
body .edit-post-layout__content .form-input-group input[type=checkbox] {
  height: 20px;
  width: 20px;
  border: 1px solid red;
}
body .edit-post-layout__content .order-checkboxes {
  width: 100%;
}
body .edit-post-layout__content .order-checkboxes .form-group {
  height: 50px !important;
  width: 25% !important;
}
body .edit-post-layout__content .order-checkboxes .form-group .form-input-group {
  display: block !important;
}
body .edit-post-layout__content .order-checkboxes .form-group .form-input-group label {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
}
body .edit-post-layout__content .order-checkboxes .form-group .form-input-group label input {
  margin-right: 10px !important;
  bottom: 3px !important;
  position: relative !important;
}
body .edit-post-layout__content .floating-input {
  background-color: #ffffff;
  box-shadow: -1px 1px 5px 0 rgba(63, 63, 63, 0.05);
  border-radius: 3px;
  display: flex;
  align-items: center;
}
body .edit-post-layout__content .floating-input.border {
  border: 1px solid #fcfdfd;
}
body .edit-post-layout__content .floating-input.large-text input {
  font-size: 20px !important;
}
body .edit-post-layout__content .floating-input input {
  width: 100%;
  border: none !important;
  padding: 10px 20px;
  font-weight: 300 !important;
  color: black;
  font-size: 16px;
}
body .edit-post-layout__content .floating-input input::placeholder {
  color: black !important;
}
body .edit-post-layout__content .floating-input input:focus {
  outline: none !important;
}
body .edit-post-layout__content .floating-input .input-text {
  margin-right: 20px;
  color: black;
  font-weight: lighter !important;
  text-transform: uppercase;
  font-size: 16px;
}
body .edit-post-layout__content .floating-input .dropdown {
  font-size: 14px;
}
body .edit-post-layout__content .floating-input .dropdown .btn {
  letter-spacing: 0 !important;
  text-transform: capitalize !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  display: flex;
  align-items: center;
}
body .edit-post-layout__content .floating-input .dropdown .btn.dropdown-toggle::after {
  display: none;
}
body .edit-post-layout__content .floating-input .dropdown .btn .icon {
  pointer-events: none;
}
body .edit-post-layout__content .floating-input .dropdown .btn:hover {
  background-color: white;
}
body .edit-post-layout__content .icon.chevron-down {
  height: 13px;
  width: 13px;
  background-image: url("/img/icons/chevron-down.svg");
  background-size: 13px 13px;
  background-position: center;
  background-repeat: no-repeat;
}
body .edit-post-layout__content .icon.arrow-right {
  background-size: 20px 14px;
  background-position: center;
  background-repeat: no-repeat;
  height: 14px;
  width: 20px;
  display: inline-block;
}
body .edit-post-layout__content .icon.arrow-right.pink {
  background-image: url("/img/icons/arrow-right-pink.svg");
}
body .edit-post-layout__content .icon.arrow-right.dark-grey {
  background-image: url("/img/icons/arrow-right-dark-grey.svg");
}
body .edit-post-layout__content .icon.arrow-right.gold {
  background-image: url("/img/icons/arrow-right-gold.svg");
}
body .edit-post-layout__content .icon.arrow-right.white {
  background-image: url("/img/icons/arrow-right-white.svg");
}
body .edit-post-layout__content .icon.arrow-right.lilac {
  background-image: url("/img/icons/arrow-right-lilac.svg");
}
body .edit-post-layout__content .icon.arrow-right.dark-lilac {
  background-image: url("/img/icons/arrow-right-dark-lilac.svg");
}
body .edit-post-layout__content .icon.icon-25 {
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}
body .edit-post-layout__content .icon.icon-25.facebook {
  background-image: url(/img/icons/social-facebook.svg);
}
body .edit-post-layout__content .icon.icon-25.twitter {
  background-image: url(/img/icons/social-twitter.svg);
}
body .edit-post-layout__content .icon.icon-25.instagram {
  background-image: url(/img/icons/social-instagram.svg);
}
body .edit-post-layout__content .icon.icon-25.phone {
  background-image: url(/img/icons/social-phone.svg);
}
body .edit-post-layout__content a .icon-25 {
  transition: transform 0.1s ease-out;
  transform: scale(1);
}
body .edit-post-layout__content a:hover .icon-25 {
  transform: scale(1.2);
}
body .edit-post-layout__content .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body .edit-post-layout__content .small-shadow {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}
body .edit-post-layout__content .shadow {
  box-shadow: 0 25px 50px -4px rgba(0, 0, 0, 0.2);
}
body .edit-post-layout__content .big-shadow {
  box-shadow: 0 25px 50px -4px rgba(0, 0, 0, 0.2);
}
body .edit-post-layout__content .header .nav {
  width: 100%;
  padding: 20px 0 40px 0;
  position: relative;
}
body .edit-post-layout__content .header .nav .navbar-brand .logo {
  width: 130px;
  vertical-align: middle;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .header .nav .navbar-brand .logo {
    width: 150px;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .header .nav .navbar-brand .logo {
    width: 200px;
  }
}
body .edit-post-layout__content .header .nav .nav-list {
  text-align: right;
  list-style-type: none !important;
  padding-top: 20px;
}
body .edit-post-layout__content .header .nav .nav-list li {
  display: inline-block !important;
  margin: 0 18px;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content .header .nav .nav-list li:not(.icon) {
    display: none !important;
  }
}
body .edit-post-layout__content .header .nav .nav-list li a {
  color: black !important;
  font-size: 14px;
  font-weight: 300;
}
body .edit-post-layout__content .header .nav .nav-list li.icon {
  opacity: 0.6;
}
@media (max-width: 500px) {
  body .edit-post-layout__content .header .nav .nav-list li.icon {
    width: 1px;
  }
}
body .edit-post-layout__content .header .nav .nav-list li.icon:hover, body .edit-post-layout__content .header .nav .nav-list li.icon:active, body .edit-post-layout__content .header .nav .nav-list li.icon:focus, body .edit-post-layout__content .header .nav .nav-list li.icon.active {
  opacity: 1;
}
body .edit-post-layout__content .header .nav .nav-list li.active a {
  font-weight: bold;
}
body .edit-post-layout__content .submenu-container {
  position: fixed;
  min-height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  background: green;
  z-index: 1000;
}
body .edit-post-layout__content .submenu-container .container {
  position: relative;
}
body .edit-post-layout__content .submenu-container .container .close-button {
  position: absolute;
  right: 30px;
  top: 65px;
  cursor: pointer;
}
body .edit-post-layout__content .submenu-container .container ul li {
  list-style-type: none;
  font-size: 30px;
}
body .edit-post-layout__content .submenu-container .container ul li a:hover {
  color: #a58c2a !important;
}
body .edit-post-layout__content footer {
  margin-top: 96px;
  position: relative;
  z-index: 0;
}
body .edit-post-layout__content footer .ig-bar {
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  body .edit-post-layout__content footer .ig-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 80px;
    padding: 20px 20px 80px 20px;
    height: 230px;
  }
}
body .edit-post-layout__content footer .ig-bar a.view-more {
  grid-column-end: -1;
  grid-row-end: -1;
}
body .edit-post-layout__content footer .ig-bar a .card {
  height: 150px;
}
@media (min-width: 768px) {
  body .edit-post-layout__content footer .ig-bar a .card {
    height: 130px;
  }
}
body .edit-post-layout__content footer .link-list {
  height: auto !important;
}
body .edit-post-layout__content footer .link-list .mobile_terms {
  display: none;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content footer .link-list .mobile_terms {
    display: block;
  }
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content footer .link-list {
    height: 100%;
  }
  body .edit-post-layout__content footer .link-list .row .col:first-child {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    padding-top: 30px;
  }
  body .edit-post-layout__content footer .link-list .row .col:nth-child(5) {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  body .edit-post-layout__content footer .link-list .row .col:nth-child(5) a:not(:last-child)::after {
    content: "|";
    margin: 0 5px;
  }
  body .edit-post-layout__content footer .link-list .row .col:nth-child(2) {
    display: none;
  }
  body .edit-post-layout__content footer .link-list .row .col:nth-child(3) {
    display: none;
  }
  body .edit-post-layout__content footer .link-list .row .col:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  body .edit-post-layout__content footer .link-list {
    height: 100%;
  }
  body .edit-post-layout__content footer .link-list .row .col:nth-child(2) {
    display: none;
  }
}
body .edit-post-layout__content footer .link-list .container img.logo {
  width: 135px;
}
body .edit-post-layout__content footer .link-list a {
  color: #282828;
}
body .edit-post-layout__content footer .link-list a:hover {
  color: #a58c2a;
}
body .edit-post-layout__content .opacity-3 {
  opacity: 0.3;
}
body .edit-post-layout__content .ti-lazy-load.placeholder {
  background-color: white !important;
  background-size: 90% !important;
}
body .edit-post-layout__content .modal-backdrop {
  opacity: 0.5 !important;
}
body .edit-post-layout__content .fade.in {
  pointer-events: auto;
}
body .edit-post-layout__content .fade:not(.in) {
  pointer-events: none;
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-text-with-bg > .bg-grey-two,
body .edit-post-layout__content .wp-block-toruinteractive-text-with-bg > .bg-faded-rose-gold,
body .edit-post-layout__content .wp-block-toruinteractive-text-with-bg > .bg-faded-gold {
    padding: 0 40px;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-text-with-bg > .bg-grey-two {
  margin: 0 !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-text-with-bg > .bg-grey-two h4 {
  color: #808b94 !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-text-with-bg > .bg-faded-rose-gold h4 {
  color: #b28e84 !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-text-with-bg > .bg-faded-gold h4 {
  color: #d2c594 !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-text-with-bg > .bg-lilac-one h4 {
  color: #a094c9 !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-text-with-bg p {
  font-size: 18px !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text {
  position: relative;
  min-height: 460px;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text hr {
  position: relative !important;
  border: 2px solid #f7941d !important;
  float: left;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .editor-rich-text {
  z-index: 10 !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .editor-inner-blocks {
  z-index: 10 !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text > .container {
  display: flex;
  align-items: center;
  min-height: 460px;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text > .container.image-left {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-and-text > .container.image-left {
    flex-direction: row-reverse;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text > .container.image-left .image-col {
  left: 0;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text > .container.image-left.image-full-width .image-col {
  position: relative;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-and-text > .container.image-left.image-full-width .image-col {
    position: absolute;
    left: 0;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text > .container.image-right {
  flex-direction: column;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-and-text > .container.image-right {
    flex-direction: row;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text > .container.image-right .image-col {
  right: 0;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-and-text > .container.image-right .text-col {
    padding-right: 50px;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text > .container.image-right.image-full-width .image-col {
  position: relative;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-and-text > .container.image-right.image-full-width .image-col {
    position: absolute;
    right: 0;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .text-col {
  width: 100%;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .text-col {
    width: 60%;
    padding-right: 60px;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .text-col h4 {
  text-transform: uppercase !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .text-col h3 {
  margin-top: 5px !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .text-col p {
  margin: 0 !important;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}
@media (max-width: 767.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .text-col a {
    margin-bottom: 20px;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .image-col {
  width: 100%;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .image-col {
    width: 40%;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .image-col .image {
  height: 0 !important;
  padding-top: 54.6% !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .image-col .image {
    padding-top: 100% !important;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .image-col .image {
    height: 460px !important;
    padding-top: 0 !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-and-text .image-col .bg-underlay {
  height: 100%;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: -1;
  width: 100%;
}
body .edit-post-layout__content .wp-block-button .wp-block-button__link {
  border-radius: 0 !important;
  font-size: 14px !important;
  letter-spacing: 3px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "Lato", sans-serif !important;
  border-width: 2px !important;
  padding: 15px 35px !important;
  border-color: #474747 !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-cover-image-with-text-and-link h3 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-cover-image-with-text-and-link h3 {
    font-size: 24px !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-cover-image-with-text-and-link p {
  padding: 0 10px;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-cover-image-with-text-and-link p {
    padding: 0;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-cover-image-with-text-and-link .grid.grid-small-big-stack {
  grid-template-columns: 1fr;
}
body .edit-post-layout__content .wp-block-toruinteractive-cover-image-with-text-and-link .grid.grid-small-big-stack .image {
  height: 310px !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-cover-image-with-text-and-link .grid.grid-small-big-stack .image {
    height: 620px !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-cover-image-with-text-and-link .grid.grid-small-big-stack > *:nth-child(2) {
  margin: -220px 0 0 0;
  padding-top: 220px;
  z-index: 1;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-cover-image-with-text-and-link .grid.grid-small-big-stack > *:nth-child(2) {
    margin: -220px -65px 0 -65px;
  }
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta {
    padding: 0 20px;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.full-width {
  grid-column: 1 !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.full-width {
    grid-column: 1/span 2 !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta {
  height: max-content !important;
  display: block !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-direction: column !important;
  padding: 40px;
  grid-column: 1 !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta {
    padding: 20px;
    padding-left: 60px;
    flex-direction: row !important;
    grid-column: 1/span 2 !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta .image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center !important;
  padding-top: 54.6%;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta .image {
    padding-top: 40%;
    width: 40%;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta .content {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta .content {
    width: 60%;
    margin-bottom: 0;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta .content h2 {
  font-size: 24px !important;
  margin: 0;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta .content h6 {
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.8;
  margin: 0 0 20px 0 !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta .content p {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta .content .btn {
  width: max-content !important;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 18px;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta .content .btn:hover {
  background-color: transparent;
  color: #4c4c4c !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta .content .btn div {
  font-weight: bold;
  font-size: 14px !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta .content .btn .icon {
  margin-left: 20px;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card.type-cta .content .btn-dark {
  background-color: #4c4c4c;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-grid-with-cta .grid .card .image {
  height: 100%;
  width: 100%;
}
body .edit-post-layout__content .wp-block-toruinteractive-intro-with-button {
  padding: 0 20px;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-intro-with-button {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-intro-with-button h3 {
    font-size: 20px !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-intro-with-button .btn {
  font-size: 12px !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-intro-with-button .btn * {
  font-size: 12px !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-intro-with-button .btn {
    font-size: 14px !important;
  }
  body .edit-post-layout__content .wp-block-toruinteractive-intro-with-button .btn * {
    font-size: 14px !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-banner {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-banner {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-banner .wrapper {
  display: flex;
  align-items: flex-start;
  height: 350px;
  position: relative;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-banner .wrapper {
    height: 440px;
    align-items: center;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-banner .wrapper .image-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 100px;
  bottom: 0;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-banner .wrapper .image-wrapper {
    width: 75%;
    top: 0;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-banner .wrapper .image-wrapper .image {
  height: 100%;
  width: 100%;
  background-size: contain !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-banner .wrapper .titles-and-button {
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-banner .wrapper .titles-and-button {
    width: 35%;
    position: relative;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-banner .wrapper .titles-and-button h1 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-banner .wrapper .titles-and-button h1 {
    font-size: 42px !important;
  }
}
@media (max-width: 767.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-banner .wrapper .titles-and-button h6 {
    font-size: 14px !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-banner .wrapper .titles-and-button .btn * {
  font-size: 12px !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-banner .wrapper .titles-and-button .btn * {
    font-size: 14px !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-video-with-button-and-title h3 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-video-with-button-and-title h3 {
    font-size: 24px !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-video-with-button-and-title .grid.grid-small-big-stack {
  grid-template-columns: 1fr;
}
body .edit-post-layout__content .wp-block-toruinteractive-video-with-button-and-title .grid.grid-small-big-stack > *:nth-child(2) {
  margin: -20px 0 0 0;
  padding-top: 0px;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-video-with-button-and-title .grid.grid-small-big-stack > *:nth-child(2) {
    margin: -220px -65px 0 -65px;
    padding-top: 220px;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-video-with-button-and-title .embed {
  width: 100%;
  height: 0;
  padding-top: 54.6%;
  position: relative;
}
body .edit-post-layout__content .wp-block-toruinteractive-video-with-button-and-title .embed iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border: none !important;
  box-shadow: none !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-card-grid-with-icon-and-desc .grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-card-grid-with-icon-and-desc .grid .service-cell-wrapper {
  width: 100% !important;
}
@media (min-width: 992px) {
  body .edit-post-layout__content .wp-block-toruinteractive-card-grid-with-icon-and-desc .grid .service-cell-wrapper {
    border: 2px solid #f8f9f9;
    width: 32% !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner {
  max-height: 300px;
}
@media (min-width: 992px) {
  body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner {
    max-height: 430px;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container {
  position: relative;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
@media (min-width: 992px) {
  body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container {
    padding-bottom: 6rem !important;
    padding-top: 4rem !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container h1 {
  text-align: center !important;
  width: fit-content !important;
  margin: 0 auto !important;
  margin-bottom: 1px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container h1 {
    text-align: left !important;
    width: auto !important;
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container h1 {
    font-size: 20px !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container a {
  margin: 0 auto;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container a {
    margin: 0 0;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container h4 {
  margin-top: 0 !important;
  margin-bottom: 35px !important;
  font-weight: 900 !important;
  font-size: 36px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  width: 50% !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container h4 {
    font-size: 72px !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container .btn {
  padding-left: 0 !important;
  width: max-content !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container .btn:hover {
  background-color: white !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container .btn .icon {
  margin-left: 25px !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .container .btn div {
  font-size: 14px !important;
  font-weight: bold !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .image {
  position: absolute;
  width: 0% !important;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0 !important;
  margin: auto;
  background-size: cover !important;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (min-width: 576px) {
  body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .image {
    width: 100% !important;
  }
}
@media (min-width: 1355px) {
  body .edit-post-layout__content .wp-block-toruinteractive-midpage-banner .cta .image {
    width: 74% !important;
    right: 135px !important;
  }
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-grid h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 767.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-grid .block-wrapper-partial p {
    font-size: 12px !important;
  }
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-grid .block-wrapper-partial p {
    font-size: 13px !important;
    margin: 0 !important;
    transform: translateY(0) !important;
  }
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-grid .block-wrapper-partial .card::after {
    content: none;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-grid .grid.three-col-grid {
  grid-template-columns: 2fr 1fr 1fr !important;
  grid-template-rows: 285px !important;
  gap: 10px 10px !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-grid .grid.three-col-grid p {
  display: block !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-grid .grid.three-col-grid .card {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .edit-post-layout__content .wp-block-toruinteractive-three-column-grid .grid.three-col-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px 15px;
}
body .edit-post-layout__content .wp-block-toruinteractive-three-column-grid .grid.three-col-grid > *:first-child {
  grid-column: 1/span 2;
}
body .edit-post-layout__content .wp-block-toruinteractive-three-column-grid .grid.three-col-grid > *:nth-child(6n) {
  grid-column: 3/span 2;
}
body .edit-post-layout__content .wp-block-toruinteractive-three-column-grid .grid.three-col-grid > *:nth-child(6n+7) {
  grid-column: 1/span 2;
}
body .edit-post-layout__content .wp-block-toruinteractive-three-column-grid .grid.three-col-grid p {
  display: block !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-three-column-grid .grid.three-col-grid .card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 285px;
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 10px;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards {
    grid-template-columns: 1fr 1fr;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .big-btn-image-fix {
  background-size: auto 50% !important;
  background-position: 100% 75% !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .big-btn-image-fix {
    background-position: 100% 100% !important;
  }
}
@media (min-width: 992px) {
  body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .big-btn-image-fix {
    background-size: auto 75% !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .big-btn-image-fix .bg-generic-gradient {
  width: 100% !important;
  min-height: 250px !important;
  margin: 0px !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .big-btn-image-fix .bg-generic-gradient {
    min-height: 350px !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card {
  margin: 0 0 20px 0;
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card h6 {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card h6 {
    font-size: 16px !important;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card h1 {
  font-size: 28px !important;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card h1 {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card {
    margin: 0;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.placeholder {
  background-size: 100% !important;
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.bg-grey-gradient h6 {
  color: #bec3c9;
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.bg-grey-gradient h1 {
  color: #282828;
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.bg-gradient-gold h6 {
  color: #d2c594;
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.bg-gradient-gold h1 {
  color: #a58c2a;
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.bg-gradient-rose-gold h6 {
  color: #b28e84;
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.bg-gradient-rose-gold h1 {
  color: #9e7165;
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.bg-gradient-gold-one h6 {
  color: #d2c594;
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.bg-gradient-gold-one h1 {
  color: #a58c2a;
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.bg-gradient-charcoal h6 {
  color: rgba(255, 255, 255, 0.5);
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.bg-gradient-charcoal h1 {
  color: white;
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.bg-gradient-lilac h6 {
  color: rgba(160, 148, 201, 0.5);
}
body .edit-post-layout__content .wp-block-toruinteractive-lg-buttons .big-cards .card.bg-gradient-lilac h1 {
  color: #a094c9;
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-testimonial .testimonial p {
    width: 90% !important;
  }
}
@media (max-width: 991.98px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content {
    padding: 0 20px;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 {
  position: relative;
  min-height: 350px;
  display: flex;
  padding: 20px 0 20px 50px;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .content {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .content {
    width: 60%;
  }
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .content.top {
  align-self: flex-start;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .content.centre {
  align-self: center;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .content.bottom {
  align-self: flex-end;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .content h2 {
  font-size: 24px !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: white;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .content h6 {
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.8;
  margin: 0 0 20px 0 !important;
  color: white;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .content p {
  font-size: 18px;
  color: white;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .content .btn {
  width: max-content !important;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .content .btn:hover {
  background-color: transparent;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .content .btn div {
  font-weight: bold;
  font-size: 14px !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .content .btn .icon {
  margin-left: 20px;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body .edit-post-layout__content .wp-block-toruinteractive-image-with-overlay-and-content .body-text-container-800 .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (min-width: 767px) and (max-width: 775px) {
  .page-view .prices-table .col-md-4:last-child .card {
    width: 109% !important;
  }
}
@media (min-width: 776px) and (max-width: 800px) {
  .page-view .prices-table .col-md-4:last-child .card {
    width: 106% !important;
  }
}
@media (min-width: 800px) and (max-width: 810px) {
  .page-view .prices-table .col-md-4:last-child .card {
    width: 104% !important;
  }
}
@media (min-width: 811px) and (max-width: 820px) {
  .page-view .prices-table .col-md-4:last-child .card {
    width: 100% !important;
  }
}