/**********************************************************************/
/*************************  FONTS  ************************************/
/**********************************************************************/
/**********************************************************************/
/************************  STYLES  ************************************/
/**********************************************************************/
/**********************************************************************/
/**************************  MAIN  ************************************/
/**********************************************************************/
* {
  box-sizing: border-box;
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
a,
a:focus {
  color: #fdf0ae;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover,
a:active {
  text-decoration: none;
}
.main_width {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display';
  text-transform: uppercase;
}
h1 {
  font-family: "Raleway";
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  text-transform: none;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
  font-weight: normal;
}
/**********************************************************************/
/************************  HEADER  ************************************/
/**********************************************************************/
#page_header {
  background: #F6B800;
  background: #fff;
}
#page_header img {
  max-width: 100%;
  height: auto;
  display: block;
}
/**********************************************************************/
/************************  SLIDER  ************************************/
/**********************************************************************/
#slider {
  position: relative;
  border: 0;
  margin: 0;
}
.flex-control-nav {
  display: none;
}
#slider img {
  max-width: 100%;
  display: block;
}
#slider_title {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0px;
  text-align: center;
  top: 65px;
  padding: 0px;
  background: #f9f6e6;
}
#slider_title_inner {
  position: relative;
}
#slider_logo {
  position: absolute;
  left: 30px;
  top: -53px;
  width: 180px;
}
#slider_logo img {
  width: 100%;
  height: auto;
}
#slider_title h1 {
  font-size: 80px;
  font-family: "Raleway";
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
#slider_info {
  background: #6e1013;
  padding: 16px 30px;
  color: #fff;
}
#slider_info h3 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Playfair Display';
  font-size: 24px;
}
#slider_info h3 span {
  font-weight: 100;
  letter-spacing: 0;
}
#slider_social {
  float: right;
}
.social a {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin: 0 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.social a:hover {
  color: #6e1013;
}
.social a .fa-circle {
  color: #fdf0ae;
}
.contact_button a {
  background: #9b161b;
  padding: 10px 14px;
  border-radius: 2px;
  color: #f9f6e6;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 700;
}
.contact_button a:hover {
  background: #b11a1f;
  color: #fff;
}
/**********************************************************************/
/**********************  MAIN  *************************************/
/**********************************************************************/
#content_container {
  background: #fbfbfb;
  line-height: 1.4;
}
#content_container ul li {
  margin-bottom: 6px;
}
#content_container img {
  max-width: 100%;
}
#main_content {
  width: 70%;
  float: left;
  min-height: 400px;
}
#main_content a {
  text-decoration: underline;
}
#main_content ul li {
  list-style: none;
  position: relative;
}
#main_content ul li:before {
  font-family: FontAwesome;
  content: '\f178';
  position: absolute;
  left: -30px;
}
.content_block {
  color: #6e1013;
  padding: 30px;
  background: #fdf0ae;
}
.content_block.alt {
  background: #6e1013;
  color: #fff;
}
.content_block a {
  color: #C55429;
}
.content_block.alt a {
  color: #fdf0ae;
}
#main_content a.register {
  float: right;
  display: inline-block;
  padding: 18px 30px;
  background: #6e1013;
  background: #F9B400;
  color: #fff;
  border-radius: 4px;
  font-family: "Raleway";
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
#main_content .alt a.register {
  background: #fdf0ae;
  background: #C55429;
}
#main_content a.register:hover {
  background: #C55429;
}
#main_content .alt a.register:hover {
  background: #a04a4d;
}
#main_content a.register:active,
#main_content a.register:focus {
  background: #9b4220;
}
#secondary_content {
  padding: 30px;
}
#secondary_content h3 {
  font-weight: 400;
  margin-top: 40px;
}
#secondary_content h3:first-child {
  margin-top: 10px;
}
/**********************************************************************/
/**********************  SIDEBAR  *************************************/
/**********************************************************************/
#sidebar {
  width: 30%;
  float: left;
  min-height: 400px;
  padding: 30px;
  color: #6e1013;
  background-color: #f9f6e6;
}
.widget {
  margin-bottom: 60px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget h4 {
  margin-top: 0;
  border-bottom: 1px dotted #6e1013;
}
.linked_image {
  padding: 8px;
  background: #fff;
}
.brewer {
  width: 45%;
  display: inline-block;
}
.brewer:nth-child(n + 2) {
  margin-left: 5%;
}
.brewer img {
  max-width: 100%;
  height: auto;
}
.brewer_row {
  margin-bottom: 20px;
}
#brewers ul {
  margin: 0;
  padding: 0;
}
#brewers ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#brewers ul li a {
  color: #f9d419;
  font-size: 14px;
}
#brewers ul li a:hover {
  text-decoration: underline;
}
/**********************************************************************/
/**********************  FOOTER  *************************************/
/**********************************************************************/
footer {
  text-align: center;
  font-size: 14px;
  width: 70%;
  margin: 80px auto 80px auto;
  padding-top: 20px;
  border-top: 1px dotted #6e1013;
  letter-spacing: 2px;
}
#footer_social {
  display: inline-block;
  margin: 0 40px;
}
footer a {
  color: #6e1013;
}
.footer_sponsors {
  margin-top: 30px;
}
/*
.owl-item {
	height: 130px;
}
.owl-item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-nav {
  color: #b1b0b0;
  font-size: 24px;
}
*/
/* BUG WITH NAV SETTING FOR SOME REASON */
.owl-carousel .owl-nav.disabled {
  display: initial !important;
}
.owl-prev {
  position: absolute;
  left: -35px;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.owl-next {
  position: absolute;
  right: -35px;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
@media (max-width: 480px) {
  #footer_sponsors {
    padding: 6px 30px 6px 30px;
  }
  .sponsor_static {
    left: 10%;
  }
  .owl-item {
    height: 90px;
  }
  .owl-next {
    right: -25px;
  }
  .owl-prev {
    left: -25px;
  }
  .sponsor_logo {
    width: 90%;
    margin-left: 5%;
    float: none;
  }
  .sponsor_content {
    width: 90%;
    margin-left: 5%;
    float: none;
    margin-top: 30px;
  }
  .sponsor_row.alt .sponsor_logo {
    float: none;
  }
  .sponsor_row.alt .sponsor_content {
    float: none;
  }
}
/**********************************************************************/
/**************************  WP  *************************************/
/**********************************************************************/
img.alignright {
  float: right;
  margin: .5em 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: .5em 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: .5em 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: .5em 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/**********************************************************************/
/**************************  MISC  ************************************/
/**********************************************************************/
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
a.post-edit-link {
  display: block;
  font-size: 14px;
}
