/*
Theme Name: Drunken Poet
Theme URI: http://www.fuckyeahmedia.com
Author: Fuck Yeah! Media
Author URI: http://www.fuckyeahmedia.com
Description: 
Version: 1.0
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/*COLORS
dark blue: #020113
emerald green: #004d45
blue green: #517e77
pea green: #9daf89
pea 2: #b9c6aa
pea 3: #cfd6c4
stout cream: #ebd9b3
stout light: #f2e6cc
logo cream: #cbab54
*/


body {
 background: url('images/wood-bg.png') repeat;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #020113;
  overflow-x:hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p, h1, h2, h3, h4 {
  line-height: 1.4;
  margin-bottom: 15px;
}
p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 25px;
}
h1 {
  font-family: 'Crushed', cursive;
  font-size: 44px;
  color: #645a3e;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}
#news h2 {
  font-family: 'Crushed', cursive;
  font-size: 40px;
  color: #645a3e;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  margin-bottom: 7px !important;
  padding-bottom: 7px;
}
#news h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: rgba(0,0,0,0.5);
  margin-bottom: 15px;
}
a {
  color:#004d45;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover, a:focus {
  color:#517e77;
  text-decoration: none;
}
.btn-primary {
  padding: 5px 15px;
  background: rgba(0,0,0,0);
  border: 0px;
  line-height: 2;
  font-weight: 300;
  color: rgba(0,0,0,0.5);
  text-decoration: none !important;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  background: rgba(0,0,0,0);
  border: 0px;
  color: rgba(0,0,0,1);
}
/*.btn-primary .fa {
  color: rgba(0,0,0,0.3);
}*/
header {
  background: url('images/bg-brick.png') repeat;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.clear {
  clear: both;
}
.vanish {
  display: none;
}
.appear {
  display: block;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
} 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row {
  margin-bottom: 2em;
}
.col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-sm-3 {
  margin-bottom: 2em;
}
.navbar {
  background: url('images/bg-brick-emerald.png') repeat;
  font-family: 'Crushed', cursive;
  font-size: 30px;
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
}
.navbar li {
  display: block;
}
.navbar li a {
  color: #ebd9b3;
}
.navbar li a:hover, .navbar li a:focus {
  color: #020113
}
.navbar-toggle {
  border: 1px solid #fff;
}
.navbar-collapse {
  padding-left: 0;
  margin-left: 0;
}
img.alignright { 
  float: right; margin: 0 0 1em 1em; 
}
img.alignleft { 
  float: left; margin: 0 1em 1em 0; 
}
img.aligncenter { 
  display: block; margin-left: auto; margin-right: auto; 
}
.alignright { 
  float: right; 
}
.alignleft { 
  float: left; 
}
.aligncenter { 
  display: block; margin-left: auto; margin-right: auto; 
}
.logo {

}

.header-container {
   padding-bottom: 25px;
}
.container-home {
  padding: 20px;
  /*padding-bottom: 50px;*/
  background:;
}
footer {
  background: url('images/bg-brick.png') repeat;
  padding: 50px 0;
  color: #f2e6cc;
}
footer a {
  color: #ebd9b3;
}
#drinks, #contact {
  
}
#drinks p {
  font-size: 18px;
}
#beer {
  /*background: url('images/beer-bg.jpg');
  background-size: cover;
*/}
#beer p, #whiskey p {
  /*font-size: 24px;*/
  color: #000;
}
input, textarea {
  border: 0px;
  margin-bottom: 7px;
  padding: 7px;
  background: rgba(255,255,255,0.8);
  max-width: 100%;
}
#news li {
  padding: 35px 0;
}
#news li:nth-child(odd) {
  /*background: #b9c6aa;*/
}
#news li:nth-child(even) {
  /*background: #cfd6c4;*/
}
.fancy-date {
  font-size: 26px;
  text-align: center;
  /*background: #517e77;*/
  padding: 0;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  max-width: 100px;
  margin: 0 auto 15px auto;
  border: 2px solid #020113;
  color: #020113;
}
.number {
  font-size: 40px;
  
  padding: 0;
  font-weight: 300;
}
.month {
  padding: 0;
  text-transform: uppercase;
  font-weight: 800;
}
.month p {
  margin-bottom: 5px;
}
.attachment-thumbnail{
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  /*border: 2px solid #cfd6c4;*/
}
#news .attachment-medium {
  padding: 7px;
  background: rgba(255,255,255,0.8);
  margin-bottom: 15px;
}
.border-img {
  padding: 7px;
  background: rgba(255,255,255,0.8);
  margin-bottom: 15px;
}
.pull-quote {
  font-size: 24px;
  color: rgba(0,0,0,0.7);
}
#welcome .pull-quote {
  max-width: 500px;
  margin: 0 auto;
}
.flexslider {
  border: 0px !important;
  border-radius: 0px !important;
  padding: 0px !important;
  margin: 0 auto !important;
  position: relative !important;
}
.flexslider-caption {
  position: absolute;
  padding: 50px;
  top: 150px;
  left: 50px;
  max-width: 450px;
  color: #fff;
  font-size: 20px;
  background: rgba(0,0,0,0.6);
}
.quote-source {
  font-size: 18px;
}
#pics-row {
  background: url('images/pint-bg.jpg');
  background-size: cover;
  padding: 25px 0;
}
#pics-row img {
  margin-bottom: 15px;
}
/*#home-events {
  padding: 50px 0;
}*/
#welcome .container, #home-events .container, #beer .container, #whiskey .container, #drinks .container, #contact .container, #contact .container, #about .container, #events .container, #news .container, #reviews .container {
  background: url('images/paper-brown.png') repeat;
}
#coming-soon li {
  padding: 10px;
  text-align: center;
  margin-bottom: 25px;
}
#coming-soon h2, .intro h2 {
  margin-bottom: 0px;
  font-weight: 300;
}
#coming-soon hr {
  max-width: 250px;
  border-color: rgba(0,0,0,0.2);
  margin-bottom: 25px;
  margin-top: 25px;
}
#coming-soon img {
  margin-bottom: 10px;
}
/*#coming-soon li:nth-child(odd) {
  background: rgba(0,0,0,0.1);
}
#coming-soon li:nth-child(even) {
  background: rgba(0,0,0,0.2);
}*/
.navbar-collapse {
  overflow-y:hidden;
  min-height: 410px;
}

.navbar-collapse.in {
    overflow-y: visible;
}
.icon-bar {
  background: #fff;
}
#home-events .event-date {
  padding: 7px;
  font-size: 20px;
}
  hr {
  max-width: 250px;
  border-color: rgba(0,0,0,0.2);
}
.review-small {
  color: #999;
  font-size: 13px;
}
.review-row {
  margin-bottom: 40px;
}
.contact-info {
  margin-bottom: 50px;
}
.hero {
/*  margin-bottom: 50px;
*/}

.header-row {
  max-width: 1100px;
  margin: 0 auto;
}
.info {
  padding-top: 10px;
}
.info p {
  margin-bottom: 5px;
}
.info hr {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  max-width: 45%;
}
.info .hours p {
  color: #cfd6c4;
  font-size: 14px;
}
.info .hours p strong {
  color: #cbab54;
  font-size: 15px;
}
.info .address p {
  color: #fff;
  font-family: 'Crushed', cursive;
  font-size: 22px;
}
.event-content {
  max-width: 450px;
  margin: 0 auto;
}
.news-content {
  max-width: 450px;
  margin: 0 auto;
  text-align: left;
}
#reviews hr, #news hr, #drinks hr {
  margin-bottom: 50px;
  margin-top: 50px;
}
#reviews h2 {
  font-weight: 300;
}
#reviews strong {
  color: rgba(0,0,0,0.6);
}
#gallery-2 img {
  border: 0px !important;
  padding: 10px;
}
.attachment-thumbnail {
  box-shadow: none !important;
}
#gallery-2 .gallery-item {
    float: none !important;
    margin-top: 10px;
    text-align: center;
    width: auto !important;

}
.wp-caption-text, .gallery-caption {
  display: none !important;
}
.attachment-event-thumb {
  padding: 7px;
  background: rgba(255,255,255,0.8);
}
.hero img {
  padding: 7px;
  background: rgba(255,255,255,0.8);
}
.page-header {
  margin: 0 auto;
  padding-bottom: 0;
  border-bottom: 0px;
  display: block;
  text-align: center;
}
.home-content h2 {
  max-width: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer .social {
  color: #cbab54;
}
footer .fa-arrow-circle-o-up {
  color: #9daf89;
}
.intro p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.intro h3 {
  margin-bottom: 0px;
}
.intro h4 {

}
.intro hr {
  margin-bottom: 50px;
  margin-top: 50px;
}
#events h1 {
  margin-bottom: 50px;
}

.regular-events p {
  margin-bottom: 40px;
}
dl {
  font-size: 16px;
}
dt {
  font-weight: 400;
  margin-bottom: 7px;
  cursor: pointer;
}
dt:before {
  content: "- "
}
dd {
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.4
}
.fw-300 {
  font-weight: 300;
}
#faq {
  margin-bottom: 50px;
}
#about p a, #welcome p a {
  text-decoration: underline;
}
#about p .read-more {
  text-decoration: none;
}
.flex-direction-nav a.flex-next::before {
    content: ">>" !important;
    color: #fff !important;
}
.flex-direction-nav a.flex-prev::before {
    content: "<<" !important;
    color: #fff !important;
}
.flex-direction-nav a::before {
    content: ">>";
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
}

















/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .row {
    margin-bottom: 0;
  }
  .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-sm-3 {
    margin-bottom: 0;
  }
  .vanish {
  display: block;
  }
  .appear {
    display: none;
  }
  .navbar li {
  display: inline-block;
}
.review-row {
  margin-bottom: 40px;
}
.container-home {
  padding: 50px;
}
.info {
  padding-top: 40px;
}
#gallery-2 .gallery-item {
    float: left !important;
    margin-top: 10px;
    text-align: center;
    width: 25% !important;
}
#pics-row img {
  margin-bottom: 0px;
}
.navbar-collapse {
  min-height: 10px;
}
.navbar {
  font-size: 20px;
}
 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .navbar {
  font-size: 30px;
}
 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }
