@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
.resetblock {
  background: none;
  background-image: none;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.button {
  display: inline-block;
  background: #222;
  padding: 0 40px;
  height: 44px;
  border-radius: 0;
  text-decoration: none;
  transition: 'all' 0.3 ease-in-out;
  -webkit-transition: 'all' 0.3 ease-in-out;
  -moz-transition: 'all' 0.3 ease-in-out;
  -ms-transition: 'all' 0.3 ease-in-out;
  -o-transition: 'all' 0.3 ease-in-out;
  line-height: 44px;
}
@media screen and (max-width: 959px) {
  .button {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .button {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    padding: 0 25px;
  }
}
.button:hover,
.button:focus,
.button:active {
  background: #26304d;
}
.initflex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizespeed;
}
p,
div,
li {
  font-size: 16px;
  letter-spacing: 0.5;
  line-height: 1.4em;
  font-family: 'Montserrat', sans-serif !important;
}
p a,
div a,
li a {
  text-decoration: none;
}
h1 {
  color: #2d2c2a;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  letter-spacing: 1px;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 15px 0;
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  color: #2d2c2a;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  color: #2d2c2a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  margin: 0;
  margin-bottom: 10px;
}
h4 {
  color: #2d2c2a;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
h1 a,
h2 a,
h3 a,
h4 a {
  font-family: 'Montserrat', sans-serif;
}
.col33 {
  -webkit-flex: 0 33.333%;
  -moz-flex: 0 33.333%;
  -ms-flex: 0 33.333%;
  flex: 0 33.333%;
  width: 33.333%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .col33 {
    float: left;
    width: 33.333%;
    display: block;
    flex: none;
  }
}
.col30 {
  -webkit-flex: 0 30%;
  -moz-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
  width: 30%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .col30 {
    float: left;
    width: 30%;
    display: block;
    flex: none;
  }
}
.col20 {
  -webkit-flex: 0 20%;
  -moz-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  width: 20%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .col20 {
    float: left;
    width: 20%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  .col20 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and all and (-ms-high-contrast: none),screen and (max-width: 767px) and (-ms-high-contrast: active) {
  .col20 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
.col25 {
  -webkit-flex: 0 25%;
  -moz-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
  width: 25%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .col25 {
    float: left;
    width: 25%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  .col25 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and all and (-ms-high-contrast: none),screen and (max-width: 767px) and (-ms-high-contrast: active) {
  .col25 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
.col60 {
  -webkit-flex: 0 60%;
  -moz-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
  width: 60%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .col60 {
    float: left;
    width: 60%;
    display: block;
    flex: none;
  }
}
.col50 {
  -webkit-flex: 0 50%;
  -moz-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  width: 50%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .col50 {
    float: left;
    width: 50%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  .col50 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and all and (-ms-high-contrast: none),screen and (max-width: 767px) and (-ms-high-contrast: active) {
  .col50 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
.bcontainer {
  max-width: 100%;
  margin: 0px;
  text-align: center;
}
.bcontainer-fixed {
  margin: 0 auto;
}
@media screen and (min-width: 1620px) and (max-width: 1920px) {
  .bcontainer-fixed {
    max-width: 1620px;
  }
}
@media screen and (min-width: 1408px) and (max-width: 1619px) {
  .bcontainer-fixed {
    max-width: 1408px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .bcontainer-fixed {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1199px) {
  .bcontainer-fixed {
    max-width: 100%;
  }
}
body section {
  padding: 0;
}
:focus {
  outline: none;
}
.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: #2d2c2a;
  text-decoration: none;
}
button.toggle.nav-toggle.mobile-nav-toggle {
  position: fixed;
  height: 50px;
  background: #222;
  top: 35px;
  z-index: 9999;
}
@media screen and (max-width: 960px) {
  button.toggle.nav-toggle.mobile-nav-toggle {
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  button.toggle.nav-toggle.mobile-nav-toggle {
    top: 15px;
    right: 10px;
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  button.toggle.nav-toggle.mobile-nav-toggle {
    top: 15px;
    right: 10px;
  }
}
button.toggle.nav-toggle.mobile-nav-toggle .toggle-inner,
button.toggle.nav-toggle.mobile-nav-toggle .toggle-icon {
  padding: 0;
  height: auto !important;
  width: auto !important;
}
button.toggle.nav-toggle.mobile-nav-toggle .toggle-inner img,
button.toggle.nav-toggle.mobile-nav-toggle .toggle-icon img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  button.toggle.nav-toggle.mobile-nav-toggle .toggle-inner img,
  button.toggle.nav-toggle.mobile-nav-toggle .toggle-icon img {
    width: 20px;
  }
}
.slick-dots {
  text-align: center;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 10px;
}
.slick-dots li button {
  border-radius: 100%;
  font-size: 0;
  width: 15px;
  height: 15px;
  background: lightgrey;
}
.slick-dots li.slick-active button {
  background: #2d2c2a;
}
.mobile-search-toggle,
.mobile-nav-toggle {
  display: none;
}
@media screen and (max-width: 1408px) {
  .mobile-search-toggle,
  .mobile-nav-toggle {
    display: block !important;
  }
}
.mobile-menu {
  display: none;
}
@media screen and (max-width: 1408px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .menu-item {
  text-align: left;
}
.menu-modal.active .menu-modal-inner {
  background: #2d2c2a;
}
.menu-modal.active .menu-modal-inner a {
  color: white;
}
.menu-modal.active .toggle-text,
.menu-modal.active .svg-icon {
  color: white;
}
.menu-modal.active .menu-bottom img {
  filter: invert(1);
}
html {
  min-height: 100vh;
}
html body {
  background: none;
}
@media print {
  html body {
    margin: 0%;
  }
}
@media screen and (max-width: 1000px) {
  html body {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  html body {
    padding-top: 90px;
  }
}
@media screen and (max-width: 600px) {
  html body {
    padding-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  html body {
    padding-top: 60px;
  }
}
html body.page-2306 header {
  border-bottom: none;
}
html body .woocommerce {
  padding-bottom: 30px;
}
html body .woocommerce .product-name a {
  color: #2d2c2a;
}
html body .woocommerce .button:hover,
html body .woocommerce .button:focus,
html body .woocommerce .button:active {
  background: #2d2c2a;
}
html body nav.woocommerce-breadcrumb {
  background: #eee;
  text-align: center;
  padding: 15px;
  margin: 0;
}
html body .woocommerce-cart-form .actions .button,
html body .woocommerce-cart-form .actions button[name=update_cart] {
  background: #000000;
  border: 1px solid #555;
  color: #fff;
  display: inline-block;
  padding: 3px 30px;
  height: auto;
}
html body #sgpShop {
  padding: 60px 0;
}
html body #sgpShop .button:hover,
html body #sgpShop .button:focus,
html body #sgpShop .button:active {
  background: #2d2c2a;
}
html body #sgpShop .products {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizespeed;
}
html body #sgpShop .products li {
  margin: 0;
  -webkit-flex: 0 25%;
  -moz-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
  width: 25%;
  padding: 15px;
  text-align: center;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body #sgpShop .products li {
    float: left;
    width: 25%;
    display: block;
    flex: none;
  }
}
html body #sgpShop .woocommerce-product-gallery {
  margin-bottom: 0 !important;
}
html body #sgpShop span.woocommerce-Price-amount.amount {
  font-size: 22px;
  margin: 10px 0 !important;
  display: block;
  font-weight: 500;
}
html body #sgpShop .product .product_meta {
  margin-top: 30px;
}
html body #sgpShop .product .product_meta span.sku_wrapper,
html body #sgpShop .product .product_meta span.posted_in,
html body #sgpShop .product .product_meta span.tagged_as {
  display: block;
  margin-bottom: 15px;
}
html body #sgpShop .product .quantity {
  margin-bottom: 30px;
}
html body #sgpShop .product .woocommerce-tabs {
  border: 1px solid lightgray;
}
html body #sgpShop .product .woocommerce-tabs .tabs li {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  margin: 0;
  background: #2d2c2a;
}
html body #sgpShop .product .woocommerce-tabs .tabs li a {
  color: white;
  text-decoration: none;
  box-shadow: none;
}
html body #sgpShop .product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 30px;
}
html body #sgpShop section.related.products {
  text-align: center;
}
html body #sgpShop section.related.products h2 {
  text-align: center;
  display: inline-block;
  width: 100%;
}
html body #sgpShop section.related.products .product {
  text-align: center;
}
html body #sgpShop section.related.products .product a.button {
  margin: 0 auto;
}
html body header {
  border-bottom: 1px solid lightgrey;
}
@media screen and (max-width: 1000px) {
  html body header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: white;
    box-shadow: 2px 2px 4px #757575;
  }
}
@media print {
  html body header {
    display: none;
  }
}
html body header .bcontainer-fixed {
  padding: 15px;
}
html body header #menu {
  -webkit-flex: 0 80%;
  -moz-flex: 0 80%;
  -ms-flex: 0 80%;
  flex: 0 80%;
  width: 80%;
  float: left;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body header #menu {
    float: left;
    width: 80%;
    display: block;
    flex: none;
  }
}
html body header #menu .header-navigation-wrapper {
  height: 90px;
}
@media screen and (max-width: 1408px) {
  html body header #menu .header-navigation-wrapper {
    display: none;
  }
}
html body header #menu .header-navigation-wrapper ul.primary-menu {
  justify-content: center;
}
html body header #menu .header-navigation-wrapper ul.primary-menu li {
  margin: 0;
  padding: 0;
  padding-right: 15px;
  margin-right: 15px;
}
html body header #menu .header-navigation-wrapper ul.primary-menu li.menu-item-has-children {
  padding-right: 30px;
}
html body header #menu .header-navigation-wrapper ul.primary-menu li.current-menu-item a,
html body header #menu .header-navigation-wrapper ul.primary-menu li:hover a {
  color: #222 !important;
  font-weight: 700;
}
html body header #menu .header-navigation-wrapper ul.primary-menu li:last-child a {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
html body header #menu .header-navigation-wrapper ul.primary-menu li a {
  font-weight: 700;
  color: #2d2c2a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  html body header #menu .header-navigation-wrapper ul.primary-menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  html body header #menu .header-navigation-wrapper ul.primary-menu li a {
    font-size: 14px;
  }
}
html body header #menu .header-navigation-wrapper ul.primary-menu li:hover .sub-menu li a {
  color: white !important;
}
html body header #menu .header-navigation-wrapper ul.primary-menu .sub-menu li a {
  color: white;
}
html body header #logo {
  -webkit-flex: 0 10%;
  -moz-flex: 0 10%;
  -ms-flex: 0 10%;
  flex: 0 10%;
  width: 10%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body header #logo {
    float: left;
    width: 10%;
    display: block;
    flex: none;
  }
}
html body header #logo img {
  height: 90px;
}
@media screen and (max-width: 767px) {
  html body header #logo img {
    height: auto;
  }
}
html body header #headright {
  text-align: right;
  -webkit-flex: 0 10%;
  -moz-flex: 0 10%;
  -ms-flex: 0 10%;
  flex: 0 10%;
  width: 10%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body header #headright {
    float: left;
    width: 10%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 1408px) {
  html body header #headright {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  html body header #headright {
    display: none;
  }
}
html body header #headright ul {
  list-style: none;
  margin: 0;
}
html body header #headright ul li {
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
  color: white;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
html body header #headright ul li img {
  height: 20px;
  width: auto;
}
html body header #headright ul li:last-child {
  margin-right: 0;
}
html body section#Slider {
  padding-bottom: 60px;
}
html body section#Slider.defaulthero {
  background-size: cover;
  background-position: center;
}
html body section#Slider.defaulthero img {
  height: 400px;
  margin: 0 auto;
  opacity: 0;
}
html body section#Slider .n2-ss-slide-backgrounds:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 600px;
  background: white;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  html body section#Slider .n2-ss-slide-backgrounds:before {
    display: none;
  }
}
html body section#Slider #hero-slider {
  background-image: url('/wp-content/uploads/Nail Call_bg.png');
  background-size: cover;
  padding: 40px;
  color: white;
  text-align: left;
  position: relative;
}
html body section#Slider #hero-slider .slick-track {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
html body section#Slider #hero-slider .initflex {
  align-items: center;
  justify-content: center;
}
html body section#Slider #hero-slider h2,
html body section#Slider #hero-slider p {
  color: white;
}
html body section#Slider #hero-slider h2 a,
html body section#Slider #hero-slider p a {
  display: block;
}
html body section#Slider #hero-slider .col50 {
  font-size: 18px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  html body section#Slider #hero-slider .col50 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and all and (-ms-high-contrast: none),screen and (max-width: 767px) and (-ms-high-contrast: active) {
  html body section#Slider #hero-slider .col50 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body section#Slider #hero-slider .col50 img {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 10px #444;
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  html body section#Slider #hero-slider .col50 img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  html body section#Slider #hero-slider .col50 img {
    max-width: 100%;
  }
}
html body section#Slider #hero-slider .col50 h2 {
  font-size: 60px;
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  html body section#Slider #hero-slider .col50 h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1200px) {
  html body section#Slider #hero-slider .col50 h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  html body section#Slider #hero-slider .col50 h2 {
    font-size: 28px;
  }
}
html body section#Slider #hero-slider .slick-dots {
  margin: 0;
  margin-top: 0;
  list-style: none;
}
html body section#Slider #hero-slider .slick-dots li {
  display: inline-block;
  line-height: 1;
  margin-top: 0;
}
html body section#Slider #hero-slider .slick-dots li button {
  font-size: 0px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: white;
}
html body section#Slider #hero-slider .slick-dots li.slick-active button {
  background-color: #222;
}
html body section#Slider .hero-navigator .menuprev,
html body section#Slider .hero-navigator .menunext {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  html body section#Slider .hero-navigator .menuprev,
  html body section#Slider .hero-navigator .menunext {
    display: none !important;
  }
}
html body section#Slider .hero-navigator .menuprev img,
html body section#Slider .hero-navigator .menunext img {
  max-height: 60px;
}
html body section#Slider .hero-navigator .menuprev {
  left: 0;
}
html body section#Slider .hero-navigator .menunext {
  right: 0;
}
html body #top-rated {
  background: #eeeeee;
  padding: 0 0 30px 0;
}
html body #top-rated .block-title {
  text-align: left;
  position: relative;
  padding: 0 15px;
}
html body #top-rated .block-title .viewall {
  position: absolute;
  right: 15px;
  top: 0;
}
@media screen and (max-width: 767px) {
  html body #top-rated .block-title .viewall {
    position: relative;
    right: 0;
  }
}
html body #top-rated .block-title .viewall a {
  display: inline-block;
  background: #222;
  padding: 0 40px;
  height: 44px;
  border-radius: 0;
  text-decoration: none;
  transition: 'all' 0.3 ease-in-out;
  -webkit-transition: 'all' 0.3 ease-in-out;
  -moz-transition: 'all' 0.3 ease-in-out;
  -ms-transition: 'all' 0.3 ease-in-out;
  -o-transition: 'all' 0.3 ease-in-out;
  line-height: 44px;
  background-color: #222;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  html body #top-rated .block-title .viewall a {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  html body #top-rated .block-title .viewall a {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  html body #top-rated .block-title .viewall a {
    padding: 0 25px;
  }
}
html body #top-rated .block-title .viewall a:hover,
html body #top-rated .block-title .viewall a:focus,
html body #top-rated .block-title .viewall a:active {
  background: #26304d;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item {
  padding: 15px;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .collectionicons img {
  display: inline-block;
  width: 30px;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain {
  background: white;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .itemImage {
  background-size: cover;
  background-position: center;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .itemImage img {
  width: 100%;
  height: 250px;
  opacity: 0;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .content {
  padding: 15px;
  min-height: 150px;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .content p {
  font-size: 14px;
  line-height: 1.5em;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .content h3 {
  min-height: 56px;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .content h3 a {
  color: #2d2c2a;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .require {
  padding: 15px;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .require .col50 {
  flex-flow: row;
  display: flex;
  justify-content: center;
  -webkit-flex: 0 50%;
  -moz-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  width: 50%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .require .col50 {
    float: left;
    width: 50%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .require .col50 * {
    width: 100% !important;
  }
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .require img {
  max-height: 20px;
  display: inline-block;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .require span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-left: 15px;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .more {
  background: #2d2c2a;
  padding: 10px;
}
html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .more a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 800;
  color: white;
}
@media screen and (max-width: 1024px) {
  html body #top-rated #our-top-recipes .recipe-items .recipe-item .itemcontain .more a {
    font-size: 14px;
  }
}
html body #allrecipe {
  background: #eeeeee;
  padding: 30px 0 0 0;
}
html body #allrecipe .block-title {
  text-align: left;
}
html body #allrecipe .recipefilter {
  padding: 30px 0;
}
html body #allrecipe .recipefilter input,
html body #allrecipe .recipefilter select,
html body #allrecipe .recipefilter button {
  height: 40px;
  width: 100%;
  line-height: 40px;
  border: 1px solid lightgrey;
  text-indent: 10px;
  padding: 0;
  box-sizing: content-box;
  text-decoration: none;
}
html body #allrecipe .recipefilter .group {
  padding: 15px;
}
@media screen and (max-width: 960px) {
  html body #allrecipe .recipefilter .group {
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
  }
}
@media screen and (max-width: 960px) and all and (-ms-high-contrast: none),screen and (max-width: 960px) and (-ms-high-contrast: active) {
  html body #allrecipe .recipefilter .group {
    float: left;
    width: 50%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 480px) {
  html body #allrecipe .recipefilter .group {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 480px) and all and (-ms-high-contrast: none),screen and (max-width: 480px) and (-ms-high-contrast: active) {
  html body #allrecipe .recipefilter .group {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body #allrecipe .recipefilter .group label {
  text-align: left;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
html body #allrecipe .recipe-items .recipe-item {
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  html body #allrecipe .recipe-items .recipe-item {
    -webkit-flex: 0 33.333%;
    -moz-flex: 0 33.333%;
    -ms-flex: 0 33.333%;
    flex: 0 33.333%;
    width: 33.333%;
  }
}
@media screen and (max-width: 1200px) and all and (-ms-high-contrast: none),screen and (max-width: 1200px) and (-ms-high-contrast: active) {
  html body #allrecipe .recipe-items .recipe-item {
    float: left;
    width: 33.333%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 960px) {
  html body #allrecipe .recipe-items .recipe-item {
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
  }
}
@media screen and (max-width: 960px) and all and (-ms-high-contrast: none),screen and (max-width: 960px) and (-ms-high-contrast: active) {
  html body #allrecipe .recipe-items .recipe-item {
    float: left;
    width: 50%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 480px) {
  html body #allrecipe .recipe-items .recipe-item {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 480px) and all and (-ms-high-contrast: none),screen and (max-width: 480px) and (-ms-high-contrast: active) {
  html body #allrecipe .recipe-items .recipe-item {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body #allrecipe .recipe-items .recipe-item .collectionicons img {
  display: inline-block;
  width: 30px;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain {
  background: white;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain .itemImage {
  background-size: cover;
  background-position: center;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain .itemImage img {
  width: 100%;
  height: 250px;
  opacity: 0;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain .content {
  padding: 15px;
  min-height: 150px;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain .content p {
  font-size: 14px;
  line-height: 1.5em;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain .content h3 {
  min-height: 56px;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain .content h3 a {
  color: #2d2c2a;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain .require {
  padding: 15px;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain .require .col50 {
  flex-flow: row;
  display: flex;
  justify-content: center;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain .require img {
  max-height: 20px;
  display: inline-block;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain .require span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-left: 15px;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain .more {
  background: #2d2c2a;
  padding: 10px;
}
html body #allrecipe .recipe-items .recipe-item .itemcontain .more a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 800;
  color: white;
}
@media screen and (max-width: 1024px) {
  html body #allrecipe .recipe-items .recipe-item .itemcontain .more a {
    font-size: 14px;
  }
}
html body #allrecipe .pagination {
  text-align: center;
  margin: 60px auto 30px;
}
html body #allrecipe .pagination span,
html body #allrecipe .pagination a {
  display: inline-block !important;
  margin: 0 6px 0 0;
  padding: 10px;
  background: lightgrey;
  color: #2d2c2a;
  width: auto;
  min-width: 40px;
  display: block;
  text-decoration: none;
}
html body #allrecipe .pagination span.current,
html body #allrecipe .pagination a.current {
  background: #2d2c2a;
  color: white;
}
html body #allrecipe .pagination a:hover {
  background: #2d2c2a;
  color: white;
}
html body .entry-content-page .block-title {
  text-align: center !important;
}
html body main h4.btn.btn-inverse.mb-4 a {
  color: white;
  display: inline-block;
  background: #222;
  padding: 0 40px;
  height: 44px;
  border-radius: 0;
  text-decoration: none;
  transition: 'all' 0.3 ease-in-out;
  -webkit-transition: 'all' 0.3 ease-in-out;
  -moz-transition: 'all' 0.3 ease-in-out;
  -ms-transition: 'all' 0.3 ease-in-out;
  -o-transition: 'all' 0.3 ease-in-out;
  line-height: 44px;
  background-color: #222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  height: auto;
}
@media screen and (max-width: 959px) {
  html body main h4.btn.btn-inverse.mb-4 a {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  html body main h4.btn.btn-inverse.mb-4 a {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  html body main h4.btn.btn-inverse.mb-4 a {
    padding: 0 25px;
  }
}
html body main h4.btn.btn-inverse.mb-4 a:hover,
html body main h4.btn.btn-inverse.mb-4 a:focus,
html body main h4.btn.btn-inverse.mb-4 a:active {
  background: #26304d;
}
html body main .booktopia {
  background-image: url('https://scottgoodingproject.com/wp-content/uploads/2021/02/Book_Banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
html body main .booktopia:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: black;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  html body main .booktopia {
    background-image: url('https://scottgoodingproject.com/wp-content/uploads/2021/02/Book_Banner_mobile.jpg');
  }
}
html body main .booktopia .col70 {
  position: relative;
  -webkit-flex: 0 70%;
  -moz-flex: 0 70%;
  -ms-flex: 0 70%;
  flex: 0 70%;
  width: 70%;
  padding: 60px;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body main .booktopia .col70 {
    float: left;
    width: 70%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  html body main .booktopia .col70 {
    order: 2;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    text-align: center;
  }
  html body main .booktopia .col70 p {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 767px) and all and (-ms-high-contrast: none),screen and (max-width: 767px) and (-ms-high-contrast: active) {
  html body main .booktopia .col70 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body main .booktopia .col70 p {
  font-size: 32px;
  font-weight: 600;
  color: white;
}
html body main .booktopia .col70 .more a {
  color: white;
  display: inline-block;
  background: #222;
  padding: 0 40px;
  height: 44px;
  border-radius: 0;
  text-decoration: none;
  transition: 'all' 0.3 ease-in-out;
  -webkit-transition: 'all' 0.3 ease-in-out;
  -moz-transition: 'all' 0.3 ease-in-out;
  -ms-transition: 'all' 0.3 ease-in-out;
  -o-transition: 'all' 0.3 ease-in-out;
  line-height: 44px;
  background-color: #222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  html body main .booktopia .col70 .more a {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  html body main .booktopia .col70 .more a {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  html body main .booktopia .col70 .more a {
    padding: 0 25px;
  }
}
html body main .booktopia .col70 .more a:hover,
html body main .booktopia .col70 .more a:focus,
html body main .booktopia .col70 .more a:active {
  background: #26304d;
}
html body main .booktopia .col30 {
  position: relative;
  -webkit-flex: 0 30%;
  -moz-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
  width: 30%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body main .booktopia .col30 {
    float: left;
    width: 30%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  html body main .booktopia .col30 {
    order: 1;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    text-align: center;
  }
  html body main .booktopia .col30 img {
    margin: 0 auto;
    margin-bottom: 0 impo !important;
  }
}
@media screen and (max-width: 767px) and all and (-ms-high-contrast: none),screen and (max-width: 767px) and (-ms-high-contrast: active) {
  html body main .booktopia .col30 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body main .booktopia .col30 img {
  max-height: 300px;
  width: auto !important;
}
html body main .bookreviews {
  text-align: center;
}
html body main .bookreviews img {
  max-width: 80px !important;
  margin: 0 auto;
}
html body main .bookreviews h4 {
  margin: 0 0 20px;
}
html body main .pagination-wrapper {
  padding: 30px 0;
}
html body main .pagination-wrapper .pagination-separator {
  display: none;
}
html body main .pagination-wrapper .page-numbers {
  padding: 10px 20px;
  background: #2d2c2a;
  color: white;
}
html body main .block-title {
  text-align: center !important;
}
html body main .block-title h1 {
  padding-bottom: 0 !important;
}
html body main .block-title img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
html body main .thecontent {
  padding: 15px;
}
html body main .thecontent h2 {
  margin-bottom: 15px;
  font-size: 32px;
}
html body main .blogsub {
  background: #2d2c2a;
  color: white;
  text-align: center;
  margin: 0 30px 30px;
  padding: 30px;
}
html body main .blogsub label[for="s2email"] {
  display: none;
}
html body main .blogsub input[type="submit"] {
  background: white;
  color: #2d2c2a;
}
@media screen and (max-width: 480px) {
  html body main .blogsub input[type="submit"] {
    width: 100%;
  }
}
html body main .blogsub h2 {
  color: white;
}
html body main .blogsub form {
  max-width: 767px;
  margin: 0 auto;
}
html body main .entry-content-blogs h3 {
  color: #2d2c2a;
}
@media screen and (max-width: 1200px) {
  html body main .entry-content-blogs .post_items .post,
  html body main .entry-content-blogs .blogitems .post {
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
  }
}
@media screen and (max-width: 1200px) and all and (-ms-high-contrast: none),screen and (max-width: 1200px) and (-ms-high-contrast: active) {
  html body main .entry-content-blogs .post_items .post,
  html body main .entry-content-blogs .blogitems .post {
    float: left;
    width: 50%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 960px) {
  html body main .entry-content-blogs .post_items .post,
  html body main .entry-content-blogs .blogitems .post {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 960px) and all and (-ms-high-contrast: none),screen and (max-width: 960px) and (-ms-high-contrast: active) {
  html body main .entry-content-blogs .post_items .post,
  html body main .entry-content-blogs .blogitems .post {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body main .entry-content-blogs .post_items .post .over,
html body main .entry-content-blogs .blogitems .post .over {
  padding: 30px;
}
html body main .entry-content-blogs .post_items .post .over .post_image,
html body main .entry-content-blogs .blogitems .post .over .post_image {
  background-size: cover;
  background-position: center;
  position: relative;
}
html body main .entry-content-blogs .post_items .post .over .post_image img,
html body main .entry-content-blogs .blogitems .post .over .post_image img {
  width: 100%;
  height: 250px;
  opacity: 0;
}
html body main .entry-content-blogs .post_items .post .over .post_image .date,
html body main .entry-content-blogs .blogitems .post .over .post_image .date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background: #2d2c2a;
  color: white;
}
html body main .entry-content-blogs .post_items .post .over .post_content,
html body main .entry-content-blogs .blogitems .post .over .post_content {
  padding: 15px;
  background: #eeeeee;
  font-size: 14px;
}
html body main .entry-content-blogs .post_items .post .over .post_content p,
html body main .entry-content-blogs .blogitems .post .over .post_content p {
  font-size: 14px;
}
html body main .entry-content-blogs .post_items .post .over .post_content h3,
html body main .entry-content-blogs .blogitems .post .over .post_content h3 {
  color: #2d2c2a;
}
html body main .entry-content-blogs .post_items .post .over .post_more,
html body main .entry-content-blogs .blogitems .post .over .post_more {
  background: #2d2c2a;
  padding: 10px;
  text-align: center;
}
html body main .entry-content-blogs .post_items .post .over .post_more a,
html body main .entry-content-blogs .blogitems .post .over .post_more a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 800;
  color: white;
}
html body main .entry-content-recipes .nutritionfacts {
  max-width: 350px;
  margin: 30px auto;
  border: 2px solid lightgrey;
  background: #fbfafa;
  padding: 15px;
}
@media print {
  html body main .entry-content-recipes .nutritionfacts {
    display: none;
  }
}
html body main .entry-content-recipes .nutritionfacts h2 {
  font-size: 26px;
}
html body main .entry-content-recipes .nutritionfacts hr {
  margin: 10px 0;
}
html body main .entry-content-recipes .nutritionfacts hr.heavy {
  border-width: 3px;
}
html body main .entry-content-recipes .nutritionfacts .field {
  width: 100%;
  overflow: hidden;
  padding: 5px;
  border-bottom: 1px solid lightgrey;
}
html body main .entry-content-recipes .nutritionfacts .field .val {
  display: inline-block;
  margin-left: 15px;
}
html body main .entry-content-recipes .nutritionfacts .field.nobord {
  border-bottom: none;
}
html body main .entry-content-recipes .nutritionfacts .field h2 {
  float: left;
}
html body main .entry-content-recipes .nutritionfacts .field h2.flrgt {
  float: right;
}
html body main .entry-content-recipes .nutritionfacts .field.indent {
  padding-left: 15px;
  border-bottom: 1px solid lightgrey;
}
html body main .entry-content-recipes .thecontent {
  margin-top: 30px;
}
html body main .entry-content-recipes .thecontent .col50 {
  padding: 30px;
}
@media screen and (max-width: 960px) {
  html body main .entry-content-recipes .thecontent .col50 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 960px) and all and (-ms-high-contrast: none),screen and (max-width: 960px) and (-ms-high-contrast: active) {
  html body main .entry-content-recipes .thecontent .col50 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
@media print {
  html body main .entry-content-recipes .thecontent .col50 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    padding: 0;
  }
}
@media print and all and (-ms-high-contrast: none),print and (-ms-high-contrast: active) {
  html body main .entry-content-recipes .thecontent .col50 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body main .entry-content-recipes .thecontent .displayimg {
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 960px) {
  html body main .entry-content-recipes .thecontent .displayimg {
    margin-bottom: 30px;
  }
}
html body main .entry-content-recipes .thecontent .displayimg img {
  opacity: 1;
  width: 100%;
}
@media print {
  html body main .entry-content-recipes .thecontent .displayimg img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
  }
}
html body main .entry-content-recipes .thecontent .moreinfos {
  padding: 30px;
  margin: 30px 0;
  background: #eeeeee;
}
@media print {
  html body main .entry-content-recipes .thecontent .moreinfos {
    background: #ddd !important;
    border: 2px solid grey;
    margin-top: 20px;
    page-break-inside: avoid;
    margin-bottom: 0;
  }
}
html body main .entry-content-recipes .thecontent .moreinfos img {
  display: inline-block;
  max-width: 16px;
  max-height: 16px;
  margin-right: 15px;
}
html body main .entry-content-recipes .thecontent .moreinfos span {
  line-height: 20px;
}
html body main .entry-content-recipes .thecontent .moreinfos .col33 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .entry-content-recipes .thecontent .moreinfos .col33 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and all and (-ms-high-contrast: none),screen and (max-width: 767px) and (-ms-high-contrast: active) {
  html body main .entry-content-recipes .thecontent .moreinfos .col33 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body main .entry-content-recipes .thecontent .moreinfos .col33 h3 {
  color: #2d2c2a;
  margin-bottom: 15px;
}
html body main .entry-content-recipes .thecontent .moreinfos .col33 .tag {
  display: inline-block;
  background: #2d2c2a;
  border-radius: 6px;
  margin: 5px;
}
html body main .entry-content-recipes .thecontent .moreinfos .col33 .tag a {
  color: white;
  padding: 5px 20px;
  font-size: 14px;
}
html body main .entry-content-recipes .thecontent .ingredients {
  padding-top: 0;
}
@media print {
  html body main .entry-content-recipes .thecontent .ingredients {
    margin-top: 30px;
  }
}
html body main .entry-content-recipes .thecontent .ingredients h1 {
  padding-top: 0;
}
@media print {
  html body main .entry-content-recipes .thecontent .ingredients h1 {
    min-height: 150px;
  }
}
html body main .entry-content-recipes .thecontent .ingredients .intro {
  font-size: 18px;
  margin-bottom: 15px;
}
@media print {
  html body main .entry-content-recipes .thecontent .ingredients .intro {
    min-height: 370px;
  }
}
@media print {
  html body main .entry-content-recipes .thecontent .ingredients .collectionicons {
    page-break-inside: avoid;
  }
}
html body main .entry-content-recipes .thecontent .ingredients .collectionicons img {
  max-width: 80px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media print {
  html body main .entry-content-recipes .thecontent .ingredients .collectionicons img {
    max-width: 50px;
  }
}
@media print {
  html body main .entry-content-recipes .thecontent .ingredients .needed {
    page-break-inside: avoid;
    min-height: 500px;
  }
}
html body main .entry-content-recipes .thecontent .ingredients .needed ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizespeed;
  list-style-type: none;
}
html body main .entry-content-recipes .thecontent .ingredients .needed ul li {
  margin: 0;
  padding: 8px;
  -webkit-flex: 0 50%;
  -moz-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  width: 50%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body main .entry-content-recipes .thecontent .ingredients .needed ul li {
    float: left;
    width: 50%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  html body main .entry-content-recipes .thecontent .ingredients .needed ul li {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and all and (-ms-high-contrast: none),screen and (max-width: 767px) and (-ms-high-contrast: active) {
  html body main .entry-content-recipes .thecontent .ingredients .needed ul li {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body main .entry-content-recipes .thecontent .ingredients .needed ul li .col20 {
  -webkit-flex: 0 20%;
  -moz-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  width: 20%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body main .entry-content-recipes .thecontent .ingredients .needed ul li .col20 {
    float: left;
    width: 20%;
    display: block;
    flex: none;
  }
}
html body main .entry-content-recipes .thecontent .ingredients .needed ul li .col80 {
  -webkit-flex: 0 80%;
  -moz-flex: 0 80%;
  -ms-flex: 0 80%;
  flex: 0 80%;
  width: 80%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body main .entry-content-recipes .thecontent .ingredients .needed ul li .col80 {
    float: left;
    width: 80%;
    display: block;
    flex: none;
  }
}
html body main .entry-content-recipes .thecontent .ingredients .needed ul li input[type="checkbox"] {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: #eee;
}
html body main .entry-content-recipes .thecontent .ingredients .needed ul li input[type="checkbox"]:checked::before {
  width: 25px;
  height: 25px;
}
html body main .entry-content-recipes .thecontent .ingredients .needed ul li strong {
  min-width: 100px;
  display: inline-block;
}
html body main .entry-content-recipes .thecontent .instructions {
  margin-top: 30px;
  border-top: 2px solid lightgrey;
  padding-top: 30px;
}
html body main .entry-content-recipes .thecontent .instructions >h2 {
  display: inline-block;
  margin-right: 30px;
}
html body main .entry-content-recipes .thecontent .instructions .print {
  cursor: pointer;
  display: inline-block;
}
@media print {
  html body main .entry-content-recipes .thecontent .instructions .print {
    display: none;
  }
}
html body main .entry-content-recipes .thecontent .instructions .print img {
  width: 30px;
  height: 30px;
}
html body main .entry-content-recipes .thecontent .instructions ul {
  margin: 0;
}
html body main .entry-content-recipes .thecontent .instructions ul li {
  -webkit-flex: 0 100%;
  -moz-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid lightgray;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body main .entry-content-recipes .thecontent .instructions ul li {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body main .entry-content-recipes .thecontent .courses .tag {
  display: inline-block;
  margin: 5px;
}
html body main .entry-content-recipes .thecontent .courses .tag a {
  padding: 10px 20px;
  color: white;
  background: #26304d;
}
html body main .recommended {
  padding: 60px 0;
  background: #eeeeee;
}
@media print {
  html body main .recommended {
    display: none;
  }
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item {
  padding: 15px;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .collectionicons img {
  display: inline-block;
  width: 30px;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain {
  background: white;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .itemImage {
  background-size: cover;
  background-position: center;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .itemImage img {
  width: 100%;
  height: 250px;
  opacity: 0;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .content {
  padding: 15px;
  min-height: 150px;
  text-align: center;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .content p {
  font-size: 14px;
  line-height: 1.5em;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .content h3 {
  min-height: 56px;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .content h3 a {
  color: #2d2c2a;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .require {
  padding: 15px;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .require .col50 {
  flex-flow: row;
  display: flex;
  justify-content: center;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .require img {
  max-height: 20px;
  display: inline-block;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .require span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-left: 15px;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .more {
  background: #2d2c2a;
  padding: 10px;
  text-align: center;
}
html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .more a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 800;
  color: white;
}
@media screen and (max-width: 1024px) {
  html body main .recommended #our-recommended-recipes .recipe-items .recipe-item .itemcontain .more a {
    font-size: 14px;
  }
}
html body #homeContent {
  text-align: left;
}
html body #homeContent .bcontainer {
  margin: 0;
}
html body #homeContent #introgrid {
  padding: 30px 0;
}
@media screen and (max-width: 960px) {
  html body #homeContent #introgrid {
    padding: 0;
  }
}
html body #homeContent #introgrid .rowimg {
  -webkit-flex: 0 60%;
  -moz-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
  width: 60%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body #homeContent #introgrid .rowimg {
    float: left;
    width: 60%;
    display: block;
    flex: none;
  }
}
html body #homeContent #introgrid .rowimg img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  html body #homeContent #introgrid .rowimg {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 960px) and all and (-ms-high-contrast: none),screen and (max-width: 960px) and (-ms-high-contrast: active) {
  html body #homeContent #introgrid .rowimg {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body #homeContent #introgrid .boxoffsetcontent {
  -webkit-flex: 0 40%;
  -moz-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
  width: 40%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body #homeContent #introgrid .boxoffsetcontent {
    float: left;
    width: 40%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 960px) {
  html body #homeContent #introgrid .boxoffsetcontent {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 960px) and all and (-ms-high-contrast: none),screen and (max-width: 960px) and (-ms-high-contrast: active) {
  html body #homeContent #introgrid .boxoffsetcontent {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body #homeContent #introgrid .rowblock {
  align-items: center;
  justify-content: center;
  height: auto;
  display: flex;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 960px) {
  html body #homeContent #introgrid .rowblock {
    padding: 0;
  }
}
html body #homeContent #introgrid .rowblock:first-child .boxoffsetcontent .boxcontent,
html body #homeContent #introgrid .rowblock:last-child .boxoffsetcontent .boxcontent {
  background: white;
  margin-right: -100px;
  z-index: 99;
  position: relative;
  padding: 60px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  html body #homeContent #introgrid .rowblock:first-child .boxoffsetcontent .boxcontent,
  html body #homeContent #introgrid .rowblock:last-child .boxoffsetcontent .boxcontent {
    margin-right: 0;
  }
}
html body #homeContent #introgrid .rowblock:first-child img,
html body #homeContent #introgrid .rowblock:last-child img {
  max-height: 650px;
  object-fit: cover;
}
html body #homeContent #introgrid .rowblock:nth-child(2) .boxoffsetcontent .boxcontent {
  background: white;
  margin-left: -100px;
  z-index: 99;
  position: relative;
  padding: 60px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  html body #homeContent #introgrid .rowblock:nth-child(2) .boxoffsetcontent .boxcontent {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  html body #homeContent #introgrid .rowblock:nth-child(2) .boxoffsetcontent {
    order: 1;
  }
}
@media screen and (max-width: 960px) {
  html body #homeContent #introgrid .rowblock:nth-child(2) .rowimg {
    order: 2;
  }
}
html body #homeContent #introgrid .rowblock .boxoffsetcontent .more a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px;
  background: #2d2c2a;
  border: 2px solid #2d2c2a;
  color: white;
  display: inline-block;
}
html body #OtherBrands {
  padding-bottom: 30px;
}
@media print {
  html body #OtherBrands {
    display: none;
  }
}
html body #OtherBrands .othersites .col100 {
  -webkit-flex: 0 100%;
  -moz-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  width: 100%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body #OtherBrands .othersites .col100 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body #OtherBrands .othersites .col50,
html body #OtherBrands .othersites .col100 {
  border: 5px solid white;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  html body #OtherBrands .othersites .col50,
  html body #OtherBrands .othersites .col100 {
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  html body #OtherBrands .othersites .col50,
  html body #OtherBrands .othersites .col100 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and all and (-ms-high-contrast: none),screen and (max-width: 767px) and (-ms-high-contrast: active) {
  html body #OtherBrands .othersites .col50,
  html body #OtherBrands .othersites .col100 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body #OtherBrands .othersites .col50:before,
html body #OtherBrands .othersites .col100:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0,0,0,0.6);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
html body #OtherBrands .othersites .col50:hover:before,
html body #OtherBrands .othersites .col100:hover:before {
  background: rgba(0,0,0,0.4);
}
html body #OtherBrands .othersites .col50 .contain,
html body #OtherBrands .othersites .col100 .contain {
  position: relative;
  text-align: center;
}
html body #OtherBrands .othersites .col50 .contain a,
html body #OtherBrands .othersites .col100 .contain a {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  html body #OtherBrands .othersites .col50 .contain a,
  html body #OtherBrands .othersites .col100 .contain a {
    height: 450px;
  }
}
html body #OtherBrands .othersites .col50 .contain img,
html body #OtherBrands .othersites .col100 .contain img {
  display: inline-block;
  width: 150px;
}
html body #videos,
html body #videos-page {
  padding: 60px 0;
}
html body #videos .block-title,
html body #videos-page .block-title {
  text-align: left;
  padding: 0 15px;
}
html body #videos .video-items .videoitem,
html body #videos-page .video-items .videoitem {
  padding: 15px;
  -webkit-flex: 0 25%;
  -moz-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
  width: 25%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body #videos .video-items .videoitem,
  html body #videos-page .video-items .videoitem {
    float: left;
    width: 25%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 960px) {
  html body #videos .video-items .videoitem,
  html body #videos-page .video-items .videoitem {
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
  }
}
@media screen and (max-width: 960px) and all and (-ms-high-contrast: none),screen and (max-width: 960px) and (-ms-high-contrast: active) {
  html body #videos .video-items .videoitem,
  html body #videos-page .video-items .videoitem {
    float: left;
    width: 50%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 600px) {
  html body #videos .video-items .videoitem,
  html body #videos-page .video-items .videoitem {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) and all and (-ms-high-contrast: none),screen and (max-width: 600px) and (-ms-high-contrast: active) {
  html body #videos .video-items .videoitem,
  html body #videos-page .video-items .videoitem {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body #videos .video-items .videoitem h3,
html body #videos-page .video-items .videoitem h3 {
  color: #2d2c2a;
  font-size: 18px;
  min-height: 42px;
}
html body #videos .video-items .videoitem .imgcover,
html body #videos-page .video-items .videoitem .imgcover {
  background-size: cover;
  background-position: center;
  position: relative;
}
html body #videos .video-items .videoitem .imgcover a:hover:before,
html body #videos-page .video-items .videoitem .imgcover a:hover:before {
  background: rgba(0,0,0,0.2);
}
html body #videos .video-items .videoitem .imgcover a:before,
html body #videos-page .video-items .videoitem .imgcover a:before {
  content: "";
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
html body #videos .video-items .videoitem .imgcover a:after,
html body #videos-page .video-items .videoitem .imgcover a:after {
  content: url('/wp-content/uploads/play-regular.svg');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  object-position: center;
  z-index: 2;
  padding: 10px 10px 10px 13px;
  border: 2px solid white;
  text-align: center;
}
html body #videos .video-items .videoitem:nth-child(1),
html body #videos .video-items .videoitem:nth-child(2),
html body #videos-page .video-items .videoitem:nth-child(1),
html body #videos-page .video-items .videoitem:nth-child(2) {
  -webkit-flex: 0 50%;
  -moz-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  width: 50%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body #videos .video-items .videoitem:nth-child(1),
  html body #videos .video-items .videoitem:nth-child(2),
  html body #videos-page .video-items .videoitem:nth-child(1),
  html body #videos-page .video-items .videoitem:nth-child(2) {
    float: left;
    width: 50%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 600px) {
  html body #videos .video-items .videoitem:nth-child(1),
  html body #videos .video-items .videoitem:nth-child(2),
  html body #videos-page .video-items .videoitem:nth-child(1),
  html body #videos-page .video-items .videoitem:nth-child(2) {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) and all and (-ms-high-contrast: none),screen and (max-width: 600px) and (-ms-high-contrast: active) {
  html body #videos .video-items .videoitem:nth-child(1),
  html body #videos .video-items .videoitem:nth-child(2),
  html body #videos-page .video-items .videoitem:nth-child(1),
  html body #videos-page .video-items .videoitem:nth-child(2) {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body #videos .video-items .videoitem:nth-child(1) img,
html body #videos .video-items .videoitem:nth-child(2) img,
html body #videos-page .video-items .videoitem:nth-child(1) img,
html body #videos-page .video-items .videoitem:nth-child(2) img {
  height: 500px;
}
@media screen and (max-width: 960px) {
  html body #videos .video-items .videoitem:nth-child(1) img,
  html body #videos .video-items .videoitem:nth-child(2) img,
  html body #videos-page .video-items .videoitem:nth-child(1) img,
  html body #videos-page .video-items .videoitem:nth-child(2) img {
    height: 200px;
  }
}
html body #videos .video-items .videoitem img,
html body #videos-page .video-items .videoitem img {
  height: 250px;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  html body #videos .video-items .videoitem img,
  html body #videos-page .video-items .videoitem img {
    height: 200px;
  }
}
html body section#books {
  background: white;
  padding: 60px 0;
}
html body section#books .promotion {
  background: #eeeeee;
}
html body section#books .promotion .promocontent .col50 {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: column;
}
html body section#books .promotion .promocontent .col50 img {
  margin-top: -30px;
  margin-bottom: -30px;
  box-shadow: 2px 2px 10px grey;
}
@media screen and (max-width: 767px) {
  html body section#books .promotion .promocontent .col50 img {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
    box-shadow: none;
  }
}
html body section#books .promotion .promocontent .col50.textblock {
  align-items: flex-start;
  text-align: left;
  padding: 30px;
}
html body section#books .promotion .promocontent .col50.textblock h2 {
  margin: 0;
}
html body section#books .promotion .promocontent .col50.textblock h3 {
  color: #2d2c2a;
}
html body section#books .promotion .promocontent .col50.textblock .buttons {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizespeed;
  margin-top: 30px;
}
html body section#books .promotion .promocontent .col50.textblock .buttons .more {
  text-align: center;
  -webkit-flex: 0 50%;
  -moz-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  width: 50%;
  padding-right: 15px;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body section#books .promotion .promocontent .col50.textblock .buttons .more {
    float: left;
    width: 50%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 480px) {
  html body section#books .promotion .promocontent .col50.textblock .buttons .more {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 480px) and all and (-ms-high-contrast: none),screen and (max-width: 480px) and (-ms-high-contrast: active) {
  html body section#books .promotion .promocontent .col50.textblock .buttons .more {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body section#books .promotion .promocontent .col50.textblock .buttons .more a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px;
  background: #2d2c2a;
  border: 2px solid #2d2c2a;
  color: white;
  display: inline-block;
  width: 100%;
}
html body section#books .promotion .promocontent .col50.textblock .buttons .more:last-child a {
  background: transparent;
  color: #2d2c2a;
}
html body section#testimonials #testimonialsslider {
  padding: 60px 0;
}
html body section#testimonials #testimonialsslider h4 {
  color: #2d2c2a;
  margin: 15px 0;
}
html body section#feed {
  padding-top: 0;
}
html body section#feed #sb_instagram {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  html body section#feed {
    display: none;
  }
}
@media print {
  html body section#feed {
    display: none;
  }
}
html body section#feed .sbi_photo_wrap a:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background: #222;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
html body section#feed .sbi_photo_wrap a:after {
  content: url("/wp-content/uploads/instagram-brands.svg");
  left: 0;
  color: white;
  right: 0;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  position: absolute;
  max-width: 40px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
html body section#feed .sbi_photo_wrap:hover a:before {
  opacity: 0.5;
}
html body section#feed .sbi_photo_wrap:hover a:after {
  opacity: 1;
}
@media print {
  html body section#updates {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  html body section#updates #mc_embed_signup_scroll .col50 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and all and (-ms-high-contrast: none),screen and (max-width: 1200px) and (-ms-high-contrast: active) {
  html body section#updates #mc_embed_signup_scroll .col50 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body section#updates #mc_embed_signup_scroll .col50:first-child {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
html body section#updates #mc_embed_signup_scroll .col50 .mc-field-group {
  padding: 30px 0;
}
html body section#updates #mc_embed_signup_scroll .col50 .mc-field-group .col80 {
  -webkit-flex: 0 80%;
  -moz-flex: 0 80%;
  -ms-flex: 0 80%;
  flex: 0 80%;
  width: 80%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body section#updates #mc_embed_signup_scroll .col50 .mc-field-group .col80 {
    float: left;
    width: 80%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 480px) {
  html body section#updates #mc_embed_signup_scroll .col50 .mc-field-group .col80 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 480px) and all and (-ms-high-contrast: none),screen and (max-width: 480px) and (-ms-high-contrast: active) {
  html body section#updates #mc_embed_signup_scroll .col50 .mc-field-group .col80 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body section#updates #mc_embed_signup_scroll .col50 .mc-field-group .col80 input[type="email"] {
  padding: 0;
  line-height: 45px;
  height: 45px;
}
html body section#updates #mc_embed_signup_scroll .col50 .mc-field-group .col20 {
  -webkit-flex: 0 20%;
  -moz-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  width: 20%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body section#updates #mc_embed_signup_scroll .col50 .mc-field-group .col20 {
    float: left;
    width: 20%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 480px) {
  html body section#updates #mc_embed_signup_scroll .col50 .mc-field-group .col20 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
  html body section#updates #mc_embed_signup_scroll .col50 .mc-field-group .col20 input[type="submit"] {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 480px) and all and (-ms-high-contrast: none),screen and (max-width: 480px) and (-ms-high-contrast: active) {
  html body section#updates #mc_embed_signup_scroll .col50 .mc-field-group .col20 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body section#updates #mc_embed_signup_scroll .col50 .mc-field-group .col20 input[type="submit"] {
  padding: 0;
  line-height: 45px;
  height: 45px;
  border-radius: 0;
  margin-left: 10px;
  background: #2d2c2a;
}
html body footer {
  background: #2d2c2a;
  color: white;
  padding: 60px 30px 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  html body footer {
    margin-top: 0;
  }
}
@media print {
  html body footer {
    display: none;
  }
}
html body footer .subheading {
  color: white;
  font-size: 23px;
  text-align: left;
  font-weight: 600;
}
html body footer .col40 {
  -webkit-flex: 0 40%;
  -moz-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
  width: 40%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body footer .col40 {
    float: left;
    width: 40%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 1000px) {
  html body footer .col40 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) and all and (-ms-high-contrast: none),screen and (max-width: 1000px) and (-ms-high-contrast: active) {
  html body footer .col40 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body footer .col20 {
  padding-right: 30px;
  -webkit-flex: 0 20%;
  -moz-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  width: 20%;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  html body footer .col20 {
    float: left;
    width: 20%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 1000px) {
  html body footer .col20 {
    padding-right: 0px;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    text-align: center;
    max-width: 480px;
    margin: 0 auto 30px;
  }
  html body footer .col20 .widget .widget-title {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) and all and (-ms-high-contrast: none),screen and (max-width: 1000px) and (-ms-high-contrast: active) {
  html body footer .col20 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
html body footer .col20 a {
  color: #d3d3d3;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.6;
}
html body footer .bcontainer {
  margin: 0;
}
html body footer #footer-a #mce-responses {
  padding: 0 0 15px 0;
  margin: 0;
}
html body footer #footer-a #mce-responses .response {
  padding: 0;
  margin: 0;
}
html body footer #footer-a #mc_embed_signup {
  background: transparent;
  color: #eeeeee;
}
html body footer #footer-a #mc_embed_signup form {
  padding: 0;
}
html body footer #footer-a #mc_embed_signup h2 {
  color: white;
  font-weight: 600;
}
html body footer #footer-a #mc_embed_signup input[type="submit"] {
  display: inline-block;
  background: #222;
  padding: 0 40px;
  height: 44px;
  border-radius: 0;
  text-decoration: none;
  transition: 'all' 0.3 ease-in-out;
  -webkit-transition: 'all' 0.3 ease-in-out;
  -moz-transition: 'all' 0.3 ease-in-out;
  -ms-transition: 'all' 0.3 ease-in-out;
  -o-transition: 'all' 0.3 ease-in-out;
  line-height: 44px;
  background-color: #222;
  background: white;
  color: #2d2c2a;
}
@media screen and (max-width: 959px) {
  html body footer #footer-a #mc_embed_signup input[type="submit"] {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  html body footer #footer-a #mc_embed_signup input[type="submit"] {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  html body footer #footer-a #mc_embed_signup input[type="submit"] {
    padding: 0 25px;
  }
}
html body footer #footer-a #mc_embed_signup input[type="submit"]:hover,
html body footer #footer-a #mc_embed_signup input[type="submit"]:focus,
html body footer #footer-a #mc_embed_signup input[type="submit"]:active {
  background: #26304d;
}
html body footer #footer-a img {
  width: 200px;
}
@media screen and (max-width: 999px) {
  html body footer #footer-a img {
    margin: 0 auto;
  }
}
html body footer #footer-a .custom-html-widget {
  text-align: left;
  max-width: 600px;
  padding-right: 30px;
  line-height: 1.5em;
  color: #ced3ce;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 15px;
}
@media screen and (max-width: 999px) {
  html body footer #footer-a .custom-html-widget {
    text-align: center;
  }
}
html body footer #footer-b img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  html body footer #footer-b img {
    margin: 10px auto;
  }
}
html body footer #footer-b p {
  margin: 0;
}
@media screen and (max-width: 999px) {
  html body footer #footer-c {
    text-align: center;
  }
}
html body footer #footer-c img {
  float: right;
}
@media screen and (max-width: 999px) {
  html body footer #footer-c img {
    float: none;
    margin: 10px auto;
  }
}
html body footer #footer-c p {
  margin: 0;
}
html body footer #footer-d .widget_custom_html ul {
  list-style: none;
  margin: 0;
}
html body footer #footer-d .widget_custom_html ul li {
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
  color: white;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
html body footer #footer-d .widget_custom_html ul li img {
  height: 20px;
  width: auto;
  filter: invert(1);
}
html body footer #footer-d .widget_custom_html ul li:last-child {
  margin-right: 0;
}
html body footer section#copyright .bcontainer {
  margin: 0;
  padding: 30px 30px 0;
}
html body footer section#copyright .bcontainer .widget {
  border-top: 1px solid white;
  color: white;
  padding: 15px;
}
html body footer section#copyright .custom {
  text-align: center;
}
html body footer section#copyright .custom img {
  display: inline-block;
}
.menu-modal.active {
  text-align: center;
  z-index: 9999;
}
.menu-modal.active #mobilehead {
  margin: 0 auto;
}
.menu-modal.active #mobilehead ul {
  list-style: none;
  margin: 0;
}
.menu-modal.active #mobilehead ul li {
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
  color: white;
  line-height: 1;
  text-align: center;
}
.menu-modal.active #mobilehead ul li img {
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
}
.step.calendar {
  width: 50%;
  float: left;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .step.calendar {
    width: 100%;
  }
}
.step.final {
  width: 50%;
  float: left;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .step.final {
    width: 100%;
  }
}
.ea-bootstrap .ui-datepicker .no-slots,
.ea-bootstrap .ui-datepicker .no-slots:hover {
  background-color: #000000 !important;
}
.booksuccess {
  background: #a4f7a4;
  padding: 20px;
  font-size: 22px;
}
body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon,
.modal-menu a,
.footer-menu a,
.footer-widgets a,
#site-footer .wp-block-button.is-style-outline,
.wp-block-pullquote:before,
.singular:not(.overlay-header) .entry-header a,
.archive-header a,
.header-footer-group .color-accent,
.header-footer-group .color-accent-hover:hover {
  color: #2d2c2a;
  text-decoration: none;
}
button:not(.toggle),
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
:root .has-accent-background-color,
.comment-reply-link {
  background-color: #222;
}
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #222;
}
.page-3593 #Slider {
  padding-bottom: 0;
}
.page-3593 #Slider .n2-ss-slide-backgrounds:before {
  display: none;
}
.page-3593 #site-content {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-3593 #site-content .maincontent {
  padding: 15px;
}
.page-3593 #site-content .maincontent .col50 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-3593 #site-content .maincontent {
    text-align: center;
  }
}
.page-3593 #site-content .maincontent h1 {
  font-size: 60px;
  font-weight: 400;
  color: #f16366;
}
@media screen and (max-width: 1200px) {
  .page-3593 #site-content .maincontent h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .page-3593 #site-content .maincontent h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .page-3593 #site-content .maincontent h1 {
    font-size: 32px;
  }
}
.page-3593 #site-content .maincontent p {
  font-size: 18px;
  line-height: 2;
}
.page-3593 #middlebottom .blocks .col33 {
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page-3593 #middlebottom .blocks .col33 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and all and (-ms-high-contrast: none),screen and (max-width: 1200px) and (-ms-high-contrast: active) {
  .page-3593 #middlebottom .blocks .col33 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
.page-3593 #middlebottom .blocks .col33.redshadow:after {
  background-image: url(/wp-content/uploads/2020/11/bg-gr-r.png);
  background-size: contain;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 60%;
}
.page-3593 #middlebottom .blocks .col33.blueshadow {
  background-position: top center;
}
.page-3593 #middlebottom .blocks .col33.blueshadow:after {
  background-image: url(/wp-content/uploads/2020/11/bg-gr-bl.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 60%;
}
.page-3593 #middlebottom .blocks .col33.greenshadow:after {
  background-image: url(/wp-content/uploads/2020/11/bg-gr-gr.png);
  background-size: contain;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 60%;
}
.page-3593 #middlebottom .blocks .col33 >img {
  opacity: 0;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1200px) {
  .page-3593 #middlebottom .blocks .col33 >img {
    height: 500px;
  }
}
.page-3593 #middlebottom .blocks .col33 .icon {
  position: absolute;
  bottom: 50px;
  z-index: 999;
  left: 0;
  right: 0;
}
.page-3593 #middlebottom .blocks .col33 .icon img {
  opacity: 1;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.page-3593 #middlebottom .blocks .col33 .icon .iconbutton {
  display: block;
}
.page-3593 #middlebottom .blocks .col33 .icon .iconbutton a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 50px;
  display: inline-block;
  letter-spacing: 2px;
  border: 4px solid white;
  border-radius: 30px;
  margin-top: 30px;
}
.page-3593 #middlebottom .blocks .col33 .icon .iconbutton a:hover {
  background: #50c5d3;
  border-color: #50c5d3;
}
.page-3593 #ourteam {
  background-size: cover;
  background-position: center -100px;
  min-height: 600px;
  position: relative;
  padding: 15px;
}
.page-3593 #ourteam:before {
  content: "";
  background: rgba(255,255,255,0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-3593 #ourteam {
    text-align: center;
  }
}
.page-3593 #ourteam p {
  font-size: 18px;
}
.page-3593 #ourteam .block-title {
  position: relative;
  text-align: center;
}
.page-3593 #ourteam .block-title .rightbutton {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .page-3593 #ourteam .block-title .rightbutton {
    position: relative;
    top: auto;
    right: auto;
  }
}
.page-3593 #ourteam .block-title .rightbutton a {
  padding: 15px 50px;
  border: 4px solid #50c5d3;
  color: #50c5d3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 30px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .page-3593 #ourteam .block-title .rightbutton a {
    background: #50c5d3;
    color: white;
  }
}
.page-3593 #ourteam .block-title .rightbutton a:hover {
  background: #50c5d3;
  color: white;
}
.page-3593 #ourteam .bcontainer-fixed {
  padding: 60px 0;
  position: relative;
}
.page-3593 #ourteam .bcontainer-fixed .sgreconteam .col25 {
  text-align: center;
}
.page-3593 #ourteam .bcontainer-fixed h2 {
  font-size: 60px;
  font-weight: 400;
  color: #f16366;
}
@media screen and (max-width: 1200px) {
  .page-3593 #ourteam .bcontainer-fixed h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .page-3593 #ourteam .bcontainer-fixed h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .page-3593 #ourteam .bcontainer-fixed h2 {
    font-size: 32px;
  }
}
.page-3593 #ourteam .sgreconteam {
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  .page-3593 #ourteam .sgreconteam {
    background: rgba(255,255,255,0.4);
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  .page-3593 #ourteam .sgreconteam .member {
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
  }
}
@media screen and (max-width: 960px) and all and (-ms-high-contrast: none),screen and (max-width: 960px) and (-ms-high-contrast: active) {
  .page-3593 #ourteam .sgreconteam .member {
    float: left;
    width: 50%;
    display: block;
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  .page-3593 #ourteam .sgreconteam .member {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and all and (-ms-high-contrast: none),screen and (max-width: 767px) and (-ms-high-contrast: active) {
  .page-3593 #ourteam .sgreconteam .member {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
.page-3593 #ourteam .sgreconteam .member h3 {
  color: #2d2c2a;
  font-size: 30px;
}
.page-3593 #ourteam .sgreconteam .member h3 p {
  font-size: 22px;
  font-weight: 400;
}
.page-3593 #getstarted {
  padding: 15px;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-3593 #getstarted {
    text-align: center;
    margin-bottom: 0;
    min-height: 0;
    padding: 60px 15px;
  }
}
.page-3593 #getstarted .bcontainer-fixed .col-md-7 {
  width: 50%;
  color: white;
}
@media screen and (max-width: 767px) {
  .page-3593 #getstarted .bcontainer-fixed .col-md-7 {
    width: 100%;
  }
}
.page-3593 #getstarted .bcontainer-fixed .col-md-7 h2 {
  font-size: 60px;
  color: white;
}
@media screen and (max-width: 1200px) {
  .page-3593 #getstarted .bcontainer-fixed .col-md-7 h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .page-3593 #getstarted .bcontainer-fixed .col-md-7 h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .page-3593 #getstarted .bcontainer-fixed .col-md-7 h2 {
    font-size: 32px;
  }
}
.page-3593 #getstarted .bcontainer-fixed .col-md-7 p {
  font-size: 25px;
  color: white;
}
.page-3593 #getstarted .bcontainer-fixed .col-md-7 a {
  padding: 15px 50px;
  border: 4px solid #50c5d3;
  color: white;
  background: #50c5d3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 30px;
  margin-top: 60px;
  display: inline-block;
}
.page-4109 h1 {
  margin-bottom: 30px;
}
.page-4109 .maincontent {
  width: 960px;
  margin: 0 auto;
  letter-spacing: 0.5px;
  line-height: 1.8em;
}
@media screen and (max-width: 960px) {
  .page-4109 .maincontent {
    padding: 30px;
    width: 100%;
    text-align: center;
  }
}
.page-4109 #everyday {
  background: #eeeeee;
  text-align: center;
  padding: 60px;
  margin-top: 30px;
}
.page-4109 #everyday .contain {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .page-4109 #everyday .contain .col33 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 960px) and all and (-ms-high-contrast: none),screen and (max-width: 960px) and (-ms-high-contrast: active) {
  .page-4109 #everyday .contain .col33 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
.page-4109 #everyday .contain .col33 img {
  max-width: 125px;
  max-height: 125px;
  margin: 0 auto;
}
.page-4109 #everyday .contain .col33 h3 {
  color: #2d2c2a;
  margin-top: 15px;
}
.page-3709 .thecontent img {
  width: 350px;
}
@media screen and (max-width: 960px) {
  .page-3709 .thecontent .col33 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 960px) and all and (-ms-high-contrast: none),screen and (max-width: 960px) and (-ms-high-contrast: active) {
  .page-3709 .thecontent .col33 {
    float: left;
    width: 100%;
    display: block;
    flex: none;
  }
}
.page-3709 .thecontent h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .amp-mode-mouse #Slider {
    padding-bottom: 0;
  }
}
#bio_ep {
  width: auto;
  max-width: 767px;
  height: 300px;
  padding: 30px;
  justify-content: center;
  align-items: center;
  background-image: url('https://scottgoodingproject.com/wp-content/uploads/2020/11/bolognese4392-3.jpg');
  background-size: cover;
  background-position: center;
}
#bio_ep h2 {
  color: white;
}
#bio_ep p {
  color: white;
}
#bio_ep a {
  display: inline-block;
  background: #222;
  padding: 0 40px;
  height: 44px;
  border-radius: 0;
  text-decoration: none;
  transition: 'all' 0.3 ease-in-out;
  -webkit-transition: 'all' 0.3 ease-in-out;
  -moz-transition: 'all' 0.3 ease-in-out;
  -ms-transition: 'all' 0.3 ease-in-out;
  -o-transition: 'all' 0.3 ease-in-out;
  line-height: 44px;
  background-color: #222;
  color: white;
}
@media screen and (max-width: 959px) {
  #bio_ep a {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #bio_ep a {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  #bio_ep a {
    padding: 0 25px;
  }
}
#bio_ep a:hover,
#bio_ep a:focus,
#bio_ep a:active {
  background: #26304d;
}
#bio_ep_close {
  top: 10px;
  right: 4px;
  left: auto;
  background-color: #f16366;
  padding: 2px;
}
