/*
 Theme Name:   Jackalope 2015 Child
 Description:  Jackalope Wine Cellars Theme
 Author:       Margo Conner
 Author URI:   http://www.margoconner.com
 Template:     jackalope
 Version:      1.0.0
*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  padding-top: 139px;
}

@media (max-width: 768px) {
  body {
    padding-top: 0;
  }
}

/* WRAP IT UP
-------------------------------------------------- */

.body-wrapper {
  max-width: 970px;
  margin: auto;
  width: auto;
  padding-bottom: 50px;
}

.background-light {
    background-color: #FCF9F7;
    max-width: auto;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-collapse {
  text-align:center;
}

.nav-justified {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: inline-block;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-wrapper .navbar .container {
  width: auto;
}

.head {
  width: 100%;
  background-color: #FCF9F7;
}

.bumper {
  height: 150px;
}

/* change the font */
.navbar {
  font-family: "Amatic SC", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
}

.nav > li > a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: #513141;
  text-decoration: none;
  vertical-align: bottom;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  font-weight: 700;
  background-color: #FCF9F7;
}

.nav-justified > ul {
  padding-left: 0;
}

.nav-justified > ul > li {
  list-style-type: none;
  display: inline-block;
  padding: 20px;
}

.nav-justified > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #513141;
}
.nav-justified > ul >li > a:hover,
.nav-justified > ul > li > a:focus {
  text-decoration: none;
  background-color: #FCF9F7;
}

.nav-justified > ul > li > .menu-item-has-children {
  text-decoration: underline;
  color: #FCF9F7;
}

ul#menu-menu-1.nav.nav-justified {
  background-color: #FCF9F7;
}

/* copied from parent theme */

.sub-menu li {
  margin-bottom: 10px;
  list-style: none;
  background: #fcf9f7;
  color: #fcf9f7;
  text-align: left;
  padding-left: 5px;
}

.sub-menu li:last-child {
  margin-bottom: 0;
}

.sub-menu {
  color: #fcf9f7;
  padding: 5px;
} 

.sub-menu a  {
  color: #513141;
  text-decoration: none;
}

.sub-menu a:hover  {
  color: #513141;
  font-weight: 400;  
} 

.current-menu-item > a, .current-menu-parent > a {
  background: #FCF9F7; 
}
.current-menu-parent li a {
  background: #fcf9f7;
}
.current-menu-parent .current-menu-item a {
  color: #513141;
}

@media (min-width:768px) {
  .sub-menu {
    display: none;
    position: absolute;
    background: #fcf9f7;
    padding: 10px 15px;
    width: 200px;
    font-size: 27px;
  }

  li:hover .sub-menu {
    display: block;
    font-weight: 400;
  }

}


/* CUSTOMIZE THE JUMBOTRON
------------------------------------------------- */
.jumbotron {
  padding: 0px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
  height: 350px;
  width: 100%;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  height: 350px;
  overflow: hidden;
  border-bottom: 5px solid #513141;"
}

.jumbotron-title {
  font-family: "Amatic SC", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  position: relative;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  z-index: 110;
}

.jumbotron-title-container {
  position: absolute;
  margin: auto;
  top: 50%;
  z-index: 10;
  padding: 20px;
  background-color: rgba(255, 255, 255, .7);
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media (max-width: 768px) { 

  .jumbotron-title-container {
      position: absolute;
      margin: auto;
      top: 50%;
      z-index: 10;
      padding: 20px;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%)
    }

}

.banner-center {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  max-width: 100%;
  height: auto;
  overflow-x: hidden;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 350px;
  margin-bottom: 60px;
}

.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  overflow-y: hidden;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
}

.carousel-caption {
  position: absolute;
  right: 2%;
  bottom: 5px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-inner {
  position: relative;
  margin: auto;
  overflow: hidden;
  border-bottom: solid 10px #513141;
}

.carousel-leadtext {
  font-family: "Amatic SC", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 27px;
  position: relative;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  z-index: 110;
}

.carousel-leadtext-container {
  position: absolute;
  left: 20%;
  right: 45%;
  top: 40%;
  z-index: 10;
  padding: 20px;
  background-color: rgba(255, 255, 255, .7);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}


/* CUSTOMIZE THE PAGE HEADER
-------------------------------------------------- */
.page-header {
  margin-bottom: 50px;
}

/* FRONT PAGE WIDGETS CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.footer-item .col-md-4 {
  margin-bottom: 20px;
}
.footer-item h2 {
  font-weight: normal;
}
.footer-item .col-md-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.introduction {
  padding-top: 75px;
  font-size: 20px;
}

footer {
  background: #FCF9F7;
  padding-bottom: 50px;
}

.row-homewidgets {
  padding-top: 25px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the widget headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* TYPOGRAPHY
-------------------------------------------------- */

body {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  padding-bottom: 0;
}

p {
  margin-bottom: 15px;
}

a {
  color: #794F63;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #513141;
  text-decoration: underline;
  font-weight: 600;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:visited {
  color: #513141;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Amatic SC", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #513141;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.lead {
  font-size: 20px;
}

.intro {
  font-size: 20px;
  font-family: inherit;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.emphasize {
  font-family: "Amatic SC", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 27px;
  color: #513141;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}

i {
  color: #513141;
}

/* BUTTONS
-------------------------------------------------- */
.btn-default {
  color: #fff;
  background-color: #513141;
  border-color: #513141;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #513141;
  background-color: #fff;
  border-color: #513141;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
a.btn-default {
  color: #fff;
}

/* ABOUT PAGE
-------------------------------------------------- */

#wallofhonor {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}

/* POSTS
------------------------------------------------- */
.sidebar {
  margin-top: 210px;
  background-color: #FCF9F7;
  font-size: 16px;
}

.sidebar ul {
  padding-left: 15px;
}

.previouslink {
  float: left;
}

.nextlink {
  float: right;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .introduction {
    padding-top: 0;
  }
  .navbar {
    font-size: 24px;
  }
  .nav > li > a {
    padding: 0;
    margin-top: 5px;
  }
  #menu-item-123 {
    display: none;
  }
  .navbar-nav .open .dropdown-menu {
      position: static;
      float: left;
      width: auto;
      margin: 0;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
      margin-left: auto;
      margin-right: auto;
    }
  .admin-bar .navbar-fixed-top {
    margin-top: 0;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
    }
    .navbar-nav > li {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
    .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
      margin-right: auto;
      margin-left: auto;
      display: block;
    }
  .navbar-nav .sub-menu ul {
    padding-left: 0;
    }

   .sub-menu li {
      text-align: center;
      padding: 0;
    }

/*I'm sorry, this might break later! Check this ID/number if menu item starts showing up again */
  #menu-item-58 > a {
    display: none;
  }

  #menu-item-57 > a {
    display: none;
  }

/* JUMBOTRON RESPONSIVE */

  .jumbotron {
    padding: 0;
    margin-bottom: 15px;
    margin-top: 40px;
    margin-left: 0;
    padding-left: 0;
    color: inherit;
    background-color: #eee;
    height: 250px;
    width: 100%;
    border-bottom: 5px solid #513141;
    overflow: hidden;
    position: relative;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit;
  }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
  }
  .jumbotron > hr {
    border-top-color: #d5d5d5;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
  }

  .jumbotron-title {
    font-family: "Amatic SC", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    position: relative;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    z-index: 110;
  }

  .jumbotron-title-container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    padding: 20px;
    background-color: rgba(255, 255, 255, .7);
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);   
  }

  .banner-center {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    height: 250px;
    overflow-x: hidden;
    display: block;
  }

  #wallofhonor {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }

  .sidebar {
    display: none;
  }

}

@media (max-width: 970px) {
  p {
    margin: 10px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 10px;
  }
}

@media (min-width: 1600px) {
    .jumbotron-title-container {
      position: absolute;
      top: 40%;
      left: 50%;
      z-index: 10;
      padding: 20px;
      background-color: rgba(255, 255, 255, .7);
      -webkit-transform: translate(-50%, -50%);  
      transform: translate(-50%, -50%);   
  }
}