@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Bold.woff2') format('woff2'), url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std Book';
  src: url('../fonts/CircularStd-Book.woff2') format('woff2'), url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Black.woff2') format('woff2'), url('../fonts/CircularStd-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dahlia';
  src: url('../fonts/Dahlia-Regular.woff2') format('woff2'), url('../fonts/Dahlia-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: 300;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  background: #631F54;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-kerning: normal;
  padding-top: 195px;
}
.fullscreen,
.content-a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
  height: auto;
  min-height: 100%;
}
/* content centering styles */
.content-a {
  display: table;
}
.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.not-fullscreen {
  background-position: center center;
}
.vertical-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-fluid div[class^="col"] {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid div[class^="row"] {
  padding-left: 0px;
  padding-right: 0px;
}
.main_wrap {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0;
}
.mobile_nav {
  opacity: 0;
}
.navbar {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0;
  background: #631F54;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: flex-end;
}
.navmarginsmall {
  padding-top: 15px;
  padding-bottom: 15px;
}
.trans {
  background: transparent;
}
.right_top {
  display: flex;
  justify-content: flex-end;
}
.left_nav {
  padding: 0px 0px 3px 10vw ;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 32vw;
  margin: 0px;
}
.left_nav li a {
  text-transform: uppercase;
  color: #F9A0D3;
}
.left_nav li a:hover,
.left_nav li a:focus {
  color: #FF6555;
}
.left_nav li.active a {
  color: #FF6555;
}
.dropdown-menu {
  background: #631F54;
  border-radius: 0px;
  padding: 21px;
  min-width: 250px;
  margin-left: -20px;
}
.dropdown-menu li {
  padding: 5px 0px;
}
.right_nav {
  padding: 0px  10vw 3px 0px;
  width: 32vw;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0px;
}
.right_nav li a {
  text-transform: uppercase;
  color: #F9A0D3;
}
.right_nav li a:hover,
.right_nav li a:focus {
  color: #FF6555;
}
.right_nav li.active a {
  color: #FF6555;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Dahlia';
  font-weight: 400;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}
h1 {
  font-size: 110px;
  line-height: 0.9em;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
a {
  text-decoration: none;
}
b,
strong {
  font-weight: bold;
}
.main_content {
  padding: 0px 20px;
}
.main_content h4 {
  font-family: 'Circular Std';
  font-weight: bold;
  font-size: 21px;
}
@media all and (min-width: 992px) {
  .navbar .menu-item .dropdown-menu {
    display: none;
  }
  .navbar .menu-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .menu-item .dropdown-menu {
    margin-top: 0;
  }
}
.home_main {
  color: #fff;
  padding: 8vh 4vw 4vh 4vw;
}
.home_main .text {
  font-family: 'Dahlia';
  text-align: center;
  font-size: 34px;
  line-height: 1.2em;
}
.home_main .text h1 {
  font-size: 34px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.home_themes {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.home_themes .container-fluid div[class^="col"] {
  padding-left: 11px;
  padding-right: 11px;
}
.home_themes .container-fluid div[class^="row"] {
  padding-left: 11px;
  padding-right: 11px;
}
.home_themes h2 {
  color: #F9A0D3;
  font-family: 'Circular Std';
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
.home_themes .down_arrow {
  display: block;
  margin: 15px auto 30px auto;
}
.home_themes .home_themes_block {
  color: #fff;
}
.home_themes .home_themes_block .image {
  width: 100%;
}
.home_themes .home_themes_block .text {
  margin-top: 20px;
}
.home_themes .home_themes_block .arrow_link {
  font-size: 15px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: 20px 0px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.home_themes .home_themes_block .arrow_link:after {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  content: url('../images/link_arrow.svg');
  padding-left: 10px;
}
.home_themes .home_themes_block .arrow_link:hover,
.home_themes .home_themes_block .arrow_link:focus {
  color: #F9A0D3;
}
.home_themes .home_themes_block .arrow_link:hover:after,
.home_themes .home_themes_block .arrow_link:focus:after {
  padding-left: 16px;
}
.wide_image {
  height: 65vw;
}
.split_image_text .split_image {
  height: 50vw;
}
.split_image_text .text {
  padding: 8vw 10vw 8vw 8vw;
  color: #631F54;
}
.split_image_text .text h2 {
  margin-bottom: 4vh;
}
.split_image_text .text h1 {
  font-size: 60px;
  margin-bottom: 4vh;
}
.split_image_text .text .arrow_link {
  font-size: 15px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: 20px 0px;
  color: #631F54;
  font-weight: 900;
  text-transform: uppercase;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.split_image_text .text .arrow_link:after {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  content: url('../images/link_arrow_purple.svg');
  padding-left: 10px;
}
.split_image_text .text .arrow_link:hover,
.split_image_text .text .arrow_link:focus {
  color: #9E2140;
}
.split_image_text .text .arrow_link:hover:after,
.split_image_text .text .arrow_link:focus:after {
  padding-left: 16px;
}
.split_image_text .split_text_bg {
  display: flex;
  align-items: center;
}
.split_image_text.white .text {
  color: #fff;
}
.split_image_text.white .text .arrow_link {
  color: #fff;
}
.split_image_text.white .text .arrow_link:after {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  content: url('../images/link_arrow.svg');
}
.split_image_text.white .text .arrow_link:hover,
.split_image_text.white .text .arrow_link:focus {
  color: #F9A0D3;
}
.split_image_text.white .text .arrow_link:hover:after,
.split_image_text.white .text .arrow_link:focus:after {
  padding-left: 16px;
}
.split_image_text.green .text {
  color: #245247;
}
.split_image_text.green .text .arrow_link {
  color: #245247;
}
.split_image_text.green .text .arrow_link:after {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  content: url('../images/link_arrow_green.svg');
}
.split_image_text.green .text .arrow_link:hover,
.split_image_text.green .text .arrow_link:focus {
  color: #9E2140;
}
.split_image_text.green .text .arrow_link:hover:after,
.split_image_text.green .text .arrow_link:focus:after {
  padding-left: 16px;
}
.instagram_feed {
  padding: 10vh 0px;
  background: #631F54;
  color: #fff;
  text-align: center;
}
.three_col_images .image {
  width: 100%;
  height: auto;
}
.footer {
  background: #9E2140;
  padding: 10vh 20px 4vh 20px;
}
.footer .footer_blocks {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer .footer_blocks .footer_block {
  width: 200px;
}
.footer .footer_blocks .footer_block .social {
  width: 40px;
  height: 40px;
}
.footer .footer_blocks .footer_block .social:hover {
  opacity: 0.7;
}
.footer .footer_blocks a {
  color: #fff;
}
.footer .footer_blocks a:hover,
.footer .footer_blocks a:focus {
  color: #F9A0D3;
}
.footer .footer_blocks ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}
.footer_pattern .stars {
  width: 100%;
}
.footer_bottom {
  background: #F9A0D3;
  color: #631F54;
  padding: 3vh 0px;
  text-align: right;
  font-size: 14px;
}
.footer_bottom a {
  color: #631F54;
}
.how_it_works_list {
  background: #CCE8FC;
  padding: 10vh 5vw;
  color: #631F54;
}
.how_it_works_list h2 {
  text-align: center;
  margin-bottom: 8vh;
}
.how_it_works_list ol {
  list-style: none;
  counter-reset: item;
}
.how_it_works_list li {
  counter-increment: item;
  margin-bottom: 80px;
  padding-left: 90px;
  position: relative;
}
.how_it_works_list li:before {
  position: absolute;
  left: -50px;
  top: -20px;
  margin-right: 10px;
  content: counter(item) '.';
  background: #FF6555;
  border-radius: 100%;
  font-size: 60px;
  font-family: 'Dahlia';
  font-weight: 600;
  padding-top: 30px;
  padding-left: 5px;
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
}
.price_list {
  padding: 10vh 0px;
  background: #E5CCBA;
}
.price_list h2 {
  text-align: center;
  margin-bottom: 6vh;
}
.price_list .prices_block {
  border: 1px solid #fff;
  border-top: none;
}
.price_list .item_block .row {
  margin-left: 0px;
  margin-right: 0px;
}
.price_list .item_block .red {
  color: #9E2140;
}
.price_list .item_block .green {
  color: #245247;
}
.price_list .item_block .purple {
  color: #631F54;
}
.price_list .item_block .title {
  padding: 30px;
  border-top: 1px solid #fff;
  font-family: 'Dahlia';
  font-size: 34px;
  line-height: 1.2em;
}
.price_list .item_block .description {
  padding: 30px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.price_list .item_block .description p {
  margin: 0px;
}
.price_list .item_block .price {
  padding: 30px;
  text-align: center;
  border-top: 1px solid #fff;
}
html.mm-opened {
  overflow: auto !important;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 60px;
}
.mm-panels {
  background: #631F54;
  border-color: inherit;
}
.mm-panels #menu_close_wrap {
  padding-left: 8px;
}
.mm-panels #menu_close_wrap span {
  cursor: pointer;
  font-size: 26px !important;
}
.mm-panels .menu_close {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  left: 20px;
  top: 31px;
  width: 14px;
  height: 14px;
  background: url('../images/close_menu.svg');
}
.mm-panels .mm-navbar {
  background: #631F54;
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: left;
  font-family: 'Dahlia';
  line-height: 20px;
  height: 100px;
  padding: 40px 20px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-panels .mm-navbar a {
  color: #F9A0D3 !important;
}
.mm-panels .mm-listview > li {
  text-transform: uppercase;
  border-color: rgba(216, 210, 202, 0.1);
  font-size: 18px;
}
.mm-panels .mm-listview > li a {
  padding: 22px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #F9A0D3;
  -moz-transition-duration: 0.1s ease;
  -ms-transition-duration: 0.1s ease;
  -o-transition-duration: 0.1s ease;
  transition-duration: 0.1s ease;
  -webkit-transition-duration: 0.1s ease;
}
.mm-panels .mm-listview > li a:hover {
  color: #F9A0D3;
  background: rgba(216, 210, 202, 0.05);
  padding-left: 35px;
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: #d8d2ca;
}
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: #F9A0D3;
}
.mm-menu.mm-theme-dark .mm-prev:before {
  top: 20px !important;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #F9A0D3 !important;
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #F9A0D3 !important;
}
.mm-menu .mm-prev:before {
  top: 20px !important;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0px;
  padding: 40px 20px 40px 2.8vw;
  font-size: 18px;
  color: #F9A0D3;
  display: none;
}
.woocommerce ul.products li.product .price {
  color: #F9A0D3;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 1em;
  display: none;
}
.product_feed_item {
  padding: 10px;
}
.woocommerce {
  background: #CCE8FC;
}
.woocommerce-page {
  background: #CCE8FC;
  color: #631F54;
}
.woocommerce-page .main_wrap {
  padding-top: 40px;
}
.woocommerce-page h1 {
  text-align: center;
  font-size: 60px;
  margin-bottom: 50px;
  padding-top: 50px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #FF6555;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #9E2140;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .related {
  clear: both;
}
.woocommerce div.product .related .products {
  border-top: none;
}
.single_top {
  position: relative;
  display: flex;
  margin: 0vw 2.8vw;
  align-items: flex-start;
}
.single_top .sku_wrapper {
  display: none;
}
.product_image_gallery_wrap {
  width: 50%;
}
.product_image_gallery_wrap img {
  width: 100%;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  margin-top: 2em;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
  display: none;
}
.woocommerce div.product form.cart div.quantity input {
  -webkit-appearance: none;
  border-radius: 0px;
  border: 1px solid #F9A0D3;
  text-align: center;
  color: #631F54;
  height: 45px;
}
.slick-slide {
  height: auto !important;
}
.woocommerce div.product div.summary {
  color: #631F54;
  width: 50%;
  margin: 0px;
  padding: 10px 6vw 6vw 30px;
}
.woocommerce div.product div.summary a {
  color: #F9A0D3;
}
.woocommerce div.product div.summary h1 {
  text-align: left;
}
.woocommerce div.product div.summary .product_title {
  font-size: 60px;
  line-height: 1.2em;
}
.woocommerce div.product div.summary .single_add_to_cart_button {
  border-radius: 0px;
  -webkit-appearance: none;
  background: #FF6555;
  border: 1px solid #FF6555;
  display: inline-block;
  color: #fff;
  width: 200px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.3em;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.woocommerce div.product div.summary .single_add_to_cart_button:hover,
.woocommerce div.product div.summary .single_add_to_cart_button:focus {
  color: #fff;
  border: 1px solid #FF6555;
  background: #FF6555;
}
.woocommerce div.product div.summary .product_meta a {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #F9A0D3;
  margin-bottom: 15px;
  border-bottom: 1px solid #F9A0D3;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.woocommerce div.product div.summary .product_meta a:hover,
.woocommerce div.product div.summary .product_meta a:focus {
  color: #F9A0D3;
  border-bottom: 1px solid transparent;
}
.woocommerce div.product div.summary p.price,
.woocommerce div.product div.summary span.price {
  color: #FF6555;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  display: none;
}
.woocommerce div.product div.images {
  margin-bottom: 0px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  width: 50%;
}
.wc-bookings-date-picker .ui-datepicker td.bookable a {
  background-color: #F9A0D3 !important;
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
  background: #9E2140 !important;
  opacity: 1 !important;
}
.wc-bookings-date-picker .ui-datepicker-header {
  padding: 0;
  border-bottom: none;
  overflow: hidden;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
  background-color: #9E2140;
  border: 0;
  border-top: 1px solid #9E2140;
  color: #fff;
}
.wc-bookings-date-picker {
  padding: 0px;
  padding-top: 0.61em;
}
.wc-bookings-booking-form {
  border: 1px solid #ddd;
  padding: 0px;
  margin: 0 0 1em;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
  top: -1px;
  background: #9E2140;
  border-radius: 0;
  font-weight: normal;
  border: none;
  height: 2.5em;
  width: 2em;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev:hover,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next:hover {
  background: #FF6555;
}
.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
  background: #245247 !important;
  color: #fff;
}
.wc-bookings-booking-form .block-picker li a:hover {
  background: #245247 !important;
}
.wc-bookings-booking-form .block-picker li a.selected {
  background: #245247 !important;
  color: #fff !important;
}
.wc-bookings-booking-form .wc-bookings-booking-cost {
  background: #fff;
  border-top: 1px solid #ddd;
  position: relative;
  margin: 0px;
  padding: 1em;
  color: #245247;
}
.wc-bookings-booking-form {
  border: none;
  background: #CCE8FC;
}
.wc-bookings-date-picker-timezone-block {
  display: none;
}
.wc-bookings-booking-form .block-picker {
  color: #631F54;
}
.wc-block-components-button:not(.is-link).contained,
.wc-block-components-button:not(.is-link).contained:active,
.wc-block-components-button:not(.is-link).contained:disabled,
.wc-block-components-button:not(.is-link).contained:focus,
.wc-block-components-button:not(.is-link).contained:hover {
  background-color: #FF6555;
  color: #fff;
  border: none;
}
.wc-block-components-product-name {
  color: #FF6555;
}
#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
  float: left;
  display: block;
  transition: color 0.5s;
  text-decoration: none;
  color: #F9A0D3;
}
.sbi_no_avatar .sbi_header_img {
  background: #F9A0D3;
}
#sb_instagram .sb_instagram_header,
.sb_instagram_header {
  display: none;
}
.social_footer {
  text-align: right;
}
.noimage_title {
  color: #fff;
  text-align: center;
}
.noimage_title h1 {
  font-size: 45px;
  margin-bottom: 20px;
}
.page_default_content_wrap {
  text-align: center;
  color: #fff;
}
.page_default_content_wrap a {
  color: #fff;
}
.woocommerce-page .noimage_title {
  color: #631F54;
}
.woocommerce-page .page_default_content_wrap {
  color: #631F54;
}
.faq_block {
  padding: 50px 20px 100px 20px;
  color: #F9A0D3;
}
.faq_block .item {
  padding: 30px 0px;
  border-bottom: 1px solid #F9A0D3;
}
.faq_block .item:first-child {
  border-top: 1px solid #F9A0D3;
}
.faq_block .thetab {
  font-family: 'Dahlia';
  font-size: 34px;
  line-height: 1.2em;
  padding-bottom: 10px;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
}
.faq_block .thetab .plus {
  position: absolute;
  right: 0px;
  top: 0px;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.faq_block .active .plus {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.policy_wrap {
  margin: 40px 0px;
}
.policy_wrap p {
  margin-bottom: 30px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  color: #631F54;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
  margin-bottom: 0.75em;
  text-align: left;
}
.wp-block-woocommerce-checkout a {
  color: #631F54 !important;
}
.slider_block {
  position: relative;
  padding: 10vh 0px;
  background: #245247;
  color: #fff;
}
.slider_block h3 {
  margin-bottom: 4vh;
}
.slider_block .about_slider,
.slider_block .about_slider_p {
  position: relative;
}
.slider_block .slick-slide {
  text-align: center;
}
.slider_block .slick-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.slider_block .slick-slide img {
  vertical-align: middle;
  display: inline-block;
  max-width: 90vw;
  height: 50vw;
}
.slider_block .slide {
  margin: 0px 3vw;
  outline: none;
}
.slider_block .slide img {
  outline: none;
  cursor: pointer;
}
.slider_block .slideprev {
  position: absolute;
  top: 0px;
  left: 0px;
  /* background:url('../images/arrow_left.svg'); */
  width: 50%;
  height: 100%;
  z-index: 1;
  cursor: url('../images/arrow_left.svg'), pointer;
}
.slider_block .slidenext {
  position: absolute;
  top: 0px;
  right: 0px;
  /* background:url('../images/arrow_right.svg'); */
  width: 50%;
  height: 100%;
  z-index: 1;
  cursor: url('../images/arrow_right.svg'), pointer;
}
.partners_block {
  padding: 10vh 5vw;
  background: #631F54;
  color: #F9A0D3;
  text-align: center;
}
.partners_block h3 {
  color: #F9A0D3;
  margin-bottom: 5vh;
}
.testimonial_block {
  background: #9E2140;
  padding: 5vh 5vw;
  color: #fff;
}
.testimonial_block h3 {
  color: #F9A0D3;
  margin-bottom: 5vh;
}
.testimonial_block .slide {
  margin-bottom: 30px;
}
.testimonial_block .slide p {
  padding-right: 3vw;
}
.book_page {
  background: #CCE8FC;
}
.book_page .text {
  padding: 3vw;
}
.book_page .text h1 {
  color: #631F54;
  font-size: 55px;
  line-height: 1.2em;
}
.book_page .text a {
  color: #631F54;
}
@media only screen and (min-width: 1300px) {
  .container {
    min-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    min-width: 1300px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    min-width: 1400px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    min-width: 1500px;
  }
}
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 40px;
  }
  .navbar {
    padding-left: 25px;
    padding-right: 25px;
    align-items: center;
  }
  .split_image_text .split_image {
    height: inherit;
  }
  .footer {
    padding: 10vh 20px 4vh 20px;
  }
  .footer .footer_blocks {
    display: block;
  }
  .footer .footer_blocks .footer_block {
    padding: 20px 0px;
  }
  .footer_bottom {
    padding: 3vh 20px;
    text-align: left;
  }
  .single_top {
    display: block;
  }
  .product_image_gallery_wrap {
    border-right: none;
    width: 100%;
  }
  .woocommerce div.product div.summary {
    width: 100%;
  }
  .woocommerce div.product div.summary .single_add_to_cart_button {
    position: relative;
    width: 100%;
  }
  .woocommerce div.product div.summary {
    padding: 6vw 6vw 0vw 6vw;
  }
  .woocommerce div.product form.cart {
    margin-bottom: 0px;
    margin-left: -6vw;
    margin-right: -6vw;
    margin-top: 6vw;
  }
  .how_it_works_list li:before {
    left: -46px;
    top: -20px;
    margin-right: 10px;
    font-size: 40px;
    padding-top: 20px;
    padding-left: 7px;
    width: 70px;
    height: 70px;
  }
  .how_it_works_list li {
    margin-bottom: 55px;
    padding-left: 36px;
  }
  .price_list .item_block .price {
    text-align: left;
  }
  .social_footer {
    text-align: left;
  }
  .slider_block .slick-slide img {
    vertical-align: middle;
    display: inline-block;
    max-width: 90vw;
    height: 80vw;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0 0 -1em;
  }
}
/* Extra Small Devices, Phones */
