@charset "utf-8";
/* CSS Document */

@import url(fonts.css);
@import url(plugins.css);
@import url(keel.css);

/* Base Template Settings */

body {
  background: #fefefe;
  font-family: "proxima-nova", arial, helvetica, sans-serif;
  font-weight: 300;
  color: #3e1a09;
  font-size: 17px;
}

body>span,
body>img,
body>iframe {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -111;
}

select {
  -moz-appearance: none;
}

#page-head hgroup,
#page-foot section,
div section {
  max-width: 1180px;
}

/* Base Width is Set Here */
.halves>div>section {
  max-width: 590px;
}

/* Half Base Width */
.halves>div>section,
[class^="box-"],
[class*=" box-"] {
  padding: 15px;
}

/* Gutter Width is set here.  Just put half the gutter width here. */
.cta,
input[type=submit],
button {
  font-size: 19px;
  color: #f5f3de;
  background: none;
  border: 3px solid #f5f3de;
  padding: 15px 25px;
  transition: all .25s;
  cursor: pointer;
}

.cta:hover,
input[type=submit]:hover,
button:hover {
  opacity: 1;
}

a {
  transition: all .25s;
  cursor: pointer;
}

.home div#header-image section.headings {
  margin-top: 5%;
  width: 50%;
}

.home div#header-image section.reviews {
  margin-top: 5%;
  width: 23%;
}

@media (max-width:1020px) {

  .home div#header-image section.headings,
  .home div#header-image section.reviews {
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width:768px) {

  .home div#header-image section.headings,
  .home div#header-image section.reviews {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width:992px) {
  .home div#header-image section.headings {
    width: 55%;
  }
}

.home div#header-image section.reviews iframe {
  position: initial !important;
}


.home #header-image {
  text-align: left;
}

.home #header-image .ctas {
  padding-top: 20px;
}

.home #header-image .cta {
  padding: 10px 25px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

.home #header-image .cta.primary {
  background: #a7302d;
  border-color: #a7302d;
  color: #fff;
}

.home #header-image .cta.primary:hover,
.home #header-image .cta.primary:focus {
  background: transparent;
  color: #fff;
  border-color: #a7302d;
}

.home #header-image .cta.secondary {
  background: transparent;
  border-color: #a7302d;
  color: #fff;
}

.home #header-image .cta.secondary:hover,
.home #header-image .cta.secondary:focus {
  background: #a7302d;
  border-color: #a7302d;
  color: #fff;
}

@media (max-width:767px) {
  .home #header-image .ctas {
    display: none;
  }

  .home #header-image .ctas a {
    margin-bottom: 10px;
  }
}

article ul,
main ul {
  list-style-type: none;
  padding-left: 0px;
}

article ul li,
main ul li {
  padding-left: 25px;
  position: relative;
  color: #3e1a09;
}

article ul li:before,
main ul li:before {
  content: "•";
  font-size: smaller;
  position: absolute;
  left: 8px;
  top: -1px;
  display: inline-block;
}

/* Header Settings */

#page-head {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  width: 100%;
  min-height: 110px;
  padding-top: 23px;
  transition: opacity .5s ease-in;
  background: transparent;
}

#page-head.fixed {
  position: fixed;
  background: #fcfcfcde;
}

#page-head hgroup {
  max-width: 980px;
}

#page-head hgroup h6.logo,
#page-head hgroup h6.logo a {
  width: 175px;
  height: 70px;
}

#page-head.center-logo hgroup #nav {
  margin-top: -38px;
}

#page-head hgroup #nav #main {}

#page-head hgroup #nav #main li:first-child {
  margin-left: 6px;
}

#page-head hgroup #nav #main li ul li:first-child {
  margin-left: 0px;
}

#page-head hgroup #nav #main a {
  color: #503016;
  font-weight: 700;
  text-decoration: none;
  margin: 0px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -.75px;
  transition: color .7s;
}

#page-head hgroup #nav #main .current-menu-item>a,
#page-head hgroup #nav #main .active a,
#page-head hgroup #nav #main a:hover {
  color: #b5121b;
  opacity: 1;
}

/* This is the Hover/Active state for the menu item */
#page-head hgroup #nav menu {
  position: absolute;
  top: -28px;
  right: -5px;
  z-index: 100;
}

#page-head hgroup #nav menu a,
#page-head hgroup #nav menu span {
  color: #b5121b;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -.75px;
  word-spacing: 1.4px;
  z-index: 100;
}

#page-head hgroup #nav menu span.phoneSpace {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width:320px) {
  #page-head hgroup #nav menu span.phoneSpace {
    display: none;
  }

  #page-head hgroup #nav menu {
    text-align: center;
    width: 100%;
  }

  #page-head hgroup #nav {
    padding-bottom: 0px;
  }

  #page-head hgroup #nav menu span {
    top: 18px;
    position: relative;
  }
}

@media (min-width:768px) {
  #page-head hgroup #nav menu span.phoneSpace {
    display: inline-block;
  }

  #page-head hgroup #nav menu {
    text-align: initial;
    width: initial;
  }

  #page-head hgroup #nav {
    padding-bottom: initial;
  }

  #page-head hgroup #nav menu span {
    top: initial;
    position: relative;
  }
}

/* Phone Number Removed From Header */
/* #page-head hgroup #nav menu a:first-child:after { content: " | "; padding-left: 7px; padding-right: 7px; z-index: 100; } */
#page-head hgroup #nav menu a:first-child:hover {
  color: #503016;
  z-index: 100;
}

#page-head hgroup #nav #main .menu-item-has-children>a:after {
  content: "▼";
  font-size: 10px;
  position: relative;
  top: -2px;
  right: -5px;
  z-index: 100;
}

#page-head hgroup #nav #main .menu-item-has-children ul {
  right: 0px !important;
  left: auto !important;
  width: 253px;
  background: rgba(255, 255, 255, .75);
  text-align: left;
  padding: 0px 13px;
  margin-top: 20px;
  z-index: 100;
}

#page-head hgroup #nav #main .menu-item-has-children ul li.mobileonly {
  display: none;
}

#page-head hgroup #nav #main .menu-item-has-children ul li a {
  border-bottom: 1px solid #998574;
  display: block;
  padding: 12px 4px;
  color: #503016;
  z-index: 100;
}

#page-head hgroup #nav #main .menu-item-has-children ul li a:hover {
  color: #b5121b;
  opacity: 1;
  z-index: 100;
}

#page-head hgroup #nav #main .menu-item-has-children ul li:last-child a {
  border-bottom: 0px;
  z-index: 100;
}

#nav #main .menu-item-has-children ul li {
  max-height: 65px;
  z-index: 100;
}

#page-head hgroup #nav #main li:last-child ul li {
  max-height: 45px;
  z-index: 100;
}

#page-head hgroup #nav #main>li:nth-child(2) ul li:last-child a {
  color: #a7302d;
  z-index: 100;
}



/* Header Image Settings */

#header-image {
  position: relative;
  z-index: 1;
  background-color: rgba(45, 27, 13, .6);
  color: #f5f0df;
  transition: opacity .5 ease-in;
  height: 700px;
}

#header-image h1 {
  text-indent: -5500px;
  width: 100%;
  display: block;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0px;
}

.page-template-competitors #header-image h1 {
  text-indent: 0px;
  width: 100%;
  display: block;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-template-faq #header-image h1 {
  text-indent: 0px;
  width: 100%;
  display: block;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
}

.at-home-brewing #page-head,
.single #page-head,
.page-template-front-page #page-head {
  background: url(../images/header-overlay.png) top left repeat-x;
}

.at-home-brewing #page-head.fixed,
.single #page-head.fixed,
.page-template-front-page #page-head.fixed {
  background: #fcfcfcde;
}

.page-template-testimonial-page {
  background: #f7f4e9;
}

.page-template-cupping-class-page #header-image,
.page-template-drink-building-class-page #header-image {
  height: 600px;
}

.page-template-latte-art-class-page #header-image,
.page-template-quality-coffee-class-page #header-image {
  height: 600px;
}

.page-template-corporate-page #header-image {
  height: 600px;
}

.page-template-espress-class-page #header-image {
  height: 600px;
}

.page-template-listing-page #header-image {
  height: 600px;
}

.page-template-plan-page #header-image,
.page-id-1764 #header-image,
.page-id-1035 #header-image,
.page-id-1813 #header-image,
.page-template-thanks-page #header-image,
.page-template-thanks-page-simple #header-image,
.single-coffeetips #header-image,
.single-post #header-image,
.single-event #header-image,
.search #header-image,
.blog #header-image,
.archive #header-image,
.post-type-archive-coffeetips #header-image,
.page-template-gift-thanks-page #header-image,
.page-template-privacy-page #header-image,
.page-id-1152 #header-image,
.page-template-terms-page #header-image {
  height: 431px;
}

.single-post #header-image h1 {
  height: 116px;
  background-image: url(../images/blog-title.png);
}

.archive #header-image h1,
.post-type-archive-coffeetips #header-image h1 {
  text-indent: 0px;
  width: 100%;
  display: block;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
}

.archive #header-image::before,
.post-type-archive-coffeetips #header-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent, rgba(45, 27, 13, .4))
}

.archive #header-image section,
.post-type-archive-coffeetips #header-image section {
  position: relative;
}

.search #header-image h1 {
  height: 143px;
  background-image: url(../images/search-header.png)
}

.error404 #header-image h1 {
  height: 200px;
  background-image: url(../images/Error404.png);
}


/* .home #header-image h1                          { height: 280px; background-image: url(../images/home-title.png); margin-top: 100px; } */
.home #header-image h1 {
  text-indent: initial;
  font-size: 72px;
  font-weight: 900;
  text-align: left;
  color: #fff;
  line-height: 1;
  text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.6);
}

.home #header-image h2 {
  text-align: left;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 36px;
  text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.6);
  text-indent: 0;
  line-height: 1;
}

@media (min-width:320px) {
  .home #header-image h1 {
    text-align: center;
  }

  .home #header-image h2 {
    width: 100%;
    text-align: center !important;
  }
}

@media (min-width:768px) {
  .home #header-image h1 {
    font-size: 42px;
    text-align: left;
  }

  .home #header-image h2,
  .home #header-image h3 {
    text-align: left !important;
  }

  .home #header-image .cta.primary {
    margin-bottom: 20px;
  }
}

@media (min-width:992px) {
  .home #header-image h1 {
    font-size: 50px;
  }
}

@media (min-width:1110px) {
  .home #header-image h1 {
    font-size: 60px;
  }

  .home #header-image h2 {
    font-size: 30px;
  }
}

@media (min-width:1350px) {
  .home #header-image h1 {
    font-size: 72px;
  }

  .home #header-image h2 {
    font-size: 36px;
  }
}

.page-template-about-page #header-image h1 {
  height: 166px;
  background-image: url(../images/about-title.png);
}

.page-template-listing-page #header-image h1 {
  height: 247px;
  background-image: url(../images/classes-title.png);
  margin-top: -60px;
}

.page-template-testimonial-page #header-image h1 {
  height: 215px;
  background-image: url(../images/testimonial-title.png);
  margin-top: -137px;
}

.page-template-consulting-page #header-image h1 {
  height: 263px;
  background-image: url(../images/consulting-title.png);
  margin-top: -40px;
}

.page-template-corporate-page #header-image h1 {
  height: 191px;
  background-image: url(../images/corporate-title.png);
}

.page-template-contact-page #header-image h1 {
  height: 167px;
  background-image: url(../images/contact-title.png);
  margin-top: -145px;
}

.page-template-plan-page #header-image h1 {
  height: 183px;
  background-image: url(../images/plan-title.png);
}

.page-template-privacy-page #header-image h1 {
  height: 213px;
  background-image: url(../images/privacy-title.png);
  margin-top: 47px;
}

.page-template-terms-page #header-image h1 {
  height: 250px;
  background-image: url(../images/terms-title.png);
}

.page-template-employment-page #header-image h1 {
  height: 288px;
  background-image: url(../images/job-title.png);
}

.single-event #header-image h1 {
  height: 290px;
  background-image: url(../images/register_title.png);
}

.at-home-brewing #header-image h1,
.category-at-home-brewing #header-image h1,
.category-at-home-brewing #header-image h1 {
  height: 192px;
  background-image: url(../images/coffeetips.png);
}

.page-template-jobs-page #header-image h1 {
  height: 288px;
  background-image: url(../images/job-title.png);
}

.page-id-1813 #header-image h1,
.page-id-1764 #header-image h1,
.page-id-1035 #header-image h1,
.page-template-gift-thanks-page #header-image h1,
.page-template-thanks-page-simple #header-image h1,
.page-template-thanks-page #header-image h1 {
  height: 147px;
  background-image: url(../images/thanks-title.png);
}

.page-template-gift-cert-page #header-image h1 {
  height: 199px;
  background-image: url(../images/title-gift.png);
}

.page-template-espress-class-page #header-image h1 {
  height: 363px;
  background-image: url(../images/espresso-title.png);
  margin-top: -41px;
}

.page-template-quality-coffee-class-page #header-image h1 {
  height: 272px;
  background-image: url(../images/quality-title.png);
  margin-top: -40px;
}

.page-template-latte-art-class-page #header-image h1 {
  height: 263px;
  background-image: url(../images/latte-title.png);
  margin-top: -40px;
}

.page-template-drink-building-class-page #header-image h1 {
  height: 323px;
  background-image: url(../images/syrup-title.png);
  margin-top: -40px;
}

.page-template-cupping-class-page #header-image h1 {
  height: 287px;
  background-image: url(../images/cupping-title.png);
  margin-top: -40px;
}

.page-template-two-day-class-page #header-image h1 {
  height: 302px;
  background-image: url(../images/2-day-title.png);
  margin-top: -40px;
}

.page-template-3-day-class-page #header-image h1 {
  height: 302px;
  background-image: url(../images/3-day-title.png);
  margin-top: -40px;
}

.page-id-1152 #header-image h1 {
  height: 158px;
  background-image: url(../images/SiteMap.png);
  margin-top: 60px;
}


.blog #header-image h1 {
  height: 116px;
  background-image: url(../images/blog-title.png);
}

.page-template-corporate-page #header-image {
  position: relative;
}

.downer {
  width: 150px;
  height: 50px;
  padding-bottom: 25px;
  display: block;
  background: url(../images/downer.png) center bottom no-repeat;
  background-size: 25px 25px;
  margin-top: 150px;
  margin: auto;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -75px;
  font-size: 18px;
  font-weight: 600;
  color: #f5f0df;
  text-transform: uppercase;
  line-height: 110%;
  text-decoration: none;
}

#header-image h3 {
  font-size: 24.16px;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: .75px;
  margin-bottom: 30px;
}

.page-template-competitors #header-image h3 {
  text-transform: unset;
}

#header-image hr {
  margin: 20px auto;
  border: none;
  border-top: 1px solid #f5f3de;
  max-width: 254px;
  width: 80%;
}

#header-image a.cta.vid {
  padding-left: 80px;
  background: url(../images/play.png);
  background-position: 25px 8px;
  background-size: 35px;
  background-repeat: no-repeat;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all .25s;
}

#header-image a.cta.vid:hover {
  background-color: #f5f3de;
  background-image: url(../images/play_hover.png);
  color: #503016;
}

.home #header-image hr {
  margin: 20px 0 20px 0;
}

.home #header-image h3 {
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.6);
}

@media (min-width:320px) {
  .home #header-image h3 {
    text-align: center;
  }
}

@media (min-width:768px) {
  .home #header-image h3 {
    text-align: left;
  }
}

#closer {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) center no-repeat;
  background-size: contain;
  display: block;
  transition: opacity .5s ease-in;
  z-index: 1;
  opacity: 0;
  display: block;
}

.fadeout {
  opacity: 0 !important;
}

.fadein {
  opacity: 1 !important;
}

#closer.fadein {
  z-index: 4;
}

/* Tell us */
#tell-us {
  background-color: #f5f0df;
}

#tell-us>h4 {
  text-align: center;
  font-weight: 600;
  text-tranform: uppercase;
  color: #f5f0df;
  background: #a7302d;
  text-transform: uppercase;
  padding: 6px 0px;
  letter-spacing: 1.5px;
}

#tell-us .type {
  display: block;
  margin: 0px auto;
  max-width: 878px;
  width: 100%;
  text-align: center;
}

#tell-us .type:after {
  clear: both;
  display: block;
  content: " ";
  width: 100%;
  height: 0px;
}

#tell-us .type li.box-1-3 {
  padding: 0px;
}

#tell-us .type li a {
  width: 100%;
  height: 182px;
  color: #a7302d;
  text-decoration: none;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .25s
}

#tell-us .type li a span {
  margin-left: 0px;
  text-indent: 0px;
  font-size: initial;
  padding-top: 78px;
  background-position: center top;
  background-size: 90px 90px;
  background-repeat: no-repeat;
  margin-top: -10px;
  transition: background .25s;
  position: relative;
  z-index: 91;
}

#tell-us .type li a:hover,
#tell-us .type li.ui-tabs-active a {
  color: #f5f0df;
  background: #a7302d;
  position: relative;
}

#tell-us .type li a:hover:after,
#tell-us .type li.ui-tabs-active a:after {
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0px;
  z-index: 90;
  width: 100%;
  height: 224px;
  background: url(../images/active-tab.png) bottom center no-repeat;
  background-size: contain;
  content: " ";
}

#tell-us .type li:nth-child(1) a span {
  background-image: url(../images/cup.png);
}

#tell-us .type li:nth-child(2) a span {
  background-image: url(../images/tamp.png);
}

#tell-us .type li:nth-child(3) a span {
  background-image: url(../images/beans.png);
}

#tell-us .type li.ui-tabs-active:nth-child(1) a span,
#tell-us .type li:nth-child(1) a:hover span {
  background-image: url(../images/cup_w.png);
}

#tell-us .type li.ui-tabs-active:nth-child(2) a span,
#tell-us .type li:nth-child(2) a:hover span {
  background-image: url(../images/tamp_w.png);
}

#tell-us .type li.ui-tabs-active:nth-child(3) a span,
#tell-us .type li:nth-child(3) a:hover span {
  background-image: url(../images/beans_w.png);
}

#tell-us .type li a strong {
  font-weight: 700;
  display: block;
  font-size: 18px;
  letter-spacing: .5px;
}

#tell-us .type li:nth-child(2) a span strong {
  letter-spacing: .0px;
}

#tell-us .type li:nth-child(3) a span {
  margin-left: -15px;
}

#tell-us .type li:nth-child(3) a span strong {
  letter-spacing: .0px;
}

#tell-us.quickflash .type li a {
  -webkit-animation: redfade 2s;
  animation: redfade 2s;
}

#tell-us.quickflash .type li:NTH-CHILD(1) a span {
  -webkit-animation: redfade-one 2s;
  animation: redfade-one 2s;
}

#tell-us.quickflash .type li:NTH-CHILD(2) a span {
  -webkit-animation: redfade-two 2s;
  animation: redfade-two 2s;
}

#tell-us.quickflash .type li:NTH-CHILD(3) a span {
  -webkit-animation: redfade-three 2s;
  animation: redfade-three 2s;
}

#tell-us.quickflash .type li.ui-tabs-active a {
  -webkit-animation: none !important;
  animation: none !Important;
}

#tell-us.quickflash .type li.ui-tabs-active a span {
  -webkit-animation: none !important;
  animation: none !Important;
}

/* #cn-accept-cookie .privacy-cta a.cta {
    font-size: 16px;
    font-weight: 200;
    border: 1px solid #f5f0df;
    padding: 5px 12px;
    margin-left: 15px;
    margin-right: -52px;
} */

.privacy-cta {
  font-size: 16px;
  color: #f5f3de;
  background: none;
  border: 1px solid #f5f0df;
  padding: 5px 12px;
  transition: all .25s;
  cursor: pointer;
  text-decoration: none;
}

.privacy-text {
  color: #fff;
  font-weight: bold;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeinup {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}



/*
@-webkit-keyframes redfade {
  0%   { color: #f5f0df; background: #a7302d; }
  100% { color: #a7302d; background: #f5f0df; }
}
@keyframes redfade {
  0%   { color: #f5f0df; background: #a7302d; }
  100% { color: #a7302d; background: #f5f0df; }
}

@-webkit-keyframes redfade-one {
  0%   { background-image: url(../images/cup_w.png); }
  100% { background-image: url(../images/cup.png); }
}
@keyframes redfade-one {
  0%   { background-image: url(../images/cup_w.png); }
  100% { background-image: url(../images/cup.png); }
}

@-webkit-keyframes redfade-two {
  0%   { background-image: url(../images/tamp_w.png); }
  100% { background-image: url(../images/tamp.png); }
}
@keyframes redfade-two {
  0%   { background-image: url(../images/tamp_w.png); }
  100% { background-image: url(../images/tamp.png); }
}

@-webkit-keyframes redfade-three {
  0%   { background-image: url(../images/beans_w.png); }
  100% { background-image: url(../images/beans.png); }
}
@keyframes redfade-three {
  0%   { background-image: url(../images/beans_w.png); }
  100% { background-image: url(../images/beans.png); }
}
*/

.person-type {
  background-color: #2d1b0d;
  color: #f5f0df;
  background: url(../images/home-tabs-bg.jpg) top right no-repeat #2d1b0d;
}

.person-type section {
  max-width: 980px;
  width: 100%;
}

.person-type section h2 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-top: 69px;
}

.person-type section h3 {
  text-align: center;
  font-size: 15px;
  margin-top: 2px;
  letter-spacing: 1px;
  word-spacing: 0.5px;
  margin-bottom: 46px;
}

.person-type section .row {
  margin-bottom: 60px;
}

.person-type section .row:after {
  content: " ";
  clear: both;
  display: block;
}

.person-type section article {
  width: 68.3%;
  float: left;
  border-right: 1px solid #f5f0df;
  padding-right: 6%;
}

.person-type section article h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -4px;
  margin-left: -5px;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin-bottom: 10px;
}

.person-type section article h4 a {
  color: #f5f0df;
}

.person-type section article h4 strong {
  color: #e37c1f;
  font-size: 15px;
  font-weight: 600;
  margin-top: -2px;
  position: relative;
  margin-left: 5px;
}

.person-type section article p {
  margin-left: -2px;
  line-height: 160%;
  word-spacing: .5px;
  letter-spacing: .35px;
  margin-bottom: 16px;
  color: #f5f0df;
}

.person-type section article a.cta {
  margin-left: -2px;
  border: 2px solid #bc4e04;
  background: #bc4e04;
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 100;
}

a.cta.cta-coffee-classes {
  margin-left: -2px;
  border: 2px solid #bc4e04;
  background: #bc4e04;
  padding: 4px 15px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 100;
  margin-top: 30px;
  line-height: 24px;
}

.person-type section article a.cta:hover,
a.cta.cta-coffee-classes:hover {
  background: transparent;
  color: #bc4e04;
}

.person-type section aside {
  width: 31.7%;
  float: right;
  padding-left: 5.8%;
  line-height: 220%;
}

.person-type section aside h5 {
  color: #e37c1f;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .75px;
  word-spacing: 0px;
  margin-top: -10px;
  margin-bottom: -5px;
}

.person-type section aside a {
  font-size: 18px;
  color: #f5f0df;
  letter-spacing: 0px;
  word-spacing: 0px;
  white-space: nowrap;
}

.person-type section aside a:hover {
  color: #e37c1f;
}

.person-type section aside .note {
  font-size: 12.31px;
  color: #f5f0df;
  text-transform: uppercase;
  background: #a7302d;
  padding: 3px 10px 2px;
  position: relative;
  top: -3px;
  left: 6px;
  display: inline-block;
  line-height: 100%;
  white-space: nowrap;
  text-decoration: none;
  padding: 4px 8px 2px;
  top: -2px;
}

#tell-us .looking-for {
  text-align: center;
  background: #251910;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  height: 65px;
  margin-top: -5px;
  padding-top: 15px;
}

#tell-us .looking-for a.cta {
  font-size: 16px;
  font-weight: 200;
  border: 1px solid #f5f0df;
  padding: 5px 12px;
  margin-left: 15px;
  margin-right: -52px;
}

#tell-us .looking-for a.cta:hover {
  background: #f5f0df;
  color: #251910;
}

/* Founded Section */

#founded {
  background: url(../images/founded-bg.png) center no-repeat;
  background-size: cover;
  text-align: center;
}

#founded section {
  padding: 64px 0px 90px 0px;
  max-width: 1018px;
  overflow: hidden;
}

#founded section h4 {
  width: 432px;
  height: 162px;
  background: url(../images/founded-title.png) center no-repeat;
  background-size: contain;
  margin: 0px auto;
  position: relative;
  margin-bottom: 30px;
}

#founded section h4:before {
  width: 100%;
  position: absolute;
  left: -105%;
  top: 50%;
  content: " ";
  display: inline-block;
  border-top: 1px solid #7d6552;
}

#founded section h4:after {
  width: 100%;
  position: absolute;
  right: -105%;
  top: 50%;
  content: " ";
  display: inline-block;
  border-top: 1px solid #7d6552;
}

#founded section h4 span {
  text-indent: -5000px;
  font-size: 0px;
}

#founded section p {
  max-width: 860px;
  margin: auto;
  font-weight: 600;
  font-size: 17px;
  color: #2d1b0d;
  line-height: 150%;
  position: relative;
  left: 8px;
}

/* Homepage Testimonials */

#wordforit {
  background: #fff;
  position: relative;
  font-size: 0px;
}

#wordforit>h2 {
  text-align: center;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
  word-spacing: -.4px;
  position: absolute;
  top: 115px;
  z-index: 99;
  color: #503016;
  width: 100%;
}

#wordforit>h3 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: 165px;
  z-index: 99;
  color: #bc4e04;
  letter-spacing: .75px;
  width: 100%;
}

#wordforit .bxslider>li {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 805px;
}

#wordforit .headroom {
  width: 100%;
  height: 224px;
  margin-top: 0px;
}

#wordforit figure {
  width: 102px;
  height: 102px;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  right: -6px;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, .4);
  -moz-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, .4);
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, .4);
  background-size: cover;
}

#wordforit blockquote {
  max-width: 1028px;
  width: 80%;
  margin: auto;
  margin-top: -57px;
  padding: 82px 66px 66px;
  font-size: 18px;
  color: #503016;
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(70%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

#wordforit blockquote p {
  line-height: 145%;
  text-align: center;
  margin-bottom: 26px;
  color: #503016;
  font-weight: 500;
}

#wordforit blockquote p span.text_exposed_show {
  font-weight: 500;
}

#wordforit blockquote p a {
  color: #bc4e04;
  font-weight: 600;
}

#wordforit cite {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #503016;
  line-height: 150%;
  margin-bottom: 135px;
  text-transform: uppercase;
}

#wordforit cite strong {
  font-size: 19px;
  font-weight: 700;
  color: #bc4e04;
  text-transform: uppercase;
}

#wordforit cite a {
  color: #503016;
}

#wordforit .bx-wrapper {
  margin-bottom: 0px;
}

#wordforit .bx-wrapper .bx-pager {
  position: unset;
  padding-bottom: 20px;
}

#wordforit .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  background: #8e7c6d;
  border-radius: 50%;
}

#wordforit .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #503016
}

#wordforit .bx-wrapper .bx-prev:hover,
#wordforit .bx-wrapper .bx-next:hover {
  opacity: 1;
}

#wordforit .bx-wrapper .bx-prev {
  width: 30px;
  height: 30px;
  opacity: .75;
  background: url(../images/prev.png) center no-repeat;
  background-size: contain;
  margin-top: 5px;
  transition: all .25s;
}

#wordforit .bx-wrapper .bx-next {
  width: 30px;
  height: 30px;
  opacity: .75;
  background: url(../images/next.png) center no-repeat;
  background-size: contain;
  margin-top: 5px;
  transition: all .25s;
}

#wordforit #play-button {
  display: none;
}


/* Mentor Section */
#mentoring {
  background: url(../images/mentor.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}

@media (max-width: 767px) {
  #mentoring {
    margin-top: 25px;
  }
}

#mentoring section {
  max-width: 1344px;
  padding: 84px 0px 66px;
  color: #f5f0df;
}

#mentoring section h2 {
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
}

#mentoring section h3 {
  font-size: 20.01px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .25px;
  margin-top: 3px;
  margin-bottom: 25px;
}

#mentoring section .pix:after {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
  height: 0px;
}

#mentoring section .pix li {
  padding: 5px;
}

#mentoring section .pix li figure {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  background: #333;
  background-position: center;
  background-size: cover;
}

#mentoring section .pix {
  margin-bottom: 30px;
}

#mentoring section hr {
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  position: relative;
  border: none;
  background: url(../images/tx.png) center no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

#mentoring section hr:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 350px;
  border-top: 1px solid #7d6552;
  top: 40%;
  left: -375px;
}

#mentoring section hr:after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 350px;
  border-top: 1px solid #7d6552;
  top: 40%;
  right: -375px;
}

#mentoring section h4 {
  max-width: 800px;
  margin: auto;
  font-size: 24px;
  width: 100%;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

#mentoring section p {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 60px;
}

#mentoring section a {
  color: #bc4e04;
}

#mentoring section a.cta {
  border: 3px solid #a7302d;
  background: #a7302d;
  color: #FFF;
  font-size: 16px;
  padding: 18px;
  transition: all .25s;
  letter-spacing: .5px;
}

#mentoring section a.cta:hover {
  background: transparent;
  color: #a7302d;
}

/* Bottom */

#bottom {
  background: url(../images/bottom_bg.jpg) center bottom no-repeat;
}

#bottom section {
  max-width: 1028px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center;
  font-size: 19px;
  color: #bc4e04;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#bottom section:before {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 276px;
  height: 311px;
  left: -5px;
  top: -55px;
  background: url(../images/cuppa.png) center no-repeat;
}

#bottom section h4 {
  width: 411px;
  height: 195px;
  background: url(../images/bottom_header.png) center no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
  margin-bottom: 39px;
}

#bottom section h4 span {
  text-indent: -5000px;
  font-size: 0px;
}

/* Bottom Classes */

#bottom-classes {
  text-align: center;
}

#bottom-classes:after {
  content: " ";
  display: block;
  clear: both;
}

#bottom-classes li.box-1-3 {
  padding: 0px;
}

#bottom-classes li a {
  font-size: 25px;
  width: 100%;
  height: 245px;
  color: #a7302d;
  text-decoration: none;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .25s;
}

#bottom-classes li a span {
  margin-left: 0px;
  text-indent: 0px;
  font-size: initial;
  padding-top: 100px;
  background-position: center top;
  background-size: 90px 90px;
  background-repeat: no-repeat;
  margin-top: -10px;
  transition: all .25s;
  font-size: 25px;
  color: #FFF;
  -webkit-backface-visibility: hidden;
}

#bottom-classes li:hover a span {
  color: #a7302d;
  position: relative;
}

#bottom-classes li:nth-child(1) a span {
  background-image: url(../images/cup_w.png);
}

#bottom-classes li:nth-child(2) a span {
  background-image: url(../images/tamp_w.png);
}

#bottom-classes li:nth-child(3) a span {
  background-image: url(../images/beans_w.png);
}

#bottom-classes li:nth-child(1) a:hover span {
  background-image: url(../images/cup.png);
}

#bottom-classes li:nth-child(2) a:hover span {
  background-image: url(../images/tamp.png);
}

#bottom-classes li:nth-child(3) a:hover span {
  background-image: url(../images/beans.png);
}

#bottom-classes li a strong {
  font-weight: 700;
  display: block;
  font-size: 18px;
  letter-spacing: .5px;
}

/* Contact Page */

#contact {
  background: url(../images/beans_right.jpg) bottom right no-repeat #fcfbf6;
}

#contact section {
  margin-top: -218px;
  position: relative;
  z-index: 3;
  max-width: 1110px;
  background: #fcfbf6;
  padding-top: 33px;
  padding-bottom: 19px;
}

#contact section:before {
  content: " ";
  width: 30px;
  height: 100px;
  background: url(../images/shadow_left.png) top no-repeat;
  position: absolute;
  top: 218px;
  left: -30px;
}

#contact section:after {
  content: " ";
  width: 30px;
  height: 100px;
  background: url(../images/shadow_right.png) top no-repeat;
  position: absolute;
  top: 218px;
  right: -30px;
}

#contact section figure {
  background-repeat: no-repeat;
  background-size: contain;
}

#contact section figure,
#contact section>div {
  padding: 38px;
}

#contact section h3 {
  font-size: 39px;
  color: #a7302d;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -10px;
}

#contact section h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #a7302d;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: 600;
  color: #bc4e04;
}

#contact section h4 a {
  font-weight: 600;
  color: #bc4e04;
  text-decoration: none;
}

#contact section address {
  width: 215px;
  float: left;
  font-size: 17px;
  color: #3e1a09;
  line-height: 25.5px;
  margin-bottom: 28px;
  padding-right: 10px;
}

#contact section address strong {
  font-weight: 700;
}

#contact section address a {
  color: #3e1a09;
  text-decoration: none;
}

#contact section form:before {
  content: " ";
  clear: both;
}

#contact section form.wpcf7-form {
  display: block;
  max-width: 420px;
  padding-left: 3px;
  clear: both;
}

#contact section form.wpcf7-form span:not(.ajax-loader) {
  width: 100%;
  padding: 0px;
  margin-bottom: 14px;
}

#contact section form.wpcf7-form span textarea,
#contact section form.wpcf7-form span input[type=text],
#contact section form.wpcf7-form span input[type=email] {
  height: 37px;
  padding-left: 15px;
  background: #FFF;
  border: 1px solid #bcbbba;
  font-size: 16px;
  color: #3e1a09;
  font-weight: 600;
  font-family: "proxima-nova", arial, helvetica, sans-serif;
  font-weight: 500;
}

#contact section form.wpcf7-form span textarea {
  font-family: "proxima-nova", arial, helvetica, sans-serif;
  padding-top: 11px;
  font-size: 16px;
  height: 193px;
}

#contact section form.wpcf7-form input[type=submit] {
  border: 3px solid #c97134;
  background: #c97134;
  width: 100%;
  margin-top: -4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 10px;
  transition: .7s;
  font-family: 'proxima-nova', 'helvetica', sans-serif;
  color: #FFF;
}

#contact section form.wpcf7-form input[type=submit]:hover {
  background: #a7302d;
  border: 3px solid #a7302d;
}

#contact section form.wpcf7-form ::-webkit-input-placeholder {
  color: #583830;
}

#contact section form.wpcf7-form :-moz-placeholder {
  color: #583830;
}

#contact section form.wpcf7-form ::-moz-placeholder {
  color: #583830;
}

#contact section form.wpcf7-form :-ms-input-placeholder {
  color: #583830;
}

/* About Page */
#play-button {
  display: inline-block;
  padding: 75px 0px 0px;
  background: #323232;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  -webkit-appearance: none;
  font-size: 24px;
  color: #f5f3de;
  background: none;
  border: none;
  transition: all .25s;
  background: url(../images/big-play.png);
  background-position: top;
  background-repeat: no-repeat;
  text-decoration: none;
  margin-bottom: 10px;
}

#play-button:hover {
  background-image: url(../images/big-play-green.png);
}

#video-play {
  text-align: center;
  width: 360px;
  left: 50%;
  margin-left: -182px;
  position: relative;
  /*z-index: 90;*/
  font-size: 19px;
  font-weight: 600;
  color: #f5f0df;
  text-transform: uppercase;
  line-height: 110%;
  letter-spacing: 1px;
  margin-bottom: -150px;
  color: #e37c1f;
  top: -160px;
  height: 150px;
}

#video-play {
  margin-left: 0px !important;
}

#video-play a {
  display: inline-block;
  padding: 75px 0px 0px;
  background: #323232;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  -webkit-appearance: none;
  font-size: 24px;
  color: #f5f3de;
  background: none;
  border: none;
  transition: all .25s;
  background: url(../images/big-play.png);
  background-position: top;
  background-repeat: no-repeat;
  text-decoration: none;
  margin-bottom: 5px;
}

#video-play a:hover {
  background-image: url(../images/big-play-green.png);
}

.page-template-listing-page #video-play {
  top: -200px;
}

.page-template-testimonial-page #video-play {
  top: -280px;
}

.page-template-consulting-page #video-play,
.page-template-two-day-class-page #video-play,
.page-template-quality-coffee-class-page #video-play,
.page-template-latte-art-class-page #video-play,
.page-template-drink-building-class-page #video-play,
.page-template-cupping-class-page #header-image h1 #video-play,
.page-template-two-day-class-page #header-image h1 #video-play,
.page-template-3-day-class-page #video-play,
.page-template-3-day-class-page #video-play {
  top: -203px;
}

.page-template-espress-class-page #video-play {
  top: -203px;
}

.vid-modal .video-container {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}


.modal {
  position: absolute;
  bottom: 50% !important;
  right: 50% !important;
  transform: translateX(50%) translateY(50%) !important;
  -webkit-transform: translateX(50%) translateY(50%) !important;
  margin: 0px 0px 0px 0px !important;
  left: auto !important;
  top: auto !important;
}

.vid-modal {
  max-width: 980px;
  width: 80%;
  display: none;
}

.vid-modal a.close-modal {
  position: absolute;
  top: -35px;
  right: 0px;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0px;
  background: url(../images/close.png) center no-repeat;
  background-size: contain;
}

#about-us {
  background: url(../images/about_bg_1.jpg) left top no-repeat #f7f4e9;
}

#about-us section {
  max-width: 1170px;
  padding-top: 54px;
  padding-bottom: 100px;
}

hr.bean {
  width: 37px;
  height: 34px;
  margin: auto;
  background: url(../images/bean-divider.png) center no-repeat;
  background-size: 35px;
  margin-bottom: 25px;
  position: relative;
  border: none;
}

hr.bean:before {
  content: " ";
  border-top: 1px solid #9b9a94;
  width: 100px;
  position: absolute;
  height: 1px;
  top: 40%;
  left: -120px;
}

hr.bean:after {
  content: " ";
  border-top: 1px solid #9b9a94;
  width: 100px;
  position: absolute;
  height: 1px;
  top: 40%;
  right: -120px;
}


#about-us section h3 {
  text-align: center;
  font-size: 39px;
  color: #a7302d;
  font-weight: 700;
  max-width: 1130px;
  margin: 0px auto;
  letter-spacing: .8px;
  line-height: 120%;
  margin-bottom: 34px;
}

#about-us section h3+hr {
  max-width: 980px;
  border: none;
  border-top: 1px solid #e5e2d6;
  margin: auto;
  margin-bottom: 61px;
}

#about-us section article {
  padding-left: 27px;
  padding-right: 30px;
  max-width: 672px;
  float: left;
  letter-spacing: .25px;
  width: 57%;
}

#about-us section article h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26.5px;
  color: #a83330;
  letter-spacing: 0px;
  margin-bottom: 13px;
}

#about-us section article p {
  line-height: 160%;
  margin-bottom: 15px;
  font-size: 18px;
}

#about-us section article a.cta {
  border: 3px solid #a7302d;
  background: transparent;
  color: #a7302d;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  width: 50%;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .25px;
}

#about-us section article a.cta:hover {
  color: #f7f4e9;
  background: #a7302d;
}

#about-us section article a.cta:nth-child(1) {
  width: 273px;
  color: #f7f4e9;
  background: #a7302d;
}

#about-us section article a.cta:nth-child(1):hover {
  background: transparent;
  color: #a7302d;
}

#about-us section article a.cta:nth-child(2) {
  width: 313px;
}

#about-us section figure {
  width: 43%;
  float: right;
  text-align: right;
  margin-top: -5px;
}

#about-us section figure img {
  max-width: 100%;
}

#tom-vincent {
  background: #a7302d;
  color: #f7f4e9;
}

#tom-vincent section {
  max-width: 1212px;
  position: relative;
  padding: 58px 0px 78px;
}

#tom-vincent article {
  max-width: 625px;
  width: 52%;
  float: right;
  font-size: 17px;
  color: #f7f4e9;
  font-weight: 700;
  line-height: 25.5px;
}

#tom-vincent article h3 {
  color: #4b0b09;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .75px;
}

#tom-vincent article h4 {
  font-size: 39px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 110%;
  margin-bottom: 6px;
}

#tom-vincent article p {
  margin-left: 2px;
  letter-spacing: .25px;
  margin-bottom: 15px;
}

#tom-vincent figure {
  width: 33.99%;
  position: absolute;
  left: 6.7%;
  border-left: 18px solid #f7f4e9;
  border-top: 21px solid #f7f4e9;
  border-right: 23px solid #f7f4e9;
  border-bottom: 18px solid #f7f4e9;
  top: 33px;
  padding-bottom: 32.25%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  margin-top: 25px;
}

#coffee-education {
  background: url(../images/about_bg_2.jpg) bottom center no-repeat;
  background-size: cover;
}

#coffee-education section {
  max-width: 1110px;
  position: relative;
  padding: 100px 0px 78px 0px;
}

#coffee-education article {
  width: 56%;
  max-width: 612px;
  float: left;
  font-size: 17px;
  color: #3e1a09;
  line-height: 29.5px;
}

#coffee-education article h3 {
  font-size: 22px;
  color: #a83330;
  font-weight: 700;
  line-height: 25.5px;
  margin-bottom: 7px;
  margin-top: 55px;
}

#coffee-education article p {
  line-height: 150%;
  margin-bottom: 15px;
}

#coffee-education figure {
  width: 48.2%;
  position: absolute;
  top: 93px;
  right: -60px;
}

#coffee-education figure img {
  max-width: 100%;
}

/* Terms and Conditions */

#terms {
  background: #f7f4e9;
}

#terms section {
  max-width: 926px;
  padding-top: 58px;
  padding-bottom: 100px;
}

#terms section article {
  color: #3e1a09;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -.02px;
}

#terms section article a {
  color: #3e1a09;
  text-decoration: underline
}

#terms section article h1 {
  font-weight: 600;
  color: #372e2a;
  font-size: 31px;
}

#terms section article h2 {
  font-size: 31px;
  color: #372e2a;
  font-weight: 600;
  letter-spacing: -.35px;
  margin-bottom: 15px;
  line-height: 125%;
}

#terms section article h3 {
  font-size: 16px;
  color: #bc4e04;
  font-weight: 600;
  letter-spacing: .5px;
  word-spacing: 1px;
}

#terms section article h4 {
  font-size: 16px;
  color: #bc4e04;
  text-transform: none;
  font-weight: 600;
  letter-spacing: .5px;
  word-spacing: 1px;
  padding: 7px 14px;
  background: #FFF;
  display: inline-block;
  margin-top: 5px;
  margin-left: -5px;
  margin-bottom: 8px;
  font-weight: 600;
}

#terms section article h6 {
  font-size: 16px;
  color: #bc4e04;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  font-weight: 600;
}

#terms section article h4:after {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
  height: 0px;
}

#terms section article p {
  margin-bottom: 28px;
}

#terms section article hr {
  border: none;
  border-top: 1px solid #e5e2d6;
  width: 106.5%;
  margin-top: 41px;
  display: block;
  margin-bottom: 29px;
  position: relative;
  left: -3.75%;
}

#terms article strong,
#terms article b,
#terms p strong,
#terms p b,
#terms main b,
#terms main strong {
  font-weight: 700;
}

#terms section article ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 15px;
}

#terms section article ul li {
  margin-bottom: 5px;
}

#terms section article ul li:before {
  position: static;
  content: "•";
  display: inline-block;
  width: 10px;
  margin-left: -10px;
}

#terms section article>ul>li>a {
  font-weight: 600;
}

#terms section article>ul>li a:hover {
  opacity: 1;
  color: #bc4e04
}

#terms section article>ul>li>ul {
  margin-top: 10px;
}

/* Privacy Policy */

#privacy {
  background: #f7f4e9;
}

#privacy section {
  max-width: 926px;
  padding-top: 88px;
  padding-bottom: 100px;
}

#privacy section article {
  color: #3e1a09;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -.02px;
}

#privacy section article a {
  color: #3e1a09;
  text-decoration: underline
}

#privacy section article h2 {
  font-size: 31px;
  color: #372e2a;
  text-transform: 700;
  letter-spacing: -.35px;
  margin-bottom: 15px;
  line-height: 125%;
}

#privacy section article h3 {
  font-size: 16px;
  color: #bc4e04;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px;
  word-spacing: 1px;
}

#privacy section article h4 {
  font-size: 16px;
  color: #bc4e04;
  text-transform: none;
  font-weight: 700;
  letter-spacing: .5px;
  word-spacing: 1px;
  padding: 7px 14px;
  background: #FFF;
  display: inline-block;
  margin-top: 5px;
  margin-left: -5px;
  margin-bottom: 8px;
}

#privacy section article h4:after {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
  height: 0px;
}

#privacy section article p {
  margin-bottom: 28px;
}

#privacy section article hr {
  border: none;
  border-top: 1px solid #e5e2d6;
  width: 106.5%;
  margin-top: 41px;
  display: block;
  margin-bottom: 29px;
  position: relative;
  left: -3.75%;
}

#privacy section article ul {
  padding-left: 45px;
  list-style-type: none;
  margin-top: -25px;
  margin-bottom: 28px;
}

#privacy section article ul li {
  margin-bottom: 0px;
  position: relative;
}

#privacy section article ul li:before {
  content: "•";
  position: absolute;
  left: -10px;
  top: 0px;
  font-size: 14px;
}

/* Testimonials Page */

#testimonial-top {
  position: absolute;
  width: 100%;
  top: 660px;
  left: 0px;
}

#testimonial-top section {
  margin-top: -160px;
  position: relative;
  z-index: 3;
  max-width: 1110px;
  background: #f9f4e9;
  padding: 50px 60px 30px;
}

#testimonial-top section:before {
  content: " ";
  width: 30px;
  height: 100px;
  background: url(../images/shadow_left.png);
  position: absolute;
  top: 100px;
  left: -30px;
}

#testimonial-top section:after {
  content: " ";
  width: 30px;
  height: 100px;
  background: url(../images/shadow_right.png);
  position: absolute;
  top: 100px;
  right: -30px;
}

#testimonial-top figure {
  width: 37.25%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  float: left;
}

#testimonial-top article {
  width: 59%;
  margin-left: 3.75%;
  float: left;
  font-size: 22px;
  color: #3e1a09;
  line-height: 30px;
  font-weight: 600;
  padding-top: 18px;
  padding-bottom: 33px;
}

#testimonials {
  background-image: url(../images/testimonial_topright.jpg), url(../images/testimonial_bottomleft.jpg);
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  padding-top: 195px;
}

#testimonials section {
  max-width: 1012px;
}

#testimonials section>hr {
  border: none;
  border-top: 1px solid #f2e4d7;
  padding-bottom: 30px;
  display: block;
  clear: both;
}

#testimonials section blockquote {
  max-width: 790px;
  width: 80%;
  position: relative;
  margin: 0px auto 0px;
  ;
  padding: 30px 0px;
}

#testimonials section blockquote a {
  color: #3e1a09;
  font-weight: 600;
}

#testimonials section blockquote:after {
  display: block;
  max-width: 658px;
  margin: auto;
  border-top: 1px solid #BFB9B3;
  content: " ";
  margin-top: 50px;
  margin-bottom: -7px;
}

#testimonials section blockquote:before {
  position: absolute;
  top: -55px;
  z-index: 0;
  color: #eae6db;
  font-size: 245.98px;
  font-weight: 400;
}

#testimonials section blockquote:nth-child(even):before {
  left: -60px;
  content: "“";
}

#testimonials section blockquote:nth-child(odd):before {
  right: -60px;
  content: "”";
}

#testimonials section blockquote:last-child:after {
  border-top: 0px !important;
}

#testimonials section blockquote p {
  font-size: 17px;
  color: #583830;
  line-height: 25.5px;
  position: relative;
  z-index: 1;
  margin-top: -5px;
  margin-bottom: 15px;
  letter-spacing: 0px;
}

#testimonials section blockquote cite {
  padding-top: 17px;
  padding-left: 75px;
  display: block;
  font-size: 15px;
  color: #bc4e04;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: .5px;
  position: relative;
}

#testimonials section blockquote cite a {
  color: #bc4e04;
  font-weight: 600;
}

#testimonials section blockquote cite strong {
  font-size: 21px;
  color: #3e1a09;
  font-weight: 600;
  display: block;
}

#testimonials section blockquote cite figure {
  position: absolute;
  top: 5px;
  left: -10px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: #333;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Employment Intro */

#employment-intro {
  background: url(../images/jobs_beans.png) left no-repeat #f7f4e9;
  padding-top: 65px;
  padding-bottom: 71px;
}

#employment-intro h3 {
  font-size: 22px;
  font-weight: 700;
  color: #a83330;
  line-height: 25.5px;
  padding-top: 6px;
  margin-bottom: 8px;
}

#employment-intro h4 {
  font-size: 25px;
  text-transform: uppercase;
  color: #bc4e04;
  text-align: center;
  font-weight: 600;
  line-height: 35px;
  padding-top: 13px;
  letter-spacing: .29px;
  margin-bottom: 22px;
}

#employment-intro .photos {
  max-width: 802px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

#employment-intro .photos li {
  padding: 6px;
}

#employment-intro .photos li img {
  width: 100%;
  display: block;
  background: #333;
}

#employment-intro .photos:after {
  clear: both;
  display: block;
  content: " ";
}

#employment-intro section>p {
  max-width: 950px;
  margin: 20px auto 25px;
  line-height: 1.55;
  font-size: 17px;
  color: #3e1a09;
  letter-spacing: 0px;
  text-align: center;
  font-weight: 100;
}

#employment-intro p+hr {
  border: none;
  border-top: 1px solid #f2e4d7;
  max-width: 766px;
  margin: 50px auto;
}

#employment-intro article {
  max-width: 1066px;
  margin: auto;
  column-gap: 64px;
  -webkit-column-gap: 64px;
}

#employment-intro article h4 {
  font-size: 22px;
  font-weight: 700;
  color: #a83330;
  text-transform: none;
  text-align: left;
  line-height: 25.5px;
  padding-top: 5px;
  letter-spacing: -.25px;
  margin-bottom: 8px;
}

#employment-intro article p {
  font-size: 17px;
  line-height: 1.55;
  color: #3e1a09;
  letter-spacing: 0px;
  font-weight: 100;
}

#employment-intro .twocol {
  padding-top: 20px;
}

#employment-intro .video .video-container {
  max-width: 800px;
  margin: 0 auto;
}

#apply {
  text-align: center;
  background: url(../images/apply_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 75px 0px 74px;
  color: #FFF;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 18px;
}

#apply h4 {
  font-weight: 500;
  letter-spacing: 0px;
}

#apply a.cta {
  font-size: 17px;
  font-weight: 500;
  margin-top: 28px;
  border: 2px solid #e37c1f;
  background: #e37c1f;
  padding: 20px 55px;
  color: #FFF;
  letter-spacing: .5px;
}

#apply a.cta:hover {
  background: transparent;
  color: #e37c1f;
}

#opportunities {
  background: #FFF;
}

#opportunities section {
  max-width: 1064px;
  padding-top: 100px;
}

#opportunities section hgroup {
  text-align: center;
  color: #a7302d;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 23px;
}

#opportunities section hgroup h2 {
  font-size: 39px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: .75px;
}

#opportunities section hgroup h3 {
  font-size: 25px;
  line-height: 35px;
  color: #bc4e04;
  margin-top: 5px;
  letter-spacing: .7px;
  font-weight: 600;
}

#opportunities section .listing {}

#opportunities section .listing:after {
  margin-bottom: 50px;
  content: " ";
  clear: both;
  display: block;
}

#opportunities section .listing>h3 {
  text-align: center;
  max-width: 776px;
  margin: auto;
  border-top: 1px solid #f2e4d7;
  border-bottom: 1px solid #f2e4d7;
  padding: 21px 0px;
  font-size: 22px;
  line-height: 25px;
  color: #a83330;
  font-weight: 600;
  margin-bottom: 26px;
}

#opportunities section .listing article {
  padding: 0px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 31.5px;
  color: #3e1a09;
}

#opportunities section .listing article p,
#opportunities section .listing article ul {
  font-size: 17px;
  line-height: 31.5px;
  margin-bottom: 10px;
}

#opportunities section .listing article ul {
  list-style-type: none;
  padding-left: 17px;
  margin-bottom: 40px;
}

#opportunities section .listing article ul li {
  margin-left: -25px;
  line-height: 1.5;
  margin-bottom: 10px;
}

#opportunities section .listing article h4 {
  font-size: 16px;
  color: #bc4e04;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .75px;
  margin-bottom: 10px;
}

#opportunities section .listing article h4 em {
  font-size: 16px;
  text-transform: none;
  font-weight: none;
  font-style: italic;
  color: #5f5f5f;
  margin-left: 5px;
}

#opportunities section .listing article:last-child {
  padding-left: 30px;
}

#opportunities section .listing article:last-child:after {
  display: block;
  clear: both;
  content: " ";
}

#opportunities section .listing article a {
  color: #3e1a09;
  font-weight: 700;
}

#workfor {
  background: url(../images/workfor.jpg) right top no-repeat #2b2014;
  color: #f7f4e9;
}

#workfor section {
  padding: 83px 0px;
  max-width: 1072px;
}

#workfor section article {
  font-size: 17px;
  line-height: 1.5;
  max-width: 775px;
}

#workfor section article h3 {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

#workfor section article p {
  line-height: 1.5;
}

#application {
  background: #f7f4e9;
  padding: 50px 0px;
}

#application section {
  max-width: 770px;
  margin: auto;
}

#application section h2 {
  font-size: 22px;
  line-height: 25.5px;
  color: #a83330;
  font-weight: 700;
  margin-left: 10px;
  letter-spacing: -.25px;
  margin-bottom: 20px;
}

#application section form.wpcf7-form label {
  font-size: 16px;
  color: #3e1a09;
  padding-left: 12px;
  display: block;
  margin-top: 10px;
}

#application section form.wpcf7-form br {
  display: none;
}

#application section form.wpcf7-form span {
  display: block;
  float: none;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 7px;
}

#application section form.wpcf7-form span input,
#application section form.wpcf7-form span select {
  width: 100%;
  display: block;
  background: #FFF;
  border: 0px;
  height: 37px;
  padding-left: 15px;
  font-size: 13px;
  border-radius: 0px;
  font-family: "proxima-nova", arial, helvetica, sans-serif;
  padding-right: 35px;
}

#application section form.wpcf7-form span input[type=file] {
  padding-top: 8px;
  padding-left: 30px;
  position: relative;
}

#application section form.wpcf7-form span input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}


#application section form.wpcf7-form span input[type=file]:after {
  content: " ";
  margin-top: 0px;
  float: left;
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../images/upload_pdf.png) 10px center no-repeat;
  background-size: 90px auto;
  position: absolute;
  top: 0px;
  left: 0px;
}

#application section form.wpcf7-form span input[type=file]:valid {
  font-size: 13px;
}

#application span.wpcf7-not-valid-tip {
  color: #b5121b;
}

#application section form.wpcf7-form span select {
  background-image: url(../images/select.jpg);
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 0px;
}

#application section form.wpcf7-form .box-1-2 {
  padding: 0px;
}

#application section form.wpcf7-form input[type=submit] {
  display: block;
  clear: both;
  max-width: 390px;
  width: 100%;
  border: 4px solid #b5121b;
  color: #FFF;
  margin: auto;
  background: #b5121b;
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  font-family: 'proxima-nova', 'helvetica', sans-serif;
}

#application section form.wpcf7-form input[type=submit]:hover {
  color: #b5121b;
  background: transparent;
}

/* Consulting Page */

#consulting-top {
  background: #f9f7f2;
}

#consulting-top section {
  text-align: center;
  max-width: 1170px;
  padding: 70px 0px 94px;
}

#consulting-top section>h3 {
  font-size: 39px;
  color: #a7302d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .65px;
  padding-top: 13px;
}

#consulting-top section>h4 {
  font-size: 22px;
  font-weight: 700;
  color: #3e1a09;
  max-width: 1040px;
  margin: auto;
  line-height: 30px;
  margin-top: 13px;
}

#consulting-top section>p {
  max-width: 1040px;
  color: #3e1a09;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  margin: auto;
  margin-top: 10px;
}

#consulting-top section>hr {
  max-width: 1008px;
  border: 0px;
  border-top: 1px solid #9b887d;
  margin: auto;
  margin-top: 29px;
}

#consulting-top section article {
  text-align: left;
  margin-top: 40px;
  max-width: 1156px;
  padding: 0px 40px;
  column-gap: 120px;
  -webkit-column-gap: 120px;
  font-size: 17px;
  line-height: 25.5px;
  color: #3e1a09;
  letter-spacing: -.5px;
}

#consulting-top section article h3 {
  -webkit-column-break-before: always;
  -moz-column-break-before: always;
  column-break-before: always;
  font-size: 22px;
  font-weight: 700;
  color: #a83330;
  line-height: 25.5px;
  padding-top: 6px;
  margin-bottom: 8px;
}

#jumpstart {
  background: url(../images/jumpstart_bg.jpg) center no-repeat #000;
  background-size: cover;
  color: #FFF;
  text-align: center;
  padding: 65px 0px 69px;
}

#jumpstart h3 {
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 17px;
}

#jumpstart a.cta {
  border: 3px solid #e37c1f;
  background: #e37c1f;
  padding: 18px 75px;
  letter-spacing: 1px;
  color: #fff;
}

#jumpstart a.cta:hover {
  background: #503016;
  border: 3px solid #503016;
}

.tabber li {
  height: 83px;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  background: #d6d4cf;
  padding: 0px;
}

.tabber a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  color: #392921;
  height: 84px;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 90;
}

.tabber li.ui-tabs-active,
.tabber li:hover {
  background: #a7302d;
}

.tabber li.ui-tabs-active a,
.tabber li:hover a {
  color: #FFF;
}

.tabber li:after {
  content: " ";
  width: 100%;
  text-align: center;
  bottom: -19px;
  display: block;
  position: absolute;
  height: 102px;
  left: 0px;
  color: #a7302d;
  font-size: 40px;
  opacity: 0;
  background: url(../images/consulting_arrow.png) top center no-repeat;
}

.tabber li.ui-tabs-active:after,
.tabber li:hover:after {
  opacity: 1;
}

.tabber:after {
  content: " ";
  clear: both;
  display: block;
}

.consulting {
  padding-top: 105px;
  opacity: 1 !Important;
}

.consulting section {
  max-width: 1110px;
}

.consulting-1 figure {
  width: 31.53%;
  float: left;
}

.consulting-1 figure img {
  max-width: 100%;
  margin-bottom: 21px;
}

.consulting-1 article {
  width: 63.51%;
  float: right;
  margin-left: 4.96%;
}

.consulting section article {
  line-height: 25.5px;
  font-size: 17px;
  color: #3e1a09;
  margin-top: -10px;
}

.consulting-2 h1,
.consulting-2 section h2 {
  font-size: 26px;
  line-height: 1.45;
  text-transform: uppercase;
  font-weight: 700;
  color: #3e1a09;
  position: relative;
  letter-spacing: .25px;
  z-index: 2;
  margin-top: -2px;
}

.consulting-2 section h2 {
  margin-bottom: 12px;
}

/* .consulting section article h2 {
  font-size: 16px;
  line-height: 40px;
  color: #bc4e04;
  text-transform: uppercase;
  letter-spacing: .05px;
  margin-bottom: -7px;
  position: relative;
  z-index: 2;
  font-weight: 600;
} */

.consulting section article p {
  font-size: 17px;
  line-height: 25.5px;
  margin-bottom: 9px;
  position: relative;
  z-index: 2;
}

.consulting section article p a{
  color: #bc4e04;
}

.consulting section hr {
  max-width: 1008px;
  border: 0px;
  border-bottom: 1px solid #9b887d;
  margin: auto;
  margin-top: 0px;
  clear: both;
  padding-top: 43px;
}

.consulting-1 h1:before,
.consulting-2 h1:before,
.consulting-3 h1:before {
  display: block;
  font-size: 246px;
  font-weight: 500;
  color: rgba(88, 56, 48, .1);
  position: absolute;
  top: -140px;
  left: -20px;
  z-index: 1;
}

.consulting-1 h1:before {
  content: "1"
}

.consulting-2 h1:before {
  content: "2";
  top: -118px;
  left: -43px;
}

.consulting-3 h1:before {
  content: "3";
  top: -118px;
}

.consulting-2 {
  background: url(../images/consulting_beans.jpg) right 35% no-repeat;
  padding: 78px 0px;
}

.consulting-2 article {
  margin-bottom: 30px;
}

.consulting-3 figure {
  width: 31.53%;
  float: left;
}

.consulting-3 figure img {
  max-width: 100%;
  margin-bottom: 16px;
}

.consulting-3 article {
  width: 63.51%;
  float: right;
  margin-left: 4.96%;
}

.consulting-4 figure {
  width: 31.53%;
  float: left;
}

.consulting-4 figure img {
  max-width: 100%;
}

.consulting-4 article {
  width: 63.51%;
  float: right;
  margin-left: 4.96%;
}

.consulting-5 {
  padding: 50px 0px 78px;
}

.consulting-5 figure {
  width: 31.53%;
  float: left;
  margin-left: 4.96%;
}

.consulting-5 figure img {
  max-width: 100%;
}

.consulting-5 article {
  width: 63.51%;
  float: left;
}

.consulting-6 {
  padding-bottom: 30px;
}

.consulting-6 figure {
  width: 31.53%;
  float: left;
}

.consulting-6 figure img {
  max-width: 100%;
  padding-bottom: 21px;
}

.consulting-6 article {
  width: 63.51%;
  float: right;
  margin-left: 4.96%;
}

.consulting-6 hr {
  display: none;
}

#formbox {
  display: none;
  max-width: 970px;
  width: 90%;
  background: #f9f7f2;
  padding: 15px 38px;
  max-height: 90vh;
  overflow: auto;
}

#formbox a.close-modal {
  color: #FFF;
  position: absolute;
  top: -25px;
  right: 0px;
  text-decoration: none;
  font-weight: 500;
}

#formbox h3 {
  font-weight: 600;
  color: #a7302d;
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
}

#formbox h4 {
  padding: 15px 0px;
  border-top: 1px solid #e7e4de;
  border-bottom: 1px solid #e7e4de;
  font-size: 15px;
  font-weight: 600;
  color: #575654;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
}

#formbox form.wpcf7-form {
  max-width: 760px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

#formbox .box-1-1 {
  width: 100%;
  clear: both;
  display: block;
}

#formbox .box-1-2,
#formbox .box-1-1 {
  padding: 10px;
  text-align: left;
}

#formbox form.wpcf7-form input[type=text],
#formbox form.wpcf7-form input[type=email],
#formbox form.wpcf7-form select {
  height: 38px;
  padding-left: 10px;
  background: #FFF;
  border: none;
  width: 100%;
  font-size: 13px;
  color: #a9a5a2;
  font-family: "proxima-nova", arial, helvetica, sans-serif;
  border-radius: 0px;
}

#formbox form.wpcf7-form select {
  padding-right: 45px;
  background: url(../images/select.jpg) right no-repeat #FFF;
  max-width: 105px;
  margin-left: 15px;
}

#formbox form.wpcf7-form span {
  width: auto !important;
  padding: 0px !important;
  float: none !important;
}

#formbox form.wpcf7-form span.city input {
  max-width: 286px;
  float: left;
}

#formbox form.wpcf7-form span.country input {
  max-width: 325px;
  float: right;
}

#formbox label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #3e1a09;
  font-weight: 500;
}

#formbox label span {
  color: #bc4e04;
}

#formbox form.wpcf7-form .needs {
  display: block;
  margin: 10px auto;
  max-width: 385px;
  clear: both;
}

#formbox form.wpcf7-form .needs label {
  font-size: 15px;
  color: #575654;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  padding-top: 30px;
}

#formbox form.wpcf7-form .needs .wpcf7-checkbox {
  display: block;
  margin: auto;
  max-width: 325px;
}

#formbox form.wpcf7-form input[type=checkbox] {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #bc4e04;
  position: relative;
}

#formbox form.wpcf7-form input[type=checkbox]:checked:before {
  content: "✓";
  font-size: 14px;
  color: #bc4e04;
  position: absolute;
  left: 1px;
  top: -4px;
}

#formbox form.wpcf7-form .wpcf7-list-item {
  display: block;
  font-size: 16px;
  color: #3e1a09;
  margin-bottom: 10px;
  text-align: left;
}

#formbox form.wpcf7-form input[type=submit] {
  font-family: "proxima-nova", arial, helvetica, sans-serif;
  border: 3px solid #e37c1f;
  background: #e37c1f;
  color: #FFF;
  max-width: 300px;
  width: 100%;
  margin-top: 5px;
}

#gform_submit_button_1,
#gform_submit_button_3 {
  font-family: "proxima-nova", arial, helvetica, sans-serif;
  border: 3px solid #e37c1f;
  background: #e37c1f;
  color: #FFF;
  max-width: 300px;
  width: 100%;
  margin-top: 5px;
}

/* Class Listing Page */

#class-filter {
  position: relative;
  background: #FFF;
  text-align: center;
}

#class-filter:after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 572px;
  height: 311px;
  display: block;
  background: url(../images/listing-beans.png) right no-repeat;
  z-index: 90;
}

#class-filter section {
  padding: 33px 0px 44px;
  position: relative;
}

#class-filter h3 {
  color: #583830;
  font-size: 39px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 10px;
}

#class-filter ul {
  list-style-type: none;
  position: relative;
  z-index: 5;
}

#class-filter ul li {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
}

#class-filter ul li a {
  color: #868686;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  z-index: 91;
}

#class-filter ul li a:hover {
  color: #b5121b
}

#class-filter ul li a:after {
  content: " | ";
  padding-left: 5px;
  padding-right: 5px;
}

#class-filter ul li:last-child a:after {
  display: none;
}

#class-list {
  background: #f7f4e9;
}

#class-list section {
  max-width: 1170px;
  padding: 50px 0px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#class-list section .class-listing {
  background: #f3efe3;
  margin-bottom: 25px;
  padding: 30px 2.75%;
}

#class-list section .class-listing.hide {
  display: none;
}

#class-list section .class-listing:after {
  content: "";
  clear: both;
  display: block;
}

#class-list section .class-listing figure {
  width: 17%;
  float: left;
  display: block;
  padding-top: 7px;
  text-align: center;
}

#class-list section .class-listing figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

#class-list section .class-listing .class-details {
  float: left;
  width: 45.18%;
  margin-left: 4.74%;
  font-size: 16px;
  color: #644237;
  line-height 24px;
}

#class-list section .class-listing .class-details h3 {
  font-size: 25.81px;
  color: #3e1a09;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#class-list section .class-listing .class-details h3 a {
  color: #583830;
  text-decoration: none;
  font-weight: 700;
}

#class-list section .class-listing .class-details h3 a:hover {
  opacity: 1;
  color: #bc4e04;
}

#class-list section .class-listing .class-details h4 {
  font-size: 15px;
  color: #bc4e04;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: -3px;
  letter-spacing: 1.15px;
  font-weight: 600;
}


/* #class-list section .class-listing:nth-child(1) { order: 2; -webkit-order: 2; }
#class-list section .class-listing:nth-child(2) { order: 1; -webkit-order: 1; }
#class-list section .class-listing:nth-child(3) { order: 7; -webkit-order: 7; }
#class-list section .class-listing:nth-child(4) { order: 3; -webkit-order: 3; }
#class-list section .class-listing:nth-child(5) { order: 4; -webkit-order: 4; }
#class-list section .class-listing:nth-child(6) { order: 6; -webkit-order: 6; }
#class-list section .class-listing:nth-child(7) { order: 5; -webkit-order: 5; } */
#class-list section .gift-certificate {
  order: 8;
  -webkit-order: 8;
}



#class-list section .class-listing .class-details p {
  line-height: 24px;
  margin-top: -2px;
  margin-left: 2px;
}

#class-list section .class-listing .class-dates {
  width: 23.56%;
  float: left;
  margin-left: 2.5%;
  text-align: center;
  border-left: 1px solid #e2ded0;
  padding-left: 2.25%;
}

#class-list section .class-listing .class-dates h4 {
  font-size: 15px;
  color: #bc4e04;
  text-transform: uppercase;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 0px;
  letter-spacing: 1.15px;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 7px;
  font-weight: 600;
}

#class-list section .class-listing .class-dates time {
  font-size: 18px;
  line-height: 30px;
  display: block;
}

#class-list section .class-listing .class-dates time a {
  font-weight: 600;
  color: #3f210c;
  position: relative;
  z-index: 92;
  transition: all .25s;
  white-space: nowrap;
}

#class-list section .class-listing .class-dates time a:hover {
  color: #b5121b;
  opacity: 1;
}

#class-list section .class-listing .class-dates time a .note {
  font-size: 12.31px;
  color: #f5f0df;
  text-transform: uppercase;
  background: #a7302d;
  padding: 4px 8px 4px;
  position: relative;
  top: -3px;
  left: 6px;
  display: inline-block;
  line-height: 100%;
  white-space: nowrap;
  text-decoration: none;
}

#class-list section .class-listing .class-dates a.cta {
  border: 3px solid #b5121b;
  color: #b5121b;
  font-size: 14.66px;
  margin-top: 23px;
  padding: 12px 35px;
  font-weight: 700;
}

#class-list section .class-listing .class-dates a.cta:hover {
  border: 3px solid #b5121b;
  background-color: #b5121b;
  color: #FFF;
  font-size: 14.66px;
  margin-top: 23px;
  padding: 12px 35px;
  font-weight: 700;
  opacity: 1;
}

/* Gift Certificate */

.gift-certificate {
  border: 3px solid #c53b3b;
  background: #f3efe3;
  padding: 3.42%;
}

.gift-certificate:after {
  content: " ";
  clear: both;
  display: block;
}

.gift-certificate figure {
  width: 39%;
  float: left;
  display: block;
  text-align: center;
  height: 215px;
}

.gift-certificate figure img {
  max-width: 100%;
}

.gift-certificate article {
  width: 60.5%;
  float: left;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 17.21px;
  color: #644237;
  line-height: 25.81px;
}

.gift-certificate article h3 {
  font-size: 22px;
  color: #3e1a09;
  font-weight: 700;
  line-height: 35px;
  margin-top: -5px;
  margin-bottom: 6px;
}

.gift-certificate article h4 {
  font-size: 15px;
  color: #bc4e04;
  text-transform: uppercase;
  line-height: 23px;
  margin-bottom: 0px;
  margin-top: -3px;
  letter-spacing: .75px;
  font-weight: 600;
}

.gift-certificate article a.cta {
  border: 3px solid #b5121b;
  color: #b5121b;
  font-size: 14.66px;
  margin-top: 23px;
  padding: 8px 30px;
  font-weight: 700;
  margin-top: 24px;
}

.gift-certificate article a.cta:hover {
  border: 3px solid #b5121b;
  background-color: #b5121b;
  color: #FFF;
  font-size: 14.66px;
  margin-top: 24px;
  font-weight: 700;
  opacity: 1;
}

/* Bean Class Intro Sections */

.page-template-3-day-class-page .class-intro section {
  padding: 32px 0px 170px;
}

.page-template-two-day-class-page .class-intro section,
.page-template-quality-coffee-class-page .class-intro section,
.page-template-espress-class-page .class-intro section,
#consulting-top section {
  padding-top: 32px;
}

.page-template-3-day-class-page hr.bean,
.page-template-two-day-class-page hr.bean,
.page-template-quality-coffee-class-page hr.bean,
.page-template-espress-class-page hr.bean {
  margin-bottom: 31px;
}

#consulting-top section hr.bean {
  margin-top: 0px;
  margin-bottom: 11px;
  border: none;
}

/* Generic Class Intro */

.class-intro {
  background: #f7f4e9;
}

.class-intro section {
  padding: 82px 0px 70px;
  max-width: 1170px;
}

.class-intro hgroup {
  border-bottom: 1px solid #f5ece0;
  margin-bottom: 45px;
}

/* Start H1 X */
.class-intro hgroup h1 {
  text-align: center;
  font-size: 39px;
  color: #a7302d;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: .75px;
  text-transform: uppercase;
}

.class-intro hgroup h2 {
  font-size: 22px;
  line-height: 30px;
  color: #bc4e04;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 33px;
  font-weight: 500;
}

/* End H1 X */

.class-intro hgroup h3 {
  text-align: center;
  font-size: 39px;
  color: #a7302d;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: .75px;
  text-transform: uppercase;
}

.class-intro hgroup h4 {
  font-size: 22px;
  line-height: 30px;
  color: #bc4e04;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 33px;
  font-weight: 500;
}

.class-intro section article {
  width: 62.4%;
  float: left;
  padding-left: 45px;
  padding-right: 45px;
}

.class-intro section article strong,
.class-intro section article b {
  font-weight: 700;
  font-size: 17px;
  color: #583830;
  line-height: 1.25;
}

.class-intro section article p {
  line-height: 1.55;
  margin-bottom: 15px;
  font-weight: 100;
}

.class-intro section article a {
  color: #a7302d;
}

.class-intro section menu {
  width: 37.6%;
  float: right;
  text-align: center;
  font-size: 14px;
  color: #aba196;
}

.class-intro section menu>p>a {
  color: #aba196;
}

.class-intro section menu>div {
  max-width: 350px;
  width: 80%;
  background: #fffefc;
  margin: auto;
  padding-bottom: 1px;
  margin-bottom: 20px;
}

.class-intro section menu>div>h4 {
  background: #a7302d;
  color: #FFF;
  font-size: 20.67px;
  color: #f7f4e9;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 12px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.class-intro section menu>div>ul {
  width: 87%;
  display: block;
  list-style-type: none;
  margin: 22px auto;
  text-align: left;
}

.class-intro section menu>div>ul:after {
  clear: both;
  display: block;
  content: " ";
}

.class-intro section menu>div>ul li {
  border-bottom: 1px solid #dedede;
  padding: 10px 0px;
  font-size: 16px;
}

.class-intro section menu>div>ul li a {
  color: #3f210c;
  text-decoration: none;
}

.class-intro section menu>div>ul li a .note {
  color: #a7302d;
  font-size: inherit;
  margin-left: 0px;
  font-weight: 600;
}

.class-intro section menu>div>ul li:last-child {
  border-bottom: 0px;
}




/* Three day Class Styles */

form.class-list {
  margin-top: 45px;
}

form.class-list legend {
  color: #e37c1f;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .5px;
}

form.class-list select {
  border: 0px;
  height: 42px;
  padding-left: 15px;
  padding-right: 65px;
  background: url(../images/class_dropdown.png) right no-repeat #FFF;
  display: block;
  font-size: 18px;
  color: #2d1b0d;
  border-radius: 0;
  font-family: 'proxima nova', arial, helvetica, sans-serif;
}

form.class-list .btn {
  width: 211px;
  height: 41px;
  background: url(../images/checkout.png) center no-repeat;
  background-size: contain;
  font-size: 0px;
  border: none;
  display: inline-block;
  position: relative;
  top: -10px;
  cursor: pointer;
}

form.class-list img {
  position: relative;
  top: 30px;
  width: 258px;
  height: auto;
}

.three-day-intro {
  background: #f7f4e9;
}

.three-day-intro section {
  padding: 82px 0px 203px;
  max-width: 1170px;
}

.three-day-intro hgroup {
  border-bottom: 1px solid #f5ece0;
}

.three-day-intro hgroup h3 {
  text-align: center;
  font-size: 39px;
  color: #a7302d;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: .75px;
  text-transform: uppercase
}

.three-day-intro hgroup h4 {
  font-size: 22px;
  line-height: 27px;
  color: #bc4e04;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 33px;
}

.three-day-intro section article {
  font-size: 17px;
  color: #3e1a09;
  line-height: 25.5px;
  padding-top: 50px;
  padding-left: 10px;
}

.three-day-intro section figure {
  text-align: center;
  padding-right: 3px;
  padding-top: 50px;
}

.three-day-intro section figure img {
  max-width: 100%;
}

#three-day-more {
  background: url(../images/fluff_bg.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 0px;
}

#three-day-more section {
  max-width: 1110px;
  position: relative;
  text-align: center;
  padding: 60px;
  width: 100%;
  position: relative;
  top: -110px;
  bottom: -180px;
  z-index: 3;
  height: 372px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+1,1+50,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(1%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

#three-day-more section h3 {
  font-size: 26px;
  line-height: 25.5px;
  color: #3e1a09;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .25px;
  margin-top: 35px;
  margin-bottom: 5px;
}

#three-day-more section h4 {
  font-size: 18px;
  line-height: 24px;
  color: #e37c1f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .28px;
}

#three-day-more section p {
  margin: auto;
  max-width: 930px;
  font-size: 17px;
  line-height: 25.5px;
  margin-top: 11px;
  letter-spacing: -.25px;
  margin-bottom: 35px;
}

#three-day-more section a.cta {
  background: #f7f4e9;
  border: 3px solid #f7f4e9;
  color: #a7302d;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 56px;
  letter-spacing: .25px;
}

#three-day-more section a.cta:hover {
  background: #a7302d;
  color: #f7f4e9;
  border: 3px solid #a7302d;
}

.overview-header {
  text-align: center;
  color: #f7f4e9;
  background: #a7302d;
}

.overview-header h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .25px;
  padding: 5px 0px;
}

.three-day-topics section {
  max-width: 1070px;
  padding: 60px 0px 45px;
}

.three-day-topics section .topics {
  width: 53.27%;
  float: left;
  font-size: 17px;
  line-height: 35.5px;
}

.three-day-topics section .topics h3 {
  font-size: 22px;
  color: #a83330;
  font-weight: 700;
  letter-spacing: -.15px;
  margin-bottom: 8px;
}

.three-day-topics section .topics ul {
  margin-left: -6px;
}

.three-day-topics section .topics ul li {
  margin-bottom: -3px;
  line-height: 24px;
  margin-bottom: 8px;
}

.three-day-topics section .topics-pix {
  width: 37.85%;
  float: right;
  display: block;
  text-align: right;
  padding: 30px 10px;
  margin-left: 8.88%;
  line-height: 4.5;
  position: relative;
}

.three-day-topics section .topics-pix img {
  max-width: 100%;
}

.three-day-topics section .topics-pix:after {
  content: " ";
  width: 345px;
  height: 240px;
  display: block;
  background: url(../images/3-day-beans.jpg) center no-repeat;
  position: absolute;
  bottom: -100px;
  left: 103%;
}

.three-day-topics section hr {
  clear: both;
  display: block;
  margin: 27px auto;
  border: 0px;
  border-top: 1px solid #f2e4d7;
  margin-bottoM: 70px;
}

.three-day-barista-topics {
  width: 46.26%;
  float: left;
  margin-left: -15px;
}

.three-day-barista-topics img {
  max-width: 100%;
  margin-bottom: 45px;
}

.three-day-barista-topics h3 {
  font-size: 22px;
  color: #a83330;
  font-weight: 700;
  letter-spacing: -.15px;
  margin-bottom: 8px;
}

.three-day-barista-topics ul {
  margin-left: -6px;
}

.three-day-barista-topics ul li {
  margin-bottom: -3px;
  line-height: 24px;
  margin-bottom: 8px;
  font-size: 17px;
}

.three-day-plan {
  width: 44.3%;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  background: #fcfbf6;
}

.three-day-plan h2 {
  background: #a7302d;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .25px;
  padding: 4px;
  color: #f7f4e9;
}

.three-day-plan div {
  max-width: 390px;
  margin: 35px auto;
  font-size: 17px;
  color: #3e1a09;
  line-height: 23.5px;
}

.three-day-plan div hr {
  margin-bottom: 32px;
  margin-top: 32px;
}

.three-day-plan div h4 {
  font-size: 26px;
  color: #3e1a09;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.three-day-plan div strong {
  font-size: 18px;
  color: #e37c1f;
  font-weight: 600;
  text-transform: uppercase;
}

.three-day-plan div a {
  font-size: 17px;
  font-weight: 600;
  color: #3e1a09;
  letter-spacing: .5px;
}

.schedule-header {
  text-align: center;
  color: #FFF;
  background: #a7302d;
}

.schedule-header h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .25px;
  padding: 5px 0px;
  color: #f7f4e9;
}

#three-day-schedule {
  background: url(../images/3-day-scheudle.jpg) center no-repeat;
  background-size: cover;
  border-bottom: 32px solid #a7302d;
}

#three-day-schedule section {
  max-width: 1360px;
  padding: 50px 0px 45px;
}

#three-day-schedule section .days:after {
  content: " ";
  display: block;
  clear: both;
}

#three-day-schedule section .days li {
  padding: 9px;
}

#three-day-schedule section .days li div {
  background: #f7f4e9;
  padding: 35px 10px 30px 35px;
  ;
  font-size: 17px;
  line-height: 31.5px;
  min-height: 250px;
}

#three-day-schedule section .days li div h3 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3e1a09;
  margin-bottom: -7px;
}

#three-day-schedule section .days li div h4 {
  font-size: 18px;
  color: #e37c1f;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: -3px;
  padding-top: 4px;
}

#three-day-schedule section .days li div ul {
  padding-left: 10px;
  list-style-type: none;
  margin-bottom: -5px;
}

#three-day-schedule section .days li div ul li {
  padding-left: 0px;
  line-height: 1.25;
  margin-bottom: -7px;
  position: relative;
}

#three-day-schedule section .days li div ul li:before {
  content: "•";
  position: absolute;
  left: -12px;
  top: 7px;
}



.two-day-intro {
  background: #f7f4e9;
}

.two-day-intro section {
  padding: 50px 0px 70px;
  max-width: 1140px;
}

.two-day-intro hgroup {
  border-bottom: 1px solid #f5ece0;
  max-width: 875px;
  margin: auto;
}

.two-day-intro hgroup h3 {
  text-align: center;
  font-size: 39px;
  color: #a7302d;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: .75px;
}

.two-day-intro hgroup h4 {
  font-size: 22px;
  line-height: 27px;
  color: #bc4e04;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 33px;
}

.two-day-intro section article {
  font-size: 17px;
  color: #3e1a09;
  line-height: 25.5px;
  padding-top: 59px;
  padding-left: 10px;
  width: 58.34%;
  float: left;
}

.two-day-intro section figure {
  text-align: right;
  padding-top: 30px;
  width: 41.66%;
  float: right;
  padding-right: 31px;
}

.two-day-intro section figure img {
  max-width: 100%;
}

.two-day-topics section {
  max-width: 1070px;
  padding: 70px 0px 45px;
}

.two-day-topics section .topics {
  width: 53.27%;
  float: left;
  font-size: 17px;
  line-height: 35.5px;
  padding-top: 31px;
}

.two-day-topics section .topics h3 {
  font-size: 22px;
  color: #a83330;
  font-weight: 700;
  letter-spacing: -.15px;
  margin-bottom: 8px;
}

.two-day-topics section .topics ul {
  margin-left: -6px;
}

.two-day-topics section .topics ul li {
  margin-bottom: -3px;
  line-height: 24px;
  margin-bottom: 8px;
  font-size: 17px;
}

.two-day-topics section .topics-pix {
  width: 39.85%;
  float: right;
  display: block;
  text-align: right;
  padding: 0px 0px;
  margin-left: 6.88%;
  line-height: 3.75;
  position: relative;
  padding-right: 30px;
  margin-bottom: 10px;
}

.two-day-topics section .topics-pix img {
  max-width: 100%;
}

.two-day-topics section .topics-pix:after {
  content: " ";
  width: 345px;
  height: 240px;
  display: block;
  background: url(../images/3-day-beans.jpg) center no-repeat;
  position: absolute;
  bottom: -125px;
  left: 103%;
}

.two-day-topics section hr {
  clear: both;
  display: block;
  margin: 27px auto;
  border: 0px;
  border-top: 1px solid #f2e4d7;
  margin-bottoM: 63px;
}

.two-day-barista-topics {
  width: 46.26%;
  float: left;
  margin-left: -12px;
}

.two-day-barista-topics img {
  max-width: 100%;
  margin-bottom: 43px;
}

.two-day-barista-topics h3 {
  font-size: 22px;
  color: #a83330;
  font-weight: 700;
  letter-spacing: -.15px;
  margin-bottom: 12px;
}

.two-day-barista-topics ul {
  margin-left: -6px;
}

.two-day-barista-topics ul li {
  margin-bottom: -3px;
  line-height: 24px;
  margin-bottom: 8px;
  font-size: 17px;
}

.two-day-plan {
  width: 44.3%;
  float: right;
  margin-right: 10px;
  margin-top: -3px;
  background: #fcfbf6;
}

.two-day-plan h2 {
  background: #a7302d;
  text-align: center;
  text-transform: uppercase;
  color: #f7f4e9;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .25px;
  padding: 4px;
}

.two-day-plan div {
  max-width: 390px;
  margin: 35px auto;
  font-size: 17px;
  color: #3e1a09;
  line-height: 23.5px;
}

.two-day-plan div hr {
  margin-bottom: 32px;
  margin-top: 32px;
}

.two-day-plan div h4 {
  font-size: 26px;
  color: #3e1a09;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.two-day-plan div strong {
  font-size: 18px;
  color: #e37c1f;
  font-weight: 600;
  text-transform: uppercase;
}

.two-day-plan div a {
  font-size: 17px;
  font-weight: 600;
  color: #3e1a09;
  letter-spacing: .5px;
}

.two-day-plan div a.tel {
  text-decoration: none;
}

.schedule-header {
  text-align: center;
  color: #FFF;
  background: #a7302d;
}

.schedule-header h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .25px;
  padding: 5px 0px;
}

#two-day-schedule {
  background: url(../images/3-day-scheudle.jpg) center no-repeat;
  background-size: cover;
  border-bottom: 32px solid #a7302d;
}

#two-day-schedule section {
  max-width: 1360px;
  padding: 50px 0px 45px;
}

#two-day-schedule section .days:after {
  content: " ";
  display: block;
  clear: both;
}

#two-day-schedule section .days li {
  padding: 9px;
}

#two-day-schedule section .days li div {
  background: #f7f4e9;
  padding: 35px 10px 30px 35px;
  ;
  font-size: 17px;
  line-height: 31.5px;
}

#two-day-schedule section .days li div h3 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3e1a09;
  margin-bottom: -7px;
}

#two-day-schedule section .days li div h4 {
  font-size: 18px;
  color: #e37c1f;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: -3px;
}

#two-day-schedule section .days li div ul {
  padding-left: 10px;
  list-style-type: disc;
  margin-bottom: -5px;
}

#two-day-schedule section .days li div ul li {
  padding-left: 0px;
  line-height: 1.25;
  margin-bottom: -7px;
}

#location-map {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-top: 5px solid #b5111a;
  border-bottom: 5px solid #b5111a;
  background: url(../images/newmap.png) top center no-repeat;
  background-size: cover;
}

#location-map section {
  max-width: 1160px;
  padding: 64px 0px 70px 0px;
  ;
}

#location-map section a.howto {
  width: 290px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-weight: 600;
  font-size: 19px;
  text-decoration: none;
  background: url(../images/how-to.png) center no-repeat;
  position: absolute;
  z-index: 10;
  top: 180px;
  transition: all .25s;
}

#location-map section a.howto:hover {
  background: #b5111a;
}

#location-map section .location {
  width: 50%;
  max-width: 517px;
  float: right;
  background: rgba(255, 255, 255, .9);
  padding: 40px 55px;
  text-align: left;
  position: relative;
  z-index: 50;
  font-size: 18px;
  line-height: 20px;
}

#location-map section .location h3 {
  font-weight: 600;
  color: #a7302d;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 12px;
}

#location-map section .location>div {
  padding: 0px;
  line-height: 25px;
  margin-bottom: 35px;
}

#location-map section .location>div h4 {
  font-weight: 600;
}

#location-map section .location>div em {
  font-style: italic;
  display: block;
  margin-top: -5px;
}

#location-map section .location a.cta {
  border: 3px solid #e37c1f;
  background: #e37c1f;
  padding: 10px 30px 11px 40px;
  color: #fff;
}

#location-map section .location a.cta:before {
  content: "";
  width: 16px;
  height: 21px;
  display: inline-block;
  background: url(../images/download_icon.png) center no-repeat;
  position: relative;
  left: -15px;
  top: 3px;
}

#location-map section .location a.cta+a.contact {
  margin-left: 35px;
}

#location-map section .location a.contact {
  font-size: 17px;
  color: #e37c1f;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  top: -5px;
  transition: all .25s;
}

#location-map section .location a.contact:hover {
  opacity: .7;
}

#location-map #map-canvas {
  display: none;
}

.gift-certificate-class {}

.gift-certificate-class section {
  max-width: 950px;
  padding: 70px 0px;
  text-align: center;
}

.gift-certificate-class section figure {
  width: 46.11%;
  float: left;
  text-align: left;
  display: block;
}

.gift-certificate-class section article {
  float: right;
  width: 53.89%;
  font-size: 17px;
  color: #3e1a09;
  line-height: 33.5px;
  letter-spacing: .15px;
  text-align: left;
}

.gift-certificate-class section article p {
  line-height: 1.5;
}

.gift-certificate-class section article h3 {
  font-size: 26px;
  line-height: 25.5px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 6px;
}

.gift-certificate-class section article h4 {
  font-size: 18px;
  color: #e37c1f;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 6px;
}

.gift-certificate-class section a.cta {
  border: 3px solid #fbc800;
  background: #fbc800;
  font-size: 16px;
  color: #4c3411;
  font-weight: 700;
  padding: 16px 75px;
  margin-top: 50px;
  margin: auto;
}

.gift-certificate-class section a.cta:hover {
  border: 3px solid #4c3411;
  background: #4c3411;
  color: #fbc800;
}

.espresso-intro {
  background: #f7f4e9;
}

.espresso-intro section {
  padding: 58px 0px 58px;
  max-width: 1110px;
}

.espresso-intro hgroup {
  border-bottom: 1px solid #f5ece0;
}

.espresso-intro hgroup h3 {
  text-align: center;
  font-size: 39px;
  color: #a7302d;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: .75px;
}

.espresso-intro hgroup h4 {
  font-size: 22px;
  line-height: 29px;
  color: #bc4e04;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 33px;
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
}

.espresso-intro section article {
  font-size: 17px;
  color: #3e1a09;
  line-height: 25.5px;
  padding-top: 40px;
  padding-left: 10px;
  width: 58.34%;
  float: left;
}

.espresso-intro section figure {
  text-align: right;
  padding-top: 10px;
  width: 41.66%;
  float: right;
  padding-right: 31px;
}

.espresso-intro section figure img {
  max-width: 100%;
}

.espresso-topics section {
  max-width: 1070px;
  padding: 58px 0px 45px;
}

.espresso-topics .topics {
  width: 46.26%;
  float: left;
  margin-left: -2px;
  padding-top: 35px;
}

.espresso-topics img {
  max-width: 100%;
  margin-bottom: 43px;
}

.espresso-topics h3 {
  font-size: 22px;
  color: #a83330;
  font-weight: 700;
  letter-spacing: -.15px;
  margin-bottom: 12px;
}

.espresso-topics ul {
  margin-left: -6px;
}

.espresso-topics ul li {
  margin-bottom: -3px;
  line-height: 24px;
  margin-bottom: 8px;
}

.espresso-topics section .topics-pix {
  width: 39.85%;
  float: right;
  display: block;
  text-align: right;
  padding: 0px 0px;
  margin-left: 6.88%;
  line-height: 0;
  position: relative;
  padding-right: 10px;
  margin-bottom: 10px;
}

.espresso-topics section .topics-pix img {
  max-width: 100%;
}

.espresso-topics section .topics-pix img:last-child {
  margin-top: -20px;
}

.espresso-topics section .topics-pix:after {
  content: " ";
  width: 345px;
  height: 240px;
  display: block;
  background: url(../images/3-day-beans.jpg) center no-repeat;
  position: absolute;
  bottom: -95px;
  left: 103%;
}


.espresso-topics hr {
  clear: both;
  display: block;
  margin: 10px auto;
  border: none;
  border-top: 1px solid #f2e4d7;
  margin-top: 10px;
}


.espresso-plans section {
  max-width: 1180px;
}

.espresso-pic {
  width: 32.88%;
  float: left;
  padding-top: 90px;
  padding-left: 0px;
  margin-left: -6px;
}

.espresso-plan {
  width: 63.56%;
  float: right;
  margin-right: 3.56%;
  background: #fcfbf6;
  margin-bottom: 33px;
}

.espresso-plan h2 {
  background: #a7302d;
  text-align: center;
  text-transform: uppercase;
  color: #f7f4e9;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .25px;
  padding: 4px;
}

.espresso-plan>div {
  max-width: 650px;
  margin: 35px auto;
  font-size: 17px;
  color: #3e1a09;
  line-height: 23.5px;
}

.espresso-plan div hr {
  margin-bottom: 32px;
  margin-top: 28px;
  border: none;
  border-top: 1px solid #f2e4d7;
}

.espresso-plan div h4 {
  font-size: 26px;
  color: #3e1a09;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
}

.espresso-plan>div>div {
  padding-left: 30px;
  padding-right: 30px;
}

.espresso-plan>div>div>div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.espresso-plan div strong {
  font-size: 18px;
  color: #e37c1f;
  font-weight: 600;
  text-transform: uppercase;
}

.espresso-plan div a {
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  color: #3e1a09;
  letter-spacing: .5px;
}

.espresso-plan div a.tel {
  text-decoration: none !important;
}

/* Drinks Page */

.drinks-intro {
  background: #f7f4e9;
}

.drinks-intro section {
  padding: 52px 0px 203px;
  max-width: 1170px;
}

.drinks-intro hgroup {
  border-bottom: 1px solid #f5ece0;
  max-width: 875px;
  margin: auto;
}

.drinks-intro hgroup h3 {
  text-align: center;
  font-size: 39px;
  color: #a7302d;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-bottom: 20px;
}


.drinks-intro section article {
  font-size: 17px;
  color: #3e1a09;
  line-height: 25.5px;
  padding-top: 69px;
  padding-left: 10px;
  width: 58.34%;
  float: left;
}

.drinks-intro section figure {
  text-align: right;
  padding-top: 15px;
  width: 41.66%;
  float: right;
  padding-right: 31px;
}

.drinks-intro section figure img {
  max-width: 100%;
}

.drinks-topics section {
  max-width: 1070px;
  padding: 70px 0px 45px;
}

.drinks-topics section .topics {
  width: 53.27%;
  float: left;
  font-size: 17px;
  line-height: 30.5px;
  padding-top: 0px;
}

.drinks-topics section .topics h3 {
  font-size: 22px;
  color: #a83330;
  font-weight: 700;
  letter-spacing: -.15px;
  margin-bottom: 8px;
}

.drinks-topics section .topics ul {
  margin-left: -6px;
}

.drinks-topics section .topics ul li {
  margin-bottom: -3px;
  line-height: 24px;
  margin-bottom: 8px;
}

.drinks-topics section .topics-pix {
  width: 39.85%;
  float: right;
  display: block;
  text-align: right;
  padding: 0px 0px;
  margin-left: 6.88%;
  line-height: 3.75;
  position: relative;
  padding-right: 30px;
  margin-bottom: 10px;
}

.drinks-topics section .topics-pix img {
  max-width: 100%;
}


.drinks-topics section hr {
  clear: both;
  display: block;
  margin: 27px auto;
  border: 0px;
  border-top: 1px solid #f2e4d7;
  margin-bottoM: 63px;
}

.drinks-barista-topics {
  width: 46.26%;
  float: left;
  margin-left: -12px;
}

.drinks-barista-topics img {
  max-width: 100%;
  margin-bottom: 43px;
}

.drinks-barista-topics h3 {
  font-size: 22px;
  color: #a83330;
  font-weight: 700;
  letter-spacing: -.15px;
  margin-bottom: 12px;
}

.drinks-barista-topics ul {
  margin-left: -6px;
}

.drinks-barista-topics ul li {
  margin-bottom: -3px;
  line-height: 24px;
  margin-bottom: 8px;
}

.drinks-plan {
  width: 44.3%;
  float: right;
  margin-right: 10px;
  margin-top: -3px;
  background: #fcfbf6;
}

.drinks-plan h2 {
  background: #a7302d;
  text-align: center;
  text-transform: uppercase;
  color: #f7f4e9;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .25px;
  padding: 4px;
}

.drinks-plan div {
  max-width: 390px;
  margin: 35px auto;
  font-size: 17px;
  color: #3e1a09;
  line-height: 23.5px;
}

.drinks-plan div hr {
  margin-bottom: 32px;
  margin-top: 32px;
}

.drinks-plan div h4 {
  font-size: 26px;
  color: #3e1a09;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.drinks-plan div strong {
  font-size: 18px;
  color: #e37c1f;
  font-weight: 700;
  text-transform: uppercase;
}

.drinks-plan div a {
  font-size: 17px;
  font-weight: 600;
  color: #3e1a09;
  letter-spacing: .5px;
}

.schedule-header {
  text-align: center;
  color: #FFF;
  background: #a7302d;
}

.schedule-header h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .25px;
  padding: 5px 0px;
}

#two-day-schedule {
  background: url(../images/3-day-scheudle.jpg) center no-repeat;
  background-size: cover;
  border-bottom: 32px solid #a7302d;
}

#two-day-schedule section {
  max-width: 1360px;
  padding: 50px 0px 45px;
}

#two-day-schedule section .days:after {
  content: " ";
  display: block;
  clear: both;
}

#two-day-schedule section .days li {
  padding: 9px;
}

#two-day-schedule section .days li div {
  background: #f7f4e9;
  padding: 35px 10px 30px 35px;
  ;
  font-size: 17px;
  line-height: 31.5px;
}

#two-day-schedule section .days li div h3 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3e1a09;
  margin-bottom: -7px;
}

#two-day-schedule section .days li div h4 {
  font-size: 18px;
  color: #e37c1f;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: -3px;
}

#two-day-schedule section .days li div ul {
  padding-left: 10px;
  list-style-type: disc;
  margin-bottom: -5px;
}

#two-day-schedule section .days li div ul li {
  padding-left: 0px;
  line-height: 1.25;
  margin-bottom: -7px;
}

/* Quality Coffee Page */

.quality-intro {
  background: #f7f4e9;
}

.quality-intro section {
  max-width: 1170px;
  padding-bottom: 118px;
}

.quality-intro section hgroup {
  padding: 42px 0px 38px;
  max-width: 100%;
  text-align: center;
  border-bottom: 1px solid #f2e4d7;
}

.quality-intro section hgroup h3 {
  font-size: 39px;
  color: #a7302d;
  font-weight: 700;
  letter-spacing: .75px;
}

.quality-intro section hgroup h4 {
  font-size: 22px;
  color: #bc4e04;
  max-width: 796px;
  margin: 5px auto 0px;
}

.quality-intro section article {
  width: 53.2%;
  float: left;
  margin-left: 4.25%;
  padding-top: 63px;
  font-size: 17px;
  line-height: 25.5px;
  color: #3e1a09;
}

.quality-intro section figure {
  width: 42.55%;
  float: left;
  display: block;
  text-align: center;
  padding-top: 50px;
}

.quality-topics {
  background: #fff;
}

.quality-topics section {
  max-width: 1070px;
  padding: 50px 0px 88px;
  ;
}

.quality-topics section .topics {
  width: 44.4%;
  float: left;
  font-size: 17px;
  line-height: 1.75;
  padding-top: 20px;
}

.quality-topics section .topics h3 {
  font-size: 22px;
  color: #a83330;
  font-weight: 700;
  letter-spacing: -.15px;
  margin-bottom: 0px;
}

.quality-topics section .topics ul {
  margin-left: -6px;
}

.quality-topics section .topics ul li {
  margin-bottom: -3px;
  line-height: 24px;
  margin-bottom: 8px;
}

.quality-topics section .topics-pix {
  width: 44.4%;
  float: right;
  display: block;
  text-align: center;
  padding: 10px 0px 31px;
  border-bottom: 1px solid #f2e4d7;
  line-height: 3.75;
  position: relative;
  margin-bottom: 10px;
  margin-left: 11.2%;
}

.quality-topics section .topics-pix img {
  max-width: 100%;
}

.quality-topics section .topics-pix:after {
  content: " ";
  width: 345px;
  height: 220px;
  background: url(../images/quality-beans.jpg) center no-repeat;
  display: block;
  position: absolute;
  bottom: -88px;
  right: -345px;
}

.quality-topics section .devices {
  width: 47.2%;
  float: left;
}

.quality-topics section .devices figure {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
  height: 403px;
}

.quality-topics section .devices figure img {
  position: absolute;
  top: -50px;
  left: -145px;
}

.quality-topics section .devices h3 {
  font-size: 22px;
  color: #a7302d;
  font-weight: 600;
  letter-spacing: -.15px;
  margin-bottom: 3px;
}

.quality-topics section .devices p {
  font-weight: 600;
  font-size: 18px;
  line-height: 25.5px;
  margin-bottom: 15px;
}

.quality-topics section .devices ul {
  margin-left: -6px;
  font-size: 17px
}

.quality-topics section .devices ul li {
  margin-bottom: -3px;
  line-height: 37px;
  margin-bottom: 0px;
  color: #3e1a09;
}

.quality-topics section .devices ul li strong {
  color: #e37c1f;
  font-size: 18px;
  font-weight: 600;
}

.quality-topics .plan-your-trip {
  width: 44%;
  float: right;
  margin-top: 39px;
  background: #fcfbf6;
  margin-left: 8.8%;
}

.quality-topics .plan-your-trip h2 {
  background: #a7302d;
  text-align: center;
  text-transform: uppercase;
  color: #f7f4e9;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .25px;
  padding: 4px;
}

.quality-topics .plan-your-trip div {
  max-width: 390px;
  margin: 35px auto;
  font-size: 17px;
  color: #3e1a09;
  line-height: 23.5px;
}

.quality-topics .plan-your-trip div hr {
  margin-bottom: 32px;
  margin-top: 32px;
}

.quality-topics .plan-your-trip div h4 {
  font-size: 26px;
  color: #3e1a09;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.quality-topics .plan-your-trip div strong {
  font-size: 18px;
  color: #e37c1f;
  font-weight: 600;
  text-transform: uppercase;
}

.quality-topics .plan-your-trip div a {
  font-size: 17px;
  font-weight: 600;
  color: #3e1a09;
  letter-spacing: .5px;
}

/* Latte */

.latte-intro {
  background: #f7f4e9;
}

.latte-intro section {
  max-width: 1090px;
  padding: 23px 0px 78px;
}

.latte-intro article {
  width: 57.8%;
  float: left;
  font-size: 17px;
  color: #3e1a09;
  line-height: 25.5px;
  padding-top: 70px;
}

.latte-intro article a {
  color: #a7302d;
}

.latte-intro figure {
  width: 42.2%;
  float: left;
  text-align: right;
  padding-right: 25px;
}

.latte-topics section {
  max-width: 1070px;
  padding: 58px 0px 0px;
}

.latte-topics .topics {
  width: 46.26%;
  float: left;
  margin-left: -2px;
  padding-top: 35px;
}

.latte-topics img {
  max-width: 100%;
  margin-bottom: 43px;
}

.latte-topics h3 {
  font-size: 22px;
  color: #a83330;
  font-weight: 700;
  letter-spacing: -.15px;
  margin-bottom: 12px;
}

.latte-topics ul {
  margin-left: -6px;
}

.latte-topics ul li {
  margin-bottom: -3px;
  line-height: 24px;
  margin-bottom: 8px;
}

.latte-topics section .topics-pix {
  width: 53.74%;
  float: right;
  display: block;
  text-align: right;
  padding: 0px 0px;
  line-height: 0;
  position: relative;
  padding-right: 10px;
  margin-bottom: 25px;
  padding-top: 20px;
}

.latte-topics section .topics-pix img {
  max-width: 100%;
  margin-right: -32px;
}

.latte-too {
  background: #FFF;
}

.latte-too section {
  max-width: 1156px;
  border-top: 1px solid #f2e4d7;
  padding-bottom: 50px;
  padding-top: 45px;
}

.latte-too .latte-pic {
  width: 32.88%;
  float: left;
  padding-top: 90px;
  padding-left: 0px;
  margin-left: -6px;
  margin-bottom: 73px;
}

.latte-too .latte-pic img {
  position: relative;
  z-index: 2;
  top: -40px;
  left: -10px;
}


.latte-too .latte-plan {
  width: 64.85%;
  float: right;
  background: #fcfbf6;
  margin-top: 18px;
}

.latte-too .latte-plan h2 {
  background: #a7302d;
  text-align: center;
  text-transform: uppercase;
  color: #f7f4e9;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .25px;
  padding: 4px;
}

.latte-too .latte-plan>div {
  max-width: 650px;
  margin: 35px auto;
  font-size: 17px;
  color: #3e1a09;
  line-height: 23.5px;
}

.latte-too .latte-plan>div hr {
  margin-bottom: 32px;
  margin-top: 28px;
  border: none;
  border-top: 1px solid #f2e4d7;
}

.latte-too .latte-plan>div h4 {
  font-size: 26px;
  color: #3e1a09;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
}

.latte-too .latte-plan>div>div {
  padding-left: 30px;
  padding-right: 30px;
}

.latte-too .latte-plan>div>div>div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.latte-too .latte-plan>div strong {
  font-size: 18px;
  color: #e37c1f;
  font-weight: 600;
  text-transform: uppercase;
}

.latte-too .latte-plan>div a {
  font-size: 17px;
  font-weight: 600;
  color: #3e1a09;
  letter-spacing: .5px;
}

/* Cupping */

.cupping-intro {
  background: #f7f4e9;
}

.cupping-intro section {
  max-width: 1080px;
  padding: 50px 0px 80px;
  ;
}

.cupping-intro section article {
  width: 61.57%;
  float: left;
  font-size: 17px;
  line-height: 25.5px;
  color: #3e1a09;
}

.cupping-intro section article strong {
  margin-top: 10px;
  display: block;
}

.cupping-intro section figure {
  width: 38.43%;
  text-align: right;
  float: left;
}

.past-cupping {
  background: #FFF;
  text-align: center;
}

.past-cupping section {
  max-width: 1170px;
  padding: 70px 0px 95px;
}

.past-cupping section .photos {
  max-width: 1072px;
  margin: auto;
  width: 100%;
  margin-bottom: 55px;
}

.past-cupping section .photos:after {
  clear: both;
  display: block;
  content: " ";
}

.past-cupping section .photos li {
  padding: 6px;
}

.past-cupping section .photos li img {
  width: 100%;
}

.past-cupping section hr {
  border: none;
  border-top: 1px solid #f2e4d7;
}

.past-cupping section article {
  max-width: 725px;
  padding: 40px 0px 52px;
  ;
  line-height: 27.5px;
  color: #3e1a09;
  font-weight: 17px;
  margin: auto;
  position: relative;
}

.past-cupping section article:after {
  content: " ";
  display: block;
  width: 305px;
  height: 237px;
  background: url(../images/cupping-beans.jpg) center no-repeat;
  position: absolute;
  right: -485px;
  top: 58px;
}

.past-cupping section article h3 {
  font-size: 22px;
  color: #a83330;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Thanks Page */

.thanks-intro {
  background: #f7f4e9;
}

.thanks-intro section {
  max-width: 980px;
  padding-top: 76px;
  padding-bottom: 63px;
  border-bottom: 1px solid #e5e2d6;
}

.thanks-intro section hgroup {
  border-bottom: 1px solid #e5e2d6;
  padding-bottom: 7px;
}

.thanks-intro section hgroup h3 {
  font-size: 16px;
  color: #bc4e04;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .75px;
}

.thanks-intro section hgroup h4 {
  color: #372e2a;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: -.15px;
}

.thanks-intro section article {
  width: 57.85%;
  float: left;
  font-size: 17px;
  line-height: 25.85px;
  color: #3e1a09;
  margin-top: 23px;
}

.thanks-intro section>p {
  font-size: 17px;
  line-height: 25.85px;
  color: #3e1a09;
  margin-bottom: 10px;
}

.thanks-intro section>a.cta {
  border: 3px solid #a83330;
  background: #a83330;
  color: #f7f4e9;
  font-weight: 600;
  width: 100%;
  text-align: center;
  max-width: 320px;
  font-size: 18px;
}

.thanks-intro section>a.cta:hover {
  background: #f7f4e9;
  color: #a83330
}

.thanks-intro section article p {
  margin-bottom: 10px;
}

.thanks-intro section article a.cta {
  border: 4px solid #e79447;
  background: #e79447;
  color: #FFF;
  font-weight: 700;
  margin-top: 54px;
  font-size: 22px;
  padding: 17px 85px;
}

.thanks-intro section figure {
  width: 42.15%;
  float: right;
}

.thanks-intro section figure img {
  margin-top: 14px;
  position: relative;
  right: -49px;
}

/* Trip Planning */

#trip-planning {
  background: #f7f4e9;
}

#trip-planning section {
  max-width: 1150px;
  padding-top: 57px;
  position: relative;
  right: -26px;
  padding-bottom: 52px;
}

#trip-planning section>div>div {
  margin-top: -3px;
  background: #fcfbf6;
  width: 100%;
}

#trip-planning section h2 {
  background: #a7302d;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .25px;
  padding: 4px;
}

#trip-planning section>div>div>div {
  max-width: 390px;
  margin: 35px auto;
  font-size: 17px;
  color: #3e1a09;
  line-height: 23.5px;
}

#trip-planning section>div>div>div br+br {}

#trip-planning section>div>div>div strong {
  -webkit-column-break-before: always;
  -moz-column-break-before: always;
  column-break-before: always;
}

#trip-planning section>div>div>div hr {
  margin-bottom: 32px;
  margin-top: 32px;
}

#trip-planning section>div>div>div h4 {
  font-size: 26px;
  color: #3e1a09;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 17px;
}

#trip-planning section>div>div>div strong {
  font-size: 18px;
  color: #e37c1f;
  font-weight: 600;
  text-transform: uppercase;
}

#trip-planning section>div>div>div a {
  font-size: 17px;
  font-weight: 600;
  color: #3e1a09;
  letter-spacing: .5px;
  transition: all .25s;
}

#trip-planning section>div>div>div a:hover {
  opacity: .7;
}

#trip-planning section>div>div>div a.tel {
  text-decoration: none;
}

#trip-planning section>div>div>div+img {
  background: #f7f4e9;
  padding-top: 45px;
}

#trip-planning section .trip-plan-one {
  width: 41.3%;
  float: left;
}

#trip-planning section img {
  max-width: 100%;
}

#trip-planning section .trip-plan-one a.cta {
  border: 4px solid #a7302d;
  background: #a7302d;
  color: #FFF;
  font-weight: 600;
  letter-spacing: .5px;
}

#trip-planning section .trip-plan-one a.cta:hover {
  background: transparent;
  color: #a7302d;
}

#trip-planning section .trip-plan-two {
  width: 55.58%;
  float: right;
}

#trip-planning section .trip-plan-two>div>h4,
#trip-planning section .trip-plan-two>div>div {
  max-width: 542px;
}

#trip-planning section .trip-plan-two>div article {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.disclaimer {
  text-align: center;
  background: #fcfbf6;
}

.disclaimer section {
  max-width: 1170px;
  padding: 38px 0px;
  font-size: 14px;
  color: #a5a099;
  line-height: 21px;
  letter-spacing: .25px;
}

.disclaimer section a {
  color: #372915;
  text-decoration: none;
}

.disclaimer section p {
  margin-bottom: 10px;
  font-weight: 300;
}

.disclaimer section h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 25px;
}


/* Corporate Page */

#corporate-intro {
  background: #f7f4e9;
}

#corporate-intro section {
  padding: 65px 0px 80px;
  max-width: 980px;
  position: relative;
}

#corporate-intro section:before {
  content: " ";
  width: 345px;
  height: 228px;
  background: url(../images/corporate-beans.jpg) center no-repeat;
  position: absolute;
  left: -360px;
  top: 420px;
}

#corporate-intro section h3 {
  text-align: center;
  font-size: 39px;
  font-weight: 700;
  color: #a7302d;
  letter-spacing: .75px;
  line-height: 42px;
}

#corporate-intro section h4 {
  font-size: 25px;
  font-weight: 600;
  color: #bc4e04;
  text-align: center;
  text-transform: uppercase;
  line-height: 31px;
  margin-top: 10px;
  letter-spacing: -.15px;
}

#corporate-intro .photo {
  max-width: 802px;
  margin: 33px auto 48px;
}

#corporate-intro .photo:after {
  content: " ";
  clear: both;
  display: block;
}

#corporate-intro .photo li.box-1-3 {
  padding: 6px;
}

#corporate-intro .photo li.box-1-3 img {
  display: block;
  max-width: 100%;
  background: #333;
  display: block;
}

#corporate-intro p {
  max-width: 952px;
  margin: auto;
  font-size: 17px;
  color: #3e1a09;
  line-height: 25.5px;
  letter-spacing: 0px;
  text-align: center;
}

#team-building {
  background: url(../images/team-building.jpg) left top no-repeat #291605;
  color: #FFF;
}

#team-building section {
  padding: 60px 0px 63px;
  ;
  max-width: 1110px;
}

#team-building section>h3 {
  font-size: 39px;
  color: #e37c1f;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  line-height: 1;
  letter-spacing: .75px;
}

#team-building section>h4 {
  color: #FFF;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  margin-top: 5px;
  letter-spacing: .75px;
}

#team-building section>hr {
  max-width: 768px;
  border: none;
  border-top: 2px solid #f2e4d7;
  margin: auto;
  margin-top: 16px;
}

#team-building section figure {
  width: 31.53%;
  float: left;
  margin-top: 60px;
}

#team-building section article {
  width: 65.13%;
  float: right;
  margin-top: 55px;
  font-size: 17px;
  color: #f7f4e9;
  line-height: 25.5px;
  letter-spacing: 0px;
  font-weight: 300;
}

#team-building section article p {
  margin-bottom: 20px;
}

#team-building section a.cta {
  margin-top: 1px;
  padding: 17px 40px;
  width: 100%;
  max-width: 820px;
  letter-spacing: .75px;
  font-weight: 600;
}

#team-building section a.cta:hover {
  background: #f5f3de;
  color: #291607;
}

.section-header {
  text-align: center;
  color: #FFF;
  background: #a7302d;
}

.section-header h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .75px;
  padding: 5px 0px;
  color: #f7f4e9;
}

.section-header+#location-map {
  border-top: 0px;
}

.section-header+#location-map section {
  max-width: 1095px;
}

.section-header+#location-map section .location {
  width: 50%;
  max-width: 100%;
}

.section-header+#location-map h3 {
  text-transform: uppercase;
}

/* Checkout */

div#em-loading {
  position: fixed !important;
}

#checkout {
  background: #f7f4e9
}

#checkout section {
  max-width: 1016px;
}

#checkout section .class-details {
  background: #fcfbf9;
  padding: 25px 30px 14px 30px;
  text-align: center;
  position: relative;
  top: -17px;
  z-index: 5;
}

#checkout section .class-details h3 {
  font-size: 26px;
  color: #3e1a09;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f5f2;
  margin-bottom: 27px;
  letter-spacing: .45px;
}

#checkout section .class-details table {
  width: 100%;
}

#checkout section .class-details th,
#checkout section .class-details td {
  padding: 5px 30px;
  border: none;
  text-align: left;
  vertical-align: top;
  padding-top: 1px;
}

#checkout section .class-details th {
  font-size: 13.7px;
  color: #e37c1f;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .25px;
}

#checkout section .class-details td {
  font-size: 18.25px;
  color: #3e1a09;
  font-weight: 600;
  letter-spacing: 0px;
}

#checkout section .class-details td a {
  color: #3e1a09;
  text-decoration: none;
  font-weight: 600;
}

#checkout section .class-details td#spaces select {
  font-size: 18.25px;
  color: #3e1a09;
  font-weight: 600;
  border: none;
  padding: 3px 10px;
  padding-right: 50px;
  background-image: url(../images/select.jpg);
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 0px;
  font-family: "proxima-nova", arial, helvetica, sans-serif;
}

#checkout .em-booking {
  padding: 0px;
  position: static;
  margin: 0px;
}

#checkout .em-booking-form-details {
  max-width: 764px;
  margin: auto;
  width: 100%;
  float: none;
}

#checkout .em-tickets-spaces>label,
#checkout .ticket-price>strong,
#checkout .ticket-price>label {
  display: none !important;
}

.em-attendee-fields {
  clear: both;
  display: block;
}

#checkout h2.buddy,
#checkout .em-attendee-fields:before,
#checkout .em-attendee-fields>strong,
#checkout .em-ticket-booking h2 {
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  color: #3e1a09;
  display: block;
  padding: 12px;
  border-top: 1px solid #e5e2d6;
  border-bottom: 1px solid #e5e2d6;
  clear: both;
  display: block;
  margin: 20px 0px;
  text-transform: uppercase;
}

#checkout .em-attendee-fields:before {
  content: "STUDENT DETAILS"
}

#checkout .em-attendee-fields:nth-child(1):before {
  content: "STUDENT DETAILS"
}

#checkout .em-attendee-fields:nth-child(2):before {
  content: "STUDENT 2 DETAILS"
}

#checkout .em-attendee-fields:nth-child(3):before {
  content: "STUDENT 3 DETAILS"
}

#checkout .em-attendee-fields:nth-child(4):before {
  content: "STUDENT 4 DETAILS"
}

#checkout .em-attendee-fields:nth-child(5):before {
  content: "STUDENT 5 DETAILS"
}

#checkout .em-attendee-fields:nth-child(6):before {
  content: "STUDENT 6 DETAILS"
}

#checkout .em-attendee-fields:nth-child(7):before {
  content: "STUDENT 7 DETAILS"
}

#checkout .em-attendee-fields:nth-child(8):before {
  content: "STUDENT 8 DETAILS"
}

#checkout .em-attendee-fields:nth-child(9):before {
  content: "STUDENT 9 DETAILS"
}

#checkout .em-attendee-fields:nth-child(10):before {
  content: "STUDENT 10 DETAILS"
}

#checkout .em-attendee-fields:nth-child(11):before {
  content: "STUDENT 11 DETAILS"
}

#checkout .em-attendee-fields:nth-child(12):before {
  content: "STUDENT 12 DETAILS"
}

#checkout .em-attendee-fields:nth-child(13):before {
  content: "STUDENT 13 DETAILS"
}

#checkout .em-attendee-fields:nth-child(14):before {
  content: "STUDENT 14 DETAILS"
}

#checkout .em-attendee-fields:nth-child(15):before {
  content: "STUDENT 15 DETAILS"
}

#checkout .em-attendee-fields:nth-child(16):before {
  content: "STUDENT 16 DETAILS"
}

#checkout .em-attendee-fields:nth-child(17):before {
  content: "STUDENT 17 DETAILS"
}

#checkout .em-attendee-fields:nth-child(18):before {
  content: "STUDENT 18 DETAILS"
}

#checkout .em-attendee-fields:nth-child(19):before {
  content: "STUDENT 19 DETAILS"
}

.em-attendee-fieldset:after {
  content: " ";
  clear: both;
  display: block;
}

#checkout .em-booking-form-details p {
  width: 50%;
  float: left;
  clear: none;
  padding: 10px;
  position: relative;
}

#checkout .em-booking-form-details p:nth-child(even):after {
  content: " ";
  clear: both;
  display: block;
}

#checkout div.em-gateway-buttons {
  clear: both;
  display: block;
}

#checkout .em-booking-form label {
  width: fit-content;
  float: none;
  display: block;
  font-size: 16px;
  color: #3e1a09;
  margin-bottom: 6px;
}

#checkout .em-booking-form .em-ticket-booking label,
#checkout .em-booking-form .em-attendee-fields label,
#checkout .em-booking-form .input-select.input-field-dbem_state label,
#checkout .em-booking-form .input-user-field label,
#checkout .em-booking-form .em-bookings-form-coupon label,
#checkout .em-booking-form .em-bookings-form-gateway-cardno label,
#checkout .em-booking-form .em-bookings-form-ccv label,
#checkout .em-booking-form .em-bookings-form-gateway-cardtype label,
#checkout .em-booking-form .em-bookings-form-gateway-expiry label {
  width: fit-content;
  float: none;
  display: block;
  font-size: 16px;
  color: #3e1a09;
  margin-bottom: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

#checkout .em-booking-form .em-ticket-booking label,
#checkout .em-booking-form .input-select.input-field-dbem_state label,
#checkout .em-booking-form .input-user-field.input-dbem_country label,
#checkout .em-booking-form .em-bookings-form-gateway-cardtype label,
#checkout .em-booking-form .em-bookings-form-gateway-expiry label {
  font-size: 10px;
  top: 30%;
}

#em-booking .em-booking-form .em-bookings-form-coupon,
#em-booking .em-booking-form .em-bookings-form-ccv,
#em-booking .em-booking-form .input-dbem_zip {
  margin-top: 26px;
}

@media screen and (max-width: 766px) {

  #em-booking .em-booking-form .em-bookings-form-coupon,
  #em-booking .em-booking-form .em-bookings-form-ccv,
  #em-booking .em-booking-form .input-dbem_zip {
    margin-top: 0;
  }
}

#em-booking .em-booking-form .em-bookings-form-gateway-expiry label {
  width: 100%;
}

#checkout .em-booking-form .active label {
  font-size: 10px;
  top: 30%;
}

#checkout .em-booking-form-details p input[type=text],
#checkout .em-booking-form-details p input[type=email],
#checkout .em-booking-form-details p select,
#checkout .em-booking-form-details p textarea {
  width: 100%;
  border: none;
  height: 37px;
  padding-left: 10px;
  font-family: "proxima-nova", arial, helvetica, sans-serif;
  font-size: 13px;
  color: #2d1b0d;
  display: block;
  float: none;
  border-radius: 0px;
}

#checkout .em-booking-form-details p select {
  background-image: url(../images/select.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #FFF;
  text-transform: capitalize;
}

#checkout .em-booking-form-details p input[type=checkbox] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #FFF;
  border: 1px solid #bc4e04;
  float: left;
}

#checkout .em-booking-form-details p input[type=checkbox]:checked:before {
  position: relative;
  font-size: 12px;
  content: "✓";
  left: 0px;
  top: -3px;
  color: #bc4e04;
}

#checkout .em-booking-form-details p span.input-group {
  padding-left: 20px;
  margin-left: 0px;
  font-size: 0px;
  margin-top: 10px;
  width: 20px;
  height: 20px;
  float: left;
}

#checkout .field-disclaimer {
  font-size: 14px;
  color: #3e1a09;
  line-height: 1.42;
  max-width: 710px;
  display: block;
  text-align: justify;
  padding-left: 40px;
}

#checkout .field-disclaimer a {
  color: #e37c1f
}

#checkout .em-booking-form-details p input[type=checkbox]:checked:after {
  top: -18px;
}

#checkout .input-field-disclaimer {
  clear: both !important;
  display: block !important;
  width: 100% !important;
  height: 250px;
  font-family: 'Proxima-Nova'
}

div.em-gateway-buttons .first {
  width: 100%;
  text-align: center;
}

.em-form-required {
  color: #bc4e04;
}

.em-booking-submit {
  width: 100% !important;
  max-width: 320px !important;
  height: 49px !important;
  background: url(../images/pay_btn.png) center no-repeat !important;
  border: none !important;
  font-size: 0px !important;
  margin: auto !important;
  background-size: contain !important;
}

.em-booking-buttons {
  clear: both;
  display: block;
  text-align: center;
}

#checkout .em-booking-form-details #em-booking-gateway {
  width: 100%;
  display: block;
  float: none;
  clear: both;
}

#checkout .em-booking-form-details #em-booking-gateway label {
  font-size: 26px;
  font-weight: 700;
  color: #3e1a09;
  display: block;
  padding: 12px;
  border-top: 1px solid #e5e2d6;
  border-bottom: 1px solid #e5e2d6;
  clear: both;
  display: block;
  margin: 20px 0px;
}

#em-booking-gateway-paypal {
  padding-left: 20px;
  clear: both;
  display: block;
}

#checkout .em-booking-form-details p.em-bookings-form-gateway-cardno {
  width: 100%;
}

#checkout .em-booking-form-details p.em-bookings-form-gateway-cardno.box-1-2 {
  width: 50%;
}

#checkout .em-booking-form-details p.em-bookings-form-gateway-expiry {
  text-align: center;
  line-height: 38px;
}

#checkout .em-booking-form-details p.em-bookings-form-gateway-expiry label {
  text-align: left;
  line-height: normal;
}

#checkout .em-booking-form-details p.em-bookings-form-gateway-expiry select {
  width: 40%;
  float: left;
}

#checkout .em-booking-form-details p.em-bookings-form-gateway-expiry select:last-child {
  float: right;
}

div.em-booking-message-error {
  margin: 0px;
  margin-bottom: 30px;
  color: #FF0000;
  padding: 2em;
}

div.em-booking-message-error ul {
  padding-left: 20px;
}

#checkout a.cta {
  border: 3px solid #a83330;
  background: #a83330;
  color: #f7f4e9;
  font-weight: 600;
  width: 100%;
  text-align: center;
  max-width: 320px;
  font-size: 18px;
}

#checkout a.cta:hover {
  background: #f7f4e9;
  color: #a83330
}

/* Blog Archive */

#archive {
  background: #f7f4e9;
  margin-top: -40px;
  padding-top: 40px;
}

#archive #top-three-cats {
  max-width: 1152px;
  margin: auto;
  margin-top: -47px;
  position: relative;
  z-index: 3;
  display: block;
  left: -3px;
  padding-bottom: 42px;
  border-bottom: 1px solid #e5e2d6;
  margin-bottom: 21px;
}

#archive #top-three-cats:after {
  display: block;
  content: " ";
  clear: both;
  width: 100%;
  height: 0px;
}

#archive #top-three-cats li.box-1-3 {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#archive #top-three-cats li a {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #372e2a;
  text-decoration: none;
  background: #FFF;
}

#archive #top-three-cats li a figure {
  width: 100%;
  padding-bottom: 72%;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#archive #top-three-cats li a figcaption {
  padding: 20px 30px;
  font-size: 22px;
  color: #372e2a;
  font-weight: 700;
}

#archive #top-three-cats li a figcaption strong {
  display: block;
  font-size: 16px;
  color: #bc4e04;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
}

#archive section {
  max-width: 1152px;
}

#archive section main {
  padding-left: 1.475%;
  padding-right: 1.475%;
  width: 59.72%;
  float: left;
}

#archive section main article {
  margin-top: 40px;
  border-bottom: 1px solid #e5e2d6;
  padding-bottom: 40px;
}

#archive section main article .meta {
  font-size: 16px;
  color: #bc4e04;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding-left: 2px;
  letter-spacing: .5px;
}

#archive section main article .meta time {
  font-weight: 600;
  display: none;
}

#archive section main article .meta time:after {
  content: " | ";
  margin-left: 6px;
  margin-right: 6px;
}

#archive section main article .meta a {
  color: #bc4e04;
  text-decoration: none;
}

#archive section main article h2.post-title a {
  font-size: 31px;
  color: #372e2a;
  font-weight: 700;
  text-decoration: none;
  line-height: 115%;
  display: block;
  padding-top: 4px;
}

#archive section main article h2.post-title a:hover {
  opacity: 1;
}

#archive section main article figure.featured-image {
  width: 100%: display: block;
  padding-bottom: 60.5%;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 14px;
  margin-bottom: 30px;
}

#archive section main article p {
  line-height: 150%;
  font-size: 17px;
  color: #3e1a09;
}

#archive section main article .cat {
  font-size: 14px;
  color: #503016;
  font-weight: 600;
  margin-top: 14px;
  letter-spacing: .75px;
  margin-bottom: 28px;
}

#archive section main article .cat:hover {
  color: #503016;
}

#archive section main article .cat a {
  color: #503016;
}

#archive section main article a.cta.readmore {
  border: 3px solid #a7302d;
  background: transparent;
  color: #a7302d;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .25px;
  padding: 11px 25px;
}

#archive section main article a.cta.readmore:hover {
  color: #f7f4e9;
  background: #a7302d;
  opacity: 1;
}

#archive section main nav.paginate {
  margin-top: 31px;
  letter-spacing: .5px;
  margin-left: 3px;
  margin-bottom: 70px;
}

#archive section main nav.paginate ul {
  padding-left: 0px;
}

#archive section main nav.paginate ul li {
  padding-left: 0px;
}

#archive section main nav.paginate ul li:before {
  display: none;
}

#archive section main nav.paginate .paginate-title {
  display: block;
  margin-bottom: 18px;
  margin-left: 2px;
}

#archive section main nav.paginate a {
  width: 48px;
  height: 48px;
  display: inline-block;
  color: #bc4e04;
  border: 2px solid #bc4e04;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  margin-right: 7px;
  padding-top: 12px;
  transition: all .25s;
}

#archive section main nav.paginate .current {
  width: 48px;
  height: 48px;
  display: inline-block;
  color: #FFF;
  border: 2px solid #bc4e04;
  background: #bc4e04;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  margin-right: 7px;
  padding-top: 12px;
}

#archive section main nav.paginate a:hover,
#archive section main nav.paginate a.active {
  color: #f7f4e9;
  background: #bc4e04;
  opacity: 1;
}

.featured-class-image img{
  height: 6rem;
  width: 100%;
  object-fit: contain;
}


aside.sidebar {
  width: 32.986%;
  float: right;
  margin-right: 2%;
  background: #FFF;
  padding: 40px 3.65%;
  margin-top: 19px;
  position: relative;
  margin-bottom: 360px;
}

aside.sidebar .widgets>li {
  padding: 0px;
  padding-top: 27px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eaeae7;
  font-size: 13px;
  line-height: 20.5px;
}

aside.sidebar .widgets>li:last-child {
  border-bottom: 0px;
}

aside.sidebar .widgets>li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
}

aside.sidebar .widgets>li>a {
  font-weight: 600;
  color: #3e1a09;
}

aside.sidebar .widgets li.widget_search {
  padding-top: 0px;
  border-bottom: 0px;
}

aside.sidebar .widgets li h3.widget-title {
  font-size: 16px;
  color: #bc4e04;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .75px;
  margin-bottom: 10px;
}

aside.sidebar .widgets li.widget_search h3.widget-title {
  font-size: 15px;
  color: #372e2a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .25px;
  margin-bottom: 9px;
  display: block;
}

aside.sidebar .widgets li.widget_search form {
  position: relative;
}

aside.sidebar .widgets li.widget_search form input[type=search] {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  height: 38px;
  padding-left: 16px;
  font-size: 12px;
  color: #372e2a;
  font-family: 'Proxima-Nova';
}

aside.sidebar .widgets li.widget_search form button {
  font-size: 12px;
  position: absolute;
  text-transform: capitalize;
  bottom: 0px;
  right: 0px;
  height: 38px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #372e2a;
  border: 1px solid #ddd;
  font-weight: 300;
  font-family: 'Proxima-Nova';
}

aside.sidebar .widgets li.widget_search form button:before {
  content: "search";
}

aside.sidebar .widgets li ul {
  padding-left: 0px;
}

aside.sidebar .widgets li ul li {
  font-size: 13px;
  line-height: 20.5px;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

aside.sidebar .widgets li a {
  color: #3e1a09;
  text-decoration: none;
  transition: all .25s;
}

aside.sidebar .widgets li a:hover {
  text-decoration: underline
}

aside.sidebar:after {
  position: absolute;
  width: 316px;
  height: 258px;
  content: " ";
  background: url(../images/blog_beans.jpg) center no-repeat;
  right: -120px;
  bottom: -354px;
}

aside.sidebar .widgets ul.instagram-pics li {
  width: 50%;
  float: left;
}

aside.sidebar .widgets ul.instagram-pics li img {
  max-width: 100%;
}

aside.sidebar .widgets ul.instagram-pics:after {
  content: " ";
  clear: both;
  display: block;
}

aside.sidebar .widgets .WP_Editor_Widget p {
  margin-bottom: 10px;
}

aside.sidebar .widgets .WP_Editor_Widget p a {
  font-weight: 700;
  text-decoration: underline;
}

/* Content Settings */

#content {
  background: #f7f4e9;
  padding-top: 33px;
  padding-bottom: 33px;
}

#content section {
  max-width: 1152px;
}

#content section main {
  padding-left: 1.475%;
  padding-right: 1.475%;
  width: 59.72%;
  float: left;
}

#content section main article {
  margin-top: 40px;
  border-bottom: 1px solid #e5e2d6;
  padding-bottom: 40px;
}

#content section main article .meta {
  font-size: 16px;
  color: #bc4e04;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding-left: 2px;
  letter-spacing: .5px;
}

#content section main article .meta time {
  font-weight: 600;
  display: none;
}

#content section main article .meta time:after {
  content: " | ";
  margin-left: 6px;
  margin-right: 6px;
  display: none;
}

#content section main article .meta a {
  color: #bc4e04;
  text-decoration: none;
}

#content section main article h2.post-title {
  margin: 0px;
}

#content section main article h2.post-title a {
  font-size: 31px;
  color: #372e2a;
  font-weight: 700;
  text-decoration: none;
  line-height: 115%;
  display: block;
  padding-top: 4px;
  letter-spacing: -0.1px;
  margin-bottom: 16px;
}

#content section main article figure.featured-image {
  width: 100%: display: block;
  padding-bottom: 60.5%;
  background-color: #f7f4e9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 14px;
  margin-bottom: 30px;
}

#content section main article figure.featured-image {
  width: 100%: display: block;
  padding-bottom: 60.5%;
  background-color: #f7f4e9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 14px;
  margin-bottom: 30px;
}

#content section main article a {
  color: #bc4e04;
}

#content section main article p {
  line-height: 150%;
  font-size: 17px;
  color: #3e1a09;
  margin-bottom: 25px;
}

#content section main article h2,
#content section main article h3 {
  font-size: 17px;
  color: #3e1a09;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}

#content section main article h3 {
  color: #583830;
  letter-spacing: .5px;
}

#content section main article h4 {
  color: #bc5027;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#content section main article h6 {
  color: #a7302d;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: .5px;
  margin-bottom: 5px;
}

#content section main article img.center {
  margin: 5px auto 29px;
}

#content section main article ul {
  padding-left: 13px;
  font-size: 17px;
  list-style-type: none;
  margin-top: 9px;
  margin-bottom: 25px;
}

#content section main article ul li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 10px;
}

#content section main article ul li:before {
  position: absolute;
  top: 0px;
  left: -15px;
  content: "•"
}

#content section main article ol {
  color: #bc4e04;
  font-size: 17px;
  margin-top: 9px;
  margin-bottom: 25px;
  list-style-type: none;
}

#content section main article ol li {
  line-height: 1.45;
  margin-bottom: 15px;
  color: #3e1a09;
  list-style-type: none;
  padding-left: 13px;
  position: relative;
  counter-increment: count-me;
}

#content section main article ol li:before {
  content: counter(count-me) ". ";
  color: #bc4e04;
  position: absolute;
  top: 0px;
  left: -15px;
  font-weight: 600;
}

#content section main .cat {
  font-size: 14px;
  color: #503016;
  font-weight: 600;
  margin-top: 14px;
  letter-spacing: .75px;
  margin-bottom: 28px;
  text-align: center;
}

#content section main .cat a {
  color: #503016;
}

#content section main a.cta {
  border: 3px solid #a7302d;
  background: transparent;
  color: #a7302d;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .25px;
  padding: 11px 25px;
  margin: auto;
}

#content section main article img {
  max-width: 100%;
  height: auto;
}

#content section main a.cta:hover {
  color: #f7f4e9;
  background: #a7302d;
  opacity: 1;
}

.post-categories {
  padding-left: 0px;
}

.post-categories li {
  list-style-type: none;
  display: inline-block;
  padding: 0px;
}

.post-categories li:before {
  display: none;
}

div.wpcf7 {
  clear: both;
}

#comments ul li {
  list-style-type: none;
  padding-left: 0px;
}

#comments ul li:before {
  display: none;
}

#comments .comments-title {
  font-size: 17px;
  color: #3e1a09;
  font-weight: 700;
  padding-top: 20px;
  border-top: 1px solid #e5e2d6;
}

#comments a {
  color: #bc4e04;
}

#comments .comment-author,
#comments .comment-author .fn #comments .comment-author .says {
  font-size: 16px;
  margin-bottom: 0px;
}

#comments .commentmetadata {
  color: #bc4e04;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding-left: 2px;
  letter-spacing: .5px;
  text-align: right;
}

#comments .commentmetadata a {
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

#comments h3.reply-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #a7302d;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 5px;
}

#respond #email-notes {
  display: none !important;
}

#respond label {
  display: none;
}

#respond #commentform p {
  width: 100%;
  padding: 0px;
  margin-bottom: 14px;
}

#respond input[type=text],
#respond input[type=url],
#respond input[type=email],
#respond textarea {
  height: 37px;
  padding-left: 15px;
  background: #FFF;
  border: 1px solid #bcbbba;
  font-size: 16px;
  color: #3e1a09;
  font-weight: 600;
  font-family: "proxima-nova", arial, helvetica, sans-serif;
  font-weight: 500;
  width: 100%;
  position: relative;
  z-index: 80;
}

#respond textarea {
  padding-top: 5px;
  height: 80px;
}

#respond input:focus {
  -webkit-appearance: none;
}


#respond ::-webkit-input-placeholder {
  color: #583830;
}

#respond :-moz-placeholder {
  color: #583830;
}

#respond ::-moz-placeholder {
  color: #583830;
}

#respond :-ms-input-placeholder {
  color: #583830;
}

#respond input[type=submit] {
  width: 100%;
  margin-top: -4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px;
  transition: .7s;
  font-family: 'proxima-nova', 'helvetica', sans-serif;
  border: 3px solid #c97134;
  background: #c97134;
}

#respond input[type=submit]:hover {
  background: #a7302d;
  border: 3px solid #a7302d;
}

#comment-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#commentform .comment-form-author {
  order: 1;
  -webkit-order: 1;
}

#commentform .comment-form-email {
  order: 2;
  -webkit-order: 2;
}

#commentform .comment-form-url {
  order: 3;
  -webkit-order: 3;
  display: none;
}

#commentform #comment-field {
  order: 4;
  -webkit-order: 4;
  margin-bottom: 100px !important;
}

#commentform .gglcptch {
  order: 5;
  -webkit-order: 5;
  position: relative;
  height: 0px;
  top: 92px;
}


/* Footer Settings */

#page-foot {
  background: #372e2a;
  color: #c8b986;
  padding: 35px 0px;
}

#page-foot section {
  max-width: 1110px;
}

#page-foot section h5.logo {
  width: 20%;
  height: 170px;
  background-repeat: no-repeat;
  float: left;
  border-right: 1px solid #4a403b;
}

#page-foot section h5.logo a {
  width: 100%;
  height: 100%;
  background-position: left -8px;
  background-repeat: no-repeat !important;
  ;
  background-size: contain;
  display: block;
}

#page-foot section h5.logo a span {
  text-indent: -3000px;
  font-size: 0px;
}

#page-foot section h5,
#page-foot section legend {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #c8b986;
  padding-top: 10px;
  letter-spacing: 0px;
}

#page-foot section address {
  width: 42.8%;
  float: left;
  padding-left: 5.22%;
  border-right: 1px solid #4a403b;
  letter-spacing: -.5px;
  line-height: 125%;
}

#page-foot section address span,
#page-foot section address a {
  color: #c8b986;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}

#page-foot section address time {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
}

#page-foot section .tips {
  width: 37.2%;
  float: left;
  padding-left: 5.5%;
}

#page-foot section address span br,
#page-foot section address a br {
  display: none;
}

#page-foot section .tips form {
  position: relative;
  margin-bottom: 20px;
}

#page-foot section .tips form input[type=email] {
  background: transparent;
  border: 1px solid #bcbab9;
  width: 100%;
  margin-top: 7px;
  height: 36px;
  padding-left: 16px;
  font-size: 12px;
  color: #FFF;
  font-family: "proxima-nova", arial, helvetica, sans-serif;
}

#page-foot section .tips form input[type=submit] {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: 1px solid #bcbab9;
  height: 36px;
  font-size: 12px;
  padding: 0px;
  text-transform: none;
  width: 105px;
  font-family: "proxima-nova", arial, helvetica, sans-serif;
}

#page-foot section .tips form input[type=submit]:hover {
  background: #bcbab9;
  color: #372e2a;
}

#page-foot section .tips nav {
  margin-top: 5px;
}

#page-foot section .tips nav ul li a {
  font-size: 11px;
  color: #c8b986;
}

#page-foot section .tips nav ul li:after {
  content: " | ";
  position: relative;
  top: 3px;
}

#page-foot section .tips nav ul li:last-child:after {
  display: none;
}

#page-foot section .social {
  margin-top: -7px;
  margin-left: -7px;
}

#page-foot section .social li {
  margin: 0px 0px 0px 0px;
}

#page-foot section .social li a {
  margin: 0px 0px 0px 0px;
  font-size: 45px;
  width: 45px;
  height: 45px;
  color: #c8b986;
}

#page-foot>hr {
  margin: 34px 0px 15px;
}

#page-foot section:last-child {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  letter-spacing: .25px;
}

#page-foot section:last-child a {
  color: #FFF;
}

#page-foot section:last-child cite {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}

#page-foot section address a br {
  display: none;
}

#page-foot form.wpcf7-form span {
  display: block;
  width: auto;
  padding: 0px;
  float: none;
}

#page-foot div.wpcf7 img.ajax-loader {
  display: none;
}

#page-foot form.wpcf7-form div.wpcf7-response-output {
  display: none !important;
}

#page-foot form.wpcf7-form span.wpcf7-not-valid-tip {
  position: absolute;
}

#page-foot .social,
#page-foot address {
  display: inline-block;
}

#page-foot cite {
  margin: 10px 0px 0px 0px;
  font-size: .75em;
}

.page-template-competitors #header-image {
  height: 500px;
  background-position: center center !important;
}

.page-template-competitors section {
  padding: 50px 15px;
}

.page-template-competitors section h3 {
  color: #bc4e04;
  margin-bottom: 15px;
}

.page-template-competitors #about section h2 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
}

@media(max-width: 480px) {
  .page-template-competitors #about section h2 {
    margin-top: 0;
  }
}

.page-template-competitors #about section h3 {
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}

.page-template-competitors #header-image section h3 {
  color: #FFF;
}

.outline-title-section {
  background: #f6f2e6;
  padding: 25px 15px;
}

.outline-title-section * {
  max-width: 1180px;
  margin: 0 auto;
  text-transform: uppercase;
}

.outline-title-section h2 {
  color: #9d2a27;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.outline-title-section h3 {
  color: #bc4e04;
}

.outline-blocks {
  display: flex;
}

@media(max-width: 680px) {
  .outline-blocks {
    flex-direction: column;
  }
}

.outline-blocks .block {
  margin-right: 35px;
  flex: 1 1 auto;
  width: 100%;
}

.outline-blocks .block:last-child {
  margin-right: 0px;
}

.outline-blocks .block img {
  width: 100%;
  max-width: 100%;
}

.outline-blocks .block h4 {
  color: #bc4e04;
  margin: 15px 0;
  font-weight: bold;
}

.page-template-competitors section h2 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 15px;
}

.page-template-competitors #wordforit {
  text-align: center;
  font-size: unset;
}

.page-template-competitors #wordforit h2 {
  margin-bottom: 0;
}

.page-template-competitors #wordforit h3 {
  color: #bc4e04;
  font-size: 20px;
  text-tranform: uppercase;
}

.page-template-competitors #wordforit ul {
  list-style-type: none;
}

.page-template-competitors #wordforit cite img {
  max-width: 60px;
  border: none;
  border-radius: 100%;
  float: left;
  margin-right: 15px;
  margin-top: -8px;
}

.page-template-competitors #play-button {
  padding: 0;
}

.page-template-competitors #wordforit #play-button {
  display: block;
  background-image: none;
  padding-top: 25px;
}

.page-template-competitors #wordforit #play-button:hover {
  background-image: none;
}

.page-template-competitors #wordforit cite {
  margin-bottom: 20px;
}

.page-template-competitors #wordforit blockquote {
  position: relative;
}

.page-template-competitors #wordforit cite,
.page-template-competitors #wordforit blockquote p {
  text-align: left;
  position: relative;
  z-index: 1;
}

.page-template-competitors #wordforit blockquote p {
  color: #523229;
}

.page-template-competitors .class-intro section menu {
  width: 100%;
  background-color: #f1ecdf;
}

.page-template-competitors .class-intro section menu>div {
  width: 100%;
  background-color: #f1ecdf;
}

.page-template-competitors #wordforit blockquote:after {
  display: block;
  max-width: 658px;
  margin: auto;
  border-top: 1px solid #BFB9B3;
  content: " ";
  margin-top: 50px;
  margin-bottom: -7px;
}

.page-template-competitors #wordforit blockquote:before {
  position: absolute;
  top: -55px;
  z-index: 0;
  color: #eae6db;
  font-size: 245.98px;
  font-weight: 400;
}

.page-template-competitors #wordforit ul li:nth-child(even) blockquote:before {
  left: -60px;
  content: "“";
}

.page-template-competitors #wordforit ul li:nth-child(odd) blockquote:before {
  right: -60px;
  content: "“";
}


.page-template-competitors #wordforit blockquote cite strong span {
  color: #000;
  font-weight: bold;
}

.page-template-faq section p,
.page-template-competitors section p {
  margin-bottom: 15px;
}

.page-template-competitors section td p {
  margin-bottom: 0px;
  font-weight: bold;
}

.page-template-competitors #wordforit blockquote cite strong {
  font-weight: normal;
}

#comparison {
  background-image: url(http://texascoffeeschool.com/wp-content/uploads/2019/12/beans.jpg) !important;
  background-position: top right !important;
  background-color: #FFF !important;
  background-repeat: no-repeat !important;
}

#comparison table {
  table-layout: fixed;
  background-color: #d6d4cf;
  border-collapse: collapse;
  width: 100%;
}

#comparison table td {
  border: 2px solid #FFF;
  text-align: center;
  vertical-align: center;
}

#comparison table tr td:nth-child(1) {
  width: 40%;
}

#comparison table tr td:nth-child(2) {
  background-color: #b8b6b2;
}

#comparison table tr:first-child td:nth-child(2) {
  background-color: #9d2a27;
}

#comparison table tr img {
  max-width: 30% !important;
  height: auto !important;
}

#comparison table tr td:first-child {
  text-align: center;
}

#comparison table tr:first-child img {
  max-width: 100% !important;
}

#comparison table tr td {
  padding: 5px;
}

#comparison table tr:first-child td {
  padding: 0;
}

#cta-top p,
#cta-bottom p {
  font-size: 21px;
  line-height: 1.5;
}

#cta-top article,
#cta-bottom article,
#comparison article {
  width: 70%
}

#cta-top aside,
#cta-bottom aside,
#comparison aside {
  width: 30%;
  text-align: center;
  align-self: center;
}

#cta-top {
  background: #f6f2e6;
}

#cta-top * {
  color: #372e2a;
}

#cta-bottom * {
  color: #FFF;
}

#cta-top a,
#wordforit .but {
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  font-weight: bold;
}

#cta-bottom a {
  text-decoration: none;
  padding: 20px 40px;
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
}

#cta-top h4 {
  margin-bottom: 10px;
}

#cta-top a {
  background-color: #9d2a27;
  color: #FFF;
  '

}

#cta-top a:hover {
  background-color: #FFF;
  color: #9d2a27;
  '

}

#wordforit .but {
  background: #bc4e04;
  color: #FFF;
  text-transform: uppercase;
}

#cta-bottom {
  background: #9d2a27;
}

#cta-bottom a {
  background-color: #f6f2e6;
  color: #372e2a;
}

#cta-bottom a:hover {
  background-color: #372e2a;
  color: #f6f2e6;
}

.page-template-competitors #about,
.page-template-faq #faq,
.page-template-competitors #faq {
  background: #f6f2e6;
  position: relative;
}

.page-template-faq #faq,
.page-template-competitors #faq {
  border-top: 20px solid #9d2a27;
  border-bottom: 20px solid #9d2a27;
}

.faq-foot a {
  display: block;
  text-transform: initial;
  color:
    #bc4e04;
  font-weight: bold;
}

.faq-foot {

  text-align: center;
  text-transform: uppercase;
  margin: 20px 15px;
  font-weight: bold;

}

.page-template-competitors #about>img {
  max-width: 100%;
}

@media(max-width: 968px) {
  .page-template-competitors #about>img {
    max-width: 200%;
    margin-left: -50%;
  }
}

@media(max-width: 680px) {
  .page-template-competitors #about>img {
    max-width: 300%;
    margin-left: -50%;
  }
}

@media(max-width: 480px) {
  .page-template-competitors #about>img {
    max-width: 650%;
    margin-left: -50%;
  }
}

.page-template-competitors #about section {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  margin: 0 auto;
  max-width: unset;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

.page-template-competitors #about section .why-content {
  max-width: 1180px;
}

.page-template-competitors #about section .why-content a {
  color: #FFF;
}

#play-button.faq-video {

  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.page-template-faq #faq h2,
.page-template-competitors #faq h2 {
  text-align: center;
}

.page-template-faq #faq {
  padding: 50px 15px;
}

.page-template-faq #faq h2 {
  margin-bottom: 25px;
}

.page-template-faq #faq .content {
  margin-bottom: 25px;
}

.page-template-faq #faq .content p {
  margin-bottom: 15px;
}

.page-template-faq #faq ul,
.page-template-competitors #faq ul {
  list-style-type: none;
  background: #FFF;
  margin: 0;
  padding: 0;
}

.page-template-faq #faq ul li,
.page-template-competitors #faq ul li {
  padding: 0px;
  border-bottom: 2px solid #c0c0c0;
  position: relative;
}

.page-template-faq #faq ul li>a,
.page-template-competitors #faq ul li>a {
  padding: 20px 40px 20px 20px;
  text-decoration: none;
  color: #444545;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}

.page-template-faq #faq ul li>a::after,
.page-template-competitors #faq ul li>a::after {
  content: ">";
  position: absolute;
  right: 0;
  display: block;
  width: 50px;
  color: #9d2a27;
  top: 17px;
  font-size: 38px;
}

.page-template-faq #faq ul li>a.op::after,
.page-template-competitors #faq ul li>a.op::after {
  transform: rotate(90deg);
  top: 30px;
  right: 16px;
}

.page-template-faq #faq ul li>a img,
.page-template-competitors #faq ul li>a img {
  max-width: 50px;
  height: auto;
  margin-bottom: -12px;
  margin-right: 10px;
}

.page-template-competitors #faq ul li .faq-content {
  padding-left: 67px;
}

.page-template-faq #faq ul li .faq-content {
  padding-left: 30px;
}

@media(max-width: 680px) {
  .page-template-competitors #header-image h1 {
    font-size: 19px;
  }

  .page-template-competitors #header-image h3 {
    font-size: 12px !important;
  }

  .page-template-competitors section h2 {
    font-size: 22px;
    padding: 0 15px;
    margin-top: 83px;
  }

  #comparison.class-intro section article {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .page-template-competitors section table {
    margin-bottom: 15px;
  }

  .page-template-competitors section td p {
    fot-size: 10px;
  }

  #cta-top aside,
  #cta-bottom aside,
  #comparison aside {
    width: 100%;
  }

  .page-template-competitors #play-button img {
    max-width: 100%;
    height: auto;
  }

  .page-template-faq #faq ul li>a,
  .page-template-competitors #faq ul li>a {
    padding: 20px 0;
    text-align: center;
  }

  .page-template-faq #faq ul li>a img,
  .page-template-competitors #faq ul li>a img {
    display: block;
    margin: 0 auto 15px;
    ;
  }

  .page-template-faq #faq ul li .faq-content,
  .page-template-competitors #faq ul li .faq-content {
    padding-left: 0;
  }

  .page-template-competitors #wordforit blockquote {
    padding: 10px;
    margin: 0;
    width: 100%;
  }
}

@media handheld,
only screen and (max-width: 1699px) and (min-width: 767px) {
  #about-us {
    background: url(../images/about-med-bg.jpg) center no-repeat #f7f4e9;
  }

  #class-filter:after {
    display: none;
  }

  #class-filter section:after {
    content: " ";
    position: absolute;
    top: 0px;
    right: -252px;
    width: 572px;
    height: 311px;
    display: block;
    background: url(../images/listing-beans.png) right no-repeat;
    z-index: 90;
  }

  #testimonials {
    background-image: url(../images/testimonial_topright.jpg), url(../images/testimonial_bottomleft.jpg);
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
  }

  .consulting-2 {
    background: url(../images/consulting_beans.jpg) center 35% no-repeat;
    padding: 78px 0px;
  }

  #contact {
    background: url(../images/beans_right.jpg) bottom center no-repeat #fcfbf6;
  }

  #employment-intro {
    background: url(../images/jobs_beans.png) center no-repeat #f7f4e9;
    padding-top: 65px;
    padding-bottom: 71px;
  }


}

@media handheld,
only screen and (max-width: 1109px) and (min-width: 767px) {
  /* Set max-width as base-width minus 1 pixel */

  #page-head hgroup #nav #main a,
  #page-head hgroup #nav menu a {
    font-size: 10px;
  }

  /*     #header-image h1                            { font-size:100px!important; } */
  #header-image h3 {
    font-size: 18px !important;
  }

  #nav #main .menu-item-has-children ul li {
    max-height: 45px;
  }

  #tell-us .type li a:hover:after,
  #tell-us .type li.ui-tabs-active a:after {
    bottom: -30px;
  }

  #tell-us .type li a span,
  #tell-us .type li a strong {
    font-size: 14px !important;
  }

  .person-type section article h4,
  .person-type section h2 {
    font-size: 18px;
  }

  .person-type section aside a,
  .person-type section article h4 strong,
  .person-type section article p,
  .person-type section aside h5,
  .person-type section h3 {
    font-size: 13px;
  }

  .person-type section aside h5 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .person-type section aside {
    padding-left: 2.8%;
  }

  #founded section p {
    left: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  #wordforit blockquote {
    font-size: 14px;
  }

  .person-type section aside a {
    font-weight: 100;
  }

  #mentoring section h2 {
    font-size: 30px;
  }

  #mentoring section h3 {
    font-size: 16px;
  }

  #bottom section:before {
    left: -95px;
  }

  #bottom-classes li a {
    height: 195px;
  }

  #bottom-classes li a span {
    font-size: 18px;
    padding-top: 70px;
  }

  #formbox form.wpcf7-form span.city input {
    width: 235px;
  }

  #formbox form.wpcf7-form span.country input {
    width: 215px;
  }


  #page-foot>hr {
    display: none !important;
  }

  #page-foot section address {
    font-size: 12px;
  }

  #page-foot section:last-child {
    font-size: 10px;
  }

  #contact section figure {
    background-size: contain;
    background-repeat: no-repeat;
  }

  #contact section h3 {
    font-size: 30px;
  }

  #contact section h4 {
    font-size: 13px;
  }

  #contact section address {
    font-size: 13px;
    line-height: 1.25;
  }

  #contact section form.wpcf7-form span textarea,
  #contact section form.wpcf7-form span input[type=text],
  #contact section form.wpcf7-form span input[type=email] {
    font-size: 12px;
    font-family: "proxima-nova", arial, helvetica, sans-serif;
  }

  #archive #top-three-cats li a figcaption strong,
  #archive #top-three-cats li a figcaption {
    font-size: 14px;
  }

  #content section main article .meta,
  #archive section main article .meta {
    font-size: 12px;
  }

  #content section main article h2.post-title a,
  #archive section main article h2.post-title a {
    font-size: 20px;
  }

  #content section main article p,
  #content section main article ul,
  #content section main article ul li,
  #archive section main article p {
    font-size: 14px;
  }

  #archive section main article .cat {
    font-size: 10px;
  }

  #archive section main article a.cta.readmore {
    font-size: 13px;
  }

  #content main img {
    max-width: 100%;
    height: auto;
  }

  #content article strong,
  #content article b,
  #content p strong,
  #content p b,
  #content main b,
  #content main strong {
    font-weight: 700;
  }

  #class-filter section:after {
    display: none;
  }

  aside.sidebar .widgets li.widget_search form input[type=submit] {
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'proxima-nova', 'helvetica', sans-serif;
  }

  #content section main a.cta {
    font-size: 15px;
  }

  #testimonial-top {
    position: static;
  }

  #testimonial-top article {
    font-size: 16px;
  }

  #testimonials {
    background-image: none !Important;
    padding-top: 20px;
  }

  #testimonials section blockquote cite {
    padding-top: 6px;
    font-size: 11px;
    padding-left: 0px;
  }

  #testimonials section blockquote cite strong {
    font-size: 14px;
  }


  #about-us {
    background-image: none;
  }

  #about-us section h3 {
    font-size: 22px;
  }

  #about-us section article a.cta {
    font-size: 12px;
  }

  #about-us section article h4 {
    font-size: 16px;
  }

  #tom-vincent article h3 {
    font-size: 16px;
  }

  #tom-vincent article h4 {
    font-size: 30px;
  }

  #tom-vincent article p {
    font-size: 14px;
    line-height: 1.5;
  }

  #coffee-education section {
    padding: initial;
    padding-left: 15px;
    padding-right: 15px;
  }

  #employment-intro {
    background-image: none !important;
  }

  #employment-intro h3 {
    font-size: 30px;
  }

  #employment-intro h4 {
    font-size: 20px;
  }

  #opportunities section .listing article p,
  #opportunities section .listing article ul {
    font-size: 14px;
    line-height: 1.5;
  }

  #consulting-top section>h3 {
    font-size: 30px;
  }

  #consulting-top section>h4 {
    font-size: 15px;
    font-weight: 600;
  }

  #consulting-top section>p {
    font-size: 11px;
    font-weight: 500;
  }

  .tabber li {
    font-size: 15px;
  }

  .consulting-2 {
    background-image: none !important;
  }

  .consulting section article h2 {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .consulting section article p {
    font-size: 14px;
    line-height: 1.25;
  }

  #class-filter:after {
    display: none;
  }

  #class-filter ul li {
    font-size: 14px;
  }

  .espresso-intro hgroup h3,
  .gift-certificate article h3,
  #class-list section .class-listing .class-details h3 {
    font-size: 18px;
    line-height: 1.25;
  }

  #class-list section .class-listing .class-details h4 {
    font-size: 14px;
    line-height: 1.25;
    margin-top: 1px;
  }

  #class-list section .class-listing .class-details h1 {
    font-size: 18px;
    line-height: 1.25;
  }

  #class-list section .class-listing .class-details h2 {
    font-size: 14px;
    line-height: 1.25;
    margin-top: 1px;
  }

  .gift-certificate article,
  #class-list section .class-listing .class-details p {
    font-size: 14px;
    line-height: 1.25;
  }

  #class-list section .class-listing .class-dates time {
    font-size: 12px;
  }

  .three-day-intro hgroup h3 {
    font-size: 30px;
    line-height: 1.25;
  }

  .three-day-intro hgroup h1 {
    font-size: 30px;
    line-height: 1.25;
  }

  .three-day-topics section .topics ul {
    margin-left: 0px;
    font-size: 14px;
    line-height: 1.25;
  }

  .espresso-topics ul,
  .two-day-barista-topics,
  .three-day-barista-topics {
    margin-left: 0px;
  }

  .latte-too .latte-plan>div,
  .quality-topics .plan-your-trip div,
  #trip-planning section>div div,
  .two-day-plan div,
  .three-day-plan div {
    padding: 15px;
    font-size: 14px;
  }

  .latte-too .latte-plan div h4,
  .quality-topics .plan-your-trip div h4,
  #trip-planning section>div div h4,
  .two-day-plan div h4,
  .three-day-plan div h4 {
    font-size: 20px;
  }

  .latte-too .latte-plan div strong,
  .quality-topics .plan-your-trip div strong,
  #trip-planning section>div div strong,
  .two-day-plan div strong,
  .three-day-plan div strong {
    font-size: 16px;
    font-weight: 600;
  }

  #trip-planning section {
    position: static;
  }

  .latte-too .latte-pic img {
    position: static;
    max-width: 100%;
  }

  #location-map section .location h3 {
    font-size: 21px;
  }

  #location-map section .location>div {
    font-size: 14px;
  }

  #location-map section .location a.cta {
    padding: 4px 20px 10px 30px;
    font-size: 14px;
  }

  #location-map section .location a.contact {
    margin-left: 0px;
    position: static;
    font-size: 12px;
  }

  .gift-certificate-class section figure img {
    max-width: 100%;
  }

  .gift-certificate-class section article p {
    font-size: 14px;
  }

  .thanks-intro section hgroup h4 {
    font-size: 28px;
  }

  .thanks-intro section figure img {
    right: auto;
    max-width: 100%;
  }

  .thanks-intro section article a.cta {
    padding: 12px 30px;
    font-size: 18px;
  }


  #corporate-intro section h3 {
    font-size: 26px;
  }

  #corporate-intro section h4 {
    font-size: 17px;
  }

  #team-building section figure img {
    max-width: 100%;
  }

  .page-template-quality-coffee-class-page #header-image h1,
  .page-template-drink-building-class-page #header-image h1 {
    font-size: 100px;
  }

  .cupping-intro section figure img,
  .quality-topics section .devices figure img {
    position: static;
    max-width: 100%;
  }

  #testimonials section blockquote cite figure {
    position: static;
    float: left;
    margin-right: 15px;
  }

  #workfor section article {
    padding-left: 25px;
  }


}

@media handheld,
only screen and (max-width: 769px) and (min-width: 767) {
  #page-head hgroup #nav #main .menu-item-has-children ul {
    width: 190px;
  }
}

@media handheld,
only screen and (max-width: 766px) {

  /* Mobile Menu styles */

  body {
    padding-top: 70px;
  }

  .blog #page-head,
  .single-post #page-head,
  .page-template-front-page #page-head,
  #page-head {
    height: 70px;
    padding-top: 0px;
    min-height: 0px;
    background-color: rgba(255, 255, 255, .85);
    background-image: none;
    position: fixed;
    z-index: 100;
  }

  #page-head hgroup h6.logo,
  #page-head hgroup h6.logo a {
    height: 52px;
    margin-top: 10px;
    margin-left: 8px;
    background-size: contain;
    width: 120px;
  }

  #page-head.center-logo hgroup #nav {
    background: #fcfbf6;
    margin-top: 0px;
  }

  #page-head hgroup #toggle:checked~#nav {
    max-height: 500%;
    max-height: calc(100vh - 80px) !important;
    z-index: 99
  }

  #page-head hgroup #nav {
    top: 70px;
  }

  #page-head hgroup #nav #main {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #page-head hgroup #nav menu,
  #page-head hgroup #nav #main li {
    padding: 0px 10px;
  }

  #page-head hgroup #nav menu a:last-child,
  #page-head hgroup #nav menu a:first-child:after {
    display: none;
  }

  #page-head hgroup #nav menu {
    position: static;
  }

  #page-head hgroup #nav #main>li:last-child>ul li a,
  #page-head hgroup #nav menu a,
  #page-head hgroup #nav #main li a {
    padding: 15px 10px;
    color: #a7302d;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #f7efe6 !important;
    display: block;
  }

  #page-head hgroup #nav menu a {
    border-bottom: 0px;
  }

  #page-head hgroup #nav #main li ul {}

  #page-head hgroup #nav #main li ul li.mobileonly {
    display: block;
  }

  #page-head hgroup #nav #main li ul li a {}

  /*     #page-head hgroup #nav #main > li:last-child > a { display: none; } */
  #page-head hgroup #nav #main>li:last-child>ul {
    max-height: 100% !important;
    overflow: auto !important;
    display: block !important;
    position: static !important;
    margin: auto !important;
    padding: 0px !important;
  }

  #page-head hgroup #nav #main .menu-item-has-children ul {
    width: 100%;
    background: #fcfbf6;
  }

  #page-head hgroup #nav #main .menu-item-has-children ul li {
    padding-left: 0px;
    padding-right: 0px;
  }

  #page-head hgroup #nav #main .menu-item-has-children ul li a {
    border-bottom: 0px !important;
    text-align: center;
  }

  #page-head hgroup #nav #main .current-menu-item a,
  #page-head hgroup #nav #main .active a,
  #page-head hgroup #nav #main a:hover {
    color: #372e2a;
    opacity: 1;
  }

  /* This is the Hover/Active state for the menu item */
  #page-head hgroup .toggle {
    color: #2e1c0e;
    top: 20px;
    right: 22px;
  }

  #page-head hgroup .toggle:before {
    content: " ";
    width: 35px;
    height: 35px;
    background: url(../images/toggle.png) center no-repeat;
    background-size: 35px;
    display: inline-block;
  }

  /* 614,615,616,617,618,619,61c,61d,61ce */
  .page-template-contact-page #header-image h1 {
    margin-top: 0px;
  }

  /*     .home #header-image                         { height: 467px!important; min-height: 0px; } */
  .home #header-image {
    height: 575px !important;
    min-height: 0px;
    flex-direction: column;
  }

  #header-image,
  .page-template-about-page #header-image {
    height: 328px !important;
  }

  .page-template-testimonial-page #header-image {
    height: 328px !important;
  }

  .home div#header-image section.headings,
  .home div#header-image section.reviews {
    width: 100%;
    margin-top: 15%;
  }

  .home div#header-image section.reviews {
    text-align: center;
  }

  @media (max-width:767px) {
    .home .googrev {
      width: 285px;
      margin: 0 auto;
      display: none;
    }

    .home div#header-image section.reviews {
      margin-top: 0;
    }

    .revie {
      margin-left: 10%;
    }
  }

  #header-image section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .single-post #header-image h1 {
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 55px !important;
  }

  /*     .home #header-image h1                      { height: 165px!important; background-image: url(../images/home-title-mobile.png); margin-top: 15px; margin-bottom: 24px; margin-left: -4px;} */
  .home #header-image h1 {
    font-size: 40px;
  }

  .home #header-image h2 {
    margin-left: 0;
    margin-right: 0;
  }

  .page-template-testimonial-page #header-image h1 {
    height: 106px;
    margin-top: -62px;
  }

  .home #header-image h6 {
    height: 165px !important;
    background-image: url(../images/home-title-mobile.png);
    margin-top: 15px;
    margin-bottom: 24px;
    margin-left: -4px;
  }

  .page-template-testimonial-page #header-image h6 {
    height: 106px;
    margin-top: -62px;
  }

  #consulting-top section article {
    padding: 0px;
  }

  #consulting-top section article h3 {
    -webkit-column-break-before: initial;
    -moz-column-break-before: initial;
    column-break-before: initial;
  }

  #header-image hr {
    margin: auto;
    max-width: 240px;
  }

  #header-image h3 {
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-weight: 600;
  }

  #header-image h1 {
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-weight: 600;
  }

  .page-template-testimonial-page #video-play {
    top: -125px;
  }

  .home #play-button {
    background-size: 45px;
    padding-top: 50px;
    display: inline-block;
  }

  .page-template-about-page #header-image h1 {
    height: 88px !important;
  }

  /* kr xxx ^^^ */
  #video-play {
    margin-bottom: -100px;
    top: -120px;
    height: 100px;
    font-size: 12px;
  }

  #video-play a {
    font-size: 14px;
    padding-top: 50px;
    background-size: 45px;
  }


  #header-image a.cta.vid {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    background-position: 62px 8px;
    background-size: 20px;
    padding-left: 50px;
    margin-top: 10px;
  }

  #tell-us .type li a:hover:after,
  #tell-us .type li.ui-tabs-active a:after {
    height: 114px;
    bottom: -12px;
  }

  #tell-us>h4 {
    font-size: 10px;
    letter-spacing: 1.85px;
    padding: 7px 0px 9px;
    position: relative;
    z-index: 92;
  }

  #tell-us .type li.box-1-3 {
    width: 33.333% !important;
    float: left !important;
  }

  #tell-us .type li a {
    height: 103px;
  }

  #tell-us .type li a span {
    font-size: 0px;
    padding-top: 50px;
    background-size: 60px 60px;
    margin-top: 0px;
  }

  #tell-us .type li a span strong {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .5px;
  }

  #tell-us .type li:nth-child(1) a span {
    background-position: center -4px;
    padding-top: 45px;
  }

  #tell-us .type li:nth-child(2) a span {
    background-position: center 1px;
    padding-top: 50px;
  }

  #tell-us .type li:nth-child(3) a span {
    background-position: center 1px;
    padding-top: 50px;
    margin-left: 0px;
    background-size: 56px;
  }

  .mobilefun {
    font-size: 0px;
  }

  .mobilefun:after {
    content: "\A";
    white-space: pre;
  }

  .person-type {
    background-image: none !important;
    background-color: #2d1b0d;
  }

  .person-type section h2 {
    font-size: 27px;
    padding-top: 45px;
    line-height: 1.10;
    margin-bottom: 7px;
  }

  .person-type section h3 {
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    margin-bottom: 43px;
  }

  .person-type section article {
    border-right: 0px;
    padding-right: 0px;
    margin-bottom: 12px;
  }

  .person-type section article h4 {
    text-align: center;
    margin-top: 0px;
    font-size: 19px;
  }

  .person-type section article h4 strong {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
  }

  .person-type section article p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: .35px;
    word-spacing: .5px;
    font-weight: 300;
  }

  aside.sidebar:after {
    display: none !important;
  }

  .person-type section {
    padding: 0px 10px;
  }

  .person-type section article a.cta {
    margin: auto;
    float: none;
    display: block;
    text-align: center;
    width: 80%;
    max-width: 230px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
  }

  .person-type section .row {
    margin-bottom: 25px;
  }

  #tell-us .looking-for {
    background: #a7302d;
    padding-bottom: 7px;
    margin-top: -25px;
  }

  #mentoring section h4 {
    color: #FFF;
    font-size: 17px;
    margin-top: 9px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 300;
    line-height: 1.45;
    margin-bottom: 3px;
  }

  #mentoring section p {
    margin-bottom: 28px;
    font-size: 17px;
    font-weight: 100;
    padding-left: 10px;
    padding-right: 20px;
    margin-top: 3px;
    line-height: 1.45;
  }

  #mentoring section a.cta {
    font-size: 15px;
    padding: 13px;
    transition: all .25s;
    max-width: 230px;
    width: 100%;
    letter-spacing: 1px;
  }

  #coffee-education article,
  #tom-vincent article {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #testimonials section blockquote cite {
    position: static;
    padding-left: 0px;
  }

  .person-type section aside {
    float: none !important;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 12px;
    text-align: center;
    padding: 0px;
    line-height: 1.1;
    border-bottom: 1px solid #fcfbf6;
    padding-bottom: 12px;
  }

  .person-type section .row:last-child aside {
    border-bottom: 0px;
  }

  .person-type section aside h5 {
    margin-bottom: 20px;
  }

  .person-type section aside a {
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
    display: block;
    text-decoration: none;
  }

  .person-type section aside a .note {
    display: block;
    max-width: 110px;
    margin: 5px auto;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 5px;
  }


  #founded section {
    padding: 23px 0px 62px 0px;
  }

  #founded section h4 {
    width: 83%;
    background-size: contain;
    height: 130px;
    background-position: bottom;
    margin-bottom: 25px;
  }

  #founded section p {
    position: static;
    margin-left: 15px;
    margin-right: 15px;
  }

  #tell-us .looking-for {
    height: auto;
  }

  #tell-us .looking-for a.cta {
    margin: 6px auto 12px;
    font-size: 15px;
    padding: 6px 6px;
  }

  #wordforit,
  #wordforit>h2,
  #wordforit>h3 {
    position: static;
    text-align: center;
  }

  #wordforit .bx-wrapper {
    display: none;
  }

  #wordforit>h2 {
    font-size: 28px;
    max-width: 280px;
    margin: auto;
    margin-top: 35px;
    word-spacing: -2px;
    line-height: 1;
  }

  #wordforit>h3 {
    max-width: 260px;
    margin: auto;
    font-size: 11px;
    margin-top: 8px;
  }

  #wordforit #play-button {
    display: inline-block;
    margin-top: 25px;
    background-image: url(../images/big-play-red.png);
    color: #a7302d;
    font-size: 16px;
    padding-top: 50px;
    background-size: 40px;
  }

  #mentoring section {
    padding-top: 42px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 47px;
  }

  #mentoring section h2 {
    font-size: 27px;
    line-height: 1.05;
  }

  #mentoring section h3 {
    font-size: 12px;
    max-width: 187px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 17px;
  }

  #mentoring section .pix {
    margin-bottom: 16px;
  }

  #mentoring section hr {
    background-size: 40px;
    margin-bottom: 0px;
  }

  #mentoring section hr:before {
    width: 95px;
    left: -106px;
  }

  #mentoring section hr:after {
    width: 95px;
    right: -106px;
  }


  #bottom {
    background: url(../images/bottom_mobile.png) top right no-repeat;
    background-size: 320px;
    background-color: transparent;
    position: relative;
    top: -22px;
  }

  #bottom section {
    font-size;
    11px;
    padding-bottom: 11px;
    padding-top: 120px;
    font-size: 12px;
  }

  #bottom section h4 {
    width: 100%;
    background-size: contain;
    height: 125px;
    margin-bottom: 24px;
  }

  #bottom section:before {
    display: none;
  }

  #bottom-classes li a {
    height: 177px;
  }

  #bottom-classes li a span {
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 70px;
  }


  #mentoring section .pix li {
    display: none;
  }

  #mentoring section .pix li:nth-child(1),
  #mentoring section .pix li:nth-child(2) {
    width: 50% !important;
    display: block;
    float: left !important;
  }

  #page-foot {
    padding: 3px 0px 20px;
  }

  #page-foot section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #page-foot section h5,
  #page-foot section legend {
    margin-bottom: 2px;
    padding-top: 15px;
  }

  #page-foot section address {
    text-align: center;
    order: 1;
    -webkit-order: 1;
  }

  #page-foot section address a br {
    display: none;
  }

  #page-foot section .tips {
    text-align: center;
    -webkit-order: 2;
    order: 2;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }

  #page-foot section .tips form {
    display: none;
  }

  #page-foot section .tips,
  #page-foot section address,
  #page-foot section h5.logo {
    border: none !Important;
    width: 100%;
    float: none;
    padding: 0px !important;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: .75px;
  }

  #page-foot section h5.logo {
    order: 3;
    -webkit-order: 3;
  }

  #page-foot section .social li {
    margin: 0px -2px 0px -2px;
  }

  #page-foot section h5.logo a {
    background-position: center;
  }

  #page-foot section address a br {
    display: none;
  }

  #page-foot section h5.logo {
    margin-left: -9px;
  }

  #contact section figure,
  #contact section>div {
    padding: 0px;
  }

  #page-foot>hr,
  #page-foot section:last-child {
    display: none !important;
  }

  #archive #top-three-cats li.box-1-3 {
    margin-bottom: 25px;
  }

  #page-foot section {
    position: relative;
  }

  #page-foot section .tips nav {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -14px;
  }

  #content section main,
  #archive section main {
    padding: 0px !important;
    width: 100%;
    float: none;
  }

  aside.sidebar {
    width: 100% !important;
    float: none !important;
    margin-bottom: 0px;
  }

  #content section main article h2.post-title a,
  #archive section main article h2.post-title a {
    font-size: 24px;
  }

  #archive section main nav.paginate a {
    width: 28px;
    height: 28px;
    padding-top: 2px;
    margin-bottom: 10px;
  }

  #testimonial-top {
    position: relative;
    max-width: 272px;
    margin: auto;
    top: -28px;
    z-index: 10;
    left: auto;
    margin-bottom: -28px;
  }

  #testimonial-top section {
    padding: 15px 0px 0px;
    position: static;
    margin-top: 0px;
  }

  #testimonial-top figure {
    height: 148px;
    margin-left: 15px;
    margin-right: 15px;
  }

  #testimonial-top article {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
  }

  #testimonial-top section:before,
  #testimonial-top section:after {
    top: 8px;
    opacity: .5;
  }

  #testimonials section blockquote {
    padding: 55px 0px 0px 0px;
  }

  #testimonials section blockquote:nth-child(odd):before {
    right: -33px;
  }

  #testimonials section blockquote:nth-child(even):before {
    left: -33px;
  }

  #testimonials section blockquote p {
    font-size: 14px;
    color: #3e1a09;
    line-height: 1.45;
    position: relative;
    z-index: 1;
    margin-top: -3px;
    margin-bottom: 11px;
    letter-spacing: 0px;
  }

  #testimonials section blockquote cite {
    padding-top: 0px;
    font-size: 11px;
    line-height: 1.5;
  }

  #testimonials section blockquote cite strong {
    font-size: 11px;
  }

  #testimonials section blockquote cite figure {
    float: Left !important;
    position: static;
    width: 56px !important;
    height: 56px !important;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  #corporate-intro section {
    padding-bottom: 25px;
  }

  #corporate-intro .photo {
    margin-bottom: 20px !important;
  }

  #consulting-top section article p {
    margin-bottom: 15px;
  }

  #corporate-intro section,
  .consulting {
    padding-top: 25px;
  }

  .consulting section hr {
    padding-top: 9px;
  }

  .consulting-1,
  .consulting-2,
  .consulting-3,
  .consulting-4,
  .consulting-5 {
    padding-bottom: 25px;
    padding-top: 8px;
  }

  .consulting section article {
    margin-bottom: 0px;
  }

  #archive #top-three-cats,
  #corporate-intro .photo li,
  .consulting-6 figure img,
  .consulting-5 figure img,
  .consulting-4 figure img,
  .consulting-3 figure img,
  .consulting-1 figure img {
    display: none;
  }

  #corporate-intro .photo li:first-child,
  .consulting-6 figure img:first-child,
  .consulting-5 figure img:first-child,
  .consulting-4 figure img:first-child,
  .consulting-3 figure img:first-child,
  .consulting-1 figure img:first-child {
    display: block;
  }

  #consulting-top section {
    padding-top: 25px;
  }

  #consulting-top section>p,
  #consulting-top section>h4 {
    line-height: 1.5;
  }

  .tabber li:after {
    display: none !important;
  }

  #employment-intro,
  #about-us,
  .consulting-2,
  #testimonials {
    background-image: none !important;
  }

  #testimonials {
    padding-top: 0px;
  }

  #testimonials section blockquote {
    width: 92%;
  }

  #testimonials section blockquote:before {
    top: -27px;
    font-size: 210px;
  }

  #testimonials section blockquote:nth-child(even):before {
    left: -33px;
  }

  .page-template-espress-class-page #video-play,
  .page-template-consulting-page #video-play,
  .page-template-quality-coffee-class-page #video-play,
  .page-template-latte-art-class-page #video-play,
  .page-template-drink-building-class-page #video-play,
  .page-template-cupping-class-page #header-image h1 #video-play,
  .page-template-two-day-class-page #header-image h1 #video-play,
  .page-template-two-day-class-page #video-play,
  .page-template-3-day-class-page #video-play {
    top: -120px;
  }

  #about-us section h3 {
    font-size: 18px;
  }

  #about-us section .justified-edges {
    display: block !important;
  }

  #about-us section article a.cta {
    width: 100% !important;
    font-size: 16px;
    margin: 10px auto;
  }

  figure {
    width: 100% !important;
    float: none !important;
  }

  figure img {
    max-width: 100% !important;
    position: static !important;
  }

  #tom-vincent figure {
    position: static;
    height: 280px;
    width: 90% !important;
    margin: 10px auto;
  }

  #coffee-education section {
    position: static;
    padding: 25px 0px 25px 0px;
  }

  #coffee-education {
    background-position: top;
    background-size: cover;
  }

  #employment-intro h3 {
    font-size: 30px;
    line-height: 1.25;
  }

  #employment-intro h4 {
    font-size: 22px;
    line-height: 1.25;
  }

  .thanks-intro section {
    padding-top: 25px;
  }

  #testimonials section>hr {
    padding-bottom: 0px;
  }

  #testimonials section blockquote:after {
    margin-top: 30px;
  }

  .quality-topics section .devices ul li {
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .quality-topics section .devices ul {
    margin-bottom: 20px;
  }

  #apply {
    font-size: 28px;
  }

  #apply a.cta {
    font-size: 16px;
  }

  #opportunities section hgroup h2 {
    font-size: 30px;
  }

  #opportunities section hgroup h3 {
    font-size: 18px;
    line-height: 1.25;
  }

  #class-filter {
    display: none;
  }

  #class-list section .class-listing .class-details,
  #class-list section .class-listing .class-dates {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    border: none !important;
  }

  #class-list section .class-listing .class-dates time a .note {
    display: block;
    max-width: 105px;
    margin: 0 auto;
  }

  .gift-certificate article a.cta {
    padding: 8px 20px;
  }

  .gift-certificate figure img {
    margin-top: 10px;
  }

  .gift-certificate article p {
    font-size: 16px;
  }

  .gift-certificate article {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .gift-certificate article h3 {
    line-height: 25px;
    margin-top: 3px;
  }

  .gift-certificate article h4 {
    margin-top: 5px;
  }

  .gift-certificate article a.cta,
  .gift-certificate article a.cta:hover {
    color: #fff;
    background-color: #b5121b;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 15px auto 10px;
  }

  .page-template-3-day-class-page #header-image h1 {
    margin-left: auto;
  }

  .page-template-3-day-class-page #header-image h1 strong {
    margin-left: auto;
  }

  .three-day-intro hgroup h3 {
    font-size: 25px;
    line-height: 1.25;
  }

  #wordforit .bxslider>li {
    height: auto;
  }

  #three-day-more section {
    padding: 0px;
    position: static !important;
    height: auto !important;
  }

  .page-template-two-day-class-page #header-image h1 strong {
    margin-left: 0px;
  }

  .latte-topics ul,
  .two-day-topics section .topics ul,
  .espresso-topics ul,
  .two-day-barista-topics,
  .three-day-barista-topics,
  .three-day-topics section .topics ul {
    margin-left: 0px;
  }

  .quality-intro section hgroup h3,
  .drinks-intro hgroup h3,
  #corporate-intro section h3,
  .espresso-intro hgroup h3,
  .two-day-intro hgroup h3 {
    font-size: 28px;
    line-height: 1.25;
  }

  #corporate-intro section h4 {
    font-size: 18px;
    line-height: 1.25;
  }

  #location-map section .location {
    width: 100%;
    padding: 15px;
  }

  #location-map section .location h3 {
    font-size: 20px;
  }

  #location-map section .location a.contact {
    position: static;
    display: block;
    padding-top: 20px;
  }

  .thanks-intro section article a.cta {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    font-size: 16px;
  }

  #trip-planning section {
    position: static;
    padding: 0px 0px 0px 0px;
  }

  .trip-plan-one,
  .trip-plan-two {
    width: 100% !important;
    float: none !important;
    margin: 0px 0px !important;
  }

  .section-header+#location-map section .location {
    width: 100% !important;
  }

  .page-template-drink-building-class-page #header-image h1 strong,
  .page-template-drink-building-class-page #header-image h1 {
    margin-left: 0px;
  }

  .page-template-quality-coffee-class-page #header-image h1 strong,
  .page-template-quality-coffee-class-page #header-image h1 {
    margin-left: 0px;
  }

  .quality-topics .plan-your-trip {
    margin: auto;
  }

  #checkout .em-booking-form-details p {
    width: 100%;
  }

  #checkout section .class-details {
    padding: 15px;
  }

  #checkout section .class-details th {
    display: none;
  }

  #checkout section .class-details td {
    display: block;
    padding: 5px 0px 10px 0px;
  }

  #checkout section .class-details td:before {
    display: block;
    font-size: 13.7px;
    color: #e37c1f;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    text-align: left;
  }

  #checkout section .class-details td:nth-child(1):before {
    content: "Class Description"
  }

  #checkout section .class-details td:nth-child(2):before {
    content: "Class Dates"
  }

  #checkout section .class-details td:nth-child(3):before {
    content: "Class Price"
  }

  #checkout section .class-details td:nth-child(4):before {
    content: "Number of People"
  }

  #checkout .em-booking-form-details p input[type=checkbox]:after {
    width: 250px;
    height: 400px;
  }

  #about-us section article {
    padding-left: 0px;
    padding-right: 0px;
  }

  .person-type section article h4 strong {
    display: block;
  }

  #tell-us .looking-for,
  #class-list section,
  #consulting-top section,
  #jumpstart a.cta,
  #corporate-intro section,
  #team-building section,
  .three-day-intro section,
  #three-day-more section,
  .three-day-plan div,
  .disclaimer section,
  .two-day-plan div,
  .espresso-intro section,
  .espresso-plan>div,
  .quality-topics section .devices,
  .quality-topics .plan-your-trip div,
  .cupping-intro section,
  #mentoring section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .consulting-5 figure {
    margin-left: 0px;
  }

  #team-building section>hr {
    margin: 14px auto;
  }

  #team-building section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  #team-building {
    background-image: none;
  }

  #team-building section article {
    padding-top: 0px;
    margin-top: 0px;
  }

  #consulting-top section {
    padding-bottom: 25px;
  }

  #consulting-top section h3,
  #jumpstart h3,
  #team-building section>h3,
  #class-filter h3 {
    font-size: 22px;
  }

  #team-building section>h4 {
    font-size: 14px;
  }

  #corporate-intro .photo,
  .consulting-6 figure,
  .consulting-4 figure,
  .consulting-3 figure,
  .consulting-1 figure {
    text-align: center;
    margin-bottom: 40px;
  }

  .consulting section article {
    margin-left: 0px;
  }

  .consulting section article h2 {
    line-height: 1.25;
    margin-top: 8px;
    margin-bottom: 2px;
  }

  .consulting section article p {
    margin-bottom: 24px;
  }

  .consulting-1 h1:before,
  .consulting-2 h1:before,
  .consulting-3 h1:before {
    display: block;
    font-size: 186px;
    font-weight: 500;
    color: rgba(88, 56, 48, .1);
    position: absolute;
    top: -84px;
    left: -24px;
    z-index: 1;
  }

  .consulting-1 h1:before {
    content: "1";
  }

  .consulting-2 h1:before {
    content: "2";
    top: -88px;
    left: -28px;
  }

  .consulting-3 h1:before {
    content: "3";
    top: -87px;
  }

  .two-day-barista-topics,
  .gift-certificate-class section,
  .espresso-topics section,
  .latte-intro section,
  .past-cupping section,
  .drinks-intro section,
  .drinks-topics section,
  .three-day-topics section {
    padding: 15px 15px 15px 15px;
  }

  #consulting-top section>p,
  .tabber a,
  #consulting-top section>h4 {
    font-size: 15px;
  }

  .backto .cta {
    font-size: 14px;
    padding: 13px;
    margin: 8px auto;
    max-width: 250px;
    color: #f7f4e9;
    background: #a7302d;
    width: 100% !important;
    border: 3px solid #a7302d;
    font-weight: 600;
    letter-spacing: .25px;
  }

  .backto .cta:hover {
    color: #a7302d;
    background: #f7f4e9;
  }

  .tabber a:after {
    content: "▼";
    font-size: 12px;
    position: relative;
    left: 6px;
  }

  .two-day-topics section,
  .quality-topics section,
  .latte-topics section,
  #class-list section .class-listing {
    padding: 5px 15px 15px 15px;
  }

  .two-day-intro hgroup h4,
  .espresso-intro hgroup h4,
  .quality-intro section hgroup h4,
  .three-day-intro hgroup h4 {
    font-size: 16px;
  }

  #class-filter ul li,
  #class-filter ul li a {
    display: block;
    font-size: 15px;
    text-align: center;
  }

  #class-filter ul li a:after {
    display: none;
  }

  .gift-certificate figure {
    height: auto;
  }

  .gift-certificate article a.cta,
  .gift-certificate article a.cta:hover {
    font-size: 12px;
  }

  form.class-list select {
    font-size: 11px;
  }

  #three-day-more section {
    padding-top: 25px;
  }

  #archive section main nav.paginate .current {
    width: 28px;
    height: 28px;
    padding-top: 2px;
  }

  #team-building section a.cta {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  #three-day-more section a.cta,
  .gift-certificate-class section a.cta,
  #trip-planning section>div>div>div {
    padding-left: 15px;
    padding-right: 15px;
  }

  #three-day-more section a.cta {
    margin-bottom: 20px;
  }

  .two-day-topics section .topics-pix,
  .espresso-topics section .topics-pix,
  .quality-topics section .topics-pix,
  .latte-topics section .topics-pix,
  .drinks-topics section .topics-pix,
  .three-day-topics section .topics-pix {
    display: none;
  }

  .two-day-intro section figure {
    text-align: center;
  }

  .quality-topics section .devices figure {
    height: auto;
  }

  .espresso-plan div h4,
  .espresso-plan div div {
    padding-left: 0px;
    padding-right: 0px;
  }

  .drinks-intro section figure,
  .latte-intro figure {
    text-align: center;
    padding-right: 0px;
  }

  #apply a.cta {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #opportunities section .listing article ul li:before {
    left: 8px;
  }

  .class-intro section menu,
  .class-intro section article {
    width: 100%;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }


  #about-us section {
    padding-top: 32px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 30px;
  }

  #about-us section hr.bean {
    margin-bottom: 14px;
    order: 1;
    -webkit-order: 1;
  }

  #about-us section h3 {
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 1px;
    order: 2;
    -webkit-order: 2;
  }

  #about-us section h3+hr {
    order: 4;
    -webkit-order: 4;
    margin-bottom: 26px;
  }

  #about-us section figure {
    order: 5;
    -webkit-order: 5;
    text-align: center;
    margin-bottom: 12px;
  }

  #about-us section figure img {
    max-width: 270px !improtant;
    ;
    margin: auto;
  }

  #about-us section article {
    order: 6;
    -webkit-order: 6;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  #about-us section article h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #a83330;
    letter-spacing: 0px;
    margin-bottom: 8px;
    margin-top: 3px
  }

  #about-us section article p {
    font-size: 16px;
    margin-bottom: 13px;
  }

  #about-us section article a.cta {
    font-size: 14px;
    padding: 13px;
    margin: 8px auto;
    max-width: 250px;
  }

  #tom-vincent section {
    padding: 34px 0xp 40px;
  }

  #tom-vincent figure {
    height: 210px;
    max-width: 200px;
    border-left: 10px solid #f7f4e9;
    border-top: 16px solid #f7f4e9;
    border-right: 12px solid #f7f4e9;
    border-bottom: 14px solid #f7f4e9;
  }

  #tom-vincent article {
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
  }

  #tom-vincent article h3 {
    font-size: 14px;
    margin-top: 17px;
  }

  #tom-vincent article h4 {
    font-size: 31px;
    margin-bottom: 9px;
  }

  #tom-vincent article p {
    margin-left: 0px;
    font-weight: 300;
  }

  #coffee-education {
    background-image: none;
    background-color: #f7f4e9;
  }

  #coffee-education section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 0px;
  }

  #coffee-education figure {
    display: block;
    position: relative;
    right: auto;
    left: auto;
    order: 1;
    -webkit-order: 1;
    height: 255px;
    top: -44px;
    margin-bottom: -44px;
  }

  #coffee-education figure img {
    max-height: 100%;
  }

  #coffee-education article {
    order: 2;
    -webkit-order: 2;
    text-align: center;
  }

  #coffee-education article h3 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 7px;
    margin-top: 11px;
  }

  .class-intro section {
    padding: 32px 0px 80px;
  }

  .class-intro hgroup {
    padding-bottom: 15px;
    margin-bottom: 19px;
  }

  #contact section h3,
  #employment-intro h3,
  #corporate-intro section h3,
  .class-intro hgroup h3 {
    line-height: 1.1;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: .25px;
    text-align: center;
  }

  .class-intro hgroup h1 {
    line-height: 1.1;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: .25px;
    text-align: center;
  }

  #contact section h4,
  #employment-intro h4,
  #corporate-intro section h4,
  .class-intro hgroup h4 {
    font-size: 14px;
    line-height: 1.25;
    color: #bc4e04;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .class-intro hgroup h2 {
    font-size: 14px;
    line-height: 1.25;
    color: #bc4e04;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .class-intro section menu,
  .class-intro section article {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }

  .class-intro section menu img {
    width: 100%;
  }

  form.class-list {
    margin-top: 28px;
    width: 100%;
  }

  form.class-list legend {
    padding-top: 3px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }

  form.class-list select {
    margin-bottom: 17px;
    margin-left: -12px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 35px;
  }

  form.class-list .btn {
    display: block;
    margin: 27px auto 10px;
  }

  form.class-list img {
    top: -13px;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .class-intro section menu>div {
    width: 100%;
  }

  .class-intro section menu>div>h4 {
    font-size: 16px;
  }

  .class-intro section menu>div>ul li a .note {
    display: block;
  }

  #contact section {
    position: static;
    margin-top: 0px;
  }

  #contact section h4 a {
    display: block;
  }

  #three-day-more {
    background-image: none;
    background-color: #FFF;
  }

  #three-day-more section {
    padding-top: 21px;
    width: 90%;
    position: relative !important;
    top: -65px;
    padding-left;
    0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: -65px;
  }

  #three-day-more section h3 {
    font-size: 26px;
    line-height: 1.15;
    color: #3e1a09;
    font-weight: 600;
    max-width: 200px;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: .25px;
    margin-top: -10px;
    margin-bottom: 11px
  }

  #three-day-more section h4 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .28px;
  }

  #three-day-more section p {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 20px;
  }

  #three-day-more section a.cta {
    width: 100%;
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 31px;
  }

  .overview-header h2 {
    font-size: 13px;
    padding: 6px 0px;
  }

  .latte-topics section,
  .quality-topics section,
  .espresso-topics section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .latte-topics section,
  .quality-topics section,
  .espresso-topics section,
  .two-day-topics section,
  .three-day-topics section {
    padding: 0px 0px 0px 0px;
  }

  .latte-topics section .topics-pix,
  .quality-topics section .topics-pix,
  .espresso-topics section .topics-pix,
  .two-day-topics section .topics-pix,
  .three-day-topics section .topics-pix {
    display: block;
    order: 1;
    -webkit-order: 1;
    padding: 0px;
    margin: 0px;
  }

  .quality-topics section .topics-pix img,
  .espresso-topics section .topics-pix img,
  .two-day-topics section .topics-pix img,
  .three-day-topics section .topics-pix img {
    display: none;
  }

  .latte-topics section .topics-pix img,
  .quality-topics section .topics-pix img:first-child,
  .espresso-topics section .topics-pix img:first-child,
  .two-day-topics section .topics-pix img:first-child,
  .three-day-topics section .topics-pix img:first-child {
    display: block;
    width: 100%;
  }

  .latte-topics section .topics,
  .quality-topics section .topics,
  .espresso-topics .topics,
  .two-day-topics section .topics,
  .three-day-topics section .topics {
    order: 2;
    -webkit-order: 2;
    padding: 10px;
    line-height: 1.25;
  }

  .latte-topics section .topics h3,
  .espresso-topics .topics h3,
  .two-day-topics section .topics h3,
  .three-day-topics section .topics h3 {
    font-size: 18px;
  }

  article ul li:before,
  main ul li:before {
    left: 5px;
    top: 0px;
  }

  .latte-topics section .topics hr,
  .quality-topics section .topics hr,
  .espresso-topics hr,
  .two-day-topics section hr,
  .three-day-topics section hr {
    margin: 20px auto;
    max-width: 80%;
    margin-bottom: 20px;
  }

  .two-day-barista-topics img,
  .three-day-barista-topics img {
    max-width: calc(100% + 20px) !important;
    margin-left: -10px !important;
  }

  .two-day-barista-topics,
  .three-day-barista-topics {
    padding: 10px;
    line-height: 1.25;
  }

  .two-day-barista-topics ul,
  .three-day-barista-topics ul {
    padding-left: -6px;
    font-size: 16px;
  }

  .two-day-plan h2,
  .espresso-plan h2,
  .plan-your-trip h2,
  .schedule-header h2,
  .section-header h2,
  .three-day-plan h2 {
    font-size: 13px;
    padding: 6px 0px;
    font-weight: 600;
  }

  .three-day-plan hr,
  .two-day-plan hr,
  .espresso-plan hr,
  .plan-your-trip hr {
    margin: 30px auto;
  }

  #three-day-schedule section .days li div ul li:before {
    top: -2px;
  }

  .three-day-plan>div,
  .two-day-plan div,
  .espresso-plan>div,
  .plan-your-trip>div {
    padding-left: 35px;
    padding-right: 35px;
  }


  .three-day-plan div h4,
  .two-day-plan div h4,
  .espresso-plan div h4,
  .plan-your-trip div h4 {
    font-size: 24px;
  }

  .page-template-3-day-class-page .class-intro section {
    padding-bottom: 90px;
  }

  #three-day-schedule section {
    padding: 0px 0px 0px 0px;
  }

  #three-day-schedule section .days li {
    padding: 20px;
  }

  #three-day-schedule section .days li div {
    paddinG: 30px 20px 30px 30px;
  }

  #three-day-schedule section .days li div h4 {
    margin-bottom: 8px;
  }

  #three-day-schedule section .days li div ul li {
    padding: 0px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .disclaimer section p {
    font-size: 16px;
  }

  #location-map section {
    padding: 25px 25px 25px 25px;
  }

  #location-map section .location {
    text-align: center;
  }

  #location-map section .location a.cta {
    font-size: 16px;
  }

  #location-map section .location a.cta+a.contact {
    margin-left: 0px;
  }

  .gift-certificate-class section figure {
    margin-bottom: 20px;
  }

  .gift-certificate-class section article {
    text-align: center;
  }

  .gift-certificate-class section article h3 {
    font-size: 20px;
  }

  .gift-certificate-class section article h4 {
    font-size: 14px;
    line-height: 1.35;
  }

  .gift-certificate-class section article p {
    font-size: 15px;
  }

  #team-building section figure,
  .latte-too .latte-pic,
  .latte-too .latte-pic img,
  .espresso-pic {
    display: none;
  }

  .latte-too section {
    padding: 0px 0px 0px 0px;
  }

  .espresso-plans section {
    padding-left: 0px;
    padding-right: 0px;
  }

  #formbox {
    padding: 15px;
  }

  #formbox form.wpcf7-form span,
  #formbox label {
    font-size: 12px;
  }

  #formbox form.wpcf7-form select {
    margin: 10px 0px !important;
    ;
    max-width: 100%:
  }

  #page-head hgroup #nav #main li:last-child ul li {
    max-height: 1000px;
  }

  #opportunities section .listing article:last-child {
    padding-left: 0px;
  }

  #workfor section article {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  #workfor section article h3 {
    font-size: 24px;
    line-height: 1.25;
    color: #bc4e04
  }

  #contact section h4 {
    margin-bottom: 20px;
  }

  .espresso-topics hr {
    display: none;
  }

  #workfor {
    background-image: none;
  }

  #workfor section {
    padding: 30px 0px;
  }

  #trip-planning section .trip-plan-one a.cta {
    margin-bottom: 60px;
  }

  #trip-planning section .trip-plan-one img {
    display: none;
  }

  #trip-planning section .trip-plan-one>br {
    display: none;
  }


  #contact section:after {
    display: none !important;
  }

  #contact section address a {
    text-decoration: underline;
  }

  input,
  select,
  textarea {
    border-radius: 0px;
  }

  #checkout .input-field-disclaimer {
    height: auto;
  }

  #checkout .em-booking-form-details p.em-bookings-form-gateway-expiry select,
  #checkout .em-booking-form-details p.em-bookings-form-gateway-expiry select {
    width: 40% !important;
  }

  .thanks-intro section hgroup h4 {
    line-height: 1.25;
  }

  #checkout h2.buddy,
  #checkout .em-attendee-fields:before,
  #checkout .em-attendee-fields>strong,
  #checkout section .class-details h3 {
    font-size: 22px;
  }

  #checkout .em-booking-form-details p:last-child {
    margin-bottom: 20px;
  }

  #archive section main nav.paginate {
    margin-bottom: 20px;
  }

  #archive,
  #content {
    padding-bottom: 10px;
  }

  #content {
    padding-top: 3px;
  }

  #contact section>div,
  #content section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #content section main {
    order: 1;
    -webkit-order: 1;
  }

  #content section aside {
    order: 3;
    -webkit-order: 3;
  }

  #content section main:last-child {
    order: 2;
    -webkit-order: 2;
  }

  .single {
    -webkit-backface-visibility: hidden;
  }

  #opportunities section,
  #employment-intro {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #employment-intro h4 {
    padding-top: 0px;
  }

  #employment-intro .photos li {
    display: none;
  }

  #employment-intro .photos li:first-child {
    display: block;
  }

  #employment-intro p+hr {
    margin: 30px auto;
  }

  #employment-intro article h4 {
    max-width: 100%;
  }


  #contact section h3 {
    font-size: 34px;
    order: 1;
    -webkit-order: 1;
  }

  #contact section h4 {
    font-size: 18px;
    order: 2;
    -webkit-order: 2;
  }

  #contact section address {
    padding-right: 0px;
    width: 100%;
    text-align: center;
  }

  #contact section h4+address {
    order: 4;
    -webkit-order: 4;
  }

  #contact section address+address {
    order: 3;
    -webkit-order: 3;
  }

  #contact section .wpcf7 {
    order: 5;
    -webkit-order: 5;
  }

  .em-booking-submit {
    background: url(../images/pay_btn_mobile.png) center no-repeat !important;
    background-size: contain !important;
  }

  .page-template-listing-page #header-image h1 {
    height: 125px;
  }

  .page-template-listing-page #video-play {
    top: -120px;
  }

  /* Headline and Play */
  .page-template-consulting-page #header-image h1 {
    margin-top: -90px;
  }

  .page-template-3-day-class-page #header-image h1 {
    margin-top: -90px;
  }

  .page-template-two-day-class-page #header-image h1 {
    margin-top: -70px;
  }

  .page-template-espress-class-page #header-image h1 {
    margin-top: -90px;
  }

  .page-template-about-page #header-image h1 {
    margin-top: -50px;
  }

  .page-template-about-page #video-play,
  .page-template-two-day-class-page {
    top: -109px;
  }

  .downer {
    font-size: 0px;
    bottom: 5px;
  }


  #page-head {
    min-height: 0px !important;
    /* z-index: 700 !important; */
  }

  @media (min-width: 768px) {
    #page-head.center-logo {
      padding-bottom: 32px !important;
    }
  }

  #page-head.center-logo {
    padding-bottom: 32px !important;
  }

  div.grecaptcha-badge {
    opacity: 0 !important;
    display: none !important;
    visibility: collapse !important;
  }

  .class-details p a.cta {
    margin-top: 30px !important;
  }

  span.btn-wrap {
    display: block;
    text-align: center;
  }

  @media (min-width: 768px) {
    span.btn-wrap {
      text-align: left;
    }
  }


  #page-head hgroup #nav #main #menu-item-95 a {
    min-width: 104px !important;
  }

}



/* WOOCOMMERCE STYLE CHANGES */

.product-template-default #header-image,
.woocommerce-cart #header-image,
.woocommerce-checkout #header-image,
.page-id-4015 #header-image {
  height: 110px !important;
}

@media (max-width: 766px) {

  .product-template-default #header-image,
  .woocommerce-cart #header-image,
  .woocommerce-checkout #header-image,
  .page-id-4015 #header-image {
    height: 0px !important;
  }
}

.page-id-4015 #terms {
  min-height: 50vh !important;
}

.product-template-default figure.featured-image {
  height: 0px !important;
  padding: 0px !important;
}

.product-template-default #content .meta {
  display: none !important;
}

.product-template-default form button[type="submit"] {
  width: 211px;
  height: 41px;
  background: url(../images/checkout.png) center no-repeat;
  background-size: contain;
  font-size: 0px;
  border: none;
  display: inline-block;
  position: relative;
  /*     top: -10px; */
  cursor: pointer;
  background-color: transparent !important;
}

.product-template-default form button[type="submit"]:hover {
  width: 211px;
  height: 41px;
  background: url(../images/checkout.png) center no-repeat;
  background-size: contain;
  font-size: 0px;
  border: none;
  display: inline-block;
  position: relative;
  /*     top: -10px; */
  cursor: pointer;
  background-color: transparent !important;
  opacity: 0.8;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 40px;
  margin-right: 20px;
  margin-top: 2px;
}

.woocommerce-cart input[name="coupon_code"] {
  width: 100px;
  text-align: center;
  height: 38px;
  margin-right: 20px;
  margin-top: 2px;
}

.product-template-default span.posted_in,
.product-template-default div.cat,
.product-template-default #categories-2,
.product-template-default #archives-2,
.product-template-default #null-instagram-feed-2 {
  display: none !important;
}

.product-template-default #tab-title-description {
  margin-bottom: 1px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 0 !important;
}

.product-template-default aside.sidebar {
  margin-top: 48px !important;
}

.product-template-default aside.sidebar .widgets>li {
  border-bottom: 0px !important;
}

.woocommerce-cart .checkout-button,
#place_order {
  background-color: #FFC63B !important;
  text-decoration: none !important;
}


.woocommerce-cart .checkout-button:hover,
#place_order:hover {
  background-color: #FFC63B !important;
  text-decoration: none !important;
  opacity: 0.8;
}

#place_order,
#place_order:hover {
  color: #3e1a09 !important;
}

.woocommerce-checkout .woocommerce-input-wrapper input,
.woocommerce-checkout .select2-selection,
.woocommerce-checkout .select2-selection__rendered {
  min-height: 38px !important;
}

.product-template-default section.related.products {
  display: none !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #e7e4d9 !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #d7d4c9 !important;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid #d7d4c9 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

img.zoomImg,
.woocommerce-product-gallery__trigger {
  display: none !important;
}


.announcement {
  display: block;
  width: 100%;
  min-height: 32px;
  line-height: 20px;
  padding: 10px 10px;
  text-align: center;
  font-family: "proxima-nova", arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  background-color: #A7302C;
  position: fixed;
  top: 0;
  z-index: 200;
}

.announcement a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-weight: 700;
}

.announcement a:hover {
  opacity: 0.85;
}

.with-announcement {
  top: 32px !important;
}

#page-head.with-announcement+#header-image {
  margin-top: 32px;
}

@media (max-width: 766px) {
  #page-head.with-announcement+#header-image {
    height: 467px !important;
    min-height: 0px;
    margin-top: 52px;
  }
}

@media (max-width: 766px) {

  .blog #page-head.with-announcement,
  .single-post #page-head.with-announcement,
  .page-template-front-page #page-head.with-announcement,
  #page-head.with-announcement {
    height: 90px;
    padding-top: 20px;
    min-height: 0px;
    background-color: rgba(255, 255, 255, .85);
    background-image: none;
    position: fixed;
    z-index: 100;
  }
}

@media (max-width: 766px) {
  #page-head.with-announcement hgroup .toggle {
    color: #2e1c0e;
    top: 40px;
    right: 22px;
  }
}

@media (max-width: 640px) {
  .announcement a {
    font-size: 12px;
    line-height: 1;
  }
}

body.has-announcement .class-page-template #header-image {
  background-position: top center;
  height: 142px;
}


.cf7sr-g-recaptcha>div {
  margin: 0 auto;
}

#contact section form.wpcf7-form input[type=submit].submit-btn-recaptcha-margin {
  margin-top: 80px !important;
}

#archive section main article h3 {
  color: #583830;
  letter-spacing: .5px;
  font-size: 17px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}

#archive section main article p {
  line-height: 150%;
  font-size: 17px;
  color: #3e1a09;
  margin-bottom: 25px;
}

.days-checkboxes .wpcf7-list-item input[type="checkbox"]:checked+span::before {
  content: '\2713';
}

.cn-buttons-container {
  width: 100% !important;
}

.countdownbar {
  display: none !important;
}

@media (max-width: 766px) {
  li#menu-item-5170>a:first-of-type {
    display: none !important;
  }
}

.class-sidebar h5 {
  color: #a7302d;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}

.em-ticket-booking {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.input-field-dbem_state label {
  display: none;
}

.cookietable {
  border-collapse: collapse;
  border: 1px solid black;
  margin-bottom: 20px;
}

.cookietable td {
  border: 1px solid black;
  vertical-align: top;
  padding: 5px;
}

.moove-gdpr-tab-main-content ul {
  margin-bottom: 10px !important;
}

.moove-gdpr-tab-main-content ul li {
  margin-bottom: 0 !important;
}
