/* 
 * Stylesheet for Best of Nuzzel subscribe section
 * 
 * Copyright 2017 Nuzzel, Inc.
 */

.bon-subscribe {
  background: #FFFFFF;
  padding-bottom: 80px;
  padding-top: 80px;
}

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

.bon-subscribe .subscription-success {
  font-size: 16px;
}

.bon-subscribe .btn-facebook:hover,
.bon-subscribe .btn-facebook:focus,
.bon-subscribe .btn-facebook:active,
.bon-subscribe .btn-facebook.active {
  background: #3b5998;
  color: #fff;
}
.bon-subscribe .btn-social {
  border: 0 none;
  color: #fff;
  text-shadow: none;
}

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

.bon-subscribe .btn-twitter:hover,
.bon-subscribe .btn-twitter:focus,
.bon-subscribe .btn-twitter:active,
.bon-subscribe .btn-twitter.active {
  background: #55acee;
  color: #fff;
}

.bon-subscribe {
  background: #FFFFFF;
  padding-bottom: 72px;
  padding-top: 72px;
}

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

.bon-subscribe .description-content.anonymous.success {
  text-align: center;
}

.bon-subscribe-image  {
  display: inline;
  margin: 0 auto;
}

.bon-subscribe-section {
  float: right;
}

.bon-subscribe-section-custom {
  margin-top: 64px;
  text-align: center;
}

.bon-subscribe-section-description {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 24px;
}

.bon-subscribe-section-subscribe .action-content .bon-subscription-form {
  text-align: center;
}

.bon-subscribe-section-subscribe .description-small {
  display: table-cell;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

.bon-subscribe-section-subscribe .fb-messenger-button-large-container {
  width: 175px;
  margin: 0 auto;
  overflow: hidden;
}

.bon-subscribe-section-subscribe .fb-messenger-or {
  display: table;
  margin: 0 auto;
}

.bon-subscribe-section-subscribe .subscription-form-email-input  {
  min-width: 320px;
}

.bon-subscribe-section-subscribe hr {
  border-top: 1px solid #CCCCCC;
  width: 100px;
}

.bon-subscribe-section-title {
  font-weight: 600;
  text-align: center;
}

/** Bootstrap v3 small break **/
@media(max-width:991px){

  .bon-subscribe-section-cta {
    margin-bottom: 8px;
    margin-top: 80px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bon-subscribe-section-subscribe .subscription-form-email-input  {
    min-width: 200px;
  }

}

/** Bootstrap v3 x-small break **/
@media(max-width:767px){

  .bon-subscribe-section-custom {
    margin-top: 16px;
  }

  .bon-subscribe {
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .bon-subscribe-section {
    margin-bottom: 48px;
  }

  .bon-subscribe-section-title {
    font-size: 20px;
  }
  
}