/*
Theme Name: Liquor 2015
Design: Ashish Gatne
Coding: Jeffrey Glover, Shalltell Uduojie
Author URI: http://liquor.com
Version: 1.0
*/
body {
  font-family: 'Bitter', 'Georgia', serif;
  font-weight: 400;
}
.inner-content-width {
  width: 960px;
  margin: 0 auto;
}
a:link,
a:visited {
  color: #000000;
}
a:hover {
  color: #666666;
}
a:active {
  color: #000000;
}
a.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link   doesn't get underlined */

  z-index: 100;
  /* raises anchor tag above everything else in div */

  background-color: white;
  /*workaround to make clickable in IE */

  opacity: 0;
  /*workaround to make clickable in IE */

  filter: alpha(opacity=1);
  /*workaround to make clickable in IE */

  cursor: pointer;
}
a.vglnk,
a.vglnk:visited {
  color: inherit;
  text-decoration: none;
}
a.vglnk:hover {
  color: inherit;
  text-decoration: underline;
}

.recipe-container p,
.article-container p,
.slideshow-container .slide-copy,
.brands-container {
	font-size: 1.1em;
}


.acid-links a:link,
.acid-links a:visited {
  text-decoration: none !important;
	border-bottom: 2px solid #99cccc;
	padding: 0px 2px;
}
.acid-links a:hover {
  text-decoration: none !important;
	background-color: #CCEEEE;	
}
.acid-links a:active {
  text-decoration: none;
}

.acid-links .recipe-link a,
.acid-links .component-link a {
	border-bottom: 0;
	padding: 1px 8px;
}

.acid-links .recipe-link a:hover,
.acid-links .component-link a:hover {
	background-color: none;	
}




strong {
  font-weight: 700;
}
img {
  border: 0;
}
img.darken {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.sans {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-weight: 400;
}
.divider-font {
  font-family: 'Oswald', 'Georgia', serif;
  font-weight: 300;
}
.serif {
  font-family: 'Bitter', 'Georgia', serif;
  font-weight: 300;
}
.serif-fat {
  font-family: 'Abril Fatface', 'Georgia', serif;
  font-weight: 300;
}
h1 {
  font-size: 2.4em;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 700;
}
h2 {
  font-size: 1.6em;
  margin-top: 0px;
  margin-bottom: 5px;
}
h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: 5px;
}
h4.section-title {
  width: 100%;
  text-align: center;
  font-family: 'Oswald', 'Impact', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 1em;
  color: #999999;
}
h4.section-title:before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
h4.section-title span {
  background: #ffffff;
  padding: 0 15px;
  font-size: 0.8em;
  letter-spacing: 2px;
}
.header-2015 {
	font-size: 2.5em;
  font-family: 'Abril Fatface', 'Georgia', serif;
}
.subhead-2015 {
	font-size: 1.5em;
}

/*
.add-shadow {
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 1);
}
*/
.white {
  color: white;
}
.black {
  color: black;
}
.accent-color {
  color: #FF0000;
  /* We don't have an accent color yet, but we likely will */

}
.clear {
  clear: both;
}
/* Various Consistent Paddings */
.visual-padding {
  margin-right: 30%;
}
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
.pad-top {
  padding-top: 20px;
}
.pad-bottom {
  padding-bottom: 20px;
}
.mock-ad {
  background-color: #CCCCCC;
  font-size: 3em;
  text-align: center;
  vertical-align: middle;
}
.display-error {
  font-size: 2em;
  padding: 10px 40px;
  background-color: #FF9999;
  text-align: center;
  border-radius: 5px;
  width: 50%;
  margin: 10px auto;
  border: 1px solid #FF0000;
}
h4.divider {
  width: 50%;
  margin: 20px 25% 20px 25%;
  text-align: center;
  border-top: 1px solid #D8D8D8;
  line-height: 0.1px;
}
h4.divider.wide {
  width: 75%;
  margin: 20px 12.5% 20px 12.5%;
  text-align: center;
  border-top: 1px solid #D8D8D8;
  line-height: 0.1px;
}
h4.divider span {
  background: #FFFFFF;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 2px;
  color: #CCCCCC;
}
h4.divider .sans {
  font-weight: 300;
}
a.button.on-content {
  font-size: 1.6em;
  padding: 4px 40px 6px 40px;
  color: #FFFFFF !important;
  border: 3px solid #FFFFFF !important;
}
a.button.on-content:hover {
  background-color: rgba(100, 100, 100, 0.5);
}
a.button.on-content.black {
	background-color: rgba(0,0,0,0.9);
}
a.button.on-content.black:hover {
  background-color: rgba(0,0,0,0.75);
}
.button {
  border-top: 2px solid #8e8e8e;
  border-bottom: 2px solid #8e8e8e;
  border-left: 2px solid #8e8e8e;
  padding: 8px 32px;
  display: inline;
  cursor: pointer;
}
.button:hover {
  background-color: #1c1c1f;
  color: #FFFFFF;
}
.button.active {
  background-color: #000000;
  color: #FFFFFF;
}
a.button {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1c1c1f;
  white-space: nowrap;
}
a.button:link,
a.button:visited {
  color: #000000;
  text-decoration: none;
}
a.button:hover {
  color: #FFFFFF;
  text-decoration: none;
}
a.button:active {
  color: #FFFFFF;
}
.button-row,
.tab-row {
  padding: 20px 0 40px 0;
  text-align: center;
  display: table;
}
.button-row > .button:first-child,
.button-row a:first-child .button {
  border-left: 2px solid #8e8e8e;
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.button-row > .button:last-child,
.button-row a:last-child .button {
  border-right: 2px solid #8e8e8e;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.button-row > .button:only-child,
.button-row a:only-child .button {
  border: 2px solid #333333;
  border-radius: 7px;
}
.tab-row .button {
  border: 0 none;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'Oswald', 'Impact', sans-serif;
  font-size: 13px;
  margin: 1px;
  display: inline-block;
}
.tab-row .button.active,
.tab-row .button:hover {
  background: #000;
  color: #fff;
}
.footer-links {
  background-color: #1f1f1f;
}
.footer-links .inner-content-width {
  margin: 0 auto;
  padding: 20px 0 30px 0;
}
.footer-links .logo {
  padding: 20px;
}
.footer-links .links {
  text-align: center;
  color: white;
}
.footer-links .links.sans {
  font-weight: 100;
}
.footer-links .links p {
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  color: #CCCCCC;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-links ul {
  list-style-type: none;
  padding-left: 0px;
}
.footer-links ul li {
  margin: 0px;
}
.footer-links ul li a {
  color: white;
}
.footer-links ul li a:hover {
  color: white;
}
.footer-spread {
  color: #CCCCCC;
  text-align: center;
  background-color: #1f1f1f;
  font-size: .8em;
}
.footer-spread-links {
  color: #CCCCCC;
}
.footer-spread-links a {
  color: #CCCCCC;
}
.footer-spread-links a:hover {
  color: #CCCCCC;
}
.footer-divider {
  width: 75%;
  margin: 10px auto;
  background-color: #1f1f1f;
}
.hero-slug {
  position: relative;
}
.hero-header {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #1f1f1f;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  color: white;
}
.page-template-empty-template .hero-header{
  padding-bottom: 0px;
  margin-bottom:30px;
}
.hero-header img {
  width: 100%;
  margin-top: -10px;
}
h1.hero-header-heading {
  text-align: left;
  text-transform: uppercase;
  margin: 20px 20%;
  line-height: 1.5em;
  font-family: Bitter, Georgia, serif;
}
h2.hero-header-subheader {
  text-align: left;
  text-transform: uppercase;
  margin: 20px 20%;
  line-height: 1.5em;
  font-family: Bitter, Georgia, serif;
}
.hero-header-copy {
  text-align: left;
  margin: 20px 20%;
  line-height: 1.7em;
}
a ~ .image {
  opacity: .9;
}
a:hover ~ .image {
  opacity: 1;
}
.generic-login,
.generic-join {
  cursor: pointer;
}
.inline-image {
  margin-bottom: 10px;
}
.inline-image img {
  max-width: 100%;
}
.inline-image em {
  display: block;
}
.highlight-item {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px 15px;
  margin-right: 10px;
  border: 1px solid black;
  color: black;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 2em;
}
.highlight-off {
  margin-right: 10px;
  font-size: 2.5em;
  line-height: 2em;
}
/* Buttons */
.btn-default {
  color: #000;
  background: #FFF;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  outline: none !important;
}
.btn-default:hover {
  outline: none !important;
}
.btn-tab {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: black !important;
	color: white !important;
	margin-bottom: 0px !important;
  outline: none !important;
}

.btn-red {
  color: #FFF;
  background: #F00;
  border: 0px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 300;
  outline: none !important;
  margin-top: 10px;
}

.btn-red:active,
.btn-red:hover {
  color: #FFF;
  background: #D00;
}



/* Badges */
.custom-badge-slug-tile {
  position: absolute;
  top: 8px;
  left: 23px;
}
.custom-badge-slug-over-image {
  position: absolute;
  top: 8px;
  right: 5px;
}
.custom-badge-slug-home {
  text-align: center;
  padding-top: 20px;
}
.custom-badge-slug {
  display: inline-block;
}
.custom-badge {
  font-family: 'Bitter', 'sans-serif';
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 1px 5px 0px 5px;
  color: white;
  text-transform: uppercase;
  border: 2px solid white;
}
.custom-badge-outer {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 2px;
}
.custom-banner-text {
  text-align: center;
  width: 100%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
html .gs-image-warp {
  display: inherit !important;
}
.team h3 {
  line-height: 1.2em;
  font-size: 1em;
}
.team p {
  line-height: 1.1em;
  padding-top: 10px;
}
.super-header-header-slug {
  width: 100%;
  height: 100px;
  position: relative;
  margin: 10px 0px 20px 0px;
  background-position: center;
}
.super-hero-header-slug {
  width: 100%;
  background-size: cover;
  height: 320px;
  position: relative;
	background-position: center;
}
.super-hero-header {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Tooltip */
.liquor-tip + .tooltip > .tooltip-inner {
	font-family: 'Oswald', 'Impact', sans-serif;
	background-color: rgba(0,0,0,0.75); 
	color: #FFFFFF; 
	border: 1px solid black; 
	padding: 10px 10px;
	font-size: 1.5em;
	line-height: 1.2em;
}
/* Tooltip on top */
.liquor-tip + .tooltip.top > .tooltip-arrow {
		border-top: 5px solid black;
}
/* Tooltip on bottom */
.liquor-tip + .tooltip.bottom > .tooltip-arrow {
		border-bottom: 5px solid black;
}
/* Tooltip on left */
.liquor-tip + .tooltip.left > .tooltip-arrow {
		border-left: 5px solid black;
}
/* Tooltip on right */
.liquor-tip + .tooltip.right > .tooltip-arrow {
		border-right: 5px solid black;
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
  
}
@media only screen and (min-width: 0px) and (max-width: 960px) {
  .inner-content-width {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 922px) {
  .hero-header-slug {
    font-size: .8em;
  }
  h1.hero-header-heading {
    margin: 15px 15%;
  }
  .hero-header-copy {
    margin: 15px 15%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 769px) {
  .hero-header-slug {
    font-size: .8em;
  }
  .super-hero-header {
    width: 80%;
  }
  h1.hero-header-heading {
    margin: 10px 10%;
  }
  .hero-header-copy {
    margin: 10px 10%;
  }
  .footer-links ul li {
    font-size: 0.8em;
    margin: 0px;
  }
  h4.divider {
    width: 80%;
    margin: 20px 10% 20px 10%;
  }
  h4.divider span {
    letter-spacing: 1px;
  }
}
.series-archive-container h4.divider {
  margin: 20px auto 40px;
}
.series-archive-container .item {
  display: block;
  position: relative;
}
.series-archive-container .item .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.series-archive-container .item .caption .badge-title {
  line-height: 1.5em;
}
.series-archive-container .item .caption .badge-title,
.series-archive-container .item .caption .bar-count,
.series-archive-container .item .caption .city-count {
  display: block;
  float: left;
  text-align: center;
  width: 50%;
  padding: 0.5em;
  font-style: italic;
}
.series-archive-container .item .caption .badge-title small,
.series-archive-container .item .caption .bar-count small,
.series-archive-container .item .caption .city-count small {
  text-transform: uppercase;
  font-family: 'Oswald', 'Impact', sans-serif;
  font-weight: 300;
  letter-spacing: 1.5px;
  color: #CCC;
  font-style: normal;
}
.series-archive-container .item .caption .bar-count,
.series-archive-container .item .caption .city-count {
  width: 25%;
  float: right;
  font-size: 13px;
  font-family: 'Oswald', 'Impact', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-style: normal;
}
.series-archive-container .item .caption .bar-count small,
.series-archive-container .item .caption .city-count small {
  font-size: 1.5em;
  font-family: 'Bitter', 'Georgia', serif;
  font-weight: normal;
  font-style: italic;
}
.series-archive-container .item:hover .caption {
  background: black;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.series-archive-container .archive-item h3 {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
  text-transform: uppercase;
  margin: 10px 0 25px 0;
}
.generic-tag-list {
  padding: 10px 0px;
}
.generic-tag-list a {
  padding: 1px 8px;
  background-color: #E8E8E8;
  font-size: 0.8em !important;
  font-weight: 600;
  font-family: Bitter;
  border: 1px solid #CCC;
  border-radius: 8px;
  white-space: nowrap;
}
.generic-tag-list a:hover {
  color: #FFF;
  background-color: #000;
  border-color: #333;
}

.cta-feedback i {
	margin-left: 10px;
	font-size: 1.25em;
}


