@charset "UTF-8";
/*!
Theme Name: Finding Bliss Northstar Theme
Description: A Wordpress theme developed by North Star Sites.
Version: 2.0.0
Author: North Star Sites
Author URI: http://www.northstarsites.com
Template: northstar-theme
*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Transition */
/* Flex Grid Gutter Space */
/* Container Widths */
/* Flex Layout Padding */
/* Flex Layout Container Width */
.accordion {
  font-family: "minion-pro", serif;
}

/* -----------------
-----   Tabs   -----
--------------------*/
.tabs .nav li a {
  color: #0B2532;
  font-family: "minion-pro", serif;
}

/* Core element styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.aligncenter {
  margin: 0 auto 20px;
}

img.alignright {
  padding: 0 0 20px 20px;
}

img.alignleft {
  padding: 0 20px 20px 0;
}

hr {
  border-top: 1px solid #F63F83;
}

html {
  outline: none !important;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  /*line-height: 30px;*/
  line-height: 28px;
  color: #0B2532;
  /*size: 19px;*/
  font-size: 16px;
  font-weight: 300;
  font-family: "loretta", serif;
  font-font-style: normal;
}

/*h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin: 0 0 20px;
	color: $color_accent1;

	font:{
		family: $font_header;
		weight: 400;
	}
}*/
h1,
.block-editor-writing-flow h1 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  /*size: 92px;*/
  font-size: 84px;
  color: #0B2532;
  /*line-height: 94px;*/
  line-height: 88px;
  margin: 0 0 14px;
}

h2,
.block-editor-writing-flow h2 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  /*size: 48px;*/
  font-size: 40px;
  /*line-height: 60px;*/
  line-height: 54px;
  margin: 0 0 23px;
  color: #0B2532;
}

h3,
.block-editor-writing-flow h3 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  /*size: 34px;*/
  font-size: 28px;
  /*line-height: 42px;*/
  line-height: 36px;
  margin: 0 0 14px;
  color: #0B2532;
}

h4,
.block-editor-writing-flow h4 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  /*size: 32px;*/
  font-size: 25px;
  /*line-height: 42px;*/
  line-height: 35px;
  margin: 0 0 32px;
  color: #0B2532;
}

h5,
.block-editor-writing-flow h5 {
  font-family: "Cambay", sans-serif;
  font-weight: 400;
  /*size: 28px;*/
  font-size: 22px;
  /*line-height: 46px;*/
  line-height: 38px;
  margin: 0;
  letter-spacing: 3.89px;
  text-transform: uppercase;
  color: #F63F83;
}

h6,
.block-editor-writing-flow h6 {
  font-family: "Cambay", sans-serif;
  font-weight: 400;
  /*size: 20px;*/
  font-size: 14px;
  /*line-height: 33px;*/
  line-height: 25px;
  margin: 0;
  letter-spacing: 2.78px;
  text-transform: uppercase;
  color: #F63F83;
}

p {
  margin: 0 0 24px 0;
}
p:empty {
  display: none;
}
p + script {
  display: none;
}
p iframe ~ br,
p script ~ br {
  display: none;
}
p + iframe[id*=gform_ajax_frame] {
  display: none;
}
p:empty {
  display: none;
}

strong {
  font-weight: 700;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  h1 {
    /*font-size: 80px;
    line-height: 82px;*/
    font-size: 76px;
    line-height: 78px;
  }
  h2 {
    /*font-size: 42px;
    line-height: 52px;*/
    font-size: 37px;
    line-height: 46px;
  }
  h3 {
    /*font-size: 30px;
    line-height: 37px;*/
    font-size: 26px;
    line-height: 32px;
  }
  h4 {
    /*font-size: 28px;
    line-height: 36px;*/
    font-size: 23px;
    line-height: 31px;
  }
  h5 {
    /*font-size: 24px;
    line-height: 42px;*/
    font-size: 20px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
    line-height: 66px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 50px;
    line-height: 52px;
  }
  h2 {
    font-size: 34px;
    line-height: 42px;
  }
  h6 {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 445px) {
  h1 {
    font-size: 40px;
    line-height: 42px;
  }
  h2 {
    font-size: 30px;
    line-height: 37px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 375px) {
  h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
@media screen and (max-width: 320px) {
  h2 {
    font-size: 25px;
    line-height: 33px;
  }
}
ol,
#content-wrapper ol {
  padding: 0 0 0 20px;
}
ol li,
#content-wrapper ol li {
  padding: 0 0 0 10px;
  margin: 0 0 15px 0;
}

.layout-section.text_style-light-text h5, .layout-section.text_style-light-text h6 {
  color: #F63F83;
}
.layout-section.text_style-light-text ol {
  color: #ffffff;
}

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

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

span.color-light-cream {
  color: #F3F0EB;
}

span.color-light-pink {
  color: #FFD2D2;
}

span.color-dark-pink {
  color: #F63F83;
}

span.color-brown {
  color: #501C12;
}

span.color-light-blue {
  color: #E5F6F9;
}

span.color-dark-blue {
  color: #054279;
}

span.color-dark-night {
  color: #0B2532;
}

span.font-cambay {
  font-family: "Cambay", sans-serif;
}

span.font-loretta {
  font-family: "loretta", serif;
}

span.font-minion-pro {
  font-family: "minion-pro", serif;
}

.editor-styles-wrapper ul, #content-wrapper ul, #tinymce ul {
  padding: 0;
  margin: 0 0 19px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px 0;
}
.editor-styles-wrapper ul li, #content-wrapper ul li, #tinymce ul li {
  /*list-style-image: url(./_static/images/oval.svg);*/
  background-image: url(./_static/images/oval.svg);
  background-repeat: no-repeat;
  background-position: left 12px;
  padding: 0 0 0 20px;
  margin: 0;
}
.editor-styles-wrapper ul.check-marks, .editor-styles-wrapper ul.plus-signs, .editor-styles-wrapper ul.circles, .editor-styles-wrapper ul.open-circles, .editor-styles-wrapper ul.squares, #content-wrapper ul.check-marks, #content-wrapper ul.plus-signs, #content-wrapper ul.circles, #content-wrapper ul.open-circles, #content-wrapper ul.squares, #tinymce ul.check-marks, #tinymce ul.plus-signs, #tinymce ul.circles, #tinymce ul.open-circles, #tinymce ul.squares {
  list-style: none;
  padding: 0 0 0 20px;
}
.editor-styles-wrapper ul.check-marks li, .editor-styles-wrapper ul.plus-signs li, .editor-styles-wrapper ul.circles li, .editor-styles-wrapper ul.open-circles li, .editor-styles-wrapper ul.squares li, #content-wrapper ul.check-marks li, #content-wrapper ul.plus-signs li, #content-wrapper ul.circles li, #content-wrapper ul.open-circles li, #content-wrapper ul.squares li, #tinymce ul.check-marks li, #tinymce ul.plus-signs li, #tinymce ul.circles li, #tinymce ul.open-circles li, #tinymce ul.squares li {
  background: none;
}
.editor-styles-wrapper ul.check-marks li:before, .editor-styles-wrapper ul.plus-signs li:before, .editor-styles-wrapper ul.circles li:before, .editor-styles-wrapper ul.open-circles li:before, .editor-styles-wrapper ul.squares li:before, #content-wrapper ul.check-marks li:before, #content-wrapper ul.plus-signs li:before, #content-wrapper ul.circles li:before, #content-wrapper ul.open-circles li:before, #content-wrapper ul.squares li:before, #tinymce ul.check-marks li:before, #tinymce ul.plus-signs li:before, #tinymce ul.circles li:before, #tinymce ul.open-circles li:before, #tinymce ul.squares li:before {
  color: #F63F83;
}

#tinymce ul {
  list-style: none;
}
#tinymce ul li {
  list-style-image: url();
  background-image: url(../../images/oval.svg);
  background-repeat: no-repeat;
  background-position: left 12px;
  padding: 0 0 0 20px;
  margin: 0;
}
#tinymce ul.check-marks, #tinymce ul.plus-signs, #tinymce ul.circles, #tinymce ul.open-circles, #tinymce ul.squares {
  list-style: none;
  padding: 0;
}
#tinymce ul.check-marks li, #tinymce ul.plus-signs li, #tinymce ul.circles li, #tinymce ul.open-circles li, #tinymce ul.squares li {
  background: none;
}
#tinymce ul.check-marks li:before, #tinymce ul.plus-signs li:before, #tinymce ul.circles li:before, #tinymce ul.open-circles li:before, #tinymce ul.squares li:before {
  color: #F63F83;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#tinymce ul.check-marks li:before {
  content: "\f00c";
}
#tinymce ul.plus-signs li:before {
  content: "\f067";
}
#tinymce ul.circles li:before {
  content: "\f111";
}
#tinymce ul.open-circles li:before {
  content: "\f192";
}
#tinymce ul.squares li:before {
  content: "\f45c";
}

.editor-styles-wrapper {
  padding-bottom: 0 !important;
}

.editor-styles-wrapper ul {
  list-style: none;
}
.editor-styles-wrapper ul li {
  list-style-image: none;
  background-image: url(../wp-content/themes/ns-finding-bliss/_static/images/oval.svg);
  background-repeat: no-repeat;
  background-position: left 12px;
  padding: 0 0 0 20px;
  margin: 0 !important;
}
.editor-styles-wrapper ul.check-marks, .editor-styles-wrapper ul.plus-signs, .editor-styles-wrapper ul.circles, .editor-styles-wrapper ul.open-circles, .editor-styles-wrapper ul.squares {
  list-style: none;
  padding: 0;
}
.editor-styles-wrapper ul.check-marks li, .editor-styles-wrapper ul.plus-signs li, .editor-styles-wrapper ul.circles li, .editor-styles-wrapper ul.open-circles li, .editor-styles-wrapper ul.squares li {
  background: none;
}
.editor-styles-wrapper ul.check-marks li:before, .editor-styles-wrapper ul.plus-signs li:before, .editor-styles-wrapper ul.circles li:before, .editor-styles-wrapper ul.open-circles li:before, .editor-styles-wrapper ul.squares li:before {
  color: #F63F83;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.rotate {
  -moz-animation: spin 10s linear infinite;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #F63F83;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #0B2532;
}

/* Colors for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.color-light-cream {
  color: #F3F0EB;
}

.color-light-pink {
  color: #FFD2D2;
}

.color-dark-pink {
  color: #F63F83;
}

.color-brown {
  color: #501C12;
}

.color-light-blue {
  color: #E5F6F9;
}

.color-dark-blue {
  color: #054279;
}

.color-dark-night {
  color: #0B2532;
}

/* Weights for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.weight-light {
  font-weight: 300;
}

.weight-regular {
  font-weight: 400;
}

.weight-medium {
  font-weight: 500;
}

.weight-bold {
  font-weight: 700;
}

.weight-black {
  font-weight: 900;
}

/* Underline for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-underline {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*  GENERIC
/*-----------------------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  --color-white: #ffffff;
  --color-dark-night: #0B2532;
}

@media (max-width: 767px) {
  .content-area {
    float: none;
    width: 100%;
  }
  .aside {
    float: none;
    width: 98%;
    margin-top: 50px;
  }
}
.container {
  /*max-width:$container_large;*/
  max-width: 1100px;
  padding: 0 !important;
  /*@media(min-width:$breakpoint_xlarge){
  	max-width:$container_xlarge;
  }
  @media(max-width:$breakpoint_medium){
  	max-width:$container_medium;
  }
  @media(max-width:$breakpoint_small){
  	max-width:$container_small;
  }*/
}
.container:after {
  display: none;
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 900px) {
  .container {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
  #wpadminbar li#wp-admin-bar-comments, #wpadminbar li#wp-admin-bar-customize, #wpadminbar li#wp-admin-bar-edit, #wpadminbar li#wp-admin-bar-menu-toggle, #wpadminbar li#wp-admin-bar-my-account, #wpadminbar li#wp-admin-bar-my-sites, #wpadminbar li#wp-admin-bar-new-content, #wpadminbar li#wp-admin-bar-site-editor, #wpadminbar li#wp-admin-bar-site-name, #wpadminbar li#wp-admin-bar-updates, #wpadminbar li#wp-admin-bar-wp-logo {
    width: 40px;
  }
  .admin-bar header #header-wrapper {
    padding-top: 60px;
  }
  .admin-bar .header-sticky header #header-wrapper.sticky.smaller {
    top: 45px;
  }
  .admin-bar .header-sticky header #header-wrapper.sticky.smaller a#slideout-trigger {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 320px) {
  .container {
    max-width: calc(100% - 40px);
  }
}
/*-----------------------------------------------------------------------------------*/
/*  FLEX GRID
/*-----------------------------------------------------------------------------------*/
.grid,
.grid-mobile, .wp-block-columns {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid .cell,
.grid-mobile .cell, .wp-block-column {
  flex: 1;
}

@media (min-width: 768px) {
  .grid, .wp-block-columns {
    display: flex;
  }
  .grid.grid-12-col .cell {
    flex: 0 0 calc(8.33% - 18.334px);
  }
  .grid.grid-12-col .cell.span-1 {
    flex: 0 0 calc(10% - 18px);
  }
  .grid.grid-12-col .cell.span-2 {
    flex: 0 0 calc(16.6% - 16.68px);
  }
  .grid.grid-12-col .cell.span-3 {
    flex: 0 0 calc(25% - 15px);
  }
  .grid.grid-12-col .cell.span-4 {
    flex: 0 0 calc(33.3% - 13.34px);
  }
  .grid.grid-12-col .cell.span-5 {
    flex: 0 0 calc(41.6% - 11.68px);
  }
  .grid.grid-12-col .cell.span-6 {
    flex: 0 0 calc(50% - 10px);
  }
  .grid.grid-12-col .cell.span-7 {
    flex: 0 0 calc(58.3% - 8.34px);
  }
  .grid.grid-12-col .cell.span-8 {
    flex: 0 0 calc(66.6% - 6.68px);
  }
  .grid.grid-12-col .cell.span-9 {
    flex: 0 0 calc(75% - 5px);
  }
  .grid.grid-12-col .cell.span-10 {
    flex: 0 0 calc(83.3% - 3.34px);
  }
  .grid.grid-12-col .cell.span-11 {
    flex: 0 0 calc(90% - 2px);
  }
  .grid.grid-12-col .cell.span-12 {
    flex: 0 0 100%;
  }
  .grid.grid-2-col .cell, .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 calc(50% - 10px);
  }
  .grid.grid-2-col .cell.span-2, .wp-block-columns.has-2-columns .wp-block-column.span-2 {
    flex: 0 0 100%;
  }
  .grid.grid-3-col .cell, .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc(33.33% - 13.334px);
  }
  .grid.grid-3-col .cell.span-2, .wp-block-columns.has-3-columns .wp-block-column.span-2 {
    flex: 0 0 calc(66.66% - 6.668px);
  }
  .grid.grid-3-col .cell.span-3, .wp-block-columns.has-3-columns .wp-block-column.span-3 {
    flex: 0 0 100%;
  }
  .grid.grid-4-col .cell, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 calc(25% - 15px);
  }
  .grid.grid-4-col .cell.span-2, .wp-block-columns.has-4-columns .wp-block-column.span-2 {
    flex: 0 0 calc(50% - 10px);
  }
  .grid.grid-4-col .cell.span-3, .wp-block-columns.has-4-columns .wp-block-column.span-3 {
    flex: 0 0 calc(75% - 5px);
  }
  .grid.grid-4-col .cell.span-4, .wp-block-columns.has-4-columns .wp-block-column.span-4 {
    flex: 0 0 100%;
  }
  .grid.grid-5-col .cell, .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 calc(20% - 16px);
  }
  .grid.grid-5-col .cell.span-2, .wp-block-columns.has-5-columns .wp-block-column.span-2 {
    flex: 0 0 calc(40% - 12px);
  }
  .grid.grid-5-col .cell.span-3, .wp-block-columns.has-5-columns .wp-block-column.span-3 {
    flex: 0 0 calc(60% - 8px);
  }
  .grid.grid-5-col .cell.span-4, .wp-block-columns.has-5-columns .wp-block-column.span-4 {
    flex: 0 0 calc(80% - 4px);
  }
  .grid.grid-5-col .cell.span-5, .wp-block-columns.has-5-columns .wp-block-column.span-5 {
    flex: 0 0 100%;
  }
  .grid.grid-6-col .cell, .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 calc(16.66% - 16.668px);
  }
  .grid.grid-6-col .cell.span-2, .wp-block-columns.has-6-columns .wp-block-column.span-2 {
    flex: 0 0 calc(40% - 12px);
  }
  .grid.grid-6-col .cell.span-3, .wp-block-columns.has-6-columns .wp-block-column.span-3 {
    flex: 0 0 calc(60% - 8px);
  }
  .grid.grid-6-col .cell.span-4, .wp-block-columns.has-6-columns .wp-block-column.span-4 {
    flex: 0 0 calc(80% - 4px);
  }
  .grid.grid-6-col .cell.span-5, .wp-block-columns.has-6-columns .wp-block-column.span-5 {
    flex: 0 0 calc(100% - 0px);
  }
  .grid.grid-6-col .cell.span-6, .wp-block-columns.has-6-columns .wp-block-column.span-6 {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .grid-mobile {
    display: flex;
  }
  .grid-mobile.grid-mobile-2-col .cell, .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 calc(50% - 10px);
  }
  .grid-mobile.grid-mobile-2-col .cell.span-2, .wp-block-columns.has-2-columns .wp-block-column.span-2 {
    flex: 0 0 100%;
  }
  .grid-mobile.grid-mobile-3-col .cell, .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc(33.33% - 13.334px);
  }
  .grid-mobile.grid-mobile-3-col .cell.span-2, .wp-block-columns.has-3-columns .wp-block-column.span-2 {
    flex: 0 0 calc(66.66% - 6.668px);
  }
  .grid-mobile.grid-mobile-3-col .cell.span-3, .wp-block-columns.has-3-columns .wp-block-column.span-3 {
    flex: 0 0 100%;
  }
  .grid-mobile.grid-mobile-4-col .cell, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 calc(25% - 15px);
  }
  .grid-mobile.grid-mobile-4-col .cell.span-2, .wp-block-columns.has-4-columns .wp-block-column.span-2 {
    flex: 0 0 calc(50% - 10px);
  }
  .grid-mobile.grid-mobile-4-col .cell.span-3, .wp-block-columns.has-4-columns .wp-block-column.span-3 {
    flex: 0 0 calc(75% - 5px);
  }
  .grid-mobile.grid-mobile-4-col .cell.span-4, .wp-block-columns.has-4-columns .wp-block-column.span-4 {
    flex: 0 0 100%;
  }
  .grid-mobile.grid-mobile-5-col .cell, .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 calc(20% - 16px);
  }
  .grid-mobile.grid-mobile-5-col .cell.span-2, .wp-block-columns.has-5-columns .wp-block-column.span-2 {
    flex: 0 0 calc(40% - 12px);
  }
  .grid-mobile.grid-mobile-5-col .cell.span-3, .wp-block-columns.has-5-columns .wp-block-column.span-3 {
    flex: 0 0 calc(60% - 8px);
  }
  .grid-mobile.grid-mobile-5-col .cell.span-4, .wp-block-columns.has-5-columns .wp-block-column.span-4 {
    flex: 0 0 calc(80% - 4px);
  }
  .grid-mobile.grid-mobile-5-col .cell.span-5, .wp-block-columns.has-5-columns .wp-block-column.span-5 {
    flex: 0 0 100%;
  }
  .grid-mobile.grid-mobile-6-col .cell, .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 calc(16.66% - 16.668px);
  }
  .grid-mobile.grid-mobile-6-col .cell.span-2, .wp-block-columns.has-6-columns .wp-block-column.span-2 {
    flex: 0 0 calc(40% - 12px);
  }
  .grid-mobile.grid-mobile-6-col .cell.span-3, .wp-block-columns.has-6-columns .wp-block-column.span-3 {
    flex: 0 0 calc(60% - 8px);
  }
  .grid-mobile.grid-mobile-6-col .cell.span-4, .wp-block-columns.has-6-columns .wp-block-column.span-4 {
    flex: 0 0 calc(80% - 4px);
  }
  .grid-mobile.grid-mobile-6-col .cell.span-5, .wp-block-columns.has-6-columns .wp-block-column.span-5 {
    flex: 0 0 calc(100% - 0px);
  }
  .grid-mobile.grid-mobile-6-col .cell.span-6, .wp-block-columns.has-6-columns .wp-block-column.span-6 {
    flex: 0 0 100%;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  FLEXIBLE LAYOUT
/*-----------------------------------------------------------------------------------*/
.layout-section.section-bounded {
  max-width: 1200px;
}

/* Section Padding */
.layout-section.padding-small .cls-background {
  padding-top: 25px;
  padding-bottom: 25px;
}

.layout-section.padding-medium .cls-background {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .layout-section.padding-medium .cls-background {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.layout-section.padding-large .cls-background {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .layout-section.padding-large .cls-background {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .layout-section.padding-large .cls-background {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* Container Width */
.layout-section.container-small .container {
  max-width: 960px;
}

.layout-section.container-full .container {
  max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  FORMS AND FIELDS
/*-----------------------------------------------------------------------------------*/
select:not([multiple]) option:not(:checked) {
  color: #000000;
}

::placeholder {
  color: #0B2532;
}

:focus::placeholder {
  color: #0B2532;
}

/*-----------------------------------------------------------------------------------*/
/*  BUTTONS
/*-----------------------------------------------------------------------------------*/
.button,
button:not([role=tab]):not(.components-button):not([id*=mceu]):not([class*=media-frame]):not([type=button]),
input[type=submit],
input[type=reset],
input[type=button],
.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary,
.wp-block-file__button, .wp-block-button__link,
.gform_wrapper.gform-theme .gform-body .gfield .button.gform_button_select_files {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 24px 0 24px;
  margin: 0;
  color: #ffffff;
  border: 1px solid #054279;
  background: #054279;
  transition: all 0.3s ease;
  display: inline-block;
  height: auto;
  max-width: 100%;
  text-wrap: wrap;
}
.button:hover, .button:focus,
button:not([role=tab]):not(.components-button):not([id*=mceu]):not([class*=media-frame]):not([type=button]):hover,
button:not([role=tab]):not(.components-button):not([id*=mceu]):not([class*=media-frame]):not([type=button]):focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus,
.button.button-primary:hover,
.button.button-primary:focus,
button.button-primary:hover,
button.button-primary:focus,
input[type=submit].button-primary:hover,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:hover,
input[type=reset].button-primary:focus,
input[type=button].button-primary:hover,
input[type=button].button-primary:focus,
.wp-block-file__button:hover,
.wp-block-file__button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus,
.gform_wrapper.gform-theme .gform-body .gfield .button.gform_button_select_files:hover,
.gform_wrapper.gform-theme .gform-body .gfield .button.gform_button_select_files:focus {
  background: #F63F83;
  border-color: #F63F83;
  color: #ffffff;
}

p:has(.button) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
p:has(.button)[style*="text-align: center;"] {
  justify-content: center;
}

.button.button-ghost,
button.button-ghost,
input[type=submit].button-ghost,
input[type=reset].button-ghost,
input[type=button].button-ghost {
  background: none;
  border: none;
  padding: 0;
  color: #F63F83;
  text-transform: none;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  transition: all 0.3s ease;
}
.button.button-ghost:hover, .button.button-ghost:focus,
button.button-ghost:hover,
button.button-ghost:focus,
input[type=submit].button-ghost:hover,
input[type=submit].button-ghost:focus,
input[type=reset].button-ghost:hover,
input[type=reset].button-ghost:focus,
input[type=button].button-ghost:hover,
input[type=button].button-ghost:focus {
  color: #054279;
}

.gform_wrapper.gform-theme .gform_footer .gform_button {
  color: #ffffff !important;
  border: 1px solid #F63F83 !important;
  max-width: 100%;
  padding: 6px 24.5px 0 !important;
  font-family: "Cambay", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 40px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  height: unset;
  background: #F63F83 !important;
  border-radius: 0 !important;
  transition: all 0.3s ease !important;
  white-space: wrap;
}
.gform_wrapper.gform-theme .gform_footer .gform_button:hover, .gform_wrapper.gform-theme .gform_footer .gform_button:focus {
  border-color: #054279 !important;
  color: #ffffff !important;
  background-color: #054279 !important;
}

.button.button-pink,
button.button-pink,
input[type=submit].button-pink,
input[type=reset].button-pink,
input[type=button].button-pink {
  background: #F63F83;
  border-color: #F63F83;
}
.button.button-pink:hover, .button.button-pink:focus,
button.button-pink:hover,
button.button-pink:focus,
input[type=submit].button-pink:hover,
input[type=submit].button-pink:focus,
input[type=reset].button-pink:hover,
input[type=reset].button-pink:focus,
input[type=button].button-pink:hover,
input[type=button].button-pink:focus {
  background: #054279;
  border-color: #054279;
}

@media screen and (max-width: 375px) {
  .button,
  button:not([role=tab]):not(.components-button):not([id*=mceu]):not([class*=media-frame]):not([type=button]),
  input[type=submit],
  input[type=reset],
  input[type=button],
  .button.button-primary,
  button.button-primary,
  input[type=submit].button-primary,
  input[type=reset].button-primary,
  input[type=button].button-primary,
  .wp-block-file__button, .wp-block-button__link,
  .gform_wrapper.gform-theme .gform-body .gfield .button.gform_button_select_files {
    font-size: 14px;
    line-height: 34px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Gravity Form
/*-----------------------------------------------------------------------------------*/
.gform_wrapper.gform-theme form {
  display: flex;
  flex-direction: column;
  gap: 21px 0;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields input, .gform_wrapper.gform-theme form .gform-body .gform_fields select, .gform_wrapper.gform-theme form .gform-body .gform_fields textarea {
  background: #ffffff;
  border: 1px solid #F3F0EB;
  border-radius: 0;
  box-shadow: none;
  padding: 4px 15px 3px;
  font-family: "loretta", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #0B2532;
  height: auto;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields input::placeholder, .gform_wrapper.gform-theme form .gform-body .gform_fields select::placeholder, .gform_wrapper.gform-theme form .gform-body .gform_fields textarea::placeholder {
  opacity: 1;
  color: #0B2532;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields input[type=checkbox], .gform_wrapper.gform-theme form .gform-body .gform_fields select[type=checkbox], .gform_wrapper.gform-theme form .gform-body .gform_fields textarea[type=checkbox] {
  padding: 0;
  height: 22px;
  width: 22px;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox {
  margin: 5px 0 0 0;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox label {
  font-family: "loretta", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #0B2532;
  margin: 0;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .ginput_container_textarea textarea.small {
  height: 170px;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .gfield_required {
  color: #F63F83;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .gfield_description,
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .gfield_label {
  font-family: "loretta", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #0B2532;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .gfield_validation_message {
  font-family: "loretta", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #F63F83;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield.gfield--type-radio input {
  padding: 0;
  border-radius: 50%;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield.gfield--type-radio input:before {
  block-size: 12px;
  inline-size: 12px;
  background-color: #0B2532;
}
.gform_wrapper.gform-theme form .gform-body .gform_fields .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: #0B2532;
}
.gform_wrapper.gform-theme form .gform_footer {
  margin: 0;
}
.gform_wrapper.gform-theme .gform_validation_errors {
  padding: 0;
  margin: 0 0 10px;
  border: none;
  background: none;
  box-shadow: none;
}
.gform_wrapper.gform-theme .gform_validation_errors .gform_submission_error {
  font-size: 16px;
  line-height: 20px;
  color: #F63F83;
}
.gform_wrapper.gform-theme .gform_validation_errors .gform_submission_error .gform-icon {
  color: #F63F83;
  border: 1px solid #F63F83;
  background: none;
}

@media screen and (max-width: 667px) {
  .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .ginput_container_name {
    flex-direction: column;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
#outer-wrapper {
  position: relative;
  min-height: 235px;
}

header #header-wrapper {
  padding: 24px 0;
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.4) 95%, rgba(255, 255, 255, 0) 100%);*/
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
  /*&:hover {
  	background: $color_light_cream;
  }*/
}
header #header-wrapper.smaller {
  padding: 24px 0;
  background: #F3F0EB;
}
header #header-wrapper.smaller .logo {
  width: 200px;
}
header #header-wrapper.smaller .nav-bar {
  top: 0 !important;
}
header #header-wrapper .logo-image {
  display: block;
  line-height: 0;
  margin: 0 0 14px;
}
header #header-wrapper .logo {
  width: 327px;
}
header #header-wrapper.overlay-menu.smaller #linkbar-left a, header #header-wrapper.overlay-menu.smaller #linkbar-right a, header #header-wrapper.overlay-menu.smaller #linkbar a {
  color: #0B2532;
  /*text-shadow: none;*/
}
header #header-wrapper.smaller #linkbar-left a, header #header-wrapper.smaller #linkbar-right a, header #header-wrapper.smaller #linkbar a {
  color: #0B2532;
  /*text-shadow: none;*/
}

.admin-bar header #header-wrapper {
  padding-top: 56px;
}
.admin-bar a#slideout-trigger {
  transform: translateY(calc(-50% + 16px));
}

@media screen and (max-width: 1194px) {
  header #header-wrapper .logo-image {
    margin: 0;
  }
}
@media screen and (max-width: 950px) {
  header #header-wrapper .logo {
    width: 270px;
  }
  header #header-wrapper.smaller {
    padding: 15px 0;
  }
  header #header-wrapper.smaller .logo {
    width: 170px;
  }
  .admin-bar header #header-wrapper {
    padding-top: 47px;
  }
  .admin-bar a#slideout-trigger {
    transform: translateY(calc(-50% + 16px));
  }
}
@media screen and (max-width: 768px) {
  .admin-bar header #header-wrapper {
    padding-top: 61px;
  }
  .admin-bar a#slideout-trigger {
    transform: translateY(calc(-50% + 23px));
  }
}
@media screen and (max-width: 568px) {
  header #header-wrapper {
    padding: 15px 0;
  }
  header #header-wrapper .logo {
    width: 170px;
  }
  header #header-wrapper.smaller {
    padding: 15px 0;
  }
  header #header-wrapper.smaller .logo {
    width: 150px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
#linkbar ul.nav-list li > ul.sub-menu {
  width: 100%;
  background: #F3F0EB;
}

@media (max-width: 1199px) {
  #slideout-menu ul.sub-menu {
    margin: 0;
  }
  #slideout-menu li.toggled ul.sub-menu {
    margin: 20px 0 0 0;
  }
  #slideout-menu li.toggled ul.sub-menu li:last-child {
    margin: 0;
  }
}
#linkbar a, #linkbar-left a, #linkbar-right a {
  color: #0B2532;
  /*text-shadow: 2px 2px 5px $color_white;*/
  font-family: "Cambay", sans-serif;
}
#linkbar a:hover, #linkbar-left a:hover, #linkbar-right a:hover {
  color: #F63F83;
}
#linkbar li.button a, #linkbar-left li.button a, #linkbar-right li.button a {
  background-color: #0B2532;
  border: 1px solid #0B2532;
}
#linkbar li.button a:hover, #linkbar-left li.button a:hover, #linkbar-right li.button a:hover {
  background-color: #F63F83;
  border-color: #F63F83;
}
#linkbar li.button a:focus, #linkbar-left li.button a:focus, #linkbar-right li.button a:focus {
  background-color: #F63F83;
  border-color: #F63F83;
}
#linkbar nav ul, #linkbar-left nav ul, #linkbar-right nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 49px;
  justify-content: center;
}
#linkbar nav ul li, #linkbar-left nav ul li, #linkbar-right nav ul li {
  padding: 0;
}
#linkbar nav ul li a, #linkbar-left nav ul li a, #linkbar-right nav ul li a {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 1.89px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  #linkbar nav, #linkbar-left nav, #linkbar-right nav {
    display: none;
  }
}
#linkbar .current-menu-item a, #linkbar-left .current-menu-item a, #linkbar-right .current-menu-item a {
  color: #F63F83 !important;
}

/*   NAV SUB MENUS
==========*/
.nav-menu li.menu-item-has-children > a:after {
  border-top-color: #0B2532;
}

/* -------------------------------- 
			Mobile Nav 
-------------------------------- */
#slideout-menu {
  background-color: #0B2532;
  max-width: 100%;
  padding: 100px 30px;
}
#slideout-menu #nav-close {
  top: 60px;
  right: 30px;
}
#slideout-menu a {
  font-family: "Cambay", sans-serif;
}

a#slideout-trigger {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  a#slideout-trigger {
    display: block;
  }
}

#slideout-bar {
  background-color: #0B2532;
  top: 8px;
}
#slideout-bar:before {
  background-color: #0B2532;
  bottom: 8px;
}
#slideout-bar:after {
  background-color: #0B2532;
  top: 7px;
}

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
#simple-top-footer .simple-footer-menu .menu-links ul li {
  font-family: "Cambay", sans-serif;
}
#simple-top-footer .simple-footer-menu .menu-links ul li a {
  color: #0B2532;
}

#big-top-footer .widget_nav_menu ul.nav-menu li a {
  color: #0B2532;
  font-family: "Cambay", sans-serif;
}
#big-top-footer #sb_instagram #sbi_load .sbi_follow_btn a {
  color: #0B2532;
  font-family: "Cambay", sans-serif;
}
#big-top-footer #sb_instagram #sbi_load .sbi_follow_btn a:hover, #big-top-footer #sb_instagram #sbi_load .sbi_follow_btn a:focus {
  background-color: #0B2532;
}
#big-top-footer .null-instagram-feed .widget-title, #big-top-footer .null-instagram-feed p.clear a {
  color: #0B2532;
  font-family: "Cambay", sans-serif;
}
#big-top-footer .null-instagram-feed .widget-title:hover, #big-top-footer .null-instagram-feed p.clear a:hover {
  background-color: #0B2532;
}

#widget-top-footer .null-instagram-feed .widget-title, #widget-top-footer .null-instagram-feed p.clear a {
  color: #0B2532;
}
#widget-top-footer .null-instagram-feed .widget-title:hover, #widget-top-footer .null-instagram-feed p.clear a:hover {
  background-color: #0B2532;
}
#widget-top-footer ul.menu li {
  font-family: "Cambay", sans-serif;
}
#widget-top-footer ul.menu li a {
  color: #0B2532;
}

footer.main-footer {
  padding: 70px 0 83px;
  margin: 0;
  background: #0B2532;
  color: #ffffff;
}
footer.main-footer h1, footer.main-footer h2, footer.main-footer h3, footer.main-footer h4, footer.main-footer h5, footer.main-footer h6, footer.main-footer p, footer.main-footer a {
  color: #ffffff;
}
footer.main-footer h5 {
  font-weight: 700;
  /*size: 18px;*/
  font-size: 16px;
  /*line-height: 29px;*/
  line-height: 24px;
  letter-spacing: 2.5px;
}
footer.main-footer p {
  /*font-size: 16px;
  line-height: 24px;*/
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 24px 0;
}
footer.main-footer p.no-margin {
  margin: 0;
}
footer.main-footer a:hover, footer.main-footer a:focus {
  color: #F63F83;
}
footer.main-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-size: 16px;
  line-height: 24px;
}
footer.main-footer ul li {
  margin: 0;
  position: relative;
}
footer.main-footer ul li a {
  text-decoration: underline;
}
footer.main-footer ul li.current-menu-item a {
  color: #F63F83;
}
footer.main-footer ul li:after {
  content: "|";
  position: absolute;
  right: -6px;
  top: 0;
}
footer.main-footer ul li:last-child:after {
  display: none;
}
footer.main-footer .footer-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 0 0 24px;
  display: flex;
  flex-direction: row;
  gap: 0 60px;
}
footer.main-footer .footer-inner > div {
  flex-grow: 0;
  flex-shrink: 0;
}
footer.main-footer .footer-inner > div.footer-about {
  flex-grow: 1;
}
footer.main-footer .footer-newsletter {
  width: 365px;
}
footer.main-footer .footer-newsletter p {
  margin: 0 0 19px 0;
  max-width: 360px;
}
footer.main-footer .gform_wrapper.gform-theme form {
  gap: 12px 0;
}
footer.main-footer .gform_wrapper.gform-theme form .gform-body .gform_fields {
  gap: 13px 0;
}
footer.main-footer .gform_wrapper.gform-theme form .gform-body .gform_fields input, footer.main-footer .gform_wrapper.gform-theme form .gform-body .gform_fields select, footer.main-footer .gform_wrapper.gform-theme form .gform-body .gform_fields textarea {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 5px 16px 3px;
  /*font-size: 18px;
  line-height: 30px;*/
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
footer.main-footer .gform_wrapper.gform-theme form .gform-body .gform_fields input::placeholder, footer.main-footer .gform_wrapper.gform-theme form .gform-body .gform_fields select::placeholder, footer.main-footer .gform_wrapper.gform-theme form .gform-body .gform_fields textarea::placeholder {
  color: #ffffff;
}
footer.main-footer .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox label {
  color: #ffffff;
}
footer.main-footer .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .gfield_description,
footer.main-footer .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .gfield_label {
  color: #ffffff;
}
footer.main-footer .gform_wrapper.gform-theme form .gform-body .gform_fields .gfield .gfield_validation_message {
  color: #F63F83;
}
footer.main-footer .gform_wrapper.gform-theme .gform_footer {
  flex-direction: column;
}
footer.main-footer .gform_wrapper.gform-theme .gform_footer .gform_button {
  padding: 2px 25px 0 !important;
}
footer.main-footer .footer-about {
  width: 323px;
}
footer.main-footer .footer-contact {
  width: 255px;
}
footer.main-footer .footer-social {
  width: 155px;
}
footer.main-footer .footer-social .social-links {
  gap: 26px;
  justify-content: center;
  line-height: 0;
  margin: 0 0 123px;
}
footer.main-footer .footer-social .social-links li a {
  /*font-size: 28px;*/
  font-size: 26px;
  line-height: 0;
  color: #FEFEFE;
}
footer.main-footer .footer-social .social-links li a:hover, footer.main-footer .footer-social .social-links li a:focus {
  color: #F63F83;
}
footer.main-footer .footer-social .social-links li a svg {
  display: block;
  width: auto !important;
  /*height: 29px;*/
  height: 27px;
}
footer.main-footer .footer-social .social-links li a svg.fa-facebook-f {
  margin: -3px 0 0 0;
}
footer.main-footer .footer-social .social-links li:after {
  display: none;
}
footer.main-footer .footer-social .footer-logo {
  line-height: 0;
  text-align: center;
}
footer.main-footer .footer-social .footer-logo img {
  width: 142px;
  height: auto;
}
footer #credits {
  color: #0B2532;
  font-family: "Cambay", sans-serif;
}
footer #credits a {
  color: #0B2532;
}
footer #credits a:hover {
  color: #F63F83;
}
@media (max-width: 767px) {
  footer #credits .footer-left {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer #credits .footer-right {
    width: 100%;
    text-align: center;
  }
}

#creditslide {
  bottom: -100%;
  overflow: auto;
  max-height: 100vh;
}
#creditslide .callout-std {
  font-family: "loretta", serif;
}
#creditslide .callout-std span {
  color: #0B2532 !important;
  font-family: "minion-pro", serif;
}

@media screen and (max-width: 1280px) {
  footer.main-footer {
    padding: 50px 0;
  }
  footer.main-footer .footer-inner {
    max-width: calc(100% - 100px);
    padding: 0;
    gap: 0 30px;
  }
  footer.main-footer .footer-newsletter {
    width: 330px;
  }
  footer.main-footer .footer-about {
    width: 300px;
  }
}
@media screen and (max-width: 1194px) {
  footer.main-footer .footer-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  footer.main-footer .footer-newsletter,
  footer.main-footer .footer-about,
  footer.main-footer .footer-contact,
  footer.main-footer .footer-social {
    width: calc((100% - 60px) / 3);
  }
  footer.main-footer .footer-social .social-links {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 950px) {
  footer.main-footer .footer-newsletter {
    width: 100%;
  }
  footer.main-footer .footer-newsletter p {
    max-width: unset;
  }
  footer.main-footer .footer-about,
  footer.main-footer .footer-contact {
    width: calc((100% - 30px) / 2);
  }
  footer.main-footer .footer-social {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  footer.main-footer .footer-inner {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 736px) {
  footer.main-footer .footer-about,
  footer.main-footer .footer-contact {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  #creditslide #credit-close {
    top: 55px;
  }
  #creditslide .container > * {
    width: 45%;
  }
}
@media screen and (max-width: 375px) {
  #creditslide .container > * {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  footer.main-footer {
    padding: 30px 0;
  }
  footer.main-footer .footer-inner {
    max-width: calc(100% - 40px);
  }
  footer.main-footer .gform_wrapper.gform-theme .gform_footer .gform_button {
    font-size: 14px !important;
  }
}
.top-link {
  color: #0B2532;
}

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.blog .featured-post,
.search .featured-post,
.archive .featured-post,
.single .featured-post {
  padding: 0;
  background-image: none !important;
}
.blog .featured-post h6.archive-title,
.search .featured-post h6.archive-title,
.archive .featured-post h6.archive-title,
.single .featured-post h6.archive-title {
  color: #0B2532;
}
.blog .featured-post h6.archive-title span,
.search .featured-post h6.archive-title span,
.archive .featured-post h6.archive-title span,
.single .featured-post h6.archive-title span {
  line-height: 1.2;
}
.blog .featured-post #search_form svg,
.search .featured-post #search_form svg,
.archive .featured-post #search_form svg,
.single .featured-post #search_form svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.blog .featured-post #search_form input,
.search .featured-post #search_form input,
.archive .featured-post #search_form input,
.single .featured-post #search_form input {
  margin: 0;
  text-indent: 0;
  background: #ffffff;
  border: 1px solid #0B2532;
  border-radius: 0;
  box-shadow: none;
  padding: 4px 15px 3px;
  font-family: "loretta", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #0B2532;
  height: auto;
}
.blog .blog-header,
.search .blog-header,
.archive .blog-header,
.single .blog-header {
  margin-top: 260px;
}
.blog .blog-header header.entry-header h1,
.search .blog-header header.entry-header h1,
.archive .blog-header header.entry-header h1,
.single .blog-header header.entry-header h1 {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 62px;
  text-align: center;
}
.blog .blog-grid-filter ul.blog-filter-list,
.search .blog-grid-filter ul.blog-filter-list,
.archive .blog-grid-filter ul.blog-filter-list,
.single .blog-grid-filter ul.blog-filter-list {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  gap: 20px 30px !important;
  justify-content: center;
  margin: 0 0 50px !important;
}
.blog .blog-grid-filter ul.blog-filter-list li,
.search .blog-grid-filter ul.blog-filter-list li,
.archive .blog-grid-filter ul.blog-filter-list li,
.single .blog-grid-filter ul.blog-filter-list li {
  background: none !important;
  padding: 0 !important;
  position: relative;
  text-transform: uppercase;
  font-family: "Cambay", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}
.blog .blog-grid-filter ul.blog-filter-list li a,
.search .blog-grid-filter ul.blog-filter-list li a,
.archive .blog-grid-filter ul.blog-filter-list li a,
.single .blog-grid-filter ul.blog-filter-list li a {
  color: #0B2532;
}
.blog .blog-grid-filter ul.blog-filter-list li:after,
.search .blog-grid-filter ul.blog-filter-list li:after,
.archive .blog-grid-filter ul.blog-filter-list li:after,
.single .blog-grid-filter ul.blog-filter-list li:after {
  content: "|";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
}
.blog .blog-grid-filter ul.blog-filter-list li:last-child:after,
.search .blog-grid-filter ul.blog-filter-list li:last-child:after,
.archive .blog-grid-filter ul.blog-filter-list li:last-child:after,
.single .blog-grid-filter ul.blog-filter-list li:last-child:after {
  display: none;
}
.blog .blog-grid-filter ul.blog-filter-list li.current-menu-item a,
.search .blog-grid-filter ul.blog-filter-list li.current-menu-item a,
.archive .blog-grid-filter ul.blog-filter-list li.current-menu-item a,
.single .blog-grid-filter ul.blog-filter-list li.current-menu-item a {
  color: #F63F83;
}
.blog .blog-content,
.search .blog-content,
.archive .blog-content,
.single .blog-content {
  display: flex;
  flex-direction: row;
  gap: 0 50px;
}
.blog .blog-content .content-area,
.search .blog-content .content-area,
.archive .blog-content .content-area,
.single .blog-content .content-area {
  width: calc(100% - 400px);
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.blog .blog-content .content-area .entry-archive,
.search .blog-content .content-area .entry-archive,
.archive .blog-content .content-area .entry-archive,
.single .blog-content .content-area .entry-archive {
  margin: 0;
}
.blog .blog-content .content-area .entry-archive .entry-image,
.search .blog-content .content-area .entry-archive .entry-image,
.archive .blog-content .content-area .entry-archive .entry-image,
.single .blog-content .content-area .entry-archive .entry-image {
  line-height: 0;
  margin: 0 0 20px;
}
.blog .blog-content .content-area .entry-archive .entry-image a,
.search .blog-content .content-area .entry-archive .entry-image a,
.archive .blog-content .content-area .entry-archive .entry-image a,
.single .blog-content .content-area .entry-archive .entry-image a {
  display: block;
}
.blog .blog-content .content-area .entry-archive .categories,
.search .blog-content .content-area .entry-archive .categories,
.archive .blog-content .content-area .entry-archive .categories,
.single .blog-content .content-area .entry-archive .categories {
  color: #F63F83;
  margin: 0 0 10px 0;
}
.blog .blog-content .content-area .entry-archive .categories a,
.search .blog-content .content-area .entry-archive .categories a,
.archive .blog-content .content-area .entry-archive .categories a,
.single .blog-content .content-area .entry-archive .categories a {
  font-family: "Cambay", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  margin: 0;
  letter-spacing: 2.78px;
  text-transform: uppercase;
  color: #F63F83;
}
.blog .blog-content .content-area .entry-archive h2,
.search .blog-content .content-area .entry-archive h2,
.archive .blog-content .content-area .entry-archive h2,
.single .blog-content .content-area .entry-archive h2 {
  margin: 0 0 20px 0;
  line-height: 100%;
}
.blog .blog-content .content-area .entry-archive h3 a,
.search .blog-content .content-area .entry-archive h3 a,
.archive .blog-content .content-area .entry-archive h3 a,
.single .blog-content .content-area .entry-archive h3 a {
  color: #0B2532;
}
.blog .blog-content .content-area .entry-archive h3 a:hover, .blog .blog-content .content-area .entry-archive h3 a:focus,
.search .blog-content .content-area .entry-archive h3 a:hover,
.search .blog-content .content-area .entry-archive h3 a:focus,
.archive .blog-content .content-area .entry-archive h3 a:hover,
.archive .blog-content .content-area .entry-archive h3 a:focus,
.single .blog-content .content-area .entry-archive h3 a:hover,
.single .blog-content .content-area .entry-archive h3 a:focus {
  color: #F63F83;
}
.blog .blog-content .content-area .entry-archive .entry-content,
.search .blog-content .content-area .entry-archive .entry-content,
.archive .blog-content .content-area .entry-archive .entry-content,
.single .blog-content .content-area .entry-archive .entry-content {
  margin: 0 0 20px 0;
}
.blog .blog-content .content-area .entry-archive .content-right,
.blog .blog-content .content-area .entry-archive .content-right-alternate,
.search .blog-content .content-area .entry-archive .content-right,
.search .blog-content .content-area .entry-archive .content-right-alternate,
.archive .blog-content .content-area .entry-archive .content-right,
.archive .blog-content .content-area .entry-archive .content-right-alternate,
.single .blog-content .content-area .entry-archive .content-right,
.single .blog-content .content-area .entry-archive .content-right-alternate {
  gap: 0 30px;
}
.blog .blog-content .content-area .entry-archive .content-right.grid.grid-12-col .cell.span-5,
.blog .blog-content .content-area .entry-archive .content-right-alternate.grid.grid-12-col .cell.span-5,
.search .blog-content .content-area .entry-archive .content-right.grid.grid-12-col .cell.span-5,
.search .blog-content .content-area .entry-archive .content-right-alternate.grid.grid-12-col .cell.span-5,
.archive .blog-content .content-area .entry-archive .content-right.grid.grid-12-col .cell.span-5,
.archive .blog-content .content-area .entry-archive .content-right-alternate.grid.grid-12-col .cell.span-5,
.single .blog-content .content-area .entry-archive .content-right.grid.grid-12-col .cell.span-5,
.single .blog-content .content-area .entry-archive .content-right-alternate.grid.grid-12-col .cell.span-5 {
  flex: 0 0 300px;
}
.blog .blog-content .content-area .entry-archive .content-right.grid.grid-12-col .cell.span-7,
.blog .blog-content .content-area .entry-archive .content-right-alternate.grid.grid-12-col .cell.span-7,
.search .blog-content .content-area .entry-archive .content-right.grid.grid-12-col .cell.span-7,
.search .blog-content .content-area .entry-archive .content-right-alternate.grid.grid-12-col .cell.span-7,
.archive .blog-content .content-area .entry-archive .content-right.grid.grid-12-col .cell.span-7,
.archive .blog-content .content-area .entry-archive .content-right-alternate.grid.grid-12-col .cell.span-7,
.single .blog-content .content-area .entry-archive .content-right.grid.grid-12-col .cell.span-7,
.single .blog-content .content-area .entry-archive .content-right-alternate.grid.grid-12-col .cell.span-7 {
  flex: 0 0 calc(100% - 350px);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog .blog-content.grid-layout,
.search .blog-content.grid-layout,
.archive .blog-content.grid-layout,
.single .blog-content.grid-layout {
  gap: 30px;
}
.blog .blog-content.grid-layout .grid-item,
.search .blog-content.grid-layout .grid-item,
.archive .blog-content.grid-layout .grid-item,
.single .blog-content.grid-layout .grid-item {
  margin: 0 !important;
  width: calc((100% - 60px) / 3) !important;
  border: 1px solid #F3F0EB;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog .blog-content.grid-layout .grid-item > a:not(.button),
.search .blog-content.grid-layout .grid-item > a:not(.button),
.archive .blog-content.grid-layout .grid-item > a:not(.button),
.single .blog-content.grid-layout .grid-item > a:not(.button) {
  display: block;
  width: 100%;
}
.blog .blog-content.grid-layout .grid-item .loop-excerpt,
.search .blog-content.grid-layout .grid-item .loop-excerpt,
.archive .blog-content.grid-layout .grid-item .loop-excerpt,
.single .blog-content.grid-layout .grid-item .loop-excerpt {
  flex-grow: 1;
  margin: 0 0 10px;
}
.blog .blog-content.grid-layout .grid-item h3,
.search .blog-content.grid-layout .grid-item h3,
.archive .blog-content.grid-layout .grid-item h3,
.single .blog-content.grid-layout .grid-item h3 {
  margin: 0 0 10px;
}
.blog .blog-content.grid-layout .grid-item .loop-blog-content,
.search .blog-content.grid-layout .grid-item .loop-blog-content,
.archive .blog-content.grid-layout .grid-item .loop-blog-content,
.single .blog-content.grid-layout .grid-item .loop-blog-content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog .entry-single.post .entry-content > img:first-child,
.search .entry-single.post .entry-content > img:first-child,
.archive .entry-single.post .entry-content > img:first-child,
.single .entry-single.post .entry-content > img:first-child {
  width: 300px;
  max-width: 100%;
}
.blog .aside,
.search .aside,
.archive .aside,
.single .aside {
  width: 350px;
  margin: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.blog .aside h2,
.blog .aside .wp-block-search__label,
.search .aside h2,
.search .aside .wp-block-search__label,
.archive .aside h2,
.archive .aside .wp-block-search__label,
.single .aside h2,
.single .aside .wp-block-search__label {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 42px;
  margin: 0 0 14px;
  color: #0B2532;
}
.blog .aside .wp-block-search__inside-wrapper,
.search .aside .wp-block-search__inside-wrapper,
.archive .aside .wp-block-search__inside-wrapper,
.single .aside .wp-block-search__inside-wrapper {
  flex-direction: column;
  gap: 10px 0;
}
.blog .aside .wp-block-search__inside-wrapper input,
.search .aside .wp-block-search__inside-wrapper input,
.archive .aside .wp-block-search__inside-wrapper input,
.single .aside .wp-block-search__inside-wrapper input {
  background: #ffffff;
  border: 1px solid #0B2532;
  border-radius: 0;
  box-shadow: none;
  padding: 4px 15px 3px;
  font-family: "loretta", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #0B2532;
  height: auto;
}
.blog .aside ol.wp-block-latest-comments,
.search .aside ol.wp-block-latest-comments,
.archive .aside ol.wp-block-latest-comments,
.single .aside ol.wp-block-latest-comments {
  padding: 0 !important;
}
.blog .aside ol.wp-block-latest-comments li,
.search .aside ol.wp-block-latest-comments li,
.archive .aside ol.wp-block-latest-comments li,
.single .aside ol.wp-block-latest-comments li {
  background-image: url(./_static/images/oval.svg);
  background-repeat: no-repeat;
  background-position: left 12px;
  padding: 0 0 0 15px !important;
  margin: 0 !important;
  border: none;
}
.blog .aside a,
.search .aside a,
.archive .aside a,
.single .aside a {
  color: #0B2532;
}
.blog .aside a:hover, .blog .aside a:focus,
.search .aside a:hover,
.search .aside a:focus,
.archive .aside a:hover,
.archive .aside a:focus,
.single .aside a:hover,
.single .aside a:focus {
  color: #F63F83;
}

.featured-post.slider, .featured-podcast.slider {
  max-width: 1199px;
}
.featured-post.featured .container, .featured-podcast.featured .container {
  max-width: 1200px;
}
.featured-post.featured .container.border, .featured-podcast.featured .container.border {
  border: 1px solid #0B2532;
}
.featured-post.featured .container .featured-posts-header, .featured-podcast.featured .container .featured-posts-header {
  font-family: "minion-pro", serif;
}
.featured-post.featured .posts-featured .post-item h1, .featured-podcast.featured .posts-featured .post-item h1 {
  color: #0B2532;
}

article .content-right a:hover, article .content-right-alternate a:hover {
  color: #0B2532;
}

@media screen and (max-width: 1194px) {
  .blog .blog-header,
  .search .blog-header,
  .archive .blog-header,
  .single .blog-header {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .blog .featured-post h6.archive-title span,
  .search .featured-post h6.archive-title span,
  .archive .featured-post h6.archive-title span,
  .single .featured-post h6.archive-title span {
    font-size: 34px;
  }
  .blog .blog-header header.entry-header h1,
  .search .blog-header header.entry-header h1,
  .archive .blog-header header.entry-header h1,
  .single .blog-header header.entry-header h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .blog .aside,
  .search .aside,
  .archive .aside,
  .single .aside {
    float: none;
  }
  .blog .aside h2,
  .blog .aside .wp-block-search__label,
  .search .aside h2,
  .search .aside .wp-block-search__label,
  .archive .aside h2,
  .archive .aside .wp-block-search__label,
  .single .aside h2,
  .single .aside .wp-block-search__label {
    font-size: 30px;
    line-height: 37px;
  }
}
@media screen and (max-width: 950px) {
  .blog .blog-header,
  .search .blog-header,
  .archive .blog-header,
  .single .blog-header {
    margin-top: 160px;
  }
  .blog .blog-content,
  .search .blog-content,
  .archive .blog-content,
  .single .blog-content {
    gap: 0 30px;
  }
  .blog .blog-content .content-area,
  .search .blog-content .content-area,
  .archive .blog-content .content-area,
  .single .blog-content .content-area {
    width: calc(65% - 30px);
  }
  .blog .blog-content.grid-layout .grid-item,
  .search .blog-content.grid-layout .grid-item,
  .archive .blog-content.grid-layout .grid-item,
  .single .blog-content.grid-layout .grid-item {
    width: calc((100% - 30px) / 2) !important;
  }
  .blog .aside,
  .search .aside,
  .archive .aside,
  .single .aside {
    width: 35%;
  }
}
@media screen and (max-width: 786px) {
  .blog .blog-content,
  .search .blog-content,
  .archive .blog-content,
  .single .blog-content {
    flex-direction: column;
    gap: 30px 0;
  }
  .blog .blog-content .content-area,
  .search .blog-content .content-area,
  .archive .blog-content .content-area,
  .single .blog-content .content-area {
    width: 100%;
    margin: 0;
  }
  .blog .blog-content.grid-layout,
  .search .blog-content.grid-layout,
  .archive .blog-content.grid-layout,
  .single .blog-content.grid-layout {
    flex-direction: row;
  }
  .blog .aside,
  .search .aside,
  .archive .aside,
  .single .aside {
    width: 100%;
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 568px) {
  .blog .blog-header,
  .search .blog-header,
  .archive .blog-header,
  .single .blog-header {
    margin-top: 100px;
  }
  .blog .blog-content.grid-layout,
  .search .blog-content.grid-layout,
  .archive .blog-content.grid-layout,
  .single .blog-content.grid-layout {
    flex-direction: column;
  }
  .blog .blog-content.grid-layout .grid-item,
  .search .blog-content.grid-layout .grid-item,
  .archive .blog-content.grid-layout .grid-item,
  .single .blog-content.grid-layout .grid-item {
    width: 100% !important;
  }
  .blog .aside,
  .search .aside,
  .archive .aside,
  .single .aside {
    margin: 0 0 30px 0;
  }
  .blog .entry-single.post .entry-content > img:first-child,
  .search .entry-single.post .entry-content > img:first-child,
  .archive .entry-single.post .entry-content > img:first-child,
  .single .entry-single.post .entry-content > img:first-child {
    float: none;
    padding: 0 0 20px 0;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .blog .blog-header header.entry-header h1,
  .search .blog-header header.entry-header h1,
  .archive .blog-header header.entry-header h1,
  .single .blog-header header.entry-header h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	BLOG SINGLE
/*-----------------------------------------------------------------------------------*/
.single {
  padding: 260px 0 0;
}
.single .single-content {
  display: flex;
  flex-direction: row;
  gap: 0 50px;
}
.single .single-content.no-sidebar {
  flex-direction: column;
}
.single .entry .entry-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  text-transform: capitalize;
}
.single .entry .entry-meta > span:after {
  content: "/";
  margin: 0 0 0 10px;
}
.single .entry .entry-meta > span:last-child:after {
  display: none;
}
.single .entry .entry-meta .meta-date {
  display: none;
}
.single .entry .entry-meta .meta-comments:before {
  display: none;
}
.single .content-area {
  float: none;
  width: calc(100% - 400px);
  flex-grow: 1;
  flex-shrink: 0;
}
.single .content-area .entry header.entry-header h1.entry-title {
  margin: 0 0 20px 0;
  font-size: 60px;
  line-height: 62px;
}
.single .content-area .entry .entry-meta ul.post-categories {
  display: inline !important;
}
.single .content-area .entry .entry-meta ul.post-categories li {
  background: none !important;
  padding: 0 !important;
}
.single .content-area .entry .entry-meta ul.post-categories li:after {
  content: ", ";
}
.single .content-area .entry .entry-meta ul.post-categories li:last-child:after {
  display: none;
}
.single .post-footer .share-buttons .share-text {
  font-family: "Cambay", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  margin: 0;
  letter-spacing: 2.78px;
  text-transform: uppercase;
  color: #0B2532;
}
.single #related_posts h3 {
  font-size: 34px;
}
.single #related_posts ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.single #related_posts ul li {
  background: none;
  padding: 0;
  width: calc((100% - 40px) / 3);
}
.single #related_posts ul li h4 {
  font-size: 20px;
  line-height: 22px;
}
.single #related_posts a {
  color: #0B2532;
}
.single #related_posts a:hover, .single #related_posts a:focus {
  color: #F63F83;
}
.single #related_posts .relatedthumb img {
  height: 300px;
  object-fit: cover;
}

h1.entry-title {
  margin: 0 0 30px 0;
  text-align: center;
}

h1.entry-title, .editor-post-title textarea {
  color: #0B2532;
  font-family: "minion-pro", serif;
}

blockquote, .wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-pullquote,
.block-editor__container blockquote, .block-editor__container .wp-block-quote:not(.is-large):not(.is-style-large), .block-editor__container .wp-block-pullquote {
  box-sizing: border-box;
  padding: 20px 0;
  border: none;
  position: relative;
  margin: 0 0 24px 0;
  border-top: 2px solid #F63F83;
  border-bottom: 2px solid #F63F83;
}
blockquote:before, .wp-block-quote:not(.is-large):not(.is-style-large):before, .wp-block-pullquote:before,
.block-editor__container blockquote:before, .block-editor__container .wp-block-quote:not(.is-large):not(.is-style-large):before, .block-editor__container .wp-block-pullquote:before {
  display: none;
}
blockquote p, blockquote .editor-rich-text p, .wp-block-quote:not(.is-large):not(.is-style-large) p, .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p, .wp-block-pullquote p, .wp-block-pullquote .editor-rich-text p,
.block-editor__container blockquote p,
.block-editor__container blockquote .editor-rich-text p, .block-editor__container .wp-block-quote:not(.is-large):not(.is-style-large) p, .block-editor__container .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p, .block-editor__container .wp-block-pullquote p, .block-editor__container .wp-block-pullquote .editor-rich-text p {
  margin: 0 0 20px 0;
  line-height: 34px;
  color: #0B2532;
  text-align: left;
  font-size: 24px;
}
blockquote p:last-child, blockquote .editor-rich-text p:last-child, .wp-block-quote:not(.is-large):not(.is-style-large) p:last-child, .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p:last-child, .wp-block-pullquote p:last-child, .wp-block-pullquote .editor-rich-text p:last-child,
.block-editor__container blockquote p:last-child,
.block-editor__container blockquote .editor-rich-text p:last-child, .block-editor__container .wp-block-quote:not(.is-large):not(.is-style-large) p:last-child, .block-editor__container .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p:last-child, .block-editor__container .wp-block-pullquote p:last-child, .block-editor__container .wp-block-pullquote .editor-rich-text p:last-child {
  margin: 0;
}
blockquote cite, blockquote .wp-block-quote__citation, blockquote .wp-block-pullquote__citation, .wp-block-quote:not(.is-large):not(.is-style-large) cite, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote .wp-block-quote__citation, .wp-block-pullquote .wp-block-pullquote__citation,
.block-editor__container blockquote cite,
.block-editor__container blockquote .wp-block-quote__citation,
.block-editor__container blockquote .wp-block-pullquote__citation, .block-editor__container .wp-block-quote:not(.is-large):not(.is-style-large) cite, .block-editor__container .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation, .block-editor__container .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-pullquote__citation, .block-editor__container .wp-block-pullquote cite, .block-editor__container .wp-block-pullquote .wp-block-quote__citation, .block-editor__container .wp-block-pullquote .wp-block-pullquote__citation {
  display: block;
  margin-top: 25px;
  color: #0B2532;
  text-transform: none;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
blockquote cite::before, blockquote .wp-block-quote__citation::before, blockquote .wp-block-pullquote__citation::before, .wp-block-quote:not(.is-large):not(.is-style-large) cite::before, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation::before, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-pullquote__citation::before, .wp-block-pullquote cite::before, .wp-block-pullquote .wp-block-quote__citation::before, .wp-block-pullquote .wp-block-pullquote__citation::before,
.block-editor__container blockquote cite::before,
.block-editor__container blockquote .wp-block-quote__citation::before,
.block-editor__container blockquote .wp-block-pullquote__citation::before, .block-editor__container .wp-block-quote:not(.is-large):not(.is-style-large) cite::before, .block-editor__container .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation::before, .block-editor__container .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-pullquote__citation::before, .block-editor__container .wp-block-pullquote cite::before, .block-editor__container .wp-block-pullquote .wp-block-quote__citation::before, .block-editor__container .wp-block-pullquote .wp-block-pullquote__citation::before {
  content: "— ";
}

@media screen and (max-width: 1024px) {
  .single .content-area .entry header.entry-header h1.entry-title {
    font-size: 50px;
    line-height: 52px;
  }
}
@media screen and (max-width: 950px) {
  .single {
    padding: 160px 0 0;
  }
}
@media screen and (max-width: 786px) {
  .single .single-content {
    flex-direction: column;
    gap: 30px 0;
  }
  .single .content-area {
    width: 100%;
    margin: 0;
  }
  .single .aside {
    width: 100%;
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 568px) {
  .single {
    padding: 100px 0 0;
  }
  .single #related_posts ul {
    flex-direction: column;
  }
  .single #related_posts ul li {
    width: 100%;
  }
  .single #related_posts .relatedthumb img {
    height: auto;
    object-fit: unset;
  }
  .single #navigation .nav-next,
  .single #navigation .nav-previous {
    margin: 0 0 10px 0;
  }
  .single #navigation .nav-next:last-child,
  .single #navigation .nav-previous:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 568px) {
  .single .post-footer .share-buttons div {
    padding: 0 5px;
  }
  .single .post-footer .share-buttons .share-text {
    padding: 0;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	SHARE LINKS
/*-----------------------------------------------------------------------------------*/
.share-buttons a {
  color: #F63F83;
}
.share-buttons a:hover {
  color: #0B2532;
}

/*-----------------------------------------------------------------------------------*/
/*	ABOUT AUTHOR
/*-----------------------------------------------------------------------------------*/
#about_author .author_text a {
  color: #0B2532;
}

/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR & WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar .widget {
  border-bottom: thin solid #F63F83;
}
#sidebar .widget.social .social-title {
  font-family: "minion-pro", serif;
}
#sidebar .widget.social a:hover {
  color: #F63F83;
}
#sidebar .widget.posts ul.posts-list li a {
  font-family: "minion-pro", serif;
}

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments h4 {
  text-transform: none;
}
#comments ul#comment-block li.comment {
  border-bottom: 1px solid #F63F83;
  background: none;
}
#comments ul#comment-block li.comment ul.children li.comment {
  border-top: 1px solid #F63F83;
}
#comments ul#comment-block li.comment .comment-time a {
  color: #0B2532;
}
#comments ul#comment-block li.comment .comment-time a:hover {
  color: #F63F83;
}
#comments #respond {
  padding: 0;
}
#comments #respond h4 {
  font-size: 30px;
  line-height: 37px;
}
#comments #respond #comment {
  margin: 0 0 10px 0;
}
#comments #comment_form input:not([type=submit]), #comments #comment_form textarea {
  background: #ffffff;
  border: 1px solid #0B2532;
  border-radius: 0;
  box-shadow: none;
  padding: 4px 15px 3px;
  font-family: "loretta", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #0B2532;
  height: auto;
}
#comments #comment_form input:not([type=submit])::placeholder, #comments #comment_form textarea::placeholder {
  opacity: 1;
}

/* Flex Layout Sections */
.flex-sections {
  /*FAQS*/
  /*WOO COLLECTIONS*/
}
.flex-sections .section-logo_section {
  /*logo slider*/
}
.flex-sections .section-logo_section .logo-slider .logo-header {
  font-family: "minion-pro", serif;
}
.flex-sections .section-faq_section .faqs .accordion {
  font-family: "minion-pro", serif;
}
.flex-sections .section-testimonial_slider_section .testimonials-slider .testimonial .auth {
  font-family: "minion-pro", serif;
}
.flex-sections .section-testimonial_slider_section .testimonials-slider .testimonial .title {
  font-family: "Cambay", sans-serif;
}
.flex-sections .section-featured_products_section .featured-products .woo-product .woo-img .sale-circle, .flex-sections .section-featured_products_section .featured-products .woo-product .product-img .sale-circle, .flex-sections .section-featured_products_section .featured-products .product .woo-img .sale-circle, .flex-sections .section-featured_products_section .featured-products .product .product-img .sale-circle {
  font-family: "minion-pro", serif;
}
.flex-sections .section-featured_products_section .featured-products .woo-product .woo-title, .flex-sections .section-featured_products_section .featured-products .woo-product .product-title, .flex-sections .section-featured_products_section .featured-products .product .woo-title, .flex-sections .section-featured_products_section .featured-products .product .product-title {
  font-family: "minion-pro", serif;
}
.flex-sections .section-callout_quote_section .container .call-out-quote .sub-txt {
  font-family: "minion-pro", serif;
}
.flex-sections .section-pricing_tables_section .pricing-table-content .pricing-tables .pricing-table h3.level {
  background-color: #0B2532;
}
.flex-sections .section-countdown_timer_section .countdown li p {
  font-family: "minion-pro", serif;
}
.flex-sections .section-instagram_section .ig-feed #sb_instagram .sbi_follow_btn a {
  color: #F63F83;
  font-style: italic;
  font-family: "loretta", serif;
}
.flex-sections .section-instagram_section .ig-feed #sb_instagram .sbi_follow_btn a:hover, .flex-sections .section-instagram_section .ig-feed #sb_instagram .sbi_follow_btn a:focus {
  color: #0B2532;
}
.flex-sections .section-process_section .process-blocks .process-block .num {
  background-color: #0B2532;
}
.flex-sections .section-woo_collections_section .shop-cat .cat-blocks .cat-block .button {
  color: #0B2532;
}

/* ACF BLOCKS BELOW THIS LINE */
/* DEFAULT GUTENBERG BLOCKS BELOW THIS LINE */
.wp-block-cover p {
  font-family: "minion-pro", serif;
}

.wp-block-image figcaption {
  color: #0B2532;
}

.wp-block-video figcaption {
  color: #0B2532;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  border-bottom: 1px solid #F63F83;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
  color: #0B2532;
}

/*-----------------------------------------------------------------------------------*/
/*  PORTFOLIO
/*-----------------------------------------------------------------------------------*/
ul.filter li {
  font-family: "Cambay", sans-serif;
}
ul.filter li a {
  color: #0B2532;
}
ul.filter li a:hover, ul.filter li a.active {
  color: #F63F83;
}

/*-----------------------------------------------------------------------------------*/
/*  EVENTS
/*-----------------------------------------------------------------------------------*/
.latest-events article h1 a {
  color: #0B2532;
}
.latest-events article h1 a:hover {
  color: #F63F83;
}

.past-events ul li p {
  font-family: "minion-pro", serif;
}

.event-sidebar .widget.date-time {
  font-family: "Cambay", sans-serif;
}
.event-sidebar .widget.cost {
  color: #F63F83;
  font-family: "Cambay", sans-serif;
}
.event-sidebar .widget.location strong, .event-sidebar .widget.organizers strong {
  font-family: "Cambay", sans-serif;
}

.flex-sections {
  /*& > ul,
  & > ol {
      margin: 0 auto 30px;
  }*/
}
.flex-sections > p, .flex-sections > ul, .flex-sections > ol, .flex-sections > [class*=wp-block-] {
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.flex-sections > p:first-child, .flex-sections > ul:first-child, .flex-sections > ol:first-child, .flex-sections > [class*=wp-block-]:first-child {
  margin-top: 260px;
}
.flex-sections > p:last-child, .flex-sections > ul:last-child, .flex-sections > ol:last-child, .flex-sections > [class*=wp-block-]:last-child {
  margin-bottom: 100px;
}

.not-found {
  margin: 260px 0 100px;
  text-align: center;
}
.not-found h1 {
  margin: 0 0 30px 0;
}
.not-found #search_form {
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.not-found #search_form svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.not-found #search_form input[type=text] {
  background: #ffffff;
  border: 1px solid #0B2532;
  border-radius: 0;
  box-shadow: none;
  padding: 4px 15px 3px;
  font-family: "loretta", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #0B2532;
  height: auto;
  width: 100%;
}
.not-found #search_form input[type=text]::placeholder {
  opacity: 1;
  color: #0B2532;
}

/*
@media screen and (max-width: 1280px) {
	.not-found {
		margin: 50px 0;
	}
}

@media screen and (max-width: 568px) {
	.not-found {
		#search_form {
			width: 100%;
		}
	}
}*/
/* Hero Block */
.flex-sections .section-hero-section,
.wp-block-acf-hero-section .section-hero-section {
  /*min-height: 515px;*/
  min-height: 100vh;
}
.flex-sections .section-hero-section .hero-image,
.wp-block-acf-hero-section .section-hero-section .hero-image {
  padding: 467px 0 220px;
  background-position: center;
  /*min-height: 515px;*/
  min-height: 100vh;
}
.flex-sections .section-hero-section .hero-text:empty,
.wp-block-acf-hero-section .section-hero-section .hero-text:empty {
  display: none;
}
.flex-sections .section-hero-section .hero-text.full-width-txt,
.wp-block-acf-hero-section .section-hero-section .hero-text.full-width-txt {
  /*max-width: 1260px;*/
  max-width: 930px;
  margin: 0 auto;
}
.flex-sections .section-hero-section .hero-text.half-width-txt-left,
.wp-block-acf-hero-section .section-hero-section .hero-text.half-width-txt-left {
  max-width: 770px;
  margin: 0 calc((100% - 1260px) / 2);
}

.editor-styles-wrapper .section-hero-section .hero-text span.color-white {
  background: none;
}

@media screen and (max-width: 1080px) {
  .flex-sections .section-hero-section,
  .wp-block-acf-hero-section .section-hero-section {
    min-height: unset;
  }
  .flex-sections .section-hero-section .hero-image,
  .wp-block-acf-hero-section .section-hero-section .hero-image {
    padding: 300px 0 100px;
    min-height: unset;
  }
  .flex-sections .section-hero-section .hero-text.full-width-txt,
  .wp-block-acf-hero-section .section-hero-section .hero-text.full-width-txt {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .flex-sections .section-hero-section .hero-image,
  .wp-block-acf-hero-section .section-hero-section .hero-image {
    padding: 250px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .flex-sections .section-hero-section .hero-image,
  .wp-block-acf-hero-section .section-hero-section .hero-image {
    padding: 0;
    position: relative;
  }
  .flex-sections .section-hero-section .hero-image.mobile .hero-text,
  .wp-block-acf-hero-section .section-hero-section .hero-image.mobile .hero-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background-color: $color_dark_night;
    padding: 50px;*/
    background: none !important;
  }
}
@media screen and (max-width: 667px) {
  .flex-sections .section-hero-section .hero-image.mobile .hero-text,
  .wp-block-acf-hero-section .section-hero-section .hero-image.mobile .hero-text {
    padding: 30px;
  }
}
@media screen and (max-width: 375px) {
  .flex-sections .section-hero-section .hero-image.mobile .hero-text,
  .wp-block-acf-hero-section .section-hero-section .hero-image.mobile .hero-text {
    padding: 15px;
  }
}
/* Two Column Image Text */
.flex-sections .section-two-column-image-text .cls-background,
.wp-block-acf-two-column-image-text .section-two-column-image-text .cls-background {
  background: #F3F0EB;
  padding: 117px 0 153px;
}
.flex-sections .section-two-column-image-text.padding-small .cls-background,
.wp-block-acf-two-column-image-text .section-two-column-image-text.padding-small .cls-background {
  padding: 70px 0 70px;
}
.flex-sections .section-two-column-image-text.padding-medium .cls-background,
.wp-block-acf-two-column-image-text .section-two-column-image-text.padding-medium .cls-background {
  padding: 115px 0 116px;
}
.flex-sections .section-two-column-image-text.padding-large .cls-background,
.wp-block-acf-two-column-image-text .section-two-column-image-text.padding-large .cls-background {
  padding: 130px 0 130px;
}
.flex-sections .section-two-column-image-text.padding-top-0 .cls-background,
.wp-block-acf-two-column-image-text .section-two-column-image-text.padding-top-0 .cls-background {
  padding-top: 0 !important;
}
.flex-sections .section-two-column-image-text.padding-bottom-0 .cls-background,
.wp-block-acf-two-column-image-text .section-two-column-image-text.padding-bottom-0 .cls-background {
  padding-bottom: 0 !important;
}
.flex-sections .section-two-column-image-text.text_style-light-text .cls-background,
.wp-block-acf-two-column-image-text .section-two-column-image-text.text_style-light-text .cls-background {
  background: #0B2532;
}
.flex-sections .section-two-column-image-text.text_style-light-text .two-column-image-text .content h5, .flex-sections .section-two-column-image-text.text_style-light-text .two-column-image-text .content h6,
.wp-block-acf-two-column-image-text .section-two-column-image-text.text_style-light-text .two-column-image-text .content h5,
.wp-block-acf-two-column-image-text .section-two-column-image-text.text_style-light-text .two-column-image-text .content h6 {
  color: #F63F83;
}
.flex-sections .section-two-column-image-text .two-column-image-text,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text {
  display: flex;
  flex-direction: row;
  gap: 0 52px;
  align-items: center;
}
.flex-sections .section-two-column-image-text .two-column-image-text.image-right,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.image-right {
  flex-direction: row-reverse;
}
.flex-sections .section-two-column-image-text .two-column-image-text .image,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .image {
  width: 573px;
  flex-shrink: 0;
  flex-grow: 0;
  line-height: 0;
}
.flex-sections .section-two-column-image-text .two-column-image-text .content,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content {
  width: calc(100% - 625px);
  flex-shrink: 0;
  flex-grow: 1;
}
.flex-sections .section-two-column-image-text .two-column-image-text .content h1, .flex-sections .section-two-column-image-text .two-column-image-text .content h2, .flex-sections .section-two-column-image-text .two-column-image-text .content h3, .flex-sections .section-two-column-image-text .two-column-image-text .content h4, .flex-sections .section-two-column-image-text .two-column-image-text .content h5, .flex-sections .section-two-column-image-text .two-column-image-text .content h6,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h1,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h2,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h3,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h4,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h5,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h6 {
  max-width: 455px;
}
.flex-sections .section-two-column-image-text .two-column-image-text .content img,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content img {
  margin-bottom: 2px;
}
.flex-sections .section-two-column-image-text .two-column-image-text .content:first-child h1, .flex-sections .section-two-column-image-text .two-column-image-text .content:first-child h2, .flex-sections .section-two-column-image-text .two-column-image-text .content:first-child h3, .flex-sections .section-two-column-image-text .two-column-image-text .content:first-child h4, .flex-sections .section-two-column-image-text .two-column-image-text .content:first-child h5, .flex-sections .section-two-column-image-text .two-column-image-text .content:first-child h6,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content:first-child h1,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content:first-child h2,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content:first-child h3,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content:first-child h4,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content:first-child h5,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content:first-child h6 {
  max-width: 100%;
}
.flex-sections .section-two-column-image-text .two-column-image-text .content h5,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h5 {
  line-height: 28px;
}
.flex-sections .section-two-column-image-text .two-column-image-text .content h5 + .button-ghost + p,
.flex-sections .section-two-column-image-text .two-column-image-text .content h5 + p,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h5 + .button-ghost + p,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h5 + p {
  margin-top: 20px;
}
.flex-sections .section-two-column-image-text .two-column-image-text .content ul + h6,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content ul + h6 {
  margin-top: 40px;
}
.flex-sections .section-two-column-image-text .two-column-image-text.display-small,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small {
  gap: 0 146px;
}
.flex-sections .section-two-column-image-text .two-column-image-text.display-small .image,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .image {
  width: 439px;
}
.flex-sections .section-two-column-image-text .two-column-image-text.display-small .content,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content {
  width: calc(100% - 585px);
}
.flex-sections .section-two-column-image-text .two-column-image-text.display-small .content h1, .flex-sections .section-two-column-image-text .two-column-image-text.display-small .content h2, .flex-sections .section-two-column-image-text .two-column-image-text.display-small .content h3, .flex-sections .section-two-column-image-text .two-column-image-text.display-small .content h4, .flex-sections .section-two-column-image-text .two-column-image-text.display-small .content h5, .flex-sections .section-two-column-image-text .two-column-image-text.display-small .content h6,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content h1,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content h2,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content h3,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content h4,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content h5,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content h6 {
  max-width: 100%;
}
.flex-sections .section-two-column-image-text .two-column-image-text.display-small .content > *,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content > * {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.flex-sections .section-two-column-image-text .two-column-image-text.display-equal,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-equal {
  gap: 0;
  align-items: normal;
}
.flex-sections .section-two-column-image-text .two-column-image-text.display-equal .image,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-equal .image {
  width: 50%;
}
.flex-sections .section-two-column-image-text .two-column-image-text.display-equal .image img,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-equal .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.flex-sections .section-two-column-image-text .two-column-image-text.display-equal .content,
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-equal .content {
  width: 50%;
  padding: 50px;
  align-self: center;
}
.flex-sections .section-two-column-image-text .two-column-image-text.display-equal .content h4:not(:first-child),
.wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-equal .content h4:not(:first-child) {
  margin: 0 0 15px;
}

@media screen and (max-width: 1280px) {
  .flex-sections .section-two-column-image-text .cls-background,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .cls-background {
    padding: 70px 0;
  }
  .flex-sections .section-two-column-image-text.padding-small .cls-background,
  .wp-block-acf-two-column-image-text .section-two-column-image-text.padding-small .cls-background {
    padding: 30px 0;
  }
  .flex-sections .section-two-column-image-text.padding-medium .cls-background,
  .wp-block-acf-two-column-image-text .section-two-column-image-text.padding-medium .cls-background {
    padding: 70px 0;
  }
  .flex-sections .section-two-column-image-text.padding-large .cls-background,
  .wp-block-acf-two-column-image-text .section-two-column-image-text.padding-large .cls-background {
    padding: 100px 0;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text {
    gap: 0 50px;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text .image,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .image {
    width: 573px;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text .content,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content {
    width: calc(100% - 623px);
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.display-small,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small {
    gap: 0 50px;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.display-small .content,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content {
    width: calc(100% - 489px);
  }
}
@media screen and (max-width: 1112px) {
  .flex-sections .section-two-column-image-text .two-column-image-text,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text {
    gap: 0 50px;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text .image,
  .flex-sections .section-two-column-image-text .two-column-image-text .content,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .image,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content {
    width: calc((100% - 50px) / 2);
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.display-small .image,
  .flex-sections .section-two-column-image-text .two-column-image-text.display-small .content,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .image,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content {
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .flex-sections .section-two-column-image-text .two-column-image-text .content h5,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h5 {
    line-height: 24px;
  }
}
@media screen and (max-width: 900px) {
  .flex-sections .section-two-column-image-text .cls-background,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .cls-background {
    padding: 50px 0;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text {
    gap: 0 30px;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text .image,
  .flex-sections .section-two-column-image-text .two-column-image-text .content,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .image,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content {
    width: calc((100% - 30px) / 2);
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.display-small,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small {
    gap: 0 30px;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.display-small .image,
  .flex-sections .section-two-column-image-text .two-column-image-text.display-small .content,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .image,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 736px) {
  .flex-sections .section-two-column-image-text .two-column-image-text,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text {
    flex-direction: column;
    gap: 30px 0;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text .image,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .image {
    width: 100%;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text .content,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content {
    width: 100%;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text .content h1, .flex-sections .section-two-column-image-text .two-column-image-text .content h2, .flex-sections .section-two-column-image-text .two-column-image-text .content h3, .flex-sections .section-two-column-image-text .two-column-image-text .content h4, .flex-sections .section-two-column-image-text .two-column-image-text .content h5, .flex-sections .section-two-column-image-text .two-column-image-text .content h6,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h1,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h2,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h3,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h4,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h5,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text .content h6 {
    max-width: unset;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.display-small,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small {
    gap: 30px 0;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.display-small .image,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .image {
    width: 100%;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.display-small .content,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content {
    width: 100%;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.display-small .content > *,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content > * {
    max-width: unset;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.display-equal,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-equal {
    gap: 0;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.display-equal .image,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-equal .image {
    width: 100%;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.display-equal .content,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-equal .content {
    width: 100%;
    padding: 30px 0;
  }
  .flex-sections .section-two-column-image-text .two-column-image-text.image-right,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.image-right {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .flex-sections .section-two-column-image-text .two-column-image-text.display-small .content > *,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .two-column-image-text.display-small .content > * {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .flex-sections .section-two-column-image-text .cls-background,
  .wp-block-acf-two-column-image-text .section-two-column-image-text .cls-background {
    padding: 30px 0;
  }
}
/* Fading Image Text */
.flex-sections .section-fading-image-content .cls-background,
.wp-block-acf-fading-image-content .section-fading-image-content .cls-background {
  padding: 0 !important;
}
.flex-sections .section-fading-image-content.padding-small .fading-image-text .content,
.wp-block-acf-fading-image-content .section-fading-image-content.padding-small .fading-image-text .content {
  padding: 50px 0 40px;
}
.flex-sections .section-fading-image-content.padding-medium .fading-image-text .content,
.wp-block-acf-fading-image-content .section-fading-image-content.padding-medium .fading-image-text .content {
  padding: 100px 0 90px;
}
.flex-sections .section-fading-image-content.padding-large .fading-image-text .content,
.wp-block-acf-fading-image-content .section-fading-image-content.padding-large .fading-image-text .content {
  padding: 157px 0 147px;
}
.flex-sections .section-fading-image-content .fading-image-text,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text {
  position: relative;
}
.flex-sections .section-fading-image-content .fading-image-text .stamp-image,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .stamp-image {
  position: absolute;
  width: 217.84px;
  height: 213px;
  right: 66.45px;
  top: -55px;
  transform: rotate(15deg);
  z-index: 99;
}
.flex-sections .section-fading-image-content .fading-image-text .fading-image-text-inner,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .fading-image-text-inner {
  display: flex;
  flex-direction: row;
  gap: 0 132px;
}
.flex-sections .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner {
  flex-direction: row-reverse;
  gap: 0 160px;
}
.flex-sections .section-fading-image-content .fading-image-text.image-right .image,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .image {
  width: 39%;
}
.flex-sections .section-fading-image-content .fading-image-text.image-right .image:after,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .image:after {
  right: auto;
  left: 0;
  -webkit-box-shadow: inset 100px 0px 40px -60px var(--blur-color);
  -moz-box-shadow: inset 100px 0px 40px -60px var(--blur-color);
  box-shadow: inset 100px 0px 40px -60px var(--blur-color);
}
.flex-sections .section-fading-image-content .fading-image-text.image-right .content,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .content {
  width: calc(61% - 160px);
}
.flex-sections .section-fading-image-content .fading-image-text .image,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .image {
  line-height: 0;
  width: 41%;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}
.flex-sections .section-fading-image-content .fading-image-text .image img,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-sections .section-fading-image-content .fading-image-text .image:after,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset -200px 0px 100px -100px var(--blur-color);
  -moz-box-shadow: inset -200px 0px 100px -100px var(--blur-color);
  box-shadow: inset -200px 0px 100px -100px var(--blur-color);
}
.flex-sections .section-fading-image-content .fading-image-text .content,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content {
  padding: 97px 0 82px;
  align-self: center;
  flex-shrink: 0;
  flex-grow: 1;
  width: calc(59% - 132px);
  max-width: 550px;
}
.flex-sections .section-fading-image-content .fading-image-text .content h2,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content h2 {
  margin: 0 0 15px 0;
}
.flex-sections .section-fading-image-content .fading-image-text .content h2:last-child,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content h2:last-child {
  margin: 0;
}
.flex-sections .section-fading-image-content .fading-image-text .content p,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content p {
  margin: 0 0 29px 0;
}
.flex-sections .section-fading-image-content .fading-image-text .content p:last-child,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content p:last-child {
  margin: 0;
}
.flex-sections .section-fading-image-content .fading-image-text .content > h5 + p,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content > h5 + p {
  max-width: 475px;
  margin: 0 0 31px 0;
}
.flex-sections .section-fading-image-content .fading-image-text .content > h5 + p:last-child,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content > h5 + p:last-child {
  margin: 0;
}
.flex-sections .section-fading-image-content .fading-image-text .content blockquote p,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content blockquote p {
  margin: 0 0 15px 0;
}
.flex-sections .section-fading-image-content .fading-image-text .content:first-child,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content:first-child {
  margin-left: auto;
  margin-right: auto;
}
.flex-sections .section-fading-image-content .fading-image-text.display-small .content,
.wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.display-small .content {
  max-width: 386px;
}

@media screen and (max-width: 1280px) {
  .flex-sections .section-fading-image-content.padding-medium .fading-image-text .content,
  .wp-block-acf-fading-image-content .section-fading-image-content.padding-medium .fading-image-text .content {
    padding: 80px 0 70px;
  }
  .flex-sections .section-fading-image-content.padding-large .fading-image-text .content,
  .wp-block-acf-fading-image-content .section-fading-image-content.padding-large .fading-image-text .content {
    padding: 100px 0 90px;
  }
  .flex-sections .section-fading-image-content .fading-image-text .stamp-image,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .stamp-image {
    width: 180px;
    height: 180px;
  }
  .flex-sections .section-fading-image-content .fading-image-text .fading-image-text-inner,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .fading-image-text-inner {
    gap: 0 50px;
  }
  .flex-sections .section-fading-image-content .fading-image-text .content,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content {
    width: calc(59% - 50px);
    padding: 70px 0;
    max-width: 600px;
  }
  .flex-sections .section-fading-image-content .fading-image-text.display-small .content,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.display-small .content {
    max-width: 450px;
  }
  .flex-sections .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner {
    gap: 0 50px;
  }
  .flex-sections .section-fading-image-content .fading-image-text.image-right .content,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .content {
    width: calc(61% - 50px);
  }
}
@media screen and (max-width: 1112px) {
  .flex-sections .section-fading-image-content .fading-image-text .stamp-image,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .stamp-image {
    width: 150px;
    height: 150px;
    right: 50px;
  }
  .flex-sections .section-fading-image-content .fading-image-text .image,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .image {
    width: 45%;
  }
  .flex-sections .section-fading-image-content .fading-image-text .content,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content {
    width: calc(55% - 50px);
    padding-right: 70px;
    max-width: unset;
  }
  .flex-sections .section-fading-image-content .fading-image-text.image-right .image,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .image {
    width: 45%;
  }
  .flex-sections .section-fading-image-content .fading-image-text.image-right .content,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .content {
    padding-left: 50px;
    width: calc(55% - 50px);
    max-width: unset;
  }
}
@media screen and (max-width: 900px) {
  .flex-sections .section-fading-image-content .fading-image-text .fading-image-text-inner,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .fading-image-text-inner {
    gap: 0 30px;
  }
  .flex-sections .section-fading-image-content .fading-image-text .stamp-image,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .stamp-image {
    width: 120px;
    height: 120px;
    right: 30px;
    top: -30px;
  }
  .flex-sections .section-fading-image-content .fading-image-text .content,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content {
    width: calc(55% - 30px);
    padding-right: 30px;
  }
  .flex-sections .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner {
    gap: 0 30px;
  }
  .flex-sections .section-fading-image-content .fading-image-text.image-right .content,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .content {
    padding-left: 30px;
    width: calc(55% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .flex-sections .section-fading-image-content .fading-image-text .fading-image-text-inner,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .fading-image-text-inner {
    flex-direction: column;
    gap: 0;
  }
  .flex-sections .section-fading-image-content .fading-image-text .image,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .image {
    width: 100%;
  }
  .flex-sections .section-fading-image-content .fading-image-text .image:after,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .image:after {
    -webkit-box-shadow: inset 0px -100px 50px 0 var(--blur-color);
    -moz-box-shadow: inset 0px -100px 50px 0 var(--blur-color);
    box-shadow: inset 0px -100px 50px 0 var(--blur-color);
    height: calc(100% + 2px);
  }
  .flex-sections .section-fading-image-content .fading-image-text .content,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content {
    width: calc(100% - 60px);
    padding: 0 0 30px 0;
    max-width: unset;
  }
  .flex-sections .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner {
    flex-direction: column;
    gap: 0;
  }
  .flex-sections .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner .image,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner .image {
    width: 100%;
  }
  .flex-sections .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner .image:after,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner .image:after {
    -webkit-box-shadow: inset 0px -100px 50px 0 var(--blur-color);
    -moz-box-shadow: inset 0px -100px 50px 0 var(--blur-color);
    box-shadow: inset 0px -100px 50px 0 var(--blur-color);
    height: calc(100% + 2px);
  }
  .flex-sections .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner .content,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner .content {
    width: calc(100% - 60px);
    padding: 0 0 30px 0;
  }
  .flex-sections .section-fading-image-content .fading-image-text.display-small .content,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.display-small .content {
    max-width: unset;
  }
}
@media screen and (max-width: 320px) {
  .flex-sections .section-fading-image-content .fading-image-text .content,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text .content {
    width: calc(100% - 40px);
    padding: 0 0 30px 0;
  }
  .flex-sections .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner .content,
  .wp-block-acf-fading-image-content .section-fading-image-content .fading-image-text.image-right .fading-image-text-inner .content {
    width: calc(100% - 40px);
    padding: 0 0 30px 0;
  }
}
/* Overlay content */
.flex-sections .section-overlay-content-section,
.wp-block-acf-overlay-content-section .section-overlay-content-section {
  position: relarive;
}
.flex-sections .section-overlay-content-section .cls-background,
.wp-block-acf-overlay-content-section .section-overlay-content-section .cls-background {
  padding: 194px 0 261px;
}
.flex-sections .section-overlay-content-section .cls-mobile-background,
.wp-block-acf-overlay-content-section .section-overlay-content-section .cls-mobile-background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.flex-sections .section-overlay-content-section.padding-small .cls-background,
.wp-block-acf-overlay-content-section .section-overlay-content-section.padding-small .cls-background {
  padding: 75px 0;
}
.flex-sections .section-overlay-content-section.padding-medium .cls-background,
.wp-block-acf-overlay-content-section .section-overlay-content-section.padding-medium .cls-background {
  padding: 150px 0;
}
.flex-sections .section-overlay-content-section.padding-large .cls-background,
.wp-block-acf-overlay-content-section .section-overlay-content-section.padding-large .cls-background {
  padding: 200px 0;
}
.flex-sections .section-overlay-content-section.text_style-light-text .overlay-content,
.wp-block-acf-overlay-content-section .section-overlay-content-section.text_style-light-text .overlay-content {
  background: rgba(0, 0, 0, 0.7);
}
.flex-sections .section-overlay-content-section.text_style-light-text .overlay-content h5, .flex-sections .section-overlay-content-section.text_style-light-text .overlay-content h6,
.wp-block-acf-overlay-content-section .section-overlay-content-section.text_style-light-text .overlay-content h5,
.wp-block-acf-overlay-content-section .section-overlay-content-section.text_style-light-text .overlay-content h6 {
  color: #F63F83;
}
.flex-sections .section-overlay-content-section .overlay-content,
.wp-block-acf-overlay-content-section .section-overlay-content-section .overlay-content {
  padding: 57px 70px 49px;
  background: rgba(255, 255, 255, 0.9);
}
.flex-sections .section-overlay-content-section .overlay-content.half,
.wp-block-acf-overlay-content-section .section-overlay-content-section .overlay-content.half {
  width: 576px;
}
.flex-sections .section-overlay-content-section .overlay-content h6 + h2,
.wp-block-acf-overlay-content-section .section-overlay-content-section .overlay-content h6 + h2 {
  margin: -7px 0 9px;
}
.flex-sections .section-overlay-content-section .overlay-content h2,
.wp-block-acf-overlay-content-section .section-overlay-content-section .overlay-content h2 {
  line-height: 62px;
}
.flex-sections .section-overlay-content-section .overlay-content p,
.wp-block-acf-overlay-content-section .section-overlay-content-section .overlay-content p {
  margin: 0 0 21px 0;
}
.flex-sections .section-overlay-content-section .overlay-content p:last-child,
.wp-block-acf-overlay-content-section .section-overlay-content-section .overlay-content p:last-child {
  margin: 0;
}

.editor-styles-wrapper .section-overlay-content-section .overlay-content span.color-white {
  background: none;
}

@media screen and (max-width: 1280px) {
  .flex-sections .section-overlay-content-section .cls-background,
  .wp-block-acf-overlay-content-section .section-overlay-content-section .cls-background {
    padding: 150px 0;
  }
  .flex-sections .section-overlay-content-section.padding-small .cls-background,
  .wp-block-acf-overlay-content-section .section-overlay-content-section.padding-small .cls-background {
    padding: 50px 0;
  }
  .flex-sections .section-overlay-content-section.padding-medium .cls-background,
  .wp-block-acf-overlay-content-section .section-overlay-content-section.padding-medium .cls-background {
    padding: 100px 0;
  }
  .flex-sections .section-overlay-content-section.padding-large .cls-background,
  .wp-block-acf-overlay-content-section .section-overlay-content-section.padding-large .cls-background {
    padding: 130px 0;
  }
}
@media screen and (max-width: 1024px) {
  .flex-sections .section-overlay-content-section .overlay-content h2,
  .wp-block-acf-overlay-content-section .section-overlay-content-section .overlay-content h2 {
    line-height: 52px;
  }
}
@media screen and (max-width: 900px) {
  .flex-sections .section-overlay-content-section .cls-background,
  .wp-block-acf-overlay-content-section .section-overlay-content-section .cls-background {
    padding: 70px 0;
  }
  .flex-sections .section-overlay-content-section.padding-small .cls-background,
  .wp-block-acf-overlay-content-section .section-overlay-content-section.padding-small .cls-background {
    padding: 30px 0;
  }
  .flex-sections .section-overlay-content-section.padding-medium .cls-background,
  .wp-block-acf-overlay-content-section .section-overlay-content-section.padding-medium .cls-background {
    padding: 50px 0;
  }
  .flex-sections .section-overlay-content-section.padding-large .cls-background,
  .wp-block-acf-overlay-content-section .section-overlay-content-section.padding-large .cls-background {
    padding: 100px 0;
  }
}
@media screen and (max-width: 667px) {
  .flex-sections .section-overlay-content-section .overlay-content,
  .wp-block-acf-overlay-content-section .section-overlay-content-section .overlay-content {
    padding: 30px;
  }
  .flex-sections .section-overlay-content-section .overlay-content.half,
  .wp-block-acf-overlay-content-section .section-overlay-content-section .overlay-content.half {
    width: 100%;
  }
}
/* Video */
.flex-sections .section-video .cls-background,
.wp-block-acf-video .section-video .cls-background {
  padding: 149px 0 150px;
  background: #0B2532;
}
.flex-sections .section-video.padding-small .cls-background,
.wp-block-acf-video .section-video.padding-small .cls-background {
  padding: 50px 0;
}
.flex-sections .section-video.padding-medium .cls-background,
.wp-block-acf-video .section-video.padding-medium .cls-background {
  padding: 100px 0;
}
.flex-sections .section-video.padding-large .cls-background,
.wp-block-acf-video .section-video.padding-large .cls-background {
  padding: 200px 0;
}
.flex-sections .section-video.padding-top-0 .cls-background,
.wp-block-acf-video .section-video.padding-top-0 .cls-background {
  padding-top: 0 !important;
}
.flex-sections .section-video.padding-bottom-0 .cls-background,
.wp-block-acf-video .section-video.padding-bottom-0 .cls-background {
  padding-bottom: 0 !important;
}
.flex-sections .section-video .video-content,
.wp-block-acf-video .section-video .video-content {
  width: 970px;
  margin: 0 auto;
  position: relative;
}
.flex-sections .section-video .video-content .video-inline,
.wp-block-acf-video .section-video .video-content .video-inline {
  position: relative;
}
.flex-sections .section-video .video-content .video-inline video,
.wp-block-acf-video .section-video .video-content .video-inline video {
  width: 100%;
  height: 536px;
  object-fit: cover;
}
.flex-sections .section-video .video-content .video-inline .video-play,
.wp-block-acf-video .section-video .video-content .video-inline .video-play {
  cursor: pointer;
  background: #F63F83;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
}
.flex-sections .section-video .video-content .video-inline .video-play:after,
.wp-block-acf-video .section-video .video-content .video-inline .video-play:after {
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 26px solid #ffffff;
  position: absolute;
  top: 17px;
  left: 26px;
  height: 36px;
  width: 26px;
}
.flex-sections .section-video .video-content .video-embed iframe,
.wp-block-acf-video .section-video .video-content .video-embed iframe {
  width: 100%;
  height: 536px;
}
.flex-sections .section-video .video-content .video-stamp,
.wp-block-acf-video .section-video .video-content .video-stamp {
  position: absolute;
  top: 48px;
  left: -149px;
  height: 375px;
  width: 268px;
}
.flex-sections .section-video .video-content .video-watch-more,
.wp-block-acf-video .section-video .video-content .video-watch-more {
  text-align: center;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 1280px) {
  .flex-sections .section-video .cls-background,
  .wp-block-acf-video .section-video .cls-background {
    padding: 100px 0;
  }
  .flex-sections .section-video.padding-medium .cls-background,
  .wp-block-acf-video .section-video.padding-medium .cls-background {
    padding: 70px 0;
  }
  .flex-sections .section-video.padding-large .cls-background,
  .wp-block-acf-video .section-video.padding-large .cls-background {
    padding: 120px 0;
  }
  .flex-sections .section-video .video-content,
  .wp-block-acf-video .section-video .video-content {
    width: calc(100% - 300px);
  }
  .flex-sections .section-video .video-content .video-inline,
  .wp-block-acf-video .section-video .video-content .video-inline {
    height: calc((100vw - 300px) * 9 / 16);
  }
  .flex-sections .section-video .video-content .video-inline video,
  .wp-block-acf-video .section-video .video-content .video-inline video {
    height: auto;
  }
  .flex-sections .section-video .video-content .video-embed iframe,
  .wp-block-acf-video .section-video .video-content .video-embed iframe {
    height: calc((100vw - 300px) * 9 / 16);
  }
  .flex-sections .section-video .video-content .video-stamp,
  .wp-block-acf-video .section-video .video-content .video-stamp {
    left: -100px;
    height: auto;
    width: 200px;
  }
}
@media screen and (max-width: 950px) {
  .flex-sections .section-video .cls-background,
  .wp-block-acf-video .section-video .cls-background {
    padding: 80px 0;
  }
  .flex-sections .section-video.padding-large .cls-background,
  .wp-block-acf-video .section-video.padding-large .cls-background {
    padding: 100px 0;
  }
  .flex-sections .section-video .video-content,
  .wp-block-acf-video .section-video .video-content {
    width: calc(100% - 200px);
  }
  .flex-sections .section-video .video-content .video-inline,
  .wp-block-acf-video .section-video .video-content .video-inline {
    height: calc((100vw - 200px) * 9 / 16);
  }
  .flex-sections .section-video .video-content .video-inline video,
  .wp-block-acf-video .section-video .video-content .video-inline video {
    height: auto;
  }
  .flex-sections .section-video .video-content .video-embed iframe,
  .wp-block-acf-video .section-video .video-content .video-embed iframe {
    height: calc((100vw - 200px) * 9 / 16);
  }
  .flex-sections .section-video .video-content .video-stamp,
  .wp-block-acf-video .section-video .video-content .video-stamp {
    left: -80px;
    width: 160px;
  }
}
@media screen and (max-width: 667px) {
  .flex-sections .section-video .video-content,
  .wp-block-acf-video .section-video .video-content {
    width: calc(100% - 100px);
  }
  .flex-sections .section-video .video-content .video-inline,
  .wp-block-acf-video .section-video .video-content .video-inline {
    height: calc((100vw - 100px) * 9 / 16);
  }
  .flex-sections .section-video .video-content .video-embed iframe,
  .wp-block-acf-video .section-video .video-content .video-embed iframe {
    height: calc((100vw - 100px) * 9 / 16);
  }
  .flex-sections .section-video .video-content .video-stamp,
  .wp-block-acf-video .section-video .video-content .video-stamp {
    left: -50px;
    width: 100px;
    top: 20px;
  }
}
@media screen and (max-width: 430px) {
  .flex-sections .section-video .cls-background,
  .wp-block-acf-video .section-video .cls-background {
    padding: 50px 0;
  }
  .flex-sections .section-video.padding-large .cls-background,
  .wp-block-acf-video .section-video.padding-large .cls-background {
    padding: 70px 0;
  }
  .flex-sections .section-video .video-content,
  .wp-block-acf-video .section-video .video-content {
    width: calc(100% - 60px);
  }
  .flex-sections .section-video .video-content .video-inline,
  .wp-block-acf-video .section-video .video-content .video-inline {
    height: calc((100vw - 60px) * 9 / 16);
  }
  .flex-sections .section-video .video-content .video-embed iframe,
  .wp-block-acf-video .section-video .video-content .video-embed iframe {
    height: calc((100vw - 60px) * 9 / 16);
  }
  .flex-sections .section-video .video-content .video-stamp,
  .wp-block-acf-video .section-video .video-content .video-stamp {
    left: -30px;
    width: 60px;
  }
}
/* Latest Posts */
.flex-sections .section-latest-posts-section .cls-background,
.wp-block-acf-latest-posts-section .section-latest-posts-section .cls-background {
  padding: 81px 0 96px;
}
.flex-sections .section-latest-posts-section.padding-small .cls-background,
.wp-block-acf-latest-posts-section .section-latest-posts-section.padding-small .cls-background {
  padding: 50px 0;
}
.flex-sections .section-latest-posts-section.padding-medium .cls-background,
.wp-block-acf-latest-posts-section .section-latest-posts-section.padding-medium .cls-background {
  padding: 75px 0;
}
.flex-sections .section-latest-posts-section.padding-large .cls-background,
.wp-block-acf-latest-posts-section .section-latest-posts-section.padding-large .cls-background {
  padding: 100px 0;
}
.flex-sections .section-latest-posts-section.text_style-light-text .cls-background,
.wp-block-acf-latest-posts-section .section-latest-posts-section.text_style-light-text .cls-background {
  background: #0B2532;
}
.flex-sections .section-latest-posts-section.text_style-light-text .latest-post-heading h5, .flex-sections .section-latest-posts-section.text_style-light-text .latest-post-heading h6,
.wp-block-acf-latest-posts-section .section-latest-posts-section.text_style-light-text .latest-post-heading h5,
.wp-block-acf-latest-posts-section .section-latest-posts-section.text_style-light-text .latest-post-heading h6 {
  color: #F63F83;
}
.flex-sections .section-latest-posts-section .container,
.wp-block-acf-latest-posts-section .section-latest-posts-section .container {
  max-width: 1280px;
}
.flex-sections .section-latest-posts-section .latest-post-heading,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-post-heading {
  margin: 0 0 23px;
}
.flex-sections .section-latest-posts-section .latest-posts,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts {
  gap: 35px 24px;
  justify-content: flex-start;
}
.flex-sections .section-latest-posts-section .latest-posts .post-item a,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts .post-item a {
  display: block;
  line-height: 0;
}
.flex-sections .section-latest-posts-section .latest-posts .post-item img,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts .post-item img {
  width: 100%;
  height: 292px;
  object-fit: cover;
}
.flex-sections .section-latest-posts-section .latest-posts .post-item h4.post-title,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts .post-item h4.post-title {
  margin: 10px 0 0 0;
  text-align: center;
  padding: 0 50px;
}
.flex-sections .section-latest-posts-section .latest-posts.post-cnt-2 .post-item,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.post-cnt-2 .post-item {
  width: calc((100% - 24px) / 2);
}
.flex-sections .section-latest-posts-section .latest-posts.post-cnt-3 .post-item,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.post-cnt-3 .post-item {
  width: calc((100% - 48px) / 3);
}
.flex-sections .section-latest-posts-section .latest-posts.post-cnt-4 .post-item,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.post-cnt-4 .post-item {
  width: calc((100% - 72px) / 4);
}
.flex-sections .section-latest-posts-section .latest-posts.post-cnt-4 .post-item h4.post-title,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.post-cnt-4 .post-item h4.post-title {
  padding: 0 15px;
}
.flex-sections .section-latest-posts-section .latest-posts.posts-slider .slick-list,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.posts-slider .slick-list {
  margin: 0 0 25px;
}
.flex-sections .section-latest-posts-section .latest-posts.posts-slider .slick-arrow,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.posts-slider .slick-arrow {
  top: 146px;
  transform: translateY(-50%);
}
.flex-sections .section-latest-posts-section .latest-posts.posts-slider .slick-arrow.slick-prev,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.posts-slider .slick-arrow.slick-prev {
  left: -20px;
}
.flex-sections .section-latest-posts-section .latest-posts.posts-slider .slick-arrow.slick-next,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.posts-slider .slick-arrow.slick-next {
  right: -20px;
}
.flex-sections .section-latest-posts-section .latest-posts.posts-slider .slick-arrow:before,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.posts-slider .slick-arrow:before {
  color: #0B2532;
}
.flex-sections .section-latest-posts-section .latest-posts.posts-slider .slick-dots,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.posts-slider .slick-dots {
  flex-direction: row !important;
  justify-content: center;
}
.flex-sections .section-latest-posts-section .latest-posts.posts-slider .slick-dots li button:before,
.wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.posts-slider .slick-dots li button:before {
  color: #0B2532;
}

@media screen and (max-width: 1280px) {
  .flex-sections .section-latest-posts-section .cls-background,
  .wp-block-acf-latest-posts-section .section-latest-posts-section .cls-background {
    padding: 50px 0;
  }
  .flex-sections .section-latest-posts-section.padding-small .cls-background,
  .wp-block-acf-latest-posts-section .section-latest-posts-section.padding-small .cls-background {
    padding: 30px 0;
  }
  .flex-sections .section-latest-posts-section.padding-medium .cls-background,
  .wp-block-acf-latest-posts-section .section-latest-posts-section.padding-medium .cls-background {
    padding: 70px 0;
  }
  .flex-sections .section-latest-posts-section.padding-large .cls-background,
  .wp-block-acf-latest-posts-section .section-latest-posts-section.padding-large .cls-background {
    padding: 90px 0;
  }
  .flex-sections .section-latest-posts-section .container,
  .wp-block-acf-latest-posts-section .section-latest-posts-section .container {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1080px) {
  .flex-sections .section-latest-posts-section .latest-posts .post-item h4.post-title,
  .wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts .post-item h4.post-title {
    padding: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .flex-sections .section-latest-posts-section .container,
  .wp-block-acf-latest-posts-section .section-latest-posts-section .container {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 736px) {
  .flex-sections .section-latest-posts-section .latest-posts.post-cnt-3 .post-item,
  .wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.post-cnt-3 .post-item {
    width: 100%;
  }
  .flex-sections .section-latest-posts-section .latest-posts.post-cnt-4 .post-item,
  .wp-block-acf-latest-posts-section .section-latest-posts-section .latest-posts.post-cnt-4 .post-item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 320px) {
  .flex-sections .section-latest-posts-section .cls-background,
  .wp-block-acf-latest-posts-section .section-latest-posts-section .cls-background {
    padding: 30px 0;
  }
  .flex-sections .section-latest-posts-section .container,
  .wp-block-acf-latest-posts-section .section-latest-posts-section .container {
    max-width: calc(100% - 40px);
  }
}
/* Toggle Content */
.flex-sections .section-toggle-content .cls-background,
.wp-block-acf-toggle-content .section-toggle-content .cls-background {
  padding: 70px 0 70px;
}
.flex-sections .section-toggle-content.padding-small .cls-background,
.wp-block-acf-toggle-content .section-toggle-content.padding-small .cls-background {
  padding: 30px 0;
}
.flex-sections .section-toggle-content.padding-medium .cls-background,
.wp-block-acf-toggle-content .section-toggle-content.padding-medium .cls-background {
  padding: 50px 0;
}
.flex-sections .section-toggle-content.padding-large .cls-background,
.wp-block-acf-toggle-content .section-toggle-content.padding-large .cls-background {
  padding: 100px 0;
}
.flex-sections .section-toggle-content.text_style-light-text .cls-background,
.wp-block-acf-toggle-content .section-toggle-content.text_style-light-text .cls-background {
  background: #0B2532;
}
.flex-sections .section-toggle-content.text_style-light-text .cls-background h5, .flex-sections .section-toggle-content.text_style-light-text .cls-background h6,
.wp-block-acf-toggle-content .section-toggle-content.text_style-light-text .cls-background h5,
.wp-block-acf-toggle-content .section-toggle-content.text_style-light-text .cls-background h6 {
  color: #F63F83;
}
.flex-sections .section-toggle-content.text_style-light-text .toggle-content .toggle-content-trigger a.button-ghost,
.wp-block-acf-toggle-content .section-toggle-content.text_style-light-text .toggle-content .toggle-content-trigger a.button-ghost {
  color: #F63F83;
}
.flex-sections .section-toggle-content.text_style-light-text .toggle-content .toggle-content-block,
.wp-block-acf-toggle-content .section-toggle-content.text_style-light-text .toggle-content .toggle-content-block {
  /*&:before {
  	background: $color_dark_night;
  }*/
}
.flex-sections .section-toggle-content.text_style-light-text .toggle-content .toggle-content-block:hover:before, .flex-sections .section-toggle-content.text_style-light-text .toggle-content .toggle-content-block:focus:before,
.wp-block-acf-toggle-content .section-toggle-content.text_style-light-text .toggle-content .toggle-content-block:hover:before,
.wp-block-acf-toggle-content .section-toggle-content.text_style-light-text .toggle-content .toggle-content-block:focus:before {
  color: #ffffff;
}
.flex-sections .section-toggle-content .toggle-content,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-image: none;
}
.flex-sections .section-toggle-content .toggle-content .toggle-content-trigger,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content .toggle-content-trigger {
  text-align: center;
}
.flex-sections .section-toggle-content .toggle-content .toggle-content-trigger a.button-ghost,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content .toggle-content-trigger a.button-ghost {
  /*font-size: 32px;
  line-height: 42px;*/
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  color: #0B2532;
  /*font-family: $font_cambay;*/
}
.flex-sections .section-toggle-content .toggle-content .toggle-content-block,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content .toggle-content-block {
  cursor: pointer;
  max-height: 150px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.flex-sections .section-toggle-content .toggle-content .toggle-content-block:before,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content .toggle-content-block:before {
  content: var(--content-read-more);
  position: absolute;
  color: #F63F83;
  text-transform: none;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  background: var(--content-blur-color);
  bottom: 0;
  z-index: 9;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0;
  transition: all 0.3s ease;
}
.flex-sections .section-toggle-content .toggle-content .toggle-content-block:hover:before, .flex-sections .section-toggle-content .toggle-content .toggle-content-block:focus:before,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content .toggle-content-block:hover:before,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content .toggle-content-block:focus:before {
  color: #054279;
}
.flex-sections .section-toggle-content .toggle-content .toggle-content-block:after,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content .toggle-content-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent, var(--content-blur-color));
}
.flex-sections .section-toggle-content .toggle-content .read-less,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content .read-less {
  display: none;
  text-align: center;
}
.flex-sections .section-toggle-content .toggle-content .read-less .button,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content .read-less .button {
  letter-spacing: 0;
}
.flex-sections .section-toggle-content .toggle-content.content-displayed .toggle-content-block,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content.content-displayed .toggle-content-block {
  max-height: 100%;
}
.flex-sections .section-toggle-content .toggle-content.content-displayed .toggle-content-block:before, .flex-sections .section-toggle-content .toggle-content.content-displayed .toggle-content-block:after,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content.content-displayed .toggle-content-block:before,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content.content-displayed .toggle-content-block:after {
  display: none;
}
.flex-sections .section-toggle-content .toggle-content.content-displayed .read-less,
.wp-block-acf-toggle-content .section-toggle-content .toggle-content.content-displayed .read-less {
  display: block;
}

@media screen and (max-width: 1024px) {
  .flex-sections .section-toggle-content .toggle-content .toggle-content-trigger a.button-ghost,
  .wp-block-acf-toggle-content .section-toggle-content .toggle-content .toggle-content-trigger a.button-ghost {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 950px) {
  .flex-sections .section-toggle-content .cls-background,
  .wp-block-acf-toggle-content .section-toggle-content .cls-background {
    padding: 50px 0;
  }
  .flex-sections .section-toggle-content.padding-large .cls-background,
  .wp-block-acf-toggle-content .section-toggle-content.padding-large .cls-background {
    padding: 70px 0;
  }
}
/* Timeline */
.flex-sections .section-timeline .cls-background,
.wp-block-acf-timeline .section-timeline .cls-background {
  padding: 70px 0;
}
.flex-sections .section-timeline.padding-small .cls-background,
.wp-block-acf-timeline .section-timeline.padding-small .cls-background {
  padding: 30px 0;
}
.flex-sections .section-timeline.padding-medium .cls-background,
.wp-block-acf-timeline .section-timeline.padding-medium .cls-background {
  padding: 50px 0;
}
.flex-sections .section-timeline.padding-large .cls-background,
.wp-block-acf-timeline .section-timeline.padding-large .cls-background {
  padding: 100px 0;
}
.flex-sections .section-timeline.text_style-light-text .cls-background,
.wp-block-acf-timeline .section-timeline.text_style-light-text .cls-background {
  background: #0B2532;
}
.flex-sections .section-timeline.text_style-light-text .cls-background h5, .flex-sections .section-timeline.text_style-light-text .cls-background h6,
.wp-block-acf-timeline .section-timeline.text_style-light-text .cls-background h5,
.wp-block-acf-timeline .section-timeline.text_style-light-text .cls-background h6 {
  color: #F63F83;
}
.flex-sections .section-timeline .timeline-container,
.wp-block-acf-timeline .section-timeline .timeline-container {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.flex-sections .section-timeline .timeline-list,
.wp-block-acf-timeline .section-timeline .timeline-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.flex-sections .section-timeline .timeline-list .timeline-item,
.wp-block-acf-timeline .section-timeline .timeline-list .timeline-item {
  width: calc(50% + 1px);
  padding: 30px 30px 30px 0;
  position: relative;
  text-align: right;
  /*.timeline-content {
  	img {
  		max-width: 25%;
  	}
  }*/
}
.flex-sections .section-timeline .timeline-list .timeline-item .timeline-title,
.wp-block-acf-timeline .section-timeline .timeline-list .timeline-item .timeline-title {
  /*size: 26px;*/
  font-size: 20px;
  font-family: "minion-pro", serif;
  /*weight: 700;*/
  color: #F63F83;
  /*line-height: 26px;*/
  margin: 0 0 20px;
}
.flex-sections .section-timeline .timeline-list .timeline-item:before,
.wp-block-acf-timeline .section-timeline .timeline-list .timeline-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #F63F83;
}
.flex-sections .section-timeline .timeline-list .timeline-item:after,
.wp-block-acf-timeline .section-timeline .timeline-list .timeline-item:after {
  content: "";
  position: absolute;
  top: 37px;
  right: -5.5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #F63F83;
}
.flex-sections .section-timeline .timeline-list .timeline-item:first-child:before,
.wp-block-acf-timeline .section-timeline .timeline-list .timeline-item:first-child:before {
  height: calc(100% - 37px);
  top: auto;
  bottom: 0;
}
.flex-sections .section-timeline .timeline-list .timeline-item:last-child:before,
.wp-block-acf-timeline .section-timeline .timeline-list .timeline-item:last-child:before {
  height: 37px;
}
.flex-sections .section-timeline .timeline-list .timeline-item:nth-child(2n),
.wp-block-acf-timeline .section-timeline .timeline-list .timeline-item:nth-child(2n) {
  align-self: flex-end;
  text-align: left;
  padding: 30px 0 30px 30px;
}
.flex-sections .section-timeline .timeline-list .timeline-item:nth-child(2n):before,
.wp-block-acf-timeline .section-timeline .timeline-list .timeline-item:nth-child(2n):before {
  right: auto;
  left: 0;
}
.flex-sections .section-timeline .timeline-list .timeline-item:nth-child(2n):after,
.wp-block-acf-timeline .section-timeline .timeline-list .timeline-item:nth-child(2n):after {
  right: auto;
  left: -5.5px;
}

@media screen and (max-width: 950px) {
  .flex-sections .section-timeline,
  .wp-block-acf-timeline .section-timeline {
    /*.timeline-list {
    	.timeline-item {
    		.timeline-content {
    			img {
    				max-width: 35%;
    			}
    		}
    	}
    }*/
  }
  .flex-sections .section-timeline .cls-background,
  .wp-block-acf-timeline .section-timeline .cls-background {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .flex-sections .section-timeline .timeline-list .timeline-item,
  .wp-block-acf-timeline .section-timeline .timeline-list .timeline-item {
    padding: 30px;
  }
}
@media screen and (max-width: 667px) {
  .flex-sections .section-timeline .timeline-container,
  .wp-block-acf-timeline .section-timeline .timeline-container {
    gap: 0;
  }
  .flex-sections .section-timeline .timeline-list .timeline-item,
  .wp-block-acf-timeline .section-timeline .timeline-list .timeline-item {
    width: 100%;
    padding: 30px 0 30px 30px;
    text-align: left;
    /*.timeline-content {
    	img {
    		max-width: 25%;
    	}
    }*/
  }
  .flex-sections .section-timeline .timeline-list .timeline-item .timeline-title,
  .wp-block-acf-timeline .section-timeline .timeline-list .timeline-item .timeline-title {
    /*size: 26px;*/
    font-size: 20px;
    font-family: "minion-pro", serif;
    /*weight: 700;*/
    color: #F63F83;
    /*line-height: 26px;*/
    margin: 0 0 20px;
  }
  .flex-sections .section-timeline .timeline-list .timeline-item:before,
  .wp-block-acf-timeline .section-timeline .timeline-list .timeline-item:before {
    right: auto;
    left: 0;
  }
  .flex-sections .section-timeline .timeline-list .timeline-item:after,
  .wp-block-acf-timeline .section-timeline .timeline-list .timeline-item:after {
    right: auto;
    left: -5.5px;
  }
  .flex-sections .section-timeline .timeline-list .timeline-item:nth-child(2n),
  .wp-block-acf-timeline .section-timeline .timeline-list .timeline-item:nth-child(2n) {
    align-self: flex-start;
  }
  .flex-sections .section-timeline .timeline-list .timeline-item:last-child,
  .wp-block-acf-timeline .section-timeline .timeline-list .timeline-item:last-child {
    padding-bottom: 0;
  }
}
/*@media screen and (max-width: 480px) {
	.flex-sections,
	.wp-block-acf-timeline {
		.section-timeline {
			.timeline-list {
				.timeline-item {
					.timeline-content {
						img {
							max-width: 35%;
						}
					}
				}
			}
		}
	}
}*/
/* Teams */
.flex-sections .section-team .cls-background,
.wp-block-acf-team .section-team .cls-background {
  background: #F3F0EB;
  padding: 70px 0;
}
.flex-sections .section-team.padding-small .cls-background,
.wp-block-acf-team .section-team.padding-small .cls-background {
  padding: 30px 0;
}
.flex-sections .section-team.padding-medium .cls-background,
.wp-block-acf-team .section-team.padding-medium .cls-background {
  padding: 50px 0;
}
.flex-sections .section-team.padding-large .cls-background,
.wp-block-acf-team .section-team.padding-large .cls-background {
  padding: 100px 0;
}
.flex-sections .section-team.text_style-light-text .cls-background,
.wp-block-acf-team .section-team.text_style-light-text .cls-background {
  background: #0B2532;
}
.flex-sections .section-team.text_style-light-text .cls-background h5, .flex-sections .section-team.text_style-light-text .cls-background h6,
.wp-block-acf-team .section-team.text_style-light-text .cls-background h5,
.wp-block-acf-team .section-team.text_style-light-text .cls-background h6 {
  color: #F63F83;
}
.flex-sections .section-team .team-container,
.wp-block-acf-team .section-team .team-container {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.flex-sections .section-team .team-list,
.wp-block-acf-team .section-team .team-list {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.flex-sections .section-team .team-list .team-member,
.wp-block-acf-team .section-team .team-list .team-member {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
}
.flex-sections .section-team .team-list .team-member:nth-child(2n),
.wp-block-acf-team .section-team .team-list .team-member:nth-child(2n) {
  flex-direction: row-reverse;
}
.flex-sections .section-team .team-list .team-member .team-member-image,
.wp-block-acf-team .section-team .team-list .team-member .team-member-image {
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 350px;
  height: 400px;
  line-height: 0;
}
.flex-sections .section-team .team-list .team-member .team-member-image img,
.wp-block-acf-team .section-team .team-list .team-member .team-member-image img {
  /*object-fit: cover;*/
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.flex-sections .section-team .team-list .team-member .team-member-content,
.wp-block-acf-team .section-team .team-list .team-member .team-member-content {
  flex-shrink: 0;
  flex-grow: 1;
  width: calc(100% - 380px);
}
.flex-sections .section-team .team-list .team-member .team-member-content h4,
.wp-block-acf-team .section-team .team-list .team-member .team-member-content h4 {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 950px) {
  .flex-sections .section-team .cls-background,
  .wp-block-acf-team .section-team .cls-background {
    padding: 50px 0;
  }
  .flex-sections .section-team .team-list .team-member .team-member-image,
  .wp-block-acf-team .section-team .team-list .team-member .team-member-image {
    width: 40%;
    max-width: unset;
    height: auto;
  }
  .flex-sections .section-team .team-list .team-member .team-member-image img,
  .wp-block-acf-team .section-team .team-list .team-member .team-member-image img {
    width: 100%;
    height: auto;
  }
  .flex-sections .section-team .team-list .team-member .team-member-content,
  .wp-block-acf-team .section-team .team-list .team-member .team-member-content {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 736px) {
  .flex-sections .section-team .team-container,
  .wp-block-acf-team .section-team .team-container {
    gap: 30px 0;
  }
  .flex-sections .section-team .team-list .team-member,
  .wp-block-acf-team .section-team .team-list .team-member {
    flex-direction: column;
    gap: 30px 0;
  }
  .flex-sections .section-team .team-list .team-member:nth-child(2n),
  .wp-block-acf-team .section-team .team-list .team-member:nth-child(2n) {
    flex-direction: column;
  }
  .flex-sections .section-team .team-list .team-member .team-member-image,
  .wp-block-acf-team .section-team .team-list .team-member .team-member-image {
    width: 50%;
    margin: 0 auto;
  }
  .flex-sections .section-team .team-list .team-member .team-member-content,
  .wp-block-acf-team .section-team .team-list .team-member .team-member-content {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .flex-sections .section-team .team-list .team-member .team-member-image,
  .wp-block-acf-team .section-team .team-list .team-member .team-member-image {
    width: 100%;
  }
}
/* Content */
.flex-sections .section-content:first-child,
.wp-block-acf-content .section-content:first-child {
  padding-top: 200px;
}
.flex-sections .section-content h5,
.wp-block-acf-content .section-content h5 {
  margin: 0 0 20px 0;
}
.flex-sections .section-content h5:last-child,
.wp-block-acf-content .section-content h5:last-child {
  margin: 0;
}
.flex-sections .section-content.text_style-light-text .cls-background,
.wp-block-acf-content .section-content.text_style-light-text .cls-background {
  background: #0B2532;
}
.flex-sections .section-content.padding-small .cls-background,
.wp-block-acf-content .section-content.padding-small .cls-background {
  padding: 50px 0;
}
.flex-sections .section-content.padding-medium .cls-background,
.wp-block-acf-content .section-content.padding-medium .cls-background {
  padding: 100px 0;
}
.flex-sections .section-content.padding-large .cls-background,
.wp-block-acf-content .section-content.padding-large .cls-background {
  padding: 150px 0;
}
.flex-sections .section-content.container-extra-small .container,
.wp-block-acf-content .section-content.container-extra-small .container {
  max-width: 550px;
}
.flex-sections .section-content.desktop-hide-breaks h5 br,
.wp-block-acf-content .section-content.desktop-hide-breaks h5 br {
  display: none;
}

@media screen and (max-width: 1280px) {
  .layout-section.container-small .container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1199px) {
  .flex-sections .section-content:first-child,
  .wp-block-acf-content .section-content:first-child {
    padding-top: 150px;
  }
}
@media (max-width: 950px) {
  .flex-sections .section-content:first-child,
  .wp-block-acf-content .section-content:first-child {
    padding-top: 100px;
  }
}
@media screen and (max-width: 900px) {
  .flex-sections .section-content.padding-medium .cls-background,
  .wp-block-acf-content .section-content.padding-medium .cls-background {
    padding: 70px 0;
  }
  .flex-sections .section-content.padding-large .cls-background,
  .wp-block-acf-content .section-content.padding-large .cls-background {
    padding: 100px 0;
  }
  .layout-section.container-small .container {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .flex-sections .section-content.mobile-padding-top-0 .cls-background,
  .wp-block-acf-content .section-content.mobile-padding-top-0 .cls-background {
    padding-top: 0;
  }
  .flex-sections .section-content.desktop-hide-breaks h5 br,
  .wp-block-acf-content .section-content.desktop-hide-breaks h5 br {
    display: block;
  }
}
@media (max-width: 568px) {
  .flex-sections .section-content:first-child,
  .wp-block-acf-content .section-content:first-child {
    padding-top: 70px;
  }
}
@media screen and (max-width: 667px) {
  .flex-sections .section-content.container-extra-small .container,
  .wp-block-acf-content .section-content.container-extra-small .container {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 320px) {
  .layout-section.container-small .container {
    max-width: calc(100% - 40px);
  }
  .flex-sections .section-content .container-extra-small .container,
  .wp-block-acf-content .section-content .container-extra-small .container {
    max-width: calc(100% - 40px);
  }
}
/* Testimonial Post Slider */
.flex-sections .section-testimonial-post-slider-section .container,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .container {
  max-width: 959px;
}
.flex-sections .section-testimonial-post-slider-section .cls-background,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .cls-background {
  padding: 81px 0 83px;
  background-color: #F3F0EB;
}
.flex-sections .section-testimonial-post-slider-section.padding-small .cls-background,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section.padding-small .cls-background {
  padding: 30px 0;
}
.flex-sections .section-testimonial-post-slider-section.padding-medium .cls-background,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section.padding-medium .cls-background {
  padding: 50px 0;
}
.flex-sections .section-testimonial-post-slider-section.padding-large .cls-background,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section.padding-large .cls-background {
  padding: 100px 0;
}
.flex-sections .section-testimonial-post-slider-section.text_style-light-text .cls-background,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section.text_style-light-text .cls-background {
  background-color: #0B2532;
  color: #ffffff;
}
.flex-sections .section-testimonial-post-slider-section.center-testimonial .testimonials-post-slider .testimonial .testimonial-content,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section.center-testimonial .testimonials-post-slider .testimonial .testimonial-content {
  align-items: center;
}
.flex-sections .section-testimonial-post-slider-section.center-testimonial .testimonials-post-slider .testimonial .testimonial-content .quote,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section.center-testimonial .testimonials-post-slider .testimonial .testimonial-content .quote {
  margin: 0 0 30px;
}
.flex-sections .section-testimonial-post-slider-section.center-testimonial .testimonials-post-slider .testimonial .testimonial-content .txt,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section.center-testimonial .testimonials-post-slider .testimonial .testimonial-content .txt {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.flex-sections .section-testimonial-post-slider-section .testimonial-heading,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonial-heading {
  margin: 0 0 51px 0;
}
.flex-sections .section-testimonial-post-slider-section .testimonial-heading h2,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonial-heading h2 {
  /*font-size: 70px;
  line-height: 62px;*/
  font-size: 60px;
  line-height: 52px;
}
.flex-sections .section-testimonial-post-slider-section .testimonial-heading h2 span.font-cambay,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonial-heading h2 span.font-cambay {
  font-weight: 400;
  /*font-size: 40px;
  line-height: 46px;*/
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 5.56px;
  text-transform: uppercase;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider {
  width: 100%;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial {
  max-width: 959px;
  margin: 0 auto;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 0 63px;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-image,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-image {
  width: 483px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-image img,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-image img {
  width: 100%;
  height: auto;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content {
  width: calc(100% - 546px);
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content .quote,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content .quote {
  display: block;
  background-image: url("_static/images/quotes.svg");
  width: 35.93px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 12px;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content .txt,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content .txt {
  /*font-size: 28px;
  line-height: 36px;*/
  font-size: 22px;
  line-height: 28px;
  font-family: "minion-pro", serif;
  text-align: left;
  margin: 0 0 16px;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content .auth,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content .auth {
  font-family: "Cambay";
  font-weight: 400;
  /*font-size: 20px;
  line-height: 33px;*/
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 2.78px;
  text-transform: uppercase;
  color: #F63F83;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-prev:before,
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-next:before,
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-dots li button:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-prev:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-next:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-dots li button:before {
  color: #e5c983;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-prev,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-prev {
  left: -130px;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-next,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-next {
  right: -130px;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-dots,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-dots {
  bottom: -35px;
  margin: 0 !important;
  flex-direction: row !important;
  justify-content: center;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-dots li,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-dots li {
  background: none !important;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-dots li button:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-dots li button:before {
  font-size: 8px;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-prev,
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-next,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-prev,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-next {
  width: 30.67px;
  height: 46px;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-prev::before,
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-next::before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-prev::before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-next::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-prev:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-prev:before {
  background-image: url("_static/images/arrow-left.svg");
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-next:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-next:before {
  background-image: url("_static/images/arrow-right.svg");
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.circle-chevron-arrows .slick-prev:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.circle-chevron-arrows .slick-prev:before {
  content: "\f137";
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.circle-chevron-arrows .slick-next:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.circle-chevron-arrows .slick-next:before {
  content: "\f138";
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.arrow-arrows .slick-prev:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.arrow-arrows .slick-prev:before {
  content: "\f060";
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.arrow-arrows .slick-next:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.arrow-arrows .slick-next:before {
  content: "\f061";
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.circle-arrow-arrows .slick-prev:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.circle-arrow-arrows .slick-prev:before {
  content: "\f0a8";
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.circle-arrow-arrows .slick-next:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.circle-arrow-arrows .slick-next:before {
  content: "\f0a9";
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.no-arrows .slick-prev:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.no-arrows .slick-prev:before {
  content: "";
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.no-arrows .slick-next:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.no-arrows .slick-next:before {
  content: "";
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.circle-full-dots .slick-dots li button:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.circle-full-dots .slick-dots li button:before {
  content: "\f111";
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.circle-dots .slick-dots li button:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.circle-dots .slick-dots li button:before {
  content: "\f192";
}
.flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.no-dots .slick-dots li button:before,
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.no-dots .slick-dots li button:before {
  content: "";
}

.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content .quote {
  background-image: url("../../../_static/images/quotes.svg");
}
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-prev:before {
  background-image: url("../../../_static/images/arrow-left.svg");
}
.wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-next:before {
  background-image: url("../../../_static/images/arrow-right.svg");
}

@media screen and (max-width: 1280px) {
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-prev,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-prev {
    left: -70px;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-next,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-next {
    right: -70px;
  }
}
@media screen and (max-width: 1180px) {
  .flex-sections .section-testimonial-post-slider-section .container,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .container {
    max-width: calc(100% - 200px);
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-prev,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-prev {
    left: -50px;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-next,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-next {
    right: -50px;
  }
}
@media screen and (max-width: 1080px) {
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial {
    gap: 0 50px;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-image,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-image {
    width: 40%;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content {
    width: calc(60% - 50px);
  }
}
@media screen and (max-width: 950px) {
  .flex-sections .section-testimonial-post-slider-section .container,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .container {
    max-width: calc(100% - 100px);
  }
  .flex-sections .section-testimonial-post-slider-section .testimonial-heading,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonial-heading {
    margin: 0 0 51px 0;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonial-heading h2,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonial-heading h2 {
    font-size: 50px;
    line-height: 62px;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonial-heading h2 span.font-cambay,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonial-heading h2 span.font-cambay {
    font-size: 28px;
    line-height: 32px;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial {
    gap: 0 30px;
    max-width: calc(100% - 100px);
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-image,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-image {
    width: 35%;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content {
    width: calc(65% - 30px);
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content .txt,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content .txt {
    font-size: 24px;
    line-height: 33px;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-prev,
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-next,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-prev,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider.chevron-arrows .slick-next {
    width: 20px;
    height: 35px;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-prev,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-prev {
    left: 0;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .slick-next,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .flex-sections .section-testimonial-post-slider-section .container,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .container {
    max-width: calc(100% - 60px);
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial {
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-image,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-image {
    width: 40%;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 568px) {
  .flex-sections .section-testimonial-post-slider-section .testimonial-heading h2,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonial-heading h2 {
    font-size: 48px;
    line-height: 52px;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonial-heading h2 span.font-cambay,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonial-heading h2 span.font-cambay {
    font-size: 24px;
    line-height: 28px;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial {
    flex-direction: column;
    gap: 30px 0;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-image,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-image {
    width: 100%;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonials-post-slider .testimonial .testimonial-content {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .flex-sections .section-testimonial-post-slider-section .testimonial-heading h2,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonial-heading h2 {
    font-size: 40px;
    line-height: 43px;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonial-heading h2 span.font-cambay,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonial-heading h2 span.font-cambay {
    font-size: 20px;
    line-height: 23px;
  }
}
@media screen and (max-width: 370px) {
  .flex-sections .section-testimonial-post-slider-section .testimonial-heading h2,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonial-heading h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .flex-sections .section-testimonial-post-slider-section .testimonial-heading h2 span.font-cambay,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .testimonial-heading h2 span.font-cambay {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 320px) {
  .flex-sections .section-testimonial-post-slider-section .container,
  .wp-block-acf-testimonial-post-slider-section .section-testimonial-post-slider-section .container {
    max-width: calc(100% - 40px);
  }
}
/* Symbol */
.flex-sections .section-symbol .cls-background,
.wp-block-acf-symbol .section-symbol .cls-background {
  padding: 70px 0;
}
.flex-sections .section-symbol.padding-small .cls-background,
.wp-block-acf-symbol .section-symbol.padding-small .cls-background {
  padding: 30px 0;
}
.flex-sections .section-symbol.padding-medium .cls-background,
.wp-block-acf-symbol .section-symbol.padding-medium .cls-background {
  padding: 50px 0;
}
.flex-sections .section-symbol.padding-large .cls-background,
.wp-block-acf-symbol .section-symbol.padding-large .cls-background {
  padding: 100px 0;
}
.flex-sections .section-symbol.text_style-light-text .cls-background,
.wp-block-acf-symbol .section-symbol.text_style-light-text .cls-background {
  background: #0B2532;
}
.flex-sections .section-symbol.text_style-light-text h5, .flex-sections .section-symbol.text_style-light-text h6,
.wp-block-acf-symbol .section-symbol.text_style-light-text h5,
.wp-block-acf-symbol .section-symbol.text_style-light-text h6 {
  color: #F63F83;
}
.flex-sections .section-symbol.text_style-light-text .symbol-list .symbol-part,
.wp-block-acf-symbol .section-symbol.text_style-light-text .symbol-list .symbol-part {
  background: none;
}
.flex-sections .section-symbol .symbol-container,
.wp-block-acf-symbol .section-symbol .symbol-container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.flex-sections .section-symbol .symbol-list,
.wp-block-acf-symbol .section-symbol .symbol-list {
  display: flex;
  /*flex-direction: row;
  gap: 50px;*/
  flex-direction: column;
  flex-wrap: wrap;
}
.flex-sections .section-symbol .symbol-list .symbol-part,
.wp-block-acf-symbol .section-symbol .symbol-list .symbol-part {
  /*width: calc((100% - 50px)/2);*/
  width: 100%;
  /*background: linear-gradient(to bottom, transparent 0, transparent 75px, $color_light_cream 75px, $color_light_cream 100%);*/
  display: flex;
  /*flex-direction: column;*/
  flex-direction: row-reverse;
  /*align-items: center;*/
  /*gap: 30px;*/
  /*padding: 0 30px 30px 30px;*/
}
.flex-sections .section-symbol .symbol-list .symbol-part:nth-child(even),
.wp-block-acf-symbol .section-symbol .symbol-list .symbol-part:nth-child(even) {
  flex-direction: row;
}
.flex-sections .section-symbol .symbol-list .symbol-part .symbol-image,
.wp-block-acf-symbol .section-symbol .symbol-list .symbol-part .symbol-image {
  width: 50%;
  /*height: 150px;*/
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex-sections .section-symbol .symbol-list .symbol-part .symbol-image img,
.wp-block-acf-symbol .section-symbol .symbol-list .symbol-part .symbol-image img {
  height: auto;
  /*max-height: 150px;*/
  max-height: 130px;
  width: auto;
  max-width: 100%;
}
.flex-sections .section-symbol .symbol-list .symbol-part .symbol-image img.symbol-big,
.wp-block-acf-symbol .section-symbol .symbol-list .symbol-part .symbol-image img.symbol-big {
  max-height: 160px;
}
.flex-sections .section-symbol .symbol-list .symbol-part .symbol-content,
.wp-block-acf-symbol .section-symbol .symbol-list .symbol-part .symbol-content {
  width: 50%;
  background: #F3F0EB;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex-sections .section-symbol .symbol-list .symbol-part .symbol-content h6,
.wp-block-acf-symbol .section-symbol .symbol-list .symbol-part .symbol-content h6 {
  text-align: center;
  color: #0B2532;
}
.flex-sections .section-symbol .symbol-footer p,
.wp-block-acf-symbol .section-symbol .symbol-footer p {
  font-size: 15px;
  line-height: 22px;
}

@media screen and (max-width: 950px) {
  .flex-sections .section-symbol,
  .wp-block-acf-symbol .section-symbol {
    /*.symbol-list {
    	flex-direction: column;
    	gap: 30px;

    	.symbol-part {
    		width: 100%;
    	}
    }*/
  }
  .flex-sections .section-symbol .cls-background,
  .wp-block-acf-symbol .section-symbol .cls-background {
    padding: 50px 0;
  }
  .flex-sections .section-symbol.padding-large .cls-background,
  .wp-block-acf-symbol .section-symbol.padding-large .cls-background {
    padding: 70px 0;
  }
  .flex-sections .section-symbol .symbol-container,
  .wp-block-acf-symbol .section-symbol .symbol-container {
    gap: 50px;
  }
}
@media screen and (max-width: 900px) {
  .flex-sections .section-symbol .symbol-list .symbol-part,
  .wp-block-acf-symbol .section-symbol .symbol-list .symbol-part {
    flex-direction: column;
  }
  .flex-sections .section-symbol .symbol-list .symbol-part:nth-child(even),
  .wp-block-acf-symbol .section-symbol .symbol-list .symbol-part:nth-child(even) {
    flex-direction: column;
  }
  .flex-sections .section-symbol .symbol-list .symbol-part .symbol-image,
  .wp-block-acf-symbol .section-symbol .symbol-list .symbol-part .symbol-image {
    width: 100%;
  }
  .flex-sections .section-symbol .symbol-list .symbol-part .symbol-content,
  .wp-block-acf-symbol .section-symbol .symbol-list .symbol-part .symbol-content {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .flex-sections .section-symbol .symbol-container,
  .wp-block-acf-symbol .section-symbol .symbol-container {
    gap: 30px;
  }
}
@media screen and (max-width: 375px) {
  .flex-sections .section-symbol .symbol-list .symbol-part,
  .wp-block-acf-symbol .section-symbol .symbol-list .symbol-part {
    padding: 0 20px 20px 20px;
  }
}
/* Overlay Content with Stamp */
.flex-sections .section-overlay-content-with-stamp .cls-background,
.wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .cls-background {
  padding: 250px 0 50px;
  background-color: #F3F0EB;
}
.flex-sections .section-overlay-content-with-stamp.padding-small .overlay-content-stamp .content,
.wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp.padding-small .overlay-content-stamp .content {
  padding: 10px;
}
.flex-sections .section-overlay-content-with-stamp.padding-medium .overlay-content-stamp .content,
.wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp.padding-medium .overlay-content-stamp .content {
  padding: 20px;
}
.flex-sections .section-overlay-content-with-stamp.padding-large .overlay-content-stamp .content,
.wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp.padding-large .overlay-content-stamp .content {
  padding: 50px;
}
.flex-sections .section-overlay-content-with-stamp .overlay-content-mobile-image,
.wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .overlay-content-mobile-image {
  display: none;
}
.flex-sections .section-overlay-content-with-stamp .overlay-content-stamp,
.wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .overlay-content-stamp {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}
.flex-sections .section-overlay-content-with-stamp .overlay-content-stamp.content-left,
.wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .overlay-content-stamp.content-left {
  justify-content: flex-start;
}
.flex-sections .section-overlay-content-with-stamp .overlay-content-stamp.content-left .stamp-image,
.wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .overlay-content-stamp.content-left .stamp-image {
  bottom: -150px;
  right: auto;
  left: -15px;
}
.flex-sections .section-overlay-content-with-stamp .overlay-content-stamp .content,
.wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .overlay-content-stamp .content {
  padding: 30px;
  width: 50%;
}
.flex-sections .section-overlay-content-with-stamp .overlay-content-stamp .stamp-image,
.wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .overlay-content-stamp .stamp-image {
  position: absolute;
  bottom: -130px;
  right: -15px;
  height: 170px;
}

@media screen and (max-width: 1194px) {
  .flex-sections .section-overlay-content-with-stamp .cls-background,
  .wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .cls-background {
    padding: 180px 0 50px;
  }
}
@media screen and (max-width: 667px) {
  .flex-sections .section-overlay-content-with-stamp .cls-background,
  .wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .cls-background {
    padding: 0;
    background-image: none !important;
  }
  .flex-sections .section-overlay-content-with-stamp .overlay-content-mobile-image,
  .wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .overlay-content-mobile-image {
    display: block;
    line-height: 0;
  }
  .flex-sections .section-overlay-content-with-stamp .overlay-content-stamp .content,
  .wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .overlay-content-stamp .content {
    width: 100%;
    background: none !important;
    padding: 50px 0 0;
  }
  .flex-sections .section-overlay-content-with-stamp .overlay-content-stamp.content-left .stamp-image,
  .wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .overlay-content-stamp.content-left .stamp-image {
    bottom: auto;
    left: 0;
  }
  .flex-sections .section-overlay-content-with-stamp .overlay-content-stamp .stamp-image,
  .wp-block-acf-overlay-content-with-stamp .section-overlay-content-with-stamp .overlay-content-stamp .stamp-image {
    bottom: auto;
    right: 0;
    height: 130px;
    top: -90px;
  }
}
/****************************
Woocommerce Styles
Putting style overrides into the
following code blocks will provide enough
specificity to override most woocommerce styles
****************************/
body .woocommerce .hero-image.mobile .hero-text,
body.woocommerce .hero-image.mobile .hero-text {
  background-color: #0B2532;
}
body .woocommerce .best-sellers .woo-products .woo-product .woo-img .sale-circle,
body.woocommerce .best-sellers .woo-products .woo-product .woo-img .sale-circle {
  font-family: "minion-pro", serif;
}
body .woocommerce .best-sellers .woo-products .woo-product .woo-title, body .woocommerce .best-sellers .woo-products .woo-product .product-title,
body.woocommerce .best-sellers .woo-products .woo-product .woo-title,
body.woocommerce .best-sellers .woo-products .woo-product .product-title {
  font-family: "minion-pro", serif;
}
body .woocommerce .shop-cat .cat-blocks .cat-block .button,
body.woocommerce .shop-cat .cat-blocks .cat-block .button {
  color: #0B2532;
}
@media (max-width: 767px) {
  body .woocommerce .side-bar .sidebar-store .widget_search_filter_register_widget li:after, body .woocommerce .top-bar .sidebar-store .widget_search_filter_register_widget li:after,
  body.woocommerce .side-bar .sidebar-store .widget_search_filter_register_widget li:after,
  body.woocommerce .top-bar .sidebar-store .widget_search_filter_register_widget li:after {
    border-right: 1px solid #0B2532;
  }
}
body .woocommerce .side-bar .sidebar-store .widget_search_filter_register_widget li input[type=radio]:checked + label, body .woocommerce .top-bar .sidebar-store .widget_search_filter_register_widget li input[type=radio]:checked + label,
body.woocommerce .side-bar .sidebar-store .widget_search_filter_register_widget li input[type=radio]:checked + label,
body.woocommerce .top-bar .sidebar-store .widget_search_filter_register_widget li input[type=radio]:checked + label {
  color: #F63F83;
}
body .woocommerce .top-bar .sidebar-store ul li:after,
body.woocommerce .top-bar .sidebar-store ul li:after {
  border-right: 1px solid #0B2532;
}
body .woocommerce span.onsale,
body.woocommerce span.onsale {
  font-family: "minion-pro", serif;
}
body .woocommerce .center-btn .button,
body.woocommerce .center-btn .button {
  color: #0B2532;
  border: 1px solid #0B2532;
}
body .woocommerce .center-btn .button:hover,
body.woocommerce .center-btn .button:hover {
  color: #F63F83;
  border: 1px solid #F63F83;
}

body .woocommerce .button, body .woocommerce button.button.alt, body .woocommerce #respond input#submit, body .woocommerce .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-page .button,
body .woocommerce-page button.button.alt,
body .woocommerce-page #respond input#submit,
body .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
body.woocommerce .button,
body.woocommerce button.button.alt,
body.woocommerce #respond input#submit,
body.woocommerce .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-page .button,
body.woocommerce-page button.button.alt,
body.woocommerce-page #respond input#submit,
body.woocommerce-page .wc-proceed-to-checkout a.checkout-button {
  background-color: #0B2532;
}
body .woocommerce .button:hover, body .woocommerce button.button.alt:hover, body .woocommerce #respond input#submit:hover, body .woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
body .woocommerce-page .button:hover,
body .woocommerce-page button.button.alt:hover,
body .woocommerce-page #respond input#submit:hover,
body .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce .button:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-page .button:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #F63F83;
}
body .woocommerce table.shop_table td.product-name a,
body .woocommerce-page table.shop_table td.product-name a,
body.woocommerce table.shop_table td.product-name a,
body.woocommerce-page table.shop_table td.product-name a {
  font-family: "minion-pro", serif;
}
body .woocommerce ul.products li.product .woocommerce-loop-product__title,
body .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-family: "minion-pro", serif;
}
body .woocommerce ul.products li.product .price,
body .woocommerce-page ul.products li.product .price,
body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
  color: #0B2532;
}
body .woocommerce.single-product div.product p.price, body .woocommerce.single-product div.product span.price,
body .woocommerce-page.single-product div.product p.price,
body .woocommerce-page.single-product div.product span.price,
body.woocommerce.single-product div.product p.price,
body.woocommerce.single-product div.product span.price,
body.woocommerce-page.single-product div.product p.price,
body.woocommerce-page.single-product div.product span.price {
  color: #0B2532;
}
body .woocommerce.single-product .woocommerce-tabs ul.tabs li,
body .woocommerce-page.single-product .woocommerce-tabs ul.tabs li,
body.woocommerce.single-product .woocommerce-tabs ul.tabs li,
body.woocommerce-page.single-product .woocommerce-tabs ul.tabs li {
  font-family: "minion-pro", serif;
}
body .woocommerce button.button:disabled:hover, body .woocommerce .woocommerce button.button:disabled[disabled]:hover,
body .woocommerce-page button.button:disabled:hover,
body .woocommerce-page .woocommerce button.button:disabled[disabled]:hover,
body.woocommerce button.button:disabled:hover,
body.woocommerce .woocommerce button.button:disabled[disabled]:hover,
body.woocommerce-page button.button:disabled:hover,
body.woocommerce-page .woocommerce button.button:disabled[disabled]:hover {
  background-color: #F63F83;
}

/***************************************
Vendor custom styles
contains custom styling overrides for plugins/dependancies
***************************************/

/*# sourceMappingURL=style.css.map */
