/*============================================================================
  #Settings Variables
==============================================================================*/
/* BREAKPOINT VARIABLES */
/* COLOR VARIABLES */
/* TYPOGRAPHY VARIABLES */
/*============================================================================
  #BB Optin #1 Stylesheet
==============================================================================*/
/* SPECIFIC STYLES */
.section--1502731773116 {
  padding-bottom: 0; }

/* SECTION STYLES */
.section .container, .header .container, .footer .container {
  max-width: 960px; }

/* HEADER STYLES */
.header .logo--text {
  font-weight: 400; }
  .header .logo--text span {
    color: #e74c3c; }
.header a {
  font-family: Open Sans;
  text-transform: uppercase; }

/* FORM STYLES */
form input.form-control:not([type=checkbox]):not([type=radio]) {
  border-radius: 3px;
  padding: 7px 10px;
  margin: .5rem 0; }

/* HEADING SECTION STYLES */
.section--heading__title {
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase; }
.section--heading__subtitle {
  font-size: 20px;
  color: #a0a7af;
  font-weight: bold;
  margin-bottom: 0; }

/* CUSTOM CONTENT SECTION STYLES*/
.section--custom_content .custom-form h2 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.5; }
.section--custom_content .custom-form p {
  font-size: 14px;
  line-height: 1.4;
  color: #7f8c8d;
  margin-bottom: 1.5rem;
  padding: 0 2rem; }

/* TESTIMONIAL SECTION STYLES */
.section--testimonial .testimonial {
  padding-top: 0; }

/* LAYOUT STYLES */
@media (max-width: 767px) {
  .section [class*="col-md"] {
    display: block;
    width: 100%; } }
