/*===== Variables =====*/
/* Theme Colors */
/* Social Media Brand Colors */
/*===== Mixins =====*/
/***** Silent Classes *****/
.post-background-image {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media all and (min-width: 34.375em) {
  .post-background-image.open {
    -webkit-transform: translateX(320px);
        -ms-transform: translateX(320px);
            transform: translateX(320px);
  }
  .post-background-image.open:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #27292B;
    opacity: 0.3;
  }
}
@media all and (min-width: 59.375em) {
  .post-background-image {
    right: 27.785%;
  }
}
@media all and (min-width: 71.875em) {
  .post-background-image {
    right: 22.23%;
  }
}
/********** Header Image **********/
.header-image {
  position: relative;
  height: 0;
  padding-bottom: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.header-image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
  border: none;
}
.header-image a:focus {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  outline: none;
}

.open ~ .header-image {
  -webkit-transform: translateX(320px);
      -ms-transform: translateX(320px);
          transform: translateX(320px);
}
.open ~ .header-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #27292B;
  opacity: 0.3;
}

@media all and (min-width: 59.375em) {
  .header-image {
    float: left;
    width: 72.215%;
  }
}
@media all and (min-width: 71.875em) {
  .header-image {
    width: 77.77%;
  }
}
@media all and (min-width: 87.5em) {
  .header-image {
    float: none;
    right: 311px;
  }
}
.has-fixed-sidebar-bg .sidebar-bg-image {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.has-scroll-sidebar-bg .sidebar-bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media all and (min-width: 59.375em) {
  .has-fixed-sidebar-bg .sidebar-bg-image {
    left: 72.225%;
  }
}
@media all and (min-width: 71.875em) {
  .has-fixed-sidebar-bg .sidebar-bg-image {
    left: 77.77%;
  }
}
@media all and (min-width: 87.5em) {
  .has-scroll-sidebar-bg {
    background: none;
  }
}
.main-bg-image {
  position: fixed;
  top: 84px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
}

.admin-bar .main-bg-image {
  top: 130px;
}

.has-background-image .overflow-container {
  z-index: 9;
}
.has-background-image .main {
  background: none;
}

@media all and (min-width: 34.375em) {
  .main-bg-image {
    top: 96px;
  }
  .main-bg-image.open {
    -webkit-transform: translateX(320px);
        -ms-transform: translateX(320px);
            transform: translateX(320px);
  }
  .main-bg-image.open:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #27292B;
    opacity: 0.3;
  }

  .admin-bar .main-bg-image {
    top: 142px;
  }
}
@media all and (min-width: 50em) {
  .admin-bar .main-bg-image {
    top: 128px;
  }
}
@media all and (min-width: 59.375em) {
  .main-bg-image {
    top: 0;
    right: 27.785%;
  }

  .admin-bar .main-bg-image {
    top: 32px;
  }
}
@media all and (min-width: 71.875em) {
  .main-bg-image {
    right: 22.23%;
  }
}
.sidebar-texture,
.main-texture {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: repeat;
}

@media all and (min-width: 87.5em) {
  .sidebar-texture {
    right: -999px;
  }

  .main-texture {
    left: -999px;
  }
}
.sidebar-before-main-content .widget,
.sidebar-after-main-content .widget {
  background: white;
  margin-bottom: 1.5em;
  padding: 1.5em 7.4074%;
}

@media all and (max-width: 34.375em) {
  .singular .sidebar-before-main-content {
    margin-bottom: 3em;
  }
}
.sidebar-after-post-content,
.sidebar-after-page-content {
  background: white;
  padding: 1.5em 7.4074%;
}
.sidebar-after-post-content .widget,
.sidebar-after-page-content .widget {
  border-top: solid 1px #CCCCCC;
}

@media all and (min-width: 34.375em) {
  .sidebar-before-main-content .widget,
  .sidebar-after-main-content .widget {
    box-shadow: 0 0 2px 0 rgba(39, 43, 47, 0.1);
  }
}
@media all and (min-width: 59.375em) {
  .sidebar-before-main-content .widget,
  .sidebar-after-main-content .widget,
  .sidebar-after-post-content,
  .sidebar-after-page-content {
    padding: 1.5em 13.63197%;
  }
}
@media all and (min-width: 71.875em) {
  .sidebar-before-main-content .widget,
  .sidebar-after-main-content .widget,
  .sidebar-after-post-content,
  .sidebar-after-page-content {
    padding: 1.5em 9.999%;
  }
}
.featured-video + article .post-header {
  margin-top: 0;
}
.featured-video .fluid-width-video-wrapper + .fluid-width-video-wrapper {
  display: none;
}

.featured-slider .metaslider {
  max-width: none !important;
}
.featured-slider a {
  border: none;
}
.featured-slider .metaslider .flexslider {
  margin-bottom: 0;
}
.featured-slider .flex-next {
  right: auto;
}
.featured-slider .flex-control-nav {
  position: relative;
  margin: -30px 0 24px !important;
  padding: 12px 0 !important;
  background: white;
}
.featured-slider .flex-control-nav li {
  vertical-align: middle;
}
.featured-slider .flex-control-nav a {
  position: relative;
}
.featured-slider .rslides_nav {
  color: white;
}
.featured-slider .rslides_nav:link {
  color: white;
}
.featured-slider .nivo-controlNav {
  padding-bottom: 0 !important;
  background: white;
}
.featured-slider .metaslider-coin {
  margin: 0 auto;
}
.featured-slider .cs-title {
  padding: 0;
}
.featured-slider .cs-buttons {
  padding-bottom: 0;
  float: none;
}

.featured-slider .flexslider .flex-prev:focus {
  opacity: 0.8;
  right: 5px;
}
.featured-slider .flexslider .flex-next:focus {
  opacity: 0.8;
  left: 5px;
}
.featured-slider .metaslider-responsive .rslides_nav {
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  color: white;
}
.featured-slider .metaslider-responsive .rslides_nav:focus {
  background: white;
  color: #27292B;
}
.featured-slider .metaslider-responsive .rslides_tabs a {
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}
.featured-slider .metaslider-responsive .rslides_tabs a:focus {
  background: white;
  color: #27292B;
}

.ratio-1-2 .featured-image {
  padding-bottom: 200%;
}

.ratio-16-9 .featured-image {
  padding-bottom: 56.25%;
}

.ratio-9-16 .featured-image {
  padding-bottom: 177.777%;
}

.ratio-3-2 .featured-image {
  padding-bottom: 66.667%;
}

.ratio-2-3 .featured-image {
  padding-bottom: 150%;
}

.ratio-4-3 .featured-image {
  padding-bottom: 75%;
}

.ratio-3-4 .featured-image {
  padding-bottom: 133.334%;
}

.ratio-5-4 .featured-image {
  padding-bottom: 80%;
}

.ratio-4-5 .featured-image {
  padding-bottom: 125%;
}

.ratio-1-1 .featured-image {
  padding-bottom: 100%;
}
