#masthead {
  padding: 20px 0 10px 0;
  height: 80px;
  background: #fff;
  min-height: initial;
  text-shadow: none;
}
@media screen and (max-width: 960px) {
  #masthead {
    height: 50px;
    padding: 0;
  }
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .header-container {
    margin: 10px 0 0 0 ;
  }
}
.header-container .site-branding {
  width: 20%;
  display: inline-block;
  position: relative;
  top: -7px;
}
@media screen and (max-width: 960px) {
  .header-container .site-branding {
    width: auto;
    margin-top: -5px;
    padding-bottom: 4px;
    position: static;
    top: initial;
  }
}
.header-container .site-branding .logo {
  background-image: url("../img/muenchnerbier_schriftzug.png");
  background-repeat: no-repeat;
  width: 191px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% 100%;
  background-origin: content-box;
}
@media screen and (max-width: 960px) {
  .header-container .site-branding .logo {
    background-image: url("../img/vmb_logo_schrift1.png");
    width: 208px;
    height: 50px;
  }
}
@media screen and (max-width: 1259px) {
  .header-container .site-title {
    margin-left: 10px;
  }
}
.header-container .site-title a img {
  width: auto;
}
#site-navigation {
  display: inline-block;
  width: 79%;
  font-size: 22px;
}
@media screen and (max-width: 1259px) {
  #site-navigation {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  #site-navigation {
    width: 100%;
  }
}
#site-navigation a:hover,
#site-navigation a:focus {
  opacity: 0.9;
}
#site-navigation .menu-hauptnavigation-container .menu li {
  letter-spacing: normal;
  text-transform: none;
}
#site-navigation .menu-hauptnavigation-container .menu li a {
  transition: 0.5s all cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #33312e;
  font-family: Open Sans Condensed;
}
@media screen and (max-width: 960px) {
  #site-navigation .menu-hauptnavigation-container .menu li a {
    padding-left: 15px;
    font-size: 16px;
    border-top: 1px solid #cfd0cb;
  }
  #site-navigation .menu-hauptnavigation-container .menu li a:hover {
    background: #f4b72c;
    color: #fff;
    opacity: 1;
  }
  #site-navigation .menu-hauptnavigation-container .menu li a .nav-trigger {
    background-image: url("../img/arrow-right-big.png");
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    width: 21px;
    display: block;
    height: 15px;
    float: right;
    margin-right: 30px;
    margin-top: -7px;
    display: none;
    padding: 20px;
  }
}
#site-navigation .menu-hauptnavigation-container .menu li.menu-item-has-children a .nav-trigger {
  display: inline-block;
}
#site-navigation .menu-hauptnavigation-container .menu li.open a {
  background: #f4b72c;
}
#site-navigation .menu-hauptnavigation-container .menu li.open a .nav-trigger {
  background-image: url("../img/arrow-down-big-white.png");
  width: 17px;
  height: 15px;
  margin-right: 36px;
  margin-top: -7px;
}
@media screen and (max-width: 960px) {
  #site-navigation .menu-hauptnavigation-container .menu li .sub-menu {
    margin-left: 0!important;
    display: none;
  }
}
#site-navigation .menu-hauptnavigation-container .menu li .sub-menu:before {
  border-color: transparent transparent #f4b72c transparent;
}
#site-navigation .menu-hauptnavigation-container .menu li .sub-menu li .nav-trigger {
  display: none;
}
#site-navigation .menu-hauptnavigation-container .menu li .sub-menu li a {
  background: #f4b72c;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #site-navigation .menu-hauptnavigation-container .menu li .sub-menu li a {
    background: #faf4e8;
    color: #33312e;
  }
}
#site-navigation .menu-hauptnavigation-container #menu-hauptnavigation {
  background: #fff;
}
@media screen and (max-width: 960px) {
  #site-navigation .menu-hauptnavigation-container #menu-hauptnavigation {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
}
#site-navigation .menu-toggle {
  margin: 0;
  background: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 960px) {
  #site-navigation .menu-toggle {
    top: 0;
    right: 1rem;
  }
}
#site-navigation .menu-toggle:before {
  content: "\f419";
  font-size: 25px;
  color: black;
}
#site-navigation .menu-toggle:hover {
  opacity: 1;
}
body {
  background: #fff;
  font-family: Open Sans;
  color: #33312e;
}
.site-content .content-area {
  padding-bottom: 10px;
  margin-top: 420px;
}
@media screen and (max-width: 1500px) {
  .site-content .content-area {
    margin-top: 35%;
  }
}
@media screen and (max-width: 1259px) {
  .site-content .content-area {
    margin-top: 0;
  }
}
.container {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1259px) {
  .container {
    padding: 0 20px;
  }
}
h1,
h2,
h3,
h4 {
  font-family: Open Sans Condensed;
}
span,
p {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  span,
  p {
    font-size: 14px;
  }
}
a:focus {
  outline: none;
}
.site-inner {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page.type-page .entry-header {
    padding: 0;
  }
}
.site-footer {
  background: #33312e;
  height: 190px;
  font-family: Open Sans Condensed;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .site-footer {
    height: auto;
  }
}
.site-footer .footer-bottom-info {
  background: #33312e;
  padding: 100px 0 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .site-footer .footer-bottom-info {
    padding: 20px;
  }
}
.site-footer .footer-bottom-info .site-info {
  font-size: 24px;
  display: inline-block;
  margin-top: -10px;
}
@media screen and (max-width: 960px) {
  .site-footer .footer-bottom-info .site-info {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .footer-bottom-info .site-info {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.site-footer .footer-bottom-info .footer-links {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 960px) {
  .site-footer .footer-bottom-info .footer-links {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.site-footer .footer-bottom-info .footer-links .footer-links-items {
  margin: 0;
  list-style: none;
}
.site-footer .footer-bottom-info .footer-links .footer-links-items li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: inherit;
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  .site-footer .footer-bottom-info .footer-links .footer-links-items li {
    margin-right: 10px;
  }
  .site-footer .footer-bottom-info .footer-links .footer-links-items li:after {
    content: "|";
    padding-left: 10px;
  }
  .site-footer .footer-bottom-info .footer-links .footer-links-items li:last-child:after {
    display: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.site-footer .footer-bottom-info .footer-links .footer-links-items li:last-child {
  margin-right: 0;
}
.site-content {
  padding-top: 80px!important;
}
.site-content .content-area .post-edit-link {
  color: #f4b72c;
}
.site-content .content-area h2 {
  font-size: 30px;
  font-family: Open Sans Condensed;
  color: #e5ad29;
}
@media screen and (max-width: 960px) {
  .site-content .content-area h2 {
    font-size: 25px;
  }
}
.site-content .content-area .tip-section {
  color: #fff;
  width: 100%;
  background-repeat: no-repeat;
  max-width: 1440px;
  padding-bottom: 15.91%;
  max-height: 330px;
  height: 100%;
  background-size: cover;
  margin: 0 auto 70px auto;
  background-position: center;
}
@media screen and (max-width: 1259px) {
  .site-content .content-area .tip-section {
    margin-bottom: 20px;
    max-height: 370px;
    background-size: cover;
    background-position: center;
  }
}
.site-content .content-area .tip-section .content-wrapper {
  position: relative;
  padding: 40px 120px;
  text-align: center;
}
@media screen and (max-width: 1259px) {
  .site-content .content-area .tip-section .content-wrapper {
    padding: 60px 35px;
  }
}
.site-content .content-area .tip-section .content-wrapper h2 {
  color: #fff;
  font-family: Satisfy;
  font-size: 42px;
}
@media screen and (max-width: 960px) {
  .site-content .content-area .tip-section .content-wrapper h2 {
    font-size: 35px;
  }
}
.site-content .content-area .tip-section .content-wrapper p {
  font-size: 28px;
  font-family: Open Sans Condensed;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .site-content .content-area .tip-section .content-wrapper p {
    font-size: 16px;
  }
}
.site-content .content-area .tip-section .content-wrapper .button {
  z-index: 111111111111;
}
.site-content .content-area .tip-section .content-wrapper:after {
  content: "";
  background-image: url(../img/frame.png);
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  z-index: 11111111;
  height: 87%;
  position: absolute;
  top: 38px;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .site-content .content-area .tip-section .content-wrapper:after {
    display: none;
  }
}
.site-content .content-area .gastro-tip-section {
  text-align: center;
  white-space: nowrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .site-content .content-area .gastro-tip-section {
    margin-bottom: 40px;
  }
}
.site-content .content-area .gastro-tip-section h2 {
  font-size: 30px;
  color: #e5ad29;
  margin-bottom: 80px;
  white-space: normal;
}
@media screen and (max-width: 960px) {
  .site-content .content-area .gastro-tip-section h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.site-content .content-area .gastro-tip-section .desktop-module {
  display: block;
}
@media screen and (max-width: 767px) {
  .site-content .content-area .gastro-tip-section .desktop-module {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .site-content .content-area .gastro-tip-section .desktop-module {
    padding: 0 10px;
  }
}
@media screen and (max-width: 960px) {
  .site-content .content-area .gastro-tip-section .desktop-module .block {
    width: 49%;
    margin-right: 10px;
  }
  .site-content .content-area .gastro-tip-section .desktop-module .block:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .site-content .content-area .gastro-tip-section .desktop-module .block.text-block {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.site-content .content-area .gastro-tip-section .mobile-module {
  display: none;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .site-content .content-area .gastro-tip-section .mobile-module {
    display: block;
  }
}
.site-content .content-area .gastro-tip-section .mobile-module .block {
  margin-right: 0;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.site-content .content-area .gastro-tip-section .mobile-module .button {
  display: block;
}
.site-content .content-area .gastro-tip-section .block {
  margin-right: 10px;
  width: calc(33.333% - 10px);
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  max-width: 380px;
  position: relative;
  max-height: 380px;
}
@media screen and (max-width: 960px) {
  .site-content .content-area .gastro-tip-section .block {
    max-width: 100%;
    max-height: 100%;
  }
}
.site-content .content-area .gastro-tip-section .block:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.site-content .content-area .gastro-tip-section .block:last-child {
  margin-right: 0;
}
.site-content .content-area .gastro-tip-section .block .button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.site-content .content-area .gastro-tip-section .block .text-content {
  text-align: left;
  height: 380px;
  padding: 50px 30px;
}
@media screen and (max-width: 960px) {
  .site-content .content-area .gastro-tip-section .block .text-content {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .site-content .content-area .gastro-tip-section .block .text-content {
    height: auto;
    padding: 20px;
  }
}
.site-content .content-area .gastro-tip-section .block .text-content h3 {
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .site-content .content-area .gastro-tip-section .block .text-content h3 {
    font-size: 19px;
    margin-bottom: 18px;
  }
}
.site-content .content-area .gastro-tip-section .block.text-block {
  background: #f2ede1;
}
.site-content .content-area .gastro-tip-section .block.text-block:before {
  display: none;
}
.posts {
  white-space: nowrap;
  background: #fff;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .posts {
    margin-bottom: 20px;
  }
}
.posts .section {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
@media screen and (max-width: 960px) {
  .posts .section {
    width: 100%;
    display: block;
  }
}
.posts .section article {
  width: 100%;
  float: none;
  margin-bottom: 20px;
  max-height: 150px;
  background: #f2ede1;
}
@media screen and (max-width: 767px) {
  .posts .section article {
    max-height: 100px;
  }
}
.posts .section article:last-child {
  margin-bottom: 0;
}
.posts .section article .entry-media {
  width: 150px;
  height: 150px;
  padding-bottom: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .posts .section article .entry-media {
    width: 100px;
    height: 100px;
  }
}
.posts .section article .entry-text {
  width: calc(100% - 150px);
  display: inline-block;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .posts .section article .entry-text {
    width: calc(100% - 100px);
    padding: 20px;
  }
}
.posts .section article .entry-text .entry-title {
  text-align: left;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .posts .section article .entry-text .entry-title {
    font-size: 18px;
  }
}
.posts .section article .entry-text .entry-content {
  font-size: 15px;
  padding-top: 5px;
  line-height: 21px;
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  .posts .section article .entry-text .entry-content {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.posts .section article .entry-text:after {
  content: "";
  background-image: url("../img/arrow-right-big.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  display: block;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 45%;
}
@media screen and (max-width: 960px) {
  .posts .section article .entry-text:after {
    display: none;
  }
}
.posts .section.event-section {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .posts .section.event-section {
    text-align: left;
    margin-top: 20px;
  }
}
.posts .section.event-section article .entry-media {
  float: right;
}
@media screen and (max-width: 960px) {
  .posts .section.event-section article .entry-media {
    float: left;
  }
}
.posts .section.event-section article .entry-text {
  text-align: left;
}
.posts .section.news-section {
  margin-right: 15px;
}
@media screen and (max-width: 960px) {
  .posts .section.news-section {
    margin-right: 0;
  }
}
.posts .section.news-section article .entry-media {
  float: left;
}
.posts .cover-link:hover {
  border-color: #e5ad29;
  border-width: 4px;
}
.posts .hentry:not(.has-post-thumbnail):before {
  display: none;
}
.home .site-banner .site-banner-header {
  bottom: 46%;
}
.home .site-banner .site-banner-media {
  padding-bottom: 700px;
}
@media screen and (max-width: 1500px) {
  .home .site-banner .site-banner-media {
    padding-bottom: 50%;
  }
}
.home .site-banner .site-banner-thumbnail {
  padding-bottom: 700px;
}
@media screen and (max-width: 1500px) {
  .home .site-banner .site-banner-thumbnail {
    padding-bottom: 50%;
  }
}
.home .site-content {
  padding-top: 0!important;
}
.home .site-content .content-area {
  margin-top: 700px;
}
@media screen and (max-width: 1500px) {
  .home .site-content .content-area {
    margin-top: 50%;
  }
}
@media screen and (max-width: 1259px) {
  .home .site-content .content-area {
    margin-top: 0;
  }
}
.home .posts {
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .home .posts {
    padding-top: 0;
  }
}
.gastro .posts {
  margin-top: 60px;
}
.posts {
  white-space: no-wrap;
}
.posts h2 {
  white-space: normal;
}
.posts p {
  white-space: normal;
}
.posts .breweries-section {
  width: 100%;
}
.posts .breweries-section .type-breweries {
  max-height: 100%;
  width: calc(33.3333% - 15px);
  vertical-align: top;
  display: inline-block;
  margin-right: 17px;
  white-space: normal;
}
@media screen and (max-width: 960px) {
  .posts .breweries-section .type-breweries {
    width: calc(50% - 7.5px);
    margin-right: 10px;
  }
  .posts .breweries-section .type-breweries:nth-child(2),
  .posts .breweries-section .type-breweries:nth-child(4),
  .posts .breweries-section .type-breweries:nth-child(6) {
    margin-right: 0;
  }
  .posts .breweries-section .type-breweries:nth-child(3) {
    margin-right: 10px!important;
  }
}
@media screen and (max-width: 767px) {
  .posts .breweries-section .type-breweries {
    width: 100%;
    margin-right: 0;
  }
}
.posts .breweries-section .type-breweries:nth-child(3),
.posts .breweries-section .type-breweries:nth-child(6) {
  margin-right: 0;
}
.posts .breweries-section .type-breweries .entry-media {
  display: block;
  height: 200px;
  width: 100%;
  background-color: #fbf3e8;
  background-repeat: no-repeat;
  float: none;
  background-size: 145px;
  background-size: initial;
}
.posts .breweries-section .type-breweries .entry-text {
  display: block;
  width: 100%;
  background-color: #f4ece1;
  height: 210px;
}
.posts .breweries-section .type-breweries .entry-text span {
  display: block;
}
.posts .breweries-section .type-breweries .entry-text span:nth-child(2) {
  margin-bottom: 28px;
}
.posts .breweries-section .cover-link {
  border: none;
  transition: none;
}
.posts .breweries-section .cover-link:hover {
  border: none;
}
.list-module article.post,
.list-module .event {
  background: #f3ede1;
  width: 100%;
  display: block;
  margin-bottom: 2px;
  text-align: left;
  float: none;
  max-height: 100%;
  padding: 30px;
  white-space: normal;
}
.list-module article.post .entry-header .posted-on,
.list-module .event .entry-header .posted-on {
  display: inline-block;
  margin-right: 8px;
  font-size: 13px;
}
.list-module article.post .entry-header .post-type,
.list-module .event .entry-header .post-type {
  text-transform: uppercase;
  font-size: 13px;
}
.list-module article.post .entry-header .post-edit-link,
.list-module .event .entry-header .post-edit-link {
  color: #f4b72c;
}
.list-module article.post .entry-media,
.list-module .event .entry-media {
  float: left!important;
  padding-bottom: 25%;
  width: 33.3333%;
  max-width: 370px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .list-module article.post .entry-media,
  .list-module .event .entry-media {
    max-width: 100%;
    margin-top: 20px;
    display: none;
  }
}
.list-module article.post .entry-text,
.list-module .event .entry-text {
  width: auto;
  height: 100%;
  display: inline-block;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .list-module article.post .entry-text,
  .list-module .event .entry-text {
    margin-left: 0;
  }
}
.list-module article.post .entry-text .entry-title,
.list-module .event .entry-text .entry-title {
  text-align: left;
  font-size: 25px;
  margin-bottom: 20px;
  font-family: Open Sans SemiBold;
}
@media screen and (max-width: 767px) {
  .list-module article.post .entry-text .entry-title,
  .list-module .event .entry-text .entry-title {
    margin-bottom: 10px;
  }
}
.list-module article.post .entry-text .entry-content,
.list-module .event .entry-text .entry-content {
  font-size: 15px;
  padding-top: 5px;
  line-height: 21px;
  max-width: 330px;
}
.list-module article.post .entry-text .entry-content a.link-more,
.list-module .event .entry-text .entry-content a.link-more {
  background: none;
  padding: 0;
  margin-top: 0;
  color: #33312e;
  text-decoration: underline;
  margin-left: 3px;
  text-transform: none;
  letter-spacing: normal;
}
.list-module article.post .entry-text .entry-content a.link-more:before,
.list-module .event .entry-text .entry-content a.link-more:before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
}
.button {
  background: #f5bd30;
  padding: 18px 60px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #000;
  position: relative;
  font-family: Open Sans Condensed;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .button {
    padding: 18px 20px;
    font-size: 16px;
  }
}
.button:after {
  content: "";
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  display: block;
  height: 11px;
  position: absolute;
  right: 30px;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .button:after {
    display: none;
  }
}
.button:hover {
  text-decoration: none;
}
@media screen and (max-width: 1259px) {
  .site-banner {
    position: relative;
  }
}
.site-banner .site-banner-header {
  transform: translateY(45%);
  text-shadow: none;
  bottom: 45%;
  max-width: 850px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.site-banner .site-banner-header .entry-title {
  font-family: Satisfy;
  padding-bottom: 0;
  font-weight: 100;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .site-banner .site-banner-header .entry-title {
    font-size: 32px;
  }
}
.site-banner .site-banner-header:before,
.site-banner .site-banner-header:after {
  border: none;
}
.site-banner .site-banner-media {
  padding-bottom: 500px;
}
@media screen and (max-width: 1500px) {
  .site-banner .site-banner-media {
    padding-bottom: 40%;
  }
}
.site-banner .site-banner-media:before {
  background: transparent;
}
.site-banner .site-banner-thumbnail {
  background-color: #fff;
  padding-bottom: 500px;
}
@media screen and (max-width: 1500px) {
  .site-banner .site-banner-thumbnail {
    padding-bottom: 40%;
  }
}
.site-banner .slider-nav button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 43%;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50%!important;
  width: 130px;
  height: 130px;
}
.site-banner .slider-nav button.slick-prev {
  left: -45px;
}
.site-banner .slider-nav button.slick-next {
  right: -45px;
}
.site-banner .slider-nav button .genericon {
  color: #33312e;
  font-size: 40px;
}
.banner-custom-header .site-banner-media:before {
  background: transparent;
}
.page-template-default .post-edit-link {
  float: right;
}
.page-template-default .content-area .entry-title {
  margin-bottom: 25px;
}
.is-singular .container {
  margin-bottom: 100px;
}
.is-singular .entry-content p {
  max-width: 860px;
}
.is-singular .entry-content p:last-child {
  margin-bottom: 40px;
}
.is-singular .entry-content p a {
  color: #f4b72c;
}
.slick-slide {
  height: auto;
}
.metaslider {
  background: #f3ede1;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 30px;
}
.metaslider .flex-direction-nav a {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #999;
  text-align: center;
  text-decoration: none;
  font-size: 40px;
  text-indent: 0;
}
#posts.teaser-text-module article {
  width: 100%;
  float: none;
  margin-bottom: 0;
  max-height: 100%;
  background: #f3ede1;
}
@media screen and (max-width: 880px) {
  #posts.teaser-text-module article {
    margin-bottom: 20px;
  }
}
#posts.teaser-text-module article .entry-media {
  padding-bottom: 33.333333%;
  width: 50%;
  max-width: 600px;
  display: inline-block;
}
@media screen and (max-width: 880px) {
  #posts.teaser-text-module article .entry-media {
    float: left!important;
  }
}
@media screen and (max-width: 1259px) {
  #posts.teaser-text-module article .entry-media {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 479px) {
  #posts.teaser-text-module article .entry-media {
    width: 33%;
    padding-bottom: 60%;
  }
}
#posts.teaser-text-module article .entry-text {
  width: 50%;
  height: 100%;
  display: inline-block;
  padding: 30px;
}
@media screen and (max-width: 479px) {
  #posts.teaser-text-module article .entry-text {
    width: 66%;
    padding: 15px;
  }
}
#posts.teaser-text-module article .entry-text .entry-title {
  text-align: left;
  font-size: 22px;
}
#posts.teaser-text-module article .entry-text .entry-content {
  font-size: 15px;
  padding-top: 5px;
  line-height: 21px;
  max-width: 100%;
}
#posts.teaser-text-module article .entry-text .entry-content .link-more {
  text-align: left;
}
#posts.teaser-text-module article .entry-text .entry-content .link-more a {
  background: none;
  padding: 0;
  margin-top: 0;
  color: #33312e;
  text-decoration: underline;
  margin-left: 3px;
  text-transform: none;
  letter-spacing: normal;
  font-size: 15px;
}
#posts.teaser-text-module article .entry-text .entry-content .link-more a:before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 880px) {
  #posts.teaser-text-module article .entry-text .entry-content p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
#posts.teaser-text-module article:nth-child(even) .entry-media {
  float: right;
}
@media screen and (max-width: 880px) {
  #posts.teaser-text-module article:nth-child(even) .entry-media {
    float: left;
  }
}
@media screen and (min-width: 881px) {
  #posts.teaser-text-module article:nth-child(even) .entry-text {
    float: left;
  }
}
#posts.teaser-text-module article:nth-child(odd) .entry-media {
  float: left;
}
@media screen and (max-width: 880px) {
  #posts.teaser-text-module article:nth-child(odd) .entry-media {
    float: left;
  }
}
@media screen and (min-width: 881px) {
  #posts.teaser-text-module article:nth-child(odd) .entry-text {
    float: right;
  }
}
#overlay-container {
  font-size: 15px;
  background: none;
  z-index: 11111113;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}
#overlay-container #overlay-box {
  vertical-align: middle;
  padding: 20px 10px 20px 10px;
  max-width: 100%;
  min-height: 100%;
  z-index: 9999;
}
#overlay-container #overlay-box h3 {
  margin: 10px 0 20px 0;
  color: #f4b72c;
}
#overlay-container #overlay-box .content-head {
  border-bottom: 1px solid #cfd0cb;
}
#overlay-container #overlay-box .content-body {
  border-bottom: 1px solid #cfd0cb;
}
#overlay-container #overlay-box .content-body p {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #overlay-container #overlay-box .content-body .content-block {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-right: 20px;
  }
}
#overlay-container #overlay-box .container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#overlay-container #overlay-box .container .title h1 {
  font-size: 30px;
  color: #f4b72c;
  -webkit-font-smoothing: antialiased;
  max-width: 70%;
  margin-top: 0;
  line-height: 45px;
}
#overlay-container #overlay-box .container .title .logo {
  height: auto;
  display: block;
  position: absolute;
  right: 10px;
  width: 60px;
  top: -13px;
  z-index: 9000;
}
#overlay-container #overlay-box .container .title img {
  top: -20px;
  right: -19px;
  width: 124px;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  #overlay-container #overlay-box .container .title img {
    width: 200px;
    top: -49px;
    right: -63px;
  }
}
#overlay-container #overlay-box .content {
  position: relative;
  padding: 20px;
  background: #fff;
}
#overlay-container #overlay-box .content a {
  text-decoration: underline;
}
#overlay-container #overlay-box .content a:hover {
  text-decoration: none;
}
#overlay-container #overlay-box [data-action="close"] {
  background-color: transparent;
  border: 0;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: fixed;
  right: 20px;
  top: 6px;
}
#overlay-container #overlay-box [data-action="close"] img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #overlay-container #overlay-box .container {
    width: 723px;
    margin-top: 100px;
    border-radius: 5px;
  }
  #overlay-container #overlay-box .container .title h1 {
    font-size: 48px;
    max-width: 70%;
    padding-left: 0;
    padding-right: 20px;
    margin-top: 0;
  }
  #overlay-container #overlay-box .container .title .logo {
    height: auto;
    display: block;
    position: absolute;
    right: 30px;
    width: 130px;
    top: 10px;
    z-index: 9000;
  }
  #overlay-container #overlay-box .container .title .logo img {
    top: -20px;
    right: -19px;
    width: 100%;
  }
  #overlay-container #overlay-box .container .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 380px) {
  #overlay-container #overlay-box .container .title .logo {
    display: none !important;
  }
}
#overlay-container #overlay-box .agecheck .agecheck-button {
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #overlay-container #overlay-box .agecheck .agecheck-button {
    margin-right: 50px;
  }
}
#overlay-container #overlay-box .agecheck .agecheck-nav {
  padding: 10px 0;
}
#overlay-bg,
#size-error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11111112;
  background: rgba(45, 45, 45, 0.92);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2570ab', endColorstr='#1b345c', GradientType=1);
}
#overlay-bg #spinner,
#size-error #spinner {
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
#overlay-bg #spinner #double-bounce1,
#size-error #spinner #double-bounce1,
#overlay-bg #spinner #double-bounce2,
#size-error #spinner #double-bounce2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#overlay-bg #spinner.run-animation #double-bounce1,
#size-error #spinner.run-animation #double-bounce1,
#overlay-bg #spinner.run-animation #double-bounce2,
#size-error #spinner.run-animation #double-bounce2 {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}
#overlay-bg #spinner.run-animation #double-bounce2,
#size-error #spinner.run-animation #double-bounce2 {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#overlay-bg #spinner #text,
#size-error #spinner #text {
  color: #ffffff;
  z-index: 200;
  font-weight: bold;
  font-size: 20px;
  margin-top: -40px;
}
#size-error {
  display: none;
  color: #fff;
  text-align: center;
}
#size-error span {
  padding: 0 10%;
  display: block;
  margin-top: 50px;
  font-size: 1.2em;
}
.logo-section {
  z-index: 111111111;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1259px) {
  .logo-section {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
  }
}
@media screen and (max-width: 1259px) {
  .logo-section {
    top: 1%;
  }
}
.logo-section .logo-widget {
  display: inline-block;
  margin-right: 57px;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 1259px) {
  .logo-section .logo-widget {
    margin-right: 20px;
    width: 12%;
  }
}
@media screen and (max-width: 479px) {
  .logo-section .logo-widget {
    margin-right: 13px;
  }
}
.logo-section .logo-widget:last-child {
  margin-right: 0;
}
.logo-section .logo-widget#widget_sp_image-5 {
  top: -20px;
}
@media screen and (max-width: 1259px) {
  .logo-section .logo-widget#widget_sp_image-5 {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo-section .logo-widget#widget_sp_image-5 {
    display: none;
  }
}
.logo-section .logo-widget#widget_sp_image-5 img {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .logo-section .logo-widget#widget_sp_image-2 img {
    height: 80px;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .logo-section .logo-widget#widget_sp_image-2 img {
    height: 70px;
    width: auto;
  }
}
@media screen and (max-width: 380px) {
  .logo-section .logo-widget#widget_sp_image-2 img {
    height: 55px;
    width: auto;
  }
}
.fergcorp_countdownTimer_event_li {
  display: block;
}
.fergcorp_countdownTimer_event_li abbr {
  border: none;
  cursor: unset;
}
.fergcorp_countdownTimer_event_li abbr span {
  border: none;
}
.fergcorp_countdownTimer_event_li abbr[title],
.fergcorp_countdownTimer_event_li span {
  text-decoration: none;
  font-size: 3rem;
  font-family: Open Sans Condensed;
  color: #fff;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .fergcorp_countdownTimer_event_li abbr[title],
  .fergcorp_countdownTimer_event_li span {
    font-size: 16px;
  }
}
.timer__wrapper__inner {
  position: relative;
  padding: 40px 40px;
  text-align: center;
}
.timer__wrapper__inner h2 {
  color: #fff !important;
  font-family: Satisfy !important;
  font-size: 42px !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .timer__wrapper__inner h2 {
    font-size: 35px !important;
  }
}
.timer__wrapper__outer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 70px auto;
}
.timer__button {
  background: #f5bd30;
  padding: 18px 60px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #000;
  position: relative;
  font-family: Open Sans Condensed;
  font-size: 18px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  white-space: nowrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .timer__button {
    padding: 18px 20px;
    font-size: 16px;
    white-space: unset;
  }
}
.timer__button::after {
  content: "";
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  display: block;
  height: 11px;
  position: absolute;
  right: 30px;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .timer__button::after {
    display: none;
  }
}
.timer__button:hover {
  opacity: .75;
  text-decoration: none;
}
@font-face {
  font-family: 'Satisfy';
  src: url('../fonts/Satisfy/subset-Satisfy.eot');
  src: url('../fonts/Satisfy/subset-Satisfy.eot?#iefix') format('embedded-opentype'), url('../fonts/Satisfy/subset-Satisfy.woff2') format('woff2'), url('../fonts/Satisfy/subset-Satisfy.woff') format('woff'), url('../fonts/Satisfy/subset-Satisfy.ttf') format('truetype'), url('../fonts/Satisfy/subset-Satisfy.svg#Satisfy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('../fonts/Open_Sans_Condensed/subset-OpenSansCondensed-Bold.eot');
  src: url('../fonts/Open_Sans_Condensed/subset-OpenSansCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Open_Sans_Condensed/subset-OpenSansCondensed-Bold.woff2') format('woff2'), url('../fonts/Open_Sans_Condensed/subset-OpenSansCondensed-Bold.woff') format('woff'), url('../fonts/Open_Sans_Condensed/subset-OpenSansCondensed-Bold.ttf') format('truetype'), url('../fonts/Open_Sans_Condensed/subset-OpenSansCondensed-Bold.svg#OpenSansCondensed-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/Open_Sans/subset-OpenSans-Regular.eot');
  src: url('../fonts/Open_Sans/subset-OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Open_Sans/subset-OpenSans-Regular.woff2') format('woff2'), url('../fonts/Open_Sans/subset-OpenSans-Regular.woff') format('woff'), url('../fonts/Open_Sans/subset-OpenSans-Regular.ttf') format('truetype'), url('../fonts/Open_Sans/subset-OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Light';
  src: url('../fonts/Open_Sans/OpenSans-Light.eot');
  src: url('../fonts/Open_Sans/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Open_Sans/OpenSans-Light.woff2') format('woff2'), url('../fonts/Open_Sans/OpenSans-Light.woff') format('woff'), url('../fonts/Open_Sans/OpenSans-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans SemiBold';
  src: url('../fonts/Open_Sans/OpenSans-SemiBold.eot');
  src: url('../fonts/Open_Sans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Open_Sans/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/Open_Sans/OpenSans-SemiBold.woff') format('woff'), url('../fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
