.ft-article-title-wrapper h1 {
  font-size: 2.667rem;
}

.ft-nav {
  height: 60px;
}

.ft-section-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff4500;
  font-weight: 900;
  font-size: 0.778em;
}

.ft-article-date {
  font-size: 0.778em;
  line-height: 1em;
}

.byline {
  margin: 10px 0px 10px 0px;
  font-size: 0.778em;
  font-weight: bold;
}

.ft-dashed-line {
  height: 1px;
  background-image: url('../img/dashed-line.svg');
  background-repeat: repeat-x;
}

.ft-logo-home {
  margin-bottom: 15px;
}

.ft-dashed-line-home {
  margin-bottom: 10px;
}

#ft-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 340px;
  height: 400px;
  background-color: rgba(0,0,0,0.90);
  z-index: 999;
}

.ft-menu-opener {
  position: absolute;
  right: 30px;
  top: calc(50% - 25px);
  cursor: pointer;
}
/*
.ft-article-hero {
  height: 700px;
  position: relative;
} */

.ft-article-hero {
  height: 600px;
  position: relative;
}

.ft-article-title-wrapper {
  position: absolute;
  bottom: 0px;
  width: 100%
}

.ft-article-title-container {
  padding: 10px 15px;
  /* background-color: rgba(255,255,255,0.90) !important;  */
  font-family: Georgia, "Times New Roman", sans-serif;
}

.ft-content-content p {
  font-family: Georgia, "Times New Roman", sans-serif;
  letter-spacing: 0px;
}

/* .ft-content-content b, .ft-content-content strong {
  font-family: Georgia, "Times New Roman", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
} */

.ft-content-content {
  padding: 10px 15px;
}

/* .ft-stand-first {
  font-size: 1.333em !important
  background-color: #fff;
  font-weight: 700;
  line-height: 1.4em;
} */

.ft-sidebar-article-grid-heading, .ft-sidebar-article-single-heading {
  overflow:auto;
  border-bottom: 3px solid #020202;
  padding-bottom: 15px;
}

.ft-sidebar-article-grid-title-container, .ft-sidebar-article-single-title-container  {
  float: left;
}

.ft-sidebar-article-grid-seall-container, .ft-sidebar-article-single-seall-container {
  float: right;
  padding-top: 1em;
  text-transform: uppercase;
  font-size: 0.778em;
}

.ft-sidebar-article-grid-content, .ft-sidebar-article-single-content {
  padding-top: 20px;
  position: relative;
}

.ft-sidebar-article-grid-content-content, .ft-sidebar-article-single-content-content {
  padding: 10px;
}

.ft-archive-grid-content {
  padding: 10px 0px;
}

.ft-sidebar-article-grid-content-row .column-block {
  margin-bottom: 20px;
  position: relative;
}

.termlist a:hover {
  text-decoration: underline;
}

.termlist-separator:last-child {
  display: none;
  visibility: hidden;
}

.link-spanner {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  margin-right: 20px;
  left: 10px;
}

.tax-header {
  height: 100px;
  position: relative;
}

.link-spanner-single {
  position: absolute;
  width: calc(100%);
  height: 100%;
  left: 0px;
  z-index: 99;
}

.ft-sidebar-article-grid-content-row {
  margin-right: -0.556rem !important;
  margin-left: -0.556rem !important;
}

.ft-sidebar-article-single {
  margin-bottom: 20px;
}

.ft-sidebar-article-grid-title, .ft-sidebar-article-single-title {
  font-size: 1.333rem;
  margin-bottom: 5px;
}


.ft-sidebar-article-grid-title-container h2, .ft-sidebar-article-single-title-container h2, h2.ft-feature-article, h2.ft-home-article-grid-title {
  font-size: 2rem;
}

h2.ft-feature-article, h2.ft-home-article-grid-title, .ft-feature-article {
  margin-bottom: 10px !important;
}

.ft-sidebar-article-excerpt {
  margin-bottom: 5px;
  font-size: 0.778rem;
  line-height: 1rem
}

.size-ft-article-image {
  width: 100%;
  height: auto;
}

.ft-content-content .wp-caption {
  width: 100% !important;
  font-size: 0.778rem;
  line-height: 1rem;
  font-weight: 400;
}

.ft-content-content iframe {
  width: 100%;
}

/* .ft-featured-content {
  padding-top: 10px;
  padding-bottom: 10px;
} */

.ft-home-article-grid .ft-home-article-grid-small {
  margin-bottom: 1.111rem;
}

.ft-featured-content > .wrapper {
  height: 100%;
}

.ft-article-row .column-block {
  position: relative;
  margin-bottom: 1.111rem;
}

.ft-article-row-title {
  font-size: 0.778em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900 !important;
}

.overflow-auto {
  overflow: auto;
}


/* DEVICES STUFF / MEDIA QUERIES */

/* BIGGER THAN 1280PX */
@media only screen and (min-device-width : 1281px) {
  .ft-pull-left {
    padding-left: 0 !important
  }

  .ft-pull-right{
    padding-right: 0 !important
  }
}

/* BIGGER THAN PHONES */
@media only screen and (min-device-width : 480px) {
  .no-lr-margin-desktop, .no-lr-margin-tablet {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

/* PHONES */
@media only screen and (max-device-width : 479px) {
  .ft-article-hero {
    width: 100%;
    padding-bottom: 100%;
    height: unset;
  }
}
