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

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


/* -----------------------------------*/
/* WebFonts --------------------------*/
/* -----------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Parisienne');

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i');

@font-face {
    font-family: 'novecento_sans_widenormal';
    src: url('../eot/novecentosanswide-normal-webfont.eot');
    src: url('../eot/novecentosanswide-normal-webfontd41d.eot#iefix') format('embedded-opentype'),
         url('../novecentosanswide-normal-webfont.html') format('woff2'),
         url('../woff/novecentosanswide-normal-webfont.woff') format('woff'),
         url('../ttf/novecentosanswide-normal-webfont.ttf') format('truetype'),
         url('../svg/novecentosanswide-normal-webfont.svg#novecento_sans_widenormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_book';
    src: url('../eot/gotham-book-webfont.eot');
    src: url('../eot/gotham-book-webfont.eot') format('embedded-opentype'),
         url('../woff/gotham-book-webfont.woff') format('woff'),
         url('../ttf/gotham-book-webfont.ttf') format('truetype'),
         url('../svg/gotham-book-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_bold';
    src: url('../eot/gotham-bold-webfont.eot');
    src: url('../eot/gotham-bold-webfont.eot') format('embedded-opentype'),
         url('../woff/gotham-bold-webfont.woff') format('woff'),
         url('../ttf/gotham-bold-webfont.ttf') format('truetype'),
         url('../svg/gotham-bold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_light';
    src: url('../eot/gotham-light-webfont.eot');
    src: url('../eot/gotham-light-webfont.eot') format('embedded-opentype'),
         url('../woff/gotham-light-webfont.woff') format('woff'),
         url('../ttf/gotham-light-webfont.ttf') format('truetype'),
         url('../svg/gotham-light-webfont.svg') format('svg');
    font-weight: light;
    font-style: normal;
}

/* -----------------------------------*/
/* Body + Header ---------------------*/
/* -----------------------------------*/

body {
  /* Show it's not fixed to the top */
  padding-top: 9rem;
  font-family: "gotham_book", sans-serif;
}

em {
  font-family: 'Libre Baskerville', serif;
}

button, .btn, input, .card-header, .card-footer, .card-block, .card, .card-header:first-child, .card-footer:last-child  {
  border-radius: 0;
}

.pt-20 {
  margin-top: 20px;
}

.card {
  border-color: #d6d6d6;
}

.btn {
  text-transform: uppercase;
  font-family: 'novecento_sans_widenormal';
}
.btn-red {
  background-color: #b85e5d;
  border-color: #843b3a;
  color: #ffffff;
  border-radius: 0;
  padding: 7px 25px;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
  color: #eeeeee;
  background-color: #984d4c;
}

strong {
  font-family: "gotham_bold", sans-serif;
}

.btn-secondary:active, .btn-secondary:focus {
  background: #ffffff;
}

.btn-primary {
  background-color: #76beaa;
  border-color: #76beaa;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #66a795 !important;
  border-color: #66a795 !important;
}

hr {
  border-color: #cccccc;
}

a {
  color: #76beaa;
}
a:hover, a:focus, a:active {
  color: #5e9c8b;
}

.alert {
  border-radius: 0;
}

.input-group-addon {
  border-radius: 0;
  background: 0;
  color: #76beaa;
  text-transform: uppercase;
}

.hideme {
  display: none;
}

.bg-white {
  background: #ffffff;
}

.bg-green {
  background: #CEF6D8;
}

.bg-grey {
  background: #F2F2F2;
}

header .nav-center .nav {
  display: inline-block;
  margin: 0 auto;
  width: 770px;
}

header nav.navbar {
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  padding: 1rem;
}

header nav.navbar img {
  max-height: 120px;
  max-width: 370px;
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: .6rem;
  font-family: 'gotham_book';
}
header .navbar-brand span {
  font-family: 'gotham_bold';
}

header .dropdown:hover .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
header .dropdown:hover .dropdown-menu {
  display: block;
}

header .dropdown-item {
  background: #76beaa;
  color: #ffffff;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  font-size: 0.7rem;
}

header .dropdown-toggle::after {
  display: none;
}

header .nav-item.dropdown .dropdown-item:hover, header .nav-item.dropdown .dropdown-item:active, header .nav-item.dropdown .dropdown-item:focus, header .nav-item.dropdown .dropdown-item.active {
  background: #9dd4c4;
}

nav ul li {
  text-transform: uppercase;
  font-family: "novecento_sans_widenormal", sans-serif;
  letter-spacing: 3px;
}

header nav .navbar-nav li {
  margin-right: 10px;
}

.navbar-light .navbar-toggler {
  position: absolute;
  left: 50%;
}

header nav.mobile-nav {
  background-color: #76beaa;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 0.9rem;
}
header nav.mobile-nav a {
  color: #3a675a;
}
header nav.mobile-nav .menu-button button {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  background: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  cursor: pointer;
}
header nav.mobile-nav .menu-button i {
  font-size: 1.2rem;
  position: relative;
  top: 2px;
  left: 5px;
}

.navbar-toggleable-md .menu-button button {
  text-transform: uppercase;
  margin-top: 4px;
  display: pointer;
  background: none;
  border: 0;
}

.search-box {
  border-bottom: 1px solid #ccc;
  background: #ffffff;
}
.search-box .container {
  position: relative;
}
.search-box input {
  font-size: 4rem;
  border: 0;
  text-align: right;
  padding-right: 100px;
  color: #76beaa !important;
  text-transform: uppercase;
  font-family: 'gotham_bold';
}
.search-box button {
  position: absolute;
  right: 5px;
  top: 12px;
  font-size: 3.5rem;
  background: none;
  border: 0;
}

.popup-highlight {
  background: #76beaa;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
.popup-highlight.in {
  -webkit-box-shadow: 0px 7px 46px -2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 7px 46px -2px rgba(0,0,0,0.4);
  box-shadow: 0px 7px 46px -2px rgba(0,0,0,0.4);
}
.popup-highlight section {
  margin: 40px 0 40px 0;
  padding: 0 75px;
}
.popup-highlight section:first-of-type {
  border-right: 2px solid #ffffff;
  border-color: rgba(255,255,255,0.4);
}
.popup-highlight h1, .popup-highlight span {
  color: #fff;
  font-family: 'gotham_light', sans-serif;
  text-transform: capitalize;
  margin: 0 0 15px 0;
}
.popup-highlight h1 {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
}
.popup-highlight span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.7rem;
}
.popup-highlight a {
  color: #555555;
  text-transform: capitalize;
}
.popup-highlight .form-check {
  margin: 20px 0;
}
.popup-highlight .form-check-label {
  padding-left: 0;
  font-size: 0.8rem;
}
.popup-highlight .form-group {
  margin-bottom: .25rem;
}
.popup-highlight .form-control {
  text-align: center;
  border-radius: 0;
  padding: 10px 10px;
  border: 0;
}
.popup-highlight .form-transparent .form-control {
  background: 0;
  text-align: left;
  border-bottom: 1px solid #555;
  padding-left: 0;
}
.popup-highlight .form-transparent:last-of-type {
  margin-bottom: 40px;
}
.popup-highlight .btn {
  background: #555555;
  border-color: #424242;
  color: #ffffff;
  font-family: "gotham_bold";
  letter-spacing: 8px;
}
.popup-highlight .join-form, .popup-highlight .login-form {
  margin: 40px 0;
}
.popup-highlight .login-form .btn {
  margin-top: 124px;
}
.popup-highlight a.forgot-password {
  color: #fff;
  position: relative;
  top: 10px;
  font-size: 0.8rem;
}
.popup-highlight .container {
  position: relative;
}
.popup-highlight a.close {
  z-index: 9999;
  position: absolute;
  right: 30px;
  color: #fff;
  opacity: 1;
}
.popup-highlight .avatar {
  position: absolute;
  top: -15px;
}
.popup-highlight .avatar img {
  max-width: 60px;
}
.popup-highlight .avatar a {
  font-size: 0.8rem;
  color: #fff;
}

.text-slogan {
  position: relative;
  top: -5px;
  font-size: 0.9rem;
}
.text-slogan span {
  font-family: 'Parisienne', cursive;
  font-size: 1.3rem;
}
.text-start-here {
  color: #bdbdbd;
  font-size: .9rem;
}

.mobile-search input {
  margin-bottom: 20px;
  padding: 1.2rem;
  background: url('../jpg/search.jpg') no-repeat;
  background-position: right 25px center;
  border-radius: 0;
  z-index: 999;
}

.mobile-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #76beaa;
  font-size: 0.8rem;
}
.mobile-search ::-moz-placeholder { /* Firefox 19+ */
  color: #76beaa;
  font-size: 0.8rem;
}
.mobile-search :-ms-input-placeholder { /* IE 10+ */
  color: #76beaa;
  font-size: 0.8rem;
}
.mobile-search :-moz-placeholder { /* Firefox 18- */
  color: #76beaa;
  font-size: 0.8rem;
}

h4.category-title {
  position: relative;
  top: 6px;
}

/* -----------------------------------*/
/* Mobile Nav ------------------------*/
/* -----------------------------------*/

#mobileMenu {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 9999;
}
#mobileMenu .nav-item {
  text-transform: uppercase;
  font-family: "novecento_sans_widenormal", sans-serif;
  letter-spacing: 4px;
  text-align: center;
  width: 100%;
  margin: 0;
}
#mobileMenu .nav-item a {
  color: rgba(0,0,0,.5);
  font-size: 1rem;
}
#mobileMenu .nav-sub-item {
  text-align: center;
}
#mobileMenu .nav-sub-item a {
  color: rgba(0,0,0,.5);
}

/* -----------------------------------*/
/* Typography ------------------------*/
/* -----------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-family: "gotham_bold", sans-serif;
  text-transform: uppercase;
  color: #656565;
  font-size: 1rem;
}


/* -----------------------------------*/
/* Social Media Links ----------------*/
/* -----------------------------------*/

.search-toggler {
  position: absolute;
  right: 100px;
  padding-right: 10px;
  height: 40px;
  width: 100px;
}
.search-toggler button {
  background: url('../jpg/search.jpg') no-repeat;
  width: 22px;
  height: 22px;
  border: 0;
  position: relative;
  top: 7px;
  margin-right: 20px;
  cursor: pointer;
}
.social {
  margin-bottom: 20px;
}
.social-links {
  margin: 0;
  padding-left: 0;
}
.social-links li {
  list-style-type: none;
  float: left;
  width: 32px;
  height: 34px;
  background: url('../jpg/social.jpg') no-repeat;
}
.social-links li a {
  width: 32px;
  height: 34px;
}
li.social-instagram {
  background-position: 0 -5px;
}
li.social-facebook {
  background-position: -40px -5px;
}
li.social-twitter {
  background-position: -120px -5px;
}
li.social-pinterest {
  background-position: -160px -5px;
}
li.social-google {
  background-position: -200px -5px;
}
nav .logged-in {
  position: absolute;
  right: 20px;
  top: -3px;
}
nav .logged-out {
  margin-right: 35px;
  position: relative;
  top: 5px;
}

/* -----------------------------------*/
/* Content  --------------------------*/
/* -----------------------------------*/

.content .recipes.row h5, .content .cookbooks.row h5, .content .events.row h5 {
  font-family: "gotham_book", sans-serif;
  text-transform: capitalize;
  color: #666666;
  margin-top: 15px;
  font-size: 1.1rem;
}
.content .recipes.row p, .content .cookbooks.row p, .content .events.row p {
  font-size: 0.8rem;
  color: #a5a5a5;
}
.content hr {
  margin-bottom: 40px;
}
a.image-thumb-overlay {
  position: relative;
  display: inline-block;
}

.card img {
  width: 100%;
}
.card a {
  width: 100%;
}

.page-container {
  position: relative;
}
.page-container .main {
  font-size: 0.8rem;
}
.page-container h1.title {
  margin-top: 5px;
  font-size: 2rem;
  text-transform: capitalize;
  font-family: "gotham_light", sans-serif;
}

.page-container.contests {
  color: #666;
}
.page-container.contests h1.title {
  margin: 25px 0;
}
.page-container.contests .read-more {
  letter-spacing: 5px;
  padding: 12px 30px;
  margin: 20px 0;
}
.page-container.contest-single .main {
  min-height: 1400px;
  color: #666;
}

/* -----------------------------------*/
/* Cookbook Cards  -------------------*/
/* -----------------------------------*/

.cookbook-card .card-header-alt {
  height: 60px;
  padding-top: 17px;
  text-align: right;
  font-style: italic;
  text-decoration: underline;
}
.cookbook-card .card-header-alt a {
  color: #666666;
}
.cookbook-card .card, .cookbook-card .card-header {
  border-top: 0;
}
.cookbook-card .card h4 {
  font-size: 0.8rem;
}
.cookbook-card .card h4 span {
  font-size: 0.7rem;
}
.cookbook-card .card-block {
  padding: 0;
}
.cookbook-card .card-block div {
  padding: 0;
}
.cookbook-card .card-block .col-xs-8 {
  padding: 10px;
}
.cookbook-card .card-block .border-dotted-left {
  border-left: 2px dotted #cccccc;
  padding: 10px 5px;
  min-height: 100px;
}
.cookbook-card .card-block p {
  font-size: 0.8rem;
  color: #76beaa;
  font-style: italic;
  margin-bottom: 0;
}
.cookbook-card .card-block small {
  font-size: 0.6rem;
}
.cookbook-card .card-block .price {
  background: #76beaa;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
  right: -1px;
}
.cookbook-card a.img-overlay {
  position: relative;
}

/* -----------------------------------*/
/* Recipe Cards  ---------------------*/
/* -----------------------------------*/

.recipe-card .card span {
  font-size: 0.8rem;
}
.recipe-card .card span.likes {
  color: #b85e5d;
  float: left;
}
.recipe-card .card span.likes i {
  padding-right: 10px;
  border-right: 2px dotted #cccccc;
  margin-right: 10px;
}
.recipe-card .card span.save {
  color: #76beaa;
  float: right;
}
.recipe-card .card h5 {
  color: #999999;
  font-family: "gotham_book", sans-serif;
  margin-bottom: 30px;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 30px;
}
.recipe-card .card a {
  color: #999999;
  font-size: 0.8rem;
}

/* -----------------------------------*/
/* Browse Categories  ----------------*/
/* -----------------------------------*/

.browse-categories .category-row {
  margin-bottom: 20px;
}
.browse-categories h3 {
  font-family: 'Parisienne', cursive;
  text-transform: capitalize;
  color: #76beaa;
  font-size: 1.9rem;
  margin-bottom: 40px;
  margin-top: 20px;
}
.browse-categories ul {
  padding-left: 0;
  list-style-type: none;
}
.browse-categories ul li {
  font-family: "gotham_bold", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.browse-categories ul li a {
  color: #636466;
}



/* -----------------------------------*/
/* Footer  ---------------------------*/
/* -----------------------------------*/

footer {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 40px;
}
footer .join-community {
  border-right: 1px solid #cccccc;
  background: url('../jpg/itsfree.jpg') no-repeat;
  background-position: right 25px bottom 10px;
  background-size: 50%;
  padding: 20px 0;
  color: #a3a3a3;
  text-transform: uppercase;
}
footer nav li {
  margin-top: 25px;
  letter-spacing: 2px;
  font-size: 0.8rem;
}
footer .navbar-nav .nav-item+.nav-item {
  margin-left: 2rem;
}
footer nav li:first-of-type {
  margin-left: 0;
}

/* Desktops and up */

@media (min-width: 1024px) {

  /* Only show the overlays on desktop */
  a.image-thumb-overlay:hover::after {
    content: '';
    color: #ffffff;
    text-align: center;
    width: 90%;
    height: 90%;
    background-color: rgba(118, 190, 170, 0.85);
    background-image: url('../png/explore.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 5%;
    left: 5%;
  }

}

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

@media (max-width: 1199px) {

  /* Fix the overlays at this breakpoint */
  .content a.image-thumb-overlay:hover::after {
    padding-top: 40%;
    width: 90%;
    height: 200px;
    top: -90px
  }

  footer .navbar-nav .nav-item+.nav-item, footer nav li {
    font-size: 0.7rem;
    margin-left: 20px;
    padding-top: 5px;
  }

  .navbar-static-top .nav-item {
    font-size: 0.8rem;
  }

  /* Fix sub-menu dropdowns on mobile */
  .nav-tabs .nav-item .dropdown-menu {
    position: relative !important;
    top: -100%;
  }

}

@media (max-width: 762px) {
  .popup-highlight section:first-of-type {
    border-right: 0;
  }
}
/* Extra small devices (portrait phones, less than 544px) */

@media (max-width: 576px) {

  body {
    padding-top: 9rem;
  }
  header nav.bg-white.navbar {
    padding: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 0;
  }
  .navbar-brand {
    width: 100%;
    position: relative;
    top: 4px;
    z-index: 999;
    text-align: center;
  }
  .navbar-brand img {
    margin: 0 auto;
    display: block;
  }
  #mobileMenu {
    margin-bottom: 40px;
    top: 136px;
  }
  img.logo-mobile {
    max-height: 70px !important;
    width: 300px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
  }
  h4.category-title {
    text-align: center;
  }
  footer .join-community {
    border-bottom: 1px solid #ccc;
    border-right: 0 !important;
    padding-left: 3rem !important;
    background-size: 32% !important;
    background-position: right 3rem bottom 12px !important;
  }
  .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
  }
  .navbar-nav .nav-item:last-of-type {
    margin-bottom: 25px;
  }
  nav.social {
    width: 190px;
    margin: 20px auto;
  }
  .popup-highlight section {
    padding: 0 20px;
  }
  .nav-item.dropdown:not(.open) .dropdown-menu {
    display: none !important;
  }
}


@media (max-width: 993px) {
  .logo-mobile {
    max-height: 60px !important;
  }
  .pt-20 {
    margin-top: 12px;
  }
}
/* Medium Sized Screens Only */

@media (max-width: 993px) and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
  .visible-md {
    display: block;
  }

  body.home #mobileMenu {
    position: relative;
    top: -40px;
  }

  /* Fix sub-menu dropdowns on tablets */
  .nav-item .dropdown-menu {
    position: relative;
  }
}

@media (max-width: 320px) {
  header nav.mobile-nav, header nav.mobile-nav .menu-button button, header nav.mobile-nav .menu-button i {
    font-size: 0.7rem;
    top: 0;
  }
}
