/*!
Theme Name: thethirstybear
Theme URI: http://underscores.me/
Author: Robot Pub Group
Author URI: http://www.robotpubgroup.com
Description: The Thirtsy Bear Wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thethirstybear
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

thethirstybear is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Lato:400,300,700);
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Omitted due to using bootstrap */
/*@import "normalize";*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #e5e5e5;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.5; }

.font-size-xl {
  font-size: 2em; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?yct7w8");
  src: url("fonts/icomoon.eot?yct7w8#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?yct7w8") format("truetype"), url("fonts/icomoon.woff?yct7w8") format("woff"), url("fonts/icomoon.svg?yct7w8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icomoon-PawPrint:before {
  content: "\e900"; }

.icomoon-envelop:before {
  content: "\e901"; }

.icomoon-location:before {
  content: "\e902"; }

.icomoon-mobile2:before {
  content: "\e903"; }

.icomoon-facebook:before {
  content: "\e904"; }

.icomoon-facebook2:before {
  content: "\e905"; }

.icomoon-twitter:before {
  content: "\e906"; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  -webkit-backface-visibility: hidden;
  height: 100%;
  width: 100%; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.parallax-mirror {
  z-index: 1 !important; }

.fullscreen {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.hero-unit-slide {
  background-size: cover;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.theme-text-colour--darker {
  color: #666666; }
  .theme-text-colour--darker:hover {
    color: #666666;
    text-decoration: none; }

.theme-text-colour {
  color: #e8e7e3; }
  .theme-text-colour:hover {
    color: #e8e7e3;
    text-decoration: none; }

.site-section {
  text-align: center;
  position: relative; }

.site-header__slideshow {
  position: relative;
  z-index: 1;
  min-height: 667px; }

.site-header__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.site-header__overlay__cta {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0; }
  @media only screen and (min-width: 768px) {
    .site-header__overlay__cta {
      bottom: 12.7rem; } }
  @media only screen and (min-width: 992px) {
    .site-header__overlay__cta {
      bottom: 8rem; } }

.site-header__address,
.site-header__book-now,
.site-header__buttons {
  margin: 0;
  padding: 1.5rem;
  height: 8rem; }
  @media only screen and (min-width: 768px) {
    .site-header__address,
    .site-header__book-now,
    .site-header__buttons {
      height: 8.3rem; } }
  @media only screen and (min-width: 992px) {
    .site-header__address,
    .site-header__book-now,
    .site-header__buttons {
      height: 10.2rem; } }

.site-header__address {
  font-size: 1.8rem;
  height: 5.5rem; }
  @media only screen and (min-width: 768px) {
    .site-header__address {
      font-size: 3rem;
      height: 7rem; } }
  @media only screen and (min-width: 992px) {
    .site-header__address {
      font-size: 4.2rem;
      height: 10.2rem; } }

.site-header__buttons .round-square-button {
  border-radius: 50%;
  height: 5rem;
  line-height: 5rem;
  width: 5rem;
  font-size: 2.5rem; }
  @media only screen and (min-width: 768px) {
    .site-header__buttons .round-square-button {
      height: 6rem;
      line-height: 6rem;
      width: 6rem; } }
  @media only screen and (min-width: 992px) {
    .site-header__buttons .round-square-button {
      height: 7.2rem;
      line-height: 7.2rem;
      width: 7.2rem; } }

.site-title {
  width: 80%;
  margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    .site-title {
      width: 100%; } }

.site-section--base .site-section__content {
  background-color: #e8e7e3; }

.site-section--base .site-section__content h1,
.site-section--base .site-section__content p {
  color: #666666; }

.site-section--warm {
  background-color: #7e3c33; }
  .site-section--warm .site-section__content {
    background-color: #7e3c33; }
  .site-section--warm .site-section__content h1 {
    color: #e5e5e5; }

.site-section--cool {
  background-color: #1c5a8d; }
  .site-section--cool .site-section__content {
    background-color: #1c5a8d; }
  .site-section--cool .site-section__content h1 {
    color: #e5e5e5; }

.site-section--dark .site-section__content {
  background-color: #1e1e1e; }

.site-section--dark .site-section__content h1 {
  color: #e5e5e5; }

.site-section--popup .site-section__content {
  color: #e5e5e5; }

#back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none; }
  #back-to-top a {
    background-color: #1e1e1e;
    height: 45px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 45px;
    padding: 0 1rem;
    font-size: 1.2rem; }
    @media only screen and (min-width: 768px) {
      #back-to-top a {
        height: 60px;
        line-height: 60px; } }

.site-footer p,
.site-footer ul {
  font-size: 1.4rem;
  margin: 0;
  line-height: 45px; }
  .site-footer p li,
  .site-footer ul li {
    border-bottom: 1px dotted #e8e7e3; }
    .site-footer p li.first,
    .site-footer ul li.first {
      border-top: 1px dotted #e8e7e3; }
    .site-footer p li a,
    .site-footer ul li a {
      display: block; }

.site-footer ul {
  padding-left: 0; }

.site-footer__left-col {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .site-footer__left-col {
      text-align: left; } }
  .site-footer__left-col .site-footer__left-col p {
    text-align: left; }

.site-footer__right-col {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .site-footer__right-col {
      text-align: right; } }

.site-footer__icon-holder {
  position: relative;
  padding-left: 40px;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .site-footer__icon-holder {
      padding-left: 50px; } }
  .site-footer__icon-holder span {
    position: absolute;
    left: 0;
    line-height: 45px; }

.site-section__header {
  padding: 10rem 0;
  color: #e5e5e5;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 768px) {
    .site-section__header {
      padding: 20rem 0; } }
  .site-section__header h1 {
    font-size: 3.6rem;
    letter-spacing: -1px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 2rem;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .site-section__header h1 {
        font-size: 8rem;
        letter-spacing: -2.5px; } }
    @media only screen and (min-width: 992px) {
      .site-section__header h1 {
        font-size: 12.8rem;
        letter-spacing: -5px; } }
    .site-section__header h1:after {
      content: "\e900";
      font-family: 'icomoon';
      font-size: 3rem;
      bottom: -1.4rem;
      position: absolute;
      left: 0;
      right: 0; }
      @media only screen and (min-width: 768px) {
        .site-section__header h1:after {
          font-size: 4.8rem;
          bottom: -2.4rem; } }

.site-section__content {
  padding: 3.6rem 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .site-section__content {
      padding: 7.2rem 0; } }
  #masthead .site-section__content {
    padding: 7.2rem 0 14.2rem; }
    @media only screen and (min-width: 992px) {
      #masthead .site-section__content {
        padding-top: 0; } }

.site-section__content--popup {
  padding: 3.6rem 0;
  position: relative; }
  .site-section__content--popup p {
    font-weight: 200; }
  .site-section__content--popup a {
    color: #999999; }

.site-section__content--footer {
  background-color: black !important;
  color: #666666;
  font-weight: 200;
  padding: 3.6rem 0; }
  .site-section__content--footer p {
    margin: 0; }

.site-section__content--footer__left-col {
  text-align: left; }

.site-section__content--footer__right-col {
  text-align: right; }

@media only screen and (max-width: 767px) {
  .site-section__content--footer__left-col,
  .site-section__content--footer__right-col {
    text-align: center; } }

.site-section__content__title {
  margin: 0;
  font-size: 3.6rem;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 3.6rem; }
  @media only screen and (min-width: 768px) {
    .site-section__content__title {
      font-size: 8rem;
      letter-spacing: -2.5px; } }
  @media only screen and (min-width: 992px) {
    .site-section__content__title {
      font-size: 7.2rem;
      letter-spacing: -3px; } }
  .site-section__content--popup .site-section__content__title {
    font-size: 3.6rem; }

.site-section__content__sub-title {
  text-transform: uppercase;
  margin: -3rem 0 3rem; }

.title-rule {
  height: 2px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  width: 40%; }
  @media only screen and (min-width: 768px) {
    .title-rule {
      width: 45%; } }

.title-rule--left {
  left: 0;
  margin-right: -4.8rem; }

.title-rule--right {
  right: 0;
  margin-left: -4.8rem; }

.food-menu-group {
  margin-top: 2.4rem; }
  .food-menu-group .dish {
    font-weight: 600;
    border-bottom: 1px dotted #e5e5e5;
    text-align: left;
    padding: 1.2rem 0;
    position: relative; }
    .food-menu-group .dish p {
      margin: 0; }

.food-menu-group__description {
  font-size: 1.2rem;
  margin-bottom: 2.4rem; }

.dish__name--title {
  display: block;
  padding-right: 45px; }

.dish__price {
  position: absolute;
  text-align: right;
  top: 1.2rem;
  right: 0; }

.brass_tube {
  background: url(/wp-content/uploads/brass-tube.jpg) repeat-x center center;
  background-size: cover;
  min-height: 138px;
  position: absolute;
  left: 0;
  right: 0;
  top: 270px;
  display: none; }
  @media only screen and (min-width: 992px) {
    .brass_tube {
      display: block;
      top: 250px; } }
  @media only screen and (min-width: 1200px) {
    .brass_tube {
      top: 270px; } }

.beer_tap__title {
  font-size: 2rem; }
  @media only screen and (max-width: 991px) {
    .beer_tap__title {
      font-size: 1.4rem; } }

.beer_tap__thumbnail {
  position: relative; }

.beer_tap__thumbnailHolder {
  position: absolute;
  width: 71%;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%); }

.beer_tap__no_thumbnail {
  height: 41%;
  background-color: #e8e7e3;
  display: flex;
  align-items: center;
  justify-content: center; }
  .beer_tap__no_thumbnail p {
    color: #1e1e1e;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0; }

.fancybox-skin {
  background-color: #1c5a8d; }

#find-us .site-section__content .inner-padding {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem; }
  @media only screen and (min-width: 992px) {
    #find-us .site-section__content .inner-padding {
      padding: 3.6rem; } }

#location-map {
  min-height: 250px; }
  @media only screen and (min-width: 992px) {
    #location-map {
      min-height: auto;
      width: 50%;
      top: 0;
      bottom: 0;
      position: absolute; } }

/* DMN form */
.dmn-form {
  border: none !important;
  margin: 0 auto !important;
  width: auto !important;
  padding: 0 !important;
  box-sizing: border-box !important; }
  .dmn-form h1 {
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    margin: 0;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
    font-size: 25px !important;
    display: none !important; }
  .dmn-form label {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    font-weight: 1.6px !important;
    text-transform: uppercase;
    text-align: left; }
  .dmn-form .btn.submit {
    box-sizing: border-box;
    background: #666666;
    color: #e5e5e5;
    text-transform: uppercase;
    line-height: 5rem;
    display: inline-block;
    font-size: 2rem;
    padding: 0 2rem;
    font-weight: bold;
    border: none;
    border-radius: 0;
    text-shadow: none; }
    .dmn-form .btn.submit:active, .dmn-form .btn.submit:focus, .dmn-form .btn.submit:hover {
      text-decoration: none;
      color: #e5e5e5; }
  .dmn-form input, .dmn-form select {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    width: 100% !important;
    box-sizing: border-box !important;
    line-height: 45px !important;
    height: 45px !important;
    border: 1px solid #d5d5d5 !important;
    font-size: 1.6rem !important; }

#cff .cff-item {
  text-align: left;
  border-bottom: 1px solid #666666 !important; }

#cff a,
#cff .cff-author a .cff-page-name.cff-author-date,
#cff .cff-post-links a {
  color: #1c5a8d; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

.button-row .button {
  margin: 0 2rem; }
  .button-row .button:first-child {
    margin-left: 0; }

a.button {
  background: #666666;
  color: #e5e5e5;
  text-transform: uppercase;
  line-height: 5rem;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 2rem;
  font-weight: bold; }
  a.button:active, a.button:focus, a.button:hover {
    text-decoration: none;
    color: #e5e5e5; }
  a.button.button-large {
    font-size: 2rem; }
    @media only screen and (min-width: 768px) {
      a.button.button-large {
        font-size: 2rem; } }
    @media only screen and (min-width: 992px) {
      a.button.button-large {
        font-size: 2.8rem;
        line-height: 6rem; } }

a.button-outline {
  background-color: transparent;
  border: 2px solid #666666;
  color: #666666;
  transition: 0.4s all; }
  a.button-outline:hover {
    background-color: #666666;
    color: #e5e5e5; }
  a.button-outline.button-white {
    border: 2px solid #e5e5e5;
    color: #e5e5e5; }
    a.button-outline.button-white:hover {
      background-color: #e5e5e5;
      color: #666666; }

a.round-square-button {
  height: 5rem;
  line-height: 5rem;
  width: 5rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 3.6rem;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #e5e5e5; }
  .site-section--base a {
    color: #666666; }
    .site-section--base a.round-square-button {
      color: #e5e5e5; }
  a:hover, a:focus, a:active {
    color: #e5e5e5;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  background-color: #1e1e1e;
  margin-top: -50px;
  height: 50px;
  position: relative;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .main-navigation {
      height: 70px;
      margin-top: -70px; } }
  @media only screen and (max-width: 767px) {
    .main-navigation {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      margin-top: 0; } }
  .main-navigation.fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .main-navigation li {
    display: block;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .main-navigation li {
        display: inline-block; } }
  .main-navigation a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 3.6rem;
    padding: 0.5rem 3rem; }
    @media only screen and (min-width: 768px) {
      .main-navigation a {
        font-size: 1.8rem;
        line-height: 70px;
        padding: 0 3rem; } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media only screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.menu-main-menu-container {
  background-color: #1e1e1e; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

button.menu-toggle {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0; }

/* Header hamburger icon */
.hamburger {
  position: relative;
  display: block;
  float: left;
  width: 20px;
  height: 18px;
  margin: 16px 15px; }
  .hamburger > span {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
    .hamburger > span.top {
      top: 2px;
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0); }
      .toggled .hamburger > span.top {
        top: 8px;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
    .hamburger > span.middle {
      opacity: 1;
      top: 8px; }
      .toggled .hamburger > span.middle {
        opacity: 0; }
    .hamburger > span.bottom {
      top: 14px;
      left: 0;
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0); }
      .toggled .hamburger > span.bottom {
        top: 8px;
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }

/*--------------------------------------------------------------
# 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: #e5e5e5;
    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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  /*margin: 0 0 1.5em;*/ }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
