/*
 Theme Name:   Brew House Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     brewhouse
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  brew-house-child
*/
/* Added to expand mobile friendliness */

/* aligning text */
.text-xs-center {
    text-align: center;
}
.text-xs-left {
    text-align: left;
}
.text-xs-right {
    text-align: right;
}
.slide-content h2,
.cta-content h2 {
  font-size: 2em;
}
.h2, h2 {
  font-size: 1.25em;
}
.footer-block-text .fa {
  font-size: 4em;
}
.h5, h5 {
  font-size: 1em;
}
@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
    .text-sm-left {
      text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .slide-content h2,
    .cta-content h2 {
      font-size: 3em;
    }
    .h2, h2 {
      font-size: 1.75em;
    }
    .footer-block-text .fa {
      font-size: 4em;
    }
    .h5, h5 {
      font-size: 1em;
    }
}
@media (min-width: 992px) {
    .text-md-center {
        text-align: center;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .slide-content h2,
    .cta-content h2 {
      font-size: 3em;
    }
    .h2, h2 {
      font-size: 2.25em;
    }
    .footer-block-text .fa {
      font-size: 5em;
    }
    .h5, h5 {
      font-size: 1em;
    }
}
@media (min-width: 1200px) {
    .text-lg-center {
        text-align: center;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .slide-content h2,
    .cta-content h2 {
      font-size: 4em;
    }
    .h2, h2 {
      font-size: 2.5em;
    }
    .footer-block-text .fa {
      font-size: 6em;
    }
    .h5, h5 {
      font-size: 1em;
    }
}
@media (max-width: 770px) {
    .border--top,
    .border--right,
    .border--bottom,
    .border--left {
        width: 0;
        display: none;
    }
}
.border--top,
.border--right,
.border--bottom,
.border--left {
    z-index: 10000;
}
/*Set home page image darker to be able to see title better */
.home-background {
  opacity: 0.8;
}
.fa {
  color: #fff;
}
.custom-background {
  background-color: #000;
}
.site-header {
  position: relative;
}
.site-branding .slide-content {
  vertical-align: middle;
}
.site-branding .slide-content h2 {
  margin-bottom: 0;
  margin-top: 30px;
}
.desktop-header {
  line-height: 35px;
}
.desktop-header ul {
  font-weight: bold;
  list-style-type: none;
  background-color: #000;
  color: #fff;
  display: table;
  width: 100%;
  margin: 0;
}
.desktop-header ul li {
  display: table-cell;
}
.desktop-header ul li a {
  display: block;
}
.desktop-header ul li:hover,
.desktop-header ul li:active,
.desktop-header ul li:hover a {
  background-color: #e3e3e3;
  color: #3e3e3e;
  text-decoration: none;
}
#cta-parallax {
  min-height: 300px;
}
.cta-parallax-bg {
  top: -30%;
}
.about-section h3 {
  text-align: inherit;
}
.grid-pad {
  padding-right: 0;
  padding-left: 0;
}
.page-entry-header {
  padding-top: 5%;
}
.contact-form {
    font-size: 18px;
    padding-bottom: 2.5em;
}
.contact-form div {
  margin: 5px 0;
}
.company-information div {
  margin: 5px 0;
}
.company-information {
  margin-bottom: 20px;
}
.company-information span {
  display: block;
}
.company-information .title {
  font-weight: bold;
}
.taproom > div {
  margin-bottom: 10px;
}
.social-media-icons .fa {
  min-height: 30px;
}
#slides, #slides .data {
  max-width: inherit;
}
.home-info {
  width: auto;
  overflow: hidden;
}
.color-dark, .color-light {
  background-color: transparent;
}
.color-light h2 a {
  color: #;
}
.color-dark h2 a {
  color: #;
}
.color-light .color-text .placeholder,
.color-dark .color-text .placeholder {
  height: 53px;
}
.ut-menu-standard .menu-items-container .menu-item.one-col {
  width: auto !important;
  display: inline-block !important;
  margin: 5px 0;
}
.menu-list {
  visibility: hidden;
}
.beer .label-image-hideable,
.beer .show-more,
.beer .show-less {
  display: none !important;
}
.beer-name a,
.beer-name > span {
  display: block;
}
.beer .item-meta > div{
  display: block !important;
}
.footer-block {
  height: auto;
}
footer .site-info {
  text-transform: capitalize;
}
.grid {
  min-width: 100%;
}
