@charset "UTF-8";
/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Hammersmith+One&family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap");
body {
  color: #606060;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
body, .entry-title a, :root .has-primary-color {
  color: #606060 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #606060;
}
h1, .h1 {
  font-family: "Hammersmith One", sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1000px) {
  h1, .h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 32px !important;
  }
}
.page-header h1 {
  margin: 0;
}
@media (max-width: 1000px) {
  .page-header h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 768px) {
  .page-header h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 768px) {
  .search-results .page-header {
    padding: 0;
    margin: 0 0 0.5em;
  }
}
h2, .h2 {
  font-size: 2em;
  font-family: "Hammersmith One", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 570px) {
  h2, .h2 {
    font-size: 24px !important;
  }
}
h3, .h3 {
  font-family: freight-neo-pro, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4em;
  line-height: 1.25;
  text-transform: none;
  color: #3d3c3c;
}
@media (max-width: 1000px) {
  h3, .h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 570px) {
  h3, .h3 {
    font-size: 1em;
  }
}
h4, .h4 {
  font-size: 1.1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
h5, .h5 {
  font-size: 0.88em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
h6, .h6 {
  font-size: 0.66em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
h1, .heading-size-1, h2, .heading-size-2, h3, .heading-size-3 {
  margin: 4rem auto 1rem;
}
.widget-title {
  font-size: 1.15em;
  font-family: freight-neo-pro, sans-serif !important;
}
.freight-neo {
  font-family: freight-neo-pro, sans-serif !important;
}
.hammersmith {
  font-family: "Hammersmith One", sans-serif !important;
}
.opensans {
  font-family: "Open Sans", sans-serif !important;
}
.alfresco {
  font-family: al-fresco, cursive !important;
}
.italic {
  font-style: italic;
}
.uc {
  text-transform: uppercase;
}
.lc {
  text-transform: lowercase;
}
main#main a {
  color: #3890AB;
}
main#main a:hover, main#main a:focus {
  color: #77c04b;
}
a {
  color: #3890AB !important;
}
a:hover, a:focus {
  color: #77c04b !important;
}
#wpadminbar {
  color: #fff !important;
}
#wpadminbar:hover, #wpadminbar:focus {
  color: #f0f0f1 !important;
}
.subheading {
  font-family: al-fresco, cursive;
  font-weight: 700;
  font-style: normal;
  text-transform: lowercase;
  font-size: 3em;
  padding: 0;
  margin: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .subheading {
    font-size: 2.2em;
  }
}
.subheading-small {
  font-family: al-fresco, cursive;
  font-weight: 700;
  font-style: normal;
  text-transform: lowercase;
  font-size: 2em;
  padding: 0;
  margin: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .subheading-small {
    font-size: 1.5em;
  }
}
.m-0 {
  margin: 0;
}
.p-0 {
  padding: 0;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
/*.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
  color:$pink!important;
}*/
.pink, a.pink {
  color: #f17fab !important;
}
.blue, a.blue {
  color: #3890AB !important;
}
.green, a.green {
  color: #77c04b !important;
}
.white, a.white {
  color: #fff !important;
}
.grey, .grey a, .gray, .gray a {
  color: #606060 !important;
}
.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary {
  font-family: inherit;
}
.widget {
  font-size: 1em;
}
hr {
  margin-top: 1.2em !important;
  margin-bottom: 1.2em !important;
  border: 0;
  border-top: 1px solid #ABE5F4 !important;
}
.btn {
  border-radius: 5px !important;
  font-size: 0.88em !important;
  text-decoration: none;
  padding: 14px 20px !important;
  font-weight: 600 !important;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.mp-form-submit input[type="submit"], .submit input[type="submit"] {
  background: #f17fab !important;
  padding: 1em 1.3em;
  border-radius: 5px;
}
a.pink-return {
  font-weight: bold;
}
a.pink-return:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  color: #f17fab;
  padding-right: 4px;
}
/*white buttons*/
.btn-white {
  background: #fff !important;
  color: #3890AB !important;
}
.btn-white:hover, .btn-white:focus {
  background: #3890AB !important;
  color: #fff !important;
}
.btn-outline-blue {
  border: 2px solid #fff !important;
  background: transparent !important;
  color: #fff !important;
}
.btn-outline-blue:hover, .btn-outline-blue:focus {
  background: #fff !important;
  color: #3890AB !important;
}
.simple-blue {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
.simple-blue:hover, .simple-blue:focus {
  border-bottom: none;
  text-decoration: none;
}
/*blue buttons*/
.btn-blue {
  background: #3890AB !important;
  color: #fff !important;
}
.btn-blue:hover, .btn-blue:focus {
  background: #f17fab !important;
  color: #fff !important;
}
.btn-outline-blue {
  border: 2px solid #3890AB !important;
  background: transparent !important;
  color: #3890AB !important;
}
.btn-outline-blue:hover, .btn-outline-blue:focus {
  background: #3890AB !important;
  color: #fff !important;
}
.simple-blue {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #3890AB !important;
  border-bottom: 2px solid #3890AB;
  text-decoration: none;
}
.simple-blue:hover, .simple-blue:focus {
  border-bottom: none;
  text-decoration: none;
}
.btn-duotone-blue {
  background: #DBF1F8;
  color: #3890AB !important;
}
.btn-duotone-blue:hover, .btn-duotone-blue:focus {
  background: #3890AB !important;
  color: #DBF1F8 !important;
}
/*green buttons*/
.btn-green {
  background: #77c04b !important;
  color: #fff !important;
}
.btn-green:hover, .btn-green:focus {
  background: #3890AB !important;
  color: #fff !important;
}
.btn-outline-green {
  border: 2px solid #77c04b !important;
  background: transparent !important;
  color: #3890AB !important;
}
.btn-outline-green:hover, .btn-outline-green:focus {
  background: #77c04b !important;
  color: #fff !important;
}
.simple-green {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #77c04b !important;
  border-bottom: 2px solid #77c04b;
  text-decoration: none;
}
.simple-green:hover, .simple-green:focus {
  border-bottom: none;
  text-decoration: none;
}
.btn-duotone-green {
  background: #E7F2DE !important;
  color: #77c04b !important;
}
.btn-duotone-green:hover, .btn-duotone-green:focus {
  background: #77c04b !important;
  color: #E7F2DE !important;
}
/*pink buttons*/
.btn-pink {
  background: #f17fab !important;
  color: #fff !important;
}
.btn-pink:hover, .btn-pink:focus {
  background: #77c04b !important;
  color: #fff !important;
}
.btn-outline-pink {
  border: 2px solid #f17fab !important;
  background: transparent !important;
  color: #f17fab !important;
}
.btn-outline-pink:hover, .btn-outline-pink:focus {
  background: #f17fab !important;
  color: #fff !important;
}
.simple-pink {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: pink !important;
  border-bottom: 2px solid #f17fab;
  text-decoration: none;
}
.simple-pink:hover, .simple-pink:focus {
  border-bottom: none;
  text-decoration: none;
}
.btn-duotone-pink {
  background: #F5D7E3 !important;
  color: #f17fab !important;
}
.btn-duotone-pink:hover, .btn-duotone-pink:focus {
  background: #f17fab !important;
  color: #F5D7E3 !important;
}
.bg-green {
  background: #77c04b;
}
.bg-pink {
  background: #f17fab;
}
.bg-blue {
  background: #3890AB;
}
.bg-lightblue {
  background: #DBF1F8;
}
.bg-lightpink {
  background: #F5D7E3;
}
.bg-lightgreen {
  background: #E7F2DE;
}
.wide-wrap {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}
.medium-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.xsmall-wrap {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 15px;
}
.small-wrap {
  max-width: 850px;
  margin: 0 auto;
}
.reduced-spacing.missing-post-thumbnail .post-inner {
  padding-top: 2em;
  padding-bottom: 4em;
}
@media (max-width: 992px) {
  .container, .container-md, .container-sm {
    max-width: 100% !important;
  }
}
.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
}
.desktop {
  display: block;
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}
.bb-footer, .site-content, .site-header {
  padding: 0;
}
.site-content .bs-card-list .bs-sec-header h3 {
  margin-top: 0;
}
.page-header {
  padding: 1.25em 0 1em;
  margin: 1em 0 0 0;
}
@media (max-width: 570px) {
  .page-header {
    padding: 1em 0 0.8em;
  }
}
.page-header h1 {
  font-weight: normal;
}
.page .featured-image img {
  width: 100% !important;
  margin: 0 auto;
}
.searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0;
  justify-content: center;
}
.searchandfilter ul li {
  margin-right: 15px;
}
/*.content-area {
  padding-top: 0;
}*/
.page header#page-header, .archive header#page-header, .blog header#page-header {
  margin-top: 0;
  background: #DBF1F8;
  padding: 1.4em 0 1.2em 0;
}
.page header#page-header h1.entry-title, .archive header#page-header h1.entry-title, .blog header#page-header h1.entry-title {
  color: #3890AB;
}
.page main#site-content .has-sidebar {
  display: flex;
  flex-wrap: wrap;
}
.page main#site-content .has-sidebar .post-content {
  width: 70%;
  padding-top: 3em;
  padding-right: 1.5em;
  padding-bottom: 6em;
}
.page main#site-content .has-sidebar .sidebar {
  width: 30%;
  padding-top: 3em;
  padding-left: 1.5em;
  border-left: 1px solid #EAEAEA;
  padding-bottom: 6em;
}
.sidebar .social-icons {
  display: flex;
  font-size: 1.3em;
  color: #f17fab;
}
.sidebar .social-icons .icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F5D7E3;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .social-icons .icon a {
  color: #f17fab !important;
}
.gform_footer input[type="submit"] {
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding: 14px 20px;
  font-weight: 600;
  background: #77c04b;
  height: auto;
  border-color: #77c04b;
}
.pagination-wrapper {
  padding: 3em 15px;
}
@media (max-width: 768px) {
  .pagination-wrapper {
    padding: 2em 15px;
  }
}
.pagination-wrapper .pagination a {
  color: #f17fab;
}
.pagination-wrapper .pagination .nav-links {
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .pagination-wrapper .pagination .nav-links {
    font-size: 1em;
    justify-content: center;
  }
}
.page.has-post-thumbnail figure.featured-media {
  padding-top: 2.5em;
}
.page div.post-content p a:not(.btn), .page div.post-content h1 a:not(.btn), .page div.post-content h2 a:not(.btn), .page div.post-content h3 a:not(.btn), .page div.post-content h4 a:not(.btn), .page div.post-content h5 a:not(.btn), .page div.post-content h6 a:not(.btn) {
  color: #606060 !important;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 219, 233, 0.8)));
  background-image: linear-gradient(180deg, transparent 70%, rgba(255, 219, 233, 0.8) 0);
}
.page div.post-content p a:not(.btn):hover, .page div.post-content p a:not(.btn):focus, .page div.post-content h1 a:not(.btn):hover, .page div.post-content h1 a:not(.btn):focus, .page div.post-content h2 a:not(.btn):hover, .page div.post-content h2 a:not(.btn):focus, .page div.post-content h3 a:not(.btn):hover, .page div.post-content h3 a:not(.btn):focus, .page div.post-content h4 a:not(.btn):hover, .page div.post-content h4 a:not(.btn):focus, .page div.post-content h5 a:not(.btn):hover, .page div.post-content h5 a:not(.btn):focus, .page div.post-content h6 a:not(.btn):hover, .page div.post-content h6 a:not(.btn):focus {
  color: #606060 !important;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(226, 134, 170, 0.8)));
  background-image: linear-gradient(180deg, transparent 70%, rgba(226, 134, 170, 0.8) 0);
}
/*portfolio page*/
.portfolio-preview {
  padding: 3em 0;
  display: flex;
  flex-wrap: wrap;
}
.portfolio-preview .image {
  width: 40%;
}
.portfolio-preview .image img {
  border-radius: 100%;
}
.portfolio-preview .content {
  width: 60%;
  padding-left: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.portfolio-preview .content .description {
  margin: 1em 0;
}
.portfolio-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 3em 0 6em;
}
.portfolio-wrap article {
  width: 33%;
  padding: 0 15px;
}
@media (max-width: 1000px) {
  section {
    padding: 4rem 0;
  }
}
@media (max-width: 570px) {
  section {
    padding: 3rem 0;
  }
}
/*gravity forms*/
.home-section .gform_body label {
  color: #fff !important;
}
.gform_body label {
  margin-bottom: 0;
}
.gform_body input {
  border-radius: 3px;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}
body .gform_wrapper ul li.gfield {
  margin-top: 10px;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 1px 0 0 1px;
}
.gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.gform_wrapper .gfield_required {
  color: #fff !important;
}
/*checkout*/
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
  max-width: 100%;
}
.woocommerce-checkout .form-row {
  display: block;
}
.woocommerce-checkout h3#order_review_heading {
  margin-top: 0;
}
.woocommerce-checkout input#mailchimp_woocommerce_newsletter {
  position: relative;
  opacity: 1;
}
.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
}
@media (max-width: 570px) {
  .buttons {
    flex-wrap: wrap;
    padding: 0;
  }
}
.buttons .button-wrap {
  padding: 0 1em;
}
@media (max-width: 570px) {
  .buttons .button-wrap {
    margin: 0.5em 0;
  }
}
.page-template-page-fullscreen .top-footer {
  display: none;
}
.top-bar {
  height: 47px;
  width: 100%;
  background-image: url("/wp-content/themes/lydia-menzies/assets/img/lm-awning.png");
  background-repeat: repeat-x;
}
@media (max-width: 1000px) {
  .top-bar {
    height: 35px;
  }
}
header#masthead {
  margin-top: 28px;
  padding: 0;
}
header#masthead .container {
  max-width: 1440px;
}
@media (max-width: 1000px) {
  header#masthead .site-header-container {
    display: none !important;
  }
}
header.has-scrolled {
  margin-top: 0 !important;
}
.sticky-header .site-content, body.buddypress.sticky-header .site-content, .bb-buddypanel.sticky-header .site-content, .single-sfwd-quiz.bb-buddypanel.sticky-header .site-content, .single-sfwd-lessons.bb-buddypanel.sticky-header .site-content, .single-sfwd-topic.bb-buddypanel.sticky-header .site-content {
  padding-top: 58px !important;
}
.homepage-anchor-links-menu {
  background: #DBF1F8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.55em 0;
  margin-top: 0.5em;
}
@media (max-width: 1000px) {
  .homepage-anchor-links-menu {
    padding: 0.5em 15px;
  }
}
@media (max-width: 570px) {
  .homepage-anchor-links-menu {
    justify-content: space-between;
  }
}
.homepage-anchor-links-menu li {
  list-style: none;
  padding: 0 15px;
}
@media (max-width: 570px) {
  .homepage-anchor-links-menu li {
    margin: 0;
    padding: 0 5px;
  }
}
.homepage-anchor-links-menu li a {
  font-family: freight-neo-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1em;
  color: #606060 !important;
  text-decoration: none;
}
@media (max-width: 570px) {
  .homepage-anchor-links-menu li a {
    font-size: 1em;
  }
}
@media (max-width: 400px) {
  .homepage-anchor-links-menu li a {
    font-size: 0.9em;
  }
}
.homepage-anchor-links-menu li a:hover, .homepage-anchor-links-menu li a:focus {
  border-bottom: 2px solid #3890AB;
  text-decoration: none;
}
.site-header-container .site-branding {
  width: 20%;
  min-width: 0;
}
.default-header .main-navigation {
  width: 60%;
}
.default-header .main-navigation #primary-navbar {
  justify-content: center;
}
.default-header .main-navigation .primary-menu a {
  font-size: 0.88em;
  color: #606060 !important;
}
.header-aside {
  width: 20%;
}
@media (max-width: 1000px) {
  .header-aside {
    width: auto !important;
  }
}
header#site-header .header-inner {
  padding: 0;
}
header#site-header .header-inner .header-left, header#site-header .header-inner .header-center, header#site-header .header-inner .header-right {
  width: 33%;
}
@media (max-width: 1000px) {
  header#site-header .header-inner .header-left, header#site-header .header-inner .header-center, header#site-header .header-inner .header-right {
    width: 100%;
  }
}
header#site-header .header-inner .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1000px) {
  header#site-header .header-inner .header-left {
    display: none;
  }
}
header#site-header .header-inner .header-left .header-top-left-menu {
  display: flex;
  list-style: none;
}
header#site-header .header-inner .header-left .header-top-left-menu li a {
  font-family: freight-neo-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1em;
  color: #606060 !important;
  text-decoration: none;
}
header#site-header .header-inner .header-left .header-top-left-menu li a:hover, header#site-header .header-inner .header-left .header-top-left-menu li a:focus {
  border-bottom: 2px solid #3890AB;
  text-decoration: none;
}
header#site-header .header-inner .header-left .search-toggle .toggle-inner {
  height: 1.5em;
}
header#site-header .header-inner .header-left .search-toggle .toggle-inner img {
  height: 100%;
}
header#site-header .header-inner .header-center .header-titles-wrapper {
  margin-right: 0;
  max-width: 100%;
  position: relative;
}
header#site-header .header-inner .header-center .header-titles-wrapper .site-logo {
  margin: 0 auto;
}
header#site-header .header-inner .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  header#site-header .header-inner .header-right {
    display: none;
  }
}
header#site-header .header-inner .header-right .header-top-right-menu {
  display: flex;
  list-style: none;
}
header#site-header .header-inner .header-right .header-top-right-menu li a {
  color: #3890AB !important;
}
header#site-header .header-inner .header-right .header-top-right-menu li.member-login a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.88em;
  text-decoration: underline;
}
header#site-header .header-inner .header-right .header-top-right-menu li.member-login a:hover, header#site-header .header-inner .header-right .header-top-right-menu li.member-login a:focus {
  text-decoration: none;
}
header#site-header .header-inner .header-right .header-top-right-menu li.join a {
  background: #3890AB;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.88em;
  text-decoration: none;
}
header#site-header .header-inner .header-right .header-top-right-menu li.join a:hover, header#site-header .header-inner .header-right .header-top-right-menu li.join a:focus {
  background: #f17fab;
  text-decoration: none;
}
header#site-header .nav-toggle .toggle-icon, header#site-header .nav-toggle svg {
  height: 3rem;
  width: 3rem;
  font-size: 1.4em;
}
header#site-header .nav-toggle .toggle-inner {
  padding-top: 0;
  height: 3rem;
}
header#site-header .homepage-anchor-links-menu {
  background: #DBF1F8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  margin-top: 0.5em;
}
@media (max-width: 1000px) {
  header#site-header .homepage-anchor-links-menu {
    padding: 0.5em 15px;
  }
}
@media (max-width: 570px) {
  header#site-header .homepage-anchor-links-menu {
    justify-content: space-between;
  }
}
header#site-header .homepage-anchor-links-menu li {
  list-style: none;
}
@media (max-width: 570px) {
  header#site-header .homepage-anchor-links-menu li {
    margin: 0;
  }
}
header#site-header .homepage-anchor-links-menu li a {
  font-family: freight-neo-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1em;
  color: #606060 !important;
  text-decoration: none;
}
@media (max-width: 570px) {
  header#site-header .homepage-anchor-links-menu li a {
    font-size: 1em;
  }
}
header#site-header .homepage-anchor-links-menu li a:hover, header#site-header .homepage-anchor-links-menu li a:focus {
  border-bottom: 2px solid #3890AB;
  text-decoration: none;
}
.search-modal.active .search-modal-inner {
  background: #f17fab;
  color: #fff;
}
.search-modal.active .search-modal-inner .search-field {
  font-size: 1.5em;
  height: 3.5em;
  color: #fff;
}
@media (max-width: 570px) {
  .search-modal.active .search-modal-inner .search-field {
    font-size: 1.2em;
    height: 3em;
  }
}
.search-modal.active .search-modal-inner input[type="search"]:focus {
  outline: none;
}
.header-footer-group, body:not(.overlay-header) #site-header .toggle, .menu-modal .toggle {
  color: #606060;
}
.search-untoggle.fill-children-current-color * {
  fill: #fff !important;
}
@media (max-width: 1000px) {
  .header-inner .toggle {
    align-items: center;
    justify-content: center;
    padding: 0.5em;
  }
}
/*side menu*/
.menu-modal-inner {
  background: #f17fab !important;
  color: #fff;
}
.menu-modal-inner .toggle {
  color: #fff !important;
}
.menu-modal-inner .toggle.fill-children-current-color * {
  fill: #fff !important;
}
.menu-modal-inner .modal-menu * {
  border-color: transparent;
}
.menu-modal-inner .modal-menu a {
  color: #fff !important;
}
@media (max-width: 1000px) {
  .menu-modal-inner .modal-menu .menu-item {
    text-align: center;
  }
}
.menu-modal-inner .social-icons a {
  background: #fff !important;
  color: #f17fab !important;
}
.menu-modal-inner .social-icons a:hover {
  background: #F5D7E3 !important;
}
.menu-modal-inner .social-icons.fill-children-current-color * {
  fill: #f17fab !important;
}
.bb-mobile-panel-inner hr {
  background: #fff;
  border-top: #fff;
}
.bb-mobile-header-wrapper, .bb-mobile-panel-wrapper {
  display: none !important;
}
@media (max-width: 1000px) {
  .bb-mobile-header-wrapper, .bb-mobile-panel-wrapper {
    display: block !important;
  }
}
.role-subscription_customer .header-aside .user-wrap, .role-customer .header-aside .user-wrap {
  display: none;
}
.role-subscription_customer.role-supper_club_member .header-aside .user-wrap, .role-customer.role-supper-club-member .header-aside .user-wrap, .role-supper_club_member.role-subscription_customer .header-aside .user-wrap, .role-supper-club-member.role-customer .header-aside .user-wrap, .role-recipe_member.role-subscription_customer .header-aside .user-wrap, .role-recipe_member.role-customer .header-aside .user-wrap, .role-subscription_customer.role-recipe_member .header-aside .user-wrap, .role-customer.role-recipe_member .header-aside .user-wrap {
  display: inline-block;
}
.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-1, .woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-2 {
  flex: 0 0 48%;
  max-width: 48%;
}
@media (max-width: 992px) {
  .woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-1, .woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.header-aside .button.signup {
  color: #fff !important;
}
.header-aside .button.signup:hover, .header-aside .button.signup:focus {
  color: #fff !important;
}
/**overrides for buddyboss***/
.top-footer {
  background: #fff;
}
.footer-widget-area .area-1 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 543px) {
  .footer-widget-area .area-1 {
    justify-content: center;
  }
}
.footer-widget-area .area-1 aside {
  margin-right: 20px;
}
@media screen and (max-width: 543px) {
  .footer-widget-area .area-1 aside {
    margin-right: 30px;
  }
}
.footer-widget-area .area-2 {
  text-align: center;
}
.bb-footer li a {
  font-size: 16px;
  color: #606060 !important;
}
.bb-footer li a:hover, .bb-footer li a:focus {
  color: #3890AB;
}
.bb-footer .widget-title {
  font-size: 20px;
}
p.newsletter {
  text-align: center;
  margin: 0;
}
#mc_embed_signup_scroll {
  display: flex;
}
#mc_embed_signup input.email {
  margin: 0 !important;
  border: 2px solid #EAEAEA !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  height: 45px !important;
  width: 100% !important;
}
#mc_embed_signup input.button {
  margin: 0 !important;
  border: 2px solid #EAEAEA !important;
  border-left: none;
  background: transparent !important;
  height: 45px !important;
  color: #afb1b1 !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  font-weight: 600 !important;
}
#mc_embed_signup input.button:hover, #mc_embed_signup input.button:focus {
  background: #606060 !important;
  color: #fff !important;
  border-color: #606060 !important;
}
footer#site-footer {
  border-top: 1px solid #EAEAEA;
  padding: 1.5em 0;
}
footer#site-footer #sb_instagram {
  display: flex;
  flex-direction: column;
}
footer#site-footer #sb_instagram #sbi_images {
  order: 2;
}
footer#site-footer #sb_instagram #sbi_load {
  order: 1;
}
footer#site-footer #sb_instagram .sbi_follow_btn {
  color: #77c04b !important;
}
footer#site-footer #sb_instagram .sbi_follow_btn a {
  color: #77c04b !important;
}
footer#site-footer .footer {
  padding-bottom: 2em;
}
footer#site-footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
}
footer#site-footer .footer-columns .footer-column {
  width: 33%;
}
footer#site-footer .footer-columns .footer-column-one {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer#site-footer .footer-columns .footer-column-one {
    width: 50%;
    order: 2;
    padding-right: 0.5em;
  }
}
@media (max-width: 570px) {
  footer#site-footer .footer-columns .footer-column-one {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2em;
  }
}
footer#site-footer .footer-columns .footer-column-one .footer-subcolumn {
  width: 50%;
}
footer#site-footer .footer-columns .footer-column-one .footer-subcolumn .widget_nav_menu .widget-content {
  font-size: 1em;
}
footer#site-footer .footer-columns .footer-column-one .footer-subcolumn .widget_nav_menu h2 {
  font-family: freight-neo-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;
  text-transform: none;
  margin-bottom: 0.3em;
}
footer#site-footer .footer-columns .footer-column-one .footer-subcolumn .widget_nav_menu ul.menu li a {
  color: #AFB1B1 !important;
  font-weight: normal;
}
@media (max-width: 767px) {
  footer#site-footer .footer-columns .footer-column-two {
    width: 100%;
    order: 1;
    padding-bottom: 2.5em;
  }
}
@media (max-width: 570px) {
  footer#site-footer .footer-columns .footer-column-two {
    padding-bottom: 2em;
  }
}
footer#site-footer .footer-columns .footer-logo img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-height: 10em;
}
@media (max-width: 767px) {
  footer#site-footer .footer-columns .footer-column-three {
    width: 50%;
    order: 3;
    padding-left: 0.5em;
  }
}
@media (max-width: 570px) {
  footer#site-footer .footer-columns .footer-column-three {
    width: 100%;
    padding-left: 0;
  }
}
footer#site-footer .footer-columns .footer-connect p.newsletter {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.66em;
  font-weight: 600;
}
footer#site-footer .footer-columns .footer-connect #mc_embed_signup_scroll {
  display: flex;
  justify-content: center;
}
footer#site-footer .footer-columns .footer-connect #mc_embed_signup input.email {
  margin: 0;
  height: 44px;
  border: 2px solid #E5E5E5;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
footer#site-footer .footer-columns .footer-connect #mc_embed_signup input.button {
  margin: 0;
  height: 44px;
  background-color: #fff;
  color: #928E8E;
  border: 2px solid #e5e5e5;
  border-left: none;
  width: 40%;
  font-size: 12px;
  letter-spacing: 0.07em;
  min-width: 110px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
footer#site-footer .footer-columns .footer-connect #mc_embed_signup input.button:hover, footer#site-footer .footer-columns .footer-connect #mc_embed_signup input.button:focus {
  background-color: #e5e5e5;
}
footer#site-footer .footer-columns ul.footer-social li {
  margin-top: 2rem;
}
footer#site-footer .footer-columns ul.social-menu, footer#site-footer .footer-columns ul.social-icons {
  justify-content: center;
}
footer#site-footer .footer-columns ul.social-menu a, footer#site-footer .footer-columns ul.social-icons a {
  background-color: #E7F2DE;
}
footer#site-footer .footer-columns ul.social-menu a svg, footer#site-footer .footer-columns ul.social-icons a svg {
  fill: #77c04b;
}
.fill-children-current-color, .fill-children-current-color * {
  fill: inherit;
}
.subfooter {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5em 15px;
  border-top: 1px solid #EAEAEA;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.7em;
  text-transform: uppercase;
}
.subfooter a {
  text-decoration: underline;
  color: #606060 !important;
}
.subfooter a:hover, .subfooter a:focus {
  text-decoration: none;
  color: #606060 !important;
}
.subfooter .subfooter-left {
  width: 50%;
}
@media (max-width: 480px) {
  .subfooter .subfooter-left {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
}
.subfooter .subfooter-right {
  width: 50%;
  text-align: right;
}
@media (max-width: 480px) {
  .subfooter .subfooter-right {
    width: 100%;
    text-align: center;
  }
}
.subfooter .subfooter-right a {
  text-decoration: underline;
}
.subfooter .subfooter-right a:hover, .subfooter .subfooter-right a:focus {
  text-decoration: none;
}
#mc_embed_signup form {
  overflow: hidden;
}
@media (max-width: 640px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 33%;
  }
}
.page-template-landing-page-template .bb-grid {
  display: flex;
}
.footer-widget-area .bb-grid {
  display: flex;
}
/**buddyboss overrides**/
.home-page #body-container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.home-page .site-content .bb-grid {
  flex-direction: column;
}
.home-page #primary {
  padding: 0;
}
.home-page section {
  padding: 3em 0;
  width: 100%;
}
.home-page section .inner-section {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .home-page section {
    padding: 2em 20px;
  }
}
@media (max-width: 480px) {
  .home-page section {
    padding: 1.35em 15px;
  }
}
.header-section {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 80vh;
  background: #F5D7E3;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (max-width: 800px) {
  .header-section {
    height: 70vh;
  }
}
@media (max-width: 570px) {
  .header-section {
    height: 60vh;
  }
}
.header-section .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 1000px) {
  .header-section .layer {
    background: rgba(255, 255, 255, 0.5);
  }
}
.header-section .image {
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1000px) {
  .header-section .image {
    width: 100%;
    height: 400px;
  }
}
.header-section .content {
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  padding-bottom: 10%;
}
@media (max-width: 1000px) {
  .header-section .content {
    width: 100%;
    padding-bottom: 20%;
  }
}
@media (max-width: 768px) {
  .header-section .content {
    width: 100%;
    padding-bottom: 10%;
  }
}
@media (max-width: 570px) {
  .header-section .content {
    padding: 1em 0;
  }
}
.header-section .content .inner-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2em;
}
.header-section .content .inner-content .subheading {
  color: #f17fab;
}
.header-section .content .inner-content p.h1 {
  margin: 0 0 0.25em 0;
  color: #3890AB;
}
@media (max-width: 1500px) {
  .header-section .content .inner-content p.h1 {
    font-size: 2.1em !important;
  }
}
@media (max-width: 768px) {
  .header-section .content .inner-content p.h1 {
    font-size: 1.85em !important;
  }
}
@media (max-width: 570px) {
  .header-section .content .inner-content p.h1 {
    font-size: 1.65em !important;
  }
}
.header-section .content .inner-content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
}
@media (max-width: 570px) {
  .header-section .content .inner-content .buttons {
    flex-wrap: wrap;
    padding: 0;
  }
}
.header-section .content .inner-content .buttons .button-wrap {
  padding: 0 1em;
}
@media (max-width: 570px) {
  .header-section .content .inner-content .buttons .button-wrap {
    margin: 0.5em 0;
  }
}
@media (max-width: 570px) {
  .header-section .content .inner-content .buttons .button-wrap .btn {
    font-size: 0.8em;
    padding: 11px 15px;
  }
}
@media (max-width: 570px) {
  .header-section .content .inner-content .buttons .button-wrap:last-child {
    order: 1;
  }
}
@media (max-width: 570px) {
  .header-section .content .inner-content .buttons .button-wrap:first-child {
    order: 2;
  }
}
.header-section .modal .modal-header {
  padding: 1rem 1rem 0 1rem;
}
.header-section .modal .modal-body {
  margin-top: 0;
}
.header-section .modal .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-section .modal .modal-content {
  background: #3890AB;
  border-radius: 10px;
  color: #fff;
}
.header-section .modal .modal-content .modal-header {
  border-bottom: none;
}
.header-section .modal .modal-content .modal-header button.close {
  color: #fff !important;
  font-size: 1.8em;
  opacity: 1;
}
.header-section .modal .modal-content .modal-content .embed {
  padding: 0 1.5em;
}
.header-section .modal .modal-content .modal-content .embed .gform_footer input[type="submit"] {
  height: auto !important;
  border-color: transparent !important;
}
.header-section .modal .modal-content .modal-content .embed .gform_wrapper form .top_label .gfield_label {
  color: #fff !important;
}
/*stakes section*/
@media (max-width: 1000px) {
  .stakes-section {
    padding: 6rem 0 4rem;
  }
}
@media (max-width: 570px) {
  .stakes-section {
    padding: 5rem 0 3rem;
  }
}
@media (max-width: 800px) {
  .stakes-section .inner-section {
    padding: 0 15px;
  }
}
.stakes-list {
  display: flex;
  justify-content: center;
  padding: 1em 0;
}
.stakes-list ul {
  list-style: none;
  margin: 0;
}
.stakes-list ul li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
  font-size: 1.1em;
}
@media (max-width: 768px) {
  .stakes-list ul li {
    font-size: 1.1em;
  }
}
.stakes-list ul li:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.5em;
  left: 0;
  background: #ABE5F4;
}
/*benefits one section */
.benefits-one {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2em;
}
@media (max-width: 768px) {
  .benefits-one {
    justify-content: center;
  }
}
@media (max-width: 570px) {
  .benefits-one {
    padding-top: 1em;
  }
}
.benefits-one .benefit {
  width: 33%;
  padding: 0 15px;
}
@media (max-width: 570px) {
  .benefits-one .benefit {
    width: 100%;
    margin-bottom: 15px;
  }
}
.benefits-one .benefit .image {
  margin-bottom: 0.5em;
  text-align: center;
}
.benefits-one .benefit .image img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .benefits-one .benefit p {
    font-size: 0.88em;
  }
}
@media (max-width: 570px) {
  .benefits-one .benefit:last-child {
    margin-bottom: 0;
  }
}
/*guide section */
.guide-section .guide-section-inner {
  display: flex;
  flex-wrap: wrap;
}
.guide-section .guide-section-inner .mobile.header {
  display: none;
}
@media (max-width: 768px) {
  .guide-section .guide-section-inner .mobile.header {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
.guide-section .guide-section-inner .image {
  width: 50%;
  text-align: right;
}
@media (max-width: 768px) {
  .guide-section .guide-section-inner .image {
    width: 100%;
    padding: 1em 0 0 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .guide-section .guide-section-inner .image img {
    margin: 0 auto;
  }
}
.guide-section .guide-section-inner .content {
  width: 50%;
  padding-left: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .guide-section .guide-section-inner .content {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 1.5em;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .guide-section .guide-section-inner .content .header {
    display: none;
  }
}
.guide-section.layout-two .content {
  order: 1;
  padding-left: 0;
}
@media (max-width: 768px) {
  .guide-section.layout-two .content {
    order: 2;
  }
}
.guide-section.layout-two .image {
  order: 2;
  padding-left: 2em;
  text-align: left;
}
@media (max-width: 768px) {
  .guide-section.layout-two .image {
    order: 1;
    text-align: center;
    padding-left: 0;
  }
}
/*benefits two*/
.benefits-two {
  padding-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .benefits-two {
    padding-top: 0.5em;
    margin-bottom: -15px;
  }
}
.benefits-two .benefit {
  width: 33%;
  padding: 0 25px;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .benefits-two .benefit {
    padding: 0 15px;
    margin-bottom: 1.25em;
  }
}
@media (max-width: 570px) {
  .benefits-two .benefit {
    width: 50%;
  }
}
.benefits-two .benefit .image {
  margin-bottom: 0.5em;
}
.benefits-two .benefit .image img {
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .benefits-two .benefit p {
    font-size: 0.8em;
  }
}
/*features-section*/
.features-section {
  float: left;
}
.features-section ul.tabs {
  margin: 20px 0 0 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.features-section ul.tabs li {
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer;
  padding: 10px 30px;
  width: 25%;
  height: 50px;
  line-height: 31px;
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background-color: #DBF1F8;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  color: #606060;
  overflow: hidden;
  position: relative;
  font-family: "Hammersmith One", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .features-section ul.tabs li {
    padding: 10px;
    font-size: 0.88em;
    margin: 0 0 5px 0;
  }
}
.features-section ul.tabs li:hover ul.tabs li:hover {
  background-color: #ccc;
  color: #333;
}
.features-section ul.tabs li.active {
  background-color: #fff;
  color: #322C31;
  border-bottom: 1px solid #fff;
  display: block;
  border-right: 1px solid #EAEAEA;
}
.features-section .tab_last {
  border-right: 1px solid #EAEAEA;
  margin: 0;
}
.features-section .tab_container {
  border: 1px solid #EAEAEA;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.features-section .tab_content {
  display: none;
  float: left;
  padding: 3em;
}
@media (max-width: 768px) {
  .features-section .tab_content {
    padding: 1.5em;
  }
}
.features-section .tab_content .image {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .features-section .tab_content .image {
    width: 40%;
  }
}
@media (max-width: 570px) {
  .features-section .tab_content .image {
    width: 100%;
  }
}
.features-section .tab_content .image img {
  margin: 0 auto;
  border-radius: 10px;
}
.features-section .tab_content .content {
  width: 50%;
  float: right;
  padding-left: 2em;
  padding-top: 2em;
}
@media (max-width: 768px) {
  .features-section .tab_content .content {
    width: 50%;
    padding-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 570px) {
  .features-section .tab_content .content {
    width: 100%;
    padding-left: 0;
    padding-top: 1.5em;
  }
}
@media (max-width: 768px) {
  .features-section .tab_content .content h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .features-section .tab_content .content p {
    font-size: 0.88em;
  }
}
.features-section .tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 570px) {
  .features-section .tabs {
    display: none !important;
  }
  .features-section .tab_drawer_heading {
    text-align: center;
    background-color: #fff;
    color: #606060;
    border-top: 1px solid #EAEAEA;
    margin: 0;
    padding: 15px 20px 18px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .features-section .d_active {
    background-color: #DBF1F8;
    color: #606060;
  }
}
.features-section .tab_content {
  background: #fff;
  margin-bottom: 18px;
}
@media screen and (max-width: 570px) {
  .features-section .tab_content {
    border-bottom: 1px solid grey;
  }
}
.features-section .tab_content .content ul {
  list-style: none;
  margin: 0;
}
.features-section .tab_content .content ul li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
  font-size: 1em;
}
@media (max-width: 768px) {
  .features-section .tab_content .content ul li {
    font-size: 0.88em;
  }
}
.features-section .tab_content .content ul li:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.5em;
  left: 0;
  background: #ABE5F4;
}
.features-section .tab_content:last-child {
  border-bottom: none;
}
/*featured posts */
.posts-section {
  clear: both;
}
.featured-posts {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2em;
  margin: 0 -15px;
  justify-content: center;
}
@media (max-width: 570px) {
  .featured-posts {
    margin: 0;
  }
}
.featured-posts .post {
  width: 33%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .featured-posts .post {
    padding: 0 10px;
  }
}
@media (max-width: 570px) {
  .featured-posts .post {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 570px) {
  .featured-posts .post:last-child {
    margin-bottom: 0;
  }
}
.post h3 {
  margin: 0.5em 0;
}
@media (max-width: 480px) {
  .post h3 {
    margin: 0.25em 0;
  }
}
.post h3 a {
  color: #606060 !important;
  text-decoration: none;
}
.post h3 a:hover, .post h3 a:focus {
  text-decoration: underline;
}
.post div.date {
  font-style: normal;
  font-size: 0.75em;
  color: #afb1b1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .post div.date {
    font-size: 0.66em;
  }
}
@media (max-width: 480px) {
  .post div.date {
    font-size: 0.5em;
  }
}
.post .categories {
  padding: 0.25em 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.post .categories a {
  background: #E7F2DE;
  color: #77c04b !important;
  text-decoration: none;
  padding: 7px 14px;
  margin: 0 5px 5px 0;
  font-size: 0.66em;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .post .categories a {
    padding: 5px 10px;
    font-size: 0.5em;
  }
}
.post .categories a:hover, .post .categories a:focus {
  background: #77c04b;
  color: #E7F2DE !important;
}
/*testimonials*/
.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1em;
}
@media (max-width: 1000px) {
  .testimonials {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 570px) {
  .testimonials {
    padding-top: 1em;
  }
}
.testimonials .testimonial {
  width: 30%;
  border: 1px solid #EAEAEA;
  background: #fff;
  border-radius: 10px;
  margin: 1em 15px;
  min-height: 450px;
}
@media (max-width: 1000px) {
  .testimonials .testimonial {
    width: 45%;
    min-height: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 570px) {
  .testimonials .testimonial {
    width: 100%;
  }
}
.testimonials .testimonial .inner-testimonial {
  padding: 1.8em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1500px) {
  .testimonials .testimonial .inner-testimonial {
    padding: 1em;
  }
}
.testimonials .testimonial .inner-testimonial .excerpt {
  line-height: 1.5;
  margin: 0 0 1em 0;
  font-size: 1.15em;
}
@media (max-width: 1500px) {
  .testimonials .testimonial .inner-testimonial .excerpt {
    padding: 0.88em;
  }
}
.testimonials .testimonial .inner-testimonial .credit {
  display: flex;
}
.testimonials .testimonial .inner-testimonial .credit .image img {
  max-width: 90px;
  max-height: 90px;
  border-radius: 100%;
}
@media (max-width: 1000px) {
  .testimonials .testimonial .inner-testimonial .credit .image img {
    max-width: 55px;
    max-height: 55px;
  }
}
.testimonials .testimonial .inner-testimonial .credit .content {
  padding-left: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials .testimonial .inner-testimonial .credit .content p.name {
  margin: 0;
  font-weight: 600;
}
@media (max-width: 1500px) {
  .testimonials .testimonial .inner-testimonial .credit .content p.name {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonial .inner-testimonial .credit .content p.name {
    font-size: 0.7em;
  }
}
.testimonials .testimonial .inner-testimonial .credit .content p.location {
  margin: 0;
  text-transform: uppercase;
  color: #9D9D9D;
  font-size: 0.8em;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .testimonials .testimonial .inner-testimonial .credit .content p.location {
    font-size: 0.66em;
  }
}
@media (max-width: 570px) {
  .testimonials .testimonial:last-child {
    margin-bottom: 0;
  }
}
/*founding member section*/
.founding-member-section .content ul {
  list-style: none;
  margin: 0;
}
.founding-member-section .content ul li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
  font-size: 1em;
}
.founding-member-section .content ul li:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.5em;
  left: 0;
  background: #ABE5F4;
}
/*pricing section*/
.pricing-section-private-content .pricing .plan {
  width: 50% !important;
}
@media (max-width: 768px) {
  .pricing-section-private-content .pricing .plan {
    width: 100% !important;
  }
}
.pricing.has-pricing-heading {
  margin-top: 80px;
}
.pricing {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .pricing {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pricing .plan {
  background: #fff;
  width: 30%;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
  margin: 0 10px;
}
.pricing .plan .header {
  padding: 1.5em 1.5em 0 1.5em;
}
@media (max-width: 768px) {
  .pricing .plan .header {
    padding: 1.5em 1em 0 1em;
  }
}
.pricing .plan .header h3.h2 {
  font-size: 1.35em;
}
.pricing .plan .content {
  padding: 1.5em 1.5em 3em 1.5em;
}
@media (max-width: 768px) {
  .pricing .plan .content {
    padding: 1em 1em 2em 1em;
  }
}
.pricing .plan .content ul.check {
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 570px) {
  .pricing .plan .content ul.check li {
    font-size: 0.88em;
  }
}
.pricing .plan .content .price {
  padding: 0 0 0.25em 0;
}
@media (max-width: 768px) {
  .pricing .plan .content .price {
    padding: 0.5em 0 0 0;
  }
}
.pricing .plan .content .price p.price {
  font-family: "Hammersmith One", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .pricing .plan .content .price p.price {
    font-size: 1.3em;
  }
}
.pricing .plan .content .price p.disclaimer {
  font-size: 0.88em;
}
.pricing .plan .content .button-wrap {
  padding-top: 1em;
}
@media (max-width: 768px) {
  .pricing .plan-1 {
    order: 2;
    width: 44%;
    margin: 15px;
  }
}
@media (max-width: 570px) {
  .pricing .plan-1 {
    width: 100%;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .pricing .plan-3 {
    order: 3;
    width: 44%;
    margin: 15px;
  }
}
@media (max-width: 570px) {
  .pricing .plan-3 {
    width: 100%;
    margin: 15px 0;
  }
}
.pricing .plan-primary {
  width: 40%;
  margin-top: -60px;
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
@media (max-width: 768px) {
  .pricing .plan-primary {
    order: 1;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.pricing .plan-primary .header {
  background: #DBF1F8;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-bottom: 1em;
}
@media (max-width: 768px) {
  .pricing .plan-primary .header {
    padding: 1em;
  }
}
.pricing .plan-primary .content ul.check li:after, .pricing .plan-primary .content ul.checks li:after, .pricing .plan-primary .content ul.checkmark li:after, .pricing .plan-primary .content ul.checkmarks li:after {
  color: #3890AB;
}
ul.check, ul.checks, ul.checkmark, ul.checkmarks {
  list-style: none;
  margin: 0;
}
ul.check li, ul.checks li, ul.checkmark li, ul.checkmarks li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
  font-size: 1em;
}
ul.check li:after, ul.checks li:after, ul.checkmark li:after, ul.checkmarks li:after {
  content: "";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8em;
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  color: #f17fab;
}
/*countdown section*/
.countdown-section p.countdown-text {
  font-size: 1.15em;
  font-weight: 600;
  color: #928E8E;
}
/*lead magnet*/
.lead-magnet-section form#gform_2 label {
  color: #fff;
}
.lead-magnet-section form#gform_2 ul li.gfield {
  margin-top: 10px;
}
.lead-magnet-section .gform_footer input[type="submit"] {
  background: #f17fab;
  border-color: #f17fab;
  color: #fff !important;
  width: 100% !important;
  display: block !important;
  height: auto;
}
.lead-magnet-section .gform_footer input[type="submit"]:hover, .lead-magnet-section .gform_footer input[type="submit"]:focus {
  background: #F5D7E3 !important;
  color: #f17fab !important;
  border-color: #F5D7E3 !important;
  box-shadow: none;
}
.lead-magnet-section .embed {
  padding-bottom: 0;
}
@media (max-width: 570px) {
  .faq-section h3 {
    margin: 3rem auto 1rem;
  }
}
/**guest spotlight section**/
.guest-spotlights-wrap .section-header {
  padding-bottom: 2em;
}
.guest-spotlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.guest-spotlights .guest-spotlight {
  width: 16.66%;
  padding: 0 12px 1em 12px;
}
@media (max-width: 992px) {
  .guest-spotlights .guest-spotlight {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .guest-spotlights .guest-spotlight {
    width: 25%;
  }
}
@media (max-width: 570px) {
  .guest-spotlights .guest-spotlight {
    width: 33%;
  }
}
.guest-spotlights .guest-spotlight .image {
  text-align: center;
}
.guest-spotlights .guest-spotlight .content {
  margin-top: 0.33em;
}
.guest-spotlights .guest-spotlight .content .comingsoon {
  font-weight: 600;
  font-style: italic;
  font-size: 0.88em;
}
.guest-spotlights .guest-spotlight .content .name {
  font-size: 1.2em;
  margin: 0 0 0.2em 0;
}
.guest-spotlights .guest-spotlight .content .description {
  font-size: 0.88em;
  font-style: italic;
}
.lead-magnet-section {
  border-radius: 0;
}
@media (max-width: 992px) {
  .lead-magnet-section {
    border-radius: 0;
  }
}
.lead-magnet-section .inner-section {
  padding: 1em 1.5em 0 1.5em;
}
.page-template-landing-page-template #body-container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.page-template-landing-page-template #primary {
  padding: 0;
}
.page-template-landing-page-template #primary section {
  padding: 3em 0;
  width: 100%;
}
.page-template-landing-page-template #primary section .inner-section {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .page-template-landing-page-template #primary section {
    padding: 2em 20px;
  }
}
@media (max-width: 480px) {
  .page-template-landing-page-template #primary section {
    padding: 1.35em 15px;
  }
}
.page-template-landing-page-template section#pricing {
  padding-top: 6em;
}
@media (max-width: 1000px) {
  .page-template-landing-page-template section#pricing {
    padding-top: 4em;
  }
}
@media (max-width: 480px) {
  .page-template-landing-page-template section#pricing {
    padding-top: 1.35em;
  }
}
.page-template-landing-page-template .bb-grid {
  display: block;
}
.page-template-landing-page-template .header-section {
  padding: 0 !important;
}
.page-template-landing-page-template .faq-section h2 {
  margin-bottom: 1.2em !important;
  color: #3890AB;
}
.page-template-landing-page-template .columns-section.one-column .columns-row, .page-template-landing-page-template .megainclude-section.one-column .columns-row {
  display: flex;
  flex-wrap: wrap;
}
.page-template-landing-page-template .columns-section.one-column .columns-row .column, .page-template-landing-page-template .megainclude-section.one-column .columns-row .column {
  width: 100%;
  padding: 0 15px;
}
.page-template-landing-page-template .columns-section.two-columns .columns-row, .page-template-landing-page-template .megainclude-section.two-columns .columns-row {
  display: flex;
  flex-wrap: wrap;
}
.page-template-landing-page-template .columns-section.two-columns .columns-row .column, .page-template-landing-page-template .megainclude-section.two-columns .columns-row .column {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 570px) {
  .page-template-landing-page-template .columns-section.two-columns .columns-row .column, .page-template-landing-page-template .megainclude-section.two-columns .columns-row .column {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 570px) {
  .page-template-landing-page-template .columns-section.two-columns .columns-row .column:last-child, .page-template-landing-page-template .megainclude-section.two-columns .columns-row .column:last-child {
    margin-bottom: 0;
  }
}
.page-template-landing-page-template .columns-section.three-columns .columns-row, .page-template-landing-page-template .megainclude-section.three-columns .columns-row {
  display: flex;
  flex-wrap: wrap;
}
.page-template-landing-page-template .columns-section.three-columns .columns-row .column, .page-template-landing-page-template .megainclude-section.three-columns .columns-row .column {
  width: 33%;
  padding: 0 15px;
}
@media (max-width: 570px) {
  .page-template-landing-page-template .columns-section.three-columns .columns-row .column, .page-template-landing-page-template .megainclude-section.three-columns .columns-row .column {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 570px) {
  .page-template-landing-page-template .columns-section.three-columns .columns-row .column:last-child, .page-template-landing-page-template .megainclude-section.three-columns .columns-row .column:last-child {
    margin-bottom: 0;
  }
}
.page-template-landing-page-template .columns-section.four-columns .columns-row, .page-template-landing-page-template .megainclude-section.four-columns .columns-row {
  display: flex;
  flex-wrap: wrap;
}
.page-template-landing-page-template .columns-section.four-columns .columns-row .column, .page-template-landing-page-template .megainclude-section.four-columns .columns-row .column {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .page-template-landing-page-template .columns-section.four-columns .columns-row .column, .page-template-landing-page-template .megainclude-section.four-columns .columns-row .column {
    width: 50%;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 570px) {
  .page-template-landing-page-template .columns-section.four-columns .columns-row .column, .page-template-landing-page-template .megainclude-section.four-columns .columns-row .column {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 570px) {
  .page-template-landing-page-template .columns-section.four-columns .columns-row .column:last-child, .page-template-landing-page-template .megainclude-section.four-columns .columns-row .column:last-child {
    margin-bottom: 0;
  }
}
.page-template-landing-page-template .columns-section .column .image {
  text-align: center;
}
.page-template-landing-page-template .columns-section .column .content {
  margin-top: 1em;
}
.page-template-landing-page-template .megainclude-section .header {
  margin-bottom: 2em;
}
.page-template-landing-page-template .megainclude-section .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-landing-page-template .megainclude-section.three-columns .column:nth-child(2) {
  border-right: 1px solid #d8d5d5;
  border-left: 1px solid #d8d5d5;
}
.page-template-landing-page-template .quote-section {
  min-height: 500px;
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-landing-page-template .quote-section.has-bg-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-template-landing-page-template .quote-section.has-bg-image .inner-quote-section {
  z-index: 1;
}
.page-template-landing-page-template .quote-section.has-bg-image .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.page-template-landing-page-template .inner-personalbio {
  display: flex;
  flex-wrap: wrap;
}
.page-template-landing-page-template .inner-personalbio .image {
  width: 30%;
}
.page-template-landing-page-template .inner-personalbio .image img {
  border-radius: 100%;
}
.page-template-landing-page-template .inner-personalbio .content {
  width: 70%;
  padding-left: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-landing-page-template .inner-personalbio .content .header {
  padding-bottom: 0.5em;
}
.page-template-landing-page-template .inner-personalbio .logo-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-template-landing-page-template .inner-personalbio .logo-list .logo {
  width: 16.6%;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .page-template-landing-page-template .inner-personalbio .logo-list .logo {
    width: 20%;
  }
}
@media (max-width: 1000px) {
  .page-template-landing-page-template .inner-personalbio .logo-list .logo {
    width: 25%;
  }
}
@media (max-width: 800px) {
  .page-template-landing-page-template .inner-personalbio .logo-list .logo {
    width: 33%;
  }
}
@media (max-width: 600px) {
  .page-template-landing-page-template .inner-personalbio .logo-list .logo {
    width: 50%;
  }
}
.imagecarousel-section .lp-image-carousel {
  margin: 0 -15px;
}
.imagecarousel-section .lp-image-carousel .lp-slide {
  padding: 0 15px;
}
.imagecarousel-section .lp-image-carousel .slick-next {
  right: -35px;
  left: auto;
  box-shadow: none;
  width: 30px;
  height: 30px;
}
.imagecarousel-section .lp-image-carousel .slick-prev {
  left: -35px;
  right: auto;
  box-shadow: none;
  width: 30px;
  height: 30px;
}
.imagecarousel-section .lp-image-carousel .slick-prev:before, .imagecarousel-section .lp-image-carousel .slick-next:before {
  color: #f17fab;
  font-size: 30px;
  opacity: 1;
}
.imagecarousel-section .lp-image-carousel .slick-prev.slick-disabled:before, .imagecarousel-section .lp-image-carousel .slick-next.slick-disabled:before {
  opacity: 0.65;
}
.slick-next {
  right: -25px;
  left: auto;
  box-shadow: none;
}
.slick-prev {
  left: -25px;
  right: auto;
  box-shadow: none;
}
.page-id-30934 .header-section .content .inner-content {
  padding: 2em;
  background: #fff;
  border-radius: 20px;
}
.page-id-30934 .header-section .content {
  padding-bottom: 0;
}
.page-id-30944 .header-section .content .inner-content, .page-id-30925 .header-section .content .inner-content {
  padding: 1em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.page-id-30944 .header-section .content .inner-content .buttons, .page-id-30925 .header-section .content .inner-content .buttons {
  padding: 0;
}
/* POP UP FORM */
.theme-54057 .gfield_label {
  color: #fff !important;
}
.theme-54057 .gfield.field_sublabel_below label {
  color: #fff !important;
}
.theme-54057 .pum-content {
  outline: none !important;
  border: none !important;
}
.gform_footer input[type="submit"] {
  background: #f17fab !important;
  border-color: #f17fab !important;
}
.shop-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5em;
}
.shop-wrap .product {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 2em;
}
@media (max-width: 1000px) {
  .shop-wrap .product {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .shop-wrap .product {
    width: 50%;
  }
}
.shop-wrap .product .content {
  padding-top: 0.5em;
}
.shop-wrap .product .content p.vendor {
  color: #AFB1B1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.66em;
  margin: 0;
}
.shop-wrap .product .content h2 {
  font-family: freight-neo-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  margin: 0 0 5px 0;
  text-transform: none;
}
.shop-wrap .product .content h2 a {
  color: #606060 !important;
  text-decoration: none;
}
.shop-wrap .product .content h2 a:hover, .shop-wrap .product .content h2 a:focus {
  border-bottom: 2px solid #3890AB;
  text-decoration: none;
}
.shop-wrap .product .content p.price {
  margin: 0;
  color: #606060;
  font-size: 0.8em;
}
.shop-preview {
  padding-bottom: 2em;
  padding-top: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 1em !important;
}
.woocommerce-Tabs-panel h2 {
  margin-top: 0;
  font-size: 22px;
}
.woocommerce #content div.product div.images .woocommerce-product-gallery__trigger:before {
  top: 0;
}
.woocommerce #content div.product .flex-control-thumbs .slick-arrow i {
  font-size: 25px;
}
.woocommerce #content div.product .woocommerce-tabs .panel {
  float: left;
}
/*HOLIDAY MARKET*/
.page-id-54788 ul.products li {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.page-id-54788 ul.products li:hover, .page-id-54788 ul.products li:focus {
  box-shadow: none;
}
.page-id-54788 ul.products li:hover img, .page-id-54788 ul.products li:focus img {
  border: 2px solid #3890AB;
}
.page-id-54788 ul.products li img {
  margin-bottom: 0;
}
.page-id-54788 ul.products li h2.woocommerce-loop-category__title {
  display: none;
}
li.product a.button:hover, li.product a.button:focus {
  color: #fff !important;
}
.page-id-21149 {
  background-color: transparent !important;
}
.page-id-21149 header#masthead, .page-id-21149 footer#site-footer, .page-id-21149 .top-footer, .page-id-21149 .bb-footer {
  /*background-color: $lightpink!important;*/
  display: none;
}
.page-id-21149 .thank-you-container {
  padding: 3em 0;
}
@media (max-width: 768px) {
  .page-id-21149 .thank-you-container {
    padding: 0;
  }
}
.page-id-21149 .thank-you-heading {
  padding: 3em 0;
}
@media (max-width: 768px) {
  .page-id-21149 .thank-you-heading {
    padding: 2em 0;
  }
}
.page-id-21149 .thank-you-message {
  display: flex;
  flex-wrap: wrap;
}
.page-id-21149 .thank-you-message .video {
  width: 40%;
  padding-right: 2em;
}
@media (max-width: 768px) {
  .page-id-21149 .thank-you-message .video {
    width: 50%;
    padding-right: 1.5em;
  }
}
@media (max-width: 570px) {
  .page-id-21149 .thank-you-message .video {
    width: 100%;
    padding: 0 15px;
  }
}
.page-id-21149 .thank-you-message .message {
  width: 60%;
  background: transparent;
  color: #606060;
}
@media (max-width: 768px) {
  .page-id-21149 .thank-you-message .message {
    width: 50%;
  }
}
@media (max-width: 570px) {
  .page-id-21149 .thank-you-message .message {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 570px) {
  .page-id-21149 .thank-you-message .message h2 {
    margin-bottom: 0;
    margin-top: 1.5em;
  }
}
#particles-js {
  position: absolute;
  height: 100vh;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
}
/*under construction page*/
.under-construction {
  background-position: center;
  background-size: cover;
  height: 100vh;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
  display: flex;
}
.under-construction .message {
  background: #F5D7E3;
  border-radius: 10px;
  padding: 2em;
}
/*login page*/
.login-wrap {
  margin-top: 1em;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
.login-wrap .image {
  width: 50%;
  background-size: cover;
  background-position: center;
}
.login-wrap .content {
  width: 50%;
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-page-free-hosting-guide header#masthead, .page-template-page-free-hosting-guide .top-footer, .page-template-page-free-hosting-guide .bb-footer {
  display: none;
}
.page-template-page-free-hosting-guide .entry-content {
  padding-top: 1em;
}
.page-template-page-free-hosting-guide .site-content {
  padding-top: 0 !important;
}
.page-template-page-free-hosting-guide #body-container {
  max-width: 100%;
  padding: 0;
}
.page-template-page-free-hosting-guide .hosting-videos {
  padding-top: 2em;
}
.page-template-page-free-hosting-guide .hosting-videos ul.videos {
  margin-left: 0;
  list-style: none;
}
.page-template-page-free-hosting-guide .hosting-videos ul.videos li.video {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2em;
}
.page-template-page-free-hosting-guide .hosting-videos ul.videos li.video .embed {
  width: 50%;
}
.page-template-page-free-hosting-guide .hosting-videos ul.videos li.video .content {
  width: 50%;
  padding-left: 1em;
}
.page-template-page-free-hosting-guide .supperclub-cta {
  padding: 3em 0;
}
.page-template-page-free-hosting-guide .supperclub-cta .copy {
  padding: 2em 0;
}
.page-template-page-free-hosting-guide.sticky-header .site-content {
  padding-top: 0 !important;
}
/*buddy boss overrides*/
.entry-img, .single .post-related-posts .entry-img {
  overflow: visible;
  padding-top: 0;
  background: #77c04b;
}
.entry-img img {
  position: relative;
}
.post-grid .first .ratio-wrap {
  width: 100%;
}
@media (max-width: 799px) {
  .bb-masonry .bb-masonry-sizer, .post-grid .hentry:not(.bb-standard) {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 799px) {
  .post-related-posts .bb-masonry .bb-masonry-sizer, .post-related-posts .post-grid .hentry:not(.bb-standard) {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.first .post-inner-wrap {
  flex-flow: column;
}
.post-grid .first .ratio-wrap .entry-img {
  padding-top: 0;
}
.first .post-inner-wrap .entry-content-wrap, .post-inner-wrap .entry-content-wrap {
  padding: 25px 15px 10px 15px !important;
}
@media (max-width: 768px) {
  .first .post-inner-wrap .entry-content-wrap, .post-inner-wrap .entry-content-wrap {
    padding: 10px 15px !important;
  }
}
.first .post-inner-wrap .entry-title {
  font-size: 24px !important;
  color: #122b46;
  letter-spacing: -0.24px;
  line-height: 1.31;
}
@media (max-width: 768px) {
  .first .post-inner-wrap .entry-title {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .post-inner-wrap h2.entry-title {
    font-size: 20px !important;
  }
}
article.lg-grid-2-3.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 992px) {
  article.lg-grid-2-3.first {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 799px) {
  article.lg-grid-2-3.first {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.blog header.entry-header h1, .archive header.entry-header h1, .category header.entry-header h1, .tag header.entry-header h1 {
  text-align: center !important;
}
.blog #primary, .archive #primary, .category #primary, .tag #primary {
  max-width: 100% !important;
}
.blog article .entry-header, .archive article .entry-header, .category article .entry-header, .tag article .entry-header {
  margin-bottom: 0;
}
.blog article .entry-header h2.entry-title, .archive article .entry-header h2.entry-title, .category article .entry-header h2.entry-title, .tag article .entry-header h2.entry-title {
  font-size: 24px;
  text-transform: none;
  line-height: 1.2;
  font-family: freight-neo-pro, sans-serif !important;
  color: #606060;
  margin-bottom: 8px;
}
.blog article .entry-header h2.entry-title a, .archive article .entry-header h2.entry-title a, .category article .entry-header h2.entry-title a, .tag article .entry-header h2.entry-title a {
  color: #606060 !important;
}
.blog article .entry-header .post-date, .archive article .entry-header .post-date, .category article .entry-header .post-date, .tag article .entry-header .post-date {
  font-style: normal;
  font-size: 0.75em;
  color: #afb1b1 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.blog article .entry-header .post-date a, .archive article .entry-header .post-date a, .category article .entry-header .post-date a, .tag article .entry-header .post-date a {
  color: #afb1b1 !important;
}
.blog article .entry-meta, .archive article .entry-meta, .category article .entry-meta, .tag article .entry-meta {
  flex-direction: column;
}
.blog article .entry-meta .cat-links, .archive article .entry-meta .cat-links, .category article .entry-meta .cat-links, .tag article .entry-meta .cat-links {
  margin-top: 1em;
  padding: 0.25em 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.blog article .entry-meta .cat-links ul, .archive article .entry-meta .cat-links ul, .category article .entry-meta .cat-links ul, .tag article .entry-meta .cat-links ul {
  padding-inline-start: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.blog article .entry-meta .cat-links ul li, .archive article .entry-meta .cat-links ul li, .category article .entry-meta .cat-links ul li, .tag article .entry-meta .cat-links ul li {
  margin-bottom: 10px;
}
.blog article .entry-meta .cat-links ul li a, .archive article .entry-meta .cat-links ul li a, .category article .entry-meta .cat-links ul li a, .tag article .entry-meta .cat-links ul li a {
  background: #E7F2DE;
  color: #77c04b !important;
  text-decoration: none;
  padding: 7px 14px;
  margin: 0 5px 5px 0;
  font-size: 0.66em;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .blog article .entry-meta .cat-links ul li a, .archive article .entry-meta .cat-links ul li a, .category article .entry-meta .cat-links ul li a, .tag article .entry-meta .cat-links ul li a {
    padding: 5px 10px;
    font-size: 0.5em;
  }
}
.blog article .entry-meta .cat-links ul li a:hover, .blog article .entry-meta .cat-links ul li a:focus, .archive article .entry-meta .cat-links ul li a:hover, .archive article .entry-meta .cat-links ul li a:focus, .category article .entry-meta .cat-links ul li a:hover, .category article .entry-meta .cat-links ul li a:focus, .tag article .entry-meta .cat-links ul li a:hover, .tag article .entry-meta .cat-links ul li a:focus {
  background: #77c04b;
  color: #E7F2DE !important;
}
.blog.mepr-login-page .entry-header, .archive.mepr-login-page .entry-header, .category.mepr-login-page .entry-header, .tag.mepr-login-page .entry-header {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.blog.mepr-login-page .entry-title, .blog.mepr-login-page .mepr-thankyou-page .entry-title, .archive.mepr-login-page .entry-title, .archive.mepr-login-page .mepr-thankyou-page .entry-title, .category.mepr-login-page .entry-title, .category.mepr-login-page .mepr-thankyou-page .entry-title, .tag.mepr-login-page .entry-title, .tag.mepr-login-page .mepr-thankyou-page .entry-title {
  text-align: left;
}
/*where to start seciton*/
.feat-blog-cats {
  padding-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feat-blog-cats .category {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .feat-blog-cats .category {
    width: 25%;
  }
}
@media (max-width: 570px) {
  .feat-blog-cats .category {
    padding: 0 8px;
  }
}
.feat-blog-cats .category img {
  margin: 0 auto;
}
.feat-blog-cats .category h3 {
  margin: 0.5em 0;
}
.feat-blog-cats .category h3 a {
  color: #606060 !important;
  text-decoration: none;
}
.feat-blog-cats .category h3 a:hover, .feat-blog-cats .category h3 a:focus {
  text-decoration: none;
  border-bottom: 2px solid #3890AB;
}
.blog main#site-content, .category main#site-content, .tag main#site-content {
  max-width: 1350px;
  margin: 0 auto;
  padding: 4em 15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .blog main#site-content, .category main#site-content, .tag main#site-content {
    padding: 2em 15px;
  }
}
.blog main#site-content article, .category main#site-content article, .tag main#site-content article {
  width: 33%;
  padding: 0 20px;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .blog main#site-content article, .category main#site-content article, .tag main#site-content article {
    width: 50%;
    padding: 0 15px;
  }
}
p.cat, p.tag {
  font-family: "Hammersmith One", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1em;
  color: #606060;
  margin: 0;
}
h1.archive-title {
  color: #3890AB;
}
h1.archive-title span.color-accent {
  display: none;
}
/*search*/
.search-results article {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
.search-results article.type-page .content {
  max-width: 750px;
  margin: 0 auto;
}
.search-results article.type-page .content h2 {
  margin: 0;
  text-transform: none;
}
.search-results article.type-page .content h2 a {
  color: #606060 !important;
  text-decoration: none;
}
.search-results article.type-page .content h2 a:hover, .search-results article.type-page .content h2 a:focus {
  color: #606060 !important;
  text-decoration: underline;
}
.search-results article.type-page .content .excerpt {
  padding: 1em 0;
}
.search-results article.type-post {
  display: flex;
  flex-wrap: wrap;
}
.search-results article.type-post .image {
  width: 50%;
}
.search-results article.type-post .content {
  width: 50%;
  padding-left: 2em;
}
.search-results article.type-post .content h2 {
  margin: 0;
  text-transform: none;
}
.search-results article.type-post .content h2 a {
  color: #606060 !important;
  text-decoration: none;
}
.search-results article.type-post .content h2 a:hover, .search-results article.type-post .content h2 a:focus {
  color: #606060 !important;
  text-decoration: underline;
}
/*search results*/
.bb-standard .entry-img {
  padding-top: 0;
}
.search-results .post-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.search-results .post-grid article {
  width: 33%;
  padding: 0 15px;
  border-bottom: none;
}
@media (max-width: 799px) {
  .search-results .post-grid article {
    width: 50%;
  }
}
.search-results .post-grid article h2.entry-title {
  font-size: 24px;
  text-transform: none;
  line-height: 1.2;
  font-family: freight-neo-pro, sans-serif !important;
  color: #606060;
  margin-bottom: 8px;
}
.search-results .post-grid article .post-date {
  font-style: normal;
  font-size: 0.75em;
  color: #afb1b1 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.search-results .post-grid article .cat-links {
  margin-top: 1em;
  padding: 0.25em 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search-results .post-grid article .cat-links ul {
  padding-inline-start: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.search-results .post-grid article .cat-links ul li {
  margin-bottom: 10px;
}
.search-results .post-grid article .cat-links ul li a {
  background: #E7F2DE;
  color: #77c04b !important;
  text-decoration: none;
  padding: 7px 14px;
  margin: 0 5px 5px 0;
  font-size: 0.66em;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .search-results .post-grid article .cat-links ul li a {
    padding: 5px 10px;
    font-size: 0.5em;
  }
}
.search-results .post-grid article .cat-links ul li a:hover, .search-results .post-grid article .cat-links ul li a:focus {
  background: #77c04b;
  color: #E7F2DE !important;
}
.sc-exclusive {
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -20px;
  left: -10px;
}
@media (max-width: 570px) {
  .sc-exclusive {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -5px;
  }
}
.post-grid .hentry {
  position: relative;
}
/**buddyboss overrides**/
.single .site-content-grid {
  flex-direction: column;
}
.single main.post-content {
  display: flex;
  flex-wrap: wrap;
}
.single main.post-content #primary {
  width: 72.5% !important;
  margin: 0;
  padding-right: 30px;
  padding-left: 0;
}
@media (max-width: 1200px) {
  .single main.post-content #primary {
    width: 67% !important;
  }
}
@media (max-width: 1000px) {
  .single main.post-content #primary {
    width: 65% !important;
    padding-right: 20px;
  }
}
@media (max-width: 890px) {
  .single main.post-content #primary {
    width: 100% !important;
    margin: 0 auto;
    padding-right: 0;
  }
}
.single main.post-content #secondary {
  width: 25%;
}
@media (max-width: 890px) {
  .single main.post-content #secondary {
    width: 100% !important;
  }
}
.post-related-posts .post-grid .entry-header {
  margin-bottom: 0;
}
.post-related-posts .post-date {
  font-size: 14px;
  text-align: left;
  width: 100%;
  color: #afb1b1;
  font-weight: 600;
  text-transform: uppercase;
}
.post-related-posts .post-date a {
  color: #afb1b1 !important;
}
.post-related-posts .entry-meta {
  flex-direction: column;
}
@media (max-width: 799px) {
  .post-related-posts .entry-meta {
    margin-top: 0;
  }
}
.post-related-posts .entry-meta .cat-links {
  margin-top: 1em;
  padding: 0.25em 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.post-related-posts .entry-meta .cat-links ul {
  padding-inline-start: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.post-related-posts .entry-meta .cat-links ul li {
  margin-bottom: 10px;
}
.post-related-posts .entry-meta .cat-links ul li a {
  background: #E7F2DE;
  color: #77c04b !important;
  text-decoration: none;
  padding: 7px 14px;
  margin: 0 5px 5px 0;
  font-size: 0.66em;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .post-related-posts .entry-meta .cat-links ul li a {
    padding: 5px 10px;
    font-size: 0.5em;
  }
}
.post-related-posts .entry-meta .cat-links ul li a:hover, .post-related-posts .entry-meta .cat-links ul li a:focus {
  background: #77c04b;
  color: #E7F2DE !important;
}
.single-post main#site-content {
  padding-top: 2em;
  padding-bottom: 6em;
}
.single-post .post-header {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 1.5em 15px;
  display: flex;
  flex-wrap: wrap;
}
.single-post .post-header .content {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 2em;
}
@media (max-width: 700px) {
  .single-post .post-header .content {
    width: 100%;
    padding-right: 0;
  }
}
.single-post .post-header .content .excerpt {
  padding-bottom: 5em;
}
@media (max-width: 700px) {
  .single-post .post-header .content .excerpt {
    padding-bottom: 0.5em;
  }
}
.single-post .post-header .content .excerpt h1.entry-title {
  margin-bottom: 0.5em;
}
@media (max-width: 1000px) {
  .single-post .post-header .content .excerpt h1.entry-title {
    font-size: 1.8em;
  }
}
@media (max-width: 768px) {
  .single-post .post-header .content .excerpt h1.entry-title {
    font-size: 1.65em;
  }
}
@media (max-width: 700px) {
  .single-post .post-header .content .excerpt h1.entry-title {
    margin-bottom: 0;
  }
}
.single-post .post-header .content .line-break {
  width: 50px;
  height: 2px;
  background: #f17fab;
  margin: 1.5em 0;
}
.single-post .post-header .content .date {
  font-family: freight-neo-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #606060;
}
.single-post .post-header .meta .author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-post .post-header .meta .author .author-image img {
  border-radius: 100%;
}
.single-post .post-header .meta .author .content {
  padding-left: 0.75em;
}
.single-post .post-header .category-share {
  display: flex;
  justify-content: space-between;
}
.single-post .post-header .category-share .categories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75em;
}
.single-post .post-header .category-share .categories a {
  background: #E7F2DE;
  color: #77c04b !important;
  text-decoration: none;
  padding: 7px 14px;
  margin: 0 5px 5px 0;
  font-size: 0.66em;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .single-post .post-header .category-share .categories a {
    padding: 5px 10px;
  }
}
.single-post .post-header .category-share .categories a:hover, .single-post .post-header .category-share .categories a:focus {
  background: #77c04b;
  color: #E7F2DE !important;
}
.single-post .post-header .image {
  width: 45%;
}
@media (max-width: 700px) {
  .single-post .post-header .image {
    width: 100%;
    text-align: center;
  }
}
main.post-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
main.post-content .main {
  width: 70%;
  padding-top: 5em;
  padding-right: 2em;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  main.post-content .main {
    width: 100%;
    padding-right: 0;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
main.post-content .sidebar {
  width: 30%;
  padding-top: 5em;
  border-left: 1px solid #EAEAEA;
  padding-left: 2em;
}
main.post-content .sidebar .sidebar-widget-region {
  padding-top: 3.5em;
}
@media (max-width: 768px) {
  main.post-content .sidebar .sidebar-widget-region {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  main.post-content .sidebar {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 2em;
    border-left: none;
  }
}
.single div.post-content p a:not(.btn), .single div.post-content h1 a:not(.btn), .single div.post-content h2 a:not(.btn), .single div.post-content h3 a:not(.btn), .single div.post-content h4 a:not(.btn), .single div.post-content h5 a:not(.btn), .single div.post-content h6 a:not(.btn) {
  color: #606060 !important;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 219, 233, 0.8)));
  background-image: linear-gradient(180deg, transparent 70%, rgba(255, 219, 233, 0.8) 0);
}
.single div.post-content p a:not(.btn):hover, .single div.post-content p a:not(.btn):focus, .single div.post-content h1 a:not(.btn):hover, .single div.post-content h1 a:not(.btn):focus, .single div.post-content h2 a:not(.btn):hover, .single div.post-content h2 a:not(.btn):focus, .single div.post-content h3 a:not(.btn):hover, .single div.post-content h3 a:not(.btn):focus, .single div.post-content h4 a:not(.btn):hover, .single div.post-content h4 a:not(.btn):focus, .single div.post-content h5 a:not(.btn):hover, .single div.post-content h5 a:not(.btn):focus, .single div.post-content h6 a:not(.btn):hover, .single div.post-content h6 a:not(.btn):focus {
  color: #606060 !important;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(226, 134, 170, 0.8)));
  background-image: linear-gradient(180deg, transparent 70%, rgba(226, 134, 170, 0.8) 0);
}
.post-footer {
  border-top: 1px solid #EAEAEA;
}
.post-footer .primary-cat-footer-wrap {
  display: flex;
  flex-wrap: wrap;
}
.post-footer .primary-cat-footer-wrap .post-footer {
  width: 25%;
  padding: 0 15px;
}
.post-footer .category-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3em 0;
}
.post-footer .category-share .post-meta-wrapper {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
  width: auto;
}
.pagination-single a {
  color: #f17fab !important;
}
.primary-cat h2.h3 {
  font-size: 1.15em;
}
.primary-cat .post-sidebar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}
.primary-cat .post-sidebar .image {
  width: 80px;
  height: 80px;
}
.primary-cat .post-sidebar .image .image-wrap {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
}
.primary-cat .post-sidebar .content {
  width: calc(100% - 80px);
  padding-left: 0.5em;
}
.primary-cat .post-sidebar .content h3 {
  font-size: 1.1em;
}
.primary-cat .post-sidebar .content h3 a {
  color: #3d3c3c !important;
}
.primary-cat .post-sidebar .content .date {
  font-size: 14px;
  text-align: left;
  width: 100%;
  color: #afb1b1;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}
.primary-cat .post-sidebar .content .date a {
  color: #afb1b1 !important;
}
.primary-cat .button-wrap {
  padding-top: 1em;
}
.primary-cat .button-wrap .btn {
  padding: 12px 15px;
  font-size: 0.77em;
}
@media (max-width: 768px) {
  .primary-cat {
    display: none;
  }
}
/*.single-post {
  .sidebar-widget-region {
    display: none;
  }
}*/
.mobile-post {
  display: none;
  text-align: center;
}
@media (max-width: 700px) {
  .mobile-post {
    display: block;
  }
}
.mobile-post .category-share {
  justify-content: flex-end !important;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .mobile-post .category-share {
    justify-content: flex-start !important;
    margin-top: 0.65em;
  }
}
.mobile-post .category-share .categories {
  margin-top: 0;
}
.single .entry-meta {
  margin-bottom: 0;
}
.mobile-post.meta {
  display: none;
}
@media (max-width: 700px) {
  .mobile-post.meta {
    display: flex;
    padding-top: 0.7em;
  }
  .mobile-post.meta .author {
    flex-wrap: nowrap !important;
  }
  .mobile-post.meta .author .content {
    text-align: left;
  }
  .mobile-post.meta .author .content p {
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .mobile-post.meta {
    display: flex;
    flex-wrap: wrap;
  }
}
.desktop-post {
  display: block;
}
@media (max-width: 700px) {
  .desktop-post {
    display: none;
  }
}
#custom_html-18 .social-icons, #custom_html-20 .social-icons {
  display: flex;
}
#custom_html-18 .social-icons .icon, #custom_html-20 .social-icons .icon {
  margin-right: 10px;
  color: #f17fab;
}
.page-id-21246 header.entry-header, .page-id-22259 header.entry-header {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-id-21246 header.entry-header .user-welcome, .page-id-22259 header.entry-header .user-welcome {
  width: 70%;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 570px) {
  .page-id-21246 header.entry-header .user-welcome, .page-id-22259 header.entry-header .user-welcome {
    width: 100%;
    align-items: flex-start;
  }
}
.page-id-21246 header.entry-header .user-welcome .avatar, .page-id-22259 header.entry-header .user-welcome .avatar {
  display: flex;
  flex-direction: column;
}
.page-id-21246 header.entry-header .user-welcome .avatar a.edit-link, .page-id-22259 header.entry-header .user-welcome .avatar a.edit-link {
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
.page-id-21246 header.entry-header .user-welcome .avatar a.edit-link:hover, .page-id-21246 header.entry-header .user-welcome .avatar a.edit-link:focus, .page-id-22259 header.entry-header .user-welcome .avatar a.edit-link:hover, .page-id-22259 header.entry-header .user-welcome .avatar a.edit-link:focus {
  text-decoration: none;
}
.page-id-21246 header.entry-header .user-welcome .welcome-message, .page-id-22259 header.entry-header .user-welcome .welcome-message {
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-id-21246 header.entry-header .user-welcome .welcome-message h1, .page-id-22259 header.entry-header .user-welcome .welcome-message h1 {
  margin: 0;
  font-size: 30px;
}
.page-id-21246 header.entry-header .party-chat, .page-id-22259 header.entry-header .party-chat {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 570px) {
  .page-id-21246 header.entry-header .party-chat, .page-id-22259 header.entry-header .party-chat {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
  }
}
.page-id-21246 header.entry-header .user-quick-links, .page-id-22259 header.entry-header .user-quick-links {
  width: 50%;
  justify-content: flex-end;
  text-align: right;
}
.page-id-21246 .month-theme, .page-id-22259 .month-theme {
  display: flex;
  flex-wrap: wrap;
}
.page-id-21246 .month-theme .content, .page-id-22259 .month-theme .content {
  width: 100%;
  padding: 0;
}
@media (max-width: 570px) {
  .page-id-21246 .month-theme .content, .page-id-22259 .month-theme .content {
    width: 100%;
    padding: 1em 0;
  }
}
.page-id-21246 .month-theme .content p, .page-id-21246 .month-theme .content h2, .page-id-22259 .month-theme .content p, .page-id-22259 .month-theme .content h2 {
  margin: 0 0 0.5em 0;
}
.page-id-21246 .month-theme .content .inner-content, .page-id-22259 .month-theme .content .inner-content {
  padding-bottom: 1.5em;
}
.page-id-21246 .month-theme.has-select .image, .page-id-21246 .month-theme.has-select .video, .page-id-22259 .month-theme.has-select .image, .page-id-22259 .month-theme.has-select .video {
  width: 30%;
}
@media (max-width: 768px) {
  .page-id-21246 .month-theme.has-select .image, .page-id-21246 .month-theme.has-select .video, .page-id-22259 .month-theme.has-select .image, .page-id-22259 .month-theme.has-select .video {
    width: 50%;
  }
}
@media (max-width: 570px) {
  .page-id-21246 .month-theme.has-select .image, .page-id-21246 .month-theme.has-select .video, .page-id-22259 .month-theme.has-select .image, .page-id-22259 .month-theme.has-select .video {
    width: 100%;
  }
}
.page-id-21246 .month-theme.has-select .image .fluid-width-video-wrapper, .page-id-21246 .month-theme.has-select .video .fluid-width-video-wrapper, .page-id-22259 .month-theme.has-select .image .fluid-width-video-wrapper, .page-id-22259 .month-theme.has-select .video .fluid-width-video-wrapper {
  margin: 0;
}
.page-id-21246 .month-theme.has-select .content, .page-id-22259 .month-theme.has-select .content {
  width: 70%;
  padding: 0 0 0 1.5em;
}
@media (max-width: 570px) {
  .page-id-21246 .month-theme.has-select .content, .page-id-22259 .month-theme.has-select .content {
    width: 100%;
    padding: 1em 0;
  }
}
.page-id-21246 .month-theme.has-select .content p, .page-id-21246 .month-theme.has-select .content h2, .page-id-22259 .month-theme.has-select .content p, .page-id-22259 .month-theme.has-select .content h2 {
  margin: 0 0 0.5em 0;
}
.page-id-21246 .month-theme.has-select .content .inner-content, .page-id-22259 .month-theme.has-select .content .inner-content {
  padding-bottom: 1.5em;
}
.page-id-21246 .calendar.widget .header, .page-id-22259 .calendar.widget .header {
  padding: 0 0 1em 0;
}
.page-id-21246 .theme-content, .page-id-22259 .theme-content {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 0.9375rem 0;
}
.page-id-21246 .theme-content .latest, .page-id-22259 .theme-content .latest {
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .page-id-21246 .theme-content .latest, .page-id-22259 .theme-content .latest {
    width: 100%;
    padding: 0 0 3em 0;
  }
}
.page-id-21246 .theme-content .latest .header, .page-id-22259 .theme-content .latest .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.page-id-21246 .theme-content .latest .header .title, .page-id-22259 .theme-content .latest .header .title {
  width: 70%;
}
@media (max-width: 992px) {
  .page-id-21246 .theme-content .latest .header .title, .page-id-22259 .theme-content .latest .header .title {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page-id-21246 .theme-content .latest .header .title, .page-id-22259 .theme-content .latest .header .title {
    width: 100%;
  }
}
.page-id-21246 .theme-content .latest .header .button-wrap, .page-id-22259 .theme-content .latest .header .button-wrap {
  width: 30%;
}
@media (max-width: 992px) {
  .page-id-21246 .theme-content .latest .header .button-wrap, .page-id-22259 .theme-content .latest .header .button-wrap {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page-id-21246 .theme-content .latest .header .button-wrap, .page-id-22259 .theme-content .latest .header .button-wrap {
    display: none;
  }
}
.page-id-21246 .theme-content .latest .header .button-wrap a, .page-id-22259 .theme-content .latest .header .button-wrap a {
  font-size: 0.88em;
}
@media (max-width: 768px) {
  .page-id-21246 .theme-content .latest .header .button-wrap a, .page-id-22259 .theme-content .latest .header .button-wrap a {
    font-size: 0.77em;
  }
}
@media (max-width: 768px) {
  .page-id-21246 .theme-content .latest-guest, .page-id-22259 .theme-content .latest-guest {
    padding: 0;
  }
}
.page-id-21246 .latest-posts, .page-id-22259 .latest-posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 2em -15px;
}
.page-id-21246 .latest-recipes-list, .page-id-22259 .latest-recipes-list {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.page-id-21246 .latest-recipes-list .latest-recipe, .page-id-22259 .latest-recipes-list .latest-recipe {
  display: flex;
  margin-bottom: 1.25em;
}
.page-id-21246 .latest-recipes-list .latest-recipe .content, .page-id-22259 .latest-recipes-list .latest-recipe .content {
  padding-left: 0.5em;
}
.page-id-21246 .latest-recipes-list .latest-recipe .content h3, .page-id-22259 .latest-recipes-list .latest-recipe .content h3 {
  font-size: 20px;
}
.page-id-21246 .latest-recipes-list .latest-recipe .content h3 a, .page-id-22259 .latest-recipes-list .latest-recipe .content h3 a {
  color: #606060 !important;
}
.page-id-21246 .latest-recipes-list .latest-recipe .content .date, .page-id-22259 .latest-recipes-list .latest-recipe .content .date {
  font-style: normal;
  font-size: 0.75em;
  color: #afb1b1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .page-id-21246 .latest-recipes-list .latest-recipe .content .date, .page-id-22259 .latest-recipes-list .latest-recipe .content .date {
    font-size: 0.66em;
  }
}
@media (max-width: 480px) {
  .page-id-21246 .latest-recipes-list .latest-recipe .content .date, .page-id-22259 .latest-recipes-list .latest-recipe .content .date {
    font-size: 0.5em;
  }
}
.page-id-21246 .latest-post, .page-id-22259 .latest-post {
  margin: 1.15em 0 1em 0;
  padding: 0 15px;
  width: 25%;
}
@media (max-width: 768px) {
  .page-id-21246 .latest-post, .page-id-22259 .latest-post {
    width: 50%;
  }
}
.page-id-21246 .latest-post .content, .page-id-22259 .latest-post .content {
  padding: 5px 0;
}
.page-id-21246 .latest-post .content h3, .page-id-22259 .latest-post .content h3 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .page-id-21246 .latest-post .content h3, .page-id-22259 .latest-post .content h3 {
    font-size: 18px;
  }
}
.page-id-21246 .latest-post .content h3 a, .page-id-22259 .latest-post .content h3 a {
  color: #606060 !important;
}
.page-id-21246 .latest-post .content .date, .page-id-22259 .latest-post .content .date {
  font-style: normal;
  font-size: 0.75em;
  color: #afb1b1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .page-id-21246 .latest-post .content .date, .page-id-22259 .latest-post .content .date {
    font-size: 0.66em;
  }
}
@media (max-width: 480px) {
  .page-id-21246 .latest-post .content .date, .page-id-22259 .latest-post .content .date {
    font-size: 0.5em;
  }
}
.page-id-21246 .community-content, .page-id-22259 .community-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.page-id-21246 .community-content .community, .page-id-22259 .community-content .community {
  width: 33%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .page-id-21246 .community-content .community, .page-id-22259 .community-content .community {
    width: 100%;
  }
}
.page-id-21246 .community-content .community h2.widgettitle, .page-id-22259 .community-content .community h2.widgettitle {
  font-size: 24px;
  margin: 0 0 0.5em 0;
}
@media (max-width: 768px) {
  .page-id-21246 .community-content .community h2.widgettitle, .page-id-22259 .community-content .community h2.widgettitle {
    font-size: 20px;
  }
}
.logged-in .mobile-logo-wrapper {
  justify-content: center;
}
.mepr-login-page .mp_wrapper {
  max-width: 100%;
}
body.buddypress.register article.bp_register {
  max-width: 600px;
}
.registration .top-footer {
  display: none;
}
.registration.register #primary h1.entry-title {
  font-size: 36px;
  color: #606060;
}
body.register #page #primary .entry-header, body.register .buddypress-wrap {
  max-width: 600px;
}
.registration.register .entry-content > p {
  font-size: 1em;
  color: #606060;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.6;
  font-style: normal;
}
.registration.register input.mepr-submit {
  height: auto;
}
#content .mepr-price-menu.custom .mepr-price-box-button a {
  background: #77c04b;
}
#content .mepr-price-menu .mepr-price-box-benefits-item:before {
  color: #f17fab;
}
#content .mepr-price-menu .mepr-price-box-title {
  font-size: 24px;
  color: #606060;
  font-family: "Hammersmith One", sans-serif;
  text-transform: uppercase;
}
.page-id-21296 .mp_wrapper.mp_login_form .mepr-login-actions {
  position: relative;
  top: 0;
  right: 0;
}
.page-id-21296 form.mepr-form {
  margin-bottom: 0;
}
.mp_wrapper.mp_login_form #wp-submit {
  height: auto;
}
.video-library ul.videos {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-inline-start: 0;
  margin: 0 -12px;
}
.video-library ul.videos li.video {
  width: 33%;
  padding: 0 12px 2em 12px;
  position: relative;
}
@media (max-width: 768px) {
  .video-library ul.videos li.video {
    width: 50%;
  }
}
@media (max-width: 570px) {
  .video-library ul.videos li.video {
    width: 100%;
  }
}
.video-library ul.videos li.video .sc-exclusive {
  width: 60px;
  height: 60px;
  top: 0;
}
.video-library ul.videos li.video .embed .fluid-width-video-wrapper {
  margin-bottom: 10px;
}
.video-library ul.videos li.video .embed.non-member {
  pointer-events: none;
}
.video-library ul.videos li.video h2.h3 {
  font-size: 1.11em;
  margin: 0;
}
.video-library ul.videos li.video p.date {
  font-size: 0.8em;
  margin-bottom: 0.5em;
  color: #adadad;
}
.video-library ul.videos li.video .button-wrap {
  padding-top: 0.45em;
  font-size: 0.75em;
}
.page-template-whatsfordinnerclub-landing #body-container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.page-template-whatsfordinnerclub-landing #primary {
  padding: 0;
}
.page-template-whatsfordinnerclub-landing #primary section {
  padding: 3em 0;
  width: 100%;
}
.page-template-whatsfordinnerclub-landing #primary section .inner-section {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .page-template-whatsfordinnerclub-landing #primary section {
    padding: 2em 20px;
  }
}
@media (max-width: 480px) {
  .page-template-whatsfordinnerclub-landing #primary section {
    padding: 1.35em 15px;
  }
}
.page-template-whatsfordinnerclub-landing .bb-grid {
  display: block;
}
.page-template-whatsfordinnerclub-landing .header-section {
  padding: 0 !important;
}
.page-template-whatsfordinnerclub-landing .header-section .layer {
  background: transparent;
}
.page-template-whatsfordinnerclub-landing .header-section .content {
  padding-bottom: 0;
  align-items: flex-start;
  padding-top: 2em;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 60%);
}
@media (max-width: 570px) {
  .page-template-whatsfordinnerclub-landing .header-section .content {
    padding-top: 1.2em;
  }
}
.page-template-whatsfordinnerclub-landing .header-section .content .inner-content {
  max-width: 800px;
}
@media (max-width: 570px) {
  .page-template-whatsfordinnerclub-landing .header-section .content .inner-content p.h1 {
    font-size: 1.5em !important;
  }
}
@media (max-width: 390px) {
  .page-template-whatsfordinnerclub-landing .header-section .content .inner-content p.h1 {
    font-size: 1.4em !important;
  }
}
.page-template-whatsfordinnerclub-landing .header-section .content .inner-content .copy p {
  margin-bottom: 0;
}
@media (max-width: 570px) {
  .page-template-whatsfordinnerclub-landing .header-section .content .inner-content .copy p {
    font-size: 0.88em !important;
  }
}
.page-template-whatsfordinnerclub-landing .guide-section-inner .image img {
  border-radius: 5%;
}
.page-template-whatsfordinnerclub-landing .guide-section-inner .copy {
  padding: 1em 0;
}
.page-template-whatsfordinnerclub-landing .guide-section-inner ul {
  list-style: none;
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .page-template-whatsfordinnerclub-landing .guide-section-inner ul {
    margin: 0 20px;
  }
}
.page-template-whatsfordinnerclub-landing .guide-section-inner ul li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
  font-size: 1.1em;
}
@media (max-width: 768px) {
  .page-template-whatsfordinnerclub-landing .guide-section-inner ul li {
    font-size: 1.1em;
  }
}
.page-template-whatsfordinnerclub-landing .guide-section-inner ul li:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.5em;
  left: 0;
  background: #ABE5F4;
}
.page-template-whatsfordinnerclub-landing .featured-posts .categories {
  display: none;
}
.page-template-whatsfordinnerclub-landing .pricing-section .plan-primary {
  margin-top: 0;
}
/*adaadfdadfadfdasdfdafddfasadfdsasdffsgaadadfadfdfdadfdfaaaadfddaasdfdadfdfdaadfsfddfdffdadfadfdadfadfdadfkjadfdfafddffdddfd*/
