@font-face {
  font-family: 'Gotham';
  font-weight: normal;
  font-style: normal;
  src: url("/wp-content/themes/flex-mag/font/Gotham-Book.woff2") format("woff2"), url("/wp-content/themes/flex-mag/font/Gotham-Book.woff") format("woff"); }
@font-face {
  font-family: 'Simple Sans';
  font-weight: 900;
  font-style: normal;
  src: url("/wp-content/themes/flex-mag/font/SimpleSans-Black.woff2") format("woff2"), url("/wp-content/themes/flex-mag/font/SimpleSans-Black.woff") format("woff"); }
.intr {
  display: block;
  margin-top: 3.5rem;
  margin-left: 2rem;
  padding-left: 2rem;
  font-family: arial;
  font-size: 1.4rem;
  line-height: 1.7rem;
  overflow: hidden; }

.framer {
  width: 100%;
  min-height: 600px; }

.intr p {
  padding-bottom: 1.5rem;
  font-weight: bold; }

.page .page-left {
  padding-top: 3.5rem; }

.logo-section {
  display: flex;
  width: 100%;
  padding-top: 3.5rem;
  overflow: hidden; }
  .logo-section img {
    height: 200px;
    margin: 0;
    padding-right: 1.5rem;
    padding-left: 10px;
    border-right: 8px solid #eb4c63; }

.mini-feat {
  display: flex;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  font-family: "Simple Sans";
  background: rgba(233, 30, 58, 0.86); }
  .mini-feat .hide {
    display: none; }
  .mini-feat-img {
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden; }
    .mini-feat-img img {
      display: block;
      width: 100%;
      border-style: none;
      overflow: hidden; }
  .mini-feat-content {
    padding: 2rem; }
    .mini-feat-content a {
      font-size: 1.6rem;
      font-weight: bold;
      text-decoration: underline;
      color: #fff; }
    .mini-feat-content-feat {
      padding-bottom: 1.5rem;
      font-size: 3rem;
      color: #fff; }
    .mini-feat-content-title {
      display: inline-block;
      width: 50%;
      font-size: 3rem;
      line-height: 1.2rem;
      color: #fff; }
      .mini-feat-content-title a {
        font-size: 1.6rem;
        font-weight: normal;
        text-decoration: none;
        color: #fff; }
    .mini-feat-content-excerpt {
      width: 95%;
      padding-bottom: 1.5rem;
      font-family: 'Gotham';
      font-size: 1.3rem;
      font-weight: lighter;
      line-height: 1.7rem;
      color: #fff; }

.trending-news {
  padding-top: 3.0rem;
  padding-bottom: 1.5rem;
  padding-left: 1.1rem;
  font-family: "Simple Sans";
  font-size: 3rem; }
  .trending-news--red {
    color: rgba(233, 30, 58, 0.86); }

.mini-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  justify-content: center;
  margin-top: 1.5rem;
  font-family: "Simple Sans";
  flex-flow: row wrap; }
  .mini-bottom .hide {
    display: none; }
  .mini-bottom-item {
    width: 310px;
    height: 247px;
    padding: 5px;
    padding-bottom: 5.5rem;
    overflow: hidden; }
  .mini-bottom-img img {
    max-width: 100%;
    height: 217px; }
  .mini-bottom-content-title a {
    display: block;
    margin-top: 0.5rem;
    font-family: 'Gotham';
    font-family: 'Gotham';
    font-size: 1rem;
    line-height: 1.2rem;
    text-decoration: none;
    color: #000; }

.charts {
  height: auto;
  margin-top: 6rem;
  margin-bottom: 11rem;
  padding-right: 2rem;
  padding-left: 2rem;
  font-family: "Simple Sans"; }
  .charts-item {
    position: relative;
    z-index: 0;
    flex: 33%;
    height: 280px;
    margin-bottom: 3rem;
    font-family: 'Gotham';
    background: #000; }
    .charts-item:hover {
      background: #6f6f6f; }
      .charts-item:hover .charts-item-title {
        text-decoration: underline; }
    .charts-item a {
      z-index: 100;
      display: flex; }
      .charts-item a img {
        margin: 0 auto; }
  .charts-item-title {
    position: absolute;
    bottom: 0px;
    display: block;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    color: #fff; }
  .charts-item:before {
    position: absolute;
    top: 40%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 60px;
    background: #e91e3a;
    content: " "; }

/*site-hacks*/
.conflict .mini-feat-content-feat {
  padding-top: 3rem;
  padding-bottom: 4.5rem; }
.conflict .mini-feat-content-title {
  margin-bottom: 3rem; }

/*banner ad*/
.banner-ad {
  width: 250px;
  height: 800px;
  padding: 4.8rem;
  background: #000; }

/*page column.. */
.page {
  display: flex;
  width: 100%; }

.page-left {
  flex: 70%; }

.page-right {
  flex: 30%; }

/*responsive*/
@media (max-width: 1377px) {
  .page {
    flex-direction: column; }

  .page-right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
    padding: 3rem;
    flex-flow: row wrap; } }
@media (max-width: 952px) {
  .mini-feat, .mini-feat-img {
    width: 100%;
    min-height: 600px; } }
@media (max-width: 864px) {
  .charts {
    flex-direction: column;
    width: 90%;
    height: auto;
    margin-right: 0;
    margin-bottom: 6rem;
    margin-left: 0; }

  .charts-item a img {
    padding-bottom: 2.5rem; }

  .logo-section {
    flex-direction: column; }

  .logo-section img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding-top: 0;
    padding-left: 10px;
    border-right: 0px; }

  .framer {
    min-height: 400px; } }
@media (max-width: 600px) {
  .mini-feat-img img {
    min-height: 900px; }

  .mini-feat {
    height: auto; }

  .mini-feat-content-title {
    width: 100%; } }
