/* Text Elements */

h6 {
  color: #222;
  text-align: center;
  font-style: italic;
  font-size: 28px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1;
}

h6.footer_info {
  float: none;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  color: #fff;
  text-align: left;
  text-transform: none;
  text-shadow: #000 1px 1px 2px;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

h6 a.heading-text-4 {
  color: #fff;
}

h6 a.heading-text-1 {
  color: #fff;
}

h6 a.heading-text-1:visited {
  color: #fff;
}

h6 a.heading-text-4:hover {
  font-size: 23px;
}

p.paragraph {
  color: #414141;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

p.paragraph.footer_contact {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
  width: 100%;
  color: #b4b6ba;
  text-align: left;
  text-shadow: #000 1px 1px 3px;
  font-weight: 700;
  font-size: 13px;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: color;
     -moz-transition-property: color;
       -o-transition-property: color;
          transition-property: color;
}

p.paragraph.copyright {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  color: #bfbfbf;
  font-weight: 400;
  font-size: 14px;
}

p.paragraph span.paragraph-text-1 {
  color: #fefefe;
}

p.paragraph span.paragraph-text-2 {
  color: #fff;
}

p.paragraph span.paragraph-text-3 {
  color: #b4b6ba;
}

p.paragraph a.paragraph-text-4 {
  color: #fff;
}

p.paragraph.footer_social {
  float: none;
  width: 100%;
  color: #b4b6ba;
  text-shadow: #000 1px 1px 3px;
  font-weight: 700;
  font-size: 13px;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: color;
     -moz-transition-property: color;
       -o-transition-property: color;
          transition-property: color;
}

p.paragraph span.paragraph-text-4 {
  color: #fff;
}

p.paragraph a.paragraph-text-4:visited {
  color: #fff;
}

p.paragraph.footer_contact:hover {
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

p.paragraph a.paragraph-text-4:hover {
  color: #d4bdae;
}

p.paragraph.footer_social:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

p.paragraph span.paragraph-text-4:hover {
  color: #d4bdae;
}

ul.unorder-list {
  margin-right: 10%;
  margin-bottom: 7px;
  margin-left: 0;
  width: auto;
  list-style-type: none;
}

ul.unorder-list.foooter_info {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
}

/* Layout Elements */

body > .row {
  max-width: none;
  width: auto;
}

body > .row.footer {
  padding-top: 13px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: url('../../blur.jpg');
  background-attachment: scroll;
  background-position: center bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body {
  height: auto;
}

body > .row > [class*='coffee-span-'].full-width-column {
  padding-right: 0;
  padding-left: 0;
  max-height: none;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body.grid-1 {
  background-color: #2e2118;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.subgrid > .row > [class*='coffee-span-'].subgrid-column-1 {
  float: left;
  padding-right: 0;
  vertical-align: baseline;
}

.subgrid.subgrid-1 {
  padding-top: 60px;
}

.container.footer_info {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  min-height: 28px;
  max-height: 30px;
  width: 100%;
  text-align: left;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
          align-content: flex-end;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-order: 0;
  -ms-flex-pack: center;
  float: none;
  margin-bottom: 0;
  padding: 0 0 35px;
  width: 100%;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-fill: auto;
     -moz-column-fill: auto;
          column-fill: auto;
  -webkit-column-rule-width: 2px;
     -moz-column-rule-width: 2px;
          column-rule-width: 2px;
  -webkit-column-rule-style: solid;
     -moz-column-rule-style: solid;
          column-rule-style: solid;
  -webkit-column-rule-color: #3d0d11;
     -moz-column-rule-color: #3d0d11;
          column-rule-color: #3d0d11;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

li.list-item {
  color: #fff;
  text-decoration: none;
  text-shadow: #000 1px 1px 3px;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  line-height: 2;
}

li.list-item.footer_info {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-shadow: #000 1px 1px 5px;
  font-weight: 700;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: color;
     -moz-transition-property: color;
       -o-transition-property: color;
          transition-property: color;
}

span.glyph {
  margin-right: 0;
  color: #cdcdcd;
  font-size: 15px;
  line-height: 2.49;
}

span.glyph.footer_align {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-right: 10px;
  padding-left: 0;
  width: auto;
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.row > [class*='coffee-span-'] .html-element.html-element-1 {
  border-width: 9px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  -webkit-transition-timing-function: ease-in;
     -moz-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;

  background-blend-mode: normal;
}

a.link-button-glyph.blue-tag {
  float: none;
  margin-top: 7px;
  padding: 5px 28px 5px 30px;
  min-width: 200px;
  background-color: rgba(212, 189, 174, .75);
  text-align: left;
}

span.link-button-text span.text-for-button-link-text-1 {
  font-style: italic;
}

li.list-item a.list-item-text-5 {
  color: #fff;
}

li.list-item a.list-item-text-1 {
  color: #fff;
}

li.list-item a.list-item-text-2 {
  color: #fff;
}

li.list-item a.list-item-text-6 {
  color: #fff;
}

li.list-item a.list-item-text-5:visited {
  color: #fff;
}

li.list-item:hover {
  color: #222;
}

li.list-item.footer_info:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-button-glyph.blue-tag:hover {
  background-color: #856a55;
}

li.list-item a.list-item-text-5:hover {
  color: #d4bdae;
}

li.list-item a.list-item-text-6:hover {
  color: #d4bdae;
}

li.list-item a.list-item-text-1:hover {
  color: #d4bdae;
}

span.glyph:active {
  color: #222;
}

@media screen and (max-width: 1060px) {
  /* Text Elements */

  h6 {
    font-size: 26px;
  }

  p.paragraph {
    font-size: 15px;
  }

  p.paragraph a.paragraph-text-4:visited {
    color: #fff;
  }

  p.paragraph a.paragraph-text-4:hover {
    color: #fff;
  }

  p.paragraph span.paragraph-text-5:hover {
    color: #b4b6ba;
  }

  /* Layout Elements */

  body > .row.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 645px) {
  /* Text Elements */

  h6.footer_info {
    margin-top: 25px;
    margin-bottom: 0;
  }

  h6 {
    font-size: 24px;
  }

  p.paragraph.copyright {
    font-size: 12px;
  }
}

@media screen and (max-width: 398px) {
  /* Text Elements */

  p.paragraph {
    font-size: 14px;
  }

  /* Layout Elements */

  .container.container-1 {
    padding-left: 0;
  }

  a.link-button-glyph.blue-tag {
    padding-top: 8px;
  }
}