/*============================================================================
  #Settings Variables
==============================================================================*/
/* BREAKPOINT VARIABLES */
/* COLOR VARIABLES */
/* TYPOGRAPHY VARIABLES */
/*============================================================================
  #Chelsea Stylesheet
==============================================================================*/
/* GENERAL STYLE */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, img {
  margin: 1.5rem 0; }

/* SECTION STYLES */
.section .container {
  max-width: 1050px; }
.section--large {
  padding: 80px 0; }

/* FEATURES SECTION STYLE */
.section--feature p {
  font-size: 14px; }

/* TEXT SECTION STYLE */
.section--text h6 {
  font-family: Raleway;
  color: #000000;
  letter-spacing: 6px;
  text-transform: uppercase; }
.section--text .heading__subtitle {
  font-family: Raleway;
  opacity: .7;
  font-style: italic; }

/* OPT IN SECTION STYLE */
.section--opt_in h6 {
  font-family: Raleway;
  color: #000000;
  letter-spacing: 6px;
  text-transform: uppercase; }
.section--opt_in h1 {
  font-size: 36px;
  margin: 2rem 0; }
.section--opt_in p {
  margin: 2rem 0; }
.section--opt_in .optin__panel--boxed {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1); }
.section--opt_in .optin__heading {
  font-size: 20px; }
.section--opt_in .optin__subheading {
  opacity: .5;
  font-size: 14px; }

/* IMAGE SECTION STYLES */
.section--img img {
  margin: 0 auto; }

/* VIDEO SECTION STYLES */
.section--video .video, .section--video img {
  margin: 0; }

/* OPT IN SECTION STYLES */
.section--opt_in .btn-form {
  font-size: 18px; }
.section--opt_in form input.form-control:not([type=checkbox]):not([type=radio]), .section--opt_in textarea {
  padding: 10px 15px;
  border-radius: 3px; }
  .section--opt_in form input.form-control:not([type=checkbox]):not([type=radio]):focus, .section--opt_in textarea:focus {
    border: 2px solid #000000;
    padding: 9px 14px; }

/* CTA STYLES */
.btn {
  font-family: Raleway;
  border-radius: 0px;
  padding: 15px 40px; }

.btn--large {
  font-size: 18px; }

/* LAYOUT STYLES */
@media (min-width: 767px) {
  /* SECTION TITLE STYLES */
  .heading .col-md-8 {
    width: 65%; }
  .heading .heading__title {
    font-size: 36px; }

  /* HERO SECTION STYLES */
  .section--hero .col-md-8 {
    width: 83.333333%; }

  /* IMAGE SECTION STYLES */
  .section--img .col-md-10 {
    width: 58.333333%; }

  /* VIDEO SECTION STYLES */
  .section--video .col-md-10 {
    width: 100%; }

  /* CTA STYLES */
  .section--cta .heading .col-md-8 {
    width: 83.333333%; }
  .section--cta .col-md-10 {
    width: 50%; }

  /* TEXT SECTION STYLE */
  .section--text h1 {
    font-size: 36px; } }
