@charset "UTF-8";
html {
  box-sizing: border-box; }

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

body {
  overflow-x: hidden; }

.all_over {
  position: fixed;
  bottom: -110vh;
  height: 100vh;
  overflow: hidden;
  z-index: 100000;
  width: 100%;
  display: block;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  transition: 0.2s linear all; }
  .all_over.show-gate {
    bottom: 0; }
  .all_over .enter-alt {
    cursor: pointer;
    padding: 15px 35px;
    text-transform: uppercase;
    font-family: "RobotoSlab";
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1px;
    border: 2px solid #b8c758;
    background: transparent;
    color: #b8c758;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    transition: 0.3s linear all; }
    .all_over .enter-alt:hover {
      color: #fff;
      background: #b8c758; }
  .all_over .over_page .grid_twelve {
    display: block; }
    .all_over .over_page .grid_twelve .main_part {
      display: block;
      height: auto; }
      .all_over .over_page .grid_twelve .main_part img {
        padding-top: 0px;
        margin-bottom: 0;
        height: 350px;
        width: auto !important; }
      .all_over .over_page .grid_twelve .main_part h1 {
        margin-bottom: 15px; }
      .all_over .over_page .grid_twelve .main_part p {
        padding-bottom: 0; }
    .all_over .over_page .grid_twelve .footer_over {
      padding-top: 0;
      margin-top: 0; }
      .all_over .over_page .grid_twelve .footer_over p {
        padding-top: 50px; }

nav#menu .container {
  position: relative; }
  nav#menu .container .nav_menu .nav-logo {
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -45px;
    width: 134px; }
  nav#menu .container .nav_menu .logo-home {
    height: 115px;
    width: auto !important;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  nav#menu .container .nav_menu .logo-home-bottom {
    position: absolute;
    left: 0;
    top: -10px;
    display: block;
    z-index: -1;
    -webkit-filter: drop-shadow(0px 2px 1px rgba(141, 141, 141, 0.1));
    filter: drop-shadow(0px 2px 1px rgba(141, 141, 141, 0.1));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='rgba(141,141,141,0.1)')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='rgba(141,141,141,0.1)')";
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  nav#menu .container .nav_menu .nav-links {
    width: 100%;
    text-align: center; }
    nav#menu .container .nav_menu .nav-links > ul {
      padding: 0;
      margin-top: 15px; }
      nav#menu .container .nav_menu .nav-links > ul li {
        padding-left: 20px;
        padding-right: 20px; }
        nav#menu .container .nav_menu .nav-links > ul li:first-child {
          padding-right: 40px; }
          nav#menu .container .nav_menu .nav-links > ul li:first-child:after {
            right: 20px; }
        nav#menu .container .nav_menu .nav-links > ul li:before {
          font-size: 25px;
          top: 0; }
        nav#menu .container .nav_menu .nav-links > ul li:last-child {
          padding-bottom: 30px; }
          nav#menu .container .nav_menu .nav-links > ul li:last-child ul.submenu {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
            width: 215px;
            left: 0; }
            nav#menu .container .nav_menu .nav-links > ul li:last-child ul.submenu li a {
              text-decoration: none !important; }
          /*nav#menu .container .nav_menu .nav-links > ul li:last-child:after {
            font-family: FontAwesome;
            content: "";
            font-size: 19px;
            padding-left: 5px;
            text-decoration: none;
            position: absolute;
            right: 5px;
            top: 5px; }*/
      nav#menu .container .nav_menu .nav-links > ul ul {
        text-align: left;
        top: 50px; }
  nav#menu .container .social-menu {
    position: absolute;
    top: -2px;
    right: 0; }
    nav#menu .container .social-menu .socialmenu {
      margin-right: 0; }
      nav#menu .container .social-menu .socialmenu li a {
        opacity: 1;
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear; }
        nav#menu .container .social-menu .socialmenu li a:hover {
          opacity: 0.7; }

nav#menu.scrolled .logo-home {
  height: 60px !important; }

nav#menu.scrolled .logo-home-bottom {
  top: -75px !important;
  -webkit-filter: drop-shadow(0px 2px 1px rgba(141, 141, 141, 0)) !important;
  filter: drop-shadow(0px 2px 1px rgba(141, 141, 141, 0)) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='rgba(141,141,141,0.0)')" !important;
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='rgba(141,141,141,0.0)')" !important; }

.texture {
  position: relative;
  overflow: hidden;
  background: #e9eef3; }

#home-front {
  font-size: 14px;
  position: relative; }
  #home-front .medallion {
    position: absolute;
    bottom: -65px;
    height: 210px;
    right: 15px;
    z-index: 2; }
  #home-front .home-hero {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    width: 100%;
    padding-top: 0px;
    position: relative; }
    #home-front .home-hero:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.15); }
    #home-front .home-hero .container {
      height: 100%; }
      #home-front .home-hero .container .center-content {
        position: relative;
        z-index: 1;
        top: 50%;
        width: 65%;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0); }
        #home-front .home-hero .container .center-content h1 {
          color: #fff;
          font-size: 44px;
          font-family: "RobotoSlabLight";
          line-height: 52px;
          text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.75); }
        #home-front .home-hero .container .center-content p {
          color: #fff;
          font-size: 20px;
          margin-top: 20px;
          line-height: 28px;
          font-family: "RobotoSlabLight";
          text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.75); }

#home-wines {
  font-size: 14px;
  position: relative; }
  #home-wines:after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    top: -88px;
    left: 0;
    background-image: url(../images/tear.png);
    background-repeat: none;
    background-size: cover;
    background-position: center top; }
  #home-wines .container {
    text-align: center; }
  #home-wines h2 {
    text-align: center;
    color: #b8c758;
    display: inline-block;
    font-size: 44px;
    font-family: "RobotoSlabLight";
    text-transform: uppercase; }
    #home-wines h2 span {
      display: block;
      font-size: 24px;
      margin: 30px auto 5px;
      position: relative; }
      #home-wines h2 span:before {
        content: '';
        width: 30px;
        height: 2px;
        background: #b8c758;
        position: absolute;
        left: -10px;
        top: 12px; }
      #home-wines h2 span:after {
        content: '';
        width: 30px;
        height: 2px;
        background: #b8c758;
        position: absolute;
        right: -10px;
        top: 12px; }
  #home-wines p {
    font-family: 'RobotoSlab';
    color: #8e8e8e;
    display: block;
    width: 50%;
    line-height: 22px;
    text-align: center;
    margin: 30px auto 15px; }

#wine-slider-nav {
  text-align: center;
  height: auto;
  margin: 15px 0 30px; }
  #wine-slider-nav ul li {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px; }
    #wine-slider-nav ul li button {
      position: absolute;
      margin: 0 15px;
      width: 50px;
      height: 65px;
      left: 0;
      top: 0;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      transition: 0.2s linear all; }
      #wine-slider-nav ul li button svg {
        width: 100%;
        height: auto; }
      #wine-slider-nav ul li button:hover {
        height: 72px;
        width: 52px;
        -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
        filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25)); }
      #wine-slider-nav ul li button:focus {
        outline: 0; }
      #wine-slider-nav ul li button.milanored .cls-1 {
        fill: #cd1105 !important; }
      #wine-slider-nav ul li button.milanored .cls-2 {
        stroke: #cd1105 !important; }
      #wine-slider-nav ul li button.malbecviolet .cls-1 {
        fill: #55237b !important; }
      #wine-slider-nav ul li button.malbecviolet .cls-2 {
        stroke: #55237b !important; }
      #wine-slider-nav ul li button.daisybushviolet .cls-1 {
        fill: #372794 !important; }
      #wine-slider-nav ul li button.daisybushviolet .cls-2 {
        stroke: #372794 !important; }
      #wine-slider-nav ul li button.chelseagemyellow .cls-1 {
        fill: #a15700 !important; }
      #wine-slider-nav ul li button.chelseagemyellow .cls-2 {
        stroke: #a15700 !important; }
      #wine-slider-nav ul li button.fuelyellow .cls-1 {
        fill: #eea52f !important; }
      #wine-slider-nav ul li button.fuelyellow .cls-2 {
        stroke: #eea52f !important; }
      #wine-slider-nav ul li button.honeyflowerviolet .cls-1 {
        fill: #411a46 !important; }
      #wine-slider-nav ul li button.honeyflowerviolet .cls-2 {
        stroke: #411a46 !important; }
      #wine-slider-nav ul li button.dellgreen .cls-1 {
        fill: #436c16 !important; }
      #wine-slider-nav ul li button.dellgreen .cls-2 {
        stroke: #436c16 !important; }
      #wine-slider-nav ul li button.mexicanred .cls-1 {
        fill: #a12a26 !important; }
      #wine-slider-nav ul li button.mexicanred .cls-2 {
        stroke: #a12a26 !important; }
    #wine-slider-nav ul li.slick-active button {
      height: 85px;
      width: 65px;
      top: -10px;
      left: -5px;
      -webkit-filter: drop-shadow(0px 15px 10px rgba(0, 0, 0, 0.25));
      filter: drop-shadow(0px 15px 10px rgba(0, 0, 0, 0.25)); }

.home-wines-slide .hidden-color {
  display: none; }

.home-wines-slide .container {
  font-size: 14px; }

.home-wines-slide.milanored {
  color: #cd1105; }
  .home-wines-slide.milanored a {
    background: #cd1105; }
    .home-wines-slide.milanored a:hover {
      color: #cd1105;
      border: 2px solid #cd1105; }
  .home-wines-slide.milanored h2:before, .home-wines-slide.milanored h2:after {
    background: #cd1105; }

.home-wines-slide.malbecviolet {
  color: #55237b; }
  .home-wines-slide.malbecviolet a {
    background: #55237b; }
    .home-wines-slide.malbecviolet a:hover {
      color: #55237b;
      border: 2px solid #55237b; }
  .home-wines-slide.malbecviolet h2:before, .home-wines-slide.malbecviolet h2:after {
    background: #55237b; }

.home-wines-slide.daisybushviolet {
  color: #372794; }
  .home-wines-slide.daisybushviolet a {
    background: #372794; }
    .home-wines-slide.daisybushviolet a:hover {
      color: #372794;
      border: 2px solid #372794; }
  .home-wines-slide.daisybushviolet h2:before, .home-wines-slide.daisybushviolet h2:after {
    background: #372794; }

.home-wines-slide.fuelyellow {
  color: #eea52f; }
  .home-wines-slide.fuelyellow a {
    background: #eea52f; }
    .home-wines-slide.fuelyellow a:hover {
      color: #eea52f;
      border: 2px solid #eea52f; }
  .home-wines-slide.fuelyellow h2:before, .home-wines-slide.fuelyellow h2:after {
    background: #eea52f; }

.home-wines-slide.chelseagemyellow {
  color: #a15700; }
  .home-wines-slide.chelseagemyellow a {
    background: #a15700; }
    .home-wines-slide.chelseagemyellow a:hover {
      color: #a15700;
      border: 2px solid #a15700; }
  .home-wines-slide.chelseagemyellow h2:before, .home-wines-slide.chelseagemyellow h2:after {
    background: #a15700; }

.home-wines-slide.honeyflowerviolet {
  color: #411a46; }
  .home-wines-slide.honeyflowerviolet a {
    background: #411a46; }
    .home-wines-slide.honeyflowerviolet a:hover {
      color: #411a46;
      border: 2px solid #411a46; }
  .home-wines-slide.honeyflowerviolet h2:before, .home-wines-slide.honeyflowerviolet h2:after {
    background: #411a46; }

.home-wines-slide.dellgreen {
  color: #436c16; }
  .home-wines-slide.dellgreen a {
    background: #436c16; }
    .home-wines-slide.dellgreen a:hover {
      color: #436c16;
      border: 2px solid #436c16; }
  .home-wines-slide.dellgreen h2:before, .home-wines-slide.dellgreen h2:after {
    background: #436c16; }

.home-wines-slide.mexicanred {
  color: #a12a26; }
  .home-wines-slide.mexicanred a {
    background: #a12a26; }
    .home-wines-slide.mexicanred a:hover {
      color: #a12a26;
      border: 2px solid #a12a26; }
  .home-wines-slide.mexicanred h2:before, .home-wines-slide.mexicanred h2:after {
    background: #a12a26; }

.home-wines-slide .left-50 {
  float: left;
  width: 50%;
  text-align: center; }

.home-wines-slide .right-50 {
  float: left;
  width: 50%;
  text-align: center; }
  .home-wines-slide .right-50 img {
    margin: 25px auto !important;
    max-height: 485px; }

.home-wines-slide:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0; }

.home-wines-slide h2 {
  font-family: "RobotoSlabLight";
  font-size: 24px;
  margin-top: 120px; }
  .home-wines-slide h2:before {
    content: '';
    width: 80px;
    height: 2px;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    top: -5px; }
  .home-wines-slide h2:after {
    content: '';
    width: 80px;
    height: 2px;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    top: -5px; }

.home-wines-slide h1 {
  font-size: 44px;
  margin: 20px auto 50px;
  font-family: "RobotoSlabLight"; }

.home-wines-slide a {
  color: #fff;
  padding: 15px 35px;
  text-transform: uppercase;
  font-family: "RobotoSlab";
  font-size: 12px;
  letter-spacing: 1px;
  border: 2px solid transparent;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  transition: 0.3s linear all; }
  .home-wines-slide a:hover {
    background: #fff; }

.view-wine-area {
  position: relative; }
  .view-wine-area .hidden-xs {
    display: block; }
  .view-wine-area .visible-xs {
    display: none; }
  .view-wine-area > .container {
    position: relative; }
    .view-wine-area > .container > img {
      position: absolute;
      left: 50px; }
  .view-wine-area > img {
    position: absolute;
    bottom: -30px;
    left: -5px; }

.bottle section .part_right > .where_btn {
  letter-spacing: 1px; }

.slick-slide {
  outline: none !important; }
  .slick-slide:focus {
    outline: none !important; }

.item-list {
  position: absolute;
  bottom: 110px;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .item-list li {
    margin-left: 0 !important; }
    .item-list li a {
      color: #fff;
      background-color: #bbc568;
      text-transform: uppercase;
      padding: 15px 35px;
      font-family: "RobotoSlab";
      font-size: 12px;
      letter-spacing: 1px;
      border: 2px solid transparent;
      -webkit-transition: 0.3s linear all;
      -moz-transition: 0.3s linear all;
      -ms-transition: 0.3s linear all;
      transition: 0.3s linear all; }
      .item-list li a:hover {
        background-color: #fff;
        border: 2px solid #bbc568;
        color: #bbc568; }

#recipes-more {
  font-size: 14px;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  padding: 100px 0;
  position: relative;
  z-index: 0; }
  #recipes-more:after {
    content: '';
    position: absolute;
    top: -20px;
    height: 88px;
    width: 100%;
    background-image: url(../images/tear.png);
    background-repeat: none;
    background-size: cover;
    background-position: center top;
    left: 0;
    z-index: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  #recipes-more img {
    position: absolute;
    top: 50px;
    left: -40px;
    z-index: 1;
    height: 200px; }
  #recipes-more .container h2 {
    font-size: 30px;
    color: #fff;
    font-family: "RobotoSlabLight";
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    margin-bottom: 15px; }
  #recipes-more .container p {
    font-size: 16px;
    color: #fff;
    font-family: 'RobotoSlab';
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
    margin-bottom: 50px; }
  #recipes-more .container a {
    color: #fff;
    padding: 15px 35px;
    text-transform: uppercase;
    font-family: "RobotoSlab";
    font-size: 12px;
    letter-spacing: 1px;
    background: #b8c758;
    border: 2px solid transparent;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    transition: 0.3s linear all; }
    #recipes-more .container a:hover {
      border: 2px solid #b8c758;
      background: #fff;
      color: #b8c758; }

#find-see {
  font-size: 14px;
  position: relative;
  padding: 25px 0 60px 0;
  background: url(../images/wood-bg.jpg) repeat;
  z-index: 1; }
  #find-see .top-left {
    display: inline-block;
    width: 50%;
    position: relative;
    z-index: 1; }
    #find-see .top-left .container {
      max-width: 100em !important; }
    #find-see .top-left .white-bg {
      background: #fff;
      padding: 50px 200px 60px 0;
      padding-left: calc((100vw - 69.2em) / 2);
      background: url(../images/texture.png) repeat; }
    #find-see .top-left h2 {
      color: #b8c758;
      margin-bottom: 42px;
      line-height: 38px; }
    #find-see .top-left a {
      border: 2px solid #b8c758;
      background: transparent;
      color: #b8c758; }
      #find-see .top-left a:hover {
        border: 2px solid transparent;
        background: #b8c758;
        color: #fff; }
  #find-see .bottom-right {
    text-align: right;
    position: relative;
    z-index: 1; }
    #find-see .bottom-right h2, #find-see .bottom-right p {
      text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); }
    #find-see .bottom-right a:hover {
      background: #fff;
      border: 2px solid transparent;
      color: #b8c758; }
  #find-see h2 {
    font-size: 30px;
    color: #fff;
    font-family: "RobotoSlabLight";
    text-transform: uppercase;
    margin-bottom: 15px; }
  #find-see p {
    font-size: 16px;
    color: #fff;
    font-family: 'RobotoSlab';
    margin-bottom: 50px; }
  #find-see a {
    color: #fff;
    padding: 15px 35px;
    text-transform: uppercase;
    font-family: "RobotoSlab";
    font-size: 12px;
    letter-spacing: 1px;
    background: transparent;
    border: 2px solid #fff;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    transition: 0.3s linear all; }
  #find-see .grape-rotate {
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(-15deg) translate(-50%, -50%);
    -moz-transform: rotate(-15deg) translate(-50%, -50%);
    -ms-transform: rotate(-15deg) translate(-50%, -50%);
    transform: rotate(-15deg) translate(-50%, -50%); }
  #find-see i {
    color: #8c9541;
    font-size: 100px; }
  #find-see .parallax-bottle {
    position: absolute;
    right: -130px;
    bottom: -360px; }
  #find-see:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    /* IE10+ */
    background-image: -ms-radial-gradient(right bottom, ellipse farthest-corner, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(right bottom, ellipse farthest-corner, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    /* Opera */
    background-image: -o-radial-gradient(right bottom, ellipse farthest-corner, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, right bottom, 0, right bottom, 484, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(100, transparent));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(right bottom, ellipse farthest-corner, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    /* W3C Markup */
    background-image: radial-gradient(ellipse farthest-corner at right bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%); }

#featured-blog-header-view {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  font-size: 14px;
  margin-top: -150px; }
  #featured-blog-header-view .left-50 {
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 2;
    padding-left: calc((100vw - 69.2em) / 2); }
    #featured-blog-header-view .left-50:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.35);
      -webkit-filter: blur(1px);
      -moz-filter: blur(1px);
      -o-filter: blur(1px);
      -ms-filter: blur(1px);
      filter: blur(1px); }
    #featured-blog-header-view .left-50 .container {
      font-size: 14px;
      z-index: 1;
      height: 100%; }
      #featured-blog-header-view .left-50 .container h2 {
        color: #fff;
        font-size: 30px;
        font-family: "RobotoSlabLight";
        line-height: 38px;
        margin-bottom: 30px; }
      #featured-blog-header-view .left-50 .container #append-blog-nav {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        #featured-blog-header-view .left-50 .container #append-blog-nav .appendeddata {
          text-align: left;
          color: #fff;
          border-bottom: 1px solid #fff;
          margin-bottom: 15px; }
          #featured-blog-header-view .left-50 .container #append-blog-nav .appendeddata .thisdot {
            position: absolute;
            bottom: -20px; }
            #featured-blog-header-view .left-50 .container #append-blog-nav .appendeddata .thisdot button {
              width: 10px !important;
              height: 10px !important;
              overflow: hidden;
              -webkit-border-radius: 10px !important;
              border-radius: 10px !important;
              background: #eaeaea;
              padding: 0 !important; }
              #featured-blog-header-view .left-50 .container #append-blog-nav .appendeddata .thisdot button:focus {
                outline: none; }
          #featured-blog-header-view .left-50 .container #append-blog-nav .appendeddata h4 {
            margin-bottom: 10px;
            font-family: "RobotoSlabLight";
            font-size: 12px;
            color: #eaeaea; }
          #featured-blog-header-view .left-50 .container #append-blog-nav .appendeddata h1 {
            font-size: 16px;
            font-family: 'RobotoSlab';
            margin-bottom: 14px; }
          #featured-blog-header-view .left-50 .container #append-blog-nav .appendeddata a {
            left: 0;
            display: block;
            position: relative;
            -webkit-transition: 0.2s linear all;
            -moz-transition: 0.2s linear all;
            -ms-transition: 0.2s linear all;
            transition: 0.2s linear all; }
          #featured-blog-header-view .left-50 .container #append-blog-nav .appendeddata .hovershift:after {
            opacity: 0;
            -webkit-transition: 0.2s linear all;
            -moz-transition: 0.2s linear all;
            -ms-transition: 0.2s linear all;
            transition: 0.2s linear all; }
          #featured-blog-header-view .left-50 .container #append-blog-nav .appendeddata .hovershift .overarrow {
            position: absolute;
            right: 15px;
            top: 10px;
            color: #fff;
            -webkit-transition: 0.2s linear all;
            -moz-transition: 0.2s linear all;
            -ms-transition: 0.2s linear all;
            transition: 0.2s linear all; }
          #featured-blog-header-view .left-50 .container #append-blog-nav .appendeddata .hovershift:hover .overarrow {
            right: 10px !important;
            color: #b8c758; }
        #featured-blog-header-view .left-50 .container #append-blog-nav ul li:last-child .appendeddata {
          border-bottom: none; }
          #featured-blog-header-view .left-50 .container #append-blog-nav ul li:last-child .appendeddata .thisdot {
            left: 50px; }
        #featured-blog-header-view .left-50 .container #append-blog-nav ul li:nth-child(2) .appendeddata .thisdot {
          left: 25px; }
        #featured-blog-header-view .left-50 .container #append-blog-nav ul li.slick-active .appendeddata .hovershift {
          position: relative; }
          #featured-blog-header-view .left-50 .container #append-blog-nav ul li.slick-active .appendeddata .hovershift:after {
            width: 2px;
            height: 40px;
            background-color: #b8c758;
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            opacity: 1; }
          #featured-blog-header-view .left-50 .container #append-blog-nav ul li.slick-active .appendeddata .hovershift a {
            left: 10px; }
          #featured-blog-header-view .left-50 .container #append-blog-nav ul li.slick-active .appendeddata .hovershift .overarrow {
            right: 25px; }
          #featured-blog-header-view .left-50 .container #append-blog-nav ul li.slick-active .appendeddata .hovershift:hover .overarrow {
            right: 20px !important;
            color: #b8c758; }
        #featured-blog-header-view .left-50 .container #append-blog-nav ul li.slick-active .appendeddata .thisdot button {
          background-color: #b8c758; }
  #featured-blog-header-view .slick-it {
    height: 100%; }
    #featured-blog-header-view .slick-it .slick-list {
      height: 100%; }
      #featured-blog-header-view .slick-it .slick-list .slick-track {
        height: 100%; }
  #featured-blog-header-view .featured-blog-slider {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important; }

.all-content-area {
  background-color: #e9eef3;
  position: relative;
  z-index: 1; }

#all-posts {
  font-size: 14px;
  background-color: #e9eef3;
  position: relative;
  z-index: 9;
  padding-bottom: 180px; }
  #all-posts .blogurls {
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
    #all-posts .blogurls ul li {
      display: inline-block;
      margin: 0 25px; }
      #all-posts .blogurls ul li a {
        font-size: 16px;
        font-family: "RobotoSlabLight";
        color: #bebcbc;
        -webkit-transition: 0.2s linear all;
        -moz-transition: 0.2s linear all;
        -ms-transition: 0.2s linear all;
        transition: 0.2s linear all; }
        #all-posts .blogurls ul li a.active {
          text-decoration: underline;
          color: #bbc568; }
        #all-posts .blogurls ul li a:hover {
          color: #bbc568; }
  #all-posts .parallax-me {
    top: 170px;
    left: -40px;
    height: 160px;
    position: absolute;
    z-index: 10;
    -webkit-filter: drop-shadow(2px 12px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(2px 12px 10px rgba(0, 0, 0, 0.25)); }
  #all-posts .container > h1 {
    color: #bbc568;
    font-size: 44px;
    font-family: "RobotoSlabLight";
    line-height: 52px;
    text-align: center;
    padding: 50px 0 15px 0; }
  #all-posts .container .view-filters {
    padding: 15px 0 25px;
    margin-bottom: 0px;
    text-align: center; }
    #all-posts .container .view-filters .views-submit-button, #all-posts .container .view-filters .views-widget-filter-combine {
      display: inline-block;
      float: none;
      padding: 0 !important; }
    #all-posts .container .view-filters .views-widget-filter-combine input {
      border: none;
      padding: 10px;
      min-width: 300px;
      height: 40px;
      font-family: 'RobotoSlabLight';
      color: #828282;
      border-radius: 0; }
      #all-posts .container .view-filters .views-widget-filter-combine input:focus {
        outline: none; }
    #all-posts .container .view-filters .views-submit-button {
      margin-left: -5px; }
      #all-posts .container .view-filters .views-submit-button input {
        color: #fff;
        padding: 10px 35px;
        font-family: "RobotoSlab";
        font-size: 12px;
        letter-spacing: 1px;
        border-radius: 0;
        height: 40px;
        background: #b8c758;
        -webkit-appearance: none;
        border: 2px solid transparent;
        -webkit-transition: 0.3s linear all;
        -moz-transition: 0.3s linear all;
        -ms-transition: 0.3s linear all;
        transition: 0.3s linear all; }
        #all-posts .container .view-filters .views-submit-button input:hover {
          color: #b8c758;
          background: #fff;
          border: 2px solid #b8c758; }
  #all-posts:after {
    content: '';
    width: 100%;
    height: 90px;
    position: absolute;
    top: -88px;
    left: 0;
    background-image: url(../images/tear.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1; }

.where_btn {
  display: inline-block !important;
  padding: 15px 35px !important;
  text-transform: uppercase !important;
  font-family: "RobotoSlab" !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  clear: both !important;
  position: relative !important;
  width: auto !important;
  height: initial !important;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  transition: 0.3s linear all; }

.bottle section .part_right .circles_cont {
  display: block;
  float: none; }

.bottle section .part_right .discription p {
  line-height: 24px; }

.visible-xs-custom {
  display: none; }

.bottle .pull-left {
  width: 390px; }
  .bottle .pull-left .medallion {
    width: 210px;
    display: block;
    margin: 35px auto; }

.bottle.colour11 section .where_btn:hover {
  background: #a12a26;
  color: #fff; }

.bottle.colour10 section .where_btn:hover {
  background: #a15700;
  color: #fff; }

.bottle.colour14 section .where_btn:hover {
  background: #cd1105;
  color: #fff; }

.bottle.colour15 section .where_btn:hover {
  background: #55237b;
  color: #fff; }

.bottle.colour13 section .where_btn:hover {
  background: #372794;
  color: #fff; }

.bottle.colour12 section .where_btn:hover {
  background: #eea52f;
  color: #fff; }

.bottle.colour8 section .where_btn:hover {
  background: #436c16;
  color: #fff; }

.bottle.colour9 section .where_btn:hover {
  background: #421a69;
  color: #fff; }

.view-blog-posts .parallax-bottle {
  position: absolute;
  right: -70px;
  bottom: -250px;
  z-index: 1;
  height: 600px;
  -webkit-filter: drop-shadow(2px 12px 10px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(2px 12px 10px rgba(0, 0, 0, 0.25)); }

.view-blog-posts .view-empty {
  text-align: center;
  font-family: 'RobotoSlab';
  font-size: 26px; }

.click-top {
  height: 0px;
  position: relative;
  z-index: 9; }

.page-blog {
  z-index: -1 !important; }
  .page-blog #page-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden; }

.postbacktotop {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: #eaeaea;
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  transition: 0.3s linear all; }
  .postbacktotop p {
    position: absolute;
    left: 50%;
    font-size: 14px;
    top: 60%;
    color: #b6b4b5;
    font-family: 'RobotoSlabLight';
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    .postbacktotop p:before {
      position: absolute;
      content: '';
      width: 2px;
      height: 20px;
      background: #b6b4b5;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -24px;
      left: 4px; }
    .postbacktotop p:after {
      position: absolute;
      content: '';
      width: 2px;
      height: 20px;
      background: #b6b4b5;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: -24px;
      right: 4px; }
  .postbacktotop.scrolled {
    opacity: 1;
    visibility: visible; }
  .postbacktotop:hover {
    background: #b6b4b5; }
    .postbacktotop:hover p {
      color: #eaeaea; }
      .postbacktotop:hover p:before {
        background: #eaeaea; }
      .postbacktotop:hover p:after {
        background: #eaeaea; }

.back-top {
  height: 60px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 9; }
  .back-top > div {
    width: 220px;
    height: 220px;
    border-radius: 220px;
    background: #eaeaea;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    transition: 0.3s linear all; }
    .back-top > div h5 {
      color: #b6b4b5;
      text-align: center;
      position: relative;
      top: 35px;
      font-size: 13px;
      font-family: "RobotoSlabLight";
      -webkit-transition: 0.3s linear all;
      -moz-transition: 0.3s linear all;
      -ms-transition: 0.3s linear all;
      transition: 0.3s linear all; }
      .back-top > div h5:before {
        position: absolute;
        content: '';
        width: 2px;
        height: 20px;
        background: #b6b4b5;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -24px;
        left: 102px;
        -webkit-transition: 0.3s linear all;
        -moz-transition: 0.3s linear all;
        -ms-transition: 0.3s linear all;
        transition: 0.3s linear all; }
      .back-top > div h5:after {
        position: absolute;
        content: '';
        width: 2px;
        height: 20px;
        background: #b6b4b5;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 102px;
        top: -24px;
        -webkit-transition: 0.3s linear all;
        -moz-transition: 0.3s linear all;
        -ms-transition: 0.3s linear all;
        transition: 0.3s linear all; }
    .back-top > div:hover {
      background: #b6b4b5; }
      .back-top > div:hover h5 {
        color: #eaeaea; }
        .back-top > div:hover h5:before {
          background: #eaeaea; }
        .back-top > div:hover h5:after {
          background: #eaeaea; }

article.each-blog-post {
  width: calc(100% / 3);
  height: auto;
  float: left;
  padding: 2px 10px;
  margin: 20px 0;
  overflow: hidden; }
  article.each-blog-post .top-img {
    width: 100%;
    height: 300px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3); }
    article.each-blog-post .top-img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      width: 100%;
      height: 100%;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      transition: 0.2s linear all; }
  article.each-blog-post .bottom-content {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    min-height: 130px; }
    article.each-blog-post .bottom-content:before {
      content: '';
      width: 100%;
      height: 3px;
      background: #bbc568;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      transition: 0.2s linear all; }
    article.each-blog-post .bottom-content:after {
      content: '';
      width: 100%;
      height: 90px;
      position: absolute;
      background: #fff;
      top: 3px;
      left: 0;
      z-index: 2;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      transition: 0.2s linear all; }
    article.each-blog-post .bottom-content .overarrow {
      color: #bbc568;
      position: absolute;
      right: 20px;
      top: 32px;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      transition: 0.2s linear all; }
    article.each-blog-post .bottom-content h1 {
      font-size: 20px !important;
      font-family: "RobotoSlabLight";
      color: #bbc568;
      line-height: 24px !important;
      text-align: left !important;
      padding-bottom: 5px !important;
      padding-right: 40px !important; }
    article.each-blog-post .bottom-content h2 {
      font-family: 'RobotoSlab';
      color: #bebcbc;
      margin-bottom: 10px;
      font-size: 13px; }
    article.each-blog-post .bottom-content .shifty {
      position: relative;
      bottom: 0;
      z-index: 3;
      -webkit-transition: 0.2s linear all;
      -moz-transition: 0.2s linear all;
      -ms-transition: 0.2s linear all;
      transition: 0.2s linear all; }
    article.each-blog-post .bottom-content .read-more {
      position: absolute;
      bottom: 50px; }
      article.each-blog-post .bottom-content .read-more a {
        font-size: 13px;
        position: static;
        bottom: 50px;
        color: #b8c758;
        text-decoration: underline;
        font-family: "RobotoSlab"; }
  article.each-blog-post:hover .top-img:after {
    background: rgba(0, 0, 0, 0.4); }
  article.each-blog-post:hover .bottom-content:after {
    top: -33px; }
  article.each-blog-post:hover .bottom-content:before {
    top: -36px; }
  article.each-blog-post:hover .bottom-content .shifty {
    bottom: 37px; }

#eachblogpost {
  font-size: 14px;
  padding-top: 130px;
  background: #e9eef3;
  font-family: "RobotoSlabLight";
  color: #828282; }
  #eachblogpost h1 {
    color: #bbc568;
    font-size: 44px;
    font-family: "RobotoSlabLight";
    line-height: 52px;
    text-align: left;
    padding: 0;
    margin-bottom: 20px; }
  #eachblogpost p {
    margin-bottom: 20px;
    line-height: 20px; }
  #eachblogpost .breadcrumbs li, #eachblogpost .author-date li {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    color: #828282; }
    #eachblogpost .breadcrumbs li:first-child, #eachblogpost .author-date li:first-child {
      padding-left: 0; }
      #eachblogpost .breadcrumbs li:first-child:after, #eachblogpost .author-date li:first-child:after {
        content: '';
        width: 1px;
        height: 18px;
        background: #828282;
        position: absolute;
        right: -2px;
        top: -1px; }
    #eachblogpost .breadcrumbs li a, #eachblogpost .author-date li a {
      color: #828282; }
  #eachblogpost .breadcrumbs {
    margin-bottom: 30px; }
    #eachblogpost .breadcrumbs li a {
      color: #bbc568;
      text-decoration: underline; }
  #eachblogpost .author-date {
    margin-bottom: 20px; }
  #eachblogpost .social-share {
    margin-bottom: 30px; }
    #eachblogpost .social-share li {
      display: inline-block;
      margin-right: 5px; }
      #eachblogpost .social-share li a {
        color: #bbc568;
        font-size: 22px;
        opacity: 1;
        cursor: pointer;
        -webkit-transition: 0.2s linear all;
        -moz-transition: 0.2s linear all;
        -ms-transition: 0.2s linear all;
        transition: 0.2s linear all; }
        #eachblogpost .social-share li a:hover {
          opacity: 0.7; }
  #eachblogpost .post-content-main h2 {
    font-size: 36px;
    margin: 15px 0; }
  #eachblogpost .post-content-main h3 {
    font-size: 30px;
    margin: 15px 0; }
  #eachblogpost .post-content-main h4 {
    font-size: 24px;
    margin: 15px 0; }
  #eachblogpost .post-content-main img {
    height: auto;
    max-width: 100%; }
  #eachblogpost .post-content-main ul {
    margin: 15px 0 15px 15px; }
    #eachblogpost .post-content-main ul li {
      list-style-type: disc;
      margin: 10px 0; }
  #eachblogpost .post-content-main ol {
    margin: 15px 0 15px 15px; }
    #eachblogpost .post-content-main ol li {
      list-style-type: decimal;
      margin: 10px 0; }
  #eachblogpost article {
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative; }
    #eachblogpost article h1 {
      font-size: 30px;
      margin-bottom: 10px; }
    #eachblogpost article p {
      margin-bottom: 30px; }
    #eachblogpost article img {
      width: 100%; }
    #eachblogpost article h3 {
      margin-top: 30px;
      margin-bottom: 10px;
      font-family: 'RobotoSlab';
      font-size: 20px; }
    #eachblogpost article ul {
      padding-left: 40px; }
      #eachblogpost article ul li {
        margin: 15px 0;
        list-style-type: disc; }
        #eachblogpost article ul li a {
          background: transparent;
          padding: 2px 5px;
          text-decoration: underline;
          -webkit-transition: 0.2s linear all;
          -moz-transition: 0.2s linear all;
          -ms-transition: 0.2s linear all;
          transition: 0.2s linear all; }
          #eachblogpost article ul li a:hover {
            background: #bbc568;
            color: #fff;
            text-decoration: none; }
    #eachblogpost article:after {
      width: 100%;
      height: 1px;
      background: #bebcbc;
      position: absolute;
      bottom: 0;
      left: 0;
      content: ''; }
  #eachblogpost .target-last article:last-child {
    padding-bottom: 0; }
    #eachblogpost .target-last article:last-child:after {
      display: none; }
  #eachblogpost .author-info {
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
    padding-top: 30px; }
    #eachblogpost .author-info:before {
      width: 100%;
      height: 1px;
      background: #bebcbc;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
    #eachblogpost .author-info .left {
      width: 35%;
      float: left;
      text-align: center; }
      #eachblogpost .author-info .left img {
        height: 200px;
        width: 200px;
        border-radius: 200px; }
    #eachblogpost .author-info .right {
      width: 65%;
      float: left; }
      #eachblogpost .author-info .right h2 {
        font-size: 20px;
        color: #bbc568;
        margin-bottom: 15px;
        margin-top: 35px; }
    #eachblogpost .author-info:after {
      content: "";
      display: block;
      height: 0;
      clear: both; }
    #eachblogpost .author-info .social-info {
      margin-top: 30px; }
      #eachblogpost .author-info .social-info li {
        display: inline-block;
        margin-right: 5px; }
        #eachblogpost .author-info .social-info li a {
          color: #bbc568;
          font-size: 22px;
          opacity: 1;
          -webkit-transition: 0.2s linear all;
          -moz-transition: 0.2s linear all;
          -ms-transition: 0.2s linear all;
          transition: 0.2s linear all; }
          #eachblogpost .author-info .social-info li a:hover {
            opacity: 0.7; }

#similar-posts {
  width: 100%;
  background: url(../images/wood-bg.jpg) repeat;
  font-size: 14px;
  position: relative;
  padding-bottom: 35px; }
  #similar-posts:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: -ms-radial-gradient(left top, ellipse farthest-corner, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
    background-image: -moz-radial-gradient(left top, ellipse farthest-corner, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
    background-image: -o-radial-gradient(left top, ellipse farthest-corner, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
    background-image: -webkit-gradient(radial, left top, 0, left top, 484, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(100, transparent));
    background-image: -webkit-radial-gradient(left top, ellipse farthest-corner, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
    background-image: radial-gradient(ellipse farthest-corner at top left, rgba(0, 0, 0, 0.15) 0%, transparent 100%); }
  #similar-posts > div {
    z-index: 1;
    position: relative; }
  #similar-posts h3 {
    font-size: 24px;
    color: #fff;
    padding: 45px 0 25px 0;
    font-family: "RobotoSlabLight";
    position: relative; }
  #similar-posts .nextarrow, #similar-posts .prevarrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; }
  #similar-posts .nextarrow {
    right: -35px;
    width: 30px;
    height: 30px; }
    #similar-posts .nextarrow:before {
      position: absolute;
      content: '';
      width: 3px;
      height: 25px;
      right: 13px;
      bottom: -6px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #similar-posts .nextarrow:after {
      position: absolute;
      content: '';
      width: 3px;
      right: 13px;
      top: -6px;
      height: 25px;
      background: #fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #similar-posts .prevarrow {
    left: -35px;
    width: 30px;
    height: 30px; }
    #similar-posts .prevarrow:before {
      position: absolute;
      content: '';
      width: 3px;
      height: 25px;
      left: 13px;
      bottom: -6px;
      background: #fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #similar-posts .prevarrow:after {
      position: absolute;
      content: '';
      width: 3px;
      left: 13px;
      top: -6px;
      height: 25px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.node-type-blog-post #page-wrapper {
  padding-top: 50px; }

#page-wrapper {
  padding-top: 150px;
  padding-bottom: 0 !important; }

.bottle section {
  padding-bottom: 0 !important; }

.bottle section {
  padding-top: 0 !important; }

footer.container3 {
  height: auto;
  position: relative;
  z-index: 100;
  width: 100%;
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 0;
  max-width: 100%;
  background: #fff;
  padding-left: calc((100% - 60em) / 2) !important;
  padding-right: calc((100% - 60em) / 2) !important; }
  footer.container3 .footer_menu ul {
    padding-top: 25px !important;
    padding-bottom: 20px !important; }
  footer.container3 .footer_social {
    padding-top: 25px !important; }
    footer.container3 .footer_social a {
      opacity: 1;
      -webkit-transition: 0.3s linear all;
      -moz-transition: 0.3s linear all;
      -ms-transition: 0.3s linear all;
      transition: 0.3s linear all; }
      footer.container3 .footer_social a:hover {
        opacity: 0.7; }

#menu .socialmenu li a {
  color: #8FA93E; }

.menu2 li a.active, .menu2 li span.active {
  text-decoration: underline;
  color: #8FA93E; }

.nav_menu .menu2 > li .submenu li a {
  color: #8FA93E; }

@media (min-width: 1600px) {
  #recipes-more:after {
    top: 0; } }

@media (max-width: 1199px) {
  nav#menu .container .nav_menu .nav-logo {
    left: 0; } }

@media (max-width: 1040px) {
  .nextarrow {
    right: 0 !important; }
  .prevarrow {
    left: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #home-front .home-hero .container .center-content, .view-wine-area .hidden-xs, #recipes-more, #find-see .top-left .white-bg {
    padding-left: 15px; }
  #find-see .bottom-right {
    padding-right: 15px; }
  #featured-blog-header-view .left-50 {
    padding-left: 15px; }
  #all-posts .container article.each-blog-post .top-img {
    height: 225px; }
  #all-posts .container article.each-blog-post .bottom-content h1 {
    font-size: 18px; }
  #eachblogpost {
    padding: 130px 15px 0 15px; }
  #similar-posts h3 {
    padding-left: 15px; }
  footer {
    padding-bottom: 30px !important; } }

@media (min-width: 768px) and (max-width: 770px) {
  .mob-toggle {
    display: none; }
  nav#menu .container .nav_menu .nav-links > ul, #menu .socialmenu {
    display: inline-block !important; }
  nav#menu .container .nav_menu .nav-links > ul {
    margin-top: 21px !important; }
  nav#menu .container .nav_menu .nav-links > ul li:before {
    top: 4px !important; }
  nav#menu .container .nav_menu .nav-links > ul ul {
    top: 54px; }
  nav#menu {
    color: #bbc568 !important; }
  nav img.logo-home-bottom {
    height: auto !important;
    width: auto !important;
    margin: 0 !important; }
  #menu .socialmenu {
    padding-top: 27px !important; } }

@media (max-width: 767px) {
  #home-front .medallion {
    position: absolute;
    bottom: -20px;
    height: 140px;
    right: 50%;
    z-index: 2;
    -webkit-ransform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
  #home-wines h2 {
    margin-top: 15px; }
  .bottle .pull-left .medallion {
    display: none; }
  .bottle .pull-left {
    width: 100%; }
    .bottle .pull-left img {
      display: block;
      margin: 25px auto 35px auto; }
  .visible-xs-custom {
    display: block;
    width: 200px;
    display: block;
    margin: -50px auto 25px;
    margin-right: auto !important; }
  #menu {
    background-color: white !important; }
  #overlay {
    padding-bottom: 0px !important; }
  #overlay #an.open {
    padding-bottom: 0; }
  #overlay #an.open ul li a.active {
    color: #fff !important;
    text-decoration: none !important; }
  #overlay #an.open .soc {
    padding-bottom: 15px;
    text-align: center;
    margin-left: 0;
    margin-right: 0; }
  nav .menu_mob_close {
    margin: 25px 15px 25px 0 !important; }
  nav#menu .container .nav_menu .logo-home {
    height: 85px !important; }
  nav#menu.scrolled .container .nav_menu .logo-home {
    height: 55px !important;
    left: 30% !important; }
  nav#menu .container .nav_menu .logo-home-bottom {
    height: 105px !important;
    width: 100px !important;
    left: 0px !important;
    margin-left: 0px; }
  nav#menu .container .nav_menu .nav-logo {
    left: 0;
    width: 100px; }
  #overlay #an .close {
    right: 5px !important; }
  #overlay #an ul li:last-child ul {
    font-size: 33.5px;
    padding-left: 31px; }
    #overlay #an ul li:last-child ul li {
      padding-top: 20px;
      padding-bottom: 0;
      border-bottom: none; }
  #home-front .home-hero .container .center-content {
    padding-left: 50px;
    width: 75%; }
  #recipes-more {
    text-align: center; }
    #recipes-more img {
      top: -70px;
      left: -40px;
      height: 160px; }
  #wine-slider-nav {
    position: relative;
    z-index: 1; }
    #wine-slider-nav .arrows {
      position: absolute;
      top: 30px;
      z-index: 100; }
      #wine-slider-nav .arrows:after {
        position: absolute;
        content: '';
        width: 2px;
        height: 20px;
        background: #b8c758;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #wine-slider-nav .arrows:before {
        position: absolute;
        content: '';
        width: 2px;
        height: 20px;
        background: #b8c758;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #wine-slider-nav .arrows.nextarrow {
        right: 5px;
        width: 50px;
        height: 25px; }
        #wine-slider-nav .arrows.nextarrow:before {
          right: 10px;
          top: -9px; }
        #wine-slider-nav .arrows.nextarrow:after {
          top: 4px;
          right: 10px; }
      #wine-slider-nav .arrows.prevarrow {
        left: 5px;
        width: 50px;
        height: 25px; }
        #wine-slider-nav .arrows.prevarrow:before {
          left: 10px;
          top: 4px; }
        #wine-slider-nav .arrows.prevarrow:after {
          top: -9px;
          left: 10px; }
  #find-see {
    padding-top: 0;
    background-repeat: repeat; }
    #find-see .top-left {
      width: 100%; }
      #find-see .top-left .white-bg {
        padding-right: 50%;
        padding-left: 50px; }
    #find-see .grape-rotate {
      left: initial;
      top: 0;
      right: 0;
      width: 50%;
      height: 50%;
      -webkit-transform: rotate(0deg) translate(0, 0);
      -moz-transform: rotate(0deg) translate(0, 0);
      -ms-transform: rotate(0deg) translate(0, 0);
      transform: rotate(0deg) translate(0, 0); }
      #find-see .grape-rotate i {
        display: block;
        position: absolute;
        font-size: 150px;
        left: 50%;
        top: 40%;
        -webkit-transform: rotate(-15deg) translate(-50%, -50%);
        -moz-transform: rotate(-15deg) translate(-50%, -50%);
        -ms-transform: rotate(-15deg) translate(-50%, -50%);
        transform: rotate(-15deg) translate(-50%, -50%); }
    #find-see .bottom-right {
      padding: 35px 15px 0px !important;
      text-align: center;
      z-index: 2; }
    #find-see .parallax-bottle {
      right: -50px;
      height: 470px;
      bottom: -183px;
      z-index: 1; }
  .view-wine-area > img {
    left: -65px;
    bottom: 0; }
  .view-wine-area {
    position: relative; }
    .view-wine-area > .container > img {
      position: absolute;
      left: 50%;
      bottom: 100px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .view-wine-area .hidden-xs {
      display: none; }
    .view-wine-area .visible-xs {
      display: block;
      width: 100%;
      float: none;
      margin-bottom: 50px; }
      .view-wine-area .visible-xs h2 {
        margin-top: 35px; }
    .view-wine-area .home-wines-slide .right-50 {
      width: 100%;
      float: none; }
      .view-wine-area .home-wines-slide .right-50 img {
        margin-top: 0 !important;
        max-width: 100% !important; }
  #wine-slider-nav ul li {
    height: 100px !important;
    margin-bottom: 10px !important; }
    #wine-slider-nav ul li button {
      position: relative !important;
      width: 50px !important;
      height: 60px !important;
      top: 10px !important;
      left: 0 !important;
      margin: 0 !important;
      -webkit-filter: drop-shadow(0px 15px 10px transparent);
      filter: drop-shadow(0px 15px 10px transparent); }
    #wine-slider-nav ul li.slick-active button {
      -webkit-filter: drop-shadow(0px 15px 10px transparent);
      filter: drop-shadow(0px 15px 10px transparent); }
    #wine-slider-nav ul li.slick-current button {
      width: 65px !important;
      height: 85px !important;
      top: 0 !important;
      left: 0 !important;
      -webkit-filter: drop-shadow(0px 15px 10px rgba(0, 0, 0, 0.25));
      filter: drop-shadow(0px 15px 10px rgba(0, 0, 0, 0.25)); }
  #all-posts .parallax-bottle, #all-posts .parallax-me {
    display: none; }
  #all-posts .container > h1 {
    padding-top: 0px; }
  #similar-posts h3 {
    padding-left: 15px; }
  .postbacktotop {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 14px; }
    .postbacktotop p:after {
      top: -18px;
      height: 16px;
      right: 6px; }
    .postbacktotop p:before {
      top: -18px;
      height: 16px;
      left: 6px; }
  .bottle section .part_right .circles_cont {
    display: block;
    width: 225px; }
  footer.container3 > a {
    display: block !important;
    text-align: center !important; }
    footer.container3 > a img {
      display: inline-block !important;
      padding: 0 !important;
      margin: 0 !important;
      float: none !important; }
  footer.container3 .footer_social {
    float: none !important;
    padding: 0px !important;
    margin: 0px !important; }
    footer.container3 .footer_social .socialmenu {
      text-align: center !important;
      margin: 30px auto !important;
      width: 100% !important; }
      footer.container3 .footer_social .socialmenu li.leaf {
        float: none !important; }
  footer.container3 .footer_menu {
    width: auto !important;
    max-width: none !important;
    display: block !important;
    margin: 0 !important;
    float: none !important;
    padding-top: 0px !important; }
    footer.container3 .footer_menu ul {
      padding-top: 0 !important;
      margin-bottom: 0 !important; }
      footer.container3 .footer_menu ul li {
        display: block !important;
        margin: 10px 0px !important;
        padding: 0 !important; }
    footer.container3 .footer_menu p {
      margin-bottom: 35px !important;
      font-size: 10px !important; }
      footer.container3 .footer_menu p .mob_wrap {
        display: block !important; }
  #featured-blog-header-view .left-50 {
    width: 100%;
    padding-left: 15px; }
  #all-posts .container article.each-blog-post {
    width: calc(100% / 2); }
  #eachblogpost {
    padding: 100px 15px 0 15px; } }

@media screen and (max-width: 640px) {
  .content {
    padding: 0; }
  #all-posts .container article.each-blog-post {
    width: calc(100% / 1);
    margin: 10px 0; }
  #eachblogpost .author-info .left, #eachblogpost .author-info .right {
    width: 100%; }
  #all-posts .container .view-filters .views-widget-filter-combine input {
    min-width: initial;
    width: 200px; }
  #all-posts .container .view-filters .views-submit-button input {
    padding: 10px 25px; }
  #all-posts .blogurls ul li {
    margin: 0px 20px;
    line-height: 35px; }
  #all-posts .blogurls {
    margin-bottom: 20px; }
  .all_over .over_page .grid_twelve .footer_over p {
    padding: 35px 0 15px; }
  .all_over .over_page .grid_twelve .footer_over ul {
    margin-top: 0; }
  .all_over .over_page .main_part h1 {
    padding-top: 100px; } }

@media (max-width: 480px) {
  .home-wines-slide h1 {
    font-size: 40px; }
  .view-wine-area > img {
    height: 160px !important; }
  #recipes-more img {
    height: 140px !important;
    top: -30px !important; }
  #home-wines p {
    width: 90% !important; }
  #home-front .home-hero .container .center-content {
    padding-left: 15px !important;
    width: 85%; }
    #home-front .home-hero .container .center-content h1 {
      font-size: 40px !important; }
  #find-see .top-left .white-bg {
    padding-left: 15px !important;
    padding-right: 40%; }
  #find-see .grape-rotate i {
    left: 70% !important; }
  .container3 img {
    width: auto !important; }
  .home-wines-slide h2:after, .home-wines-slide h2:before {
    width: 50px; }
  footer.container3 {
    margin-left: 0 !important; }
  .container3 .footer_social {
    height: auto !important; } }

@media (max-height: 650px) {
  .all_over .over_page .grid_twelve .main_part img {
    height: 200px; } }

@media screen and (min-width: 770px) {
  nav {
    color: #8FA93E; } }
