/*! ==========================================================================
    Theme Name: Golden Fan
    Theme URI: http://www.hermans.com.au
    Author: Hopping Mad Design
    Author URI: http://www.hoppingmad.com.au
    Description: Custom WordPress Website for Hermans
========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  color: #3d3d3d;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.4rem;
}

img {
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
   normalize.css v3.0.1 | MIT License | git.io/normalize
========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

/* ==========================================================================
   Typography
========================================================================== */
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0 0 1rem 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', Georgia, serif;
  font-weight: normal;
}

h1 {
  font-size: 2.8rem;
  font-weight: normal;
}

p {
  line-height: 1.4;
}

a {
  color: #3d3d3d;
  text-decoration: none;
}
a:hover {
  color: #ed1c24;
}

/* ==========================================================================
   Grid(s)
========================================================================== */
.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*='grid-'] {
  float: left;
  padding-right: 20px;
}
.grid [class*='grid-']:last-of-type {
  padding-right: 0;
}

.grid-2-3 {
  width: 66.66%;
}

.grid-1-2 {
  width: 50%;
}

.grid-1-3 {
  width: 33.33%;
}

.grid-1-4 {
  width: 25%;
}

.grid-1-8 {
  width: 12.5%;
}

.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad [class*='grid-']:last-of-type {
  padding-right: 20px;
}

/* ==========================================================================
   Layout
========================================================================== */
.container {
  max-width: 990px;
  margin: 0 auto;
}

.page-section {
  box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.1);
  padding: 50px 0 80px 0;
  position: relative;
}
.page-section:after {
  content: "";
  display: table;
  clear: both;
}

.site-header {
  background: url(images/bg-light.png) repeat;
  height: 175px;
  padding: 1px 0 0 0;
  z-index: 11;
  width: 100%;
}

.admin-bar .site-header-is-fixed {
  top: 32px;
}

.site-header-is-fixed {
  height: 110px;
  position: fixed;
  top: 0;
}
.site-header-is-fixed:after {
  bottom: 29px;
}

.light-section {
  background: url(images/bg-light.png) repeat;
}

.dark-section {
  background: url(images/bg-dark.jpg) repeat;
}

.site-logo {
  background: url(images/x2/logo@x2.png) 0 0 no-repeat;
  background-size: 100%;
  display: block;
  height: 150px;
  margin: 23px auto 0 auto;
  position: relative;
  z-index: 2;
  width: 240px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.site-logo-sticky {
  background: url(images/x2/logo@x2.png) 0 0 no-repeat;
  background-size: 100%;
  height: 75px;
  width: 125px;
}

@media (min-width: 990px) {
  .anchor {
    display: block;
    margin-top: -315px;
    padding-top: 315px;
    position: absolute;
    z-index: 0;
  }

  .anchor-about {
    margin-top: -340px;
    padding-top: 340px;
  }

  .header-sticky .anchor {
    margin-top: -130px;
    padding-top: 130px;
  }
  .header-sticky .anchor-about {
    margin-top: -170px;
    padding-top: 170px;
  }
}
.main-content h2, .main-content h3, .main-content h4, .main-content h5 {
  margin-top: 20px;
}
.main-content ul {
  margin-left: 17px;
}
.main-content li {
  line-height: 1.4;
}

/* Sections
========================================================================== */
.slideshow-section {
  padding-top: 30px;
  z-index: 9;
}

.section-about-button {
  text-align: center;
}

.section-products {
  text-align: center;
}

.section-distributors {
  font-family: 'Lato', Georgia, serif;
  text-align: center;
}

.section-manufacturing {
  text-align: left;
}

.section-contact {
  font-family: 'Lato', Georgia, serif;
  font-style: italic;
  font-size: 1.8rem;
  text-align: center;
  padding: 160px 0;
}

.section-promotion {
  text-align: center;
}

.change-stack {
  z-index: 50 !important;
}

/* About Us
========================================================================== */
.main-title-about {
  color: black;
}

/* Products
========================================================================== */
.product-section-title {
  margin-bottom: 35px;
}

.product-group {
  background: white;
  font-family: 'Lato', Georgia, serif;
  margin-bottom: 50px;
  padding: 35px 35px 0 35px;
}

.product-group-title {
  font-size: 2.4rem;
  font-style: italic;
  margin-bottom: 30px;
}

.product-group-description {
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.product-center {
  margin: 0 auto;
  width: auto;
}
.product-center:after {
  content: "";
  display: table;
  clear: both;
}

.product {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
.product:after {
  content: "";
  display: table;
  clear: both;
}
.product:hover .product-expander {
  background: url(images/x2/icon-expander-hover@x2.png) no-repeat;
  background-size: 100%;
}

.product-title {
  color: #3d3d3d;
  font-size: 1.8rem;
  min-height: 50px;
  padding: 0 20px;
}
.product-title.is-expanded {
  font-size: 2.2rem;
  min-height: 0;
  margin-bottom: 35px;
  padding: 0;
}

.product-photo-thumbnail {
  height: 300px;
  line-height: 300px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 300px;
}
.product-photo-thumbnail img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

.product-link:after {
  content: "";
  display: table;
  clear: both;
}

.product-expander {
  background: url(images/x2/icon-expander@x2.png) no-repeat;
  background-size: 100%;
  top: 233px;
  display: block;
  left: 50%;
  height: 50px;
  margin-left: -25px;
  position: absolute;
  width: 49px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.product-closer {
  background: url(images/x2/icon-closer@x2.png) no-repeat;
  background-size: 100%;
}

@media (min-width: 600px) {
  .product-expand {
    background: white;
    display: none;
    font-size: 1.6rem;
    max-height: 90%;
    overflow-y: auto;
    padding: 30px 30px 50px 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: left;
    z-index: 200;
    width: 990px;
  }
  .product-expand h3 {
    font-weight: 700;
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .product-expand {
    display: none;
    position: relative;
  }
}
.product-expand-description {
  margin-top: 50px;
}

.product-expand-photo {
  margin-top: 50px;
  text-align: left;
  padding-left: 20px;
}

.product-prep {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}

.product-prep-fry,
.product-prep-oven,
.product-prep-boil,
.product-prep-steam,
.product-prep-microwave {
  margin-bottom: 20px;
}
.product-prep-fry:before,
.product-prep-oven:before,
.product-prep-boil:before,
.product-prep-steam:before,
.product-prep-microwave:before {
  content: '';
  display: block;
  float: left;
  height: 23px;
  margin: 0 5px 0 0;
  width: 25px;
}
.product-prep-fry:after,
.product-prep-oven:after,
.product-prep-boil:after,
.product-prep-steam:after,
.product-prep-microwave:after {
  content: "";
  display: table;
  clear: both;
}

.product-prep-fry {
  margin-top: 15px;
}
.product-prep-fry:before {
  background: url(images/x2/icon-fry@x2.png) no-repeat;
  background-size: 100%;
}

.product-prep-oven:before {
  background: url(images/x2/icon-oven@x2.png) no-repeat;
  background-size: 100%;
}

.product-prep-steam:before {
  background: url(images/x2/icon-steam@x2.png) no-repeat;
  background-size: 100%;
}

.product-prep-boil:before {
  background: url(images/x2/icon-boil@x2.png) no-repeat;
  background-size: 100%;
}

.product-prep-microwave:before {
  background: url(images/x2/icon-microwave@x2.png) no-repeat;
  background-size: 100%;
}

.product-prep-fry-instructions,
.product-prep-oven-instructions,
.product-prep-steam-instructions,
.product-prep-boil-instructions,
.product-prep-microwave-instructions {
  display: block;
  float: right;
  width: 91%;
}

.additional-product-prep:before {
  content: '';
  display: block;
  float: left;
  height: 23px;
  margin: 0 5px 0 0;
  width: 25px;
}

.additional-product-prep-instructions {
  display: block;
  float: right;
  width: 91%;
}

.close-product {
  background: url(images/x2/close@x2.png) no-repeat;
  background-size: 100%;
  display: block;
  height: 47px;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 47px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.window-overlay {
  display: none;
  background: rgba(174, 123, 58, 0.5);
  position: fixed;
  min-height: 100%;
  width: 100%;
  z-index: 20;
}

.product-stats {
  margin: 20px 0 30px 0;
}

.product-stat {
  border-bottom: 1px dashed #231f20;
  font-family: "Lato", Arial, sans-serif;
  padding: 15px 0;
}

.product-stat-type {
  display: inline-block;
  font-family: 'Lato', Georgia, serif;
  min-width: 90px;
}

/* Distributors
========================================================================== */
.main-title-distributors {
  margin-bottom: 40px;
}

.distributor-location-group:after {
  background: #cbcbcb;
  content: '';
  display: block;
  height: 2px;
  margin: 45px auto 40px auto;
  width: 150px;
}

.distributor-companies {
  margin: 0 auto;
  max-width: 600px;
}
.distributor-companies > li {
  border-top: 1px dotted #898889;
  font-size: 1.8rem;
  list-style: none;
}
.distributor-companies > li:last-child {
  border-bottom: 1px dotted #898889;
}
.distributor-companies > li:after {
  content: "";
  display: table;
  clear: both;
}

.distributor-company-name,
.distributor-company-phone {
  display: inline-block;
  float: left;
  width: 50%;
}

.distributor-company-name {
  text-align: right;
  padding: 12px 12.5px 12px 0;
}

.distributor-company-phone {
  font-weight: 700;
  text-align: left;
  padding: 12px 0 12px 12.5px;
}

.distributor-location-title {
  background: #ffde00;
  display: inline-block;
  padding: 9px 45px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 25px;
  min-width: 150px;
}

.distributors-footer {
  font-size: 1.8rem;
}

/* Contact Manufacuring
========================================================================== */
.contact-manufacturing-content {
  padding-top: 15px;
}

.contact-manufacturing-photo img {
  border: 2px solid white;
}

/* Contact Us
========================================================================== */
.contact-information p {
  line-height: 1.7;
}

.button-email {
  padding-left: 20px;
  padding-right: 20px;
}

/* Promotion
========================================================================== */
.promotion {
  margin: 0 auto 30px auto;
  max-width: 700px;
}

.link-terms {
  font-family: 'Lato', Georgia, serif;
  font-style: italic;
}

/* Footer
========================================================================== */
.site-footer {
  border-top: 1px solid #cecece;
  color: #666666;
  font-size: 1.3rem;
  padding: 25px 0;
}
.site-footer p {
  display: inline-block;
}
.site-footer a {
  color: #000000;
}

.footer-copyright {
  margin-right: 90px;
}

.footer-links {
  color: #000000;
}
.footer-links a {
  color: #000000;
  font-family: 'Lato', Georgia, serif;
}

.footer-creator {
  display: inline-block;
  float: right;
}

/* Miscellaneous
========================================================================== */
.button {
  border-radius: 20px;
  background: #ed1c24;
  border: 2px solid #cc2a31;
  color: white;
  display: inline-block;
  font-family: 'Lato', Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1;
  padding: 8px 50px;
  text-align: center;
}
.button:hover {
  background: #cc2a31;
  color: white;
}

.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

/* ==========================================================================
   Navigation
========================================================================== */
.main-nav {
  bottom: 53px;
  font-family: 'Lato', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 2;
}
.main-nav ul,
.main-nav li {
  margin: 0;
  padding: 0;
}
.main-nav li {
  display: inline-block;
  vertical-align: middle;
}
.main-nav a {
  background: url(images/bg-light.png) repeat;
  color: #000000;
  display: block;
  margin-right: 60px;
  padding: 0 10px;
}
.main-nav a:hover {
  color: #ed1c24;
}
.main-nav:after {
  content: "";
  display: table;
  clear: both;
}

.main-nav-left,
.main-nav-right {
  position: relative;
}

.main-nav-left {
  bottom: -7px;
  display: inline-block;
  float: left;
}
.main-nav-left a {
  margin-right: 66px;
}

.main-nav-right {
  display: inline-block;
  float: right;
  left: 0;
  margin-left: 20px;
}
.main-nav-right a {
  margin-right: 27px;
}

.site-header-is-fixed .main-nav {
  bottom: 36px;
}

.open-nav {
  display: none;
}

/* Footer Nav
========================================================================== */
.footer-nav ul,
.footer-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav li {
  display: inline;
}

/* ==========================================================================
   Form(s)
========================================================================== */
#gform_wrapper_1 input {
  border: 0;
  color: black;
  height: 20px;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%;
}
#gform_wrapper_1 .gform_footer {
  margin: 10px 0 0 0;
  padding: 0;
}
#gform_wrapper_1 .validation_message {
  display: none !important;
}
#gform_wrapper_1 .validation_error {
  border: 0;
  color: black;
  margin: 0;
  padding: 5px 0;
}
#gform_wrapper_1 .gfield_error {
  padding: 10px !important;
}
#gform_wrapper_1 .gfield_error .gfield_label {
  margin: 0;
}
#gform_wrapper_1 .ginput_container {
  margin: 0;
  padding: 0;
}

#gform_confirmation_message_1 {
  color: black;
  font-size: 16px;
  padding: 20px;
  text-align: center;
}

/* Slideshow
========================================================================== */
.slideshow {
  clear: both;
  font-family: 'Lato', Georgia, serif;
  margin: 0 auto;
  max-width: 990px;
  height: auto;
}
.slideshow:after {
  content: "";
  display: table;
  clear: both;
}
.slideshow .cycloneslider-template-standard:hover .cycloneslider-prev,
.slideshow .cycloneslider-template-standard:hover .cycloneslider-next {
  opacity: 1;
}
.slideshow .cycloneslider-template-standard .cycloneslider-caption {
  background: none;
  bottom: 0;
  text-align: center;
  top: 35px;
  opacity: 1;
}
.slideshow .cycloneslider-template-standard .cycloneslider-caption-description {
  color: white;
  font-size: 2.8rem;
  font-style: italic;
  line-height: 1.1;
}
.slideshow .cycloneslider-template-standard .cycloneslider-prev,
.slideshow .cycloneslider-template-standard .cycloneslider-next {
  background: none;
  border-radius: 0;
  box-shadow: none;
  height: 24px;
  opacity: 1;
  width: 20px;
}
.slideshow .cycloneslider-template-standard .cycloneslider-prev .arrow,
.slideshow .cycloneslider-template-standard .cycloneslider-next .arrow {
  display: none;
}
.slideshow .cycloneslider-template-standard .cycloneslider-prev {
  background: url(images/x2/cs-arrow-prev@x2.png) no-repeat;
  background-size: 100%;
  left: 15px;
}
.slideshow .cycloneslider-template-standard .cycloneslider-next {
  background: url(images/x2/cs-arrow-next@x2.png) no-repeat;
  background-size: 100%;
  right: 15px;
}
.slideshow .cycloneslider-template-standard .cycloneslider-pager {
  bottom: 15px;
}
.slideshow .cycloneslider-template-standard .cycloneslider-pager .cycle-pager-active {
  background: #ed1c24;
}
.slideshow .cycloneslider-template-standard .cycloneslider-pager span {
  background: #ffed70;
  box-shadow: none;
  height: 10px;
  margin-right: 18px;
  width: 10px;
}

.slideshow-caption-mobile {
  display: none;
}

/* Tablet & Below
========================================================================== */
@media (max-width: 990px) {
  /* Sitewide
  -------------------------------------------- */
  .container {
    padding: 0 20px;
  }

  .page-section {
    padding: 50px 0 50px 0;
  }

  /* Header
  -------------------------------------------- */
  .site-header {
    padding: 1px 0 0 0;
  }
  .site-header:after {
    display: none;
  }

  /* Main Navigation
  -------------------------------------------- */
  .main-nav {
    background: url(images/bg-light.png) repeat;
    box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.1);
    bottom: 0;
    display: none;
    padding: 5px 0 20px 0;
    z-index: 10;
    width: 100%;
  }
  .main-nav li,
  .main-nav a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main-nav a {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 auto;
    max-width: 240px;
    padding: 15px 0;
  }

  .main-nav-left,
  .main-nav-right {
    bottom: 0;
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .open-nav {
    background: url(images/x2/nav-open@x2.png) no-repeat;
    background-size: 100%;
    display: block;
    height: 35px;
    position: absolute;
    right: 35px;
    top: 35px;
    width: 35px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }

  .mobile-nav-open {
    background: url(images/x2/nav-close@x2.png) no-repeat;
    background-size: 100%;
  }

  /* Section - Slideshow
  -------------------------------------------- */
  .slideshow-section {
    padding-top: 0;
  }

  /* Section - About
  -------------------------------------------- */
  .section-about {
    margin: 0 auto;
    width: 90%;
  }

  .section-about-content {
    margin-bottom: 40px;
    width: 50%;
  }

  .section-about-button {
    width: 100%;
  }

  /* Section - Product
  -------------------------------------------- */
  .product {
    margin: 0 0 20px 0;
    width: 50%;
  }

  .product-photo-thumbnail {
    height: auto;
    min-height: 0;
    max-width: 300px;
    width: 100%;
  }

  .product-expander {
    top: 60%;
  }

  .product-expand {
    width: 95%;
  }

  .product-expand-description,
  .product-expand-photo {
    width: 100%;
  }

  .product-expand-photo {
    text-align: center;
  }

  /* Section - Contract Manufacturing
  -------------------------------------------- */
  .contact-manufacturing-content,
  .contact-manufacturing-photo {
    width: 100%;
  }

  .contact-manufacturing-content {
    margin-bottom: 40px;
    text-align: center;
  }

  .contact-manufacturing-photo {
    text-align: center;
  }

  /* Section - Footer
  -------------------------------------------- */
  .site-footer {
    font-size: 1.2rem;
    max-width: 90%;
    padding: 25px 0 0 0;
  }

  .footer-copyright {
    margin-right: 0;
  }
}
/* Mobile & Below
========================================================================== */
@media (max-width: 600px) {
  /* Sitewide
  -------------------------------------------- */
  h1 {
    font-size: 2.2rem;
  }

  .page-section {
    padding: 50px 0 50px 0;
  }

  /* Header
  -------------------------------------------- */
  .site-header {
    height: 90px;
    padding-top: 1px;
  }

  .site-logo {
    height: 72px;
    margin-top: 7px;
    width: 125px;
  }

  .open-nav {
    top: 28px;
  }

  /* Footer
  -------------------------------------------- */
  .site-footer {
    text-align: center;
  }

  .footer-creator {
    float: none;
    width: 100%;
  }

  .footer-links {
    clear: left;
    display: block;
  }

  /* Slideshow
  -------------------------------------------- */
  .slideshow-section {
    padding: 0 0 50px 0;
  }

  .slideshow-caption-mobile {
    display: block;
    color: #3d3d3d;
    font-family: 'Lato', Georgia, serif;
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1.4;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    text-align: center;
    width: 75%;
  }

  .slideshow .cycloneslider-template-standard .cycloneslider-caption {
    display: none;
  }
  .slideshow .cycloneslider-template-standard .cycloneslider-prev,
  .slideshow .cycloneslider-template-standard .cycloneslider-next {
    bottom: -40px;
    top: auto;
  }
  .slideshow .cycloneslider-template-standard .cycloneslider-prev {
    left: 25px;
  }
  .slideshow .cycloneslider-template-standard .cycloneslider-next {
    right: 25px;
  }
  .slideshow .cycloneslider-template-standard .cycloneslider-pager {
    bottom: -35px;
  }

  /* Section - About
  -------------------------------------------- */
  .section-about {
    border-top: 1px solid #cbcbcb;
    margin-top: 35px;
    padding-top: 25px;
  }

  .section-about-content {
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }

  .section-about-button {
    margin-top: 20px;
  }

  /* Section - Product
  -------------------------------------------- */
  .product {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .product-photo-thumbnail {
    line-height: 1;
    margin-bottom: 10px;
    max-width: inherit;
    min-height: 200px;
    width: auto;
  }

  .product-expander {
    top: 45%;
  }

  .product-expand {
    border-bottom: 1px solid #f6f2ed;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
  }

  .product-expand-photo {
    display: none;
  }

  .product-title {
    height: auto;
    min-height: 0;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .product-title.is-expanded {
    display: none;
  }

  .product-expand-description {
    margin-top: 0;
    padding: 0;
  }

  .close-product {
    display: none;
  }

  .product-prep {
    font-size: 1.2rem;
  }

  .product-prep-fry-instructions,
  .product-prep-oven-instructions,
  .product-prep-boil-instructions,
  .product-prep-microwave-instructions,
  .product-prep-steam-instructions,
  .additional-product-prep-instructions {
    width: 80%;
  }

  .product-group-title {
    font-size: 1.8rem;
  }

  .product-group-description {
    font-size: 1.4rem;
  }

  /* Section - Distributors
  -------------------------------------------- */
  .distributor-companies {
    margin: 0 auto;
    max-width: 600px;
  }
  .distributor-companies > li {
    font-size: 1.4rem;
  }

  .distributors-footer {
    font-size: 1.4rem;
  }

  /* Section - Contract Manufacturing
  -------------------------------------------- */
  .contact-manufacturing-content {
    padding: 0;
  }
  .contact-manufacturing-content h1 {
    margin-bottom: 20px;
  }

  /* Section - Contact
  --------------------------------------------- */
  .contact-information {
    font-size: 1.4rem;
  }

  .button-email {
    margin-top: 20px;
  }
}
