@charset "UTF-8";
/*
Theme Name: Hunter Club
Theme URI: http://www.hunterclub.org.uk/
Author: Room One
Author URI: http://www.roomone.co.uk/
Version: 3.0
*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  font-family: "Sintony", sans-serif;
  background-color: #ccc;
}

a, a:hover, a:focus {
  color: #939598;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", "Sintony", sans-serif;
  text-transform: uppercase;
}

.uk-offcanvas-overlay::before {
  background: rgba(0, 0, 0, 0.4);
}

.uk-logo {
  height: auto;
}

.uk-logo > img {
  width: 190px;
  height: auto;
}
@media (min-width: 960px) {
  .uk-logo > img.logo-mobile {
    display: none;
  }
}
@media (max-width: 959px) {
  .uk-logo > img.logo-desktop {
    display: none;
  }
}
.uk-logo > img.logo-mobile {
  width: 250px;
  max-width: 90%;
}

.uk-nav-primary {
  padding: 40px 0;
}

.uk-nav-primary > li > a {
  font-size: 1.3rem;
}

header {
  background-color: #fff;
}
header nav {
  font-family: "Oswald", "Sintony", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0 0 0;
}
header nav .menu a {
  color: #939598;
  text-decoration: none;
  padding: 0 15px;
  font-size: 14px;
  font-family: "Oswald", "Sintony", sans-serif;
  height: 60px;
}
header nav .menu a:hover {
  color: #000;
}
header nav .contact, header nav .contact a {
  color: #939598;
  font-size: 14px;
  font-family: "Oswald", "Sintony", sans-serif;
}
header .uk-navbar-toggle {
  -webkit-transition: all 0.25s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.25s;
  color: #939598;
}
header .uk-navbar-toggle.uk-navbar-toggle {
  height: auto;
  padding: 15px;
}
header .uk-navbar-toggle.uk-open, header .uk-navbar-toggle:focus, header .uk-navbar-toggle:hover {
  color: #000;
}
@media (max-width: 959px) {
  header .uk-section {
    padding: 20px 0;
  }
}
@media (max-width: 639px) {
  header .uk-section {
    padding-bottom: 0;
  }
}
@media (max-width: 959px) {
  [uk-height-viewport] {
    height: auto !important;
    min-height: 0px !important;
  }
}
.content-wrapper {
  margin-top: 0 !important;
}

.filter-list a {
  color: #999 !important;
}
.filter-list a:hover {
  color: #666 !important;
}
.filter-list li.uk-active a {
  color: #666 !important;
}

section.event-list .event {
  border-top: 1px solid #3c3b39;
}
section.event-list .event .date {
  background: #f76e3a;
  color: #fff;
  text-align: center;
  min-height: 70px;
}
section.event-list .event .date span {
  font-size: 18px;
  letter-spacing: -1px;
  display: block;
}
section.event-list .event .details h3 {
  margin: 0 0 30px 0;
}
section.event-list .event .details p {
  margin: 0;
}
section.event-list .event .actions button {
  border-radius: 50px;
}
@media (max-width: 639px) {
  section.event-list .event {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  section.event-list .event:first-of-type {
    padding-top: 0;
    border-top: 0;
  }
  section.event-list .event .details h3 {
    margin-bottom: 10px;
  }
  section.event-list .event .actions {
    margin-top: 20px;
  }
  section.event-list .event .actions button {
    font-size: 1rem;
  }
}
section.event-list .event:last-child {
  border-bottom: 1px solid #3c3b39;
}
section.event-list.event-grid .event {
  border: 0;
}
section.event-list.event-grid .event > div {
  height: 300px;
  position: relative;
  overflow: hidden;
}
section.event-list.event-grid .event .date {
  width: 70px;
}
section.event-list.event-grid .event .header {
  background: #000;
}
section.event-list.event-grid .event .details h3 {
  text-transform: none;
  margin: 0;
}
section.event-list.event-grid .event .image {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
section.event-list.event-grid .event .image .time {
  position: absolute;
  top: 15px;
  right: 0;
  background: #f76e3a;
  padding: 5px 10px;
}
section.event-list.event-grid .event .image .time p {
  margin: 0;
}
section.event-list.event-grid .event .tags {
  height: 1.2em;
  background: #000;
  padding: 9px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkitbox-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
section.event-list.event-grid .event .tags ul.uk-subnav {
  margin-bottom: 0;
}

.grid-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.grid-row .grid-item .title {
  background: #939598;
  padding: 15px 20px;
  position: relative;
}
.grid-row .grid-item .title h3 {
  font-size: 20px;
  margin: 0;
  color: #fff;
}
.grid-row .grid-item .title h3:after {
  content: "";
  float: right;
  font: normal normal normal 20px/1 FontAwesome;
  -webkit-transition: all 0.25s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.25s;
}
.grid-row .grid-item.active .title h3:after {
  transform: rotate(90deg);
}
.grid-row .grid-item .text {
  display: none;
}
.grid-row .grid-item .text > div {
  padding: 15px 0;
}

.sidebar ul.sidebar-menu, .sidebar ul.sidebar-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar ul.sidebar-menu {
  background-color: #eee;
}
.sidebar ul.sidebar-menu li.sidebar-menu-heading a {
  font-family: "Oswald", "Sintony", sans-serif;
  display: block;
  padding: 15px;
  background-color: #eee;
  font-weight: 700;
}
.sidebar ul.sidebar-menu li:not(.sidebar-menu-heading) a {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.sidebar .sidebar-item {
  background: #f1f1f1;
}
.sidebar .sidebar-item .sidebar-title {
  background: #939598;
  padding: 15px 20px;
}
.sidebar .sidebar-item .sidebar-title h2 {
  margin: 0;
  color: #fff;
}
.sidebar .sidebar-item .sidebar-content {
  padding: 15px 15px;
}

.contact-form .form-control {
  border-radius: 0;
}
.contact-form label {
  display: block;
}
.contact-form .wpcf7-submit {
  border: 0;
  background: #f76e3a;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  font: 400 15px/16px "Sintony", sans-serif;
  border-radius: 0;
  cursor: pointer;
}
.contact-form .wpcf7-submit[disabled] {
  cursor: not-allowed;
}
.contact-form.contact-form-bg {
  background: #4e4e4e;
  padding: 20px;
}
.contact-form.contact-form-bg textarea {
  height: 196px;
  margin: 0 0 18px 0;
}
.contact-form.contact-form-bg .wpcf7-submit {
  height: 40px;
  width: 100%;
}

.wpcf7 .wpcf7-not-valid {
  border-color: #cc3232;
}
.wpcf7 span.wpcf7-not-valid-tip {
  background: #cc3232;
  color: #fff !important;
  padding: 5px 10px;
  width: 100%;
}
.wpcf7 div.wpcf7-response-output {
  border: 0 !important;
  margin: 0 !important;
  padding: 5px 10px !important;
}
.wpcf7 div.wpcf7-validation-errors {
  background: #CC6E09;
  color: #fff;
}
.wpcf7 div.wpcf7-mail-sent-ok {
  background: #52A32E;
  color: #fff;
}
.wpcf7 span.wpcf7-list-item {
  display: block;
  margin: 4px 0 0 0;
}
.wpcf7 span.wpcf7-list-item.last {
  margin-bottom: 0;
}
.wpcf7 span.wpcf7-list-item-label {
  margin: 0 0 0 5px;
}
.wpcf7 span.wpcf7-form-control-wrap {
  font-weight: 400;
}

footer {
  background-color: #000;
  color: #3c3b39;
}
footer a {
  color: #3c3b39;
}
footer h6.heading {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
footer .first {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .first, footer .first address {
  line-height: 30px;
}
footer .first a.tel, footer .first a.email {
  font-size: 16px;
}
footer .first a.tel {
  color: #fff;
}
footer .first a.email {
  color: #939598;
}
footer .final {
  padding-bottom: 45px;
}
footer .final hr {
  border-color: #272e3c;
}
footer .final p {
  margin: 0;
  padding: 0;
}
footer .cdsROW.wide {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .text-left, footer .text-right {
    text-align: center;
  }
}

#mc_embed_signup {
  color: #222222;
}
#mc_embed_signup h2 {
  color: #222222;
  font-weight: 400;
}

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