/*
Theme Name:     Brown Magpie Wines
Description: 	Brown Magpie Wines Custom Theme
Author:         Christom Web Design
Author URI:     http://www.christom.com.au/
Version:        1.0.0
*/
/**********************************************/
/*                   GLOBAL                   */
/**********************************************/
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

.trans {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .desktop {
    display: block;
  }
}

.mobile {
  display: block;
}

@media screen and (min-width: 1024px) {
  .mobile {
    display: none;
  }
}

.smaller-screen {
  display: none;
}

@media screen and (min-width: 768px) {
  .smaller-screen {
    display: block;
  }
}

.col {
  float: left;
}

.col.x4 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col.x4 {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .col.x4 {
    width: 25%;
  }
}

.col.x2 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col.x2 {
    width: 50%;
  }
}

.col.x25 {
  width: 23.5%;
  margin-right: 1.5%;
}

@media screen and (max-width: 768px) {
  .col.x25 {
    width: 100%;
  }
}

.col.x75 {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .col.x75 {
    width: 100%;
  }
}

.col.x33 {
  width: 31.5%;
  margin-right: 1.5%;
}

@media screen and (max-width: 768px) {
  .col.x33 {
    width: 100%;
  }
}

.col.x66 {
  width: 66%;
}

@media screen and (max-width: 768px) {
  .col.x66 {
    width: 100%;
  }
}

/** {
	-webkit-transition: all 0.3s linear;
	-moz-transition:    all 0.3s linear;
	-ms-transition:     all 0.3s linear;
	-o-transition:      all 0.3s linear;
	transition:  		all 0.3s linear;
}*/
::-webkit-input-placeholder {
  color: #571b04;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #571b04;
}

::-moz-placeholder {
  color: #571b04;
}

:-ms-input-placeholder {
  color: #571b04;
}

/**********************************************/
/*                   TYPOGRAPHY               */
/**********************************************/
@font-face {
  font-family: 'Klavika-Light';
  src: url("assets/fonts/Klavika-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Klavika-Light.otf") format("opentype"), url("assets/fonts/Klavika-Light.woff") format("woff"), url("assets/fonts/Klavika-Light.ttf") format("truetype"), url("assets/fonts/Klavika-Light.svg#Klavika-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika-Bold';
  src: url("assets/fonts/Klavika-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Klavika-Bold.otf") format("opentype"), url("assets/fonts/Klavika-Bold.woff") format("woff"), url("assets/fonts/Klavika-Bold.ttf") format("truetype"), url("assets/fonts/Klavika-Bold.svg#Klavika-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: 'Klavika-Light', sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

.site-main h2 {
  display: inline-block;
  font-family: "adobe-garamond-pro",sans-serif;
  font-weight: normal;
  font-size: 1.335em;
  text-transform: uppercase;
  padding: 13px 0 8px;
  margin: 0;
  letter-spacing: 0.025em;
  line-height: 1em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .site-main h2 {
    font-size: 2.5em;
  }
}

p, ul {
  margin: 0.75em 0;
  line-height: 1.5em;
}

a {
  color: #571b04;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  margin: 1.5em 0 0;
}

.btn a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 19px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: block;
}

@media screen and (min-width: 768px) {
  .btn a {
    padding: 14px 29px;
  }
}

.btn.main a {
  background: #571b04;
}

.btn.main a:hover {
  background: #320e00;
}

/**********************************************/
/*                   MAIN                     */
/**********************************************/
.container {
  width: 100%;
  padding: 0 13px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0%;
  }
}

.breadcrumbs {
  text-align: center;
  margin-bottom: 1.556em;
  color: #571b04;
}

.breadcrumbs a {
  color: #571b04;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

/**********************************************/
/*                   HEADER                   */
/**********************************************/
.site-header {
  padding: 14px 0;
  background: #fff9f4;
}

.site-header.sticky {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: rgba(255, 249, 244, 0.95);
  -webkit-box-shadow: 0 0 5px 0px #ccc;
          box-shadow: 0 0 5px 0px #ccc;
}

.site-header.sticky .site-branding {
  width: 161px;
}

.site-header.sticky .header-module {
  margin-top: 26px;
}

.site-header .site-branding {
  display: inline-block;
  width: 211px;
  float: left;
}

.site-header .site-branding .site-title {
  margin: 0;
  line-height: 0;
}

.site-header .site-branding .site-title a {
  display: inline-block;
  line-height: 0;
}

.site-header .site-branding .site-title a img {
  max-width: 100%;
}

.site-header .mobile .site-branding {
  margin-left: 13px;
  width: 138px;
}

.shop-icon {
  position: absolute;
  right: 66px;
  top: 30px;
}

/**********************************************/
/*                   NAVIGATION               */
/**********************************************/
.header-module {
  float: right;
  margin-top: 36px;
}

.header-module .menu-main-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-module .menu-main-menu-container ul li {
  float: left;
}

.header-module .menu-main-menu-container ul li a {
  text-decoration: none;
  color: #571b04;
  text-transform: uppercase;
  padding: 14px 21px 12px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-left: 6px;
  font-size: 16px;
}

@media screen and (min-width: 1200px) {
  .header-module .menu-main-menu-container ul li a {
    margin-left: 14px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header-module .menu-main-menu-container ul li a {
    padding: 14px 10px 12px;
  }
}

.header-module .menu-main-menu-container ul li a:hover {
  color: #fff;
  background: #571b04;
}

.header-module .menu-main-menu-container ul li:last-child a {
  color: #fff;
  background: #571b04;
}

.header-module .menu-main-menu-container ul li:last-child a:hover {
  text-decoration: underline;
}

.slicknav_menu {
  background: none;
  padding: 0;
}

.slicknav_menu .slicknav_btn {
  position: absolute;
  right: 23px;
  background: none;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  margin: 1.75em 0 0 0;
  padding: 0;
}

.slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #571b04;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slicknav_menu .slicknav_nav {
  position: absolute;
  background: #fff9f4;
  z-index: 3;
  top: 94px;
  width: 100%;
}

.slicknav_menu .slicknav_nav .menu {
  margin: 0;
}

.slicknav_menu .slicknav_nav .menu li {
  text-align: center;
}

.slicknav_menu .slicknav_nav .menu li a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #571b04;
  line-height: 54px;
  border-bottom: 1px solid #e0dbd7;
}

.slicknav_menu .slicknav_nav .menu li a:hover {
  background: #571b04;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #fff;
}

/**********************************************/
/*                   SOCIAL MEDIA             */
/**********************************************/
/**********************************************/
/*                   HOME                     */
/**********************************************/
#flexslider-container {
  background: #fff6ee;
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  #flexslider-container {
    font-size: 0.85rem;
  }
}

#flexslider-container .flexslider {
  margin: 0;
  border: 0;
}

#flexslider-container .flexslider .slides li {
  position: relative !important;
}

#flexslider-container .flexslider .slides li .flex-caption {
  padding-right: 14.667%;
  color: #fff;
  margin-top: 14em;
}

@media screen and (max-width: 1200px) {
  #flexslider-container .flexslider .slides li .flex-caption {
    margin-top: 3em;
  }
}

#flexslider-container .flexslider .slides li .flex-caption p {
  color: #fff;
  font-size: 1.115em;
}

#flexslider-container .flexslider .slides li .slider-anchor {
  color: #fff;
  font-size: 5em;
  opacity: 0.6;
  display: none;
  width: 58px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  #flexslider-container .flexslider .slides li .slider-anchor {
    display: block;
    position: absolute;
    bottom: 135px;
    left: 48.5%;
  }
}

#flexslider-container .flexslider .slides li .slider-anchor:hover {
  opacity: 1;
}

#flexslider-container .flexslider .flex-control-nav {
  width: auto;
  top: 40%;
  bottom: auto;
  right: 6.95em;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  #flexslider-container .flexslider .flex-control-nav {
    right: 1.95em;
  }
}

#flexslider-container .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 1.3em;
}

#flexslider-container .flexslider .flex-control-nav li a {
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #571b04;
  border: 2px solid #b4b4b4;
}

#flexslider-container .flexslider .flex-control-nav li a.flex-active {
  background: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#flexslider-container .slider-overlay {
  background: rgba(113, 87, 31, 0.4);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#flexslider-container .slider-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  #flexslider-container .slider-desktop {
    display: block;
  }
}

#flexslider-container .slider-mobile {
  display: block;
}

@media screen and (min-width: 768px) {
  #flexslider-container .slider-mobile {
    display: none;
  }
}

#flexslider-container .slider-mobile .slides li {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 503px;
}

#flexslider-container .slider-mobile .slides li .slider-overlay .flex-caption {
  margin-top: 3em;
  padding-right: 0;
}

#flexslider-container .slider-mobile .flex-control-nav {
  width: 100%;
  top: auto;
  right: auto;
  bottom: 0;
}

#flexslider-container .slider-mobile .flex-control-nav li {
  display: inline-block;
}

.sec-content {
  padding: 33px 0;
  color: #595959;
  position: relative;
}

.sec-content #first-section {
  position: absolute;
  top: -250px;
}

@media screen and (min-width: 768px) {
  .sec-content {
    padding: 4.615em 0 3.865em;
  }
}

.sec-content h2 {
  border-top: 1px solid #571b04;
  border-bottom: 1px solid #571b04;
  color: #571b04;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.sec-content header {
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .sec-content header {
    margin-bottom: 1.389em;
  }
}

.sec-content img {
  max-width: 100%;
}

.sec-content#sec-news {
  background: none;
}

@media screen and (min-width: 768px) {
  .sec-content#sec-news {
    background: url("images/sec-news-tr.png") top right no-repeat, url("images/sec-news-cc.png") center 280px no-repeat, url("images/sec-news-bl.png") bottom left no-repeat;
  }
}

.sec-content.two-col {
  padding: 0;
}

.sec-content.two-col h2 {
  padding-left: 0 !important;
}

.sec-content.two-col.set-a .col:first-child {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.set-a .col:first-child {
    width: 51%;
  }
}

.sec-content.two-col.set-a .col:first-child .content {
  width: 100%;
  float: right;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 13px;
  padding-right: 13px;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.set-a .col:first-child .content {
    padding-top: 4.615em;
  }
}

@media screen and (min-width: 1200px) {
  .sec-content.two-col.set-a .col:first-child .content {
    width: 600px;
    padding-right: 3em;
  }
}

.sec-content.two-col.set-a .col:first-child .content h2 {
  margin-bottom: 0.535em;
}

.sec-content.two-col.set-a .col:last-child {
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.set-a .col:last-child {
    width: 49%;
    height: auto;
  }
}

.sec-content.two-col.set-a .col:last-child .content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.set-a .col:last-child .content {
  }
}


.page-id-11 .set-b{
	display:none !important;
}
.sec-content.two-col.set-b .col:last-child {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.set-b .col:last-child {
    width: 51%;
  }
}

.sec-content.two-col.set-b .col:last-child .content {
  width: 100%;
  float: left;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 13px;
  padding-right: 13px;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.set-b .col:last-child .content {
    padding-top: 4.615em;
  }
}

@media screen and (min-width: 1200px) {
  .sec-content.two-col.set-b .col:last-child .content {
    width: 600px;
    padding-left: 3em;
  }
}

.sec-content.two-col.set-b .col:last-child .content h2 {
  margin-bottom: 0.535em;
}

.sec-content.two-col.set-b .col:first-child {
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.set-b .col:first-child {
    width: 49%;
  }
}

.sec-content.two-col.set-b .col:first-child .content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.set-b .col:first-child .content {
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-content.two-col.inner {
    font-size: 0.875rem;
  }
}

.sec-content.two-col.inner .col:first-child .content {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.inner .col:first-child .content {
  }
}

.sec-content.two-col.inner .col:last-child .content {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.inner .col:last-child .content {
  }
}

.sec-content.two-col.inner.set-b .col:first-child {
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.inner.set-b .col:first-child {
    width: 49%;
    height: auto;
  }
}

.sec-content.two-col.inner.set-b .col:first-child .content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.inner.set-b .col:first-child .content {
  }
}

.sec-content.two-col.inner.set-b .col:last-child {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.inner.set-b .col:last-child {
    width: 51%;
  }
}

.sec-content.two-col.inner.set-b .col:last-child .content {
  width: 100%;
  float: left;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 13px;
  padding-right: 13px;
}

@media screen and (min-width: 768px) {
  .sec-content.two-col.inner.set-b .col:last-child .content {
    padding-top: 4.615em;
  }
}

@media screen and (min-width: 1200px) {
  .sec-content.two-col.inner.set-b .col:last-child .content {
    padding-left: 3em;
    width: 600px;
  }
}

.sec-content.two-col.inner.set-b .col:last-child .content h2 {
  margin-bottom: 0.90em;
}

.news-list {
  list-style: none;
  padding: 0;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .news-list li:first-child {
    width: 100%;
  }
  .news-list li:not(:first-child) {
    display: none;
  }
}

.news-list li {
  width: 32%;
  float: left;
  margin-right: 2%;
  background: #fff6ee;
  padding: 1em;
  border: 1px solid #fff6ee;
  min-height: 401px;
}

/*div.grid-sizer {
  width: 32%;
  display: none;
}*/

.news-list li:last-child {
  margin-right: 0;
}

.news-list li a {
  color: #595959;
  text-decoration: none;
}

.news-list li a span {
  text-transform: uppercase;
  font-size: 13px;
  font-style: italic;
}

.news-list li a h3 {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 0.5em;
}

.news-list li a .read-more {
  font-size: 15px;
  font-style: italic;
  color: #571b04;
  text-transform: uppercase;
  font-weight: bold;
}

.news-list li:hover {
  background: url("images/news-brown-mag.png") #fffaf7 no-repeat bottom right;
  border: 1px solid #eee8e5;
}

.news-list li:hover a .read-more {
  border-top: 1px solid #571b04;
  border-bottom: 1px solid #571b04;
  padding: 12px 10px 10px;
}

.news-list li:hover a .read-more i {
  display: none;
}

/**********************************************/
/*                   PAGE                     */
/**********************************************/
#page-banner-default {
  display: inline-block !important;
}

#page-banner-default,
#page-banner {
  position: relative;
  line-height: 0;
  display: none;
  width: 100%;
}

#page-banner-default img,
#page-banner img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#page-banner-default .slider-overlay,
#page-banner .slider-overlay {
  background: rgba(113, 87, 31, 0.4);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#page-banner-default .flex-caption,
#page-banner .flex-caption {
  padding-right: 14.667%;
  color: #fff;
  margin-top: 14em;
}

@media screen and (max-width: 1200px) {
  #page-banner-default .flex-caption,
  #page-banner .flex-caption {
    margin-top: 3em;
  }
}

#page-banner-default .flex-caption p,
#page-banner .flex-caption p {
  color: #fff;
  font-size: 1.115em;
}

#page-banner-default .slider-anchor,
#page-banner .slider-anchor {
  color: #fff;
  font-size: 5em;
  opacity: 0.6;
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 12px;
}

@media screen and (min-width: 1200px) {
  #page-banner-default .slider-anchor,
  #page-banner .slider-anchor {
    bottom: 2.5em;
  }
}

@media screen and (min-width: 1024px) {
  #page-banner-default .slider-anchor,
  #page-banner .slider-anchor {
    bottom: 1.5em;
  }
}

@media screen and (min-width: 600px) {
  #page-banner-default .slider-anchor,
  #page-banner .slider-anchor {
    display: block;
  }
}

#page-banner-default .slider-anchor:hover,
#page-banner .slider-anchor:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #page-banner-default.desktop,
  #page-banner.desktop {
    display: block;
  }
}

#page-banner-default.mobile,
#page-banner.mobile {
  display: block;
  height: 503px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

@media screen and (min-width: 768px) {
  #page-banner-default.mobile,
  #page-banner.mobile {
    display: none;
  }
}

.page-template-cellar-door .cellar-door-main .col.first {
  padding-right: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .page-template-cellar-door .cellar-door-main .col.first {
    padding-right: 1%;
    text-align: right;
  }
}

.page-template-cellar-door .cellar-door-main .col.last {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .page-template-cellar-door .cellar-door-main .col.last {
    padding-left: 1%;
  }
}

.awards-page {
  background: url("images/news-page-tr.png") right 230px no-repeat, url("images/news-page-bl.png") left 650px no-repeat;
  background-size: 10%;
}

.news-page {
  background: url("images/news-page-tr.png") right 230px no-repeat, url("images/news-page-bl.png") left 650px no-repeat;
}

.news-page .pagination {
  font-size: 16px;
}

.news-page .pagination h2 {
  display: none;
}

.news-page .pagination .current {
  background: #571b04;
  color: #fff;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
}

.news-page .pagination a {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  text-decoration: none;
  color: #571b04;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.news-page .pagination a:hover {
  background: #571b04;
  color: #fff;
}

.news-page .news-list li {
  margin-bottom: 1em;
}

.news-page .news-list li:nth-child(3n+3) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .news-page .news-list li {
    width: 100%;
    min-height: auto;
  }
  .news-page .news-list li:not(:first-child) {
    display: block;
  }
}

.acf-map {
  width: 100%;
  height: 444px;
}

.acf-map img {
  max-width: 100%;
}

.page-template-contact .sec-content.two-col.set-a .col .content {
  min-height: 575px;
}

.page-template-contact .sec-content.two-col.set-a .col:first-child {
  width: 57%;
}

.page-template-contact .sec-content.two-col.set-a .col:first-child .content {
  margin-right: 14%;
  padding-right: 13px;
}

@media screen and (max-width: 1199px) {
  .page-template-contact .sec-content.two-col.set-a .col:first-child .content {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-template-contact .sec-content.two-col.set-a .col:first-child {
    width: 100%;
  }
}

.page-template-contact .sec-content.two-col.set-a .col:last-child {
  width: 43%;
}

@media screen and (max-width: 767px) {
  .page-template-contact .sec-content.two-col.set-a .col:last-child {
    display: none;
  }
}

.page-template-contact .wpcf7-form input {
  width: 100%;
  border: 1px solid #c8aea1;
  padding: 12px 10px;
  margin-bottom: 1em;
  font-size: 16px;
  outline-color: #571b04;
}

.page-template-contact .wpcf7-form p {
  margin: 0.5em 0;
}

.page-template-contact .wpcf7-form textarea {
  width: 100%;
  border: 1px solid #c8aea1;
  outline-color: #571b04;
  padding: 12px 10px;
  font-size: 16px;
}

.page-template-contact .wpcf7-form .wpcf7-submit {
  font-family: 'Klavika-Light';
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  outline-color: #571b04;
  padding: 19px 3em;
  background: #571b04;
  color: #fff;
  margin: 0;
  cursor: pointer;
  width: auto;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.page-template-contact .wpcf7-form .wpcf7-radio input {
  width: initial;
  border: none;
}

.page-template-contact .wpcf7-form .col.x2 {
  width: 49% !important;
  height: auto !important;
  display: block !important;
}

.page-template-contact .wpcf7-form .col.x2:first-child {
  margin-right: 2%;
}

.page-template-contact .wpcf7-form .wpcf7-response-output {
  margin: 0;
}

.error-404 {
  min-height: 50vh;
  background: #fff9f4;
  text-align: center;
}

.awards-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #e8e8e9;
  background-color: #fff;
}

.awards-list .header {
  font-family: 'Klavika-Bold';
  color: #571b04;
  text-transform: uppercase;
  padding: 26px 20px;
}

@media screen and (max-width: 870px) {
  .awards-list .header {
    display: none;
  }
}

.awards-list li {
  border-bottom: 1px solid #e8e8e9;
  padding: 14px 20px;
  cursor: pointer;
}

.awards-list li:hover {
  background: #571b04;
  color: #fff;
}

.awards-list li:hover div.year:before,
.awards-list li:hover div.wine:before,
.awards-list li:hover div.award:before {
  color: #fff;
}

.awards-list li div {
  display: inline-block;
}

@media screen and (max-width: 870px) {
  .awards-list li div {
    margin: 0.25em 0;
    text-align: center;
  }
}

.awards-list li div.year {
  width: 38%;
}

@media screen and (max-width: 870px) {
  .awards-list li div.year {
    width: 100%;
  }
  .awards-list li div.year:before {
    content: 'Year & Award';
    font-family: 'Klavika-Bold';
    color: #571b04;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}

.awards-list li div.wine {
  width: 38%;
}

@media screen and (max-width: 870px) {
  .awards-list li div.wine {
    width: 100%;
  }
  .awards-list li div.wine:before {
    content: 'Winning Wine';
    font-family: 'Klavika-Bold';
    color: #571b04;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}

.awards-list li div.award {
  width: 23%;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 870px) {
  .awards-list li div.award {
    width: 100%;
    text-align: center;
  }
  .awards-list li div.award:before {
    content: 'Award';
    font-family: 'Klavika-Bold';
    color: #571b04;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}

.awards-list li div.award img {
  position: relative;
  top: 5px;
  left: auto;
}

/**********************************************/
/*                   INDEX                    */
/**********************************************/
/**********************************************/
/*                   PLUGINS                  */
/**********************************************/
.sec-content.no-pads {
  padding-top: 0;
  padding-bottom: 0;
}

#sb_instagram #sbi_load {
  display: none;
}

@media screen and (max-width: 480px) {
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 50%;
  }
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item .sbi_photo,
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item .sbi_photo,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo,
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item .sbi_photo,
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item .sbi_photo,
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item .sbi_photo {
    height: 187.5px !important;
  }
}

.mc4wp-form {
  text-align: center;
}

.mc4wp-form .mc4wp-form-fields {
  margin-top: 25px;
}

.mc4wp-form .mc4wp-form-fields input {
  font-family: 'Klavika-Light';
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  outline-color: #571b04;
  padding: 19px 1em;
  background: #fff6ee;
  margin: 0.5em 0;
  width: 96%;
}

@media screen and (min-width: 768px) {
  .mc4wp-form .mc4wp-form-fields input {
    width: 35%;
    margin: 1em 11px;
  }
}

.mc4wp-form .mc4wp-form-fields input[type="submit"] {
  width: 96%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #571b04;
  color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .mc4wp-form .mc4wp-form-fields input[type="submit"] {
    width: 285px;
  }
}

/**********************************************/
/*                   SINGLE                   */
/**********************************************/
/**********************************************/
/*                   SIDEBAR                  */
/**********************************************/
/**********************************************/
/*                   FOOTER                   */
/**********************************************/
.site-footer {
  background: #571b04;
  font-size: 0.67rem;
  color: #fff;
}

.site-footer .back-to-top {
  color: #fff;
  width: 40px;
  height: 32px;
  text-align: center;
  display: block;
  right: 0;
  position: absolute;
  top: -32px;
  line-height: 32px;
  background: #571b04;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  font-size: 24px;
}

.site-footer .footer-module {
  position: relative;
  padding: 2.25em 13px;
}

.site-footer .footer-module .col p {
  color: #fff;
}

.site-footer .footer-module .col .widget_nav_menu ul {
  list-style: none;
  padding: 0;
}

.site-footer .footer-module .col .widget_nav_menu ul li {
  margin: 1em 0;
}

.site-footer .footer-module .col .widget_nav_menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
}

.site-footer .footer-module .col .widget_nav_menu ul li a:hover {
  text-decoration: underline;
}

.site-footer .footer-module .col:last-child {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .site-footer .footer-module .col:last-child p {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .site-footer .footer-module .col {
    margin: 0.75em 0;
  }
}

.site-footer .site-info {
  background: #320e00;
  padding: 13px 0;
}

.site-footer .site-info p {
  margin: 0;
  color: #fff;
  line-height: 32px;
}

.site-footer .site-info p span {
  color: #a48174;
}

.site-footer .site-info .copyright {
  float: left;
}

@media screen and (max-width: 767px) {
  .site-footer .site-info .copyright {
    float: none;
    text-align: center;
  }
}

.site-footer .site-info .footer-icons {
  float: right;
}

@media screen and (max-width: 767px) {
  .site-footer .site-info .footer-icons {
    float: none;
    text-align: center;
  }
}

.site-footer .site-info .footer-icons a {
  display: inline-block;
  text-align: center;
}

.site-footer .site-info .footer-icons a span {
  color: #fff;
}

.site-footer .site-info .footer-icons a span .fa-inverse {
  color: #571b04;
}

.site-footer .site-info .footer-icons a:nth-child(4n), .site-footer .site-info .footer-icons a:nth-child(5n) {
  width: 50px;
  cursor: default;
}

.site-footer .site-info .footer-icons a:nth-child(4n) span i, .site-footer .site-info .footer-icons a:nth-child(5n) span i {
  font-size: 32px;
  line-height: 32px;
}

.site-footer .site-info .footer-icons a:hover .fa-circle {
  color: #000;
}

/**********************************************/
/*                   WOOCOMMERCE              */
/**********************************************/
.home .woocommerce ul.products {
  margin-top: 25px;
}

.home .woocommerce ul.products li {
  margin-bottom: 0;
  text-align: left !important;
}

.home .woocommerce ul.products li.product {
  /*  width: 18.667%;
  margin: 0 1.66% 0 0;*/
  width: 15.667%;
  margin: 0 0.5% 10px;
}

.home .woocommerce ul.products li.product .mobile-bg {
  display: none;
}

@media screen and (max-width: 768px) {
  .home .woocommerce ul.products li.product {
    width: 48%;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 460px) {
  .home .woocommerce ul.products li.product {
    width: 100%;
    margin: 0.5em 0;
    overflow: hidden;
    height: 136px;
  }
  .home .woocommerce ul.products li.product img {
    display: none;
  }
  .home .woocommerce ul.products li.product .mobile-bg {
    height: 136px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
  }
}

.home .woocommerce ul.products li.product:last-child {
  margin-right: 0;
}

.home .woocommerce ul.products li.product img {
  margin: 0;
}

.home .woocommerce ul.products li.product .cat-overlay {
  background: rgba(40, 15, 3, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home .woocommerce ul.products li.product:hover .cat-overlay {
  background: rgba(87, 27, 4, 0.75);
}

.home .woocommerce ul.products li.product h3 {
  position: absolute;
  bottom: 1em;
  color: #fff;
  font-family: "adobe-garamond-pro",sans-serif;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 1em;
  word-spacing: 99999rem;
}

.woocommerce div.product .product_title {
  padding: 13px 0 8px;
}

.woocommerce ul.products li.product {
  margin-bottom: 2em;
}

.woocommerce ul.products li.product a.added_to_cart {
  display: none;
}

.woocommerce ul.products li.product a .custom-product-info {
  /*background: #fff6ee;*/
}

.woocommerce ul.products li.product a .custom-product-info h3 {
  font-family: Klavika-Bold;
  border-top: 1px solid #571b04;
  border-bottom: 1px solid #571b04;
  display: inline-block;
  margin: 0 0.5em;
  min-height: 74px;
}

.woocommerce ul.products li.product a .custom-product-info .price {
  margin: 0;
  padding: 0.75em;
  color: #595959;
}

.woocommerce ul.products li.product a.button {
  width: 100%;
  background: #571b04;
  color: #fff;
  font-family: 'Klavika-Light';
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.woocommerce ul.products li.product a.button:hover {
  background: #fff6ee;
  color: #571b04;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #fff6ee;
  border-top-color: #571b04 !important;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  background: #571b04 !important;
  color: #fff !important;
  text-decoration: uppercase;
}

.woocommerce-info:before {
  color: #571b04 !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 31.335%;
  margin-right: 3%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48%;
    margin-right: 2%;
  }
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: 0 !important;
}

.related ul.products li.product {
  width: 23.5%;
  margin-right: 1.5%;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .related ul.products li.product {
    width: 48%;
    margin-right: 2%;
  }
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: left;
  width: 100%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
}

.woocommerce a.remove {
  font-family: 'Klavika-Bold';
  color: #571b04 !important;
}

.woocommerce a.remove:hover {
  background: none;
  color: #571b04 !important;
}

.type-product .breadcrumbs {
  text-align: left;
}

.type-product .summary header.sec-title {
  text-align: left !important;
}

.woof_submit_search_form_container {
  display: none;
}

.tax-product_cat .WOOF_Widget {
  display: none;
}

.widget {
  margin: 1em 1em 0 0;
}

.widget h2.widgettitle {
  font-family: 'Klavika-Bold';
  font-size: 18px;
  margin-bottom: 1em;
}

.widget .mini_cart_item img {
  display: none;
}

.widget_shopping_cart_content a.button {
  background: #fff6ee;
  color: #571b04;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
  text-align: center;
  margin: 0.25em 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.widget_shopping_cart_content a.button:hover {
  background: #571b04;
  color: #fff;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: 1px solid #571b04;
  padding-top: 0.75em;
}

ul.woof_list {
  padding: 0;
}

ul.woof_list .woof_checkbox_count {
  display: none;
}

.single-product .summary .amount {
  font-size: 18px;
  font-family: 'Klavika-Bold';
  color: #595959;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-top: 2em;
}

.woocommerce div.product form.cart .quantity .qty,
.woocommerce div.product p.cart .quantity .qty {
  width: 50px;
  height: 48px;
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product p.cart .single_add_to_cart_button {
  background: #571b04;
  text-transform: uppercase;
  font-family: 'Klavika-Light';
  padding: 15px 5em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce div.product p.cart .single_add_to_cart_button:hover {
  background: #fff6ee !important;
  color: #571b04;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  background-color: #571b04 !important;
  text-transform: uppercase;
  font-family: 'Klavika-Light';
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #571b04;
  color: #fff;
  font-family: 'Klavika-Light';
  text-transform: uppercase;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #fff6ee;
  color: #571b04;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #c8aea1;
}

.single-product #loader-wrapper {
  display: none;
}

.select2-container .select2-choice {
  border: 1px solid #c8aea1;
}

.wc-terms-and-conditions label.checkbox span.required:before {
  content: ' and of over 18 years of age.';
  color: #595959;
  font-weight: normal;
}

/**********************************************/
/*                   VIEWPORTS                */
/**********************************************/
/* 
 _____   _           _         _                        _                  
|_   _| | |         | |       | |                      | |                 
  | |   | |__   __ _| |_ ___  | |_ ___  _ __ ___   __ _| |_ ___   ___  ___ 
  | |   | '_ \ / _` | __/ _ \ | __/ _ \| '_ ` _ \ / _` | __/ _ \ / _ \/ __|
 _| |_  | | | | (_| | ||  __/ | || (_) | | | | | | (_| | || (_) |  __/\__  \___/  |_| |_|\__,_|\__\___|  \__\___/|_| |_| |_|\__,_|\__\___/ \___||___/

Oh nice, welcome to the stylesheet of dreams. 
It has it all. Classes, ID's, comments...the whole lot:)
Enjoy responsibly!
@ihatetomatoes

*/
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #571b04;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #571b04;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #571b04;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* 
	Ok so you have made it this far, that means you are very keen to on my code. 
	Anyway I don't really mind it. This is a great way to learn so you actually doing the right thing:)
	Follow me @ihatetomatoes
*/
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff6ee;
  z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

#loader {
  z-index: 1001;
  /* anything higher than z-index: 1000 of .loader-section */
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
  opacity: 0;
}

.loaded #loader-wrapper {
  visibility: hidden;
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
}

.loaded #loader-wrapper {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 0.6s ease-out;
  transition: all 0.3s 0.6s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.woocommerce span.onsale {
  min-height: 50px !important;
  min-width: 50px !important;
  padding: 0 !important;
  background: #571b04;
}

.woocommerce-order-received #loader-wrapper {
  display: none;
}

#sb_instagram {
	display: none;
}

.home .woocommerce ul.products > h3 {
  display: none;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

.woocommerce ul.products li.product a img {
  max-height: 414px;
}


/* checkout page custom field styling */
#additional_deliver_home_field input.input-radio{
	display: inline;
	margin-right: 4px
}
#additional_deliver_home_field label.radio{
	display: inline-block;
}