/* -----------------------------------*/
/* Colors ----------------------------*/
/* -----------------------------------*/

/* Mint Green: #76beaa */
/* Red Buttons: #b85e5d */

.recipes-container {
  position: relative;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.navbar-fixed-top {
  border: 0;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-left: -20px;
  border-bottom: 2px dotted #cccccc;
}
.nav-sidebar > li {
  margin: 15px 0;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  color: #4c4c4c;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-sidebar h4.browse-recipes {
  padding: 0 20px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px dotted #cccccc;
}

.sidebar {
  background: #f2f2f2;
  height: auto;
}
.sidebar .want-more h4 {
  letter-spacing: 0.2rem;
  margin-top: 30px;
}
.sidebar .want-more em {
  font-size: 0.9rem;
}
.sidebar .want-more .input-group {
  margin: 15px 0 35px 0;
}
.sidebar .want-more button {
  text-transform: uppercase;
}

.card h5 {
  font-family: "gotham_book";
  font-size: 0.8em;
  letter-spacing: 0.1rem;
  margin-top: 5px;
}

.card-header {
  background: #76beaa;
}
.card-header h4 {
  color: #ffffff;
  padding-top: 10px;
  font-family: "gotham_book";
}
.card-header h4 span {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: 'Parisienne', cursive;
  text-transform: capitalize;
}
.card-block em {
  color: #76beaa;
  font-size: 0.9rem;
}
.card-footer {
  background: #d9d9d9;
}
.card-footer a {
  color: #ffffff;
  font-family: "gotham_bold";
  font-size: 1.1rem;
  letter-spacing: .6rem;
}
.card-footer a:hover, .card-footer a:active, .card-footer a:focus {
  text-decoration: none;
  color: #666;
}

/*
 * Main content
 */

.main {
  position: relative;
  padding: 20px;
  padding-right: 20px !important;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.more-recipes {
  color: #666666;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.more-recipes a {
  padding: 0 5px;
}

.interact {
  width: 180px;
  position: absolute;
  right: 20px;
  top: 113px;
  border: 1px solid #cccccc;
  border-top: 0;
  border-bottom: 0;
}
.interact ul {
  padding: 0;
  margin: 0;
}
.interact li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 15px;
}
.interact li a:hover, .interact li a:active, .interact li a:focus {
  text-decoration: none;
}
.interact li span {
  padding-right: 15px;
  letter-spacing: 0.2rem;
}
.interact li.remove a {
  color: #b85e5d;
}
.interact li i {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  font-size: 1.3rem;
  position: relative;
  top: 1px;
  float: right;
}
.interact li.likes {
  color: #b85e5d;
}
.interact li.likes a {
  color: #b85e5d;
}
.interact li.save {
  color: #76beaa;
}
.interact li.save a {
  color: #76beaa;
}
.interact li.print {
  color: #878787;
}
.interact li.print a {
  color: #878787;
}
.interact li a:hover, .interact li a:active, .interact li a:focus {
  opacity: 0.8;
}

.share-recipe {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 50px;
  height: 120px;
}
.share-recipe p {
  margin-bottom: 10px;
  font-style: italic;
}
.share-recipe a, .share-recipe a:hover, .share-recipe a:active, .share-recipe a:focus {
  color: #ffffff;
  background: #4e4b4c;
  min-width: 25px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
}
.share-recipe a:hover, .share-recipe a:active, .share-recipe a:focus {
  background: #76beaa;
}

.share-recipe i {
    padding: 0 5px;
}

.author img {
  border-radius: 100%;
  margin-right: 25px;
  height: 105px;
}
.author .author-name {
  font-family: 'Parisienne', cursive;
  color: #76beaa;
}
.author .author-name a {
  font-family: 'novecento_sans_widenormal';
  text-transform: uppercase;
  font-size: 1.1rem;
  text-decoration: underline;
  margin-left: 5px;
}
.author .author-title {
  color: #c5c5c5;
  margin: 5px 0;
}

.recipes-container h1.title {
  font-family: 'gotham_light';
  font-size: 2rem;
  text-transform: capitalize;
  margin-bottom: 20px;
  width: 70%;
}

.recipe-content h3 {
  font-size: 1.3rem;
  margin: 30px 0 20px 0;
  color: #76beaa;
}
.recipe-content hr {
  margin: 30px 0;
}
.recipe-content .recipe-directions hr {
  border-top-style: dotted;
  border-top-width: 2px;
}

#ask input:focus, #reviews input:focus {
  border-left: 1px solid #ccc;
}
#ask .btn-primary, #reviews .btn-primary {
  position: relative;
  left: -3px;
}
#ask .answer-footer {

}
#ask .answer-footer a {
  color: #222;
  font-weight: bold;
}

#reviewComment {
  line-height: 40px;
}

.image-gallery img {
  width: 100%;
}
.image-gallery, .video-embed {
  margin-top: 80px;
}
.image-gallery .col-lg-10 {
  padding: 0;
  padding-right: 1.25px;
}
.image-gallery .col-lg-2 {
  padding: 0;
  padding-left: 1.25px;
}
.image-gallery .col-lg-2 img {
  padding-bottom: 2.5px;
}

.recipes-container .tabbed-content .nav-item {
  margin-left: 0;
}
.recipes-container .tabbed-content .nav-item .nav-link {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 20px;
  border-right: 1px solid #ccc;
  border-radius: 0;
}
.recipes-container .tabbed-content .nav-item:last-of-type .nav-link {
  border-right: 0;
}
.recipes-container .tabbed-content .ask-the-cook a {

}
.recipes-container .tabbed-content .nav-item a.nav-link:hover {
  color: rgba(0,0,0,.9);
}
.recipes-container .tabbed-content .nav-item .nav-link.active {
  border-radius: 0;
  background-color: #76beaa;
  color: #ffffff;
}
.recipes-container .tabbed-content .nav-item .nav-link.active:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.recipes-container .tabbed-content ul.nav {
  margin-bottom: 35px;
  border: 1px solid #cccccc;
  border-right: 0;
  border-left: 0;
  position: relative;
  top: 80px;
}

.bottom-area {
  min-height: 300px;
}
.bottom-area .nav-item-list {

}
.bottom-area .nav-pills .nav-link {
  color: #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 0;
}
.bottom-area .nav-pills .nav-link.active {
  border-radius: 0;
  background: none;
  color: #666666;
}

footer {
  margin-top: 0;
}

.content hr {
    margin-bottom: 20px;
}




@media (min-width: 768px) {
  body {
    padding-top: 6.5rem;
  }
  #reviews input {
    width: 548px;
    border-left: 0;
    border-right: 0;
    margin-right: 0;
  }
  #ask input {
    width: 518px;
    border-left: 0;
    border-right: 0;
  }
  .babettes-treasures {
    position: relative;
    left: 2px;
  }
  .sidebar {
    float: left;
    z-index: 1000;
    display: block;
    padding: 20px;
    background-color: #f2f2f2;
    position: absolute;
    left: 8px;
    top: 0;
    height: 100%;
  }
}

/* Everything less than "extra large devices" (desktops, tablets, phones, 1199px and down) */

@media (max-width: 1199px) {
  .interact {
    width: 180px;
  }
  .interact li {
  }
  .cookbook-card .card-header-alt {
    font-size: 0.8rem;
  }
}

/* Extra small devices (portrait phones, less than 544px) */

@media (max-width: 543px) {
  .recipes-container h1.title {
    width: 100%;
  }
  .author {
    font-size: 0.8rem;
    position: relative;
    top: -15px;
  }
  .image-gallery {
    margin-top: 20px;
  }
  .image-gallery .col-lg-2 .col-xs-4 img {
    width: 100%;
    height: auto;
  }
  .image-gallery .col-lg-10 img {
    height: auto;
    width: 100%;
  }
  .ask-the-cook {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
  }
  .bottom-area .tab-content {
    padding: 0 7.5px;
  }
  .recipe-content .tab-pane .row {
    margin: 0;
  }
  .recipe-content .tab-pane img {
    margin-right: 15px;
  }
  .sidebar h4.browse-recipes {
    padding-top: 20px;
    margin-top: 0;
  }
  .sidebar {
    padding-bottom: 30px;
    width: 100%;
    overflow: hidden;
  }
  .interact {
    position: relative;
    top: -20px;
    left: 0;
    display: block;
    width: 100%;
    height: 150px;
  }
  .share-recipe {
    position: relative;
    top: -40px;
    left: 0;
  }
  .recipes-container .tabbed-content ul.nav {
    top: 35px;
  }
}
