/**
 * Discover Page
 * 
 * Copyright 2015 Nuzzel, Inc.
 */

body {
  background-color:#f8f8f8;
}

/* Make sure bootstrap modal backdrop work while centering the content */
.modal-backdrop.in {
  z-index: auto;
}

/* center Bootstrap columns content */
.col-centered{
  margin: 0 auto;
  float: none;
}

/*
 * Top bar
 */
.navbar-nuzzel {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.account-name {
  color: white !important;
}

/* 
 * CTA
 */

.cta {
  background-color: #2E3D4B;
  margin-bottom: 5px;
  padding: 25px 5px;
  margin-top: -1px;
}

.cta .cta-text {
  color: white;
  font-weight: 300;
  font-size: 2em;
  padding-bottom:15px;
}

.primary-cta {
  max-width: 300px;
  padding-left: 3px;
  padding-right: 7px;
}

.secondary-cta {
  max-width: 300px;
  padding-top: 10px;
}

.secondary-cta .btn-toolbar {
  border-spacing: 5px 0;
  display: inline-block;
}

.apps-cta {
  color: #868a8e;
  font-size: 1em;
  line-height: 1.2em;
  padding-top: 15px;
}

.apps-cta img {
  height: 20px;
  padding-left: 10px;
  vertical-align: text-bottom;
}

/* Social buttons */
.btn-social {
  border: 0 none;
  color: #fff;
  text-shadow: none;
}

.jumbotron .btn-twitter {
  padding: 12px 20px;
}

.btn-twitter {
  background: #55acee;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background: #55acee;
  color: #fff;
}

.btn-facebook {
  background: #3b5998;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background: #3b5998;
  color: #fff;
}

.btn-linkedin {
  background: #007bb6;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background: #007bb6;
  color: #fff;
}

.btn-mail {
  background: #6f4b8c;
}

.btn-mail:hover,
.btn-mail:focus,
.btn-mail:active,
.btn-mail.active,
.open > .dropdown-toggle.btn-mail {
  background: #6f4b8c;
  color: #fff;
}

/*
 * Search
 */

.search-container {
  padding-bottom: 10px;
  text-align: center;
}

.search-container h2 {
  font-size: 1.3em;
  font-weight: 400;
  padding-bottom: 10px;
}

/* search input customization */
.add-on .input-group-btn > .btn {
  border-left-width: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #9f9a98;
  left: -2px;
}

/* stop the glowing blue shadow */
.add-on .form-control:focus {
  border-color: #cccccc;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/*
 * Featured Feed Section
 */

.featured-feeds {
  background-color: white;
  border-bottom: solid thin #E6E6E6;
  border-top: solid thin #E6E6E6;
  margin: 20px 0;
  min-height: 150px;
  padding: 10px 0;
}

.featured-feeds .title {
  font-weight: 400;
  margin-left: 15px;
}

.featured-feeds .image-container {
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.featured-feeds-list {
  padding-top: 10px;
  text-align: center;
}

.featured-feeds .name {
  padding: 10px 0;
}

.featured-feeds a {
  color: #144066;
}

/*
 * Featured Newsletters Section
 */

.featured-newsletters {
  background-color: white;
  border-bottom: solid thin #E6E6E6;
  border-top: solid thin #E6E6E6;
  margin: 20px 0;
  min-height: 150px;
  padding: 10px 0 20px;
}

.featured-newsletters .title {
  font-weight: 400;
  margin-left: 15px;
}

.btn-more {
  border: 0 none;
  color: #004276;
  text-shadow: none;
  background-color: #FBFBFB;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}

.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more.active,
.open > .dropdown-toggle.btn-more {
  background: #FBFBFB;
  color: #004276;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 768px) {
  .cta {
    margin-bottom: 30px;
  }

  .cta .cta-text {
    font-size: 2.4em;
  }

  .search-container {
    padding-bottom: 20px;
  }

  .search-container h2 {
    font-size: 2.2em;
    padding-bottom: 10px;
  }

  .search-box {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .feed-card {
    max-width: none;
  }

  .modal-subscribe-content {
    max-width: none;
    min-width: 400px;
    padding: 15px;
  }

  .modal-subscribe-form input {
    min-width: 300px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .cta .cta-text {
    font-size: 2.6em;
  }

  .story .title {
    font-size: 1.7em;
    line-height: 1.1em;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}