/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
  font-family: 'Lato', sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background: #FFF;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
}

.row {
  position: relative;
  margin: 0 auto;
  font-size: 0px;
  box-sizing: border-box;
}

.col {
  width: 100%;
  margin: 0 10px 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 20px;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 20px 0;
  color: #000;
}

h1 {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 1px;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 1px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

h6 {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0px;
}

p {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0px;
}

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

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 739px) {
  .col {
    width: 94%;
    margin: 0 3% 20px;
  }

  .i12 {
    margin: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 740px) {
  .row {
    max-width: 720px;
  }

  .col {
    margin: 0 5px 20px;
  }

  /* 24 column grid with 20px columns and 10px gutters */
  .c6 {
    width: 170px;
  }

  /* Quarter */
  .c8 {
    width: 230px;
  }

  /* Third */
  .c12 {
    width: 350px;
  }

  /* Half */
  .c16 {
    width: 470px;
  }

  /* Two Thirds */
  .c18 {
    width: 530px;
  }

  /* Three Quarters */
  .c24 {
    width: 710px;
  }

  /* Full */
  .i6 {
    width: 178px;
    margin: 0;
  }

  .i12 {
    width: 355px;
    margin: 0px auto;
  }

  .x24 {
    width: 720px;
    margin: 0 5px 20px 4px;
    font-size: 0;
  }
}
@media only screen and (min-width: 980px) {
  .row {
    max-width: 960px;
  }

  .col {
    margin: 0 10px 20px;
  }

  /* 24 column grid with 20px columns and 20px gutters */
  .c6 {
    width: 220px;
  }

  /* Quarter */
  .c8 {
    width: 300px;
  }

  /* Third */
  .c12 {
    width: 460px;
  }

  /* Half */
  .c16 {
    width: 620px;
  }

  /* Two Thirds */
  .c18 {
    width: 700px;
  }

  /* Three Quarters */
  .c24 {
    width: 940px;
  }

  /* Full */
  .i6 {
    width: 235px;
    margin: 0;
  }

  .i12 {
    width: 470px;
    margin: 0px auto;
  }

  .x24 {
    width: 940px;
    margin: 0 10px 20px;
    font-size: 0;
  }
}
@media only screen and (min-width: 1340px) {
  .row {
    max-width: 1320px;
  }

  .col {
    margin: 0 10px 20px;
  }

  /* 24 column grid with 35px columns and 20px gutters */
  .c6 {
    width: 310px;
  }

  /* Quarter */
  .c8 {
    width: 420px;
  }

  /* Third */
  .c12 {
    width: 640px;
  }

  /* Half */
  .c16 {
    width: 860px;
  }

  /* Two Thirds */
  .c18 {
    width: 970px;
  }

  /* Three Quarters */
  .c24 {
    width: 1300px;
  }

  /* Full */
  .i6 {
    width: 325px;
    margin: 0;
  }

  .i12 {
    width: 650px;
    margin: 0px auto;
  }

  .x24 {
    width: 1300px;
    margin: 0 10px 20px;
    font-size: 0;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
  background: #000;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
  font-family: 'museo_sans500', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 3px;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 48px;
  overflow: visible;
  background: #ffffff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #ffffff;
}

#cboxLoadingGraphic {
  background: url(images/ajax-loader.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #ffffff;
}

#cboxTitle {
  position: absolute;
  top: -32px;
  left: 13px;
  color: #ffffff;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -48px;
  background: url(images/cross-firle.png) no-repeat 50% 50% #043a0f;
  right: 0px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/* Colours - name variables as colours based on each site for ease of use. */
/* Dark Green */
/* Grey */
/* Light Green */
/* White */
/* Beige */
/* Orange */
/* Font */
/* MIXINS - Create suitable mixins based on the design for each site. */
/* SVG Alternative for Icons / Logos - SVG automatically created - pass in image url and dimensions */
/* DEFAULT FONT STYLING */
::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1;
  color: gray;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1;
  color: gray;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1;
  color: gray;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 1;
  color: gray;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

/* CONTENT PADDING WHEN NO TOP BANNER IMAGES */
#PAGE-firle-gallery .content {
  padding-top: 100px;
}

#PAGE-events .container {
  padding-top: 200px;
}

#PAGE-articles-news .category-bar {
  padding-top: 100px;
}

.category-bar.padding-top {
  padding-top: 100px;
}

/* HEADER STYLING */
.desktop-head {
  /* NAVIGATION STYLING */
}
.desktop-head .header-bar {
  background: #043a0f;
  height: 52px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  width: 100%;
}
.desktop-head .header-bar > div {
  display: inline-block;
  vertical-align: top;
}
.desktop-head .header-bar .logo {
  background: url(../img/logo-firle.png) 50% 50% no-repeat white;
  width: 82px;
  height: 122px;
  padding: 20px 40px;
  margin-left: 60px;
  position: relative;
  top: 0;
  transition: all 0.5s;
}
.desktop-head .header-bar .logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.desktop-head .header-bar .logo.slideup {
  top: -162px;
  transition: all 0.5s;
}
.desktop-head .header-bar .small-logo {
  background: url(../img/logo-small-firle.png) 50% 50% no-repeat white;
  width: 162px;
  height: 52px;
  position: absolute;
  top: 0px;
  left: 60px;
  display: none;
}
.desktop-head .header-bar .small-logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.desktop-head .header-bar .menu-toggle {
  background: url(../img/navburger-firle.png) 60px 50% no-repeat;
  float: right;
  color: white;
  margin-right: 20px;
  cursor: pointer;
  padding-right: 40px;
  margin-top: 15px;
  transition: background 0.5s;
}
.desktop-head .header-bar .menu-toggle.on {
  background: url(../img/cross-firle.png) 60px 50% no-repeat;
  transition: background 0.5s;
}
.desktop-head .navigation {
  display: none;
  position: fixed;
  top: 52px;
  z-index: 30;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  padding: 130px 0;
}
.desktop-head .navigation .col {
  margin: 0;
  text-align: center;
}
.desktop-head .navigation ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.desktop-head .navigation ul#menu-header-menu {
  margin-left: 20px;
}
.desktop-head .navigation ul#menu-header-menu li {
  display: block;
  margin-bottom: 15px;
}
.desktop-head .navigation ul li.pnav {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid gray;
  width: 160px;
  min-height: 315px;
}
.desktop-head .navigation ul li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
}
.desktop-head .navigation ul li.hideMe {
  display: none;
}
.desktop-head .navigation ul li.current-page-parent > a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #043a0f;
}
.desktop-head .navigation ul li.current_page_item > a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #043a0f;
}
.desktop-head .navigation ul li.current-menu-item > a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #043a0f;
}
.desktop-head .navigation ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #043a0f;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
.desktop-head .navigation ul li ul {
  padding: 0 10px;
}
.desktop-head .navigation ul li ul li {
  display: block;
  margin: 0px auto 15px;
}
.desktop-head .navigation ul li ul li.divider a {
  text-indent: -9999px;
  width: 20px;
  display: block;
  border-bottom: 2px solid #043a0f;
  margin: 25px auto;
  height: 2px;
}
.desktop-head .navigation ul li ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: gray;
  text-transform: uppercase;
  line-height: 21px;
  transition: all 0.5s;
}
.desktop-head .navigation ul li ul li a:hover {
  color: #043a0f;
  transition: all 0.5s;
}

.mobile-head {
  display: none;
}

/* CONTENT BLOCK */
.content-wrap.shade {
  background: #f2efed;
}

.content {
  padding: 40px 0;
  font-size: 0;
}
.content .content-container {
  font-size: 0;
}
.content .pretitle {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.content h1 {
  font-size: 34px;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
  text-align: center;
  max-width: 75%;
  margin: 0px auto;
  padding-bottom: 30px;
}
.content p, .content ul, .content li, .content ol {
  font-size: 13px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: gray;
}
.content a {
  font-size: 13px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #043a0f;
  text-decoration: none;
}
.content .top-content {
  text-align: center;
}
.content .content-divider {
  width: 20px;
  border-bottom: 1px solid #043a0f;
  margin: 30px auto;
}
.content .left-content {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.content .right-content {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: top;
}
.content .link-button {
  text-align: center;
  margin: 50px 0 0;
  transition: all 0.5s;
}
.content .link-button a {
  color: gray;
  text-decoration: none;
  border: 1px solid gray;
  padding: 10px 16px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
}
.content .link-button a:hover {
  color: #043a0f;
  border: 1px solid #043a0f;
  transition: all 0.5s;
}

/* IMAGE LINKS BLOCK */
.image_links {
  padding: 40px 0;
}
.image_links .image-link {
  position: relative;
}
.image_links .image-link .link-box .caption {
  position: absolute;
  top: 80px;
  left: 80px;
  border: 1px solid white;
  text-align: center;
  text-transform: uppercase;
  width: 163px;
  height: 159px;
  line-height: 159px;
  background: rgba(0, 0, 0, 0.2);
}
.image_links .image-link .link-box .caption p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 0 10px;
}
.image_links .image-link .link-box a {
  position: absolute;
  top: 80px;
  left: 80px;
  border: 1px solid white;
  text-align: center;
  text-transform: uppercase;
  width: 163px;
  height: 159px;
  line-height: 159px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0;
  transition: all 0.5s;
}
.image_links .image-link .link-box a p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 0 10px;
}
.image_links .image-link .link-box a:hover {
  background: rgba(4, 58, 15, 0.8);
  transition: all 0.5s;
}
.image_links .i12.image-link .link-box a {
  left: 50%;
  margin-left: -84px;
}

/* VIDEO BLOCK */
.video {
  padding-top: 40px;
}
.video .inline-vid {
  height: 730px;
}

/* WHAT'S ON BLOCK */
.whats_on {
  padding: 40px 0;
}
.whats_on h1 {
  font-size: 34px;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 30px;
}
.whats_on .image-link {
  position: relative;
}
.whats_on .image-link .link-box a {
  position: absolute;
  top: 80px;
  left: 80px;
  border: 1px solid white;
  text-align: center;
  text-transform: uppercase;
  width: 163px;
  height: 159px;
  line-height: 159px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0;
  transition: all 0.5s;
}
.whats_on .image-link .link-box a p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 0 10px;
}
.whats_on .image-link .link-box a:hover {
  background: rgba(4, 58, 15, 0.8);
  transition: all 0.5s;
}
.whats_on .image-link.calendar-link {
  background: #043a0f;
  min-height: 317px;
}
.whats_on .image-link.calendar-link .link-box a {
  background: none;
}
.whats_on .image-link.calendar-link .link-box a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.whats_on .image-link.calendar-link .binding {
  background: url(../img/calendar-link-firle.png) repeat-x;
  width: 100%;
  height: 46px;
  margin-top: -20px;
}

/* RELATED ARTICLES BLOCK STYLING */
.related_articles {
  padding: 40px 0;
}
.related_articles h1 {
  font-size: 34px;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 30px;
}
.related_articles .image-link {
  position: relative;
}
.related_articles .image-link .link-box a {
  position: absolute;
  top: 80px;
  left: 80px;
  border: 1px solid white;
  text-align: center;
  text-transform: uppercase;
  width: 163px;
  height: 159px;
  line-height: 159px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0;
  transition: all 0.5s;
}
.related_articles .image-link .link-box a p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 0 10px;
}
.related_articles .image-link .link-box a:hover {
  background: rgba(4, 58, 15, 0.8);
  transition: all 0.5s;
}

/* TESTIMONIALS BLOCK STYLING */
.testimonials {
  background: #f2efed;
  padding: 70px 0;
  margin: 50px 0 0;
}
.testimonials .tslider-container {
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
}
.testimonials .tslider-container .testimonial-item p {
  font-size: 24px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 40px;
  text-align: center;
  color: gray;
}
.testimonials .tslider-container .testimonial-item .content-divider {
  width: 20px;
  border-bottom: 1px solid #043a0f;
  margin: 30px auto;
}
.testimonials .tslider-container .testimonial-item .author {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-style: normal;
}
.testimonials .bx-controls {
  position: absolute;
  bottom: 35px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  height: 20px;
  text-align: center;
}
.testimonials .bx-controls .bx-pager {
  display: inline-block;
  vertical-align: top;
}
.testimonials .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin-right: 10px;
}
.testimonials .bx-controls .bx-pager .bx-pager-item a {
  font-size: 13px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: gray;
  text-decoration: none;
}
.testimonials .bx-controls .bx-pager .bx-pager-item a.active {
  font-size: 13px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #043a0f;
}
.testimonials .bx-controls .bx-controls-direction {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
.testimonials .bx-controls .bx-controls-direction .bx-prev {
  background: url(../img/text-rotator-arrow-deactivated-left-firle.png);
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-left: 20px;
}
.testimonials .bx-controls .bx-controls-direction .bx-prev:hover {
  background: url(../img/text-rotator-arrow-off-left-firle.png);
}
.testimonials .bx-controls .bx-controls-direction .bx-next {
  background: url(../img/text-rotator-arrow-deactivated-right-firle.png);
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-left: 20px;
}
.testimonials .bx-controls .bx-controls-direction .bx-next:hover {
  background: url(../img/text-rotator-arrow-off-right-firle.png);
}

/* GOOGLE MAP BLOCK */
#google_map {
  width: 100%;
  height: 600px;
}

.places-menu {
  background: #f2efed;
  position: relative;
}
.places-menu ul {
  margin: 0;
  padding: 22px 0;
  text-align: center;
}
.places-menu ul li {
  display: inline-block;
  margin-right: 30px;
}
.places-menu ul li.current_page_item a {
  color: #043a0f;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.places-menu ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: gray;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
}
.places-menu ul li a:hover {
  color: #043a0f;
  transition: all 0.5s;
}
.places-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f2efed;
  border-width: 13px;
  margin-left: -13px;
}

/* PLACES OF INTEREST BLOCK STYLING */
.places.shade {
  background: #f2efed;
  padding: 50px 0;
}

.places_of_interest h1 {
  font-size: 34px;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
}
.places_of_interest h2 {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #043a0f;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 20px;
}
.places_of_interest p {
  font-size: 13px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: gray;
}
.places_of_interest .contact-details {
  letter-spacing: 1px;
}
.places_of_interest .contact-details a {
  font-size: 13px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: gray;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
}
.places_of_interest .contact-details a:hover {
  color: #043a0f;
  transition: all 0.5s;
}

.popup {
  position: absolute;
  width: 860px;
  height: 317px;
  top: 15%;
  left: 50%;
  margin-left: -430px;
  display: none;
  background: white;
  z-index: 175;
}
.popup .image-container {
  display: inline-block;
  vertical-align: top;
}
.popup .content-container {
  display: inline-block;
  vertical-align: top;
  width: 425px;
  padding: 40px;
}
.popup .content-container h1 {
  font-size: 34px;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
}
.popup .content-container p {
  font-size: 13px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: gray;
}
.popup .content-container ul {
  padding: 0;
}
.popup .content-container ul li {
  list-style-type: none;
  background: url(../img/orange-tag-square-firle.png) 0% 50% no-repeat;
  padding-left: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #eb5a24;
  text-transform: uppercase;
}
.popup .close-box {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../img/small-cross-firle.png) no-repeat #043a0f;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.popup .visit-site {
  position: absolute;
  right: 25px;
  bottom: -15px;
}
.popup .visit-site a {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: white;
  padding: 10px 25px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  background: #043a0f;
}

.fullscreenoverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 150;
  display: none;
}

/* EVENTS */
.events .post-content .pretitle {
  display: none;
}

/* CONTACT US BLOCK STYLING */
#PAGE-clay-pigeon-shooting input[type="submit"] {
  margin-top: 20px;
}

.contact-us {
  margin-top: 60px;
}
.contact-us.contact-form-only {
  text-align: center;
}
.contact-us.contact-form-only .contact-form span.wpcf7-not-valid-tip,
.contact-us.contact-form-only .contact-form div.wpcf7-mail-sent-ok {
  text-align: left;
}
.contact-us .contact-content {
  font-size: 0;
}
.contact-us .contact-content h1 {
  font-size: 34px;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
}
.contact-us .contact-content p {
  font-size: 13px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: gray;
}
.contact-us .contact-content p a {
  color: #043a0f;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.contact-us .contact-content .left {
  width: calc(50% - 30px);
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}
.contact-us .contact-content .right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.contact-us .contact-form {
  margin-top: 10px;
}
.contact-us .contact-form p, .contact-us .contact-form select {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: gray;
  text-transform: uppercase;
  margin: 0;
}
.contact-us .contact-form input[type="text"], .contact-us .contact-form input[type="email"], .contact-us .contact-form select, .contact-us .contact-form textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 20px solid transparent;
  width: 100%;
  outline: none;
  background: #f2efed;
  margin-bottom: 15px;
}
.contact-us .contact-form select {
  margin-top: 10px;
  margin-bottom: 30px;
}
.contact-us .contact-form textarea {
  margin-bottom: 0;
}
.contact-us .contact-form input[type="submit"] {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: white;
  padding: 10px 25px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  background: #043a0f;
  float: right;
  border: none;
  outline: none;
}
.contact-us .contact-form span.wpcf7-not-valid-tip {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: red;
  padding: 10px 0 0 20px;
}
.contact-us .contact-form div.wpcf7-validation-errors {
  display: none !important;
}
.contact-us .contact-form div.wpcf7-mail-sent-ok {
  border: none;
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
}
.contact-us .contact-form .inline-elements {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: gray;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0 0 20px;
}
.contact-us .contact-form .inline-elements .wpcf7-list-item-label {
  display: none;
}
.contact-us .contact-form div.wpcf7 img.ajax-loader {
  display: none !important;
}

/* NEWS PAGE STYLING */
.category-bar ul {
  margin: 0;
  padding: 60px 0 20px;
  text-align: right;
}
.category-bar ul li {
  display: inline-block;
  margin-right: 30px;
}
.category-bar ul li:last-child {
  margin-right: 0;
}
.category-bar ul li.current-cat a {
  color: #043a0f;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.category-bar ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: gray;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
}
.category-bar ul li a:hover {
  color: #043a0f;
  transition: all 0.5s;
}

.post-item {
  margin-bottom: 40px;
}
.post-item .post-content {
  background: #f2efed;
  min-height: 236px;
  padding: 40px;
  position: relative;
  border-bottom: 1px solid #043a0f;
}
.post-item .post-content .pretitle {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.post-item .post-content h1 {
  font-size: 34px;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
  margin: 0px auto;
  padding-bottom: 30px;
}
.post-item .post-content p {
  font-size: 13px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: gray;
}
.post-item .post-content .link-button {
  position: absolute;
  bottom: -20px;
  left: 40px;
}
.post-item .post-content .link-button a {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: white;
  padding: 10px 25px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  background: #043a0f;
}

.container .alm-btn-wrap {
  padding: 30px 10px 30px;
}
.container .alm-btn-wrap button.alm-load-more-btn {
  background: none;
  border: 1px solid gray;
  outline: none;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: gray;
  text-transform: uppercase;
  text-decoration: none;
}
.container .alm-btn-wrap button.alm-load-more-btn.loading {
  padding-left: 20px;
}
.container .alm-btn-wrap button.alm-load-more-btn.loading:before {
  left: 140px;
  top: -2px;
}

/* SINGLE PAGE STYLING */
.single-post {
  margin-top: 100px;
  text-align: center;
}
.single-post p {
  text-align: left;
}
.single-post .single-event {
  text-align: center;
}
.single-post .single-event .link-button {
  width: 230px;
  margin: 40px auto 0;
}
.single-post .single-event .link-button a {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: white;
  padding: 10px 25px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  background: #043a0f;
}
.single-post .single-event .pretitle,
.single-post .single-event h1, .single-post .single-event p {
  text-align: center;
}
.single-post .events-sidebar .link-button {
  width: 230px;
}
.single-post .events-sidebar .link-button a {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: white;
  padding: 10px 25px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  background: #043a0f;
}
.single-post .category-widget {
  background: #f2efed;
  margin-right: 100px;
  border-bottom: 1px solid #043a0f;
  position: relative;
}
.single-post .category-widget li {
  list-style-type: none;
}
.single-post .category-widget h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #043a0f;
  text-align: left;
  text-transform: uppercase;
  padding: 30px;
  margin: 0;
}
.single-post .category-widget ul {
  margin: 0;
  padding: 30px 0 60px;
  border-top: 1px solid gray;
}
.single-post .category-widget ul li {
  list-style-type: none;
  padding: 6px 50px 6px 50px;
  text-align: left;
}
.single-post .category-widget ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: gray;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.single-post .category-widget ul li a:hover {
  color: #043a0f;
  transition: all 0.5s;
}
.single-post .category-widget .link-button {
  position: absolute;
  bottom: -20px;
  left: 40px;
}
.single-post .category-widget .link-button a {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: white;
  padding: 10px 25px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  background: #043a0f;
}
.single-post .pretitle {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  text-align: left;
}
.single-post h1 {
  font-size: 34px;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #043a0f;
  text-transform: uppercase;
  margin: 0px auto;
  padding-bottom: 30px;
  text-align: left;
}
.single-post p {
  font-size: 13px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: gray;
}
.single-post a {
  font-size: 13px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #043a0f;
  text-decoration: none;
}
.single-post img {
  margin: 30px 0;
}

/* GALLERY PAGE STYLING */
.login-button {
  text-align: center;
  margin: -20px auto 0;
  width: 180px;
  transition: all 0.5s;
}
.login-button .label {
  color: gray;
  text-decoration: none;
  border: 1px solid gray;
  padding: 10px 16px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  cursor: pointer;
}
.login-button .label:hover {
  color: #043a0f;
  border: 1px solid #043a0f;
  transition: all 0.5s;
}

#login-error {
  padding: 5px;
  margin: 0 auto;
  text-align: center;
}
#login-error p {
  font-size: 13px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: gray;
}
#login-error h2 {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: gray;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 20px;
}

.gallery-form {
  display: none;
  text-align: center;
}
.gallery-form .login-username {
  display: none;
}
.gallery-form .login-password {
  margin-top: 20px;
}
.gallery-form .login-password label {
  display: none;
}
.gallery-form .login-password input[type="password"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 20px solid transparent;
  outline: none;
  background: #f2efed;
  margin-bottom: 15px;
  text-align: center;
}
.gallery-form .login-remember {
  display: none;
}
.gallery-form .login-submit input[type="submit"] {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: white;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  background: #043a0f;
  border: none;
  outline: none;
}

.gallery-filters {
  padding-top: 20px;
}
.gallery-filters ul {
  padding: 0;
  text-align: center;
}
.gallery-filters ul li {
  display: inline-block;
  margin-right: 50px;
  list-style-type: none;
}
.gallery-filters ul li.current_page_item a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #043a0f;
}
.gallery-filters ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: gray;
  text-transform: uppercase;
  text-decoration: none;
  height: 52px;
  line-height: 52px;
  display: block;
  outline: none;
  transition: all 0.5s;
}
.gallery-filters ul li a:hover {
  transition: all 0.5s;
  color: #043a0f;
}
.gallery-filters ul li a.on {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #043a0f;
}

.gallery-item {
  position: relative;
  font-size: 0px;
  line-height: 0px;
  display: none;
}
.gallery-item.interior {
  display: block;
}
.gallery-item img {
  font-size: 0;
  line-height: 0;
}
.gallery-item .image-popup {
  position: absolute;
  background: url(../img/magnifying-icon-firle.png) no-repeat 50% 50% #7a7a7a;
  width: 40px;
  height: 40px;
  bottom: 0px;
  right: 0px;
}
.gallery-item .image-popup.up {
  bottom: 40px;
}
.gallery-item .image-popup a {
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
}
.gallery-item .highres-download {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #043a0f;
  height: 40px;
  line-height: 50px;
  padding-left: 20px;
  width: 20px;
  transition: 1s all;
  overflow: hidden;
}
.gallery-item .highres-download.show {
  width: 145px;
  transition: 1s all;
}
.gallery-item .highres-download .download-icon {
  background: url(../img/download-arrow-firle.png) no-repeat 50% 50% #043a0f;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0px;
  cursor: pointer;
}
.gallery-item .highres-download a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  line-height: 40px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

/* FOOTER STYLING */
.footer {
  background: #333;
  margin-top: 100px;
  padding-bottom: 5px;
}
.footer .footer-logo {
  background: url(../img/footer-logo-firle.png);
  width: 102px;
  height: 114px;
  margin: -50px auto 0px;
}
.footer .footer-menu {
  margin: 0px auto;
  width: 200px;
  text-align: center;
  padding-top: 20px;
}
.footer .footer-menu ul {
  padding-left: 0;
}
.footer .footer-menu ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.footer .footer-menu ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: gray;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
}
.footer .footer-menu ul li a:hover {
  color: white;
  transition: all 0.5s;
}
.footer .footer-menu h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
}
.footer .footer-bar {
  position: relative;
  font-size: 0px;
}
.footer .footer-bar > div {
  display: inline-block;
  vertical-align: top;
}
.footer .footer-bar .copyright {
  font-size: 11px;
  line-height: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: gray;
  width: calc(25% - 20px);
  text-align: left;
  padding-left: 20px;
}
.footer .footer-bar .copyright a {
  text-decoration: none;
  color: gray;
  transition: all 0.5s;
}
.footer .footer-bar .copyright a:hover {
  color: white;
  transition: all 0.5s;
}
.footer .footer-bar .social-icons {
  width: 50%;
  text-align: center;
  padding-top: 5px;
}
.footer .footer-bar .social-icons .social-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
  display: none;
}
.footer .footer-bar .social-icons .social-icon.facebook {
  background: url(../img/facebook-icon-firle.png);
}
.footer .footer-bar .social-icons .social-icon.twitter {
  background: url(../img/twitter-icon-firle.png);
}
.footer .footer-bar .social-icons .social-icon.linkedin {
  background: url(../img/linkedin-icon-firle.png);
}
.footer .footer-bar .social-icons .social-icon.youtube {
  background: url(../img/youtube-icon-firle.png);
}
.footer .footer-bar .social-icons .social-icon a {
  width: 24px;
  height: 24px;
  display: block;
}
.footer .footer-bar .social-icons .social-icon:last-child {
  margin-right: 0px;
}
.footer .footer-bar .page-links {
  width: calc(25% - 20px);
  text-align: right;
  padding: 18px 20px 0 0;
}
.footer .footer-bar .page-links ul {
  padding: 0;
  margin: 0;
}
.footer .footer-bar .page-links ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
}
.footer .footer-bar .page-links ul li a {
  font-size: 11px;
  line-height: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: gray;
  transition: all 0.5s;
}
.footer .footer-bar .page-links ul li a:hover {
  color: white;
  transition: all 0.5s;
}

/***************************/
/* ROTATOR                 */
/***************************/
.rotator-full {
  height: 100%;
  font-size: 0px;
  border-bottom: 5px solid white;
}

.rotator-full-short {
  height: 600px;
  font-size: 0;
  top: 52px;
  margin-bottom: 52px;
}

.rotator-standard {
  height: 634px;
  width: 100%;
  font-size: 0;
}

.rotator-full .row {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.rotator-full-short .row {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.rotator-standard .row {
  height: 100%;
  width: 100%;
}

.rotator {
  height: 100%;
  display: inherit;
  position: relative;
  z-index: 1;
}

.rotator .rotatorText {
  display: none;
}

.rotator .rotatorBullets {
  display: none;
}

.rotator .rotatorBullets {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 55px;
  z-index: 100;
  display: block;
  height: 9px;
  margin: 0px auto;
  text-align: center;
}

.rotator-standard .rotator .rotatorBullets {
  bottom: 30px;
}

.rotator .rotatorBullets ul {
  padding: 0px;
  margin: 0px;
}

.rotator .rotatorBullets ul li {
  width: 9px;
  height: 9px;
  background: url(../img/rotator-icon-off-firle.png);
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}
.rotator .rotatorBullets ul li:first-child {
  margin-left: 10px;
}
.rotator .rotatorBullets ul li.selected {
  background: url(../img/rotator-icon-on-firle.png);
}

.rotatorNav {
  position: absolute;
  z-index: 90;
  color: #FFF;
  cursor: pointer;
}

.rotatorPrev {
  top: 45%;
  left: 40px;
  background: url(../img/rotator-arrow-left-firle.png) no-repeat top left;
  text-indent: -9999px;
  width: 23px;
  height: 33px;
}

.rotatorNext {
  top: 45%;
  right: 40px;
  background: url(../img/rotator-arrow-right-firle.png) no-repeat top left;
  text-indent: -9999px;
  width: 23px;
  height: 33px;
}

.rotator-image {
  background: #666;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: none;
  top: 0px;
  left: 0px;
}

.rotator-full .rotator-down {
  font-size: 15px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #043a0f;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  background: url(../img/scroll-down-arrow-firle.png) no-repeat 50% 80% white;
  width: 120px;
  padding: 12px 0 30px;
  position: absolute;
  bottom: 0px;
  margin: 0px auto;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 30;
  cursor: pointer;
}

.rotator-full .rotatorBullets {
  bottom: 80px;
}

/* MEDIA QUERIES  */
/* MOBILE */
@media only screen and (max-width: 767px) {
  #PAGE-firle-gallery .content {
    padding-top: 130px;
  }

  #PAGE-events .container {
    padding-top: 100px;
  }

  .desktop-head {
    display: none;
  }

  .mobile-head {
    display: block;
  }
  .mobile-head .mobile-bar {
    background: #043a0f;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 0;
    z-index: 99;
  }
  .mobile-head .mobile-bar .tab {
    width: 25%;
    height: 90px;
    display: inline-block;
    vertical-align: top;
  }
  .mobile-head .mobile-bar .tab a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .mobile-head .mobile-bar .mobile-logo {
    background: url(../img/logo-mob-firle.png) no-repeat 50% 50% white;
  }
  .mobile-head .mobile-bar .pin {
    background: url(../img/location-pin-firle.png) no-repeat 50% 50%;
  }
  .mobile-head .mobile-bar .tel {
    background: url(../img/call-icon-firle.png) no-repeat 50% 50%;
  }
  .mobile-head .mobile-bar .menu-toggle {
    background: url(../img/navburger-firle.png) no-repeat 50% 50%;
    cursor: pointer;
  }
  .mobile-head .mobile-menu {
    display: none;
    position: absolute;
    z-index: 99;
    top: 90px;
    left: 0;
    width: 100%;
    background: white;
  }
  .mobile-head .mobile-menu ul {
    padding: 0;
  }
  .mobile-head .mobile-menu ul li {
    list-style-type: none;
  }
  .mobile-head .mobile-menu ul li.hideMe {
    display: none;
  }
  .mobile-head .mobile-menu ul li a {
    font-size: 15px;
    width: 100%;
    display: block;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: white;
    color: gray;
  }
  .mobile-head .mobile-menu ul li.pnav > a {
    font-size: 17px;
    position: relative;
    color: #043a0f;
  }
  .mobile-head .mobile-menu ul li.pnav > a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #043a0f;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 1;
  }
  .mobile-head .mobile-menu ul li.menu-item-718 a {
    color: #043a0f;
    font-size: 17px;
  }
  .mobile-head .mobile-menu ul ul {
    background: #eaebeb;
  }
  .mobile-head .mobile-menu ul ul li {
    border-bottom: 1px solid #8c8e91;
    margin: 0 60px;
  }
  .mobile-head .mobile-menu ul ul li.current-menu-item a {
    color: #043a0f;
  }
  .mobile-head .mobile-menu ul ul li:last-child {
    border-bottom: none;
  }
  .mobile-head .mobile-menu ul ul li a {
    background: none;
  }

  .rotator-full, .rotator-full-short {
    top: 90px;
    margin-bottom: 80px;
  }

  .rotator-full, .rotator-standard, .rotator-full-short {
    height: 200px;
  }
  .rotator-full .rotator-image, .rotator-standard .rotator-image, .rotator-full-short .rotator-image {
    height: 200px;
  }
  .rotator-full .rotator-down, .rotator-standard .rotator-down, .rotator-full-short .rotator-down {
    display: none;
  }
  .rotator-full .rotatorNav, .rotator-standard .rotatorNav, .rotator-full-short .rotatorNav {
    display: none;
  }
  .rotator-full .rotatorBullets, .rotator-standard .rotatorBullets, .rotator-full-short .rotatorBullets {
    bottom: 20px;
  }

  .content p, .content ul, .content li, .content ol {
    font-size: 16px;
    line-height: 22px;
    color: #000;
  }
  .content a {
    font-size: 16px;
    line-height: 22px;
  }
  .content .link-button a {
    font-size: 16px;
    line-height: 22px;
  }
  .content h1 {
    font-size: 26px;
    line-height: 31px;
    max-width: 90%;
  }
  .content .left-content {
    width: 100%;
    display: block;
    padding: 0;
  }
  .content .right-content {
    width: 100%;
    display: block;
    padding: 0;
  }

  .image_links {
    padding: 0;
  }

  .i12.image-link .link-box a {
    top: 26%;
    height: 80px;
    line-height: 85px;
  }

  .image_links .image-link .link-box a,
  .whats_on .image-link .link-box a,
  .image_links .image-link .link-box .caption,
  .related_articles .image-link .link-box a {
    top: 24%;
    left: 50%;
    margin-left: -81px;
  }

  .whats_on h1,
  .related_articles h1,
  .single-post h1,
  .post-item .post-content h1,
  .calendar h1,
  .contact-us .contact-content h1 {
    font-size: 26px;
    line-height: 31px;
  }

  .video .inline-vid {
    height: 200px;
  }

  .testimonials .tslider-container .testimonial-item p {
    font-size: 14px;
    line-height: 20px;
  }

  .category-bar ul li {
    width: 100%;
    display: block;
  }

  .gallery-filters {
    padding: 0;
  }
  .gallery-filters ul li {
    width: 100%;
    display: block;
  }
  .gallery-filters ul li a {
    height: auto;
    line-height: 24px;
  }

  .gallery-item .image-popup {
    display: none;
  }

  .calendar .fc-event-container .fc-day-grid-event {
    width: calc(100% - 2px);
  }

  .calendar .event-content {
    padding: 20px 0px;
  }

  .post-item {
    line-height: 0;
  }
  .post-item .post-content p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
  }

  .single-post {
    margin-top: 120px;
  }
  .single-post p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
  }
  .single-post .category-widget {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .places-menu:after {
    display: none;
  }

  .places-menu ul {
    padding: 20px 0 20px;
  }

  .places-menu ul li {
    display: block;
    margin: 0;
  }

  .places-menu ul li a {
    font-size: 14px;
    line-height: 36px;
  }

  #google_map {
    height: 300px;
    margin-top: 90px;
  }

  .fullscreenoverlay {
    background: rgba(255, 255, 255, 0.7);
  }

  .popup {
    height: auto;
    width: 100%;
    top: 90px;
    left: auto;
    right: auto;
    margin-left: 0;
    border-bottom: 5px solid #043a0f;
  }
  .popup .image-container {
    display: block;
    width: 100%;
  }
  .popup .image-container img {
    max-height: 300px;
  }
  .popup .content-container {
    width: auto;
    padding: 40px 40px 140px;
  }
  .popup .visit-site {
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0px auto;
    text-align: center;
  }
  .popup .visit-site a {
    display: inline-block;
  }

  .contact-us.contact-form-only {
    margin-top: 0px;
  }

  .contact-form-only .contact-content {
    padding-top: 0;
  }

  .contact-us .contact-form input[type="submit"] {
    margin-top: 20px;
  }

  .testimonials {
    margin: 50px 0 30px;
  }

  .footer .footer-bar .copyright {
    width: 100%;
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .footer .footer-bar .social-icons {
    width: 100%;
    display: block;
    padding: 20px 0;
  }
  .footer .footer-bar .page-links {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 0 20px 0;
  }
  .footer .footer-bar .page-links ul li:first-child {
    margin-left: 0;
  }

  .calendar #events-container .message {
    font-size: 16px;
    line-height: 22px;
    color: #000;
  }
  .calendar #events-container img {
    width: 100%;
    padding-left: 0;
  }

  #login-error {
    width: 100%;
  }
}
/* MOBILE LANDSCAPE */
/* IPAD PORTRAIT */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .content .i12 {
    width: 550px;
  }

  .image_links .image-link .link-box a {
    top: 7px;
    left: 7px;
  }

  .image_links .image-link .link-box .caption {
    top: 7px;
    left: 7px;
  }

  .related_articles .image-link .link-box a {
    top: 7px;
    left: 7px;
  }

  .rotator-standard {
    height: 346px;
  }

  .rotator-full-short {
    height: 346px;
  }

  .video .inline-vid {
    height: 400px;
  }

  #google_map {
    height: 445px;
  }

  .whats_on .image-link .link-box a {
    top: 7px;
    left: 7px;
  }

  .whats_on .image-link.calendar-link {
    min-height: 174px;
  }

  .desktop-head .navigation ul li.pnav {
    margin-bottom: 40px;
    min-height: 280px;
  }

  .desktop-head .navigation ul li.ipad {
    border-right: none;
    margin-right: 0;
  }

  .desktop-head .navigation ul#menu-header-menu li {
    display: inline-block;
    margin-left: 20px;
  }

  .header-bar .header-menu ul li a {
    font-size: 12px;
  }

  .desktop-head .navigation ul li a {
    font-size: 12px;
  }

  .desktop-head .navigation ul li ul {
    top: 156px;
    height: auto;
  }

  .desktop-head .navigation ul li ul:after {
    display: none;
  }

  .desktop-head .navigation ul li ul li a {
    font-size: 12px;
  }

  .places-menu ul li {
    margin-right: 15px;
  }

  .places-menu ul li a {
    font-size: 12px;
    line-height: 30px;
  }

  .calendar .fc-event-container .fc-day-grid-event {
    width: 22px;
  }

  .category-bar ul li {
    margin-right: 20px;
  }

  .category-bar ul li a {
    font-size: 12px;
  }

  .image-container img {
    width: 190px;
  }

  .popup {
    width: 640px;
    height: 317px;
    margin-left: -325px;
    z-index: 205;
    top: 11%;
  }

  .popup .content-container {
    width: 365px;
  }

  .single-post .category-widget h2 {
    padding: 12px;
  }

  .single-post .category-widget ul {
    padding: 20px 0 40px 20px;
  }

  .single-post .category-widget ul li {
    padding: 0px 10px 0px 10px;
  }

  .single-post .category-widget ul li a {
    font-size: 12px;
  }

  .single-post .category-widget {
    margin-right: 20px;
  }

  .single-post .category-widget .link-button {
    left: 24px;
  }
  .single-post .category-widget .link-button a {
    padding: 10px 22px;
  }

  .single-post .events-sidebar .link-button {
    width: 200px;
  }

  .gallery-filters ul li {
    margin-right: 20px;
  }
  .gallery-filters ul li a {
    font-size: 12px;
  }

  .contact-us .contact-form input[type="submit"] {
    margin-top: 30px;
  }

  .footer .footer-bar .copyright {
    width: calc(30% - 20px);
  }

  .footer .footer-bar .social-icons {
    width: 40%;
  }

  .footer .footer-bar .page-links {
    width: calc(30% - 20px);
  }

  .calendar .event-content h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
/* SMALL DESKTOPS */
@media only screen and (min-width: 980px) and (max-width: 1340px) {
  .rotator-full-short {
    height: 460px;
  }

  .rotator-standard {
    height: 460px;
  }

  .video .inline-vid {
    height: 525px;
  }

  #google_map {
    height: 460px;
  }

  .desktop-head .navigation ul li a, .desktop-head .navigation ul li ul li a {
    font-size: 13px;
    line-height: 19px;
  }

  .desktop-head .navigation ul li.pnav {
    min-height: 335px;
    width: 150px;
    margin-right: 7px;
    padding-right: 7px;
  }

  .image_links .image-link .link-box a {
    top: 40px;
    left: 35px;
  }

  .related_articles .image-link .link-box a {
    top: 40px;
    left: 35px;
  }

  .image_links .image-link .link-box .caption {
    top: 40px;
    left: 35px;
  }

  .whats_on .image-link .link-box a {
    top: 40px;
    left: 35px;
  }

  .whats_on .image-link.calendar-link {
    min-height: 229px;
  }

  .places-menu ul li {
    margin-right: 20px;
  }
  .places-menu ul li a {
    font-size: 11px;
    line-height: 17px;
  }

  .popup {
    top: 23%;
  }

  .gallery-filters ul li {
    margin-right: 30px;
  }

  .calendar .fc-event-container .fc-day-grid-event {
    width: 30px;
  }

  .single-post .category-widget {
    margin-right: 40px;
  }

  .single-post .category-widget ul li {
    padding: 6px 0 6px 30px;
  }
}
