.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  height: 60px;
  background-color: #282842;
}

.logo {
  width: 243px;
  height: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/fast-seduction-logo.png');
  background-position: 0px 0px;
  background-size: 243px;
}

.nav-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links {
  margin-right: 35px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}

.nav-links:hover {
  color: hsla(0, 0%, 100%, .8);
}

.nav-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #27ae60;
  text-decoration: none;
}

.nav-cta:hover {
  background-color: rgba(39, 174, 96, .8);
}

.cta-link {
  padding-top: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

.header-container {
  margin-top: 25px;
  margin-bottom: 25px;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.content-area {
  width: 70%;
  margin-right: 50px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 35px;
}

.content-text {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.side-bar-wrapper {
  width: 30%;
}

.video {
  margin-top: 35px;
  margin-bottom: 35px;
}

.footer {
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 30px;
  background-color: #282842;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20%;
  margin-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-text {
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 12px;
  text-align: center;
}

.h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.bullet-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.list-item {
  margin-top: 30px;
}

.h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.center-image {
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #27ae60;
  text-decoration: none;
}

.cta-button:hover {
  background-color: rgba(39, 174, 96, .8);
}

.cta-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-arrow {
  margin-top: 3px;
  margin-left: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: hsla(0, 0%, 100%, .9);
  font-size: 19px;
  line-height: 20px;
}

.sb-box-1 {
  margin-bottom: 20px;
}

.sb-header-text {
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.meta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trending-text {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.trending-flame {
  width: 19px;
  height: 24px;
  margin-right: 10px;
  background-image: url('../images/flame-icon.png');
  background-position: 0px 0px;
  background-size: 19px;
  text-decoration: line-through;
}

.category-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  margin-top: 2px;
  margin-right: 15px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c0392b;
}

.category-label-text {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.trending-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sb-box-2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.featured-article-image {
  height: 180px;
  margin-bottom: 20px;
  border: 1px solid #dadada;
  background-image: url('../images/best-porn-games.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.sb-article-header {
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
}

.sb-article-header:hover {
  color: rgba(51, 51, 51, .8);
}

.sb-article-description {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.content-text-link {
  color: #2980b9;
}

.content-text-link:hover {
  text-decoration: none;
}

.right-aligned-image {
  margin-left: 15px;
  float: right;
}

@media (max-width: 991px) {
  .nav-bar-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-links {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .content-wrapper {
    margin-top: 30px;
  }
  .footer-wrapper {
    margin-right: 10%;
    margin-left: 10%;
  }
}

@media (max-width: 767px) {
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-area {
    width: 100%;
  }
  .h1 {
    font-size: 30px;
    line-height: 39px;
  }
  .side-bar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-wrapper {
    margin-right: 5%;
    margin-left: 5%;
  }
  .center-image {
    width: 100%;
  }
  .sb-box-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 265px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    color: #fff;
  }
  .nav-menu-open.w--open {
    background-color: #333357;
  }
  .nav-menu-dropdown {
    padding-top: 15px;
    padding-bottom: 20px;
    background-color: #333357;
  }
  .mobile-logo {
    width: 180px;
    height: 40px;
    margin-top: 8px;
    margin-left: 22px;
    background-image: url('../images/fast-seduction-logo-white.png');
    background-position: 0px 0px;
    background-size: 180px;
  }
}

@media (max-width: 479px) {
  .cta-link {
    font-size: 17px;
    line-height: 21px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}