/*
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;
}
body.gray-background {
  background-image: url('/wp-content/themes/liquor-2015/lib/img/bg-texture.png');
}
.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;
}

a.underline {
  text-decoration: underline !important;
}

a.red {
  color: red;
}

a.white {
  color: white;
}

a.white:hover {
  color: #CCC;
}

.all-caps {
  text-transform: uppercase;
}

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

.black-rule-above:before {
  border-top: 3px solid black;
  content:'';
  width: 95%;
  margin:0 auto 10px auto;
}

.bring-in-sides {
  padding-left: 20px;
  padding-right: 20px;
}

.bring-in-sides-smaller {
  padding-left: 10px;
  padding-right: 10px;
}

.bring-in-sides-bigger {
  padding-left: 40px;
  padding-right: 40px;
}

.custom_city_guides {
  padding: 30px 0px 30px 0px;
  font-size: 2em;
  background-color: #f7f7f7;
}

.custom_city_guides h3 {
  line-height: 1.5em;
  margin: 0px;
  font-size: 0.7em;
}

ul.piped-list {
  display: inline;
  list-style: none;
  padding: 0px;
}

ul.piped-list li {
  display: inline;
}

ul.piped-list li::after {
  content: " | ";
}

ul.piped-list li:last-child::after {
    content: "";
}
/* https://stackoverflow.com/a/1517228/7532 */

/* Some link overrides LDC-3539 */

.brands-container a b {
  font-weight: 400;
}

.recipe-container a b,
 
#article-actual-content a b {
  font-weight: 400;
}

.slide-copy a b {
  font-weight: 400;
}

.content-col a {
  border-bottom: 2px solid #99cccc;
  padding: 0px 2px;
}

.content-col a:hover {
  color: #1c1c1c;
  background-color: #ceeeee;
  text-decoration: none;
  border-bottom: 2px #9ccccc solid;
}

.brands-container a strong {
  font-weight: 400;
}

.recipe-container a strong,
 
#article-actual-content a strong {
  font-weight: 400;
}

.slide-copy a strong {
  font-weight: 400;
}

.acid-links a:link,
.acid-links a:visited {
  text-decoration: none !important;
  border-bottom: 2px solid #99cccc;
}
.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; 
}

p.tool-tip {
  font-size: 0.9em;
  font-weight: 300;
}

p.tool-tip .text-link {
  color: red;
  text-decoration: underline;
}


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;
}
.helvetica {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.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: 0px 5px 5px 0px;
}
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;
}
.pad-top-bigger {
  padding-top: 40px;
}
.pad-bottom-bigger {
  padding-bottom: 40px;
}
.pad-top-smaller {
  padding-top: 10px;
}
.pad-bottom-smaller {
  padding-bottom: 10px;
}

.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 {
  position: relative;
  font-family: 'Oswald', 'Impact', sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
  padding: 0;
  display: block;
  margin: 10px auto 0px auto;
  line-height: 2em;
  width: 95%;
}
h4.divider span {
  padding: 0px 10px;
  background: #FFF;
  position: relative;
  font-weight: initial;
}
h4.divider:before {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
}
h4.divider.on-black span {
  background: black;
  color: white;
}
h4.divider.on-gray span {
  background: #EEE;
}


.fa {
  font-weight: 300 !important;
}

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: #db3737;
  border:1px solid #db3737;
  padding: 5px 15px;
  color: white;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 2.5em;
}
.highlight-item.frame {
  background-color: rgba(255, 255, 255, 0.6);
  border:1px solid black;
  margin-right: 0px;
  color: black;
}

.highlight-off {
  margin-right: 10px;
  font-size: 1.5em;
  line-height: 2.5em;
  color: #8a8a8a;
}
/* 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.rounder {
  padding: 8px 12px;
  border-radius: 20px;
  margin-bottom: 4px;
  border: 2px solid black;
}

.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;
}

.btn-red-outline {
  border: 3px solid #E00006;
  background-color: rgba(0,0,0,0);
  color: #E00006;
}

.btn-red-outline:hover {
  background-color: #E00006;
  color: white;
}



/* 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 */

.tooltip.in {
  opacity: 1;
  filter:alpha(opacity=100);
}
.liquor-tip + .tooltip > .tooltip-inner {

  background-color: #1c1c1c; 
  color: darkgrey; 
  border: 1px solid black; 
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: left;
  margin-top:-10px;
  opacity:1!important;
}


/* 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;
    margin-top:-10px;
}
/* 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;
}


/* New CSS Grid */

.container-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense;
}

.card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 250px 1fr;
  min-height: 250px;
  background-color: white;
}

.card .item.image {
  opacity: .8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.card:hover .item.image {
  opacity: 1;
}

.card.card-type-series {
  grid-template-columns: 49.2% 50.8%;
  grid-column: span 2;  
}

.item.card.not-responsive {
  grid-column: span 2;
  grid-template-columns: 250px 1fr;
  height: 250px;
}

.card:hover {
  box-shadow: 0px 0px 7px 3px #DDD;
}


.card.transparent {
  background-color: rgba(0,0,0,0);
}

.card .image {
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 250px;
  padding: 20px;
}

.card .copy {
  overflow: hidden;
  position: relative;
  padding: 20px 30px 20px 15px;
}

.box-in {
  background-color: white;
  margin: 20px auto;
  position: relative;
}

.btn-lg-alt-shared {
  padding-top: 5px;
  line-height: 1.8em;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.inline-recipe {
  border-top: 3px solid #CCC;
  border-bottom: 3px solid #CCC;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}

.inline-recipe p {
  line-height: 1.3em !important;
  padding-top: 0px !important;
  font-size: 1em;
  color: #999;
}

.inline-recipe h3 {
  margin-bottom: 20px;
}


.btn-lg-alt-shared {
    padding: 4px 24px;
    font-size: 18px;
}
a.btn.btn-red.btn-lg-alt-shared {
    border: 2px solid #dd0000 !important;
}
.btn-lg-alt-shared.btn-red, .btn-lg-alt-shared.btn-red:active, .btn-lg-alt-shared.btn-red.active {
    color: #dd0000;
    /* background-color: #cc0000; */
}
.btn-lg-alt-shared.btn-black, .btn-lg-alt-shared.btn-red {
    color: #dd0000;
    background-color: white;
    border-bottom: 0 !important;
    font-family: 'Oswald', sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    height: 48px;
    margin: 0em;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.btn-lg-alt-shared.btn-red:hover {
    /* background-color: #ff3300; */
    background-color: #dd0000 !important;
    color: #fff !important;
}

.partner-content {
  font-size: 0.7em !important;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-weight: 300 !important;
  background-color: #EFEFEF;
  border-radius: 5px;
  padding: 0px 5px;
  color: #999;
  text-transform: uppercase;
  margin: 7px 0px 10px -3px;
  display: inline-block !important;
}

.partner-content.on-black {
  color: #333;
  margin-top: 10px;
  margin-left: 0px;
}

.related-sidebar {
  background-color: white;
}

.related-sidebar .related-post {
  margin-bottom: 0px;
}

.related-sidebar .related-post .partner-content {
  margin: 4px 0px 6px -3px;
}

.related-sidebar .related-post .post-title {
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.1em;
  width: 75%;
  float: left;
  padding: 10px 10px 0px 5px;
}

.related-sidebar .related-post .related-post-image {
  width: 25%;
  float: left;
  padding: 5px 5px 0px 5px;
}

.related-sidebar .related-post:last-child .related-post-image {
  padding: 5px 5px 5px 5px;
}

.related-sidebar .related-post div {

}

.related-sidebar .related-post .related-post-image img {
  width: 100%;
}

.gdpr-notice-copy,
#gdpr-notification .btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
  color: #CCC;
}

#gdpr-notification a,
#gdpr-notification .btn {
  color: white;
}

#gdpr-notification .btn:hover {
  color: #EEE;
}

#verified{
  cursor: pointer;
}
#verified-info{
    margin-top: 22px;
    border-left: 4px solid darkgray;
    background-color: #696969;
    padding: 15px;
    text-align: center;
    display: none;
    color: #DCDCDC;
}



@media only screen and (min-width: 0px) and (max-width: 768px) {

  .card {

  }
  
  .card .excerpt {
    display: none;
  }
  
  .card .copy {
    padding: 20px 15px 20px 25px;
  }
  
  .highlight-item,
  .highlight-off {
    font-size: 0.8em;
    line-height: 3em;
  }
  
  .item.card.not-responsive {
    grid-column: auto;
    grid-template-columns: auto;
    height: auto;
  }

  .card,
  .card .image {
    max-height: 450px;
  }
  
  .item.card.not-responsive .image {
    min-height: 350px;
  }
  
  .inline-recipe h3 {
    margin-top: 10px;
    line-height: 1.2em !important;
  }
  
  .btn-lg-alt-shared.btn-black, .btn-lg-alt-shared.btn-red {
    letter-spacing: inherit;
    font-size: 0.9em;
    padding: 5px 10px;
    height: auto;
  }

}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
  
  .container-grid {
    grid-template-columns: 1fr;
    padding: 20px 10px;
    grid-gap: 0;
  }
  
  .card,
  .card .image {
    max-height: 450px;
  }
  
  .card {
    margin-bottom: 20px;
  }
  
  .item.card.not-responsive {
    max-height: inherit;
  }

  
  .item.card.not-responsive .image {
    min-height: 450px;
  }
  
  .card.card-type-series {
    grid-template-columns: 250px 1fr;
    grid-column: span 1;  
  }



}
@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) {

  /* iPhone Modal Fix */
  .modal-open {
    position:fixed;
  }

  .card .image {
    max-height: 250px;
  }
  
  .item.card.not-responsive {
    max-height: inherit;
  }

  .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;
  }
}

@media only screen and (min-width: 0px) and (max-width: 540px) {

  .card {
    grid-template-columns: 48% 52%;
    min-height: 200px;
    margin-bottom: 5px;
  }
  
  .card .image {
    min-height: 200px;
  }
  
  .card .copy {
    padding: 15px 30px 15px 5px;
  }
  
  .container-grid {
    padding: 2px;
  }
  
  .archive-item-meta-category {
    display: none;
  }

  .archive-item-headline {
    font-size: 1em;
    line-height: 1em;
  }
  
}





.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;
}

#st-track-px{
  position:absolute;
}

.generic-flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: flex-start;
  align-items: inherit;
}

.generic-flex-container.flex-spread {
  justify-content: space-between;
}

.generic-flex-container.flex-post-list {
  align-items: center;
  background-color: black;
  margin-bottom: 10px;
}

.generic-flex-item {
  padding: 10px;
}

.generic-flex-item.four-tiles {
  width: 23%;
  margin: 1%;
}

.generic-flex-item.four-tiles .title {
  margin-top: 5px;
}

.generic-flex-item.four-tiles span {
  text-align: center;
  margin-top: 5px;
  display: block;
}


.generic-flex-item.content-card {
  width: 30%;
  margin: 1.6%;
  background-color: #FFF;
  padding: 0px;
}

.generic-flex-item.flex-post-image {
  width: 20%;
  margin: 0;
  padding: 0;
}
.generic-flex-item.flex-post-title {
  width: 80%;
  padding-left: 10px;
  margin: 0;
  color: white;
}
.generic-flex-item.flex-post-title h5 a {
  line-height: 1.4em;
}
.generic-flex-item.flex-post-title h5 {
  margin: 0;
}


.generic-flex-item.content-card .img-responsive {
  width: 100% !important;
}

.generic-flex-item.quad {
  width: 21.8%;
  margin: 1.6%;
}

.generic-flex-item.tri {
  width: 32%;
  padding: 0 0 0.5% 0;
  margin: 0 0 20px 0;
}

.generic-flex-item.col-1 {
  width: 100% !important;
}

.generic-flex-item.col-2 {
  width: 48%;
  margin: .5%;
}

.generic-flex-item.col-3 {
  width: 31%;
  margin: 1%;
}

.flex-team {
  width: 33%;
  padding: 10px;
  margin-bottom: 20px;
}

.flex-team .pad-top{
  padding-top: 0px !important;
}

.content-card h2 {
  padding: 10px 0;
}

.inner-margin {
  margin: 10px;
}

.white-box {
  padding: 0px;
  margin: 0px;
  background-color: white;
}

.white-box h3 {
  padding: 10px 0px;
  margin: 0;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {

  .flex-team {
    width: 50%;
    padding: 10px;
  }
  
  .generic-flex-item.content-card {
    width: 46.7%;
  }

  .generic-flex-item.quad {
    width: 30%;
  }

}

@media only screen and (min-width: 0px) and (max-width: 768px) {

  .flex-team {
    width: 100%;
    padding: 10px;
  }
  
  .flex-team .pad-top {
    padding-top: 20px !important;
  }

  .generic-flex-container.flex-spread {
    padding: 10px;
  }

  .generic-flex-item {
    padding: 10px;
  }

  .generic-flex-item.col-1,
  .generic-flex-item.col-2,
  .generic-flex-item.col-3 {
    width: 100%;
  }
  
  .generic-flex-item.four-tiles {
    width: 48%;
    margin: 1%;
  }

  .generic-flex-item.content-card {
    width: 46.7%;
  }

  .generic-flex-item.quad {
    width: 46.7%;
  }

  .generic-flex-item.tri {
    width: 49%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .white-box {
    margin-bottom: 20px;
  }
  
  .no-padding-responsive-only {
    padding: 0 !important;
    margin: 0 !important;
  }

  .custom_city_guides {
    font-size: 1.7em;
  }

  .bring-in-sides {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bring-in-sides-smaller {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bring-in-sides-bigger {
    padding-left: 20px;
    padding-right: 20px;
  }


}


