.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

p.has-white-color {
  color: #fff;
}

.has-white-color {
  color: #fff;
}

.has-light-grey-color {
  color: #EBEBEB;
}

.has-blue-color {
  color: #769F7A;
}

.has-blue-light-color {
  color: #C1DDD9;
}

.has-burgundy-color {
  color: #873C84;
}

.has-pink-color {
  color: #DDB7C9;
}

.has-black-color {
  color: #000;
}

.has-white-background-color {
  background-color: #fff;
}

.has-light-grey-background-color {
  background-color: #EBEBEB;
}

.has-blue-background-color {
  background-color: #769F7A;
}

.has-blue-light-background-color {
  background-color: #C1DDD9;
}

.has-burgundy-background-color {
  background-color: #873C84;
}

.has-pink-background-color {
  background-color: #DDB7C9;
}

.has-black-background-color {
  background-color: #000;
}

nav {
  font-family: "Sue Ellen Francisco", cursive;
}
nav a {
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

nav.navigation.left {
  position: relative;
  right: 16.8rem;
}
@media only screen and (max-width: 1140px) {
  nav.navigation.left {
    right: 15.8rem;
  }
  nav.navigation.left #mega-menu-wrap-main_menu li.mega-menu-item > a.mega-menu-link {
    font-size: 2.4rem !important;
    padding: 0px 16px 0px 16px !important;
  }
}
@media only screen and (max-width: 1000px) {
  nav.navigation.left {
    display: none;
  }
}

@media only screen and (min-width: 1001px) {
  nav.navigation-2.right {
    position: relative;
    left: 13rem;
  }
}
@media only screen and (max-width: 1140px) {
  nav.navigation-2.right {
    left: 10rem;
  }
  nav.navigation-2.right li.mega-menu-item > a.mega-menu-link {
    font-size: 2.4rem !important;
    padding: 0px 16px 0px 16px !important;
  }
}

span.mega-toggle-label {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 1080px) {
  body.woocommerce .content-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  body.woocommerce .content-wrapper .container .sidebar-wraper {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 23rem;
    margin-right: 6rem;
  }
  body.woocommerce .content-wrapper .container .content-area {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
}

span.woocommerce-input-wrapper {
  width: 100%;
}

form.woocommerce-product-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form.woocommerce-product-search button {
  padding: 0.2rem 1rem;
  font-size: 1.3rem;
}

input#woocommerce-product-search-field-0 {
  width: 100%;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
  width: 100%;
  overflow-x: hidden;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important;
  text-size-adjust: none !important;
  background-color: #F2F3EE;
  max-width: 100%;
  overflow: hidden;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  height: auto;
}

.posts p {
  margin: 0 0 3rem;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

#respond input#submit.big,
a.button.big,
button.button.big,
input.button.big,
#respond input#submit.alt.big,
a.button.alt.big,
button.button.alt.big,
input.button.alt.big,
button.button.big {
  font-size: 2rem;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
  color: #873C84;
}

textarea,
input {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  width: 100%;
}

button, input, optgroup, select, textarea, button, .button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0.2rem 2rem;
  margin: 0;
  width: auto;
  height: auto;
  border: 0;
  background: rgba(118, 159, 122, 0.3);
  line-height: 3.6rem;
  vertical-align: inherit;
  color: #000;
}
button:focus, input:focus, optgroup:focus, select:focus, textarea:focus, button:focus, .button:focus {
  outline: 0;
  background-color: rgba(118, 159, 122, 0.15);
}
button::-webkit-input-placeholder, input::-webkit-input-placeholder, optgroup::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder, .button::-webkit-input-placeholder {
  visibility: hidden;
}
button::-moz-placeholder, input::-moz-placeholder, optgroup::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder, .button::-moz-placeholder {
  visibility: hidden;
}
button:-ms-input-placeholder, input:-ms-input-placeholder, optgroup:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder, .button:-ms-input-placeholder {
  visibility: hidden;
}
button::-ms-input-placeholder, input::-ms-input-placeholder, optgroup::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, button::-ms-input-placeholder, .button::-ms-input-placeholder {
  visibility: hidden;
}
button::placeholder, input::placeholder, optgroup::placeholder, select::placeholder, textarea::placeholder, button::placeholder, .button::placeholder {
  visibility: hidden;
}

.nf-field-label label {
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

.nf-form-fields-required {
  display: none;
}

button,
.button,
.field-wrap input[type=button] {
  border: none;
  border-radius: 0 !important;
  font-family: "Sue Ellen Francisco", cursive;
  background-color: transparent;
  color: #000;
  font-weight: 400;
  border: 2px solid #873C84;
  padding: 1.4rem 3rem 0.7rem !important;
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 1.3 !important;
}
button:hover,
.button:hover,
.field-wrap input[type=button]:hover {
  background-color: #769F7A;
  border-color: #769F7A;
}

#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 15px !important;
}

.container {
  max-width: 116rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1246px) {
  .container {
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 650px) {
  .container {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .container {
    padding: 0 2.5rem;
  }
}

.content-wrapper {
  padding: 2rem 0;
}

body.home .content-wrapper,
body.page-id-493 .content-wrapper {
  padding: 2rem 0 0;
}

.posts {
  padding: 0 0 5rem 0;
}

body.home .posts {
  padding: 0;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.article-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.article-listing article .article__categories {
  position: relative;
  background-color: #EBEBEB;
  top: -6.7rem;
  padding: 1rem 1.4rem;
  width: 55%;
  margin-bottom: -4rem;
}
@media only screen and (min-width: 861px) {
  .article-listing article {
    width: 48%;
    padding: 0 2% 2rem 2%;
  }
  .article-listing article:first-of-type, .article-listing article:nth-of-type(3n+1) {
    padding-left: 0;
  }
  .article-listing article:nth-of-type(3n) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 860px) {
  .article-listing article {
    width: 48%;
    padding: 0 2% 2rem 2%;
  }
  .article-listing article:nth-of-type(odd) {
    padding-left: 0;
  }
  .article-listing article:nth-of-type(even) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 676px) {
  .article-listing article {
    width: 100%;
    padding: 0 0 2rem;
  }
}

.page-navigation {
  text-align: center;
}
.page-navigation > span {
  padding: 0 1rem;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.columns .sidebar-column {
  width: 23rem !important;
  margin-left: 6rem;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.columns .sidebar-column h3.widget-title {
  font-size: 1.9rem;
  margin: 0 0 1rem 0;
}
.columns .main-column {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.columns.left {
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.columns.left .sidebar-column {
  margin-right: 6rem;
  margin-left: 0;
}

.widget-wrapper {
  margin: 0 0 3rem;
}

.horizontal-sidebar {
  background-color: #EBEBEB;
  padding: 4rem 0;
}
.horizontal-sidebar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.horizontal-sidebar .container > div {
  width: 33.333%;
  padding: 0 2% 2rem 2%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.horizontal-sidebar .container > div:first-of-type {
  padding-left: 0;
}
.horizontal-sidebar .container > div:last-of-type {
  padding-right: 0;
}

.meta-info {
  margin-bottom: 1rem;
}
.meta-info p, .meta-info > span {
  margin: 0;
  font-size: 1.4rem;
}

.news-thumbnail,
.blog-thumbnail {
  margin-bottom: 2rem;
}

.full-width {
  padding: 0 4rem;
}

.top-lace > .kt-row-layout-inner {
  background-image: url(../includes/images/white-lace-dots.png);
  background-repeat: repeat-x;
  background-position-y: -15px;
}

.top-scribble > .kt-row-layout-inner {
  background-image: url(../includes/images/scribbles-top.png);
  background-repeat: repeat-x;
  background-position-y: -21px;
}

.pink-dots > .kt-row-layout-inner {
  background-image: url(../includes/images/dots-pink.png);
  background-repeat: repeat-x;
  background-position-y: 15px;
}

.white-dots > .kt-row-layout-inner {
  background-image: url(../includes/images/dots-white.png);
  background-repeat: repeat-x;
  background-position-y: 15px;
}

.dot-box {
  position: relative;
}
.dot-box::before {
  outline: 12px dotted #fff !important;
  outline-offset: -2rem !important;
  z-index: 5000;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.promo-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.6rem 0 1rem;
}
.promo-box ul li {
  list-style: none;
  font-size: 2rem;
  background-image: url(../includes/images/check.png);
  background-repeat: no-repeat;
  padding: 0 4rem 0 3.5rem;
}
@media only screen and (max-width: 735px) {
  .promo-box ul {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.blue-promo-box em {
  font-style: normal;
  font-weight: bold;
  font-size: 120%;
  color: #873C84;
}

img.blog-image.wp-post-image {
  float: right;
  max-width: 50rem;
  margin: 2.5rem 0 3rem 5rem;
}
@media only screen and (max-width: 1110px) {
  img.blog-image.wp-post-image {
    max-width: 50%;
  }
}
@media only screen and (max-width: 860px) {
  img.blog-image.wp-post-image {
    float: none;
    margin: 0 auto 3rem;
    max-width: 100%;
  }
}

.image-bottom-margin {
  margin-bottom: -7rem;
}

.image-top-margin {
  margin-top: -7rem;
}

.kt-testimonial-item-wrap {
  margin-bottom: 2rem !important;
}
.kt-testimonial-item-wrap:last-of-type::after {
  display: none;
}
.kt-testimonial-item-wrap::after {
  margin: 1rem;
  content: "";
  width: 18rem;
  height: 2rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 12px dotted #769F7A;
}
.kt-testimonial-item-wrap .kt-testimonial-meta-wrap {
  font-style: italic;
}

@media only screen and (max-width: 1242px) {
  .wp-block-kadence-rowlayout.alignfull > div {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media only screen and (max-width: 1024px) {
  .notablet {
    display: none !important;
  }
}

.wpbc_structure_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 3rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 956px) {
  .wpbc_structure_form {
    grid-template-columns: 100%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media only screen and (max-width: 956px) {
  .wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_calendar,
  .wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_form {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.wpbc_booking_form_structure.wpbc_form_center {
  width: 100%;
  display: grid !important;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
}
@media only screen and (max-width: 776px) {
  .wpbc_booking_form_structure.wpbc_form_center {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 670px) {
  .wpbc_booking_form_structure.wpbc_form_center {
    grid-template-columns: 100%;
  }
}

@media (max-width: 769px) {
  .wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_calendar {
    width: 100% !important;
  }
}
.booking_form .form-group .controls select,
.booking_form select,
.booking_form textarea,
.booking_form input[type=text] {
  padding: 0.6rem !important;
  width: 100% !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.booking_form .form-group .controls select:focus,
.booking_form select:focus,
.booking_form textarea:focus,
.booking_form input[type=text]:focus {
  background-color: rgba(118, 159, 122, 0.2);
}

.booking_form .form-group {
  margin: 0 !important;
}

.datepick-inline {
  border: none;
}

.wpbc-payment-form .btn,
.wpbc-payment-form .button,
.booking_form_div .btn,
.booking_form_div .button, .booking_form_div .submit,
.booking_form_div .button-secondary {
  border-color: #873C84 !important;
  background-color: unset !important;
  color: #000 !important;
  cursor: pointer;
}
.wpbc-payment-form .btn:hover,
.wpbc-payment-form .button:hover,
.booking_form_div .btn:hover,
.booking_form_div .button:hover, .booking_form_div .submit:hover,
.booking_form_div .button-secondary:hover {
  border-color: #769F7A !important;
}

.datepick-inline .datepick-days-cell {
  text-shadow: none !important;
}

.datepick-inline .datepick-one-month .datepick .datepick-current-day {
  background-color: rgb(9, 156, 119) !important;
  text-shadow: none !important;
}

.datepick-inline .datepick-days-cell.datepick-unselectable,
.datepick-inline .datepick-days-cell.date_approved,
.block_booked.date_approved {
  background-color: #fff !important;
  color: grey;
  text-shadow: none !important;
}

.datepick-inline .datepick-days-cell.date2approve,
.block_hints .date2approve.block_check_in_out, .block_hints .block_pending,
.datepick-inline .date2approve,
.block_hints .block_pending a, .datepick-inline .date2approve a {
  background-color: rgba(135, 60, 132, 0.5) !important;
}

.datepick-inline .calendar-links .datepick-prev a,
.datepick-inline .calendar-links .datepick-next a,
.datepick-inline .calendar-links .datepick-prev a:hover,
.datepick-inline .calendar-links .datepick-next a:hover {
  color: #873C84 !important;
  text-shadow: none !important;
}

.datepick-inline .date_available,
.block_hints .block_free, .datepick-inline .date_available,
.datepick-inline .date_available.datepick-unselectable {
  background-color: #769F7A !important;
  text-shadow: none !important;
}
.datepick-inline .date_available:hover,
.block_hints .block_free:hover, .datepick-inline .date_available:hover,
.datepick-inline .date_available.datepick-unselectable:hover {
  background-color: rgb(9, 156, 119) !important;
}

.datepick-inline .datepick-header {
  color: #000 !important;
  text-shadow: none !important;
  text-transform: uppercase;
}

.booking_form .form-group .controls select, .booking_form select, .booking_form textarea, .booking_form input[type=text] {
  border-radius: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 956px) {
  .booking_form .form-group .controls select, .booking_form select, .booking_form textarea, .booking_form input[type=text] {
    width: 100% !important;
  }
}

.booking_form .form-group:nth-of-type(8) {
  position: relative;
  padding-top: 2.5rem;
}
.booking_form .form-group:nth-of-type(8)::before {
  content: "Plese repeat the characters below:" !important;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  opacity: 1;
  visibility: visible;
  display: block;
}

.wpbs-main-wrapper input::-webkit-input-placeholder {
  visibility: visible;
}

.wpbs-main-wrapper input::-moz-placeholder {
  visibility: visible;
}

.wpbs-main-wrapper input:-ms-input-placeholder {
  visibility: visible;
}

.wpbs-main-wrapper input::-ms-input-placeholder {
  visibility: visible;
}

.wpbs-main-wrapper input::placeholder {
  visibility: visible;
}
.wpbs-main-wrapper input:focus::-webkit-input-placeholder {
  visibility: hidden !important;
}
.wpbs-main-wrapper input:focus::-moz-placeholder {
  visibility: hidden !important;
}
.wpbs-main-wrapper input:focus:-ms-input-placeholder {
  visibility: hidden !important;
}
.wpbs-main-wrapper input:focus::-ms-input-placeholder {
  visibility: hidden !important;
}
.wpbs-main-wrapper input:focus::placeholder {
  visibility: hidden !important;
}
.wpbs-main-wrapper .wpbs-container .wpbs-legend-item-icon-1 div:first-of-type {
  background: #73c1b4 !important;
}

body.theme-Wedding-sketcher .wpbs-main-wrapper .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-1 div:first-of-type {
  background-color: #fff !important;
  border: 1px solid #dedede !important;
}

body.theme-Wedding-sketcher .wpbs-main-wrapper .wpbs-container.wpbs-calendar-1 .wpbs-is-bookable div:first-of-type {
  background-color: #73c1b4 !important;
}

body.theme-Wedding-sketcher .wpbs-main-wrapper .wpbs-container.wpbs-calendar-1 .wpbs-legend-item div:first-of-type {
  background-color: #73c1b4 !important;
}

body.theme-Wedding-sketcher .wpbs-main-wrapper .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-2 div:first-of-type {
  background-color: #c29cc1 !important;
}

.wp-block-table thead {
  border: none !important;
}
.wp-block-table thead th {
  background-color: rgba(135, 60, 132, 0.6);
  color: #fff;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(118, 159, 122, 0.2);
}

.wp-block-table.is-style-stripes {
  width: auto;
  overflow-x: auto !important;
}

.wpbs-main-wrapper.wpbs-main-wrapper-calendar-1.wpbs-main-wrapper-form-1 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
}
@media only screen and (max-width: 890px) {
  .wpbs-main-wrapper.wpbs-main-wrapper-calendar-1.wpbs-main-wrapper-form-1 {
    grid-template-columns: 100%;
    gap: 1rem;
  }
}

.wpbs-main-wrapper .wpbs-form-container {
  padding: 0 0 20px 0 !important;
  max-width: 100% !important;
}

@media only screen and (max-width: 1250px) and (min-width: 891px), screen and (max-width: 610px) {
  .wpbs-calendars-wrapper.wpbs-legend-position-side .wpbs-legend {
    position: relative;
  }
  .wpbs-calendars-wrapper.wpbs-legend-position-side {
    padding-right: 3rem !important;
    max-width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1250px) {
  .wpbs-calendars-wrapper.wpbs-legend-position-side .wpbs-legend {
    position: relative;
  }
}

@media only screen and (max-width: 1250px) {
  .wpbs-calendars-wrapper.wpbs-legend-position-side {
    padding-right: 0 !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 3.4rem;
  font-weight: normal !important;
  margin: 0 0 2rem;
  text-transform: uppercase;
  text-align: center;
  font-family: "Sue Ellen Francisco", cursive;
  font-size: 4.4rem;
}

h2 {
  font-size: 2.6rem;
  font-weight: 400;
  margin: 0 0 2rem;
}

h2 strong {
  color: #873C84;
}

h2.article-title {
  margin: 0 0 1.2rem 0;
}

h3 {
  font-size: 3.6rem;
  font-weight: 400;
  margin: 0 0 1rem;
  font-family: "Shadows Into Light", cursive;
}

.content-area p,
.content p,
.content-wrapper p {
  margin: 0 0 2.1rem;
}

.content-area ul,
.content ul,
.content-wrapper ul {
  margin-left: 4rem;
  margin-bottom: 3rem;
}

input.newsletter__email,
input.newsletter__name {
  height: 5.4rem;
  position: relative;
}
input.newsletter__email::-webkit-input-placeholder, input.newsletter__name::-webkit-input-placeholder {
  display: block;
  visibility: visible;
}
input.newsletter__email::-moz-placeholder, input.newsletter__name::-moz-placeholder {
  display: block;
  visibility: visible;
}
input.newsletter__email:-ms-input-placeholder, input.newsletter__name:-ms-input-placeholder {
  display: block;
  visibility: visible;
}
input.newsletter__email::-ms-input-placeholder, input.newsletter__name::-ms-input-placeholder {
  display: block;
  visibility: visible;
}
input.newsletter__email::placeholder,
input.newsletter__name::placeholder {
  display: block;
  visibility: visible;
}

.mc4wp-alert {
  background: rgba(135, 60, 132, 0.3);
  padding: 2rem 2rem 0.6rem;
  margin-top: 1rem;
}

.mc4wp-form-fields label {
  display: none;
}

.mc4wp-form-fields {
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem;
}

.newsletter {
  background-color: rgba(118, 159, 122, 0.2);
  padding: 2rem 0 3rem;
}
.newsletter .container {
  max-width: 80rem;
}
.newsletter h3 {
  font-size: 3rem;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  font-family: "Sue Ellen Francisco", cursive !important;
}
.newsletter p {
  text-align: center;
}
.newsletter .mc4wp-form-fields {
  grid-template-columns: 1fr 1fr auto;
  margin-top: 1rem;
}
.newsletter .mc4wp-form-fields input {
  color: #fff;
}
.newsletter .mc4wp-form-fields .button {
  color: #000 !important;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  cursor: pointer;
}
.newsletter .mc4wp-form-fields .button:hover {
  color: #fff !important;
}

footer {
  background: #C1DDD9;
  padding: 5rem 0;
  color: #000;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #873C84;
}

.footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.footer .social-media i.fab {
  font-size: 2.8rem;
  color: #349C8C;
  border: 2px solid #349C8C;
  border-radius: 50%;
  height: 4.5rem;
  width: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 1rem 0 0;
}
.footer__contact span {
  display: block;
  color: #349C8C;
}
.footer .footer_menu {
  padding-top: 2rem;
}
@media only screen and (min-width: 876px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__menu {
    width: 33.3333%;
    padding: 0 1rem;
  }
  .footer__form {
    width: 66.6666%;
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__form-1 {
    width: auto;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .footer__form-2 {
    width: 25rem;
    margin-left: 4rem;
    margin-top: 7rem;
  }
  .footer__form-2 img {
    border-radius: 50%;
    max-width: 22rem;
  }
  .footer__form form {
    margin-top: 1.4rem;
  }
  .footer__form form textarea {
    height: 12rem;
  }
  .footer__form form div#nf-field-3-container {
    margin-bottom: 1rem;
  }
  .footer__form form #ninja_forms_required_items, .footer__form form .nf-field-container {
    margin-bottom: 2rem;
  }
  .footer > div:first-of-type {
    padding-left: 0;
  }
  .footer > div:last-of-type {
    padding-left: 0;
  }
}
@media only screen and (max-width: 875px) {
  .footer {
    text-align: center;
  }
  .footer .align-right {
    text-align: center;
  }
  .footer > div {
    margin-bottom: 3rem;
  }
  .footer .social-media {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .footer__form-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .footer__form-2 img {
    border-radius: 50%;
    max-width: 22rem;
  }
}

.additional-info {
  background: #769F7A;
  color: #fff;
  padding-right: 2rem;
  margin: 0;
  padding: 2rem 0 2rem;
  color: #EBEBEB;
}
.additional-info a {
  color: #fff;
}
.additional-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.additional-info .container p:first-child {
  margin-right: auto;
}

.footer button, .footer input, .footer optgroup, .footer select, .footer textarea {
  background-color: #fff;
}

.header {
  padding: 0.5rem 0;
  position: relative;
  background-color: #769F7A;
  height: 102.4rem;
  background-image: url(../includes/images/website-oil-painting.jpg);
  background-position: 40%;
  background-repeat: no-repeat;
}
.header .container.header__container {
  min-height: 17rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 80rem;
}
.header .banner__container {
  max-width: 160rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
.header .banner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  position: relative;
  top: 7rem;
}
.header .banner .frame {
  max-width: 862px;
  max-height: 707px;
  position: relative;
}
.header .banner .frame__painting {
  background-image: url(../includes/images/wedding-oil-painting.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 81%;
  position: relative;
  left: 17%;
  top: 1rem;
  height: auto;
}
.header .banner .frame__insert {
  background-image: url(../includes/images/frame.png);
  background-repeat: no-repeat;
  width: 862px;
  height: 707px;
  position: relative;
  left: -14%;
  top: -9rem;
}
.header .banner__right {
  text-align: center;
}
.header .logo {
  padding: 0;
  margin-bottom: 1rem;
}
.header .logo img {
  max-width: 21rem;
}
@media only screen and (max-width: 1000px) {
  .header .logo img {
    max-width: 18rem;
  }
}
@media only screen and (min-width: 1001px) {
  .header .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header .account-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 800px) {
  .header .account-links {
    float: right;
  }
}
@media only screen and (max-width: 799px) {
  .header .account-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 1rem;
    width: 100%;
  }
}
.header .account-links a {
  color: #873C84;
}
.header .account-links__cart {
  margin-left: 3rem;
}
.header h1 {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  #kt-adv-heading_290878-8b, #kt-adv-heading_290878-8b .wp-block-kadence-advancedheading {
    font-size: 38px !important;
    text-align: center;
    margin-bottom: 16px !important;
  }
  h2#kt-adv-heading_dc84ed-b5 {
    font-size: 3.8rem !important;
    text-align: center;
  }
  #kt-layout-id_23d40e-ba > .kt-row-column-wrap {
    padding-top: 0 !important;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 620px) {
  #kt-adv-heading_290878-8b, #kt-adv-heading_290878-8b .wp-block-kadence-advancedheading {
    font-size: 3.4rem !important;
    line-height: 1.3;
  }
  h2#kt-adv-heading_dc84ed-b5 {
    font-size: 3.4rem !important;
    line-height: 1.3;
  }
}
.blog-feed {
  margin: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .blog-feed__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.blog-feed .featured-title {
  margin-bottom: 1rem;
}
.blog-feed img {
  margin: 0 0 1.6rem;
}
.blog-feed .meta-info span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .blog-feed__posts {
    width: 31%;
    padding: 0 1.7%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .blog-feed__posts:first-of-type {
    padding-left: 0;
  }
  .blog-feed__posts:last-of-type {
    padding-right: 0;
  }
}

.home-sketchbook {
  position: relative;
  top: -6rem;
}
@media only screen and (max-width: 1024px) {
  .home-sketchbook {
    top: -2rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -10rem;
  }
}

.wp-block-kadence-column.inner-column-1.arrow,
.wp-block-kadence-column.inner-column-2.arrow {
  position: relative;
  overflow: visible;
  z-index: 100 !important;
}
.wp-block-kadence-column.inner-column-1.arrow::after,
.wp-block-kadence-column.inner-column-2.arrow::after {
  content: "";
  width: 6rem;
  height: 4.4rem;
  display: inline-block;
  position: absolute;
  top: 35%;
  right: -10%;
  z-index: 5000 !important;
  background-image: url(../includes/images/arrow.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 900px) {
  .wp-block-kadence-column.inner-column-1.arrow::after,
  .wp-block-kadence-column.inner-column-2.arrow::after {
    top: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-kadence-column.inner-column-1.arrow::after,
  .wp-block-kadence-column.inner-column-2.arrow::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-kadence-column.inner-column-1.arrow .kt-blocks-info-box-media.kt-info-media-animate-none,
  .wp-block-kadence-column.inner-column-2.arrow .kt-blocks-info-box-media.kt-info-media-animate-none {
    max-width: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-kadence-column.inner-column-1.arrow .kt-infobox-textcontent,
  .wp-block-kadence-column.inner-column-2.arrow .kt-infobox-textcontent {
    margin-bottom: -5rem !important;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .wp-block-kadence-column.inner-column-3.no-arrow .kt-blocks-info-box-media.kt-info-media-animate-none {
    max-width: 20rem;
  }
  .wp-block-kadence-column.inner-column-3.no-arrow .kt-blocks-info-box-media.kt-info-media-animate-none .kt-infobox-textcontent {
    margin-bottom: -5rem;
  }
}

.wp-block-kadence-column.inner-column-1.arrow {
  z-index: 300 !important;
}

@media only screen and (max-width: 1290px) {
  .wp-block-kadence-rowlayout.alignfull.top-lace.promo-box > div {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.boxes .inner-column-1,
.boxes .inner-column-2 {
  position: relative !important;
}
.boxes .inner-column-1::after,
.boxes .inner-column-2::after {
  content: url(../includes/images/arrow.png);
  position: absolute;
  right: -3.5rem;
  top: 11rem;
  display: block !important;
}
@media only screen and (max-width: 1040px) {
  .boxes .inner-column-1::after,
  .boxes .inner-column-2::after {
    top: 9vw;
  }
}
@media only screen and (max-width: 767px) {
  .boxes .inner-column-1::after,
  .boxes .inner-column-2::after {
    display: none !important;
  }
}
.boxes .inner-column-1:last-of-type::after,
.boxes .inner-column-2:last-of-type::after {
  display: none;
}

.album-wrapper {
  position: relative !important;
}
.album-wrapper figure.wp-block-kadence-image.album {
  position: absolute !important;
  top: -3vw;
  left: 50%;
  width: 93.8rem;
}
@media only screen and (max-width: 1500px) {
  .album-wrapper figure.wp-block-kadence-image.album {
    width: 55vw;
  }
}
@media only screen and (max-width: 1270px) {
  .album-wrapper figure.wp-block-kadence-image.album {
    width: calc(65vw + 6rem);
  }
}
@media only screen and (max-width: 1024px) {
  .album-wrapper figure.wp-block-kadence-image.album {
    width: calc(65vw + 8rem);
    position: relative !important;
    top: -6rem;
    margin-bottom: -6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 800px) {
  .album-wrapper figure.wp-block-kadence-image.album {
    width: auto;
  }
}