/*!
Theme Name: HMSS
Theme URI: http://www.hmssbristol.com
Author: Martin Greenwood
Author URI: http://www.wearebeard.com
Description: HMSS Theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Bourbon
# Bitters
# Neat
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

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

button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #2e2e2e;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Sanchez Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.8125rem 1.625rem;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #252525;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #2e2e2e; }

fieldset {
  background-color: #cbcbcb;
  border: 1px solid #2e2e2e;
  margin: 0 0 0.8125rem;
  padding: 1.625rem; }

input,
label,
select {
  display: block;
  font-family: "Sanchez Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px; }

label {
  font-weight: 500;
  margin-bottom: 0.40625rem; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #e1ded2;
  border: 1px solid #2e2e2e;
  box-sizing: border-box;
  font-family: "Sanchez Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  margin-bottom: 0.8125rem;
  padding: 0.5416666667rem;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #252525; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #2e2e2e;
    box-shadow: inset 0 1px 3px rgba(46, 46, 46, 0.06), 0 0 5px rgba(33, 33, 33, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #d6d3c8;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 1px solid #2e2e2e; }

textarea {
  resize: vertical; }

input[type="search"] {
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.40625rem; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.8125rem;
  width: 100%; }

select {
  margin-bottom: 1.625rem;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.8125rem; }
  dl dt {
    font-weight: bold;
    margin-top: 0.8125rem; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.8125rem 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #232323;
  font-weight: 600;
  padding: 0.8125rem 0;
  text-align: left; }

td {
  border-bottom: 1px solid #2e2e2e;
  padding: 0.8125rem 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #2e2e2e;
  font-family: "Sanchez Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 16px;
  line-height: 1.625; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sanchez SemiBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  margin: 0 0 0.8125rem; }

p {
  margin: 0 0 0.8125rem; }

a {
  color: #2e2e2e;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #232323; }

hr {
  border-bottom: 1px solid #2e2e2e;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.625rem 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0;
  margin: 1rem 0; }

mark {
  background: #ddd;
  color: #2e2e2e; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -5px;
  top: -0.5rem; }

sub {
  bottom: -5px;
  bottom: -0.5rem; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 10px 40px;
  margin: 1rem 4rem; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 10px;
  font-size: 1rem; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  margin: 0 0.2rem;
  padding: 10px;
  padding: 1rem; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'Sanchez Black';
  src: url("assets/fonts/Sanchezblack.eot");
  /* IE9 Compat Modes */
  src: url("assets/fonts/Sanchezblack.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Sanchezblack.woff") format("woff"), url("assets/fonts/Sanchezblack.ttf") format("truetype"), url("assets/fonts/Sanchezblack.svg#efd9aba2af91e43ec7985fa35fb70de2") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Sanchez Bold';
  src: url("assets/fonts/Sanchezbold.eot");
  /* IE9 Compat Modes */
  src: url("assets/fonts/Sanchezbold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Sanchezbold.woff") format("woff"), url("assets/fonts/Sanchezbold.ttf") format("truetype"), url("assets/fonts/Sanchezbold.svg#3fdfce486fc1540aa051e44e467387aa") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Sanchez Light';
  src: url("assets/fonts/Sanchezlight.eot");
  /* IE9 Compat Modes */
  src: url("assets/fonts/Sanchezlight.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Sanchezlight.woff") format("woff"), url("assets/fonts/Sanchezlight.ttf") format("truetype"), url("assets/fonts/Sanchezlight.svg#7db8a767017f9c6683d5486a28d6df77") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'Sanchez Regular';
  src: url("assets/fonts/Sanchezregular.eot");
  /* IE9 Compat Modes */
  src: url("assets/fonts/Sanchezregular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Sanchezregular.woff") format("woff"), url("assets/fonts/Sanchezregular.ttf") format("truetype"), url("assets/fonts/Sanchezregular.svg#aa27e84bdda35e41050e4f4fa2df2235") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Sanchez SemiBold';
  src: url("assets/fonts/Sanchezsemibold.eot");
  /* IE9 Compat Modes */
  src: url("assets/fonts/Sanchezsemibold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Sanchezsemibold.woff") format("woff"), url("assets/fonts/Sanchezsemibold.ttf") format("truetype"), url("assets/fonts/Sanchezsemibold.svg#fb9523a2df449051da61fae0eb466003") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

body,
p,
button,
input,
select,
textarea {
  color: #2e2e2e;
  font-family: "Sanchez Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.625;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

html {
  font-size: 62.5%; }

p {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
  p:last-of-type {
    margin-bottom: 0; }

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

blockquote {
  margin: 0 15px;
  margin: 0 1.5rem; }

address {
  margin: 0 0 15px;
  margin: 0 0 1.5rem; }

pre {
  background: #ddd;
  font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.625;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow: auto;
  padding: 20px;
  padding: 2rem; }

code, kbd, tt, var {
  font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
  font-size: 12px;
  font-size: 1.2rem; }

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

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

big {
  font-size: 125%; }

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

*,
*: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; }

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

hr {
  background-color: #2e2e2e;
  border: 0;
  height: 1px;
  height: 0.1rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

ul, ol {
  margin: 0;
  list-style: none; }

li > ul,
li > ol {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0; }

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

table {
  margin: 0 0 15px;
  margin: 0 0 1.5rem;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #2e2e2e;
  background: transparent;
  color: #2e2e2e;
  padding: 10px 20px;
  padding: 1rem 2rem;
  outline: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  outline: 0;
  box-shadow: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    box-shadow: none; }

textarea {
  outline: 0;
  box-shadow: none;
  color: #2e2e2e;
  border: 1px solid #2e2e2e; }
  textarea:focus {
    box-shadow: none; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2e2e2e; }
  a:visited {
    color: #2e2e2e; }
  a:hover, a:focus, a:active {
    color: #2e2e2e; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: inline-block;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e; }
  .main-navigation ul ul {
    float: left;
    position: absolute;
    top: 15px;
    top: 1.5rem;
    left: -9999px;
    left: -999.9rem;
    z-index: 99999; }
    .main-navigation ul ul ul {
      left: -9999px;
      left: -999.9rem;
      top: 0; }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
      left: 100%; }
    .main-navigation ul ul a {
      width: 200px;
      width: 20rem; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }

.main-navigation li {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 15px; }
  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    color: #2e2e2e;
    cursor: pointer; }

.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  line-height: 3.5; }

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #2e2e2e;
  font-weight: 600; }

/* Small menu. */
.main-navigation.toggled ul {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  padding: 80px 50px 120px 50px;
  background: rgba(255, 255, 255, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 10; }
  .main-navigation.toggled ul li {
    margin-left: 0;
    width: 100%;
    text-align: center; }
    .main-navigation.toggled ul li a {
      line-height: 35px; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 15px;
  margin: 0 0 1.5rem;
  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%; }

#masthead .main-navigation {
  display: none; }
  @media screen and (min-width: 768px) {
    #masthead .main-navigation {
      display: inline-block; } }

#masthead .menu-toggle {
  display: block;
  position: absolute;
  outline: 0;
  background-color: #2e2e2e;
  color: #fff;
  right: 20px;
  top: 52px;
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 15;
  border: 0; }
  @media screen and (min-width: 768px) {
    #masthead .menu-toggle {
      display: none; } }
  #masthead .menu-toggle span {
    width: 70%;
    height: 3px;
    background: white;
    display: block;
    margin: 5px auto; }

#masthead .mobile-navigation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto; }
  #masthead .mobile-navigation ul {
    display: block;
    position: fixed;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    text-align: center;
    color: white;
    padding: 170px 40px;
    display: none;
    cursor: pointer; }
  #masthead .mobile-navigation.toggled ul {
    display: block; }
    #masthead .mobile-navigation.toggled ul li {
      line-height: 3;
      border-bottom: 1px solid white; }
      #masthead .mobile-navigation.toggled ul li:last-of-type {
        border-bottom: 0; }
      #masthead .mobile-navigation.toggled ul li a {
        font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        color: white;
        text-transform: capitalize;
        font-size: 18px; }
  #masthead .mobile-navigation.toggled .menu-toggle {
    background-color: white; }
    #masthead .mobile-navigation.toggled .menu-toggle span {
      background-color: #2e2e2e; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  height: 0.1rem;
  width: 1px;
  width: 0.1rem;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    color: #2e2e2e;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    left: 0.5rem;
    line-height: normal;
    padding: 15px 23px;
    padding: 1.5rem 2.3rem;
    text-decoration: none;
    top: 5px;
    top: 0.5rem;
    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: 15px;
  margin-right: 1.5rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-left: 1.5rem; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::after {
  clear: both;
  content: "";
  display: table; }

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  #page {
    min-height: 100vh; } }

.disablescroll {
  overflow: hidden; }

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  animation-duration: 1.4s; }

.delay, .delay0 {
  animation-delay: 0.2s; }

.delay1 {
  animation-delay: 0.25s; }

.delay2 {
  animation-delay: 0.3s; }

.delay3 {
  animation-delay: 0.35s; }

.delay4 {
  animation-delay: 0.4s; }

.delay5 {
  animation-delay: 0.45s; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.cell {
  display: table-cell;
  width: 100%;
  height: 100%; }
  .cell.middle {
    vertical-align: middle; }
  .cell.bottom {
    vertical-align: bottom; }
  .cell.top {
    vertical-align: top; }

.span3 {
  float: left;
  display: block;
  margin-right: 33.3333333333%;
  width: 100%; }
  .span3:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .span3 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 22.5806451613%; }
      .span3:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1120px) {
    .span3 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%; }
      .span3:last-child {
        margin-right: 0; } }

.span4 {
  float: left;
  display: block;
  margin-right: 33.3333333333%;
  width: 100%; }
  .span4:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .span4 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 31.0967741935%; }
      .span4:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1120px) {
    .span4 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .span4:last-child {
        margin-right: 0; } }

.span6 {
  float: left;
  display: block;
  margin-right: 33.3333333333%;
  width: 100%; }
  .span6:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .span6 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 48.3870967742%; }
      .span6:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1120px) {
    .span6 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .span6:last-child {
        margin-right: 0; } }

.span8 {
  float: left;
  display: block;
  margin-right: 33.3333333333%;
  width: 100%; }
  .span8:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .span8 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 82.7096774194%; }
      .span8:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1120px) {
    .span8 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 65.9574468085%; }
      .span8:last-child {
        margin-right: 0; } }

.span9 {
  float: left;
  display: block;
  margin-right: 33.3333333333%;
  width: 100%; }
  .span9:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .span9 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 74.1935483871%; }
      .span9:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1120px) {
    .span9 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 74.4680851064%; }
      .span9:last-child {
        margin-right: 0; } }

.span12 {
  float: left;
  display: block;
  margin-right: 33.3333333333%;
  width: 100%; }
  .span12:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .span12 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 100%; }
      .span12:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1120px) {
    .span12 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%; }
      .span12:last-child {
        margin-right: 0; } }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
  background: #f9f8f2;
  text-align: center;
  padding-top: 21px; }
  @media screen and (min-width: 768px) {
    #masthead {
      padding-top: 0; } }
  #masthead .custom-logo {
    display: block;
    margin: 0 auto;
    width: 250px; }
  #masthead nav, #masthead .site-branding {
    display: inline-block;
    width: 30%;
    text-align: center;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      #masthead nav, #masthead .site-branding {
        width: 20%; } }
  #masthead nav {
    width: 35%; }
  #masthead nav {
    width: 30%; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content {
  overflow-x: hidden; }

#primary {
  padding: 80px 0;
  background: #f9f8f2; }
  #primary header h1 {
    font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2e2e2e; }

#primary h1, #primary h2, #primary h3, #primary h4, #primary h5, #primary h6, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, .hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6 {
  clear: both;
  font-size: 18px;
  font-weight: 400;
  color: #2e2e2e;
  text-transform: uppercase; }

#main {
  position: relative; }

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.home #intro {
  padding: 80px 0;
  background: #f9f8f2;
  border-bottom: 3px solid #2e2e2e;
  border-top: 3px solid #2e2e2e;
  margin-top: 240px; }
  @media screen and (min-width: 768px) {
    .home #intro {
      margin-top: 0;
      border-top: 0; } }
  .home #intro .dog {
    position: absolute;
    width: 230px;
    height: 276px;
    background-image: url(assets/images/dog.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    bottom: auto;
    left: -50px;
    top: -302px; }
    @media screen and (min-width: 768px) {
      .home #intro .dog {
        width: 600px;
        height: 656px;
        bottom: -226px;
        left: -240px;
        top: auto; } }
    @media screen and (min-width: 1120px) {
      .home #intro .dog {
        left: -170px; } }
  .home #intro .glasses {
    width: 133px;
    height: 81px;
    position: absolute;
    background-image: url(assets/images/glasses.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    right: -50px;
    top: -120px;
    bottom: -260px; }
    @media screen and (min-width: 768px) {
      .home #intro .glasses {
        right: -120px;
        width: 390px;
        width: 253px;
        height: 161px;
        right: 0;
        top: auto;
        bottom: -160px; } }
    @media screen and (min-width: 1120px) {
      .home #intro .glasses {
        right: -120px;
        width: 390px; } }
  .home #intro .container {
    position: relative; }
  .home #intro article {
    float: left;
    display: block;
    margin-right: 33.3333333333%;
    width: 100%;
    margin-right: 0; }
    .home #intro article:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .home #intro article {
        float: left;
        display: block;
        margin-right: 3.2258064516%;
        width: 61.2903225806%;
        margin-left: 38.7096774194%;
        margin-bottom: 90px; }
        .home #intro article:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1120px) {
      .home #intro article {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%;
        margin-left: 34.0425531915%; }
        .home #intro article:last-child {
          margin-right: 0; } }
    .home #intro article h2 {
      margin-bottom: 10px;
      font-size: 30px; }
    .home #intro article p {
      font-size: 17px; }

.home #primary {
  background: #95652d;
  padding-top: 160px; }
  @media screen and (min-width: 1120px) {
    .home #primary {
      padding-top: 160px; } }
  .home #primary .more_menu {
    display: inline-block;
    width: 100%;
    border: 1px solid white;
    color: white;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
    text-align: center; }
    @media screen and (min-width: 1120px) {
      .home #primary .more_menu {
        margin-top: 40px; } }
  .home #primary #drinks {
    float: left;
    width: 100%;
    display: none; }
    @media screen and (min-width: 1120px) {
      .home #primary #drinks {
        display: block; } }
    .home #primary #drinks h2 {
      font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 30px;
      font-weight: 300;
      letter-spacing: 3px;
      text-align: center;
      margin-bottom: 40px;
      color: white; }
    .home #primary #drinks .prev {
      background: url(assets/images/left-arrow.svg);
      left: 0; }
    .home #primary #drinks .next {
      background: url(assets/images/right-arrow.svg);
      right: 0; }
    .home #primary #drinks .next, .home #primary #drinks .prev {
      width: 40px;
      height: 70px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      text-indent: -9999px;
      top: 50%;
      margin-top: -35px;
      cursor: pointer;
      filter: brightness(100); }
    .home #primary #drinks .roundabout-holder {
      padding: 0;
      margin: 0 auto;
      height: 300px;
      width: 50px; }
      @media screen and (min-width: 768px) {
        .home #primary #drinks .roundabout-holder {
          height: 375px;
          width: 100px; } }
      @media screen and (min-width: 1120px) {
        .home #primary #drinks .roundabout-holder {
          height: 600px;
          width: 300px; } }
    .home #primary #drinks .roundabout-moveable-item {
      height: 200px;
      width: 320px;
      cursor: pointer;
      border: 1px solid black;
      display: block; }
      @media screen and (min-width: 768px) {
        .home #primary #drinks .roundabout-moveable-item {
          height: 375px;
          width: 600px; } }
      @media screen and (min-width: 1120px) {
        .home #primary #drinks .roundabout-moveable-item {
          height: 600px;
          width: 960px; } }
    .home #primary #drinks .roundabout-in-focus {
      cursor: auto; }
    .home #primary #drinks #carousel li.roundabout-in-focus {
      cursor: default; }
    .home #primary #drinks .drink {
      box-shadow: 1px 1px 3px #333;
      height: 200px;
      width: 320px;
      cursor: pointer;
      overflow: hidden;
      background: #fffef6;
      border: 10px solid #fffef6;
      opacity: 1 !important; }
      @media screen and (min-width: 768px) {
        .home #primary #drinks .drink {
          height: 375px;
          width: 600px; } }
      @media screen and (min-width: 1120px) {
        .home #primary #drinks .drink {
          height: 600px;
          width: 960px; } }
      .home #primary #drinks .drink img {
        height: 100%;
        width: auto;
        float: left;
        opacity: 1 !important;
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -ms-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out; }
      .home #primary #drinks .drink .deets {
        float: left;
        width: 160px;
        padding: 10px;
        opacity: 1 !important;
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -ms-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out; }
        @media screen and (min-width: 768px) {
          .home #primary #drinks .drink .deets {
            width: 310px;
            padding: 40px; } }
        @media screen and (min-width: 1120px) {
          .home #primary #drinks .drink .deets {
            width: 400px; } }
        .home #primary #drinks .drink .deets h3 {
          font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
          font-size: 15px;
          font-weight: 300;
          letter-spacing: 3px;
          border-bottom: 3px solid #580408;
          padding-bottom: 5px;
          margin-bottom: 10px; }
          @media screen and (min-width: 768px) {
            .home #primary #drinks .drink .deets h3 {
              font-size: 24px; } }
          @media screen and (min-width: 1120px) {
            .home #primary #drinks .drink .deets h3 {
              font-size: 30px; } }
        .home #primary #drinks .drink .deets ul {
          margin-bottom: 20px; }
          .home #primary #drinks .drink .deets ul li {
            font-family: "Sanchez SemiBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
            font-size: 11px;
            margin-bottom: 5px; }
            @media screen and (min-width: 768px) {
              .home #primary #drinks .drink .deets ul li {
                font-size: 16px; } }
            @media screen and (min-width: 1120px) {
              .home #primary #drinks .drink .deets ul li {
                font-size: 18px; } }
            .home #primary #drinks .drink .deets ul li:last-of-type {
              margin-bottom: 0; }
        .home #primary #drinks .drink .deets p {
          font-size: 18px;
          display: none; }
          @media screen and (min-width: 1120px) {
            .home #primary #drinks .drink .deets p {
              display: block; } }
      .home #primary #drinks .drink.roundabout-in-focus img, .home #primary #drinks .drink.roundabout-in-focus .deets {
        opacity: 1 !important; }

/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .about .entry-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; } }

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
.menu .filter {
  border-bottom: 1px solid #2e2e2e;
  margin-bottom: 60px;
  display: block;
  width: 100%; }
  .menu .filter a.showall {
    position: absolute;
    top: -33px;
    right: 0; }
  .menu .filter .refine {
    display: block;
    text-align: center;
    position: relative; }
    .menu .filter .refine .flavour, .menu .filter .refine .mixer, .menu .filter .refine .spirit {
      display: inline-block;
      margin: 0 30px;
      position: relative; }
      .menu .filter .refine .flavour h3, .menu .filter .refine .mixer h3, .menu .filter .refine .spirit h3 {
        font-family: "Sanchez Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-weight: 700;
        margin-bottom: 40px;
        cursor: pointer; }
      .menu .filter .refine .flavour ul, .menu .filter .refine .mixer ul, .menu .filter .refine .spirit ul {
        position: absolute;
        min-width: 200px;
        width: max-content;
        background: #2e2e2e;
        text-align: left;
        z-index: 10; }
        .menu .filter .refine .flavour ul li, .menu .filter .refine .mixer ul li, .menu .filter .refine .spirit ul li {
          border-bottom: 1px solid white;
          margin: 0 10px; }
          .menu .filter .refine .flavour ul li:last-of-type, .menu .filter .refine .mixer ul li:last-of-type, .menu .filter .refine .spirit ul li:last-of-type {
            border-bottom: 0; }
          .menu .filter .refine .flavour ul li label, .menu .filter .refine .mixer ul li label, .menu .filter .refine .spirit ul li label {
            color: white;
            font-weight: 700;
            font-size: 13px;
            line-height: 3;
            margin: 0;
            text-transform: uppercase;
            font-family: arial; }

.menu .entry-content #drinks, .menu .entry-content #classics {
  text-align: center; }
  .menu .entry-content #drinks .adrink, .menu .entry-content #classics .adrink {
    display: inline-block;
    width: 49.5%;
    text-align: center;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .menu .entry-content #drinks .adrink, .menu .entry-content #classics .adrink {
        width: 33%; } }
    .menu .entry-content #drinks .adrink.notinme, .menu .entry-content #classics .adrink.notinme {
      opacity: 0.1; }
    .menu .entry-content #drinks .adrink .deets, .menu .entry-content #classics .adrink .deets {
      max-width: 250px;
      margin: 0 auto; }
      .menu .entry-content #drinks .adrink .deets img, .menu .entry-content #classics .adrink .deets img {
        margin-bottom: 20px;
        width: 125px; }
      .menu .entry-content #drinks .adrink .deets p, .menu .entry-content #classics .adrink .deets p {
        margin-bottom: 40px; }

/*--------------------------------------------------------------
## Booking
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .booking .entry-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; } }

/*--------------------------------------------------------------
## Booking
--------------------------------------------------------------*/
.gallery .entry-content {
  text-align: center;
  max-width: 960px;
  margin: 0 auto; }

.gallery .prettypics {
  margin-top: 40px; }

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.contact #main .map-header {
  margin-top: 80px;
  display: inline-block;
  width: 100%; }

.contact #main .map {
  width: 100%;
  height: 500px;
  border: #e1ded2 solid 10px;
  margin-top: 40px;
  display: inline-block;
  /* fixes potential theme css conflict */ }
  .contact #main .map img {
    max-width: inherit !important; }

.contact #main .details {
  float: left;
  margin-top: 30px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .contact #main .details {
      margin-top: 0;
	  width: 47%; } }
  .contact #main .details h4 {
    font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 5px; }
  /* .contact #main .details p {
    font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 5px; } */

.contact #main .myform {
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .contact #main .myform {
      width: 50%;
      margin-right: 3%; } }
  @media screen and (min-width: 1120px) {
    .contact #main .myform {
    } }
  .contact #main .myform .gform_wrapper {
    margin: 0; }
    .contact #main .myform .gform_wrapper .top_label {
      margin-top: 0; }
      .contact #main .myform .gform_wrapper .top_label .gfield_label {
        font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 3px;
        margin-top: 0;
        margin-bottom: 5px; }
      .contact #main .myform .gform_wrapper .top_label li.gfield {
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 15px; }
        .contact #main .myform .gform_wrapper .top_label li.gfield .ginput_container {
          margin-top: 0; }
          .contact #main .myform .gform_wrapper .top_label li.gfield .ginput_container textarea, .contact #main .myform .gform_wrapper .top_label li.gfield .ginput_container select, .contact #main .myform .gform_wrapper .top_label li.gfield .ginput_container input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
            font-size: inherit;
            font-family: inherit;
            padding: 8px;
            letter-spacing: normal;
            border: 1px solid #2e2e2e;
            background: white;
            appearance: none;
            -webkit-appearance: none;
            border-radius: 0; }
    .contact #main .myform .gform_wrapper .gform_footer {
      padding: 0;
      margin: 0;
      clear: both;
      width: 100%; }
      .contact #main .myform .gform_wrapper .gform_footer input {
        display: block;
        width: 100%;
        font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 3px;
        text-align: center;
        margin: 0;
        border-radius: 0;
        padding: 10px; }

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

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
  background: #2e2e2e;
  padding: 30px 0; }
  @media screen and (min-width: 1120px) {
    #footer {
      padding: 80px 0; } }
  #footer p, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
    color: #e1ded2; }
  #footer a {
    color: white; }
  #footer #colophon header {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px; }
    #footer #colophon header p {
      font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 30px;
      font-weight: 300;
      letter-spacing: 3px; }
  #footer #colophon .tweets {
    margin-bottom: 40px;
    border-bottom: 1px solid #e1ded2;
    text-align: center; }
    #footer #colophon .tweets .slick-prev:before, #footer #colophon .tweets .slick-next:before {
      color: white; }
    #footer #colophon .tweets .slick-next {
      right: 0; }
    #footer #colophon .tweets .slick-prev {
      left: 0; }
    #footer #colophon .tweets p {
      font-size: 18px;
      max-width: 800px;
      padding: 0 20px;
      margin: 0 auto;
      line-height: 1.3;
      margin-bottom: 40px; }
  #footer #colophon .site-info {
    border-bottom: 1px solid white;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    #footer #colophon .site-info .contact {
      float: left;
      width: 100%; }
      @media screen and (min-width: 768px) {
        #footer #colophon .site-info .contact {
          width: 50%; } }
      @media screen and (min-width: 1120px) {
        #footer #colophon .site-info .contact {
          width: 60%; } }
      #footer #colophon .site-info .contact h3 {
        font-family: "museo-sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 5px; }
      #footer #colophon .site-info .contact p {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 5px; }
    #footer #colophon .site-info .sister {
      float: right;
      width: 100%;
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        #footer #colophon .site-info .sister {
          width: auto;
          margin-top: 0; } }
      #footer #colophon .site-info .sister img {
        float: left;
        width: auto;
        height: 80px;
        margin-right: 20px; }
      #footer #colophon .site-info .sister div {
        float: left;
        width: 200px; }
      #footer #colophon .site-info .sister .cous {
        margin: 20px 0 0 0;
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase; }
      #footer #colophon .site-info .sister p {
        float: left;
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.3; }
      #footer #colophon .site-info .sister h4 {
        float: left;
        clear: none;
        margin: 0;
        color: white;
        line-height: 1.3;
        font-size: 18px;
        font-family: "Sanchez Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-weight: 300; }
  #footer #colophon .info {
    text-align: center; }
    #footer #colophon .info p {
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 12px; }

/*--------------------------------------------------------------
# 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: 15px;
  margin-bottom: 1.5rem;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 10px 0;
    margin: 1rem 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0; }
  .gallery-item img {
    display: block;
    border: 10px solid white; }
    .gallery-item img:hover {
      opacity: 0.6;
      cursor: pointer; }
  .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; }

/*# sourceMappingURL=style.css.map */
