none/*
Theme Name: August Hill Winery
Theme URI: http://www.augusthillwinery.com
Description: Custom WordPress theme for August Hill Winery.
Version: 1.0
Author: coordinate°
Author URI: http://www.wearecoordinate.com
*/

/*
Gentium+Book+Basic:400,400i,700
Open+Sans:600,700

font-family: 'Open Sans', sans-serif;
font-family: 'Gentium Book Basic', serif;
*/

html { -webkit-text-size-adjust: none; }

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th { font-size: 1em; font-weight: normal; font-style: normal;}
ul,ol {list-style: none;}
fieldset,img {border: none;}
caption,th {text-align: left;}
table {border-collapse: collapse; border-spacing: 0;}

/* GLOBAL */
html {height: 100%;}
body {min-height: 100%; height: 100%; font-family: 'Gentium Book Basic', serif; font-weight: 400; color: #333; font-size: 1em; line-height: 1.4em;}
.up {text-transform: uppercase;}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}

ul {
  list-style:disc;
  padding-left:15px;
}

p {
  margin-bottom:1em;
}

strong {
  font-weight:bold;
}

h2 {
  color:#333333;
  text-transform:uppercase;
  font-family:'Open Sans', sans-serif;
  font-size:1.55rem;
  font-weight:bold;
  letter-spacing:0.03em;
  margin:0 0 12px;
}
h3 {
  color:#333333;
  text-transform:uppercase;
  font-family:'Open Sans', sans-serif;
  font-size:1.45rem;
  font-weight:bold;
  letter-spacing:0.03em;
  margin:0 0 10px;
}
h4 {
  color:#333333;
  text-transform:uppercase;
  font-family:'Open Sans', sans-serif;
  font-size:1.25rem;
  font-weight:bold;
  letter-spacing:0.03em;
  margin:0 0 10px;
}
h5 {
  color:#333333;
  text-transform:uppercase;
  font-family:'Open Sans', sans-serif;
  font-size:1rem;
  font-weight:bold;
  letter-spacing:0.03em;
  margin:0 0 10px;
}

/* BUTTONS */

a.button {
  border-radius: 0;
  border: 1px solid #000;
  display: inline-block;
  padding: 0 5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000;
}

@media screen and (min-width: 768px) and (max-width: 901px) {
  a.button {
	padding: 0 4rem;
  }
}

/* HR */

hr.hr-full {
  height: 1px;
  border: none;
  border-bottom: 1px solid #dedede;
  width: 25%;
  margin: 1rem auto;
}

hr.hr-half {
  height: 1px;
  border: none;
  border-bottom: 1px solid #dedede;
  width: 50%;
  margin: 1rem auto;
}

hr.hr-quarter {
  height: 1px;
  border: none;
  border-bottom: 1px solid #dedede;
  width: 25%;
  margin: 1rem 0;
}

/* SOCIAL ICONS */

.span.fa-stack {
  display: inline-block;
  line-height: 2em;
}

i.fa-stack-2x {
  color: #242424;
}

i.fa-stack-1x {
  color: #fff;
}

footer i.fa-stack-2x {
  color: #fff;
}

footer i.fa-stack-1x {
  color: #242424;
}

/* HEADER */

body > header {
  background-color: #242424;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-top: 2rem;
  text-align: center;
}

body > header img {
  max-width: 60%;
}

body > header ul {
  padding-left: 0;
}

body > header ul.menu li {
  display: inline-block;
}

body > header a {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

nav.desktop-nav {
  display: none;
}

nav.mobile-nav ul {
  margin: 1rem 0;
  text-align: center;
}

nav.mobile-nav ul li {
  margin-right: 0.9rem;
}

nav.mobile-nav ul li:last-child {
  margin-right: 0;
}

body > header a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 550px) {
  body > header .nine.columns, header .three.columns {
	width: 100%;
	margin-left: 0;
  }
  nav.mobile-nav {
	padding-bottom: 1rem;
  }
  body > header img {
	max-width: 40%;
  }
}

@media screen and (min-width: 750px) {
  nav.mobile-nav {
	display: none;
  }
  nav.desktop-nav {
	display: block;
  }
  body > header img {
	max-width: 35%;
  }
  body > header ul.menu {
  font-size: 0;
  margin: 1.5rem 0;
  }
  body > header ul.menu li {
	display: inline-block;
	padding: 0 0.5rem;
	border-right: 1px solid #dedede;
  }
  body > header ul.menu li:last-child {
	padding-right: 0;
	border-right: none;
  }
}

@media screen and (min-width: 900px) {
  body > header ul.menu li {
	padding: 0 1rem;
  }
}

@media screen and (min-width: 1080px) {
  body > header .three.columns {
	width: 22%;
  }
  body > header .nine.columns {
	width: 74%;
	margin-left: 4%;
  }
  body > header img {
	max-width: 100%;
  }
  body > header ul.menu {
	margin: 0;
	text-align: right;
  }
}

@media screen and (min-width: 1440px) {
  body > header ul.menu {
	margin: 0;
  }
}

/* SEARCH */

.header-search {
  line-height: 1;
}
	
.desktop-search {
  text-align: right;
  display: none;
}

.mobile-search input {
  width: 80%;
}

.header-search a {
  margin-right: 1rem;
  color: #808080;
}
	
.header-search form {
  display: inline-block;
}
	
.header-search input {
  background-color: #242424;
  border-radius: 0;
  padding: 0.25rem;
  height: auto;
  font-size: 0.8rem;
  border: 1px solid #808080;
}
		
.header-search button {
  padding: 0;
  line-height: 1;
  border: none;
  color: #808080;
  padding-left: 0.4rem;
}
			
.header-search i {
  vertical-align: 0;
}

@media screen and (min-width: 1080px) {
  .mobile-search {
	display: none;
  }
  .desktop-search {
	display: block;
  }
}

/* SITEMAP SEARCH */

.widget_search {
  text-align: center;
  margin-top: 2rem;
  border-top: 1px solid #747474;
}

.widget_search a {
  margin-right: 1rem;
  color: #747474;
}
	
.widget_search form {
  display: inline-block;
  margin-top: 2rem;
}
	
.widget_search input {
  background-color: #fff;
  border-radius: 0;
  padding: 0.25rem;
  height: auto;
  font-size: 1rem;
  border: 1px solid #747474;
}
		
.widget_search button {
  padding: 0;
  line-height: 1;
  border: none;
  color: #747474;
  padding-left: 0.4rem;
}
			
.widget_search i {
  vertical-align: 0;
}

/* FOOTER */
footer {
  background-color: #242424;
  color: #fff;
  font-family: 'Open+Sans', sans-serif;
  font-weight: normal;
  padding: 3rem 0;
  font-size: 0.875rem;
 
}

footer .row + .row {
 
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer span {
  display: block;
}

footer .three.columns, footer .two.columns {
  text-align: center;
  margin-bottom: 2rem;
}

footer .section-header {
  font-size: 1.125rem;
  font-family: 'Gentium Book Basic', serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

footer span + .section-header {
  margin-top: 1rem;
}

.copyright {
  text-align: center;
  font-family: 'Gentium Book Basic', serif;
  padding: 0.75rem 3rem 0 3rem;
	display: inline-block;
}

  .copyright-container {
	text-align: center;
	  }
  
  .copyright-container hr {
		display: none;
	  }
  
@media screen and (min-width: 550px) and (max-width: 1100px) {
  footer .three.columns, footer .two.columns, footer .four.columns {
	width: 50%;
	float: left;
	margin: 0 0 2rem 0;
  }	
}

@media screen and (min-width: 1100px) {
  footer .three.columns, footer .two.columns {
    text-align: left;
  }	
  hr.hr-half {
    margin: 1rem 0;
  }
  .copyright {
    text-align: left;
	padding: 0;
  display: block;
	}
	    .copyright-container hr {
		display: block;
	  }
}

/* FOOTER FORM */

footer #gform_wrapper_3 .gfield_required {
  display: none;
}

footer #gform_wrapper_3 input {
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  background-color: #333;
}

footer #gform_wrapper_3 input[type="submit"] {
  background-color: #242424;
  float: right;
}

footer #gform_wrapper_3 li.gfield {
  margin: 0;
}

footer #gform_wrapper_3 .gform_footer {
  padding: 0;
}

@media screen and (min-width: 1200px) {

  footer #gform_wrapper_3 .gfield_label {
	width: 14%;
  }
  
  footer #gform_wrapper_3 .ginput_container {
	margin-left: 14%;
  }
  
  footer #gform_wrapper_3 #input_3_2 {
	width: 81%;
  }
  footer #gform_wrapper_3 input[type="submit"] {
	margin-right: 26%;
  }  
}

/* SINGLE WINE */

.container.single-wine > .row > .twelve.columns {
  border-bottom: 1px solid #000;
}

.container.single-wine span, .container.single-wine p {
  display: block;
}

.container.single-wine p + p, .container.single-wine p + span, .container.single-wine a.button {
  margin-top: 1rem;
}

.container.single-wine span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.container.single-wine img {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}

.container.single-wine hr {
  margin: 1.5rem 0 2rem 0;
}	

.container.single-wine .button {
  border-radius: 0;
  border: 1px solid #000;
  display: inline-block;
  padding: 0 5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000;
}

@media screen and (min-width: 550px) and (max-width: 600px) {
  .container.single-wine .button {
	padding: 0 3rem;
  }
}

@media screen and (min-width: 601px) and (max-width: 1080px) {
  .container.single-wine .button {
	padding: 0 4rem;
  }
}
  
/* SINGLE LABEL */

.label-image {
	border: thin solid #000;
	max-width: 99%;
	box-sizing:border-box;
}

.container.single-label {
	border-bottom: thin solid #000;
	padding-bottom: 30px;
	box-sizing:border-box;
}

.labels-grid {
	padding-bottom: 4%;
}

.labels-grid img {
	max-width: 99%;
	border: thin solid #000;
	box-sizing:border-box;
}

.labels-grid .row + .row {
	margin-top: 3.5%;
}

@media screen and (max-width: 1300px) {
	.container.single-label .eight.columns {
		margin-left: 10%;
		width: 80%;
	}
}

@media screen and (max-width: 1000px) {
	.container.single-label .eight.columns {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 900px) {
	.nine.columns.labels-grid {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 700px) {
	.container.single-label .seven.columns, .container.single-label .five.columns {
		width: 100%;
		margin-left: 0;
		float: left;
	}
}

/* SHOP */

.ahw-shop-hero .bg-image {
  border: 1px solid #000;
}
			
.shop-nav {
  background-color: #bebebe;
  padding: 2rem;
  margin-bottom: 2rem;
}
	
.shop-nav ul {
  list-style-type: none;
  padding-left: 0;
}
	
.shop-nav ul:first-child > li {
  border-top: 1px solid #333;
}
		
.shop-nav ul:first-child > li:last-child {
  border-bottom: 1px solid #333;
}
			  
.shop-nav ul:first-child > li > a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 1rem 0;
  display: block;
}

.shop-nav ul:first-child > li > ul {
  margin: 0 0 1rem 0;
  font-size: 1rem;
}

.shop-nav ul:first-child > li > ul > li > a {
  padding: 0 0 0.5rem 0;
  color: #333;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

.shop-nav ul:first-child > li > ul > li > a:hover, .shop-nav .current-menu-item {
  text-decoration: underline;
}
			  
.shop-single-image {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  line-height: 0;
  box-sizing: border-box;
  text-align: center;  
}

.shop-single-image img {
  max-width: 30%;
  padding-top: 1rem;
}

.shop-single-title {
  background-color: #bebebe;
}
	
.shop-single-title a {
  padding: 0.5rem 0.25rem;
  color: #333;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.shop-grid div.four.columns {
  margin-bottom: 1rem;
}

.shop-grid div.four.columns:nth-child(4) {
  margin-left: 0;
}

@media screen and (max-width: 900px) {
  .container {
    max-width: 600px
	}
  .shop-nav.three.columns, .shop-grid.nine.columns {
    width: 100%;
    margin-left: 0;
  }
  .shop-nav {
    margin-bottom: 1rem;
  }
  .container.single-wine .three.columns, .container.single-wine .nine.columns {
    width: 100%;
    margin-left: 0;
  }
  .container.single-wine img {
    max-width: 20%;
	}
   .wine-hero {
	display: none;
  }
.full900 {
  width: 100% !important;
	float: left !important;
	margin: 0 !important;
  }
  .full900 .r-border {
    border: none;
  }


.shop-nav ul:first-child > li > a {
  font-size: 1rem;
  padding: 0.25rem 0;
}

.shop-nav ul:first-child > li > ul {
  margin: 0 0 0.25rem 0;
}

.shop-nav ul:first-child > li > ul > li > a {
  padding: 0 0 0.25rem 0;
  font-size: 0.8rem;
}
.shop-nav {
  padding: 1rem;
	}


}

@media screen and (max-width: 600px) {
    .container.single-wine img {
    max-width: 30%;
	}
}
	  

@media screen and (min-width: 1100px) {
  .container.single-wine .nine.columns {
    margin-top: 2rem;
  }
}
		
.footer-line { 
    height: 1rem;
    background: #bbbbbb;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#bbbbbb), to(#808080), color-stop(25%, #f9f9f9), color-stop(50%, #888888), color-stop(70%, #aeaba6));
}
	
/* GRAVITY FORMS */
#gform_wrapper_1, #gform_wrapper_1 h3.gform_title {
  margin-top: 0;
}
	
#gform_wrapper_1 label, #gform_wrapper_2 label {
  font-family: 'Open Sans', sans-serif;
  color: #747474;
  text-transform: uppercase;
  font-size: 0.8rem;
}

#gform_wrapper_1 input[type="submit"], #gform_wrapper_2 input[type="submit"] {
  display: block;
  border-radius: 0;
  border: 1px solid #000;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 0.8rem;
  float: right;
  margin-bottom: 1rem;
}
	
#gform_wrapper_1 textarea {
  margin-bottom: 0;
}
	
#gform_wrapper_1 .gform_footer {
  margin: 0;
}
	
/* VINESOS */
#vinesos-output h1 {
  font-size: 2rem;
}
		
/* STORE FINDER */

.store-finder {
	text-align: center;
}
		
.store-finder label {
	color: #333;
	text-align: left;
}

.store-form {
	margin-bottom: 1rem;
}

.store-form div {
	display: block;
}

.store-finder input[type="text"] {
	width: 100%;
	font-family: Helvetica, Arial, 'sans-serif';
}
	
.store-finder select {
	width: 100%;
	font-family: Helvetica, Arial, 'sans-serif';
}

.store-finder input[type="submit"] {
	margin-top: 1.9rem;
}

.store-finder label {
	margin-top: 0.5rem;
}

.store-map {
	float: left;
	width: 100%;
}

.store-results {
	width: 100%;
	float: left;
	background-color: #fff;
	margin-bottom: 1em;
}

.store-single {
	padding: 1em 0;
}
		
.store-single + .store-single {
	border-top: 1px solid #333;
}

.store-record {
	width: 30%;
	float: right;
	text-align: center;
  font-size: 1.25em;
  line-height: 1.2em;	
}

.store-name {
	font-size: 1.25rem;
}
		
.store-marker {
	color: #fff !important;
	display: inline-block;
	padding: 0.5em 0.75em;
	margin-bottom: 0.25em;
}
				
.store-miles {
	clear: both;
	display: block;
	color: #333;
}
		
.store-miles span {
	display: block;
}
		
.store-info {
	width: 70%;
	float: left;
	line-height: 1.5em;
	text-align: left;
}

.store-info a {
  display: block;
	color: #333;
}

.store-info span {
	display: block;
}

.store-info.products {
  width: 100%;
}

.store-info.products > span {
    display: list-item;
  list-style-type: disc; 
  list-style-position: inside;
}



@media (min-width: 865px) {
	.store-form div {
		display: inline-block;
	}
	.store-finder input[type="text"] {
		width: 280px;
	}	
	.store-map {
	  width: 70%;
	}
	.store-results {
	  padding-left: 2%;
		width: 28%;
	}
}

	
	
	#map { height: 700px; width: 100%; }
	.store-results { max-height: 700px; overflow-y: scroll; }
	.gm-style-iw .store-single { width: 250px; }
	.store-marker:hover, .store-name:hover { cursor: pointer; }
	.no-results-container { display: none; }
	.gm-style-iw {font-family: 'Gentium Book Basic', sans-serif !important; font-size: 1.25em !important;}
	.store-marker {background-color: #333; }
	@media (max-width: 620px) {
	.store-map {display: none;}
  }	
	@media (max-width: 900px) {
	.store-results {max-height: none; overflow: auto;}
  }			
  
  @media screen and (min-width: 1100px) {
  .store-finder .store-input {
	margin-right: 2rem;
	  }
}
	  
.store-results .products { display: none; }
	  
.gm-style-iw .products, .gm-style-iw .product-list {
  display: none;
}
	

/* CUSTOM LAYOUT OVERRIDES */
@media screen and (max-width: 767px) {
  .remove-mobile-spacing {
	margin-bottom: 0 !important;
  }
	}
	
/* EVENTS */

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container, 
.tribe-common .tribe-common-l-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: none;
}
.augwines-button.white {
	border: 1px solid #fff !important;
	color: #fff !important;
	padding: 16px 32px !important;
}

h3.tribe-events-month-event-title > a.url:hover {
	  text-decoration: underline !important;
	  color: #4c4c4c;
}

.tribe-events-calendar-month__header-column-title-desktop,
.tribe-events-calendar-month__header-column-title-mobile {
	color: rgb(20, 24, 39);
	text-align: center;
	padding-top:15px !important;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
	color: #fff !important;
}

.tribe-events .tribe-events-header {
	margin: 0 !important;
}

.tribe-common .tribe-common-c-svgicon__svg-fill,
.tribe-events .tribe-events-c-events-bar__search-button-icon-svg path {
	fill: #fff !important;
}

#tribe-events-pg-template {
	max-width: none !important;
}

.tribe-events time {
	color: rgb(20, 24, 39) !important;
}

.tribe-common .tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
	display: block !important;
	visibility: visible;
	color: rgb(20, 24, 39) !important;
}
.tribe-events-c-top-bar__datepicker-mobile {
	display: none !important;
}
.tribe-events-content ul {
	list-style-position: outside !important;
	padding-left:20px !important;
}