/* Boostrap Overrides */

.btn-primary {
  color: #fff;
  background-color: #f26522;
  border-color: #f26522;
}
.btn-primary:hover {
  color: #fff;
  background-color: #e1510d;
  border-color: #d54d0d;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #f26522;
  box-shadow: 0 0 0 0.2rem rgba(244, 124, 67, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #f26522;
  border-color: #f26522;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d54d0d;
  border-color: #c8490c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 124, 67, 0.5);
}
.btn-secondary {
  color: #212529;
  background-color: #eae6dd;
  border-color: #eae6dd;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #dbd5c5;
  border-color: #d7cfbd;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 201, 194, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  background-color: #eae6dd;
  border-color: #eae6dd;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #d7cfbd;
  border-color: #d2c9b6;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 201, 194, 0.5);
}
.container-fluid {
  max-width: 1248px;
}
a {
  color: #f26522;
}
a:hover {
  color: #bc440b;
}

@font-face {
  font-family: "Boston Semibold";
  src: url("../fonts/Boston-SemiBold.woff2") format("woff2"),
    url("../fonts/Boston-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Boston Bold";
  src: url("../fonts/Boston-Bold.woff2") format("woff2"),
    url("../fonts/Boston-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Boston Black";
  src: url("../fonts/Boston-Black.woff2") format("woff2"),
    url("../fonts/Boston-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Boston";
  src: url("../fonts/Boston-Regular.woff2") format("woff2"),
    url("../fonts/Boston-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cocogoose";
  src: url("../fonts/Zetafonts-CocogooseCompressed-SemiLight.woff2")
      format("woff2"),
    url("../fonts/Zetafonts-CocogooseCompressed-SemiLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  color: #696158;
  font-family: "Boston";
}
h1,
h2,
h3,
h4 {
  font-family: "Boston Semibold";
}
p {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1000;
}
.navbar-brand img {
  height: 50px;
}
header .navbar {
  background-color: #ffffff !important;
  padding: 0.75rem 1rem;
  z-index: 1000;
}
.nav-link .fa {
  font-size: 1.5rem;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
  padding: 0.25rem 0rem;
}
.navbar-nav .nav-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subnav {
  background-color: #f0f0f0 !important;
  border-top: 1px solid #eae6dd;
  border-bottom: 1px solid #eae6dd;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}
.subnav .navbar-nav .nav-link {
  color: #6a6a6a;
  padding: 1rem 2rem 1rem 0;
}
.subnav .navbar-nav .nav-link:hover {
  color: #f26522;
}
.menu {
  list-style-type: none;
  padding-left: 0;
}
.promo-banner {
  background-color: #ff6a14;
  color: #fff;
  text-align: center;
}
.promo-banner a {
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-expand-lg .container-fluid {
    padding: 0;
  }
}

@media (min-width: 1248px) {
  .navbar-expand-lg .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Home */

.home h1 {
  font-size: 3.2rem;
  margin-top: 0;
}
.home h2 {
  margin-top: 0;
  font-size: 2.2rem;
}
.home h3 {
  font-size: 1.8rem;
}
.home h4 {
  font-size: 1.4rem;
}
.home blockquote {
  background-color: #6ac5bf;
  padding: 0;
  border-radius: 0;
}
.main-hero {
  padding-top: 8%;
  padding-bottom: 8%;
  background-color: #6ac5bf;
  overflow: hidden;
  position: relative;
}
.main-hero h1 {
  color: #fff;
}
.main-hero p {
  font-size: 1.6rem;
  color: #fff;
}
.main-hero .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}
.main-hero .video {
  display: block;
  visibility: visible;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6ac5bf;
  pointer-events: none;
  background-image: url("https://storage.googleapis.com/keyto/assets/images/key-eats-hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-hero .video-overlay {
  display: block;
  visibility: visible;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6ac5bf;
}
.main-hero-mobile {
  background-color: #6ac5bf;
}
.section-features {
}
.section-features p {
  font-size: 1.4rem;
  color: #504943;
}
.section-features li {
  font-size: 1.4rem;
  color: #504943;
  padding-bottom: 0.2rem;
}
.section-premium {
  background-color: #fff;
}
.section-premium p.subheading {
  font-size: 1.4rem;
}
.section-premium p {
  font-size: 1.2rem;
}
.section-featured {
  background-color: #f0f0f0;
  color: #a9a9a9;
}
.section-featured .featured-copy {
  margin-top: 0px;
  color: #a9a9a9;
  font-family: boston;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 0.8em;
  text-transform: uppercase;
}
.section-promise {
  background-color: #f0f0f0;
  color: #504943;
}
.section-promise .headline {
  margin-top: 2rem;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
  color: #433e38;
}
.section-mail {
  background-color: #d16539 !important;
  background-image: url("https://storage.googleapis.com/keyto/assets/images/mail-banner.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.section-mail h2 {
  color: #fff;
}
.section-mail p {
  font-size: 1.4rem;
}
.section-measure p {
  font-size: 1.4rem;
}
.section-measure .measure-image {
  max-width: 232px;
  padding-bottom: 1rem;
}
.section-icons {
  background-color: #ffffff !important;
}
.section-icons p {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.section-icons .icon-image {
  max-width: 97px !important;
  padding-bottom: 2rem;
}
.section-reviews {
  background-color: #6ac5bf;
  color: #fff;
}
.section-reviews p {
  font-size: 1.4rem;
}
.section-reviews h2 {
  color: #fff;
}
.section-reviews h4 {
  color: #fff;
}
.section-reviews p span {
  color: #ffd764;
  padding-right: 0.6rem;
}
.section-reviews .review-title {
  font-weight: 600;
}
.section-reviews .review-content {
  font-size: 1.2rem;
}
.section-reviews .review-stars {
  color: #ffd764;
}
.section-footer {
  background-color: #696158 !important;
  color: #fff;
}
.section-footer h3 {
  font-family: "Boston";
}
.section-footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-footer a:hover {
  color: #f26522;
}
.section-footer .footer-heading {
  color: #fff;
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.section-footer .footer-hr {
  border-top: 1px solid #878179;
  margin: 30px 0 0;
  padding: 0 15px;
}
.section-footer small {
  color: #9f9a94;
}
.section-footer .social-icons {
  font-size: 1.5rem;
}
.section-footer .social-icons ul {
  margin-bottom: 0;
}
.section-footer .menu {
  margin-bottom: 0;
}
.section-footer .menu-item {
  padding: 0 0 1rem 0;
  font-size: 0.9rem;
}
.section-footer .nav > li > a:hover {
  background-color: transparent;
}
.section-footer .nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.mail .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.mail .modal-body {
  padding: 0 2rem 2rem 2rem;
}

/* Keyto Program */

.page-template-page-key-eats-premium .main-hero {
  padding-top: 4%;
  padding-bottom: 4%;
}
.page-template-page-key-eats-premium .main-hero .video {
  display: block;
  visibility: visible;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fa7129 !important;
  pointer-events: none;
  background-image: url("https://storage.googleapis.com/keyeats/web/assets/images/key-eats-program-header-02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-key-eats-premium .main-hero .video-overlay {
  display: block;
  visibility: visible;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fa7129 !important;
}
.page-template-page-key-eats-premium .main-hero-mobile {
  background-color: #fa7129;
}
.page-template-page-key-eats-premium .section-features p {
  font-size: 1.2rem;
}
.page-template-page-key-eats-premium .section-features li {
  font-size: 1.2rem;
}

/* Blogs */

.post-excerpt {
  border-bottom: 1px solid #f5f1ea;
}
.post-excerpt-more {
}
.post-thumbnail {
  margin: 1.5em 0 0;
}
.entry-header h1 {
  font-size: 2.2rem;
}
.entry-content {
  line-height: 1.8rem;
  font-weight: 400;
}
.entry-content ul {
  margin-bottom: 1.5em;
  font-size: 1.1rem;
}
.entry-content ol {
  margin-bottom: 1.5em;
  font-size: 1.1rem;
}
.entry-content li {
  margin-bottom: 0.5em;
}
.entry-content h1 {
  padding-top: 2.2rem;
}
.entry-content h2 {
  padding-top: 1.8rem;
  font-size: 1.8rem;
}
.entry-content h3 {
  padding-top: 1rem;
  font-size: 1.4rem;
}

/* Elementor */

.entry-content h1.elementor-heading-title {
  padding-top: 0rem;
  font-family: "Boston Semibold" !important;
}
.entry-content h2.elementor-heading-title {
  padding-top: 0rem;
  font-family: "Boston Semibold" !important;
}
.entry-content h3.elementor-heading-title {
  padding-top: 0rem;
  font-family: "Boston Semibold" !important;
}

blockquote {
  background-color: #e6f5f4;
  padding: 1rem 2rem;
  border-radius: 5px;
}

/* Table of Contents Plugin */

#ez-toc-container {
  background: #f0f0f0;
  border: 1px solid #eae6dd;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 1em;
  padding: 1rem;
  position: relative;
  width: auto;
}

div.ez-toc-widget-container {
  padding: 0;
  position: relative;
}

#ez-toc-container.ez-toc-light-blue {
  background: #edf6ff;
}

#ez-toc-container.ez-toc-white {
  background: #ffffff;
}

#ez-toc-container.ez-toc-black {
  background: #000000;
}

#ez-toc-container.ez-toc-transparent {
  background: none transparent;
}

div.ez-toc-widget-container ul {
  display: block;
}

div.ez-toc-widget-container li {
  border: none;
  padding: 0;
}

div.ez-toc-widget-container ul.ez-toc-list {
  padding: 10px;
}

#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 1.5em;
}

#ez-toc-container ul,
#ez-toc-container li {
  margin: 0;
  padding: 0;
}

#ez-toc-container ul,
#ez-toc-container li,
#ez-toc-container ul li,
div.ez-toc-widget-container,
div.ez-toc-widget-container li {
  background: none;
  list-style: none none;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}

#ez-toc-container p.ez-toc-title {
  text-align: left;
  line-height: 1.45;
  margin: 0;
  padding: 0;
}

.ez-toc-title-container {
  display: table;
  width: 100%;
}

.ez-toc-title,
.ez-toc-title-toggle {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#ez-toc-container.ez-toc-black p.ez-toc-title {
  color: #fff;
}

#ez-toc-container div.ez-toc-title-container + ul.ez-toc-list {
  margin-top: 1em;
}

.ez-toc-wrap-left {
  float: left;
  margin-right: 10px;
}

.ez-toc-wrap-right {
  float: right;
  margin-left: 10px;
}

#ez-toc-container a.ez-toc-toggle {
  color: #444444;
}

#ez-toc-container.counter-hierarchy ul,
.ez-toc-widget-container.counter-hierarchy ul,
#ez-toc-container.counter-flat ul,
.ez-toc-widget-container.counter-flat ul {
  counter-reset: item;
}

#ez-toc-container.counter-numeric li,
.ez-toc-widget-container.counter-numeric li {
  list-style-type: decimal;
  list-style-position: inside;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  content: counters(item, ".") ". ";
  display: inline-block;
  counter-increment: item;
  margin-right: 0.2em;
}

#ez-toc-container.counter-roman li a::before,
.ez-toc-widget-container.counter-roman ul.ez-toc-list li a::before {
  content: counters(item, ".", upper-roman) ". ";
  counter-increment: item;
}

.ez-toc-widget-container ul.ez-toc-list li::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  z-index: -1;
}

.ez-toc-widget-container ul.ez-toc-list li.active::before {
  background-color: #ededed;
}

.ez-toc-widget-container li.active > a {
  font-weight: 900;
}

.ez-toc-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ez-toc-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ez-toc-btn:hover,
.ez-toc-btn:focus {
  color: #333;
  text-decoration: none;
}

.ez-toc-btn:active,
.ez-toc-btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ez-toc-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.ez-toc-btn-default:hover,
.ez-toc-btn-default:focus,
.ez-toc-btn-default:active,
.ez-toc-btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.ez-toc-btn-default:active,
.ez-toc-btn-default.active {
  background-image: none;
}

.ez-toc-btn-sm,
.ez-toc-btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.ez-toc-btn-xs {
  padding: 1px 5px;
}

.ez-toc-btn-default {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}

.ez-toc-btn-default:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ez-toc-btn:active,
.btn.active {
  background-image: none;
}

.ez-toc-btn-default {
  text-shadow: 0 1px 0 #fff;
  background: #f0f0f0;
  border: 0px;
}

.ez-toc-btn-default:hover,
.ez-toc-btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.ez-toc-btn-default:active,
.ez-toc-btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.ez-toc-pull-right {
  float: right !important;
  margin-left: 10px;
}

.ez-toc-glyphicon:empty {
  width: 1em;
}

.ez-toc-toggle i.ez-toc-glyphicon {
  font-size: 16px;
  margin-left: 2px;
}

.ez-toc-icon-toggle:before {
  content: "";
}

/* Font awesome */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-facebook:before {
  content: "\f09a";
}

@media only screen and (max-width: 992px) {
  .home h1 {
    font-size: 2.6rem;
    margin-top: 0;
  }
  .home h2 {
    margin-top: 0;
    font-size: 1.8rem;
  }
  .home h3 {
    font-size: 1.4rem;
  }
  .home h4 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .home h1 {
    font-size: 2.6rem;
    margin-top: 0;
  }
  .main-hero p {
    font-size: 1.4rem;
  }
  .home h2 {
    margin-top: 0;
    font-size: 1.8rem;
  }
  .home h3 {
    font-size: 1.4rem;
  }
  .home h4 {
    font-size: 1.2rem;
  }
  .navbar-brand {
    margin-right: 0rem;
  }
  .navbar-brand img {
    height: 44px;
  }
  #nav-icons .nav-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .home h1 {
    font-size: 2.4rem;
    margin-top: 0;
  }
  .main-hero p {
    font-size: 1.4rem;
  }
  .home h2 {
    margin-top: 0;
    font-size: 1.8rem;
  }
  .home h3 {
    font-size: 1.4rem;
  }
  .home h4 {
    font-size: 1.2rem;
  }
  .navbar-brand img {
    height: 40px;
  }
}

@media (min-width: 992px) {
  .navbar-expand > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .subnav .dropdown {
    position: static;
  }
  .subnav li.nav-item.dropdown:hover > div.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .subnav .dropdown-menu {
    top: 55px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.3s linear;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .subnav .dropdown-menu {
    width: 100%;
  }
  .subnav .dropdown-menu p {
    font-size: 1.3rem;
    color: #504943;
  }
  .subnav .dropdown-menu a:hover {
    text-decoration: none;
  }
  .subnav .dropdown-menu a:hover p {
    color: #f26522;
  }
  .subnav .dropdown-menu a:hover img {
    transform: scale(1.01);
  }
  .subnav .dropdown-menu .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
  }
}
