@import url(http://fonts.googleapis.com/css?family=Neuton:400,700,400italic|Montserrat:400,700);
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.35;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

p {
  margin-bottom: 10px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

.item-list ul, .item-list ul li,
ul.menu, ul.menu li,
ul.inline, ul.inline li {
  list-style-type: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* WIDTHS, HEIGHTS, MARGINS & PADDINGS */
/* FONTS */
/* COLORS */
/* OTHER ELEMENTS */
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #cc5b44;
  text-decoration: underline;
}

a:hover {
  color: #666;
}

strong {
  font-weight: bold;
}

/* -------------------- A. DEFAULT STYLES -------------------- */
body {
  font-size: 18px;
  line-height: 1.6;
  background: #EEE;
  font-family: 'Neuton', serif;
}

body iframe {
  border: none;
}

p {
  padding-top: 0px;
  margin: 0px;
}

p, ul, ol {
  margin-bottom: 14px;
}

#sidebar ul, #sidebar ol {
  margin-bottom: 15px;
}

ul, ol {
  margin-left: 0px;
  padding-left: 16px;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

video, audio {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px 0px 25px 0px;
  padding: 0px;
  line-height: 1.1;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1;
}

h2 {
  font-size: 30px;
  margin-bottom: 14px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 25px;
  line-height: 1.4;
}

h5 {
  font-size: 22px;
  margin-bottom: 14px;
  line-height: 1.4;
}

h6 {
  font-size: 19px;
  line-height: 1.1;
  margin-bottom: 18px;
}

blockquote {
  margin-left: 0px;
  border-left: 4px solid #cc5b44;
  padding-left: 30px;
  font-style: italic;
  line-height: 1.8;
}

pre {
  border: 1px solid #ddd;
  padding: 9px 9px;
  background: #f9f9f9;
  overflow: auto;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 25px;
}

/*.tabs { max-width: 980px; width: 100%; margin: 40px auto 20px; 
	ul.primary { padding: 0; margin: 0; }
}*/
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 110px auto 0;
}

.front #wrap {
  margin: 100px auto 0;
}

.admin-menu #wrap {
  margin: 120px auto 0;
}

#header {
  margin: 0px;
  padding: 0px;
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  width: 100%;
  z-index: 0;
  background-position: bottom center;
  background-repeat: repeat-x;
}

#header h1 {
  margin: 0px;
  padding: 0px;
  line-height: 1;
  font-size: 5px;
}

#header #logo {
  float: left;
  margin: 0px;
  padding: 0px;
  border: none;
}

.navbar #logo img {
  height: 80px;
  opacity: 1 !important;
  filter: alpha(opacity=100);
  padding: 0 15px;
}

#header #logo a:hover img {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

#header .width-container {
  position: relative;
}

#header {
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.page-header {
  height: 200px;
  width: 100%;
  background: black url("../images/cabardouche-page-header.png") bottom center no-repeat;
}

/* HEADER MENU */
.region-header {
  float: right;
}

.navbar-brand {
  padding: 0 15px;
  height: auto;
}

.navbar .navbar-brand {
  position: absolute;
  top: 10px;
  z-index: 1;
  height: auto;
  width: auto;
  padding: 0;
}

.navbar .navbar-brand img {
  position: relative;
  transition-delay: 0;
  -webkit-transition-delay: 0;
  -moz-transition-property: width;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -moz-transition-delay: 0;
  -ms-transition-property: width;
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -ms-transition-delay: 0;
  -o-transition-property: width;
  -o-transition-duration: .5s;
  -o-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -o-transition-delay: 0;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -transition-delay: 0;
}

.navbar.schrink .navbar-brand img {
  transition-delay: 0;
  -webkit-transition-delay: 0;
  -moz-transition-property: width;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -moz-transition-delay: 0;
  -ms-transition-property: width;
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -ms-transition-delay: 0;
  -o-transition-property: width;
  -o-transition-duration: .5s;
  -o-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -o-transition-delay: 0;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -transition-delay: 0;
  width: 120px;
}

.navbar.shrink .navbar-nav:first-child {
  transition-delay: 0;
  -webkit-transition-delay: 0;
  -moz-transition-property: margin-left;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -moz-transition-delay: 0;
  -ms-transition-property: margin-left;
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -ms-transition-delay: 0;
  -o-transition-property: margin-left;
  -o-transition-duration: .5s;
  -o-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -o-transition-delay: 0;
  -webkit-transition-property: margin-left;
  transition-property: margin-left;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -transition-delay: 0;
  margin-left: 130px;
}

.navbar-nav:first-child {
  transition-delay: 0;
  -webkit-transition-delay: 0;
  -moz-transition-property: margin-left;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -moz-transition-delay: 0;
  -ms-transition-property: margin-left;
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -ms-transition-delay: 0;
  -o-transition-property: margin-left;
  -o-transition-duration: .5s;
  -o-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -o-transition-delay: 0;
  -webkit-transition-property: margin-left;
  transition-property: margin-left;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  -transition-delay: 0;
  margin-left: 130px;
}

.navbar-nav li {
  /*display: inline-block; margin: 30px 0 0 0;*/
}
.navbar-nav li a {
  color: #FFF;
  border-color: #FFF;
  padding: 10px 11px;
  line-height: 1;
  text-decoration: none;
  zoom: 1;
  margin-right: 2px;
  margin-left: 2px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.navbar {
  z-index: 1;
}

ul.navbar-right {
  border-radius: 0;
  padding: 0 14px;
}
ul.navbar-right li a {
  padding: 0;
  margin: 8px 0 0 0;
  display: block;
  width: 32px;
}

.admin-menu .navbar {
  margin-top: 30px;
}

.navbar-xs .navbar {
  min-height: 100px !important;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.navbar-xs .navbar li a {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #e5e4e4;
  text-shadow: none;
}
.navbar-xs .navbar li a:hover {
  text-decoration: underline;
}
.navbar-xs .navbar li.active {
  text-decoration: underline;
}

.navbar-xs .shrink .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: padding 0.8s;
  -moz-transition: padding 0.8s;
  transition: padding 0.8s;
}

.navbar-xs .navbar.shrink {
  min-height: 30px !important;
  -webkit-transition: min-height 0.8s;
  -moz-transition: min-height 0.8s;
  transition: min-height 0.8s;
}

.navbar.shrink #logo img {
  height: 30px;
  opacity: 1 !important;
  filter: alpha(opacity=100);
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
}

.navbar .navbar-toggle .icon-bar {
  background: #FFF;
}

/* FRONT PAGE IMAGE */
#block-views-big-image-frontpage-block {
  text-align: center;
}
#block-views-big-image-frontpage-block .field-name-field-image img {
  width: 100%;
  display: block;
}

/* MAIN */
#main-content {
  background: #FFF;
  padding: 45px 42px 35px 42px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 0 40px 0;
}

/* SIDEBAR */
#sidebar .block {
  background: #FFF;
  padding: 24px 18px 16px 18px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

#above-footer {
  background-color: #cc5b44;
  padding: 10px 0px;
  color: #f9ebe8;
  font-size: 90%;
}

#block-webform-client-block-12 .form-item {
  display: inline-block;
  margin: 0;
}
#block-webform-client-block-12 .form-item input {
  max-width: 100%;
  width: 250px;
  padding: 15px 12px;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#block-webform-client-block-12 .form-actions {
  display: inline-block;
  margin: 0;
}
#block-webform-client-block-12 .form-actions input {
  border: none;
  position: relative;
  left: -10px;
  display: inline-block;
  width: auto;
  padding: 15px 12px;
  color: #222222;
  background-color: #ffffff;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#triptych-wrapper {
  color: #FFF;
  background: #6f5e4f;
  padding: 50px 0;
}
#triptych-wrapper a {
  color: #C6B2A1;
}
#triptych-wrapper a:hover {
  text-decoration: none;
}
#triptych-wrapper h2 {
  font-size: 20px;
}

/* FRONTPAGE NEWS */
#block-views-blog-block-2 .more-link {
  margin: 20px 0 0 0;
  text-align: left;
}

#footer {
  background: #191612 url("../images/escort-deluxe-gradient-corner-right.png") right bottom no-repeat;
  color: #AAA;
  padding: 60px 0px 45px 0px;
}
#footer a {
  color: #FFF;
}
#footer a:hover {
  text-decoration: none;
}
#footer .region .block > h2 {
  font-size: 16px;
}
#footer .region .block .content {
  color: #FFF;
}

/* PAGE SPECIFIC */
#block-views-blog-block .view-blog .views-row {
  margin: 60px 0 0 0;
  padding: 60px 0 0 0;
  border-top: 1px dashed #2C2722;
}
#block-views-blog-block .view-blog .views-row:first-child {
  border-top: 0;
  margin: 0;
  padding: 0;
}

#block-views-blog-block-1 .view-blog .views-row {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px dashed #2C2722;
}
#block-views-blog-block-1 .view-blog .views-row:first-child {
  border-top: 0;
  margin: 0;
  padding: 0;
}

.view-taxonomy-term .views-row {
  margin: 60px 0 0 0;
  padding: 60px 0 0 0;
  border-top: 1px dashed #2C2722;
}
.view-taxonomy-term .views-row:first-child {
  border-top: 0;
  margin: 0;
  padding: 0;
}

/* BEER */
.group-beer-measurement .field-type-text {
  display: inline-block;
  margin-left: 10px;
}
.group-beer-measurement .field-type-text .field-item {
  background: #000;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 8px;
  color: #FFF;
  text-align: center;
  line-height: 16px;
}
.group-beer-measurement .field-type-text .field-item .timer {
  display: block;
  line-height: 14px;
}
.group-beer-measurement .field-type-text .field-item .measure {
  display: block;
  line-height: 20px;
}
.group-beer-measurement .field-type-text:first-child {
  margin-left: 0;
}

#block-views-beer-block-1 {
  margin: 60px 0 0 0;
}

#disclaimer {
  margin: 20px 0;
}
#disclaimer .copyright {
  float: left;
  margin: 0 0 10px 0;
}
#disclaimer .hero {
  float: right;
  font-size: 14px;
}

@media (max-width: 768px) {
  .navbar-xs .navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .navbar-brand {
    height: auto;
  }

  h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 15px;
  }

  h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  h6 {
    font-size: 10px;
    margin-bottom: 8px;
  }

  #main-content {
    padding: 10px 10px 35px 10px;
  }

  #block-webform-client-block-12 .webform-component-mailchimp {
    width: 230px;
  }

  #footer .region .block {
    margin: 0 0 30px 0;
  }
  #footer .region .block h2 {
    margin: 0 0 10px 0;
  }

  #triptych-wrapper .block {
    margin: 0 0 40px 0;
  }

  #disclaimer .hero {
    float: left;
    clear: left;
  }
}
@media (min-width: 640px) {
  #mobile-menu {
    display: none;
  }

  #main-menu ul.links {
    display: block;
  }
}
@media (max-width: 640px) {
  #mobile-menu {
    display: block;
  }

  #main-menu {
    float: none;
    margin: 20px 0 0;
  }
  #main-menu ul.links {
    display: none;
  }
  #main-menu #logo {
    position: relative;
    left: 0;
    margin: 0;
  }

  #block-webform-client-block-12 .webform-component-mailchimp {
    width: 210px;
  }
  #block-webform-client-block-12 .form-item input {
    width: 190px;
  }
}
