/*! ==========================================================================
    Theme Name: Wyong Milk Factory
    Theme URI: http://
    Author: Hopping Mad Design
    Author URI: http://hoppingmad.com.au
    Description: Custom WordPress website for Wyong Milk Factory
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
html {
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
}

@media screen and (max-width: 560px) {
  html {
    font-size: 0.875rem;
  }
}

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

body {
  color: #353535;
  font-family: 'Lato', Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.fb_iframe_widget iframe {
  max-width: 100%;
}

/* ==========================================================================
   @ normalize.css v3.0.1 | MIT License | git.io/normalize
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 20px 0;
}

/* ==========================================================================
   @ Grid
   ========================================================================== */
.grid {
  margin: 0 0 20px 0;
}

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

[class*='col-'] {
  float: left;
  padding-right: 20px;
}

.col-1-4 {
  width: 25%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-12 {
  width: 8.33%;
}

.col-2-12 {
  width: 16.66%;
}

.col-3-12 {
  width: 24.99%;
}

.col-4-12 {
  width: 33.32%;
}

.col-5-12 {
  width: 41.65%;
}

.col-6-12 {
  width: 49.98%;
}

.col-7-12 {
  width: 58.31%;
}

.col-8-12 {
  width: 66.64%;
}

.col-9-12 {
  width: 74.97%;
}

.col-10-12 {
  width: 83.3%;
}

.col-11-12 {
  width: 91.63%;
}

.col-12-12 {
  width: 100%;
}

.grid-pad {
  padding: 20px 0 20px 20px;
}

.grid-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  [class*='col-'] {
    float: none;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1170px) {
  .site-footer [class*='col-'] {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}

/* ==========================================================================
   @ Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0 0 1rem 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: normal;
}

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h2 {
  font-size: 1rem;
}

h3 {
  font-size: 0.875rem;
}

h2, h3 {
  margin-top: 1.5rem;
}

li {
  margin-left: 1rem;
}

a {
  color: #4eb0e3;
  text-decoration: none;
}

a:hover {
  color: #4eb0e3;
}

/* ==========================================================================
   @ Navigation
   ========================================================================== */
.main-nav {
  font-size: 0.938rem;
  font-weight: bold;
  float: right;
  margin-top: 63px;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .main-nav {
    background: #353535;
    display: none;
    margin-top: 0;
    top: 105px;
    text-align: center;
    position: absolute;
    padding: 0;
    width: 100%;
    z-index: 500;
  }
}

.main-nav ul {
  margin: 0;
}

.main-nav li {
  display: inline-block;
  margin: 0 -4px 0 0;
  position: relative;
}

@media screen and (min-width: 960px) {
  .main-nav > ul > li {
    border-bottom: 20px solid transparent;
  }
}

@media screen and (max-width: 960px) {
  .main-nav li {
    display: block;
    margin: 0;
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .main-nav li:hover .sub-menu {
    display: block;
  }
}

.main-nav a {
  color: black;
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .main-nav a {
    margin-left: 40px;
  }
}

.show-more {
  display: none;
}

@media screen and (max-width: 960px) {
  .show-more {
    color: white;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    margin: 0 -15px 0 10px;
    position: relative;
    top: -1px;
  }
  .show-more:hover {
    color: #a1a1a1;
  }
}

@media screen and (max-width: 960px) {
  .main-nav > ul > li:first-child a {
    margin-top: 20px;
  }
  .main-nav a {
    color: white;
    display: inline-block;
    margin-bottom: 20px;
  }
}

.main-nav a:hover,
.current-menu-ancestor > a,
.current-menu-item > a {
  color: #a1a1a1;
}

.open-nav {
  background: url(img/icon/open-nav.png) no-repeat;
  background-size: 100%;
  bottom: 20px;
  display: none;
  float: right;
  height: 16px;
  position: absolute;
  right: 20px;
  width: 25px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

@media screen and (max-width: 960px) {
  .open-nav {
    display: block;
  }
}

.nav-open {
  background: url(img/icon/close-nav.png) no-repeat;
  background-size: 100%;
  height: 19px;
  width: 20px;
}

.sub-menu {
  display: none;
}

@media screen and (min-width: 960px) {
  .sub-menu {
    background: #3d3d3d;
    color: white;
    left: -20px;
    position: absolute;
    text-align: center;
    top: 38px;
    padding: 25px 0 5px 0;
    z-index: 500;
    width: 250px;
  }
  .sub-menu a,
  .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .sub-menu a {
    color: white;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 960px) {
  .sub-menu a {
    font-weight: normal;
  }
}

.footer-nav {
  font-family: "Lato", Arial, Verdana, sans-serif;
  font-size: 0.813rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav a {
  color: white;
}

.footer-nav ul,
.footer-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li {
  display: inline;
  margin-right: 30px;
}

/* ==========================================================================
   @ Layout:
     
     Default layout styles which can be re-used between the different
     WMF websites, such as the main website, cafe and tavern. For any 
     specific styles, place in _template-name.scss file
   ========================================================================== */
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-full {
  max-width: 100%;
  padding: 0 60px;
}

.container-content {
  max-width: 990px;
}

.container-event {
  clear: both;
  margin: 50px auto;
}

@media screen and (max-width: 769px) {
  .container-event {
    clear: both;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .site-header .container-full {
    padding: 0;
  }
}

.site-header {
  background: white;
  height: 135px;
  position: relative;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 960px) {
  .site-header {
    height: 105px;
  }
}

.site-logo {
  background: url(img/logo/site-logo.png) no-repeat;
  background-size: 100%;
  display: block;
  height: 210px;
  position: absolute;
  width: 200px;
  z-index: 1000;
}

@media screen and (max-width: 960px) {
  .site-logo {
    left: 20px;
    height: 100px;
    width: 95px;
  }
}

.term-tavern .site-logo {
  background: url(img/logo/tavern-logo.png) no-repeat;
  background-size: 100%;
}

.term-cafe .site-logo {
  background: url(img/logo/cafe-logo.png) no-repeat;
  background-size: 100%;
  height: 260px;
}

@media screen and (max-width: 960px) {
  .term-tavern .site-logo,
  .term-cafe .site-logo {
    background-size: auto 100%;
    height: 105px;
  }
}

.site-footer {
  background: #353535;
  color: white;
  font-size: 1rem;
  margin-top: 50px;
  min-height: 300px;
  padding: 30px 0 35px 0;
}

@media screen and (max-width: 960px) {
  .site-footer {
    min-height: 0;
    padding: 30px 0 25px 0;
  }
}

.main-content {
  line-height: 1.6rem;
  padding: 0 0 20px 0;
}

.main-content:first-of-type {
  clear: both;
  margin-top: 70px;
}

@media screen and (max-width: 960px) {
  .main-content:first-of-type {
    margin-top: 30px;
  }
}

.introduction {
  margin: 0 auto;
  max-width: 965px;
  text-align: center;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.page-title {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.5rem;
  margin-bottom: 70px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 1.286rem;
  }
}

@media screen and (max-width: 769px) {
  .page-title {
    margin-bottom: 40px;
  }
}

.page-title::after {
  background: #cacaca;
  content: '';
  display: block;
  height: 1px;
  margin: -15px auto 0 auto;
  width: 700px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .page-title:after {
    margin: -11px auto 0 auto;
  }
}

.page-title span {
  background: white;
  display: inline-block;
  padding: 0 55px;
}

@media screen and (max-width: 767px) {
  .page-title span {
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .page-title-directory {
    margin-top: 50px;
  }
}

.page-title-location,
.page-title-follow {
  text-align: left;
  width: 100%;
}

.page-title-follow {
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .page-title-follow {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page-title-follow:after {
    display: none;
  }
}

.page-title-follow .fa-instagram {
  font-size: 2.2rem;
  margin-right: 10px;
  vertical-align: middle;
}

.page-title-follow::after,
.page-title-location::after {
  width: 100%;
}

.page-title-follow span,
.page-title-location span {
  padding: 0 30px 0 0;
}

.footer-subscribe-title {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
  .footer-subscribe-title {
    font-size: 1.286em;
  }
}

.footer-subscribe-title:before {
  background: url(img/icon/icon-subscribe.png) no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 31px;
  margin-right: 10px;
  width: 32px;
  vertical-align: middle;
}

.footer-social-title {
  font-family: "Lato", Arial, Verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media screen and (max-width: 1170px) {
  .footer-social-title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1170px) {
  .footer-social-title,
  .footer-social-icons {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
}

.footer-social-icons .fa {
  margin: 0 10px;
  font-size: 1.8rem;
}

.footer-social-icons a {
  color: white;
}

.footer-social {
  margin: 25px 0 5px 0;
  text-align: center;
}

@media screen and (min-width: 1170px) {
  .footer-social {
    margin: -55px 0 0 0;
  }
}

.footer-information {
  border-top: 1px solid #5a5a5a;
  font-size: 0.813rem;
  margin-top: 50px;
  padding-top: 30px;
}

@media screen and (max-width: 1170px) {
  .footer-information {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.footer-information a {
  color: white;
}

.footer-copyright {
  display: inline-block;
  font-weight: bold;
  margin-right: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 1170px) {
  .footer-copyright {
    display: block;
    margin: 0 0 5px 0;
  }
}

.footer-contact {
  text-align: right;
}

.footer-contact br {
  display: none;
}

.footer-contact-address:before {
  background: url(img/icon/icon-location.png) no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 19px;
  margin-right: 8px;
  width: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 1170px) {
  .footer-contact-address {
    display: block;
    margin-top: 15px;
  }
}

.site-by {
  display: block;
  margin-top: 15px;
}

/* ==========================================================================
   @ Homepage
   ========================================================================== */
#sb_instagram {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 30px !important;
}

@media screen and (max-width: 560px) {
  #sb_instagram {
    border-bottom: none;
  }
}

.fb_iframe_widget {
  margin-top: 20px;
}

@media screen and (max-width: 560px) {
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    margin-bottom: 20px;
    width: 50%;
  }
  #sb_instagram .sbi_photo {
    max-height: 150px;
  }
}

@media screen and (max-width: 560px) {
  .facebook-feed {
    text-align: center;
  }
}

/* ==========================================================================
   @ Blocks
   ========================================================================== */
.block-item {
  cursor: pointer;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 850px) {
  .block-item {
    float: left;
    padding-right: 20px;
    width: 50%;
  }
}

@media screen and (max-width: 550px) {
  .block-item {
    float: none;
    margin: 0 auto 35px auto;
    max-width: 280px;
    padding-right: 0;
    width: auto;
  }
}

.block-item a {
  color: black;
}

.block-item:hover .block-overlay {
  opacity: 1;
}

.block-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  margin-bottom: 15px;
  max-width: 100%;
  padding-bottom: 68%;
  position: relative;
  width: 370px;
}

.block-title {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.block-sub-title {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .block-sub-title {
    margin-top: 10px;
  }
}

.block-overlay {
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .25s ease-in-out;
  left: 0;
  width: 100%;
  z-index: 1;
}

.block-overylay-instructions {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  color: #353535;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 0.875rem;
  line-height: 100px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
}

.no-link {
  cursor: default;
}

/* ==========================================================================
   @ Contact
   ========================================================================== */
.contact-form {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .contact-form {
    margin-bottom: 40px;
  }
}

.contact-form .grid {
  margin-bottom: 0;
}

.contact-details {
  margin-bottom: 20px;
}

.contact-details a {
  color: #353535;
}

.contact-details a:hover {
  color: #4eb0e3;
}

.contact-details li {
  list-style: none;
  line-height: 1.6rem;
  margin: 0;
}

.contact-details-title {
  margin: 30px 0 10px 0;
}

.contact-address {
  font-weight: bold;
  line-height: 1.4rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .contact-sidebar {
    text-align: center;
  }
}

@media screen and (max-width: 769px) {
  .contact-sidebar a[href^="mailto"] {
    word-break: break-all;
  }
}

.acf-map {
  width: 100%;
  height: 560px;
}

@media screen and (max-width: 769px) {
  .acf-map {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .acf-map {
    height: 160px;
  }
}

.google-map {
  margin: 50px 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .google-map {
    margin: 25px 0;
  }
}

.upcoming-events {
  margin-top: 80px;
}

@media screen and (max-width: 560px) {
  .upcoming-events {
    margin-top: 40px;
  }
}

@media screen and (min-width: 550px) and (max-width: 850px) {
  .upcoming-events .block-item:last-of-type {
    display: none;
  }
}

/* ==========================================================================
   @ Newsletter
   ========================================================================== */
@media screen and (min-width: 1170px) {
  #mc_embed_signup {
    margin-left: 12px;
  }
}

/* ==========================================================================
   @ Buttons
   ========================================================================== */
.button,
.wpcf7-submit {
  background: #4eb0e3;
  background: -moz-linear-gradient(top, #4eb0e3 0%, #469ecc 100%);
  background: -webkit-linear-gradient(top, #4eb0e3 0%, #469ecc 100%);
  background: linear-gradient(to bottom, #4eb0e3 0%, #469ecc 100%);
  border: none;
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb0e3', endColorstr='#469ecc',GradientType=0 );
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  min-width: 170px;
  padding: 12px 20px;
  text-transform: uppercase;
}

.button:hover {
  color: white;
}

#mc-embedded-subscribe {
  line-height: 0;
  height: 40px;
  padding: 20px 20px;
}

.button-header {
  float: right;
  margin-top: 25px;
}

.button-minimal {
  background: none;
  border: 2px solid #4eb0e3;
  color: #4eb0e3;
  padding: 10px 30px;
}

.button-minimal:hover {
  border: 2px solid black;
  color: black;
}

.button-container {
  text-align: center;
}

@media screen and (min-width: 767px) {
  .button-events {
    margin-top: 50px;
  }
}

/* ==========================================================================
   @ Miscellaneous
   ========================================================================== */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

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

.clear:after {
  clear: both;
}

/* ==========================================================================
   @ Template - Main WMF Website:
     
     Specific styles for the main Wyong Milk Factory website
   ========================================================================== */
.timeline {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 10px;
  padding-bottom: 15px;
  text-align: left;
}

.timeline-date {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 6px;
}

@media screen and (max-width: 1170px) {
  .timeline-date {
    font-size: 2rem;
  }
}

@media screen and (max-width: 830px) {
  .timeline-date {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 560px) {
  .timeline-date {
    letter-spacing: 3px;
  }
}

.timeline:last-of-type .timeline-date {
  font-size: 2.2rem;
  letter-spacing: 5px;
}

@media screen and (max-width: 560px) {
  .timeline:last-of-type .timeline-date {
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 1170px) {
  .timeline:last-of-type .timeline-date {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 930px) {
  .timeline:last-of-type .timeline-date {
    font-size: 1.4rem;
  }
}

.timeline-milestone {
  font-style: italic;
}

@media screen and (min-width: 767px) {
  .timeline-milestone {
    padding-left: 40px;
  }
}

.timeline-date,
.timeline-milestone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  resize: vertical;
}

@media screen and (max-width: 767px) {
  .timeline-date {
    margin-bottom: 5px;
  }
  .timeline-date,
  .timeline-milestone {
    min-height: 0;
  }
}

.timeline-milestone p {
  margin: 0;
  padding: 0;
}

.heritage-report {
  background: #ededed;
  border: 1px solid #cacaca;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.125rem;
  margin-top: 60px;
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .heritage-report {
    margin: 40px 0;
    padding: 20px;
  }
}

.heritage-report-tagline {
  display: inline-block;
  padding: 10px 30px 0 0;
}

@media screen and (max-width: 767px) {
  .heritage-report-tagline {
    margin-bottom: 20px;
    padding: 0;
  }
}

/* ==========================================================================
   @ Events
   ========================================================================== */
.event-category {
  font-style: italic;
  margin: 18px 0 0 0;
}

@media screen and (max-width: 767px) {
  .event-category {
    margin: 10px 0;
  }
}

.event-title {
  border-bottom: 2px solid #e3e3e3;
  font-family: "Lato", Arial, Verdana, sans-serif;
  font-size: 1.750rem;
  font-weight: bold;
  letter-spacing: 5px;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 560px) {
  .event-title {
    display: none;
  }
}

@media screen and (min-width: 560px) {
  .event-title-mobile {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .event-title-mobile {
    border-bottom: 0;
    display: block;
    padding: 0 0 10px 0;
  }
}

.event-photo {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .event-photo {
    margin: 0 -20px 30px -20px;
  }
}

.event-meta {
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  font-size: 1.125rem;
  margin: 0 0 60px 0;
  padding: 20px;
}

@media screen and (max-width: 560px) {
  .event-meta {
    margin-bottom: 25px;
    text-align: center;
    padding: 10px;
  }
}

.event-terms {
  font-style: italic;
  text-align: right;
}

@media screen and (max-width: 560px) {
  .event-terms {
    text-align: center;
    padding-top: 5px;
  }
}

.event-terms a {
  color: #353535;
}

/* ==========================================================================
   @ Opportunities
   ========================================================================== */
@media screen and (min-width: 769px) {
  .opportunities {
    margin-top: 80px;
  }
}

.opportunities .block-item {
  margin-bottom: 25px;
}

/* ==========================================================================
   @ Ajax
   ========================================================================== */
.btn-load-more {
  -webkit-transition: all .2s ease, background-color .01s ease, color .01s ease;
  transition: all .2s ease, background-color .01s ease, color .01s ease;
}

.btn-load-more.load-more--loading {
  -webkit-animation: rotate 1.5s linear infinite;
  animation: rotate 1.5s linear infinite;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  background-color: transparent;
  border: .3em solid #e1e1e1;
  border-radius: 1.5em;
  border-top-color: #444;
  box-sizing: border-box;
  height: 3em;
  color: transparent;
  padding: 0;
  pointer-events: none;
  width: 3em;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.button-ajax-loader {
  text-align: center;
}

.button-ajax-loader a {
  background: white;
  border: 2px solid #4eb0e3;
  border-radius: 5px;
  color: #4eb0e3;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 40px;
  text-transform: uppercase;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-submit,
.wpcf7-select,
.mc-field-group input {
  -webkit-appearance: none;
  font-family: 'Lato', Arial, Verdana, sans-serif;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select,
.mc-field-group input {
  border: 1px solid #cacaca;
  border-radius: 3px;
  font-size: 0.813rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
}

.wpcf7-text,
.wpcf7-select,
.mc-field-group input {
  height: 40px;
}

.wpcf7-textarea {
  padding: 15px;
}

.wpcf7-submit {
  float: right;
  font-family: "Roboto Slab", Georgia, serif;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .wpcf7-submit {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  background: #a90000;
  border: none;
  clear: both;
  color: white;
  margin: 50px 0 0 0;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  div.wpcf7-validation-errors,
  div.wpcf7-mail-sent-ok {
    margin: 20px 0 0 0;
  }
}

div.wpcf7-mail-sent-ok {
  background: green;
}

span.wpcf7-not-valid-tip {
  color: #a90000;
  margin: -15px 0 20px 0;
  font-size: 0.875rem;
}

::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
}

:-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}

::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
}

/* ==========================================================================
   @ Slideshow
   ========================================================================== */
.slideshow {
  height: 700px;
  margin-bottom: 70px;
}

@media screen and (max-width: 1300px) {
  .slideshow {
    height: 460px;
  }
}

@media screen and (max-width: 960px) {
  .slideshow {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .slideshow {
    height: 260px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 560px) {
  .slideshow {
    height: 160px;
    margin-bottom: 20px;
  }
}

.slide {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.slideshow-text {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 100;
  width: 100%;
}

.slideshow-text-mobile {
  display: none;
}

.post-type-archive-events .slideshow-text-mobile,
.tax-event .slideshow-text-mobile {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .slideshow-text {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .slideshow-text-mobile {
    display: block;
    padding: 0 20px;
  }
}

.slideshow-text * {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}

.slideshow-text h1 {
  font-family: "Lato", Arial, Verdana, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: 9px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media screen and (max-width: 769px) {
  .slideshow-text h1 {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 0;
  }
}

.slideshow-text-mobile h1 {
  font-family: "Lato", Arial, Verdana, sans-serif;
  font-size: 1.714rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 560px) {
  .slideshow-text-mobile h1 {
    margin-bottom: 10px;
  }
}

.slideshow-text h2,
.slideshow-text h3,
.slideshow-text h4,
.slideshow-text h5,
.slideshow-text p {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 2.188rem;
  font-weight: normal;
}

@media screen and (max-width: 769px) {
  .slideshow-text h2,
  .slideshow-text h3,
  .slideshow-text h4,
  .slideshow-text h5,
  .slideshow-text p {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.slideshow-text-mobile h2,
.slideshow-text-mobile h3,
.slideshow-text-mobile h4,
.slideshow-text-mobile h5,
.slideshow-text-mobile * {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.429em;
  font-weight: normal;
}

@media screen and (max-width: 560px) {
  .slideshow-text-mobile h2,
  .slideshow-text-mobile h3,
  .slideshow-text-mobile h4,
  .slideshow-text-mobile h5,
  .slideshow-text-mobile * {
    margin: 5px 0 15px 0;
  }
}

.slideshow-overlay {
  background: rgba(0, 0, 0, 0.25);
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.cycle-prev,
.cycle-next {
  height: 52px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.4s ease-in-out;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 51px;
  z-index: 500;
}

@media screen and (max-width: 960px) {
  .cycle-prev,
  .cycle-next {
    display: none;
  }
}

.cycle-next {
  background: url(img/icon/icon-next.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  right: 45px;
}

.cycle-prev {
  background: url(img/icon/icon-prev.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  left: 45px;
}

.is-slideshow:hover .cycle-next,
.is-slideshow:hover .cycle-prev {
  opacity: 1;
}

.cycle-pager {
  bottom: 45px;
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .cycle-pager {
    bottom: 10px;
  }
}

.cycle-pager span {
  border: 2px solid white;
  background: white;
  border-radius: 100%;
  font-family: arial;
  font-size: 50px;
  width: 14px;
  height: 14px;
  padding: 0;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
  line-height: 15px;
  margin: 0 7.5px;
  text-indent: -999999px;
}

.cycle-pager span.cycle-pager-active {
  background: transparent;
}

.cycle-pager > * {
  cursor: pointer;
}
