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

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

body {
  padding-top: 6.5rem;
}

.greybox {
  padding:20px;
  background: #E6E6E6;
}
.filtercatbut {
  color: #ffffff;
  background: #57baa9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
}
.filtercatbut:hover {
  background: #82D4BC;
  cursor: pointer;
}
.hide {
  display:none;
}

.cookbook-search-bar {
  background: #eeeeee;
  padding: 40px 0 20px 0;
}
.cookbook-search-bar input {
  padding: 15px;
  border-radius: 0;
}
.cookbook-search-bar button {
  position: absolute;
  right: 20px;
  top: 6px;
  border-radius: 100%;
  padding: 7px 10px;
  background: #76beaa;
  font-size: 1.2rem;
}
.cookbook-search-bar .btn-add-recipe {
  text-transform: lowercase;
  letter-spacing: 4px;
}
.cookbook-search-bar .btn-add-recipe i {
  position: relative;
  top: 2px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px dotted rgba(0,0,0,0.2);
}
.cookbook-search-bar button:hover, .cookbook-search-bar button:active, .cookbook-search-bar button:focus {
  background: #66a795;
}
.cookbook-search-bar button i {
  color: #ffffff;
  position: relative;
  top: -2px;
}
.cookbook-search-bar p {
  font-size: 0.9rem;
}

.cookbook-search-bar ::-webkit-input-placeholder {
   color: #76beaa;
}

.cookbook-search-bar :-moz-placeholder { /* Firefox 18- */
   color: #76beaa;
}

.cookbook-search-bar ::-moz-placeholder {  /* Firefox 19+ */
   color: #76beaa;
}

.cookbook-search-bar :-ms-input-placeholder {
   color: #76beaa;
}

.nav.full-width {
  display: table;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 5px;
}
.nav.full-width > li {
  float: none;
  display: table-cell;
  text-align: center;
}
.nav.full-width > li.nav-script {
  font-family: 'Parisienne', cursive;
  color: #76beaa;
  font-size: 1.5rem;
  padding-right: 10px;
}
.nav.full-width > li.nav-spacer {
  width: 20px;
  border-left: 2px dotted #cccccc;
}
.nav.full-width > li > a {
  border: 0;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.nav.full-width .nav-link.active, .nav.full-width .nav-link.active:focus, .nav.full-width .nav-link.active:hover {
  border-bottom: 3px solid #76beaa;
}

.category-header {
  margin-bottom: 20px;
}
.category-header h6 {
  padding-top: 10px;
  color: #888888;
}
.category-header a {
  font-size: 0.8rem;
}
.category-header a.view-all {
  padding: 10px 20px 10px 0;
  border-right: 2px dotted #cccccc;
  margin-right: 20px;
  color: #222222;
}

.cookbook-card h5 {
  font-family: "gotham_book", sans-serif;
  color: #999999;
}
.cookbook-card a em {
  font-size: 0.8rem;
}

@media (max-width: 575px) {

  body {
    padding-top: 9rem;
  }
}

@media (max-width: 1199px) {

  .nav.full-width {
    overflow: scroll;
    width: 100%;
    display: inline-block;
  }

  .nav.full-width .nav-link {
    min-width: 130px;
  }
  .nav.full-width > li.nav-script {
    padding-left: 10px;
    min-width: 100px;
  }

}
