/*============================================================================
  #Settings Variables
==============================================================================*/
/* BREAKPOINT VARIABLES */
/* COLOR VARIABLES */
/* TYPOGRAPHY VARIABLES */
/*============================================================================
  #Central Stylesheet
==============================================================================*/
/* GENERAL STYLE */
.bar {
  position: relative; }
  .bar:before {
    content: "";
    bottom: 0;
    left: 0;
    width: 80px;
    position: absolute;
    border-top: 4px solid #151515; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, img {
  margin: 2rem 0; }

h1, h2 {
  text-transform: uppercase; }

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

/* FEATURES SECTION STYLE */
.section--feature p {
  opacity: .5; }

/* TEXT SECTION STYLE */
.section--text h6 {
  font-family: Libre Baskerville;
  color: #151515;
  font-weight: 600;
  font-style: italic; }
.section--text .heading__subtitle {
  opacity: .5;
  font-style: italic;
  font-size: 20px; }

/* OPT IN SECTION STYLE */
.section--opt_in h6 {
  font-family: Libre Baskerville;
  color: #151515;
  font-weight: 600;
  font-style: italic; }
.section--opt_in p {
  opacity: .7; }
.section--opt_in .optin__heading {
  font-family: Libre Baskerville;
  font-size: 18px;
  line-height: 1.7;
  font-style: italic; }

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

/* VIDEO SECTION STYLES */
.section--video {
  position: relative; }
  .section--video:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
    background: #fff; }
  .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: 0px;
  border: none; }

/* CTA STYLES */
.btn {
  border-radius: 0px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 400; }

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

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

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

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

  /* OPT IN SECTION STYLES */
  .section--opt_in .col-md-6 {
    position: relative; }
    .section--opt_in .col-md-6:before {
      content: "";
      bottom: 0;
      left: 15px;
      width: 80px;
      position: absolute;
      border-top: 4px solid #151515; }
  .section--opt_in h1 {
    font-size: 56px; }

  /* CTA STYLES */
  .section--cta .heading .col-md-8 {
    width: 83.333333%; }
  .section--cta .col-md-10 {
    width: 50%; } }
.container--xs-small {
  max-width: 620px; }
  .container--xs-small .container {
    padding-left: 40px;
    padding-right: 40px; }
  .container--xs-small [class*="col-"] {
    width: 100%; }
