@charset "UTF-8";
/*
Theme Name: MCM
Author: Digital Outlook
Author URI: http://digitaloutlook.com.au/
*/
/* Print */
@media print {
  @page {
    size: auto;
    margin: 20px 30px;
  }
}

/* Desktop typo */
@font-face {
  font-family: "Archer Bold";
  src: url("./fonts/ArcherPro-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Archer Light";
  src: url("./fonts/ArcherPro-Light.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font: 20px/1 'Archer Light', sans-seif;
  letter-spacing: 0.025em;
  color: #000000;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 1.2;
    position: relative;
  }
}

h1 {
  font: 50px/1 'Archer Bold', sans-serif;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 25px;
    line-height: 1.2;
  }
}

h2 {
  font: 34px/40px 'Archer Light', sans-serif;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}

h3 {
  font: 22px/1 'Archer Bold', sans-serif;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a, a:visited {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: color .6s ease;
  -moz-transition: color .6s ease;
  -ms-transition: color .6s ease;
  -o-transition: color .6s ease;
}

a:hover {
  color: #c0c0c0;
  text-decoration: none;
}

p {
  margin-bottom: 27px;
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 18px;
  }
}

header:after, ul:after {
  content: " ";
  display: table;
  clear: both;
}

img, video {
  width: 100%;
  height: auto;
}

select {
  border-radius: 0 !important;
  outline: none !important;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .md-no-padding {
    padding: 0;
  }
  .md-no-padding-left {
    padding-left: 0;
  }
  .md-no-padding-right {
    padding-right: 0;
  }
  .md-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .md-row:after, .md-row:before {
    content: " ";
    clear: both;
    display: table;
  }
}

.button {
  display: block;
  text-align: center;
  border: 1px solid #000000;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  padding: 10.5px 10px 14.5px;
  letter-spacing: 1.2px;
  -webkit-transition: color .6s ease, border-color .6s ease;
  -moz-transition: color .6s ease, border-color .6s ease;
  -ms-transition: color .6s ease, border-color .6s ease;
  -o-transition: color .6s ease, border-color .6s ease;
}

.button:hover {
  border-color: #c0c0c0;
}

.button:active, .button:hover, .button:focus {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .button {
    font-size: 16px;
    line-height: 16px;
    padding: 6px 10px;
  }
}

.float-none {
  float: none;
}

.margin-auto {
  margin: auto;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  border-radius: 0 !important;
  outline: none !important;
}

/* Header */
header {
  padding: 30px 0 25px;
}

@media screen and (max-width: 991px) {
  header {
    padding: 15px 0 22px;
  }
}

header .row {
  position: relative;
}

@media screen and (max-width: 991px) {
  header .row {
    position: static;
  }
}

header .row .main-logo {
  padding-right: 9px;
}

@media screen and (max-width: 991px) {
  header .row .main-logo {
    width: 34.54545%;
  }
}

header .row .open-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 20px;
  background: transparent url("./images/menu-open.png") no-repeat center;
  background-size: contain;
}

header .row .right-col {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  header .row .right-col {
    display: none;
    left: 0;
    background: #fff;
    z-index: 990;
    padding-top: 15px;
  }
}

header .row .right-col .cherry-logo {
  position: absolute;
  top: -4px;
  right: 15px;
}

header .row .right-col .cherry-logo .svg svg {
  width: 18px;
  height: 26px;
}

@media screen and (max-width: 991px) {
  header .row .right-col .cherry-logo {
    position: static;
  }
}

header .row .right-col .close-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 21px;
  height: 21px;
  background: transparent url("./images/menu-close.png") no-repeat center;
  background-size: contain;
}

header .row .right-col .main-menu {
  position: absolute;
  bottom: -4px;
  right: 15px;
  text-align: right;
  float: none;
}

@media screen and (max-width: 991px) {
  header .row .right-col .main-menu {
    position: static;
    text-align: left;
    margin-top: 15px;
  }
}

header .row .right-col .main-menu li {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

@media screen and (min-width: 992px) {
  header .row .right-col .main-menu li.current-menu-item a:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 16px;
    margin-left: -6px;
    border-bottom: 1px solid #000000;
  }
}

header .row .right-col .main-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 17px;
}

header .row .right-col .main-menu li a:after {
  content: " ";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 16px;
  margin-left: -6px;
  border-bottom: 1px solid #c0c0c0;
  -webkit-transition: opacity .6s ease;
  -moz-transition: opacity .6s ease;
  -ms-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
}

@media screen and (max-width: 991px) {
  header .row .right-col .main-menu li a {
    display: block;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  header .row .right-col .main-menu li a:hover:after {
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {
  header .row .right-col .main-menu li + li:before {
    content: "·";
    padding: 0 8px 0 3px;
  }
}

@media screen and (max-width: 991px) {
  header .row .right-col .main-menu li {
    font-size: 20px;
    line-height: 30px;
    display: block;
  }
}

header .row .right-col .call-email {
  font-size: 20px;
  line-height: 30px;
  display: block;
  position: absolute;
}

header .row .right-col .call-email a {
  text-decoration: none;
  text-transform: uppercase;
}

@media print {
  header.visible-print .main-logo .svg svg {
    width: 156px;
    height: 75.8px;
  }
}

.offering-table {
  position: relative;
  font-size: 16px;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .offering-table {
    font-size: 11px;
  }
}

.offering-table a {
  text-decoration: none;
}

.offering-table a:hover {
  text-decoration: underline;
}

.offering-table .col-1 {
  display: table-cell;
  width: 12.63682%;
  padding: 17px 9px;
}

.offering-table .col-4 {
  width: 87.36318%;
}

@media screen and (max-width: 991px) {
  .offering-table .col-4 {
    width: 100%;
  }
}

.offering-table .col-2 {
  width: 22.20957%;
  padding: 17px 9px;
  display: table-cell;
}

@media screen and (max-width: 991px) {
  .offering-table .col-2 {
    padding: 7px 8px;
  }
}

@media screen and (max-width: 991px) {
  .offering-table .col-2:nth-child(1) {
    width: 26.55172%;
    padding: 7px 0;
  }
}

@media screen and (max-width: 991px) {
  .offering-table .col-2:nth-child(2) {
    width: 23.44828%;
  }
}

@media screen and (max-width: 991px) {
  .offering-table .col-2:nth-child(3) {
    width: 23.7931%;
  }
}

.offering-table .col-3 {
  width: 33.3713%;
  padding: 17px 9px;
}

@media screen and (max-width: 991px) {
  .offering-table .col-3 {
    width: 26.2069%;
    padding: 7px 8px;
  }
}

.offering-table .thead {
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
}

.offering-table .thead:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen and (min-width: 992px) {
  .offering-table .thead.visible-md {
    display: table !important;
    width: 100%;
  }
  .offering-table .thead.visible-md > .md-table {
    display: table-row;
  }
  .offering-table .thead.visible-md .col-4 {
    display: table-cell;
    width: 100%;
  }
  .offering-table .thead.visible-md .col-4 > .md-table {
    display: table;
    width: 100%;
  }
  .offering-table .thead.visible-md .col-4 > .md-table > .md-trow {
    display: table-row;
  }
  .offering-table .thead.visible-md .col-4 .col-3 {
    display: table-cell;
  }
}

@media screen and (max-width: 991px) {
  .offering-table .thead.visible-xs {
    display: table !important;
    width: 100%;
  }
  .offering-table .thead .col-1 {
    display: none;
  }
  .offering-table .thead .col-2:nth-child(1) {
    padding-left: 0;
  }
  .offering-table .thead .col-2:nth-child(2) {
    padding-left: 0;
  }
  .offering-table .thead .col-2:nth-child(3) {
    padding-left: 0;
  }
  .offering-table .thead .col-4 {
    display: table-row;
  }
}

.offering-table .tbody {
  display: table;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .offering-table .tbody {
    border-bottom: 1px solid #000000;
  }
}

.offering-table .tbody > .trow {
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 992px) {
  .offering-table .tbody .trow {
    display: table-row;
  }
}

@media screen and (min-width: 992px) {
  .offering-table .tbody .trow + .trow .col-1, .offering-table .tbody .trow + .trow .col-4 {
    border-top: 1px solid #000000;
  }
}

.offering-table .tbody .col-1 {
  text-transform: uppercase;
  padding: 16px 9px;
  display: table-cell;
}

@media screen and (max-width: 991px) {
  .offering-table .tbody .col-1 {
    width: 100%;
    float: none;
    border-bottom: 1px solid #000000;
    text-transform: none;
    text-align: center;
    padding: 6px 9px;
    font-size: 16px;
    display: table;
  }
}

.offering-table .tbody .col-2 {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 15.5px 9px;
  display: table-cell;
}

@media screen and (max-width: 991px) {
  .offering-table .tbody .col-2 {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 7px 8px;
  }
}

.offering-table .tbody .col-2:nth-child(1) {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .offering-table .tbody .col-2:nth-child(1) {
    width: 26.55172%;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .offering-table .tbody .col-2:nth-child(2) {
    width: 23.44828%;
  }
}

.offering-table .tbody .col-2:nth-child(3) {
  border-right: 0;
}

@media screen and (max-width: 991px) {
  .offering-table .tbody .col-2:nth-child(3) {
    width: 23.7931%;
  }
}

.offering-table .tbody .col-3 {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 15.5px 9px;
  display: table-cell;
}

@media screen and (max-width: 991px) {
  .offering-table .tbody .col-3 {
    display: table-cell;
    float: none;
    padding: 7px 9px;
  }
}

.offering-table .tbody .col-4 {
  border-left: 1px solid #000000;
}

.offering-table .tbody .col-4 .md-table {
  display: table;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .offering-table .tbody .col-4 {
    display: table-cell;
  }
}

@media screen and (max-width: 991px) {
  .offering-table .tbody .col-4 {
    border-left: 0;
  }
  .offering-table .tbody .col-4 .trow {
    display: table-row;
    border-bottom: 1px solid #000000;
  }
}

.offering-table .tbody .trow.last {
  border-bottom: 0;
}

.offering-table .tbody .trow.last .col-2, .offering-table .tbody .trow.last .col-3 {
  border-bottom: 0;
}

.bx-wrapper {
  margin-bottom: 30px;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
  left: 0;
}

.bx-wrapper .bx-pager {
  bottom: auto;
  padding-top: 30px;
  top: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  height: 13px;
  width: 13px;
  background: #fff;
  border: 1px solid #000000;
  margin: 0 4.5px;
  border-radius: 50%;
  background-origin: content-box;
  position: relative;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover:after, .bx-wrapper .bx-pager.bx-default-pager a.active:after {
  content: " ";
  display: block;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover:after {
  background: #c0c0c0;
}

@media screen and (max-width: 991px) {
  .contact-form .modal-dialog {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  .contact-form .modal-dialog {
    width: 555px;
  }
}

.contact-form .modal-dialog .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #000000;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .contact-form .modal-dialog .modal-content {
    border: 0;
  }
}

.contact-form .modal-dialog .modal-content h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 36px;
}

.contact-form .modal-dialog .modal-content button.close {
  position: absolute;
  top: 2px;
  right: 18px;
  font-size: 42px;
  color: #000;
  opacity: 1;
  font-weight: 300;
  z-index: 9;
  outline: none !important;
}

.contact-form .modal-dialog .modal-content .modal-body {
  padding: 40px 36px 38px 32px;
}

@media screen and (max-width: 991px) {
  .contact-form .modal-dialog .modal-content .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-form .form-row {
  margin-top: 19px;
  position: relative;
}

.contact-form .form-row label {
  float: left;
  width: 19.8364%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .contact-form .form-row label {
    display: none;
  }
}

.contact-form .form-row label.error {
  position: absolute;
  left: 19.8364%;
  color: #ae0019;
  width: 80.1636%;
  font-size: 16px;
  line-height: 16px;
  bottom: -17px;
}

@media screen and (max-width: 991px) {
  .contact-form .form-row label.error {
    display: block;
    left: 0;
    width: 100%;
    font-size: 11px;
  }
}

.contact-form .form-row input, .contact-form .form-row textarea {
  float: left;
  width: 80.1636%;
  box-shadow: none;
  font-size: 20px;
  border: 1px solid #000000;
  outline: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 7px;
}

.contact-form .form-row input.error, .contact-form .form-row textarea.error {
  border-color: #ae0019;
}

.contact-form .form-row input::-webkit-input-placeholder, .contact-form .form-row textarea::-webkit-input-placeholder {
  color: #000000;
  font-weight: 600;
}

.contact-form .form-row input::-moz-placeholder, .contact-form .form-row textarea::-moz-placeholder {
  color: #000000;
  font-weight: 600;
}

.contact-form .form-row input:-ms-input-placeholder, .contact-form .form-row textarea:-ms-input-placeholder {
  color: #000000;
  font-weight: 600;
}

.contact-form .form-row input:-moz-placeholder, .contact-form .form-row textarea:-moz-placeholder {
  color: #000000;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .contact-form .form-row input, .contact-form .form-row textarea {
    left: 0;
    width: 100%;
    font-size: 13px;
  }
}

@media screen and (min-width: 992px) {
  .contact-form .form-row input::-webkit-input-placeholder, .contact-form .form-row textarea::-webkit-input-placeholder {
    color: transparent;
  }
  .contact-form .form-row input::-moz-placeholder, .contact-form .form-row textarea::-moz-placeholder {
    color: transparent;
  }
  .contact-form .form-row input:-ms-input-placeholder, .contact-form .form-row textarea:-ms-input-placeholder {
    color: transparent;
  }
  .contact-form .form-row input:-moz-placeholder, .contact-form .form-row textarea:-moz-placeholder {
    color: transparent;
  }
}

.contact-form .form-row textarea {
  height: 162px;
}

.contact-form .form-row #email_repeat {
  display: none;
  visibility: hidden;
}

.contact-form .row-submit {
  width: 80.1636%;
  float: right;
  margin-top: 19px;
}

@media screen and (max-width: 991px) {
  .contact-form .row-submit {
    width: 100%;
    margin-top: 14px;
  }
}

.contact-form .row-submit .mandatory {
  font-size: 14px;
  float: left;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 991px) {
  .contact-form .row-submit .mandatory {
    font-size: 11px;
    float: none;
  }
}

.contact-form .row-submit .button {
  width: 50.2551%;
  float: right;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 8px;
}

@media screen and (max-width: 991px) {
  .contact-form .row-submit .button {
    float: none;
    width: 100%;
    font-size: 16px;
  }
}

section.from-the-journal, section.featured-coffees {
  padding-top: 36px;
}

@media screen and (max-width: 991px) {
  section.from-the-journal, section.featured-coffees {
    padding-top: 15px;
  }
}

section.from-the-journal h3:first-child, section.featured-coffees h3:first-child {
  margin-bottom: 57px;
}

@media screen and (max-width: 991px) {
  section.from-the-journal h3:first-child, section.featured-coffees h3:first-child {
    margin-bottom: 32px;
    margin-top: 11px;
  }
}

section.from-the-journal .post h2, section.featured-coffees .post h2 {
  text-align: center;
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  section.from-the-journal .post h2, section.featured-coffees .post h2 {
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  section.from-the-journal .post h2, section.featured-coffees .post h2 {
    margin-top: 11px;
  }
}

section.from-the-journal .post h2 a, section.featured-coffees .post h2 a {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  section.from-the-journal .post + .post, section.featured-coffees .post + .post {
    margin-top: 30px;
  }
}

section.featured-coffees .post h2 a:before {
  content: "";
}

section.featured-coffees .post h2 a:after {
  content: "";
}

section.bread {
  padding-bottom: 7px;
}

section.bread ol {
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

section.bread ol li {
  display: inline-block;
}

section.bread ol li + li:before {
  content: ">";
  padding-left: 4px;
  padding-right: 9px;
}

section.bread ol li a {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  main.homepage {
    padding-top: 32px;
  }
}

main.homepage section.our-philosophy {
  padding-top: 35px;
}

@media screen and (max-width: 991px) {
  main.homepage section.our-philosophy {
    padding-top: 15px;
  }
}

main.homepage section.our-philosophy h1 {
  margin-bottom: 17px;
}

@media screen and (max-width: 991px) {
  main.homepage section.our-philosophy h1 {
    margin-bottom: 23px;
  }
}

main.homepage section.our-philosophy h2 {
  margin-bottom: 48px;
}

@media screen and (min-width: 992px) {
  main.homepage section.our-philosophy h2 {
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  main.homepage section.our-philosophy h2 {
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 30px;
  }
}

main.homepage section.our-philosophy .philosophy-body {
  margin-bottom: 29px;
}

@media screen and (min-width: 992px) {
  main.homepage section.our-philosophy .philosophy-body {
    line-height: 24px;
  }
}

main.homepage section.featured-origin {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  main.homepage section.featured-origin {
    padding-top: 40px;
  }
}

main.homepage section.featured-origin .row {
  position: relative;
}

main.homepage section.featured-origin h2:before {
  content: "“";
}

main.homepage section.featured-origin h2:after {
  content: "”";
}

main.homepage section.featured-origin .md-no-padding-right {
  height: 100%;
}

@media screen and (min-width: 992px) {
  main.homepage section.featured-origin .md-no-padding-right {
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    display: flex;
    vertical-align: middle;
  }
}

@media screen and (max-width: 991px) {
  main.homepage section.featured-origin .md-no-padding-right {
    text-align: center;
  }
}

main.homepage section.featured-origin .md-no-padding-right .wrap {
  margin: auto;
}

@media screen and (min-width: 992px) {
  main.homepage section.featured-origin .md-no-padding-right .wrap h3 {
    margin-bottom: 39px;
  }
}

main.homepage section.featured-origin .md-no-padding-right .wrap h2 {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  main.homepage section.featured-origin .md-no-padding-right .wrap h2 {
    line-height: 41px;
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 992px) {
  main.homepage section.featured-origin .md-no-padding-right .wrap .button {
    margin-bottom: 20px;
  }
}

main.homepage section.featured-offering {
  padding-top: 37px;
}

@media screen and (max-width: 991px) {
  main.homepage section.featured-offering {
    padding-top: 15px;
  }
}

main.homepage section.featured-offering .offering-table {
  margin-top: 28px;
  margin-bottom: 59px;
}

@media screen and (max-width: 991px) {
  main.homepage section.featured-offering .offering-table {
    margin-bottom: 35px;
  }
}

section.main-content article {
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  section.main-content article {
    line-height: 1.2;
  }
}

section.main-content article h2 {
  text-align: center;
}

section.main-content article h3 {
  margin-top: 50px;
  margin-bottom: 53px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  section.main-content article h3 {
    margin-top: 27px;
    margin-bottom: 28px;
  }
}

section.main-content article p {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  section.main-content article p {
    margin-bottom: 18px;
  }
}

section.main-content article blockquote {
  margin-top: 4px;
  margin-bottom: 4px;
  border: 0;
  font: 34px/40px 'Archer Light', sans-serif;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 20px;
  padding-top: 26px;
}

@media screen and (max-width: 991px) {
  section.main-content article blockquote {
    font-size: 20px;
    padding-top: 9px;
    padding-bottom: 7px;
    line-height: 1.2;
  }
}

section.main-content article img {
  width: auto;
  float: left;
  margin-right: 40px;
  margin-bottom: 25px;
  margin-top: 6px;
}

@media screen and (max-width: 991px) {
  section.main-content article img {
    float: none;
    width: 63.10345%;
    margin: 0 auto 32px;
    height: auto;
    display: block;
  }
}

section.main-content article img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  float: none;
  display: block;
}

@media screen and (max-width: 991px) {
  section.main-content article img.aligncenter {
    width: auto;
    max-width: 100%;
  }
}

@media print {
  section.main-content article img.alignleft {
    display: none;
  }
}

section.main-content article .gallery {
  margin-top: 57px;
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  section.main-content article .gallery {
    margin-top: 30px;
    padding-bottom: 0;
  }
}

section.main-content article .gallery figure {
  position: relative;
}

section.main-content article .gallery figure .gallery-icon img {
  width: 100%;
  float: none;
  margin: 0;
}

@media screen and (min-width: 992px) {
  section.main-content article .gallery figure .gallery-icon {
    width: 55.22388%;
    float: left;
    left: 22.38806%;
    position: relative;
  }
}

section.main-content article .gallery figure figcaption {
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 18px;
}

@media screen and (min-width: 992px) {
  section.main-content article .gallery figure figcaption {
    float: left;
    width: 19.40299%;
    padding-right: 15px;
    position: absolute;
    right: 0;
    bottom: 29px;
  }
  section.main-content article .gallery figure figcaption:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16px;
    border-bottom: 1px solid #000000;
  }
}

@media screen and (max-width: 991px) {
  section.main-content article .gallery figure figcaption {
    text-align: center;
    padding-top: 10px;
    font-size: 11px;
    padding-bottom: 0;
  }
}

section.main-content article .gallery figure:after {
  content: ' ';
  clear: both;
  display: table;
}

section.main-content article .gallery:after {
  content: ' ';
  clear: both;
  display: table;
}

section.main-content article .bx-wrapper {
  margin-top: 57px;
}

section.main-content article .bx-wrapper .gallery {
  margin-top: 0;
}

@media print {
  section.main-content article .bx-wrapper {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  section.main-content article .bx-wrapper {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  section.main-content article .bx-wrapper {
    margin-top: 36px;
  }
  section.main-content article .bx-wrapper .bx-pager {
    padding-top: 0;
  }
}

section.main-content article ul {
  margin: auto auto 10px;
}

@media screen and (min-width: 992px) {
  section.main-content article ul {
    padding: 0 0 0 80px;
  }
}

@media screen and (max-width: 991px) {
  section.main-content article ul {
    padding: 0 0 0 40px;
  }
}

section.main-content article ul li {
  margin-bottom: 15px;
}

section.main-content article ul li:before {
  content: "•";
  display: inline-block;
  padding-right: 10px;
}

main.about-us section.main-content {
  padding-top: 15px;
}

@media screen and (min-width: 992px) {
  main.about-us section.main-content {
    padding-top: 36px;
  }
}

main.about-us section.main-content article h1 {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  main.about-us section.main-content article h1 {
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 991px) {
  main.about-us section.main-content article h1 {
    margin-top: 14px;
  }
}

main.about-us section.main-content article h2 {
  text-align: center;
  margin-bottom: 28px;
}

@media screen and (min-width: 992px) {
  main.about-us section.main-content article h2 {
    padding-left: 53px;
    padding-right: 53px;
    margin-bottom: 47px;
  }
}

main.about-us section.the-team {
  padding-top: 4px;
}

@media screen and (max-width: 991px) {
  main.about-us section.the-team h3 {
    margin-top: 5px;
  }
}

main.about-us section.the-team h3.show-members {
  cursor: pointer;
  margin-bottom: 30px;
  text-transform: capitalize;
}

main.about-us section.the-team .the-members-list {
  margin-top: 57px;
}

@media screen and (max-width: 991px) {
  main.about-us section.the-team .the-members-list {
    margin-top: 31px;
  }
}

main.about-us section.the-team .the-members-list .member {
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 991px) {
  main.about-us section.the-team .the-members-list .member {
    margin-bottom: 16px;
  }
  main.about-us section.the-team .the-members-list .member:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  main.about-us section.the-team .the-members-list .member .member-image {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  main.about-us section.the-team .the-members-list .member .member-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    vertical-align: middle;
  }
}

@media screen and (max-width: 991px) {
  main.about-us section.the-team .the-members-list .member .member-info {
    padding-left: 0;
    padding-right: 0;
  }
}

main.about-us section.the-team .the-members-list .member .member-info .wrap {
  margin: auto;
}

main.about-us section.the-team .the-members-list .member .member-info .wrap h4 {
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 23px;
}

main.about-us section.the-team .the-members-list .member .member-info .wrap h4:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 991px) {
  main.about-us section.the-team .the-members-list .member .member-info .wrap h4 {
    text-align: center;
    font-size: 16px;
    padding-bottom: 14px;
    margin-bottom: 30px;
    margin-top: 32px;
  }
  main.about-us section.the-team .the-members-list .member .member-info .wrap h4:after {
    left: 50%;
    margin-left: -8px;
  }
}

main.about-us section.the-team .the-members-list .member .member-info .wrap p {
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  main.about-us section.the-team .the-members-list .member .member-info .wrap p {
    line-height: 1.2;
    font-size: 15px;
  }
}

main.about-us section.the-team .the-members-list .member .member-info .wrap p:last-child {
  margin-bottom: 15px;
}

main.about-us section.mcm-ml {
  padding-top: 6px;
}

@media screen and (max-width: 991px) {
  main.about-us section.mcm-ml {
    padding-top: 0;
  }
}

main.about-us section.mcm-ml h3 {
  margin-bottom: 53px;
}

@media screen and (max-width: 991px) {
  main.about-us section.mcm-ml h3 {
    margin-top: 4px;
    margin-bottom: 30px;
  }
}

main.about-us section.mcm-ml article blockquote:last-child {
  margin-bottom: 0;
}

main.about-us section.from-the-journal {
  padding-top: 7px;
}

main.current-offering section.main-content {
  padding-top: 36px;
}

@media screen and (max-width: 991px) {
  main.current-offering section.main-content {
    padding-top: 15px;
  }
}

main.current-offering section.main-content article h1 {
  margin-bottom: 37px;
}

@media screen and (max-width: 991px) {
  main.current-offering section.main-content article h1 {
    margin-bottom: 28px;
  }
}

main.current-offering section.main-content article h2 {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  main.current-offering section.main-content article h2 {
    padding-left: 53px;
    padding-right: 53px;
    margin-bottom: 47px;
  }
}

main.current-offering .current-offering-table {
  font-size: 16px;
  line-height: 19px;
}

@media screen and (min-width: 992px) {
  main.current-offering .current-offering-table.mob-version {
    visibility: hidden;
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  main.current-offering .current-offering-table {
    font-size: 12px;
  }
}

main.current-offering .current-offering-table .col-name {
  width: 18.70647%;
}

main.current-offering .current-offering-table .col-region {
  width: 10.34826%;
}

main.current-offering .current-offering-table .col-processing {
  width: 12.83582%;
}

main.current-offering .current-offering-table .col-cupping-notes {
  width: 28.95522%;
}

main.current-offering .current-offering-table .col-qty {
  width: 3.8806%;
}

main.current-offering .current-offering-table .col-packaging {
  width: 14.22886%;
}

main.current-offering .current-offering-table .col-availability {
  width: 11.04478%;
}

main.current-offering .current-offering-table .the-table-head:after {
  content: " ";
  display: table;
  clear: both;
}

main.current-offering .current-offering-table .the-table-head .col-name, main.current-offering .current-offering-table .the-table-head .col-region, main.current-offering .current-offering-table .the-table-head .col-processing, main.current-offering .current-offering-table .the-table-head .col-cupping-notes, main.current-offering .current-offering-table .the-table-head .col-qty, main.current-offering .current-offering-table .the-table-head .col-packaging, main.current-offering .current-offering-table .the-table-head .col-availability {
  float: left;
  padding: 0 9px 9px;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
}

main.current-offering .current-offering-table .the-table-head .col-qty {
  padding-left: 4px;
}

main.current-offering .current-offering-table .the-table-head .col-availability {
  padding-left: 2px;
}

main.current-offering .current-offering-table .row-origin {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 32px;
  padding: 15px 10px;
}

main.current-offering .current-offering-table .the-table-body {
  display: table;
  width: 100%;
  border-top: 1px solid #000000;
  margin-left: 1px;
}

main.current-offering .current-offering-table .the-table-body .table-row {
  display: table-row;
  border-bottom: 1px solid #000000;
  width: 100%;
}

main.current-offering .current-offering-table .the-table-body .table-row .col-name, main.current-offering .current-offering-table .the-table-body .table-row .col-region, main.current-offering .current-offering-table .the-table-body .table-row .col-processing, main.current-offering .current-offering-table .the-table-body .table-row .col-cupping-notes, main.current-offering .current-offering-table .the-table-body .table-row .col-qty, main.current-offering .current-offering-table .the-table-body .table-row .col-packaging, main.current-offering .current-offering-table .the-table-body .table-row .col-availability {
  display: table-cell;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 14px 9px;
}

main.current-offering .current-offering-table .the-table-body .table-row .col-name {
  text-transform: uppercase;
}

main.current-offering .current-offering-table .the-table-body .table-row .col-name a {
  text-decoration: underline;
}

main.current-offering .current-offering-table .the-table-body .table-row .col-processing, main.current-offering .current-offering-table .the-table-body .table-row .col-cupping-notes {
  border-right: 0;
}

main.current-offering .current-offering-table .the-table-body .table-row .col-cupping-notes, main.current-offering .current-offering-table .the-table-body .table-row .col-qty {
  border-left: 1px solid #000000;
}

main.current-offering .current-offering-table .the-table-body .table-row .col-availability {
  border-right: 0;
}

main.current-offering .current-offering-table .the-table-body .table-row .col-qty {
  text-align: center;
}

main.current-offering .current-offering-table .buttons-group {
  margin-top: 59px;
}

@media screen and (max-width: 991px) {
  main.current-offering .current-offering-table .buttons-group {
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }
  main.current-offering .current-offering-table .buttons-group .col-md-6 + .col-md-6 {
    margin-top: 15px;
  }
}

main.current-offering .current-offering-table .bx-wrapper + .bx-wrapper {
  margin-top: 24px !important;
}

main.current-offering .current-offering-table .current-offering-table-slider .table-row:after {
  content: " ";
  clear: both;
  display: block;
}

main.current-offering .current-offering-table .current-offering-table-slider .col-name, main.current-offering .current-offering-table .current-offering-table-slider .col-region, main.current-offering .current-offering-table .current-offering-table-slider .col-processing, main.current-offering .current-offering-table .current-offering-table-slider .col-cupping-notes, main.current-offering .current-offering-table .current-offering-table-slider .col-qty, main.current-offering .current-offering-table .current-offering-table-slider .col-packaging, main.current-offering .current-offering-table .current-offering-table-slider .col-availability {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  padding: 20px 15px 18px;
  height: 100%;
}

main.current-offering .current-offering-table .current-offering-table-slider .row-origin {
  margin-top: 0;
  font-size: 16px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 15px;
}

main.current-offering .current-offering-table .current-offering-table-slider .row-origin p.scroll-for-more {
  text-transform: none;
  font-size: 11px;
  text-align: center;
  line-height: 11px;
  height: 11px;
  margin-top: -1px;
  margin-bottom: 0;
}

main.current-offering .current-offering-table .current-offering-table-slider .row-origin p.scroll-for-more i.fa {
  font-size: 19px;
  position: relative;
  top: 3px;
}

main.current-offering .current-offering-table .current-offering-table-slider .row-origin p.scroll-for-more i.fa.fa-angle-left {
  padding-right: 6px;
}

main.current-offering .current-offering-table .current-offering-table-slider .row-origin p.scroll-for-more i.fa.fa-angle-right {
  padding-left: 6px;
}

main.current-offering .current-offering-table .current-offering-table-slider .col-name {
  text-transform: uppercase;
}

main.current-offering .current-offering-table .current-offering-table-slider .col-name a {
  text-decoration: none;
}

main.current-offering .current-offering-table .current-offering-table-slider .col-cupping-notes {
  text-align: left;
}

main.current-offering .current-offering-table .current-offering-table-slider .col-name + .col-region {
  border-left: 1px solid #000000;
}

main.current-offering .current-offering-table .current-offering-table-slider .col-region + .col-processing {
  border-left: 1px solid #000000;
}

main.current-offering .current-offering-table .current-offering-table-slider .col-processing + .col-cupping-notes {
  border-left: 1px solid #000000;
}

main.current-offering .current-offering-table .current-offering-table-slider .col-cupping-notes + .col-qty {
  border-left: 1px solid #000000;
}

main.current-offering .current-offering-table .current-offering-table-slider .col-qty + .col-packaging {
  border-left: 1px solid #000000;
}

main.current-offering .current-offering-table .current-offering-table-slider .col-packaging + .col-availability {
  border-left: 1px solid #000000;
}

main.current-offering .current-offering-table .current-offering-table-slider .table-row {
  border-bottom: 1px solid #000000;
}

main.current-offering .current-offering-table .current-offering-table-slider .table-head .col-name, main.current-offering .current-offering-table .current-offering-table-slider .table-head .col-region, main.current-offering .current-offering-table .current-offering-table-slider .table-head .col-processing, main.current-offering .current-offering-table .current-offering-table-slider .table-head .col-cupping-notes, main.current-offering .current-offering-table .current-offering-table-slider .table-head .col-qty, main.current-offering .current-offering-table .current-offering-table-slider .table-head .col-packaging, main.current-offering .current-offering-table .current-offering-table-slider .table-head .col-availability {
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-top: 7px;
  border-left: 0;
}

main.current-offering .current-offering-table .current-offering-table-slider .table-head .col-cupping-notes {
  text-align: center;
}

main.coffee-detail section.main-content {
  padding-top: 36px;
}

main.coffee-detail section.main-content .coffee-meta {
  margin-top: 48px;
  margin-bottom: 48px;
  list-style: none;
  padding: 0;
}

main.coffee-detail section.main-content .coffee-meta li:before {
  content: "";
  display: none;
}

main.coffee-detail section.main-content .coffee-meta .meta-name {
  text-align: right;
  text-transform: uppercase;
}

main.coffee-detail section.main-content article h2 {
  margin-bottom: 48px;
}

main.coffee-detail .buttons-group {
  margin-top: 28px;
}

@media screen and (min-width: 992px) {
  main.coffee-detail .buttons-group .has-three {
    left: 12.5%;
  }
  main.coffee-detail .buttons-group .has-two {
    left: 25%;
  }
  main.coffee-detail .buttons-group .has-one {
    left: 37.5%;
  }
}

@media screen and (max-width: 991px) {
  main.coffee-detail .buttons-group .col-md-3 + .col-md-3 {
    margin-top: 15px;
  }
}

main.coffee-detail .featured-coffees h2 a {
  text-transform: none;
}

main.origins-listing section.main-content {
  padding-top: 37px;
}

@media screen and (max-width: 991px) {
  main.origins-listing section.main-content {
    padding-top: 14px;
  }
}

main.origins-listing section.main-content article h1 {
  margin-bottom: 37px;
}

@media screen and (max-width: 991px) {
  main.origins-listing section.main-content article h1 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 992px) {
  main.origins-listing section.main-content article h2 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

main.origins-listing section.the-origins-list {
  padding-top: 18px;
}

main.origins-listing section.the-origins-list .the-list .origin-item {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  main.origins-listing section.the-origins-list .the-list .origin-item {
    margin-top: 35px;
  }
}

@media screen and (min-width: 992px) {
  main.origins-listing section.the-origins-list .the-list .origin-item .origin-thumb {
    width: 17.41294%;
    padding-right: 20px;
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  main.origins-listing section.the-origins-list .the-list .origin-item .origin-detail {
    margin-top: 33px;
  }
}

@media screen and (min-width: 992px) {
  main.origins-listing section.the-origins-list .the-list .origin-item .origin-detail {
    width: 82.58706%;
    padding-left: 22px;
  }
}

main.origins-listing section.the-origins-list .the-list .origin-item .origin-detail h4.origin-name {
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 26px;
  margin-bottom: 23px;
  margin-top: -4px;
  position: relative;
  text-transform: uppercase;
}

main.origins-listing section.the-origins-list .the-list .origin-item .origin-detail h4.origin-name a {
  text-decoration: none;
}

main.origins-listing section.the-origins-list .the-list .origin-item .origin-detail h4.origin-name:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 991px) {
  main.origins-listing section.the-origins-list .the-list .origin-item .origin-detail h4.origin-name {
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  main.origins-listing section.the-origins-list .the-list .origin-item .origin-detail h4.origin-name:after {
    content: " ";
    margin-left: -8px;
    left: 50%;
  }
}

main.origins-listing section.the-origins-list .the-list .origin-item .origin-detail .origin-desc {
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  main.origins-listing section.the-origins-list .the-list .origin-item .origin-detail .origin-desc {
    font-size: 15px;
    line-height: 1.2;
  }
}

main.origins-listing section.the-origins-list .the-list .origin-item .origin-detail .read-more {
  margin-top: -5px;
  display: block;
}

@media screen and (max-width: 991px) {
  main.origins-listing section.the-origins-list .the-list .origin-item .origin-detail .read-more {
    font-size: 15px;
    line-height: 1.2;
  }
}

main.origins-listing section.the-origins-list .the-list .origin-item:after {
  content: " ";
  display: table;
  clear: both;
}

main.origins-listing section.the-origins-list .the-list:after {
  content: " ";
  display: table;
  clear: both;
}

main.origins-listing section.featured-coffees {
  padding-top: 32px;
}

main.origin-detail section.main-content {
  padding-top: 35px;
}

@media screen and (max-width: 991px) {
  main.origin-detail section.main-content {
    padding-top: 9px;
  }
}

main.origin-detail section.main-content h1 {
  margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
  main.origin-detail section.main-content h1 {
    margin-bottom: 23px;
  }
}

main.origin-detail section.main-content h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  main.origin-detail section.main-content h2 {
    margin-bottom: 30px;
  }
}

main.origin-detail section.origin-coffees {
  padding-top: 31px;
  padding-bottom: 6px;
}

@media screen and (max-width: 991px) {
  main.origin-detail section.origin-coffees {
    padding-top: 13px;
  }
}

@media screen and (min-width: 992px) {
  main.origin-detail section.origin-coffees.mob-version.visible-xs {
    display: block;
    visibility: hidden;
  }
}

main.origin-detail section.origin-coffees h3.text-center {
  margin-top: 57px;
}

@media screen and (max-width: 991px) {
  main.origin-detail section.origin-coffees h3.text-center {
    margin-top: 30px;
  }
}

main.origin-detail section.origin-coffees .scroll-for-more {
  font-size: 11px;
  text-align: center;
  line-height: 11px;
  height: 11px;
  margin-top: -6px;
}

main.origin-detail section.origin-coffees .scroll-for-more i.fa {
  font-size: 19px;
  position: relative;
  top: 3px;
}

main.origin-detail section.origin-coffees .scroll-for-more i.fa.fa-angle-left {
  padding-right: 6px;
}

main.origin-detail section.origin-coffees .scroll-for-more i.fa.fa-angle-right {
  padding-left: 6px;
}

main.origin-detail section.origin-coffees .coffees-table {
  font-size: 16px;
  margin-top: 29px;
  margin-bottom: 59px;
}

@media screen and (max-width: 991px) {
  main.origin-detail section.origin-coffees .coffees-table {
    margin-bottom: 35px;
  }
}

main.origin-detail section.origin-coffees .coffees-table .md-table {
  display: table;
  width: 100%;
}

main.origin-detail section.origin-coffees .coffees-table .trow {
  display: table-row;
  width: 100%;
}

main.origin-detail section.origin-coffees .coffees-table .col-name {
  display: table-cell;
  width: 12.63682%;
}

main.origin-detail section.origin-coffees .coffees-table .col-availability {
  display: table-cell;
  width: 19.40299%;
}

main.origin-detail section.origin-coffees .coffees-table .col-variety {
  display: table-cell;
  width: 19.40299%;
}

main.origin-detail section.origin-coffees .coffees-table .col-processing {
  display: table-cell;
  width: 19.40299%;
}

main.origin-detail section.origin-coffees .coffees-table .col-cupping-notes {
  display: table-cell;
  width: 29.15423%;
}

main.origin-detail section.origin-coffees .coffees-table .thead {
  text-transform: uppercase;
}

main.origin-detail section.origin-coffees .coffees-table .thead .col-name, main.origin-detail section.origin-coffees .coffees-table .thead .col-availability, main.origin-detail section.origin-coffees .coffees-table .thead .col-variety, main.origin-detail section.origin-coffees .coffees-table .thead .col-processing, main.origin-detail section.origin-coffees .coffees-table .thead .col-cupping-notes {
  border-bottom: 1px solid #000000;
  padding: 16px 10px;
}

main.origin-detail section.origin-coffees .coffees-table .tbody {
  line-height: 16px;
}

main.origin-detail section.origin-coffees .coffees-table .tbody .col-name {
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
  padding: 16px 0 15px 10px;
}

main.origin-detail section.origin-coffees .coffees-table .tbody .col-availability, main.origin-detail section.origin-coffees .coffees-table .tbody .col-variety, main.origin-detail section.origin-coffees .coffees-table .tbody .col-processing, main.origin-detail section.origin-coffees .coffees-table .tbody .col-cupping-notes {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 16px 10px 15px;
}

main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .table-row:after {
  content: " ";
  clear: both;
  display: block;
}

main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .col-name, main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .col-availability, main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .col-variety, main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .col-processing, main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .col-cupping-notes {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  padding: 20px 15px 18px;
  height: 100%;
}

main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .col-name {
  text-transform: uppercase;
}

main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .col-name a {
  text-decoration: none;
}

main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .col-cupping-notes {
  text-align: left;
}

main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .col-name + .col-availability {
  border-left: 1px solid #000000;
}

main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .col-availability + .col-variety {
  border-left: 1px solid #000000;
}

main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .col-variety + .col-processing {
  border-left: 1px solid #000000;
}

main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .col-processing + .col-cupping-notes {
  border-left: 1px solid #000000;
}

main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .table-row {
  border-bottom: 1px solid #000000;
}

main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .table-head .col-name, main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .table-head .col-availability, main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .table-head .col-variety, main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .table-head .col-processing, main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .table-head .col-cupping-notes {
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 9px;
}

main.origin-detail section.origin-coffees .coffees-table .coffees-table-slider .table-head .col-cupping-notes {
  text-align: center;
}

main.origin-detail section.origin-coffees.out-of-stock {
  padding-top: 27px;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  main.origin-detail section.origin-coffees.out-of-stock {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

main.origin-detail section.origin-coffees.out-of-stock h3.text-center {
  margin-top: 0;
  margin-bottom: 55px;
  line-height: 1.2;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  main.origin-detail section.origin-coffees.out-of-stock h3.text-center {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

main.how-to-order section.main-content {
  padding-top: 34px;
}

@media screen and (max-width: 991px) {
  main.how-to-order section.main-content {
    padding-top: 9px;
  }
}

main.how-to-order section.main-content article h1 {
  margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
  main.how-to-order section.main-content article h1 {
    margin-bottom: 23px;
  }
}

main.how-to-order section.main-content article h2 {
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  main.how-to-order section.main-content article h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  main.how-to-order section.main-content article p {
    margin-bottom: 18px;
  }
}

main.how-to-order section.faqs {
  padding-top: 9px;
}

@media screen and (max-width: 991px) {
  main.how-to-order section.faqs h3 {
    margin-top: 0;
  }
}

main.how-to-order section.faqs #faqs-main {
  border-top: 1px solid #000000;
  margin-top: 46px;
  margin-bottom: 59px;
}

@media screen and (max-width: 991px) {
  main.how-to-order section.faqs #faqs-main {
    margin-top: 31px;
    margin-bottom: 35px;
  }
}

main.how-to-order section.faqs #faqs-main h5 {
  font-size: 16px;
  line-height: 13px;
  padding: 17px 10px;
  outline: none !important;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  margin: 0;
}

main.how-to-order section.faqs #faqs-main h5 .ui-accordion-header-icon {
  float: right;
}

main.how-to-order section.faqs #faqs-main h5 .ui-accordion-header-icon.faq-icon {
  height: 11px;
  width: 11px;
  background: transparent url("./images/faqicon.png") no-repeat top center;
}

main.how-to-order section.faqs #faqs-main h5 .ui-accordion-header-icon.faq-icon.opened {
  background-position: bottom center;
}

main.how-to-order section.faqs #faqs-main h5 + h5 {
  margin-top: -1px;
}

main.how-to-order section.faqs #faqs-main h5.ui-accordion-header-active {
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  main.how-to-order section.faqs #faqs-main h5 {
    font-size: 11px;
    padding: 19px 11px;
  }
}

main.how-to-order section.faqs #faqs-main .ui-accordion-content {
  padding: 28px 30px;
  line-height: 24px;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 991px) {
  main.how-to-order section.faqs #faqs-main .ui-accordion-content {
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    padding: 9px 30px 14px 11px;
    line-height: 18px;
  }
}

main.how-to-order section.faqs #faqs-main .ui-accordion-content p:last-child {
  margin-bottom: 17px;
}

@media screen and (max-width: 991px) {
  main.blog-roll {
    margin-bottom: 15px;
  }
}

main.blog-roll .bread .refine li + li:before {
  content: "";
}

main.blog-roll .bread .refine li.cat + .cat:before {
  content: "·";
}

main.blog-roll .cat-name {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  main.blog-roll .cat-name {
    margin-bottom: 20px;
  }
}

main.blog-roll .blog-posts #cat-filter {
  display: block;
  width: 100%;
  padding: 4px 7px;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

main.blog-roll .blog-posts .post {
  margin-bottom: 59px;
}

@media screen and (max-width: 991px) {
  main.blog-roll .blog-posts .post {
    margin-bottom: 32px;
  }
}

main.blog-roll .blog-posts .post h3 {
  margin-top: 28px;
  margin-bottom: 21px;
}

@media screen and (max-width: 991px) {
  main.blog-roll .blog-posts .post h3 {
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
  }
}

main.blog-roll .blog-posts .post h3 a {
  text-decoration: none;
}

main.blog-roll .blog-posts .post p {
  line-height: 24px;
  margin-bottom: 22px;
}

@media screen and (max-width: 991px) {
  main.blog-roll .blog-posts .post p {
    line-height: 18px;
    margin-bottom: 18px;
  }
}

main.blog-roll .blog-posts .post .read-more {
  font-weight: 400;
}

main.blog-roll .blog-posts .post.portrait .post-thumbnail {
  padding-left: 19.87705%;
  padding-right: 19.87705%;
}

@media screen and (max-width: 991px) {
  main.blog-roll .blog-posts .post.portrait .post-thumbnail {
    padding-left: 18.62069%;
    padding-right: 18.27586%;
  }
}

@media screen and (min-width: 992px) {
  main.blog-roll .blog-posts .post.portrait .post-meta {
    padding-left: 19.87705%;
    padding-right: 40px;
  }
}

main.blog-roll .load-more-posts {
  margin-top: 2px;
}

main.blog-detail section.main-content {
  padding-top: 35px;
}

@media screen and (max-width: 991px) {
  main.blog-detail section.main-content {
    padding-top: 9px;
  }
}

main.blog-detail section.main-content h1 {
  margin-bottom: 53px;
}

@media screen and (max-width: 991px) {
  main.blog-detail section.main-content h1 {
    margin-bottom: 30px;
  }
}

main.blog-detail section.main-content h2 {
  margin-bottom: 23px;
}

@media screen and (max-width: 991px) {
  main.blog-detail section.main-content h2 {
    margin-bottom: 15px;
  }
}

main.blog-detail section.main-content h3 {
  margin-top: 60px;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  main.blog-detail section.main-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

main.blog-detail section.featured-coffees {
  padding-top: 6px;
}

@media screen and (max-width: 991px) {
  main.contact-us {
    margin-bottom: 15px;
  }
}

main.contact-us section.main-content .contact-info article {
  padding-top: 8px;
  position: relative;
}

@media screen and (min-width: 992px) {
  main.contact-us section.main-content .contact-info article {
    padding-right: 94px;
  }
}

main.contact-us section.main-content article h1 {
  margin-top: 56px;
  margin-bottom: 53px;
}

@media screen and (max-width: 991px) {
  main.contact-us section.main-content article h1 {
    margin-top: 29px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 991px) {
  main.contact-us .contact-form {
    margin-top: 46px;
    padding-left: 0;
    padding-right: 0;
  }
  main.contact-us .contact-form .form-row {
    margin-top: 14px;
  }
  main.contact-us .contact-form .form-row input, main.contact-us .contact-form .form-row textarea {
    padding: 7px 13px;
  }
  main.contact-us .contact-form .form-row textarea {
    height: 151px;
  }
  main.contact-us .contact-form .row-submit .mandatory {
    margin-bottom: 13px;
  }
  main.contact-us .contact-form .row-submit .button {
    padding: 6px;
  }
}

@media screen and (min-width: 992px) {
  main.contact-us .contact-form .form-row:first-child {
    margin-top: 0;
  }
  main.contact-us .contact-form .form-row label {
    width: 20.08197%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  main.contact-us .contact-form .form-row label {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  main.contact-us .contact-form .form-row label.error {
    position: absolute;
    left: 20.08197%;
    color: #ae0019;
    width: 79.91803%;
    font-size: 16px;
    line-height: 16px;
    bottom: -17px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  main.contact-us .contact-form .form-row label.error {
    display: block;
    left: 0;
    width: 100%;
    font-size: 11px;
  }
}

@media screen and (min-width: 992px) and (min-width: 1200px) {
  main.contact-us .contact-form .form-row input, main.contact-us .contact-form .form-row textarea {
    width: 79.91803%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  main.contact-us .contact-form .form-row input, main.contact-us .contact-form .form-row textarea {
    width: 100%;
  }
  main.contact-us .contact-form .form-row input::-webkit-input-placeholder, main.contact-us .contact-form .form-row textarea::-webkit-input-placeholder {
    color: #000000;
    font-weight: 500;
    font-family: "Archer Light", sans-serif;
  }
  main.contact-us .contact-form .form-row input::-moz-placeholder, main.contact-us .contact-form .form-row textarea::-moz-placeholder {
    color: #000000;
    opacity: 1;
    font-weight: 500;
    font-family: "Archer Light", sans-serif;
  }
  main.contact-us .contact-form .form-row input:-ms-input-placeholder, main.contact-us .contact-form .form-row textarea:-ms-input-placeholder {
    color: #000000;
    font-weight: 500;
    font-family: "Archer Light", sans-serif;
  }
  main.contact-us .contact-form .form-row input:-moz-placeholder, main.contact-us .contact-form .form-row textarea:-moz-placeholder {
    color: #000000;
    opacity: 1;
    font-weight: 500;
    font-family: "Archer Light", sans-serif;
  }
}

@media screen and (min-width: 992px) and (min-width: 1200px) {
  main.contact-us .contact-form .row-submit {
    width: 79.91803%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  main.contact-us .contact-form .row-submit {
    width: 100%;
  }
}

.modal-backdrop.in {
  background-color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .modal-backdrop.in {
    opacity: 1;
  }
}

footer {
  padding-top: 58px;
  padding-bottom: 47px;
}

@media screen and (max-width: 991px) {
  footer {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

footer .cherry-logo .svg svg {
  height: 20px;
}

footer .contact-mcm {
  font-size: 14px;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 991px) {
  footer .contact-mcm {
    margin-top: 6px;
    font-size: 12px;
  }
}

footer .subscribe {
  position: relative;
  padding: 0 10px;
  margin-top: 17px;
}

@media screen and (max-width: 991px) {
  footer .subscribe {
    margin-top: 15px;
    padding: 0;
  }
}

footer .subscribe .error-label {
  position: absolute;
  top: 100%;
  color: #ae0019;
  left: 10px;
  right: 10px;
  font-size: 16px;
  padding-top: 5px;
}

footer .subscribe .error-label.success {
  color: #000000;
}

@media screen and (max-width: 991px) {
  footer .subscribe .error-label {
    font-size: 12px;
    padding-top: 0;
  }
}

footer .subscribe input[type=email] {
  width: 100%;
  border: 1px solid #000000;
  padding: 9px 30px 9px 9px;
  font-size: 17px;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: 600;
}

footer .subscribe input[type=email]::-webkit-input-placeholder {
  color: #000000;
  font-weight: 500;
}

footer .subscribe input[type=email]::-moz-placeholder {
  color: #000000;
  opacity: 1;
  font-weight: 500;
}

footer .subscribe input[type=email]:-moz-placeholder {
  color: #000000;
  opacity: 1;
  font-weight: 500;
}

footer .subscribe input[type=email]:-ms-input-placeholder {
  color: #000000;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  footer .subscribe input[type=email] {
    font-size: 13px;
    line-height: 13px;
    padding-top: 7px;
    padding-bottom: 6px;
  }
}

footer .subscribe input[type=email].submitting {
  text-align: center;
}

footer .subscribe input[type=email].has-error {
  border-color: #ae0019;
}

footer .subscribe #__email_confirm {
  display: none !important;
  visibility: hidden !important;
}

footer .subscribe button[type=submit] {
  background: transparent;
  border: 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  padding: 0 12px;
}

@media screen and (max-width: 991px) {
  footer .subscribe button[type=submit] {
    right: 0;
  }
}

footer .subscribe button[type=submit]:hover {
  color: #c0c0c0;
}

footer .socials {
  margin-top: 29px;
}

@media screen and (max-width: 991px) {
  footer .socials {
    margin-top: 18px;
  }
}

footer .socials ul {
  text-align: center;
}

footer .socials ul li {
  display: inline-block;
  line-height: 25px;
  width: 25px;
}

footer .socials ul li a svg {
  height: 25px;
  width: auto;
}

@media screen and (max-width: 991px) {
  footer .socials ul li a svg {
    height: 20px;
  }
}

footer .socials ul li a .svg.flickr {
  top: -6px;
  display: inline-block;
  position: relative;
}

footer .socials ul li a .svg.flickr svg {
  height: 10px;
  margin-top: -5px;
}

footer .socials ul li a:hover .st0 {
  fill: #c0c0c0;
}

footer .socials ul li.facebook {
  margin-right: 57px;
}

footer .socials ul li.instagram {
  margin-right: 68px;
}

footer .socials ul li.twitter {
  margin-right: 52px;
}

footer .socials ul li.flickr {
  width: 33px;
  margin-right: 4px;
}

@media screen and (max-width: 991px) {
  footer .socials ul li.facebook {
    margin-right: 30px;
  }
  footer .socials ul li.instagram {
    margin-right: 30px;
  }
  footer .socials ul li.twitter {
    margin-right: 30px;
  }
  footer .socials ul li.flickr {
    margin-right: 0;
  }
}

footer .copyright {
  margin-top: 14px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 991px) {
  footer .copyright {
    margin-top: 20px;
  }
}

footer .copyright ul {
  text-align: center;
}

footer .copyright ul li {
  display: inline-block;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  footer .copyright ul li {
    font-size: 10px;
  }
}

footer .copyright ul li + li:before {
  content: "·";
  padding: 0 6px 0 0;
}

footer .copyright ul li a {
  text-decoration: none;
}

/*================New Style=================*/
main.current-offering .current-offering-table.archived-table .col-name,
main.current-offering .current-offering-table.archived-table .col-region,
main.current-offering .current-offering-table.archived-table .col-processing{
  width: 33.333%;
}