/*
Theme Name: Morgenrot
*/
/* Globals */
html, body {
  height: 100%;
  overflow: visible !important; }

body, .p-0 {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  font-family: 'Heebo', sans-serif;
  width: 100%; }

#main-container {
  min-height: 100%; }

.dmb {
  margin-bottom: 60px !important; }

.mb {
  margin-bottom: 15px !important; }

.mr {
  margin-right: 30px !important; }

.smr {
  margin-right: 15px !important; }

.smb {
  margin-bottom: 10px !important; }

.nmb {
  margin-bottom: 0px !important; }

.nmt {
  margin-top: 0px !important; }

.nml {
  margin-left: 0px !important; }

.nmr {
  margin-right: 0px !important; }

.npl {
  padding-left: 0px !important; }

.npr {
  padding-right: 0px !important; }

.pad {
  padding: 15px; }

.s_pad {
  padding: 5px; }

.spt {
  padding-top: 15px; }

.sptb {
  padding-top: 15px;
  padding-bottom: 15px; }

.ptb {
  padding-top: 30px;
  padding-bottom: 30px; }

.dptb {
  padding-top: 60px;
  padding-bottom: 60px; }

.pt {
  padding-top: 30px !important; }

.spb {
  padding-bottom: 15px !important; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.abs.top_align {
  top: 0; }

.dib {
  display: inline-block; }

.db {
  display: block !important; }

.wt {
  color: #fff; }

.wbg {
  background-color: #fff; }

.rt {
  color: #73243D !important; }

.bt {
  border-top: 1px solid #000; }

.bb {
  border-bottom: 1px solid #000; }

.dbt {
  border-top: 2px solid #000; }

.dbb {
  border-bottom: 2px solid #000; }

.z-1 {
  z-index: 1; }

.fwb {
  font-weight: bold; }

.toggle {
  display: none; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-bottom: 15px; }

.vertical_parent {
  display: table;
  height: 100%;
  width: 100%; }

.table_row {
  float: none;
  display: table-row;
  height: 1px; }

.table_row_expanded {
  height: 100%; }

.vertical {
  float: none !important;
  display: table-cell;
  vertical-align: middle; }

.vertical.top {
  vertical-align: top; }

.vertical_bottom {
  vertical-align: bottom; }

.background {
  background-size: cover;
  background-position: center; }

.background.contain {
  background-size: contain;
  background-repeat: no-repeat; }

.full_bg {
  width: 100%;
  height: 100%; }

.black_overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.black_bg {
  background-color: #000; }

.twitter_logo {
  background: url("content/twitter-24.png") no-repeat;
  width: 24px;
  height: 24px; }

.instagram_logo {
  background: url("content/instagram-24.png") no-repeat;
  width: 24px;
  height: 24px; }

.text_holder {
  background-color: #fff; }

.standard_button, input[type=submit] {
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px;
  background-color: #73243D;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #73243D; }
  .standard_button:hover, input[type=submit]:hover {
    background-color: #fff;
    color: #73243D !important;
    border: 1px solid #73243D; }

.standard_button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.standard_button.invert {
  background-color: #fff;
  color: #73243D !important;
  display: inline-block;
  border: 1px solid #73243D; }
  .standard_button.invert:hover {
    background-color: #73243D;
    color: #fff !important;
    border: 1px solid #73243D; }

input {
  padding: 5px;
  display: inline-block; }
  input:focus {
    outline: none; }

.no_style_ul {
  padding: 0;
  list-style: none; }

.acf-map {
  width: 100%;
  height: 400px;
  margin-bottom: 30px; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 5px !important;
  background-color: #fff !important;
  color: #000 !important; }

.wp-pagenavi span.current {
  background-color: #000 !important;
  color: #fff !important; }

.bx-wrapper .bx-controls-direction a {
  background: none;
  background-color: rgba(0, 0, 0, 0.3) !important;
  height: 100% !important;
  width: 25px;
  top: 0 !important;
  margin-top: 0 !important;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center; }
.bx-wrapper .bx-controls-direction .bx-prev {
  left: -20px !important;
  background-image: url("content/prev.png"); }
.bx-wrapper .bx-controls-direction .bx-next {
  right: -20px !important;
  background-image: url("content/next.png"); }

.back_to {
  padding: 8px 15px; }

.breadcrumb a {
  color: #73243D; }

.menu_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0; }
  .menu_overlay.opacity {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 1;
    left: 0%; }

/* Globals BP's */
@media (min-width: 768px) {
  .standard_button, input[type=submit] {
    font-size: 12px;
    padding: 5px; }

  .mb {
    margin-bottom: 30px !important; }
  .contact .col-sm-6.mb {
    min-height: 63px; }  

  .wp-pagenavi a, .wp-pagenavi span {
    padding: 3px 10px !important; } }
@media (min-width: 992px) {
  .standard_button, input[type=submit] {
    font-size: 15px;
    padding: 8px; }

  .pad {
    padding: 30px; }

  .s_pad {
    padding: 15px; }

  .standard_button {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

  input {
    padding: 10px; } }
@media (min-width: 1200px) {
  .standard_button, input[type=submit] {
    font-size: 15px;
    padding: 10px; } }
/* Content Style A */
.content h1, .content .p-1 {
  font-size: 30px;
  line-height: 36px;
  font-family: 'brandon-grotesque', sans-serif; }
.content h2, .content .p-2 {
  font-size: 24px;
  line-height: 30px;
  font-family: 'brandon-grotesque', sans-serif; }
.content h3, .content .p-3 {
  font-size: 14px;
  line-height: 20px; }
.content h4, .content .p-4 {
  font-size: 10px;
  line-height: 16px; }
.content h5, .content .p-5 {
  font-size: 10px;
  line-height: 16px; }
.content h6, .content .p-6 {
  font-size: 30px;
  line-height: 36px; }
.content .smaller_text {
  font-size: 12px;
  line-height: 18px; }
.content a {
  color: #000; }
  .content a:hover {
    text-decoration: none; }
.content img {
  max-width: 100%;
  height: auto; }
.content .content_area a {
  display: inline-block; }

.landing_content h1 {
  font-size: 40px;
  line-height: 46px; }

/* Header */
/* Footer */
footer {
  font-size: 12px;
  line-height: 18px; }

/* Mobile Specific */
@media (max-width: 767px) {
  .standard_button {
    width: 100%;
    margin-bottom: 5px;
    text-align: center; } }
/* BP */
@media (min-width: 768px) {
  body, .p-0 {
    font-size: 12px;
    line-height: 18px; }

  .content h1, .content .p-1 {
    font-size: 30px;
    line-height: 36px; }
  .content h2, .content .p-2 {
    font-size: 24px;
    line-height: 30px; }
  .content h3, .content .p-3 {
    font-size: 16px;
    line-height: 22px; }
  .content h4, .content .p-4 {
    font-size: 10px;
    line-height: 16px; }
  .content h5, .content .p-5 {
    font-size: 10px;
    line-height: 16px; }
  .content h6, .content .p-6 {
    font-size: 40px;
    line-height: 46px; }
  .content .smaller_text {
    font-size: 14px;
    line-height: 20px; }

  footer {
    font-size: 12px;
    line-height: 18px; } }
@media (min-width: 992px) {
  body, .p-0 {
    font-size: 14px;
    line-height: 20px; }

  .content h1, .content .p-1 {
    font-size: 35px;
    line-height: 41px; }
  .content h2, .content .p-2 {
    font-size: 26px;
    line-height: 32px; }
  .content h3, .content .p-3 {
    font-size: 18px;
    line-height: 24px; }
  .content h4, .content .p-4 {
    font-size: 10px;
    line-height: 16px; }
  .content h5, .content .p-5 {
    font-size: 10px;
    line-height: 16px; }
  .content h6, .content .p-6 {
    font-size: 60px;
    line-height: 66px; }
  .content .smaller_text {
    font-size: 15px;
    line-height: 21px; }

  footer {
    font-size: 12px;
    line-height: 18px; } }
@media (min-width: 1200px) {
  body, .p-0 {
    font-size: 15px;
    line-height: 21px; }

  .content h1, .content .p-1 {
    font-size: 40px;
    line-height: 46px; }
  .content h2, .content .p-2 {
    font-size: 30px;
    line-height: 36px; }
  .content h3, .content .p-3 {
    font-size: 20px;
    line-height: 26px; }
  .content h4, .content .p-4 {
    font-size: 10px;
    line-height: 16px; }
  .content h5, .content .p-5 {
    font-size: 10px;
    line-height: 16px; }
  .content h6, .content .p-6 {
    font-size: 80px;
    line-height: 86px; }
  .content .smaller_text {
    font-size: 15px;
    line-height: 21px; }

  footer {
    font-size: 12px;
    line-height: 18px; } }
@media (min-width: 768px) {
  header .logo {
    padding: 54px 15px 0px 15px;
    background-color: #fff;
    width: 220px; }
    header .logo a img {
      width: auto;
      max-height: 100%;
      max-width: 100%; }
  header .social, header .contact {
    float: right; }
    header .social a, header .contact a {
      margin-right: 10px;
      color: #000;
      font-weight: 700; }
  header .breadcrumb {
    background-color: #fff; } }
@media (min-width: 992px) {
  header .logo {
    padding: 34px 15px 0px 15px;
    width: auto; } }
@media (min-width: 768px) {
  header {
    position: relative;
    z-index: 9999; }
    header .navbar {
      min-height: 0;
      border: none;
      background: none;
      float: right; }
    header .navbar-collapse {
      padding-right: 0;
      padding-left: 0; }
    header .navbar-default {
      margin-bottom: 0;
      clear: both;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      font-weight: normal; }
      header .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        color: #fff;
        padding: 10px; }
        header .navbar-default .navbar-nav > li > a:hover {
          background-color: #73243D;
          color: #fff; }
      header .navbar-default .navbar-nav > .open > a:hover {
        background-color: #73243D;
        color: #fff; }
      header .navbar-default .navbar-nav > .current-menu-item > a, header .navbar-default .navbar-nav > .current-page-ancestor > a {
        color: #fff;
        background-color: #73243D; }
      header .navbar-default .navbar-nav li.has-mega-menu {
        position: initial; }
        header .navbar-default .navbar-nav li.has-mega-menu ul.mega-menu {
          max-width: none !important;
          width: 100% !important;
          margin-left: 0px !important;
          padding: 10px; }
        header .navbar-default .navbar-nav li.has-mega-menu.mega-menu-4 ul.mega-menu {
          width: 215% !important;
        }
          header .navbar-default .navbar-nav li.has-mega-menu ul.mega-menu.large {
            min-width: 400px !important; }
            header .navbar-default .navbar-nav li.has-mega-menu ul.mega-menu.large > li {
              min-height: 260px; }
          header .navbar-default .navbar-nav li.has-mega-menu ul.mega-menu > li {
            padding: 15px;
            border-right: 1px solid #a7a7a7; }
            header .navbar-default .navbar-nav li.has-mega-menu ul.mega-menu > li:last-child {
              border: none; }
            header .navbar-default .navbar-nav li.has-mega-menu ul.mega-menu > li > ul.sub-mega > li a {
              color: #000;
              display: block; }
            header .navbar-default .navbar-nav li.has-mega-menu ul.mega-menu > li > ul.sub-mega > li.menu-title a {
              font-weight: bold;
              margin-bottom: 10px; }
              header .navbar-default .navbar-nav li.has-mega-menu ul.mega-menu > li > ul.sub-mega > li.menu-title a:hover {
                cursor: default;
                text-decoration: none; }
            header .navbar-default .navbar-nav li.has-mega-menu ul.mega-menu > li > ul.sub-mega > li.rt a {
              color: #73243D;
              font-weight: bold; }
      header .navbar-default .navbar-nav li.mega-menu-3, header .navbar-default .navbar-nav li.mega-menu-4 {
        position: relative; } }
.single-wines header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-667 > a.mega-menu-link, .page-template-template-wine_loop header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-667 > a.mega-menu-link {
  background-color: #73243D; }

.single-beers_and_ciders header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-668 > a.mega-menu-link, .page-template-template-beer_cider_loop header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-668 > a.mega-menu-link {
  background-color: #73243D; }

.single-other header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-669 > a.mega-menu-link, .page-template-template-other_loop header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-669 > a.mega-menu-link {
  background-color: #73243D; }

@media (min-width: 992px) {
  header #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item > a.mega-menu-link {
    font-size: 14px; } }
/* Mobile Specific */
@media (max-width: 767px) {
  .glyphicon-remove:before {
    color: #fff;
    font-size: 22px; }

  .glyphicon-menu-hamburger:before {
    color: #fff;
    font-size: 22px; }

  .navbar-toggle .remove.wt {
    color: #fff; }
  .navbar-toggle .remove.bt {
    color: #000; }

  .navbar {
    border: none;
    border-bottom: 1px solid #ccc; }

  .navbar-nav {
    margin: 0 -15px; }

  .navbar-collapse {
    border-top: none; }

  .dropdown-menu {
    padding: 0; }

  header .breadcrumb {
    background-color: #fff;
    margin: 0; }
  header .navbar-default .navbar-nav > li, header .navbar-default .nav > li {
    position: initial; }
    header .navbar-default .navbar-nav > li > a, header .navbar-default .nav > li > a {
      font-size: 18px;
      color: #000;
      background: #fff;
      text-transform: uppercase;
      border-bottom: 1px solid #f3f3f3;
      position: relative;
      padding: 15px; }
      header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .nav > li > a:hover {
        color: #73243D;
        background-color: #fff; }
      header .navbar-default .navbar-nav > li > a:after, header .navbar-default .nav > li > a:after {
        position: absolute;
        top: 15px;
        right: 20px;
        font-family: 'Glyphicons Halflings';
        content: "\e258";
        color: #a7a7a7; }
  header .navbar-default .navbar-nav li.rt a, header .navbar-default .nav li.rt a {
    font-weight: bold;
    color: #73243D; }
  header .navbar-collapse {
    position: absolute;
    width: 80%;
    top: 100%;
    z-index: 100;
    -webkit-transition: left 300ms, opacity 300ms;
    -moz-transition: left 300ms , opacity 300ms;
    -o-transition: left 300ms , opacity 300ms;
    transition: left 300ms, opacity 300ms;
    left: -100%;
    height: auto !important;
    border-top: 1px solid #ccc; }
    header .navbar-collapse.collapse.in {
      left: 0;
      height: auto !important; }
  header .navbar-collapse.in {
    overflow-y: visible;
    overflow: visible; }
  header .dropdown-menu.fix-right {
    right: 0 !important; }
  header .dropdown-menu, header .mega-menu {
    position: absolute !important;
    width: 100% !important;
    top: 0;
    right: 100%;
    left: auto;
    min-height: 100% !important;
    display: block !important;
    -webkit-transition: right 300ms, opacity 300ms;
    -moz-transition: right 300ms , opacity 300ms;
    -o-transition: right 300ms , opacity 300ms;
    transition: right 300ms, opacity 300ms;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none; }
    header .dropdown-menu ul, header .mega-menu ul {
      list-style: none;
      padding: 0; }
    header .dropdown-menu li, header .mega-menu li {
      padding: 0; }
      header .dropdown-menu li a, header .mega-menu li a {
        padding: 15px;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        display: block;
        color: #000;
        border-bottom: 1px solid #f3f3f3;
        position: relative; }
        header .dropdown-menu li a:after, header .mega-menu li a:after {
          position: absolute;
          top: 15px;
          right: 20px;
          font-family: 'Glyphicons Halflings';
          content: "\e258";
          color: #a7a7a7; }
      header .dropdown-menu li .menu_back, header .mega-menu li .menu_back {
        padding: 30px 60px;
        background-color: #73243D;
        color: #fff;
        text-transform: uppercase;
        position: relative; }
        header .dropdown-menu li .menu_back:after, header .mega-menu li .menu_back:after {
          position: absolute;
          top: 30px;
          left: 30px;
          font-family: 'Glyphicons Halflings';
          content: "\e257";
          color: #fff; }
    header .dropdown-menu .menu-title a, header .mega-menu .menu-title a {
      color: #a7a7a7;
      background-color: #f3f3f3; }
      header .dropdown-menu .menu-title a:hover, header .mega-menu .menu-title a:hover {
        cursor: default;
        text-decoration: none; }
      header .dropdown-menu .menu-title a:after, header .mega-menu .menu-title a:after {
        content: ''; }
  header .drop-down {
    position: initial !important; }
  header .container {
    padding: 0; }
    header .container .navbar.navbar-default {
      margin-bottom: 0; }
      header .container .navbar.navbar-default .navbar-header {
        position: relative;
        z-index: 2;
        background-color: #fff; }
        header .container .navbar.navbar-default .navbar-header .logo_mob {
          float: left;
          padding: 15px;
          width: 100%;
          padding-right: 20%; }
          header .container .navbar.navbar-default .navbar-header .logo_mob a {
            padding-right: 15px;
            display: block;
            width: 100%; }
            header .container .navbar.navbar-default .navbar-header .logo_mob a img {
              width: auto;
              max-height: 100%;
              max-width: 100%; }
        header .container .navbar.navbar-default .navbar-header .navbar-toggle {
          position: absolute;
          top: 0;
          right: 0;
          border: none;
          margin: 0px;
          width: 20%;
          background-color: #000;
          height: 100%;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
          header .container .navbar.navbar-default .navbar-header .navbar-toggle:hover, header .container .navbar.navbar-default .navbar-header .navbar-toggle:focus, header .container .navbar.navbar-default .navbar-header .navbar-toggle:active {
            background-color: #000; }
          header .container .navbar.navbar-default .navbar-header .navbar-toggle .remove {
            display: block; }
          header .container .navbar.navbar-default .navbar-header .navbar-toggle .icon-bar {
            width: 100%;
            background-color: #fff;
            height: 4px; }
          header .container .navbar.navbar-default .navbar-header .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 10px; } }
@media (max-width: 767px) {
  .mobile_filter {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    right: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999; }
    .mobile_filter.on {
      right: 0;
      opacity: 1; }

  .offset-right {
    right: 100%;
    -webkit-transition: right 300ms;
    -moz-transition: right 300ms;
    -o-transition: right 300ms;
    transition: right 300ms; }
    .offset-right.on {
      right: 0;
      opacity: 1; }

  .filter_form {
    width: 80%;
    position: absolute;
    top: 0;
    left: -100%;
    min-height: 100%;
    z-index: 9999;
    -webkit-transition: left 300ms;
    -moz-transition: left 300ms;
    -o-transition: left 300ms;
    transition: left 300ms; }
    .filter_form.on {
      left: 0;
      opacity: 1; }

  .list_wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #f3f3f3;
    min-height: 100%;
    padding-bottom: 70px; }
    .list_wrapper .filters .filter_item a, .list_wrapper .filters .filter_item h4 {
      background: #fff;
      display: block;
      padding: 15px;
      font-size: 18px;
      line-height: 23px;
      border-bottom: 1px solid #f3f3f3;
      position: relative; }
      .list_wrapper .filters .filter_item a:after, .list_wrapper .filters .filter_item h4:after {
        position: absolute;
        top: 15px;
        right: 20px;
        font-family: 'Glyphicons Halflings';
        content: "\e258";
        color: #a7a7a7; }
    .list_wrapper .filters .filter_item h4 {
      font-size: 20px;
      line-height: 25px;
      font-weight: bold;
      margin-bottom: 10px;
      padding: 20px 15px; }
      .list_wrapper .filters .filter_item h4:after {
        display: none; }
      .list_wrapper .filters .filter_item h4 .mobile_clear_btn {
        padding: 0;
        border: none;
        font-weight: normal; }
        .list_wrapper .filters .filter_item h4 .mobile_clear_btn:after {
          display: none; }
    .list_wrapper .types .filter_item.red, .list_wrapper .country .filter_item.red, .list_wrapper .grape .filter_item.red, .list_wrapper .producer .filter_item.red, .list_wrapper .brand .filter_item.red, .list_wrapper .other .filter_item.red, .list_wrapper .normal .filter_item.red {
      background-color: #73243D;
      display: block;
      margin-bottom: 10px; }
      .list_wrapper .types .filter_item.red .all_btn, .list_wrapper .country .filter_item.red .all_btn, .list_wrapper .grape .filter_item.red .all_btn, .list_wrapper .producer .filter_item.red .all_btn, .list_wrapper .brand .filter_item.red .all_btn, .list_wrapper .other .filter_item.red .all_btn, .list_wrapper .normal .filter_item.red .all_btn {
        font-size: 16px;
        color: #fff;
        position: relative;
        top: 20px;
        right: 30px; }
        .list_wrapper .types .filter_item.red .all_btn:after, .list_wrapper .country .filter_item.red .all_btn:after, .list_wrapper .grape .filter_item.red .all_btn:after, .list_wrapper .producer .filter_item.red .all_btn:after, .list_wrapper .brand .filter_item.red .all_btn:after, .list_wrapper .other .filter_item.red .all_btn:after, .list_wrapper .normal .filter_item.red .all_btn:after {
          content: '';
          position: absolute;
          left: 22px;
          top: 5px;
          background: #fff;
          width: 2px;
          height: 2px;
          box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
          transform: rotate(45deg); }
    .list_wrapper .types .filter_item .mobile-checkbox.standard, .list_wrapper .country .filter_item .mobile-checkbox.standard, .list_wrapper .grape .filter_item .mobile-checkbox.standard, .list_wrapper .producer .filter_item .mobile-checkbox.standard, .list_wrapper .brand .filter_item .mobile-checkbox.standard, .list_wrapper .other .filter_item .mobile-checkbox.standard, .list_wrapper .normal .filter_item .mobile-checkbox.standard {
      position: absolute;
      right: 0;
      opacity: 0; }
      .list_wrapper .types .filter_item .mobile-checkbox.standard + label, .list_wrapper .country .filter_item .mobile-checkbox.standard + label, .list_wrapper .grape .filter_item .mobile-checkbox.standard + label, .list_wrapper .producer .filter_item .mobile-checkbox.standard + label, .list_wrapper .brand .filter_item .mobile-checkbox.standard + label, .list_wrapper .other .filter_item .mobile-checkbox.standard + label, .list_wrapper .normal .filter_item .mobile-checkbox.standard + label {
        position: relative;
        cursor: pointer;
        display: block;
        background: #fff;
        padding: 15px;
        font-size: 18px;
        border-bottom: 1px solid #f3f3f3;
        font-weight: normal;
        margin-bottom: 0; }
      .list_wrapper .types .filter_item .mobile-checkbox.standard:checked + label:before, .list_wrapper .country .filter_item .mobile-checkbox.standard:checked + label:before, .list_wrapper .grape .filter_item .mobile-checkbox.standard:checked + label:before, .list_wrapper .producer .filter_item .mobile-checkbox.standard:checked + label:before, .list_wrapper .brand .filter_item .mobile-checkbox.standard:checked + label:before, .list_wrapper .other .filter_item .mobile-checkbox.standard:checked + label:before, .list_wrapper .normal .filter_item .mobile-checkbox.standard:checked + label:before {
        background: #73243D; }
      .list_wrapper .types .filter_item .mobile-checkbox.standard:disabled + label, .list_wrapper .country .filter_item .mobile-checkbox.standard:disabled + label, .list_wrapper .grape .filter_item .mobile-checkbox.standard:disabled + label, .list_wrapper .producer .filter_item .mobile-checkbox.standard:disabled + label, .list_wrapper .brand .filter_item .mobile-checkbox.standard:disabled + label, .list_wrapper .other .filter_item .mobile-checkbox.standard:disabled + label, .list_wrapper .normal .filter_item .mobile-checkbox.standard:disabled + label {
        color: #b8b8b8;
        cursor: auto; }
      .list_wrapper .types .filter_item .mobile-checkbox.standard:disabled + label:before, .list_wrapper .country .filter_item .mobile-checkbox.standard:disabled + label:before, .list_wrapper .grape .filter_item .mobile-checkbox.standard:disabled + label:before, .list_wrapper .producer .filter_item .mobile-checkbox.standard:disabled + label:before, .list_wrapper .brand .filter_item .mobile-checkbox.standard:disabled + label:before, .list_wrapper .other .filter_item .mobile-checkbox.standard:disabled + label:before, .list_wrapper .normal .filter_item .mobile-checkbox.standard:disabled + label:before {
        box-shadow: none;
        background: #ddd; }
      .list_wrapper .types .filter_item .mobile-checkbox.standard:checked + label:after, .list_wrapper .country .filter_item .mobile-checkbox.standard:checked + label:after, .list_wrapper .grape .filter_item .mobile-checkbox.standard:checked + label:after, .list_wrapper .producer .filter_item .mobile-checkbox.standard:checked + label:after, .list_wrapper .brand .filter_item .mobile-checkbox.standard:checked + label:after, .list_wrapper .other .filter_item .mobile-checkbox.standard:checked + label:after, .list_wrapper .normal .filter_item .mobile-checkbox.standard:checked + label:after {
        content: '';
        position: absolute;
        right: 25px;
        top: 22px;
        background: #73243D;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 #73243D, 4px 0 0 #73243D, 4px -2px 0 #73243D, 4px -4px 0 #73243D, 4px -6px 0 #73243D, 4px -8px 0 #73243D;
        transform: rotate(45deg); }
    .list_wrapper .types .filter_item .back_btn, .list_wrapper .country .filter_item .back_btn, .list_wrapper .grape .filter_item .back_btn, .list_wrapper .producer .filter_item .back_btn, .list_wrapper .brand .filter_item .back_btn, .list_wrapper .other .filter_item .back_btn, .list_wrapper .normal .filter_item .back_btn {
      position: relative;
      font-size: 20px;
      font-weight: bold;
      padding: 20px 40px;
      color: #fff; }
      .list_wrapper .types .filter_item .back_btn:after, .list_wrapper .country .filter_item .back_btn:after, .list_wrapper .grape .filter_item .back_btn:after, .list_wrapper .producer .filter_item .back_btn:after, .list_wrapper .brand .filter_item .back_btn:after, .list_wrapper .other .filter_item .back_btn:after, .list_wrapper .normal .filter_item .back_btn:after {
        position: absolute;
        top: 18px;
        left: 15px;
        font-family: 'Glyphicons Halflings';
        content: "\e257";
        color: #fff; }
    .list_wrapper .country .filter_item {
      position: relative; }
      .list_wrapper .country .filter_item .mobile-checkbox {
        position: absolute;
        right: 40px;
        top: 17px;
        z-index: 1;
        opacity: 1;
        margin-top: 0; }
        .list_wrapper .country .filter_item .mobile-checkbox + label {
          position: relative;
          cursor: pointer;
          display: block;
          background: #fff;
          padding: 15px;
          font-size: 18px;
          border-bottom: 1px solid #f3f3f3;
          font-weight: normal;
          margin-bottom: 0; }
        .list_wrapper .country .filter_item .mobile-checkbox:checked + label {
          background: #73243D;
          color: #fff; }
        .list_wrapper .country .filter_item .mobile-checkbox:disabled + label {
          color: #b8b8b8;
          cursor: auto; }
        .list_wrapper .country .filter_item .mobile-checkbox:disabled + label:before {
          box-shadow: none;
          background: #ddd; }
        .list_wrapper .country .filter_item .mobile-checkbox + label:after {
          position: absolute;
          top: 15px;
          right: 13px;
          font-family: 'Glyphicons Halflings';
          content: "\e258";
          color: #a7a7a7; }
        .list_wrapper .country .filter_item .mobile-checkbox:checked + label:after {
          position: absolute;
          top: 15px;
          right: 13px;
          font-family: 'Glyphicons Halflings';
          content: "\e258";
          color: #fff;
          transform: rotate(90deg); }
      .list_wrapper .country .filter_item .mobile-checkbox.standard.inner + label {
        background-color: #f1e9ec;
        padding-left: 50px; }
      .list_wrapper .country .filter_item .mobile-checkbox.standard.inner + label:after {
        content: ""; }
      .list_wrapper .country .filter_item .mobile-checkbox.standard.inner:checked + label {
        color: #000; }
      .list_wrapper .country .filter_item .mobile-checkbox.standard.inner:checked + label:after {
        content: ""; }

  .close_btn_wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    border: 1px solid #a7a7a7; }
    .close_btn_wrap .close_btn {
      color: #fff;
      background-color: #000;
      padding: 15px;
      text-align: center;
      font-size: 18px; }
      .close_btn_wrap .close_btn.red_bg {
        background-color: #73243D; }

  .mobile_title {
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 15px; }

  .filter_btn {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 20px;
    border: 1px solid #a7a7a7;
    z-index: 1; }
    .filter_btn:hover {
      border: none; }

  .filter_sort {
    position: relative;
    padding-right: 40px; }
    .filter_sort:before {
      position: absolute;
      top: 20px;
      right: 20px;
      font-family: 'Glyphicons Halflings';
      color: #000; }

  .filter_sort.desc:before {
    content: "\e260"; }

  .filter_sort.asc:before {
    content: "\e259"; } }
.page-template-template-no-access {
  color: #fff; }
  .page-template-template-no-access .background, .page-template-template-no-access .black_overlay {
    z-index: -1; }
  .page-template-template-no-access .landing_content a {
    display: inline-block;
    color: #fff;
    padding: 15px;
    border: 1px solid #fff;
    margin-right: 30px;
    min-width: 60px; }
    .page-template-template-no-access .landing_content a:hover {
      color: #000;
      background: #fff; }
    .page-template-template-no-access .landing_content a:last-child {
      margin: 0; }
  .page-template-template-no-access .landing_content.first {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }

.newsletter input[type=email] {
  float: left;
  border: 1px solid #fff;
  color: #777; }
.newsletter input[type=submit] {
  float: right; }

#legal {
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0; }
  #legal .landing_content .wpcf7 {
    display: inline-block; }
    #legal .landing_content .wpcf7 .wpcf7-form .yes {
      cursor: pointer;
      text-transform: uppercase; }
  #legal .landing_content a, #legal .landing_content input[type=submit] {
    display: inline-block;
    color: #fff;
    padding: 15px;
    border: 1px solid #fff;
    margin-right: 30px;
    min-width: 60px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent; }
    #legal .landing_content a:hover, #legal .landing_content input[type=submit]:hover {
      color: #000;
      background: #fff; }
    #legal .landing_content a:last-child, #legal .landing_content input[type=submit]:last-child {
      margin: 0; }
  #legal .landing_content.first {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  #legal .ajax-loader, #legal .wpcf7-response-output {
    display: none !important; }

.bx-wrapper {
  margin: 0 !important;
  clear: both; }
  .bx-wrapper .bx-viewport {
    border: none !important;
    box-shadow: none !important;
    left: 0 !important;
    background: none !important; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: none !important;
    border: 1px solid #666 !important; }
  .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a.hover {
    background: #666 !important; }

#slider .main_slider {
  margin-bottom: 60px; }
  #slider .main_slider .text {
    height: 100%;
    width: 33.3333333%; }
#slider .featured_slider {
  list-style: none;
  padding: 0; }
  #slider .featured_slider .slide .background {
    height: 400px; }
#slider .main_slider.featured_image .background {
  padding-top: 30%; }
#slider .link {
  height: 200px;
  overflow: hidden; }
  #slider .link .bg_grow {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  #slider .link .black_overlay {
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms; }
  #slider .link:hover .black_overlay {
    opacity: 0; }
  #slider .link:hover .bg_grow {
    -webkit-transition: scale(1.1);
    -moz-transition: scale(1.1);
    -o-transition: scale(1.1);
    transform: scale(1.1); }

.slider_c .bx-wrapper .bx-pager, .slider_d .bx-wrapper .bx-pager {
  text-align: center !important; }

#home_content .item {
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 100%; }
  #home_content .item .image_holder {
    height: 220px; }
  #home_content .item .text_holder {
    padding: 30px;
    background-color: transparent; }
    #home_content .item .text_holder h3 {
      font-family: 'brandon-grotesque', sans-serif; }

.parallax {
  overflow: hidden; }
  .parallax .background_wrap {
    overflow: hidden; }
    .parallax .background_wrap .parallax_background {
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 150%; }
      .parallax .background_wrap .parallax_background .black_overlay {
        top: 0; }
    .parallax .background_wrap .parallax_text {
      padding-top: 15%;
      padding-bottom: 15%; }
  .parallax .splash {
    padding-top: 50%;
    margin-top: -50%;
    background-size: 100% 100%;
    z-index: -1; }

#terms_slider {
  z-index: 2; }
  #terms_slider #term_slider {
    padding: 0;
    list-style: none; }

#offers .background {
  height: 240px; }

.back_link a {
  color: #000; }

.top_controls {
  background-color: #73243D; }

#searchform, #searchform_mobile {
  clear: both; }
  #searchform .search_label, #searchform_mobile .search_label {
    width: 87%;
    float: left; }
    #searchform .search_label .search-field, #searchform_mobile .search_label .search-field {
      width: 100%;
      border: 1px solid #a7a7a7;
      height: 40px;
      font-size: 16px;
      font-weight: normal; }
  #searchform .search-submit, #searchform_mobile .search-submit {
    width: 13%;
    background: url("content/search.png") no-repeat;
    background-color: #73243D;
    background-size: contain;
    background-position: center;
    height: 40px;
    margin-top: 15px;
    text-indent: -9999px; }

@media (min-width: 992px) {
  #searchform .search_label, #searchform_mobile .search_label {
    width: 70%; }
  #searchform .search-submit, #searchform_mobile .search-submit {
    width: 30%;
    background: none;
    background-color: #73243D;
    background-size: contain;
    background-position: center;
    padding: 5px;
    text-indent: 0px; } }
#filter .filter_item {
  border-bottom: 1px solid #73243D; }
  #filter .filter_item:hover {
    cursor: pointer; }
  #filter .filter_item.searchbar {
    float: left;
    width: 100%; }
  #filter .filter_item h3 {
    padding: 10px; }
  #filter .filter_item .country_option {
    display: none; }
  #filter .filter_item .chars {
    border-bottom: 1px solid #73243D;
    padding: 10px; }
    #filter .filter_item .chars .char {
      width: 10%;
      border: 1px solid #73243D;
      margin-right: 2px;
      margin-bottom: 5px;
      padding: 2px;
      text-align: center;
      color: #000;
      cursor: pointer; }
      #filter .filter_item .chars .char:nth-child(8) {
        margin-right: 0; }
      #filter .filter_item .chars .char.selected {
        background-color: #73243D;
        color: #fff; }
  #filter .filter_item .show_hide {
    font-weight: bold;
    position: relative; }
    #filter .filter_item .filter_title.show_hide:after {
      position: absolute;
      font-family: 'Glyphicons Halflings';
      content: "\e072";
      color: #73243D;
      right: 10px; }
    #filter .filter_item .show_hide.active:after {      
      content: "\e072";
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      position: absolute;
      font-family: 'Glyphicons Halflings';
      color: #73243D; }
  #filter .filter_item .show_hide.active {
    padding-bottom: 10px !important; }
  #filter .filter_item .toggle ul {
    list-style: none;
    padding: 0; }
    #filter .filter_item .toggle ul li {
      padding: 10px;
      border-bottom: 1px solid #73243D; }
      #filter .filter_item .toggle ul li .styled-checkbox {
        position: absolute;
        right: 0;
        opacity: 0; }
        #filter .filter_item .toggle ul li .styled-checkbox + label {
          position: relative;
          cursor: pointer;
          padding: 0;
          display: block; }
        #filter .filter_item .toggle ul li .styled-checkbox + label:before {
          position: absolute;
          right: 0;
          content: '';
          display: inline-block;
          vertical-align: text-top;
          width: 20px;
          height: 20px;
          background: #fff;
          border: 1px solid #73243D;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        #filter .filter_item .toggle ul li .styled-checkbox:hover + label:before {
          background: #73243D; }
        #filter .filter_item .toggle ul li .styled-checkbox:focus + label:before {
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
        #filter .filter_item .toggle ul li .styled-checkbox:checked + label:before {
          background: #73243D; }
        #filter .filter_item .toggle ul li .styled-checkbox:disabled + label {
          color: #b8b8b8;
          cursor: auto; }
        #filter .filter_item .toggle ul li .styled-checkbox:disabled + label:before {
          box-shadow: none;
          background: #ddd; }
        #filter .filter_item .toggle ul li .styled-checkbox:checked + label:after {
          content: '';
          position: absolute;
          right: 13px;
          top: 9px;
          background: white;
          width: 2px;
          height: 2px;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          transform: rotate(45deg); }
  #filter .filter_item label {
    margin: 0; }
    #filter .filter_item label input {
      border: none;
      padding: 8px;
      width: 70%;
      float: left; }

.filters_shown .filter_btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #73243D;
  color: #fff;
  padding: 10px;
  margin-right: 5px; }
  .filters_shown .filter_btn:hover {
    color: #fff; }

.post_loop, .products_region_loop, .featured_loop, .products_brand_loop {
  list-style: none;
  padding: 0; }
  .post_loop .item .wrapper, .products_region_loop .item .wrapper, .featured_loop .item .wrapper, .products_brand_loop .item .wrapper {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 1; }
    .post_loop .item .wrapper:after, .products_region_loop .item .wrapper:after, .featured_loop .item .wrapper:after, .products_brand_loop .item .wrapper:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      z-index: -1; }
    .post_loop .item .wrapper h3, .products_region_loop .item .wrapper h3, .featured_loop .item .wrapper h3, .products_brand_loop .item .wrapper h3 {
      font-family: 'brandon-grotesque', sans-serif; }

.ui-tabs {
  padding: 0 !important; }
  .ui-tabs .ui-tabs-nav {
    padding: 0 !important;
    font-family: 'brandon-grotesque', sans-serif !important; }
    .ui-tabs .ui-tabs-nav li {
      margin: 0 !important;
      padding: 0 15px !important;
      text-align: center !important;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      border-left: 5px solid #fff !important;
      border-right: 5px solid #fff !important; }
      .ui-tabs .ui-tabs-nav li:first-child {
        border-left: 0 !important; }
      .ui-tabs .ui-tabs-nav li:last-child {
        border-right: 0 !important; }
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      float: none !important;
      padding: 0 !important; }

.ui-widget.ui-widget-content {
  border: none !important; }

.ui-widget {
  font-family: 'Heebo', sans-serif !important; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.ui-widget-header {
  border: none !important;
  background: none !important; }

.ui-state-default {
  border: none !important;
  background: #000 !important; }
  .ui-state-default a {
    color: #fff !important; }

.ui-state-active {
  border: none !important;
  background: #73243D !important; }
  .ui-state-active a {
    color: #fff !important; }

.tab_content {
  border: 1px solid #000 !important; }
  .tab_content td {
    padding: 10px;
    border-bottom: 10px solid #fff;
    border-right: 40px solid #fff; }

.sidebar_news input {
  padding: 5px; }
.sidebar_news #news_archive .show_hide {
  position: relative; }
  .sidebar_news #news_archive .show_hide:after {
    position: absolute;
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    color: #fff;
    right: 15px; }
.sidebar_news #news_archive .show_hide.active:after {
  content: "\e072";
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
.sidebar_news #news_archive .toggle .parent .show_hide {
  color: #000; }
  .sidebar_news #news_archive .toggle .parent .show_hide:after {
    color: #000; }
.sidebar_news #newsletter .newsletter_form input {
  margin: 0;
  float: left;
  width: 50%;
  margin-bottom: 15px; }
.sidebar_news #newsletter .newsletter_form input[type=submit] {
  float: left;
  width: 50%; }
.sidebar_news #newsletter .newsletter_form input[type=email] {
  border: 1px solid #ccc; }

@media (min-width: 992px) {
  .sidebar_news #newsletter .newsletter_form input {
    width: 64%; }
  .sidebar_news #newsletter .newsletter_form input[type=submit] {
    width: 36%; } }
.news_loop_wrapper .news_loop {
  list-style: none;
  padding: 0;
  margin: 0; }
  .news_loop_wrapper .news_loop .news_item article {
    z-index: 1;
    color: #000;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .news_loop_wrapper .news_loop .news_item article .background {
      padding-top: 100%; }
    .news_loop_wrapper .news_loop .news_item article:hover {
      z-index: 10;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
      .news_loop_wrapper .news_loop .news_item article:hover .title {
        color: #73243D; }

.content_news .background {
  padding-top: 100%; }

#single_content .product_info .vertical {
  padding: 5px 0; }

.contact .show_hide {
  position: relative; }
  .contact .show_hide:after {
    position: absolute;
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    right: 0;
    top: 50%;
    margin-top: -15px; }
.contact .show_hide.active {
  color: #73243D; }
  .contact .show_hide.active:after {
    transform: rotate(90deg); }
.contact a {
  color: #000; }

.region_title {
  font-size: 20px; }

div.wpcf7 .ajax-loader, span.wpcf7-not-valid-tip {
  display: none !important; }

footer .wpcf7-form-control-wrap {
  display: inline-block; }

@media (max-width: 767px) {
  footer .wpcf7-form-control-wrap {
    width: 100%; }
  footer .wpcf7-validation-errors {
    display: inline-block !important; } }
.sidebar_news .wpcf7-validation-errors {
  display: inline-block !important; }

div.wpcf7-response-output {
  margin: 1em 0.5em 1em !important; }

#filter .filter_item {
  border-bottom: 2px solid #73243D; }

#filter .filter_item .toggle ul {
  margin-bottom: 20px; }

#filter .filter_item .toggle ul li, #filter .filter_item .show_hide.active {
  border-bottom: 1px solid #b88c92; }

#filter .filter_item .chars .char {
  border: 1px solid #b88c92; }

#filter .filter_item .chars {
  border-bottom: 1px solid #b88c92; }

#filter .filter_item .chars .char.selected {
  border: 1px solid #73243D; }

#filter .filter_item .chars {
  overflow: hidden; }

#filter .filter_item .chars .char {
  width: 10.5%;
  margin: 1%;
  float: left; }

#filter .filter_item .chars .char:hover {
  border-color: #73243D; }

#filter .filter_item .chars .char:nth-child(8) {
  margin: 1%; }

#filter .filter_item .toggle ul li .styled-checkbox + label:before {
  width: 20px;
  height: 20px;
  border-radius: 15%; }

#filter .filter_item .toggle ul li .styled-checkbox:checked + label:after {
  right: 13px;
  top: 3px;
  box-shadow: none;
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  box-shadow: none;
  transform: rotate(0);
  color: #fff;
  line-height: 15px;
  background: none; }

#filter .filter_item .toggle ul .sub_menu_list {
  margin-bottom: 0; }

#filter .filter_item .toggle ul .sub_menu_list.checked {
  display: block;
}

#filter .filter_item .toggle ul .sub_menu_list li {
  padding-left: 15px;
  padding-right: 15px; }

#filter .filter_item .toggle ul .sub_menu_list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0; }

#filter .filter_item h3 {
  padding-left: 0;
  padding-right: 0; }

#filter .filter_item .toggle ul li {
  padding-left: 0;
  padding-right: 0; }

#filter .filter_item .toggle ul ul li .styled-checkbox + label {
  font-weight: normal; }

#filter .filter_item .toggle ul ul li .styled-checkbox + label:before {
  right: -15px; }

#filter .filter_item .toggle ul ul li .styled-checkbox:checked + label:after {
  right: -2px; }

#filter .filter_item .show_hide:after {
  right: 0; }

.top_controls .sort_results select, .top_controls .wp-pagenavi a, .top_controls .wp-pagenavi span {
  border: none;
  height: 30px;
  display: inline-block; }

@media (min-width: 768px) {
  .top_controls .wp-pagenavi a, .top_controls .wp-pagenavi span {
    line-height: 30px;
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

.wp-pagenavi span.extend {
  display: none; }
.wp-pagenavi span.pages {
    display: block;
    text-align: center;
    /*width: 50%;*/
    margin: 0 auto;
    position: relative;
    top: -10px; }
.page-id-621 .wp-pagenavi span.pages {
  width: 100%;
}
.filters_shown .filter_btn {
  cursor: pointer; } 

@media (min-width: 768px) {
  #searchform .search_label .search-field, #searchform_mobile .search_label .search-field {
    border: none; }

  #searchform .search_label, #searchform_mobile .search_label {
    padding-top: 5px; }

  #searchform .search-submit, #searchform_mobile .search-submit {
    margin-top: 5px; } }
.post_loop li.item img {
  max-height: 160px;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto; }

#slider .main_slider.single {
  margin-bottom: 15px; }

/* Mobile Specific */
@media (max-width: 767px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px !important;
    height: 20px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important; }

  #slider .main_slider {
    margin-bottom: 35px; }
    #slider .main_slider .text {
      width: 75%; }
  #slider .featured_slider .slide .background {
    height: 260px; }
  #slider .links {
    margin-bottom: 15px; }
    #slider .links .link {
      height: 130px; }

  #terms_slider .term_slider_content {
    background-image: none !important;
    background-color: rgba(255, 255, 255, 0.5); }
  #terms_slider #term_slider img {
    width: 100%;
    height: auto; }

  .featured_loop li img, .post_loop li img {
    width: auto;
    height: auto;
    max-height: 155px;
    margin: 0 auto; }

  .post_loop .item h3 {
    text-align: center; }

  #home_content article .image_holder, #home_content article .text_holder {
    height: 160px; }
  #home_content article .text_holder {
    padding: 15px; }

  .sidebar_news #searchform label {
    display: block;
    margin-right: 0px;
    margin-bottom: 0;
    padding: 0; }
    .sidebar_news #searchform label input.search-field {
      border: 1px solid #a7a7a7;
      float: left;
      width: 100%;
      margin-top: 15px; }
  .sidebar_news #newsletter .wpcf7-email {
    border: 1px solid #a7a7a7; }

  #loop .top_controls select {
    background-color: #fff; }

  .ui-tabs .ui-tabs-nav li {
    width: 100%;
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid #fff !important; }

  .tab_content td {
    padding: 10px;
    border-bottom: 10px solid #fff;
    border-right: 10px solid #fff; }

  .contact .bb h2 {
    padding-right: 15px; }
  .contact .social {
    text-align: center; }

  .wp-pagenavi {
    display: table;
    margin: 0 auto; }
    .wp-pagenavi span.pages {
      top: -10px;
      width: 100%; }
  .page_navigation.pull-right {
    float: none !important;  } }
  }
.sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons div {
  background: rgba(115, 36, 61, 0.7) !important;
  opacity: 1 !important;
  color: #fff !important;
  border-radius: 0 !important; }

@media (min-width: 768px) {
  .landing_content h1 {
    font-size: 40px;
    line-height: 46px; }

  .bx-wrapper .bx-pager {
    text-align: left !important; }

  #slider .slider_npr {
    padding-right: 0; }
  #slider .links {
    padding-left: 0; }

  #slider .featured_slider .slide .background {
    height: 260px; }
  #slider .link {
    height: 130px; }

  #products_featured .featured_loop li img {
    max-height: 155px;
    margin: 0 auto; } }
@media (min-width: 992px) {
  .landing_content h1 {
    font-size: 50px;
    line-height: 56px; }

  .bx-wrapper {
    margin: 0 !important; }
    .bx-wrapper .bx-viewport {
      border: none !important;
      box-shadow: none !important;
      left: 0 !important;
      background: none !important; }
    .bx-wrapper .bx-pager.bx-default-pager a {
      background: none !important;
      border: 1px solid #666 !important; }
    .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a.hover {
      background: #666 !important; }
    .bx-wrapper .bx-controls-direction a {
      background-size: 50px 50px;
      width: 35px; }
    .bx-wrapper .bx-controls-direction .bx-prev {
      left: -25px !important; }
    .bx-wrapper .bx-controls-direction .bx-next {
      right: -25px !important; }

  #slider .main_slider {
    margin-bottom: 60px; }
    #slider .main_slider .text {
      height: 100%;
      width: 33.3333333%; }
  #slider .featured_slider {
    list-style: none;
    padding: 0; }
    #slider .featured_slider .slide .background {
      height: 400px; }
  #slider .main_slider.featured_image .background {
    padding-top: 30%; }
  #slider .link {
    height: 200px;
    overflow: hidden; }
    #slider .link .bg_grow {
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    #slider .link .black_overlay {
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      -o-transition: opacity 500ms;
      transition: opacity 500ms; }
    #slider .link:hover .black_overlay {
      opacity: 0; }
    #slider .link:hover .bg_grow {
      -webkit-transition: scale(1.1);
      -moz-transition: scale(1.1);
      -o-transition: scale(1.1);
      transform: scale(1.1); }

  .slider_c .bx-wrapper .bx-pager, .slider_d .bx-wrapper .bx-pager {
    text-align: center !important; }

  #home_content article .image_holder, #home_content article .text_holder {
    height: 200px; }
  #home_content article .text_holder {
    padding: 30px; }

  .post_loop .item .wrapper, .products_region_loop .item .wrapper, .featured_loop .item .wrapper, .products_brand_loop .item .wrapper {
    min-height: 300px; }
    .post_loop .item .wrapper .match, .products_region_loop .item .wrapper .match, .featured_loop .item .wrapper .match, .products_brand_loop .item .wrapper .match {
      min-height: 220px; } }
@media (min-width: 1200px) {
  .landing_content h1 {
    font-size: 60px;
    line-height: 66px; } }
/* Animation */
/* Safari 4.0 - 8.0 */
@-webkit-keyframes bounce {
  0% {
    top: -200px;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  50% {
    top: 30px;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  75% {
    top: -15px;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  100% {
    top: 0px;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; } }
@-webkit-keyframes bottombounce {
  0% {
    bottom: -200px;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  50% {
    bottom: 30px;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  75% {
    bottom: -15px;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  100% {
    bottom: 0px;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; } }
/* Standard syntax */
@keyframes bounce {
  0% {
    top: -200px;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  50% {
    top: 30px;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  75% {
    top: -15px;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  100% {
    top: 0px;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; } }
@keyframes bottombounce {
  0% {
    bottom: -200px;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  50% {
    bottom: 30px;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  75% {
    bottom: -15px;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  100% {
    bottom: 0px;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; } }
.anim {
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 0;
  overflow: hidden; }

.anim.go {
  opacity: 1; }

.in-left {
  -webkit-transition: -webkit-transform 500ms, opacity 500ms;
  -moz-transition: -moz-transform 500ms , opacity 500ms;
  -o-transition: -o-transform 500ms , opacity 500ms;
  transition: transform 500ms, opacity 500ms;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0; }

.go .in-left {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  opacity: 1; }

.in-right {
  -webkit-transition: -webkit-transform 500ms, opacity 500ms;
  -moz-transition: -moz-transform 500ms , opacity 500ms;
  -o-transition: -o-transform 500ms , opacity 500ms;
  transition: transform 500ms, opacity 500ms;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0; }

.go .in-right {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  opacity: 1; }

.in-top {
  -webkit-transition: -webkit-transform 500ms, opacity 500ms;
  -moz-transition: -moz-transform 500ms , opacity 500ms;
  -o-transition: -o-transform 500ms , opacity 500ms;
  transition: transform 500ms, opacity 500ms;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0; }

.bounce-in-top {
  -webkit-transition: -webkit-transform 500ms, opacity 500ms;
  -moz-transition: -moz-transform 500ms , opacity 500ms;
  -o-transition: -o-transform 500ms , opacity 500ms;
  transition: transform 500ms, opacity 500ms;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  opacity: 0; }

.go .in-top {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  opacity: 1; }
.go .bounce-in-top {
  -webkit-animation: bounce 1s;
  /* Safari 4.0 - 8.0 */
  animation: bounce 1s;
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

.in-bottom {
  -webkit-transition: -webkit-transform 500ms, opacity 500ms;
  -moz-transition: -moz-transform 500ms , opacity 500ms;
  -o-transition: -o-transform 500ms , opacity 500ms;
  transition: transform 500ms, opacity 500ms;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0; }

.bounce-in-bottom {
  -webkit-transition: -webkit-transform 500ms, opacity 500ms;
  -moz-transition: -moz-transform 500ms , opacity 500ms;
  -o-transition: -o-transform 500ms , opacity 500ms;
  transition: transform 500ms, opacity 500ms;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0; }

.go .in-bottom {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  opacity: 1; }
.go .bounce-in-bottom {
  -webkit-animation: bottombounce 1s 1s;
  /* Safari 4.0 - 8.0 */
  animation: bottombounce 1s 1s;
  position: relative;
  opacity: 1;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

.fade-in {
  -webkit-transition: opacity 800ms;
  -moz-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  transition: opacity 800ms;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  opacity: 0; }

.fade-out {
  -webkit-transition: opacity 800ms;
  -moz-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  transition: opacity 800ms;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  opacity: 1; }

.go .fade-in {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms; }
.go .fade-out {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  opacity: 0; }

.grow {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.grow:hover {
  -webkit-transition: scale(1.1);
  -moz-transition: scale(1.1);
  -o-transition: scale(1.1);
  transform: scale(1.1); }

.grow_shadow, .standard_button, .basic_link, input[type=submit] {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative; }

.grow_shadow::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.grow_shadow:hover::after {
  opacity: 1; }

.slide-up {
  -webkit-transition: -webkit-transform 1000ms;
  -moz-transition: -moz-transform 1000ms;
  -o-transition: -o-transform 1000ms;
  transition: transform 1000ms;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transform: translateY(-200%); }

.scale-out {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s;
  opacity: 1; }

.scale-out.scaled {
  -webkit-transition: scale(0);
  -moz-transition: scale(0);
  -o-transition: scale(0);
  transform: scale(0);
  opacity: 0; }

footer .social .link img {
  margin-right: 10px; }
footer .social .link a {
  margin-right: 30px; }
footer .main_footer {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  footer .main_footer .footer_logo {
    height: 40px; }
  footer .main_footer p {
    margin-bottom: 15px; }
  footer .main_footer #menu-footer {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer .main_footer #menu-footer li {
      padding-left: 20px;
      position: relative;
      margin-bottom: 15px;
      text-transform: uppercase; }
      footer .main_footer #menu-footer li:after {
        position: absolute;
        font-family: 'Glyphicons Halflings';
        content: "\e072";
        left: 0; }
    footer .main_footer #menu-footer li:last-child {
      margin: 0; }
footer a, footer a:hover {
  color: #fff; }
footer input[type=submit] {
  border: 1px solid #fff; }

@media (max-width: 767px) {
  footer .newsletter {
    overflow: hidden; }
    footer .newsletter input {
      margin: 0;
      width: 100%;
      border: none;
      height: 40px;
      margin-bottom: 10px; }
    footer .newsletter input[type=submit] {
      float: left;
      width: 100%;
      height: 40px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
  footer .social .link a {
    margin: 0; } }

.print-region { display: none; }
.contact-head { display: none;float: right;text-align: right;position: relative; top: 50px; right: 65px; }
.contact-head span { font-weight: bold; }
.contact-details-print { display: none; }
.contact-details-print span { font-weight: bold; }
.print-page { padding: 8px 15px; }
/* print page content only */
@media print {
  header { display: none; }
  footer { display: none; }
  header .logo { position: relative;display: inline-block;float: right;width: 45%; }
  header .header-logo { display: none; }
  header .social { display: none; }
  header .contact { display: none; }
  header .contact .dib { margin: 0 10px; }
  header .contact .dib a { text-decoration: none; }
  header .contact img { display: none; }
  header .print-page { display: none; }
  .col-sm-8.buttons { display: none; }
  .woocommerce-page .col-sm-6 { width: 47%; display: inline-block; }
  .row .col-sm-6 .in-left { text-align: center; }
  .row .col-sm-6 .in-left img.dib { width: 125px; }
  .vertical_parent .table_row .vertical.col-sm-6:nth-child(1) { display: none; }
  .vertical_parent .table_row .vertical.col-sm-6:nth-child(2) { width: 95%; }
  .print-region { display: inherit; }
  .pt.bt { display: none; }
  .row .col-sm-8 .standard_button.text-center.db.smb { display: none !important; }
  .breadcrumb { display: none; }
  .back_to { display: none; }
  .contact-details-print { display: inherit; }
  .contact-head { display: inline-block; }
}


/*# sourceMappingURL=style.css.map */
.countdown_timer{
  background: #000;
  color:#fff;
  padding:30px; 
  margin-bottom:30px;
  text-align:Center;
  vertical-align:middle;
}
.countdown_timer:after{
  content:" ";
  display:block;
  clear:both;
}
.countdown_timer p{
  margin:0;
  vertical-align:middle;
}
.countdown_timer span.countdowndate{
  font-size:20px;
  font-weight:bold;
  vertical-align:middle;
  display:inline-block;
  padding-top:20px;
}
@media(min-width:768px){
  .countdown_timer span.countdowndate{
    font-size:40px;
    min-width:360px;
    padding-top:0px;
  }
}
#slider .featured_slider{
  margin-bottom:0;
}
#slider .main_slider{
  margin-bottom:30px !important;
}