body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
div,
section,
header,
footer,
li {
  box-sizing: border-box;
}
ul {
  list-style-type: none;
  margin: 0;
}
@media only screen and (min-width: 1400px) {
  .site-max {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .max-left {
    margin-left: 5%;
  }
  .max-center {
    margin: 0 auto;
  }
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.link-button {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 3.5em;
  border: 1px solid white;
  vertical-align: middle;
  display: inline-block;
  font-size: 0.8em;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.link-button:hover {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 3.5em;
  border: 1px solid white;
  vertical-align: middle;
  display: inline-block;
  font-size: 0.8em;
  background-color: rgba(255, 255, 255, 0.1);
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.upper-block {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: url('../img/background-01-vinyard.jpg');
  color: white;
  padding: 0 5%;
  position: relative;
  overflow: hidden;
}
.upper-block.about {
  background-image: url('../img/background-02-grapes.jpg');
  background-position: center center;
}
.upper-block.wines {
  background-image: url('../img/background-03-green-grapes.jpg');
  background-position: center center;
}
.upper-block.label-details {
  background-image: url('../img/background-04-golden-state.jpg');
  background-position: center center;
  background-size: cover;
  z-index: 200;
  overflow: visible;
  padding: 0;
  position: relative;
}
#site-logo {
  width: 300px;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
@media only screen and (max-width: 59em) {
  #site-logo {
    width: 75%;
    max-width: 300px;
  }
  #site-logo.hidden {
    opacity: 0;
  }
}
header {
  margin-bottom: 16em;
  padding-top: 1em;
}
.home header {
  margin-bottom: 10em;
}
#site-navigation {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 16em;
  background-color: #8896a2;
  background-color: rgba(136, 150, 162, 0.65);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 10;
}
#site-navigation.hidden {
  right: -16em;
}
header nav ul {
  padding-left: 0;
}
header nav ul li {
  border-bottom: 1px solid white;
}
header nav ul li:first-of-type {
  border-top: 1px solid white;
}
header nav a {
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header nav a:hover,
header nav a:active,
header nav a.active {
  background-color: #8896a2;
}
.header-nav-button {
  text-align: center;
  display: block;
  padding: 1em;
}
#open-close-button {
  position: absolute;
  top: 10px;
  left: -34px;
  width: 22px;
  height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#nav-close {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
#nav-close.hidden {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.hidden #open-close-button {
  left: -60px;
}
#open-close-button img {
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
  height: auto;
}
#open-close-button img.hidden {
  opacity: 0;
}
.upper-block .site-description {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 6em;
  width: 6em;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  text-shadow: 1px 3px 20px rgba(0, 0, 0, 0.4);
}
.upper-block.home .site-description {
  font-size: 4em;
}
.site-info {
  padding-bottom: 6em;
  width: 52%;
}
.home .site-info {
  padding-bottom: 22em;
}
.site-info p {
  font-weight: 300;
  margin: 1.2em 0 2.6em;
  font-size: 1.6em;
  text-shadow: 1px 2px 9px rgba(0, 0, 0, 0.6);
}
.home .site-info p {
  margin-top: 2em;
}
@media only screen and (max-width: 66em) {
  .site-info {
    width: 80%;
    padding-bottom: 16em;
  }
  .upper-block h2.site-description {
    width: 90%;
  }
}
.middle-block {
  width: 100%;
  background-color: white;
  color: #434141;
  position: relative;
}
.middle-block h2,
.middle-block h3 {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.8em;
  font-weight: 100;
  color: #434141;
  margin-top: 0;
}
.middle-block h3 {
  font-size: 2em;
}
p.upper-bar::before {
  content: "";
  display: block;
  width: 6em;
  height: 4px;
  background-color: #aa8c56;
  margin-bottom: 1em;
}
.middle-block.home {
  background-color: #f8fafb;
  background: -webkit-radial-gradient(50% 30% 1260px, white 2%, #f4f7f9 640px);
  background: radial-gradient(1260px at 50% 30%, white 2%, #f4f7f9 640px);
}
.middle-block.about,
.middle-block.wines,
.middle-block .winery-text {
  background-color: #f8fafb;
  background: -webkit-radial-gradient(50% 0% 1260px, white 20%, #f4f7f9 560px);
  background: radial-gradient(1260px at 50% 0%, white 20%, #f4f7f9 560px);
}
.middle-block p {
  text-align: center;
  font-size: 1.125em;
  line-height: 210%;
  padding: 7% 14%;
  margin: 0;
}
.middle-block.about p {
  text-align: left;
  padding: 0;
  margin-top: 1em;
  line-height: 160%;
}
.multi-paragraph-wrap {
  padding: 7% 0;
}
.middle-block .multi-paragraph-wrap p {
  padding: 2em 14%;
}
.middle-block.about .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.middle-block.about .content-block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.middle-block.about .content-block > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 3em 5% 5%;
}
.middle-block.about .content-block > div:first-of-type {
  padding-right: 0;
}
.middle-block.about .content-block.last {
  padding-bottom: 4em;
}
.middle-block.label-details {
  z-index: 100;
}
.body-image img {
  width: 100%;
}
#about-body-01,
#about-body-02,
#about-body-03,
#about-body-04 {
  top: 0px;
  position: relative;
}
.body-image.lrg.right {
  margin-left: 11%;
  width: 102%;
}
.body-image.small.left {
  margin-top: -7em;
  margin-left: -5%;
  width: 70%;
}
.body-image.small.left img {
  border: 1em solid white;
}
.body-image.lrg.left {
  width: 100%;
  margin-left: -12%;
  margin-top: -2em;
}
.body-image.small.right {
  width: 60%;
  margin-left: 39%;
  margin-top: -9em;
}
.body-image.small.right img {
  border: 1em solid white;
}
.address-block {
  width: 60%;
  margin-left: 39%;
}
.address-block a {
  text-decoration: none;
  color: #aa8c56;
}
.address-block a:hover {
  text-decoration: none;
  color: #d2ac68;
}
.address-block ul {
  margin: 0;
  padding: 0;
}
.address-block ul::before {
  content: "";
  display: block;
  height: 3px;
  width: 5em;
  margin: 2.6em 0;
  background-color: #aa8c56;
}
.address-block ul li {
  margin: 0.4em 0;
}
.address-block ul li:first-of-type {
  font-size: 150%;
}
@media only screen and (max-width: 59em) {
  .middle-block.about .content-block,
  .middle-block.about .content-block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .middle-block.about .content-block > div {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 3em 5%;
  }
  .middle-block.about .content-block.last {
    padding-bottom: 4em;
  }
  #body-image-wrap {
    padding-top: 1em;
    padding-bottom: 2em;
  }
  #about-body-01,
  #about-body-02,
  #about-body-03,
  #about-body-04 {
    position: initial;
  }
  .body-image.lrg.right,
  .body-image.lrg.left {
    width: 45%;
    margin: 0 2%;
    vertical-align: top;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-bottom: 38%;
  }
  .body-image.small.left,
  .body-image.small.right {
    width: 45%;
    border: 0;
    margin: 0 2%;
    vertical-align: top;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-bottom: 38%;
  }
  .middle-block.about .content-block > div:first-of-type {
    padding-right: 5%;
  }
  .middle-block.about .content-block div:last-of-type {
    padding-top: 0.2em;
  }
  .body-image.small.left img,
  .body-image.small.right img {
    border: 0;
  }
  .address-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .address-block ul::before {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 45em) {
  .middle-block h3 {
    text-align: left;
    margin-top: 1em;
  }
}
#bottle {
  position: absolute;
  right: 0;
  top: -736px;
  width: 360px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#bottle.hidden {
  opacity: 0;
}
#bottle img {
  width: 100%;
  height: auto;
}
.downward-icon {
  color: #aa8c56;
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -65px;
  text-align: center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 70px;
  border-color: transparent transparent #ffffff transparent;
  font-size: 1.2em;
}
.downward-icon i {
  margin-left: -0.5em;
  margin-top: 2.5em;
}
@media only screen and (max-width: 66em) {
  .middle-block p {
    line-height: 190%;
  }
  #bottle {
    right: -20px;
    top: -389px;
    width: 190px;
  }
}
#contact-form {
  margin-top: 4em;
}
button {
  color: #aa8c56;
  text-transform: uppercase;
  padding: 1em 3em;
  border: 1px solid #aa8c56;
  display: inline-block;
  position: relative;
  background-color: white;
  cursor: pointer;
  font-size: 90%;
  box-sizing: border-box;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

button:hover {
  background-color: rgba(255, 255, 255, 0.0);
}

input[type=text] {
  display: block;
  padding: 1em;
  font-size: 100%;
  margin: 1.2em 0;
  width: 45%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0;
}
textarea {
  display: block;
  padding: 1em;
  font-size: 100%;
  margin: 1.2em 0;
  width: 65%;
  max-width: 100%;
  resize: vertical;
  height: 10em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 0;
}
@media only screen and (max-width: 45em) {
  input[type=text] {
    width: 100%;
  }
  textarea {
    width: 100%;
    resize: none;
  }
  button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.wine-labels {
  padding: 3em 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.label-block {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 13.5em;
      flex-basis: 13.5em;
  text-align: center;
  padding: 0.5em 0.5em 2em;
  position: relative;
  cursor: pointer;
}
.label-block .logo-wrap {
  border: 1px solid #e0e0e0;
  position: relative;
  height: 14em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}
.label-block .logo-wrap img {
  width: 96%;
  height: auto;
}
.label-block a.label-link {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #aa8c56;
  color: white;
  width: 80%;
  padding: 0.9em 1.6em;
  margin: 0 auto;
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.label-block:hover a.label-link,
.label-block a.label-link:active,
.label-block a.label-link:focus {
  background-color: white;
  color: #aa8c56;
  border: 1px solid #aa8c56;
}
.label-block p {
  font-size: 1em;
  padding: 0;
  margin-top: 0.5em;
}
.label-details header {
  margin-bottom: 4em;
  padding-left: 5%;
  padding-right: 5%;
}
.label-detail-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 90%;
  margin: 0 auto 0;
  position: relative;
  background-color: white;
  color: #aa8c56;
  height: 49em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
.label-detail-header.hidden {
  opacity: 0;
}
.label-detail-header > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.label-detail-header .detail-feature-image {
  overflow: hidden;
}
.label-detail-header .label-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.label-stats-logo {
  width: 33%;
  height: auto;
  max-width: 235px;
}
.stats-list {
  margin: 0;
  padding: 0;
}
.stats-list::before {
  content: "";
  display: block;
  height: 3px;
  width: 5em;
  margin: 2.6em auto;
  background-color: #aa8c56;
}
.stats-list li {
  margin: 0.5em 0;
}
.stats-list span {
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}
a.portfolio-button,
a.contact-button {
  text-decoration: none;
  color: #aa8c56;
  text-transform: uppercase;
  padding: 1em 3em;
  border: 1px solid #aa8c56;
  margin-top: 3em;
  display: inline-block;
  position: relative;
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
}
a.portfolio-button:hover,
a.contact-button:hover {
  text-decoration: none;
  color: #aa8c56;
  text-transform: uppercase;
  padding: 1em 3em;
  border: 1px solid #aa8c56;
  margin-top: 3em;
  display: inline-block;
  position: relative;
  background-color: rgba(210, 172, 104, 0.05);
}
.bottle-wrap {
  position: absolute;
  top: 0;
  left: 38%;
  height: 54em;
  margin: -3em 0 0;
}
.bottle-wrap img {
  height: 100%;
  width: auto;
}
.wine-portfolio h2 {
  text-align: center;
  margin: 1.5em 0;
  position: relative;
  z-index: 100;
}
.portfolio-feature .feature-content-wrap,
.portfolio-feature-footer .feature-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  position: relative;
}
.portfolio-feature-border {
  display: block;
  width: 90%;
  margin: 3em auto 6em;
  height: 2px;
  background-color: lightgrey;
}
.portfolio-feature-border.last {
  margin-top: 0;
}
.portfolio-feature-footer {
  margin-bottom: 4em;
  margin-top: 4em;
}
.portfolio-feature.last {
  background: -webkit-linear-gradient(bottom, #f4f7f9, white 25%, white);
  background: linear-gradient(0deg, #f4f7f9, white 25%, white);
  padding: 4em 0;
}
.portfolio-feature .feature-content-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.portfolio-feature h3::after,
.portfolio-feature h2::after,
.portfolio-feature-footer h3::after,
.portfolio-feature-footer h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 3em;
  margin: 0.7em 0;
  background-color: #aa8c56;
}
.portfolio-feature p,
.portfolio-feature-footer p {
  text-align: left;
  padding: 0;
  line-height: 190%;
}
.portfolio-feature-img-wrap,
.portfolio-feature-img-wrap-footer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  text-align: center;
  position: relative;
  top: 0;
}
.portfolio-feature-img-wrap img,
.portfolio-feature-img-wrap-footer img {
  width: auto;
  height: auto;
  max-width: 450px;
  max-height: 450px;
}
.portfolio-feature-img-wrap-footer img {
  width: 60%;
  height: auto;
}
.portfolio-feature-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
  padding: 0 10% 0 0;
}
.portfolio-feature-info h2 {
  margin: 0;
  width: 80%;
  text-align: left;
}
.reverse .portfolio-feature-info {
  padding: 0 0 0 10%;
}
.portfolio-feature-info ul {
  margin: 2em 0;
  padding: 0;
  color: #aa8c56;
  text-align: left;
}
.portfolio-feature-info li {
  margin: 0.5em 0;
}
.portfolio-feature-info span {
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}
.portfolio-feature-info span.block {
  display: block;
}
.portfolio-feature-info .flyer-link {
  text-decoration: none;
  color: #aa8c56;
}
.portfolio-feature-info:hover .flyer-link:hover {
  text-decoration: none;
  color: #d2ac68;
}
a.contact-button {
  margin-top: 2em;
}
a.contact-button:hover {
  margin-top: 2em;
}
@media only screen and (max-width: 66em) {
  .bottle-wrap {
    position: absolute;
    bottom: -1em;
    left: 42%;
    height: 30em;
    margin: 0;
    top: auto;
  }
  .label-detail-header {
    height: 30em;
  }
  .label-detail-header .detail-feature-image img {
    height: 100%;
  }
}
@media only screen and (max-width: 45em) {
  .detail-feature-image {
    display: none;
  }
  .bottle-wrap {
    display: none;
  }
  .bottle-wrap img {
    height: auto;
    width: 100%;
  }
  .portfolio-feature .feature-content-wrap,
  .portfolio-feature-footer .feature-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0 5%;
  }
  .portfolio-feature .feature-content-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .portfolio-feature-img-wrap {
    position: initial;
  }
  .portfolio-feature-img-wrap img,
  .portfolio-feature-img-wrap-footer img {
    max-width: 100%;
  }
  .portfolio-feature-info,
  .reverse .portfolio-feature-info {
    padding: 0;
  }
  .portfolio-feature-info h2 {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    margin-top: 0.5em;
  }
  .portfolio-feature h2::after,
  .portfolio-feature-footer h2::after {
    margin-left: auto;
    margin-right: auto;
  }
  .portfolio-feature-border {
    margin-bottom: 3em;
  }
}
.lower-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 3em 5%;
  position: relative;
}
.lower-block.wines {
  padding-top: 10em;
}
.headline-wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  height: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headline-wrap h2 {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.8em;
  font-weight: 100;
  color: #434141;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 59em) {
  .headline-wrap {
    height: 6em;
  }
  .headline-wrap h2 {
    font-size: 2em;
  }
  .lower-block.wines {
    padding-top: 6em;
  }
}
.lower-block-img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
}
.lower-block-img img {
  width: 90%;
}
footer {
  width: 100%;
  border-top: 1px solid #ccd4db;
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4em 5%;
  color: #8896a2;
}
footer a {
  text-decoration: none;
  color: #8896a2;
}
footer a:hover {
  text-decoration: none;
  color: #474e52;
}
footer li {
  display: inline-block;
}
footer ul,
footer p {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
#footer-left {
  text-align: left;
}
#footer-left li {
  margin-right: 3em;
}
#footer-left li:last-of-type {
  margin-right: 0;
}
#footer-center {
  text-align: center;
  font-size: 120%;
}
#footer-center li {
  margin: 0 0.5em;
}
#footer-right {
  text-align: right;
}
#footer-right span {
  margin-right: 0.1em;
}
@media only screen and (max-width: 59em) {
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2em 0%;
  }
  footer ul,
  footer p {
    margin: 1em 0;
  }
}
/*# sourceMappingURL=styles.css.map */