/*============================================================================
  #Settings Variables
==============================================================================*/
/* BREAKPOINT VARIABLES */
/* COLOR VARIABLES */
/* TYPOGRAPHY VARIABLES */
/*============================================================================
  #Imperial Stylesheet
==============================================================================*/
/* GENERAL STYLE */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

h1 {
  letter-spacing: 5px; }

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

/* TEXT SECTION STYLE */
.section--text h6 {
  display: inline-block;
  padding: 8px 30px;
  font-family: Open Sans;
  letter-spacing: 3.9px;
  text-transform: uppercase;
  background: #f5b300;
  font-size: 14px;
  color: #252525; }
.section--text .heading__subtitle {
  font-family: Hind;
  opacity: .5;
  font-style: italic;
  font-size: 20px; }

/* OPT IN SECTION STYLE */
.section--opt_in h6 {
  font-size: 14px;
  font-family: Open Sans;
  color: #f5b300;
  letter-spacing: 3.9px;
  text-transform: uppercase;
  margin: 2rem 0; }
.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; }

/* IMAGE SECTION STYLES */
.section--img {
  position: relative; }
  .section--img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
    background: #252525; }
  .section--img img {
    margin: 0 auto;
    margin-bottom: 1rem;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2); }

/* VIDEO SECTION STYLES */
.section--video {
  position: relative; }
  .section--video:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
    background: #252525; }
  .section--video .video, .section--video img {
    margin: 0;
    margin-bottom: 1rem;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2); }

/* 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 #f5b300;
    padding: 9px 14px; }

/* CTA STYLES */
.btn {
  font-family: Open Sans;
  border-radius: 3px;
  padding: 15px 30px;
  letter-spacing: 5px;
  font-size: 18px; }

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

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

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

  /* 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: 58.33333%; } }
