@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic);
@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700);
@import url("https://fonts.googleapis.com/css?family=Cabin");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }
  html ::-moz-selection, body ::-moz-selection {
    background: #fe57e1;
    color: #fff;
    text-shadow: none; }
  html ::selection, body ::selection {
    background: #fe57e1;
    color: #fff;
    text-shadow: none; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: shade(#6f6f6f, 50);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-image: url("../img/wood-bg.png"); }

/* Prevent font scaling in landscape */
@media only screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px 0;
  padding: 0; }

ul {
  margin: 0; }

a:link, a:visited, a:active {
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease; }

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*******************************************************************************
 * simple.layout.scss
 *
 * Styling of the "simple" layout demonstrating the Compass grid extension Susy
 * and building mobile first layouts.
 ******************************************************************************/
/* mobile 1st */
.grid {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background: #f5f3f2;
  padding: 0 28px;
  box-shadow: 14px 0 15px -4px rgba(0, 0, 0, 0.25), -14px 0 8px -4px rgba(0, 0, 0, 0.25); }
  .grid:after {
    content: " ";
    display: block;
    clear: both; }

.slider {
  margin-bottom: 80px; }

@media (min-width: 896px) {
  .main {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
    text-align: left; }
  .sidebar {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    float: right;
    margin-right: 0;
    text-align: left; } }

/* Mixin */
.blog .post-wrap, .archive .post-wrap {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 1px dashed #3B0A00; }
  .blog .post-wrap:last-of-type, .archive .post-wrap:last-of-type {
    border-bottom-width: 0; }
  .blog .post-wrap h2, .archive .post-wrap h2 {
    font-size: 32px;
    color: #3B0A00;
    margin-bottom: 10px; }
  .blog .post-wrap .date, .archive .post-wrap .date {
    line-height: 1.2;
    margin-bottom: 5px; }
  .blog .post-wrap p, .archive .post-wrap p {
    margin-bottom: 0 0 6.25px 0; }
  .blog .post-wrap a, .archive .post-wrap a {
    color: #3B0A00; }
  .blog .post-wrap a.read-more:link, .blog .post-wrap a.read-more:visited, .blog .post-wrap a.read-more:active, .archive .post-wrap a.read-more:link, .archive .post-wrap a.read-more:visited, .archive .post-wrap a.read-more:active {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;
    color: #fff;
    background: #ae1624;
    padding: 5px 10px; }

.blog .nav-links a, .archive .nav-links a {
  border-bottom: none; }

.blog .nav-links .sep, .archive .nav-links .sep {
  color: #6f6f6f; }

.page-id-12 .wpcf7 input[type=text], .page-id-12 .wpcf7 input[type=tel], .page-id-12 .wpcf7 input[type=email], .page-id-12 .wpcf7 textarea {
  width: 100%;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 4.25532%;
  background: #fff;
  border: 0px;
  color: #3B0A00;
  font-weight: regular;
  border: 2px solid #eee; }

.page-id-12 .wpcf7 textarea {
  resize: none;
  margin-bottom: 2.12766%; }

.page-id-12 .wpcf7 input[type=submit] {
  font-family: 'Roboto', sans-serif;
  background: #3B0A00;
  color: #fff;
  font-size: 24px;
  padding: 5px 25px;
  margin: 0;
  border: 0px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
  border: 1px solid #fff;
  border-radius: 999px; }

.page-id-12 .wpcf7 input[type=submit]:hover {
  opacity: 0.75; }

.page-id-12 .wpcf7 input[type=submit]:active {
  opacity: 0.5; }

.content {
  margin-bottom: 55px;
  color: #3B0A00; }

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider/flexslider-icon.eot");
  src: url("../fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider/flexslider-icon.woff") format("woff"), url("../fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  /*display: block;*/
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  /*overflow: hidden;*/
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(183, 163, 146, 0.9);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: 10px; }

.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #f08232;
  background: #f08232;
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px #f08232;
  box-shadow: inset 0 0 3px #f08232;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.flex-control-paging li a:hover {
  background: #f08232;
  -o-box-shadow: inset 0 0 3px #f08232;
  box-shadow: inset 0 0 3px #f08232;
  opacity: 0.4; }

.flex-control-paging li a.flex-active {
  background: #f08232;
  -o-box-shadow: inset 0 0 3px #f08232;
  box-shadow: inset 0 0 3px #f08232;
  cursor: default;
  opacity: 0.6; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }
  .footer h6 {
    position: relative;
    display: inline-block;
    color: #3B0A00;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 160px; }
    @media (min-width: 896px) {
      .footer h6 {
        font-size: 30px; } }
  .footer h6:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -35px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url("../img/red-star.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .footer h6:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -35px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url("../img/red-star.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .footer h6:hover:before {
    -webkit-animation: spin-l 2s linear infinite; }
  .footer h6:hover:after {
    -webkit-animation: spin-r 2s linear infinite; }
  .footer p {
    font-size: 14px;
    color: #fff;
    margin: 0; }
    @media (min-width: 481px) {
      .footer p {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .footer p {
        font-size: 16px; } }
  .footer a {
    color: #fff;
    text-decoration: none;
    border: none;
    display: block; }
  .footer a:hover {
    color: #d8cecc; }
  .footer .copyright {
    margin-right: -28px;
    margin-left: -28px;
    padding-right: 28px;
    padding-left: 28px;
    background: #270000;
    padding-bottom: 20px; }
    .footer .copyright p {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.6); }
  .footer .social-enterprise img {
    width: 120px;
    height: 120px;
    padding: 20px; }
  .footer .website-design {
    margin-right: -28px;
    margin-left: -28px;
    padding-right: 28px;
    padding-left: 28px;
    height: 80px;
    line-height: 80px;
    background: #1d0000; }
    .footer .website-design a {
      display: block;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.4); }
    .footer .website-design a:hover {
      color: rgba(255, 255, 255, 0.8); }

@-webkit-keyframes spin-r {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spin-l {
  from {
    -webkit-transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg); } }

.gallery dl, .gallery dt {
  margin: 0; }

.gallery br + br {
  display: none; }

.gallery br {
  display: none; }

.gallery img {
  width: 100%;
  height: auto; }

.gallery .gallery-item {
  margin-bottom: 20px; }

.gallery .gallery-item {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%; }

.gallery .gallery-item:nth-of-type(2n+2) {
  float: right;
  margin-right: 0; }

@media (min-width: 768px) {
  .gallery .gallery-item {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%; }
  .gallery .gallery-item:nth-of-type(2n+2) {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%; }
  .gallery .gallery-item:nth-of-type(3n+3) {
    float: right;
    margin-right: 0; } }

@media (min-width: 1024px) {
  .gallery .gallery-item {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%; }
  .gallery .gallery-item:nth-of-type(2n+2) {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%; }
  .gallery .gallery-item:nth-of-type(3n+3) {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%; }
  .gallery .gallery-item:nth-of-type(4n+4) {
    float: right;
    margin-right: 0; } }

#header {
  text-align: center;
  width: 100%;
  margin-right: -28px;
  margin-left: -28px;
  padding-right: 28px;
  padding-left: 28px; }
  #header .branding {
    padding-bottom: 25px; }
    #header .branding .logo-wrap {
      width: 200px;
      margin: 0 auto; }
      #header .branding .logo-wrap img {
        width: 100%;
        height: auto;
        opacity: 1;
        -webkit-transition: opacity 0.6s ease;
                transition: opacity 0.6s ease; }
      #header .branding .logo-wrap img:hover {
        opacity: 0.8; }

#header .header-image {
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  #header .header-image .image-wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #header .header-image img {
    display: none; }

@media (min-width: 481px) {
  #header .header-image {
    height: auto; }
    #header .header-image img {
      display: inline-block;
      width: 100%;
      height: auto; } }

.branding .logo-wrap {
  position: relative; }

.branding .logo-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -35px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url("../img/red-star.png");
  background-size: contain;
  background-repeat: no-repeat; }

.branding .logo-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -35px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url("../img/red-star.png");
  background-size: contain;
  background-repeat: no-repeat; }

.branding .logo-wrap:hover:before {
  -webkit-animation: spin-l 2s linear infinite; }

.branding .logo-wrap:hover:after {
  -webkit-animation: spin-r 2s linear infinite; }

.main {
  text-align: left; }
  .main img {
    max-width: 100%;
    height: auto; }
  .main img.alignright {
    float: right; }
  .main img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .main .caption {
    font-style: italic;
    font-size: 14px; }
  .main ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 25px; }
  .main ol {
    margin-left: 0;
    padding-left: 20px; }
  .main ul {
    margin-left: 20px; }
  .main ul > li {
    list-style-type: square; }
  .main ol > li {
    padding-left: 20px;
    padding-bottom: 20px; }
  .main a:link, .main a:visited, .main a:active {
    color: #3B0A00;
    text-decoration: none;
    border-bottom: solid 1px rgba(59, 10, 0, 0.2);
    -webkit-transition: all 0.1s ease;
            transition: all 0.1s ease; }
  .main a:hover {
    border-bottom: solid 1px rgba(59, 10, 0, 0.5);
    color: #3B0A00; }

#header .menu-button-wrap {
  display: block; }

#header .menu-toggle {
  display: block;
  width: 100%;
  height: 50px;
  outline: 0;
  border: none;
  background: #14140d;
  margin: 20px 0 20px 0;
  -webkit-transition: background 0.2s ease;
          transition: background 0.2s ease; }
  #header .menu-toggle img {
    width: 30px;
    height: auto; }

#header .menu-toggle:hover {
  background: #72726e; }

#header .nav-holder {
  width: 100%;
  margin-bottom: 20px; }

#header nav {
  position: relative;
  display: none;
  margin: 0;
  z-index: 100;
  clear: both; }
  #header nav ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none; }
  #header nav li {
    display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center; }
  #header nav a:link, #header nav a:link, #header nav a:visited {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    color: #fff;
    background: #14140d;
    font-size: 26px;
    display: block;
    padding: 0;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    border: none;
    -webkit-transition: background 0.2s ease;
            transition: background 0.2s ease; }
    @media (min-width: 1024px) {
      #header nav a:link, #header nav a:link, #header nav a:visited {
        font-size: 36px; } }
  #header nav a:hover, #header nav .current-menu-item a, #header nav .current_page_parent a {
    text-decoration: none;
    background: #72726e; }

@media (min-width: 900px) {
  #header .menu-button-wrap {
    display: none; }
  #header .nav-holder {
    padding: 25px 0; }
  #header nav {
    display: block; }
    #header nav ul {
      width: 100%;
      text-align: center;
      padding: 0px;
      margin: 0px;
      display: table; }
    #header nav li {
      list-style-type: none;
      display: inline;
      padding: 0px;
      margin: 0px; }
    #header nav a:link, #header nav a:visited, #header nav a:active {
      height: 50px;
      line-height: 50px;
      display: inline;
      width: auto;
      margin-right: 18px;
      padding-right: 18px;
      border-right: 1px solid #b7b7b7;
      background: none;
      color: #484848;
      -webkit-transition: none;
              transition: none;
      -webkit-transition: color 0.2s ease;
              transition: color 0.2s ease; }
    #header nav .current-menu-item a span {
      color: #060604; }
    #header nav a:hover {
      color: #060604; }
    #header nav li.last-menu-item a {
      margin-right: 0;
      padding-right: 0;
      border: none; } }

.posts-nav {
  /* Hide on mob then display once there is room */
  display: none;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-collapse: collapse;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .posts-nav {
      display: table; } }

.posts-nav {
  /* Toggle the display of either title or label depending on available space */ }
  .posts-nav div {
    display: table-cell;
    border: 1px dashed #3B0A00;
    width: 50%;
    text-transform: uppercase;
    font-weight: 600;
    /* Gives the arrows somthing to position against */
    position: relative; }
  .posts-nav a {
    display: block;
    padding: 30px 20px;
    border: none;
    color: #3B0A00; }
  .posts-nav .next {
    text-align: left; }
  .posts-nav .prev {
    text-align: right; }
  .posts-nav .label {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 14px; }
    @media (min-width: 1024px) {
      .posts-nav .label {
        display: none; } }
  .posts-nav .title {
    font-family: 'Montserrat', sans-serif;
    display: none;
    font-size: 14px; }
    @media (min-width: 1024px) {
      .posts-nav .title {
        display: block; } }
  .posts-nav .post-nav-links-title {
    display: block;
    font-size: 14px; }
  .posts-nav .date {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 12px; }
  .posts-nav .arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 30px;
    color: #3B0A00; }
  .posts-nav .prev .arrow {
    left: 20px; }
  .posts-nav .next .arrow {
    right: 20px; }

.sidebar .widget-area {
  margin-bottom: 20px; }

.sidebar aside {
  margin-bottom: 40px; }

.sidebar h3 {
  background: #c5a677;
  color: #fff;
  padding: 8px 20px;
  margin-bottom: 10px;
  clear: both; }

.sidebar .fb-like-box {
  margin-bottom: 20px; }
  .sidebar .fb-like-box h3 {
    background: #3B5998; }

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.sidebar li {
  color: #3B0A00;
  font-size: 16px;
  font-weight: 800; }
  @media (min-width: 896px) {
    .sidebar li {
      margin-left: 20px; } }

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
  color: #3B0A00;
  font-family: 'Montserrat', sans-serif; }

.sidebar .food-hygiene-rating img {
  width: 100%;
  height: auto; }

.sidebar blockquote {
  padding: 0;
  margin: 0; }
  @media (min-width: 896px) {
    .sidebar blockquote {
      margin-left: 20px; } }
  .sidebar blockquote p {
    font-size: 16px;
    font-weight: 800; }

.sidebar .simple-events {
  line-height: 1.3;
  padding-bottom: 25px; }
  .sidebar .simple-events li {
    margin-bottom: 20px; }
  .sidebar .simple-events h4 {
    font-size: 14px;
    margin: 0;
    padding: 0; }
  .sidebar .simple-events .location, .sidebar .simple-events .link, .sidebar .simple-events .date {
    display: block;
    font-size: 14px;
    padding: 0;
    margin: 0; }

.sub-nav ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0; }

.sub-nav a:link, .sub-nav a:visited, .sub-nav a:active {
  display: block;
  text-transform: uppercase;
  color: #3B0A00; }

.top-bar {
  padding-top: 20px;
  padding-bottom: 20px; }
  .top-bar .social img {
    width: 32px;
    height: 32px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .top-bar .social img {
        display: block;
        float: left;
        padding-right: 5px;
        margin-bottom: 0px;
        opacity: 1;
        -webkit-transition: opacity 0.2s ease;
                transition: opacity 0.2s ease; }
        .top-bar .social img:hover {
          opacity: 0.8; } }
  @media (min-width: 768px) {
    .top-bar .social {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%; } }
  @media (min-width: 768px) {
    .top-bar .contact {
      text-align: right; } }
  .top-bar .contact p {
    margin: 0; }
  .top-bar .contact a:link, .top-bar .contact a:visited, .top-bar .contact a:active {
    color: #fff;
    background: #3B0A00;
    font-size: 20px;
    font-weight: 500;
    cursor: default;
    height: 34px;
    line-height: 34px;
    border: 1px solid #3B0A00;
    -webkit-box-shadow: 0 0 1px #3B0A00;
    border-radius: 999px;
    padding: 0 20px; }
  @media (min-width: 768px) {
    .top-bar .contact {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%;
      float: right;
      margin-right: 0; } }

.wpcf7 img {
  width: auto !important; }

.wpcf7 form input {
  padding: 5px; }

.wpcf7 form textarea {
  padding: 5px;
  width: 100%;
  height: 300px; }

.wpcf7 form .postaladdress textarea {
  height: 200px; }

.wpcf7 form .wpcf7-submit {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }

.wpcf7 form .wpcf7-submit:hover {
  color: #c5a677; }
