/***
 * Theme Name: FC WordPress
 * Author: Forge Creative Limited
 * Author URI: http://www.forge.co.nz/
 * Description: Forge Creative Child Theme
 * Version: 5.4.2
 * Template: dt-the7
 */
@import url(https://fonts.googleapis.com/css?family=Caveat);

/***Globals***/
body .masthead .header-bar a.same-logo { 
  background-image: url('../forge/images/logo-normal.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 50px 0 0 50px;
  padding: 0; 
}
body .masthead .header-bar a.same-logo img {
  opacity: 0;
}
.scroll-top.on {
  display: none;
}
.wf-float-left {
    display: none  !important;
}
#primary-menu li a, #mobile-menu li a {
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
}
#primary-menu li a:hover, #mobile-menu li a:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
}
#mobile-menu .has-children > a.not-clickable-item, #primary-menu .has-children > a.not-clickable-item {
  display: inline;
  width: auto;
  flex-grow: unset;
}
#mobile-menu .has-children a i, #primary-menu .has-children a i {
  display: inline-block;
  width: auto;
}
button,
button:focus,
button:hover {
  outline: none;
}
.main-nav > li:not(.wpml-ls-item) > a .menu-text {
  letter-spacing: 2.5px;
}
.main-nav .sub-nav li a .menu-text {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-nav .sub-nav li a {
  padding-top: 0;
}
.main-nav .sub-nav {
  margin-top: -15px;
}
.sub-downwards .header-bar .main-nav .next-level-button, .dt-mobile-header .mobile-main-nav .next-level-button {
  color: rgba(255, 255, 255, 0.4);
  left: unset;
  margin-top: 0;
  margin-bottom: 0;
}
.sub-downwards .header-bar .main-nav .next-level-button:before {
  font-size: 20px;
  /* content: "\ef02"; */
}

.sub-downwards .next-level-button svg{
  width: 20px;
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}

.mobile-main-nav .next-level-button svg{
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}

#page h1 strong,
#page h2 strong {
  color: #ca1125;
}
body #page #main #content .wp-block-button__link, 
body.woocommerce-account #page .woocommerce .woocommerce-Button, 
body.woocommerce-cart .wc-proceed-to-checkout a, 
body.woocommerce-checkout button[type="submit"], 
body.woocommerce-cart .wc-backward {
  font-size: 18px;
  line-height: 15px;
  padding: 24px 25px 23px 25px;
  background-color: transparent;
  color: #1ec4cd;
  letter-spacing: 1.8px;
  border: 1px solid #1ec4cd;
  border-radius: 0 0 30px 0;
  text-transform: uppercase;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
}
body #page #main #content .wp-block-button__link:hover,
body.woocommerce-account #page .woocommerce .woocommerce-Button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a:hover,
body.woocommerce-checkout button[type="submit"]:hover,
body.woocommerce-cart .wc-backward:hover {
  background-color: #1ec4cd;
  color: #fff;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
}
body #page #main #content .section-links .wp-block-button__link {
  letter-spacing: 0;
  font-family: "Caveat", Verdana, sans-serif;
  font-size: 30px;
  line-height: 35px;
  transform: rotate(340deg);
  text-transform: unset;
  color: #ca1125;
  padding: 0 0 0 20px;
  border: unset;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}
body #page #main #content .section-links .wp-block-button__link:hover {
  background-color: transparent;
  color: #333333;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  opacity: 1;
}
body #page #main #content .section-links .wp-block-button__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 100px;
  background-image: url("../forge/images/arrow-button-stroke.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(20deg);
  position: absolute;
  left: 0px;
  top: -35px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
}
body #page #main #content .section-links .wp-block-button__link:hover::before {
  background-image: url("../forge/images/arrow-button-stroke-hover.png");
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
}
#page .wp-block-column p a {
  text-decoration: none;
  font-weight: 600;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}
#page .wp-block-column p a:hover {
  color: #333;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}

/***Header***/
#page .header-bar .menu-toggle {
  flex-direction: column;
  padding: 35px 30px 20px 30px;
}
#page .masthead.side-header .menu-close-toggle {
  flex-direction: column;
  padding: 35px 27px 20px 27px;
  margin: 0;
}
#page .header-scrollbar-wrap .header-bar .branding {
  display: none;
}
#page .header-bar .menu-toggle:hover * {
  opacity: 0.7;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
#page .header-bar .menu-toggle .menu-toggle-caption,
#page .masthead.side-header .menu-close-toggle .menu-toggle-caption {
  letter-spacing: 1.8px;
  margin: 0 0 10px 0;
}
.fade-big-menu-close-icon .menu-close-toggle .close-line-wrap,
.fade-big-menu-close-icon .hide-overlay .close-line-wrap {
  width: 42px;
  height: 42px;
}
.fade-big-menu-close-icon .menu-close-toggle .close-line,
.fade-big-menu-close-icon .hide-overlay .close-line {
  width: 42px;
}
#page #primary-menu {
  padding-left: 15px;
}
#page .masthead.side-header .header-bar {
  padding-top: 150px;
}
.mixed-header.side-header-h-stroke,
.mixed-header.side-header-v-stroke {
  background-color: transparent !important;
}
body #page .header-bar .top-line-right::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #ca1125;
  border-radius: 50px;
  top: -15px;
  position: fixed;
  z-index: 1;
  right: 35px;
}
body #page .header-bar .top-line-right.red::before,
body #page .masthead.side-header.red::before,
body.red #page .header-bar .top-line-right::before,
body.red #page .masthead.side-header::before {
  background-color: #1ec4cd;
}
body #page .masthead.side-header::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #ca1125;
  border-radius: 50px;
  top: -15px;
  position: fixed;
  z-index: 1;
  right: 35px;
}
body #page .header-scrollbar-wrap,
body #page .header-scrollbar-wrap.blue {
  background-color: #1ec4cd;
}
body #page .header-scrollbar-wrap.gold,
body #page .header-scrollbar-wrap.gold {
  background-color: #daba0b;
}
body #page .header-scrollbar-wrap.purple,
body #page .header-scrollbar-wrap.purple {
  background-color: #521f93;
}
body #page .header-scrollbar-wrap.green,
body #page .header-scrollbar-wrap.green {
  background-color: #bbd101;
}
body #page .header-scrollbar-wrap.red,
body #page .header-scrollbar-wrap.red {
  background-color: #ca1125;
}
@media only screen and (max-width: 1169px) and (min-width: 950px) 
{
.wp-block-buttons .wp-block-button {    margin-bottom: 50px !important;  }
div#section6 {    padding-bottom: 50px !important; }
	div#section6 {    margin-bottom: 70px;}
}



@media screen and (min-width: 769px) {
  body
    #page
    .masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header) {
    box-shadow: unset;
  }
  body #page .header-bar .top-line-right {
    position: fixed;
    right: 0;
    top: 0;
  }
  body #page .header-bar .top-line-right::after {
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    content: "";
    width: 180px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    mask-image: url("../forge/images/sidebar-bground-TEAL.svg");
    -webkit-mask-image: url("../forge/images/sidebar-bground-TEAL.svg");
    mask-size: 200%;
    -webkit-mask-size: 200%;
  }
  body #page .header-bar .top-line-right.blue::after {
    background-color: #1ec4cd;
  }
  body.gold #page .header-bar .top-line-right::after,
  body #page .header-bar .top-line-right.gold::after {
    background-color: #daba0b;
  }
  body.purple #page .header-bar .top-line-right::after,
  body #page .header-bar .top-line-right.purple::after {
    background-color: #521f93;
  }
  body.green #page .header-bar .top-line-right::after,
  body #page .header-bar .top-line-right.green::after {
    background-color: #bbd101;
  }
  body.red #page .header-bar .top-line-right::after,
  body #page .header-bar .top-line-right.red::after {
    background-color: #ca1125;
  }
  body #page.show-header .header-scrollbar-wrap::before {
    content: "";
    width: 120px;
    height: 100vh;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -100px;
    mask-image: url("../forge/images/sidebar-bground-TEAL.svg");
    -webkit-mask-image: url("../forge/images/sidebar-bground-TEAL.svg");
    mask-size: cover;
    -webkit-mask-size: cover;
  }
  body #page .header-scrollbar-wrap::before,
  body #page .header-scrollbar-wrap.blue::before {
    background-color: #1ec4cd;
  }
  body.gold #page .header-scrollbar-wrap,
  body.gold #page .header-scrollbar-wrap::before,
  body #page .header-scrollbar-wrap.gold::before {
    background-color: #daba0b;
  }
  body.purple #page .header-scrollbar-wrap,
  body.purple #page .header-scrollbar-wrap::before,
  body #page .header-scrollbar-wrap.purple::before {
    background-color: #521f93;
  }
  body.green #page .header-scrollbar-wrap,
  body.green #page .header-scrollbar-wrap::before,
  body #page .header-scrollbar-wrap.green::before {
    background-color: #bbd101;
  }
  body.red #page .header-scrollbar-wrap,
  body.red #page .header-scrollbar-wrap::before,
  body #page .header-scrollbar-wrap.red::before {
    background-color: #ca1125;
  }
}

/***Home Page***/
body.home .wp-block-columns {
  min-height: 95vh;
  align-content: center;
  align-items: center;
}
body.home #main {
  padding: 0;
}
body.home h1,
body.home h2 {
  margin-bottom: 50px;
}
body.home #main {
  background-image: url("../forge/images/smile-teal.svg");
  background-repeat: no-repeat;
  background-position: 380% 3%;
  background-size: 105%;
}
body.home #section1 .wp-block-column .wp-block-buttons {
  justify-content: flex-end;
}
body.home #section2 .wp-block-column:nth-child(2),
body.home #section3 .wp-block-column:nth-child(2),
body.home #section4 .wp-block-column:nth-child(2) {
  max-width: 530px;
}
body.home #section6 .wp-block-column:nth-child(2) {
  max-width: 570px;
}
body.home #section2 .wp-block-column:nth-child(2) h2,
body.home #section3 .wp-block-column:nth-child(2) h2,
body.home #section4 .wp-block-column:nth-child(2) h2,
body.home #section5 .wp-block-column:nth-child(2) h2 {
  margin-bottom: 50px;
}
body.home #section2 .wp-block-column .wp-block-button,
body.home #section3 .wp-block-column .wp-block-button,
body.home #section4 .wp-block-column .wp-block-button,
body.home #section5 .wp-block-column .wp-block-button {
  margin-bottom: 50px;
  display: block;
  width: 100%;
}
body.home #section6 .wp-block-group {
  margin-bottom: 50px;
}
body.home #content #section4 .wp-block-image.scale img,
body.home #content #section5 .wp-block-image.scale img {
  transform: scale(1.8);
  margin-left: -30%;
}
body.home #content #section6 .wp-block-image.scale img {
  transform: scale(2);
  margin-left: -60%;
}
@media screen and (min-width: 1023px) and (max-width: 1350px) {
  body.home #section1 h1 {
    font-size: 85px;
    line-height: 95px;
    margin-top: -10%;
  }
}
@media screen and (min-width: 1024px) {
  body.home #section1 .wp-block-column {
    max-width: 58%;
  }

  body:not(.scrolling-now) .header-bar .branding { 
    position: fixed; 
    left: 35px;
    top: 0;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

  body.scrolling-now .header-bar .branding { 
    position: fixed; 
    left: -350px;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

}

@media screen and (min-width: 1023px) and (max-width: 1600px) {
  .wp-block-column.contact-body { 
    padding-right: 150px;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1150px) {
  h1 { 
    font-size: 85px; 
    line-height: 95px;
  }
  #footer .wf-float-right {
    margin-right: 40px;
  }
  #page .header-bar .menu-toggle {
    padding: 35px 20px 20px 20px;
  }
  body #page .header-bar .top-line-right::before {
    right: 29.5px;
  }
  body #page .header-bar .top-line-right::after {
    width: 140px;
  }
  body.home #content #section6 .wp-block-image.scale img {
    transform: scale(1.3);
    margin-left: -15%;
    margin-top: 40px;
  }
  body.home #section6.wp-block-columns {
    align-items: flex-start;
  }
  .mixed-header:not(.sticky-top-line-on) .branding > a {
    padding: 50px 0 0 15px;
  }
  body.home #main {
    background-position: 380% 7%;
  }
  body.home #section1 .wp-block-column:nth-child(1) {
    flex-basis: 80% !important;
    max-width: 80%;
  }
  body.home #section2 .wp-block-column:nth-child(2),
  body.home #section3 .wp-block-column:nth-child(2),
  body.home #section4 .wp-block-column:nth-child(2),
  body.home #section6 .wp-block-column:nth-child(2) {
    max-width: 450px;
  }
  body.page-template-template-custom-page-category
    #category-page
    .cat-hero-section
    .col-md-8 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  body #page #product-listing {
    padding-right: 80px;
  }
  body:not(.home).purple #page {
    background-position: 85% 70vh !important;
  }
}
/***Footer***/
#footer {
  background-color: #fff !important;
  z-index: 999;
}
#footer #bottom-bar {
  border-radius: 0 0 100px 0;
  position: relative;
}
#footer #bottom-bar a {
  font-weight: 600;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}
#footer #bottom-bar a:hover {
  text-decoration: none;
  color: #333333;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}
#footer #bottom-bar::before {
  content: "";
  width: 100%;
  height: 107px;
  position: absolute;
  bottom: 95px;
  background-color: #1ec4cd;
  mask-image: url("../forge/images/footer-teal.svg");
  -webkit-mask-image: url("../forge/images/footer-teal.svg");
  mask-size: 100%;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom left;
}
body.gold #footer #bottom-bar,
body.gold #footer #bottom-bar::before {
  background-color: #daba0b;
}
body.green #footer #bottom-bar,
body.green #footer #bottom-bar::before {
  background-color: #bbd101;
}
body.red #footer #bottom-bar,
body.red #footer #bottom-bar::before {
  background-color: #ca1125;
}
body.purple #footer #bottom-bar,
body.purple #footer #bottom-bar::before {
  background-color: #521f93;
}

/***Product Category Pages***/
body #page .cat-hero-section h1 {
  margin-bottom: 80px;
}
body #page #product-listing {
  display: block;
  width: 100%;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 15%;
  margin-top: 15%;
}
body.page-template-template-custom-page-category #main {
  padding-top: 0;
}
body.page-template-template-custom-page-category #page .cat-hero-section {
  min-height: calc(100vh - 80px);
  align-content: center;
}
body #page #product-listing .fc-product-column:hover {
  cursor: pointer;
}
body #page #product-listing .fc-product-column:hover img {
  transform: scale(1.4) translate(0, -40px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
body #page #product-listing .fc-product-column img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
body #page #product-listing .fc-product-column {
  display: inline-block;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  vertical-align: bottom;
}
body #page #product-listing .fc-product-column .fc-block-wrap {
  max-width: 310px;
  margin: 0 auto;
}
body #page #product-listing .fc-product-column .fc-block-wrap img {
  display: block;
  width: 100%;
}
body.purple #page #product-listing .fc-product-column h2 {
  border-bottom: 1px solid #521f93;
}
body.red #page #product-listing .fc-product-column h2 {
  border-bottom: 1px solid #ca1125;
}
body.gold #page #product-listing .fc-product-column h2 {
  border-bottom: 1px solid #daba0b;
}
body.green #page #product-listing .fc-product-column h2 {
  border-bottom: 1px solid #bbd101;
}
body #page #product-listing .fc-product-column h2 {
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
body #page #product-listing .fc-product-column p {
  margin: 0 10px 20px 10px;
}
body #page #product-listing .fc-product-column .wp-block-buttons {
  margin: 0 10px 150px 10px;
}
body.red #page #product-listing .fc-product-column .wp-block-buttons {
  margin: 0 10px 50px 10px;
}
body.red #page .cta-section {
  margin: 100px 0 50px 0;
}
body #page .cat-hero-section .sub-title-highlight {
  font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: bold;
}
body.gold #page .cat-hero-section .sub-title-highlight {
  color: #daba0b;
}
body.green #page .cat-hero-section .sub-title-highlight {
  color: #bbd101;
}
body.red #page .cat-hero-section .sub-title-highlight {
  color: #ca1125;
}
body.purple #page .cat-hero-section .sub-title-highlight {
  color: #521f93;
}
body:not(.home).gold #page {
  background-image: url("../forge/images/hero-gold.svg");
  background-position: 70% 0;
  background-size: 35%;
  background-repeat: no-repeat;
}
body:not(.home).green #page {
  background-image: url("../forge/images/hero-green.svg");
  background-position: 50% 120px;
  background-size: 35%;
  background-repeat: no-repeat;
}
body:not(.home).purple #page {
  background-image: url("../forge/images/hero-purple.svg");
  background-position: 80% 35vh;
  background-size: 50%;
  background-repeat: no-repeat;
}
body:not(.home).red #page {
  background-image: url("../forge/images/hero-red.svg");
  background-position: 45% 75vh;
  background-size: 60%;
  background-repeat: no-repeat;
}
body.red
  #page
  .cat-hero-section
  .wp-block-buttons
  > .wp-block-button:last-child {
  margin-left: 60%;
}
body.page-template-template-custom-page-category .contact-section {
  margin-bottom: 150px;
}
body.page-template-template-custom-page-category .cta-section {
  position: relative;
  margin-bottom: 50px;
}
body.page-template-template-custom-page-category .cta-section::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -50%;
  background-color: #1ec4cd;
}
body.page-template-template-custom-page-category .cta-section .col-md-10 {
  padding: 50px 50px 50px 15px;
  background-color: #1ec4cd;
  border-radius: 0 0 30px 0;
}
body.page-template-template-custom-page-category .cta-section .col-md-10 h2,
body.page-template-template-custom-page-category .contact-section h2 {
  margin-bottom: 20px;
}
body.page-template-template-custom-page-category
  .cta-section
  .col-md-10
  .cta-content,
body.page-template-template-custom-page-category
  .contact-section
  .contact-content {
  margin-bottom: 50px;
}
body.page-template-template-custom-page-category .cta-section .col-md-10 h2,
body.page-template-template-custom-page-category
  .cta-section
  .col-md-10
  .cta-content {
  color: #fff;
}
body.page-template-template-custom-page-category
  .contact-section
  .wp-block-button__link {
  text-transform: uppercase;
}
.page-id-2 .wp-block-button.is-style-fill a {
    background: #fff !important;
}
.page-id-2 .wp-block-button.is-style-fill a:hover {
    background: #1ec4cd !important;
}
body.page-template-template-custom-page-category
  #page
  #main
  #content
  .cta-section
  .wp-block-button__link:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
}
body.page-template-template-custom-page-category
  #page
  #main
  #content
  .cta-section
  .wp-block-button__link {
  margin-right: 25px;
  margin-bottom: 25px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
}
body.page-template-template-custom-page-category
  #page
  #main
  #content
  .cta-section
  .btn-premium {
  background-color: #daba0b;
  border-color: #daba0b;
  color: #fff;
}
body.page-template-template-custom-page-category
  #page
  #main
  #content
  .cta-section
  .btn-classic {
  background-color: #bbd101;
  border-color: #bbd101;
  color: #fff;
}
body.page-template-template-custom-page-category
  #page
  #main
  #content
  .cta-section
  .btn-heatandeat {
  background-color: #ca1125;
  border-color: #ca1125;
  color: #fff;
}
body.page-template-template-custom-page-category
  #page
  #main
  #content
  .cta-section
  .btn-roundtheclock {
  background-color: #521f93;
  border-color: #521f93;
  color: #fff;
}

/***Product Modal***/
.modal {
  background-color: rgba(255, 255, 255, 0.97);
}
.modal-dialog {
  max-width: 100%;
  margin-top: 100px;
  position: relative;
}
.modal-title {
  font-size: 55px;
  line-height: 60px;
}
.modal-content {
  border: unset;
  background-color: transparent;
}
.modal-header {
  border: unset;
  margin-bottom: 20px;
}
.modal-header .close {
  position: absolute;
  right: 100px;
  top: -20px;
  padding: 0;
}
.modal-header .close .caption {
  font-size: 18px;
  line-height: 20px;
  color: #1ec4cd;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1.8px;
  display: block;
  margin-bottom: 30px;
}
.modal-body .ingredients-wrap,
.modal-body .allergen-wrap {
  margin-bottom: 50px;
}
.modal-body .nutrition-wrap,
.modal-body .storage-wrap {
  margin-bottom: 25px;
}
.modal-body .storage-wrap * {
  font-style: italic;
}
.modal-body table {
  width: 100%;
}
.modal-body table * {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #333333;
}
.modal-body table tr th {
  padding: 15px 15px 15px 0;
}
.modal-body table tr td {
  padding: 15px 15px 0 0;
}
.modal-body table tr th:nth-child(2),
.modal-body table tr th:nth-child(3),
.modal-body table tr td:nth-child(2),
.modal-body table tr td:nth-child(3) {
  text-align: right;
}
.modal-body table thead {
  border-bottom: 2px solid #1ec4cd;
}
.modal-header .close .line1,
.modal-header .close .line2 {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #1ec4cd;
}
.modal-header .close .line1 {
  transform: rotate(140deg);
}
.modal-header .close .line2 {
  transform: rotate(40deg);
}

/***Contact Us***/
body #page form .frm_description {
  margin-top: -10px;
}
body #page .contact-header {
  margin-bottom: 50px;
}
body #page .contact-body {
  margin-bottom: 150px;
}
body #page .contact-body .wp-block-columns {
  align-items: flex-start;
}
body #page .contact-body .wp-block-columns .wp-block-column:nth-child(1) {
  position: relative;
}
body #page .contact-body .wp-block-columns .wp-block-column:nth-child(1) {
  background-color: #1ec4cd;
  padding: 50px 15px 50px 15px;
  border-radius: 0 0 40px 0;
  margin-bottom: 50px;
}
body #page .contact-body .wp-block-columns .wp-block-column:nth-child(2) {
  padding-left: 30px;
}
body
  #page
  .contact-body
  .wp-block-columns
  .wp-block-column:nth-child(1)::before {
  content: "";
  width: 200%;
  height: 100%;
  display: block;
  position: absolute;
  left: -200%;
  background-color: #1ec4cd;
  top: 0;
}
body
  #page
  .contact-body
  .wp-block-columns
  .wp-block-column.info-custom-block
  * {
  color: #fff;
}
body
  #page
  .contact-body
  .wp-block-columns
  .wp-block-column.info-custom-block p:not(:last-child) {
  margin-bottom: 60px;
}
body
  #page
  .contact-body
  .wp-block-columns
  .wp-block-column.info-custom-block
  h3
  strong {
  color: #ca1125;
}
body
  #page
  .contact-body
  .wp-block-columns
  .wp-block-column.info-custom-block
  a:hover {
  color: #ca1125;
}
body
  #page
  .contact-body
  .wp-block-columns
  .wp-block-column
  .info-custom-block
  .icon-block
  i {
  font-size: 30px;
  margin-bottom: 15px;
}
body #page .contact-body form {
  margin-top: 50px;
}
body #page .contact-body form label {
  font: normal 400 18px / 24px "Calistoga", Helvetica, Arial, Verdana,
    sans-serif;
  color: #333333;
}
body #page .contact-body form button.frm_button_submit {
  font: normal 300 18px / 20px "Source Sans Pro", Helvetica, Arial, Verdana,
    sans-serif;
  text-transform: uppercase;
  padding: 24px 25px 23px 25px;
  background-color: transparent;
  color: #1ec4cd;
  letter-spacing: 1.8px;
  border: 1px solid #1ec4cd;
  border-radius: 0 0 30px 0;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
}
body #page .contact-body form button.frm_button_submit:hover {
  background-color: #1ec4cd;
  color: #fff;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
}
body #page .contact-body form input[type="text"],
body #page .contact-body form input[type="email"],
body #page .contact-body form textarea {
  border-bottom: 1px solid #1ec4cd;
  border-radius: 0;
}

/***Content Page***/
body #page #custom-content-page .fc-content-columns img.img-responsive { display: block; width: 100%; margin-bottom: 50px; }
body #page #custom-content-page .fc-content-columns .content-section { margin-bottom: 200px; }
body #page #custom-content-page .fc-content-columns .content-section .column_1 { padding-right: 50px; margin-bottom: 40px; }
body #page #custom-content-page .fc-content-columns .content-section .column_2 a.wp-block-button__link { margin-top: 40px; }
body #page #custom-content-page .content-hero-section { min-height: 90vh; padding-top: 140px; padding-bottom: 100px; }
body #page #custom-content-page .content-hero-section h1 { margin-bottom: 50px; }
body #page #custom-content-page .content-hero-section .wp-block-button { margin-left: auto; }
body.page-template-template-custom-content-page #page { background-image: url(../forge/images/smile-teal.svg); background-repeat: no-repeat; background-position: 380% 11%; background-size: 105%; }
@media screen and (max-width: 1280px) and (max-height: 720px) {
div#section6 {
    margin-bottom: 80px;
}
}
@media screen and (min-width: 1200px) {
  body.page-template-template-custom-page-category.page-id-163 .cta-section .col-md-10 {-ms-flex: 0 0 85.333333%;flex: 0 0 85.333333%;max-width: 85.333333%;}
}
@media screen and (min-width: 1023px) {
  body #page #custom-content-page .content-hero-section .col-md-7 { max-width: 58%; }
  body #page #custom-content-page .fc-content-columns .content-section .column_2 { padding-top: 45px; }
}

@media screen and (min-width: 1023px) and (max-width: 1550px) {
  body #page #custom-content-page .fc-content-columns { padding-right: 130px; }
}

@media screen and (min-width: 1023px) and (max-width: 1350px){
  body #page #custom-content-page .content-hero-section h1 { font-size: 85px; line-height: 95px; }
  body #page #custom-content-page .content-hero-section { padding-top: 140px; }
  body #page #custom-content-page .content-hero-section .col-md-7 { flex-basis: 60% !important; max-width: 60%; }
  body.page-template-template-custom-content-page #page { background-position: 380% 16%; }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  body #page #custom-content-page .content-hero-section .col-md-7 { flex-basis: calc(90% - 1em); max-width: calc(90% - 1em); }
  body #page #custom-content-page .content-hero-section .wp-block-button { margin: 0 auto; }
  body.page-template-template-custom-content-page #page { background-position: 380% 19%; }
}

@media screen and (max-width: 767px) {
  body #page #custom-content-page .content-hero-section { padding-top: 135px; }
  body.page-template-template-custom-content-page #page { background-position: 380% 430px; }
  body #page #custom-content-page .content-hero-section .wp-block-button { margin: 0 auto; }
  body #page #custom-content-page .fc-content-columns .content-section .column_1 { padding-right: 15px; }
}


@media screen and (max-width: 1023px) {
  body.home #section1 .wp-block-column .wp-block-buttons {
    justify-content: center;
  }

  /***Header****/
  .dt-mobile-header .mobile-header-scrollbar-wrap {
    width: 100%;
    height: calc(100% - 115px);
    position: relative;
    max-width: 100% !important;
  }
  .mobile-main-nav li > a .menu-text {
    letter-spacing: 2px;
  }
  body .mobile-header-bar, 
  body #page .mobile-header-bar::after {
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
  }
  body.blue .mobile-header-bar,
  body.blue .dt-mobile-header .mobile-header-scrollbar-wrap,
  body.blue #page .dt-mobile-header .mobile-header-scrollbar-wrap::after,
  body.blue #page .mobile-header-bar::after {
    background-color: #1ec4cd;
  }
  body.gold .mobile-header-bar,
  body.gold .dt-mobile-header .mobile-header-scrollbar-wrap,
  body.gold #page .dt-mobile-header .mobile-header-scrollbar-wrap::after,
  body.gold #page .mobile-header-bar::after {
    background-color: #daba0b;
  }
  body.green .mobile-header-bar,
  body.green .dt-mobile-header .mobile-header-scrollbar-wrap,
  body.green #page .dt-mobile-header .mobile-header-scrollbar-wrap::after,
  body.green #page .mobile-header-bar::after {
    background-color: #bbd101;
  }
  body.purple .mobile-header-bar,
  body.purple .dt-mobile-header .mobile-header-scrollbar-wrap,
  body.purple #page .dt-mobile-header .mobile-header-scrollbar-wrap::after,
  body.purple #page .mobile-header-bar::after {
    background-color: #521f93;
  }
  body.red .mobile-header-bar,
  body.red .dt-mobile-header .mobile-header-scrollbar-wrap,
  body.red #page .dt-mobile-header .mobile-header-scrollbar-wrap::after,
  body.red #page .mobile-header-bar::after {
    background-color: #ca1125;
  }
  body .dt-close-mobile-menu-icon {
    padding: 12px 9px 12px 9px;
    margin-top: 0;
    right: 15px !important;
  }
  body .dt-close-mobile-menu-icon .mobile-menu-close-caption {
    margin-right: 0 !important;
    letter-spacing: 1.8px;
  }
  body .dt-close-mobile-menu-icon .close-line-wrap {
    width: 40px !important;
    height: 40px !important;
  }
  body .dt-close-mobile-menu-icon .close-line:first-child {
    width: 40px;
    transform: rotate3d(0, 0, 1, 35deg);
  }
  body .dt-close-mobile-menu-icon .close-line:last-child {
    width: 40px;
    transform: rotate3d(0, 0, 1, -35deg);
  }
  body .masthead .dt-mobile-menu-icon,
  body .dt-close-mobile-menu-icon {
    flex-direction: column;
  }
  body .masthead .menu-toggle-caption,
  body .dt-close-mobile-menu-icon .menu-toggle-caption {
    margin-right: 0 !important;
    margin-bottom: 5px;
    letter-spacing: 1.8px;
  }
  body .masthead .mobile-navigation::before,
  body .dt-close-mobile-menu-icon::before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #ca1125;
    border-radius: 50px;
    position: absolute;
    top: -9px;
    left: 21px;
  }
  body.red .masthead .mobile-navigation::before {
    background-color: #1ec4cd;
  }
  body .masthead .mobile-navigation {
    position: relative;
  }
  body #page .dt-mobile-header {
    transform: unset;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
  }
  body #page .dt-mobile-header #mobile-menu {
    margin-top: 50px;
    max-height: 80%;
    overflow-y: scroll;
  }
  .mobile-main-nav .next-level-button {
    color: rgba(255, 255, 255, 0.7);
  }
  body #page.closed-mobile-header .dt-mobile-header,
  body #page:not(.show-mobile-header) .dt-mobile-header {
    height: 0;
    min-height: 0;
    opacity: 0;
    transition: height 0.5s;
  }
  body #page.show-mobile-header .dt-mobile-header {
    height: 59vh;
    min-height: unset;
    opacity: 1;
    transition: height 0.5s;
  }
  body.closed-overlay-mobile-header.show-overlay-mobile-header {
    overflow-y: hidden;
  }
  body #page .mobile-header-bar::after,
  body #page .dt-mobile-header .mobile-header-scrollbar-wrap::after {
    content: "";
    width: 100%;
    height: 115px;
    position: absolute;
    left: 0;
    top: 60px;
    background-color: #1ec4cd;
    mask-image: url("../forge/images/mobile-top-bar.svg");
    -webkit-mask-image: url("../forge/images/mobile-top-bar.svg");
    mask-size: cover;
    -webkit-mask-size: 155%;
    -webkit-mask-repeat: no-repeat;
  }
  body #page .dt-mobile-header .mobile-header-scrollbar-wrap::after {
    bottom: -115px;
    top: unset;
  }

  /***Home Page Hero Section****/
  body.home .wp-block-columns.hero-section {
    align-content: flex-start;
    align-items: flex-start;
    padding-top: 150px;
    min-height: calc(90vh - 200px);
  }
  body.home #main {
    background-position: 380% 8%;
  }
  body #mobile-menu .next-level-button {
    margin-right: 15px;
  }
  body.home .wp-block-columns:not(.hero-section) {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  body.home #content #section4 .wp-block-image.scale img,
  body.home #content #section5 .wp-block-image.scale img,
  body.home #content #section6 .wp-block-image.scale img {
    transform: unset;
    margin-left: 0;
  }
  body.home .wp-block-columns {
    align-content: center;
    align-items: center;
  }
  body.home #section6 {
    align-content: flex-start;
    align-items: flex-start;
  }

  /***Bottom Bar***/
 #footer #bottom-bar::before {
    bottom: 73px;
}
  #bottom-bar .wf-container-bottom {
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
  }
  #bottom-bar .wf-float-left,
  #bottom-bar .wf-float-right {
    display: inline-block;
  }

  /***Product Category***/
  body.page-template-template-custom-page-category #page .cat-hero-section {
    min-height: auto;
    align-content: flex-start;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  body.page-template-template-custom-page-category
    #page
    .cat-hero-section
    .col-md-8 {
    flex: 0 0 85%;
    max-width: 85%;
  }
  body.page-template-template-custom-page-category:not(.home).gold #page {
    background-size: 50%;
    background-position: 80% 10%;
  }
  body.page-template-template-custom-page-category:not(.home).green #page {
    background-size: 65%;
    background-position: 70% 165px;
  }
  body.page-template-template-custom-page-category:not(.home).red #page {
    background-size: 90%;
    background-position: 45% 65vh;
  }
  body.page-template-template-custom-page-category:not(.home).purple #page {
    background-size: 90%;
    background-position: 260% 45vh;
  }
  body #page #product-listing {
    margin-left: 0;
    margin-right: 0;
  }
  body #page #product-listing .fc-product-column {
    width: 47%;
  }

  #footer #bottom-bar {
    border-radius: 0 0 70px 0;
  }
  #footer #bottom-bar::before {
    mask-size: cover;
    -webkit-mask-size: cover;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  body #page.show-mobile-header .dt-mobile-header {
    height: 80vh;
  }
  body .hero-section .wp-block-column:nth-child(1) {
    flex-basis: calc(90% - 1em) !important;
  }
  body .cat-hero-section .col-md-8 h1,
  body .hero-section .wp-block-column:nth-child(1) h1,
  body h1 {
    font-size: 80px;
    line-height: 85px;
  }
  body #page #content .contact-header .wp-block-column:nth-child(1) {
    flex-basis: 70% !important;
  }
  body #page #content .contact-body .wp-block-column:nth-child(1) {
    flex-basis: 30% !important;
    margin-right: 25px;
  }
  body #page #content .contact-body .wp-block-column:nth-child(2) {
    flex-basis: 55% !important;
  }
  body.home .wp-block-columns .wp-block-column:nth-child(1) {
    margin-right: 3%;
  }
  .modal-header .close {
    right: 50px;
    top: -50px;
  }
  .modal-title {
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  body.red #page .mobile-branding a.sticky-mobile-logo-second-switch img, body.red #page .mobile-branding a.same-logo img, body:not(.red) #page .mobile-branding a img { 
    opacity: 0; 
  }
  body.red #page .mobile-branding a.sticky-mobile-logo-second-switch, body.red #page .mobile-branding a.same-logo {
    background-image: url('../forge/images/logo-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  body:not(.red) #page .mobile-branding a {
    background-image: url('../forge/images/logo-reverse.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

@media screen and (max-width: 767px) {
  body #page #main #content .section-links .wp-block-button__link {
    font-size: 25px;
    line-height: 30px;
  }
  body #page #main #content .section-links .wp-block-button__link::before {
    height: 80px;
  }
  body #page .cat-hero-section .sub-title-highlight {
    font-size: 16px;
    line-height: 23px;
  }
  body #page.show-mobile-header .dt-mobile-header {
    height: 100vh;
  }
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
  body #page .cat-hero-section h1 {
    margin-bottom: 30px;
  }
  body.home .wp-block-columns.hero-section {
    align-content: flex-start;
    align-items: flex-start;
    padding-top: 135px;
    min-height: auto;
    padding-bottom: 250px;
  }
  #bottom-bar .wf-container-bottom {
    padding: 20px 0 30px 0;
  }
  body.red
    #page
    .cat-hero-section
    .wp-block-buttons
    > .wp-block-button:last-child {
    margin-left: 0;
  }
  body.page-template-template-custom-page-category
    #page
    .cat-hero-section
    .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-template-template-custom-page-category #page .cat-hero-section {
    padding-top: 90px;
    padding-bottom: 150px;
  }
  body.page-template-template-custom-page-category:not(.home).gold #page {
    background-size: 75%;
    background-position: 130% 4%;
  }
  body.page-template-template-custom-page-category:not(.home).green #page {
    background-size: 70%;
    background-position: 70% 325px;
  }
  body.page-template-template-custom-page-category:not(.home).red #page {
    background-size: 100%;
    background-position: 45% 8%;
  }
  body.page-template-template-custom-page-category:not(.home).purple #page {
    background-size: 90%;
    background-position: 260% 5%;
  }
  body #page #product-listing .fc-product-column {
    width: 98%;
  }
  .modal-title {
    font-size: 40px;
    line-height: 45px;
  }
  .modal-header .close .caption {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .modal-header .close {
    right: 20px;
    top: -70px;
  }
  body.page-template-template-custom-page-category .cta-section .col-md-10 {
    padding: 50px 15px 50px 15px;
  }
  body #page .mobile-header-bar::after,
  body #page .dt-mobile-header .mobile-header-scrollbar-wrap::after {
    -webkit-mask-size: 240%;
  }
  #footer #bottom-bar::before {
    -webkit-mask-size: 380%;
  }
  body #page .contact-body .wp-block-columns .wp-block-column:nth-child(2) {
    padding-left: 0;
  }
  body #page .contact-body {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 375px) {
  body #page.show-mobile-header .dt-mobile-header {
    height: 100vh;
  }
  #bottom-bar .wf-container-bottom {
    justify-content: flex-start;
  }
  #bottom-bar .wf-container-bottom * {
    text-align: left;
    justify-content: flex-start;
  }
  body #page.show-mobile-header .dt-mobile-header {
    height: 105vh;
  }
}

@media screen and (max-width: 350px) {
  body.page-template-template-custom-page-category:not(.home).red #page {
    background-size: 100%;
    background-position: 45% 5%;
  }
  body #page.show-mobile-header .dt-mobile-header {
    height: 108vh;
  }
}
