@import url(../fonts/FuturaPT/stylesheet.css);
@font-face {
  font-family: 'upheaval_proregular';
  src: url("../fonts/upheaval.woff2") format("woff2"), url("../fonts/upheaval.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeueLight.woff2") format("woff2"), url("../fonts/BebasNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue-Thin.woff2") format("woff2"), url("../fonts/BebasNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Bebas Neue Book';
  src: url("../fonts/BebasNeueBook.woff2") format("woff2"), url("../fonts/BebasNeueBook.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeueRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.fixed_link {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: block;
  z-index: 1; }

.quiz-area {
  margin-top: 80px; }
  @media (max-width: 992px) {
    .quiz-area {
      margin-top: 40px; } }

.entry-meta {
  display: none; }

.video-poster {
  position: relative; }
  .video-poster.play .poster {
    display: none; }
  .video-poster.play iframe {
    visibility: visible; }
  .video-poster .video-poster-img {
    position: absolute;
    z-index: 3; }
    .video-poster .video-poster-img img {
      width: 100%;
      height: 100%;
      display: block; }
  .video-poster figure {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .video-poster iframe {
    visibility: hidden; }

.vkontakte {
  background: url("https://disgustingmen.com/wp-content/uploads/2020/10/vk_logo.png") no-repeat center; }
  .vkontakte:hover {
    border-color: #2787f5 !important;
    background-color: #2787f5 !important;
    background-image: url("https://disgustingmen.com/wp-content/uploads/2020/10/vk_logo_white.png"); }

.twitter {
  background: url("https://disgustingmen.com/wp-content/uploads/2020/10/twitter_logo.png") no-repeat center; }
  .twitter:hover {
    border-color: #1da1f2 !important;
    background-color: #1da1f2 !important;
    background-image: url("https://disgustingmen.com/wp-content/uploads/2020/10/twitter_logo_white.png"); }

.facebook {
  background: url("https://disgustingmen.com/wp-content/uploads/2020/10/fb_logo.png") no-repeat center; }
  .facebook:hover {
    border-color: #0e8cf1 !important;
    background-color: #0e8cf1 !important;
    background-image: url("https://disgustingmen.com/wp-content/uploads/2020/10/fb_logo_white.png"); }

.placeholder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0; }
  .placeholder_countdown {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    text-align: center;
    width: 100%;
    font-size: 60px;
    font-family: 'upheaval_proregular', sans-serif; }
    @media (max-width: 768px) {
      .placeholder_countdown {
        font-size: 30px;
        bottom: 50px; } }

.kviz .share {
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 0;
  border-top: 2px solid #107c10;
  padding-top: 50px; }
  @media (max-width: 992px) {
    .kviz .share {
      margin-top: 0;
      flex-direction: column; } }
  .kviz .share .btn {
    margin-right: 7px; }
    @media (max-width: 992px) {
      .kviz .share .btn {
        margin-bottom: 7px;
        margin-right: 0; } }
  .kviz .share.hide {
    display: none; }
  .kviz .share_title {
    color: #555555;
    font-size: 15px;
    margin-right: 10px; }
  .kviz .share_links {
    display: flex;
    margin-left: -7px; }
    .kviz .share_links a {
      box-sizing: border-box;
      display: flex;
      margin-left: 7px;
      text-decoration: none;
      align-items: center;
      justify-content: center;
      height: 70px;
      width: 70px;
      background-color: transparent;
      border: 4px solid #000000; }
  @media (max-width: 992px) {
    .kviz .share {
      margin-bottom: 30px; } }

#watu_quiz .page_btn {
  height: 70px;
  line-height: 70px;
  max-width: 290px;
  min-width: inherit;
  width: 100%;
  font-size: 33px;
  text-transform: uppercase;
  font-family: "Ubuntu Condensed", sans-serif;
  background-color: #107c10; }

html .fix_menu.fix {
  transform: none;
  width: 980px !important;
  margin-left: 0 !important; }
html body {
  min-height: 100%;
  padding-top: 1px;
  background-image: url("https://disgustingmen.com/wp-content/uploads/2020/10/bg-2.jpg?v=1") !important;
  background-repeat: no-repeat, no-repeat !important;
  background-attachment: scroll, scroll !important;
  background-color: #ffffff !important;
  background-position: top center, bottom center !important; }

html > body > div.site > div.wrapper .entry-content p {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif; }

.entry-content img {
  display: block;
  max-width: 100%; }

.entry-header .entry-title {
  text-align: center;
  color: #107c10;
  font-size: 100px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 90px;
  font-family: "upheaval_proregular", sans-serif; }
  @media (max-width: 992px) {
    .entry-header .entry-title {
      font-size: 32px;
      margin-top: 15px;
      line-height: normal;
      margin-bottom: 15px; } }

.wp-block-embed-youtube {
  margin-left: -123px;
  margin-right: -123px;
  max-width: inherit;
  margin-top: 40px;
  margin-bottom: 40px; }

.semy-title {
  color: #292929;
  font-size: 25px;
  text-align: center;
  margin: 30px 0;
  display: block;
  box-shadow: none !important;
  border-bottom: none !important; }

.logo {
  display: block; }
  .logo img {
    max-width: 100%;
    height: auto;
    display: block; }

.popup {
  font-family: "Roboto Slab", sans-serif; }
  .popup input {
    height: 60px;
    width: 100%;
    max-width: 460px;
    background-color: #e6e6e6;
    margin-bottom: 10px;
    display: block;
    padding: 0 15px;
    font-size: 18px;
    color: #ababab; }
  .popup .btn {
    margin-top: 30px; }

html > body .bg_banner {
  display: none !important; }

html > body .bg_banner_margintop {
  display: none !important; }

.btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  cursor: pointer;
  padding: 0 30px;
  height: 70px;
  background: #000;
  font-family: "upheaval_proregular", sans-serif;
  box-shadow: none !important;
  border: none !important; }
  .btn:hover {
    color: #fff !important; }
  .btn.btn-green {
    background: #107c10;
    max-width: 500px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
    .btn.btn-green:disabled {
      background: #e6e6e6 !important;
      border: 1px solid #107c10 !important;
      color: #000000 !important; }
      .btn.btn-green:disabled:hover {
        background: #e6e6e6 !important;
        border: 1px solid #107c10 !important;
        color: #000000 !important; }
    .btn.btn-green:hover {
      background: #000000 !important; }
  @media (max-width: 768px) {
    .btn {
      font-size: 24px; } }

.btn-small {
  background: url("https://disgustingmen.com/wp-content/uploads/2020/10/btn-small1.png") center no-repeat;
  background-size: cover;
  width: 275px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Futura PT Cond Book", sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
  box-shadow: none !important;
  border: none !important; }
  .btn-small:hover {
    color: #fff !important; }

.wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0; }

.h1 {
  text-align: center;
  color: #cc0000;
  font-size: 43px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-left: 108px;
  margin-right: 108px;
  font-family: "Roboto Slab", sans-serif; }
  @media (max-width: 992px) {
    .h1 {
      font-size: 24px;
      margin-top: 15px;
      margin-bottom: 15px; } }

.entry-header img {
  display: none; }
.entry-header.hide {
  display: none; }

.wp-block-image.full-size {
  position: relative; }
  .wp-block-image.full-size a {
    border-bottom: none !important;
    box-shadow: none !important; }
  .wp-block-image.full-size .isFirst {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1; }
  .wp-block-image.full-size .isSecond {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1; }

.full-size {
  margin-left: -123px;
  margin-right: -123px;
  max-width: inherit;
  position: relative;
  margin-bottom: 50px; }
  .full-size iframe {
    visibility: hidden; }

.entry-content p.hide {
  display: none; }
.entry-content h2 {
  font-size: 65px;
  color: #000000;
  text-align: center;
  line-height: 60px;
  font-family: 'upheaval_proregular', sans-serif; }
  .entry-content h2 + .wp-block-image {
    margin-left: -123px;
    margin-right: -123px;
    max-width: inherit; }
.entry-content h3 {
  text-align: center;
  color: #000000;
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 55px; }
  .entry-content h3 + .wp-block-image {
    margin-left: -123px;
    margin-right: -123px;
    max-width: inherit; }

.quiz-area .likely-big .likely__icon svg path {
  fill: #cc0000; }

.likely__widget_twitter .likely__icon svg path {
  fill: #fff !important; }

.quiz-area .likely-big .likely__widget {
  width: 48px;
  height: 48px; }

.quiz-area .likely-big .likely__widget {
  background-color: #cc0000; }

.quiz-area .likely-big .likely__widget_twitter svg {
  background-color: #cc0000; }

.watu_answer_item {
  display: flex;
  align-items: flex-start;
  width: 100%; }
  .watu_answer_item .correct-answer {
    color: #cc0000; }

.watu_answer_item label {
  padding-top: 14px;
  padding-left: 20px; }

html > body > div.site {
  padding: 0;
  background: transparent !important;
  box-shadow: none !important; }

body #main {
  padding: 0 15px 15px 15px; }

header.site_header {
  border-color: #000000;
  background-color: #000000; }

header.site_header > nav {
  background: #000000; }

.site_header > nav ul > li > a {
  color: white;
  font-family: "Bebas Neue Book", sans-serif;
  font-size: 25px; }

.site_header > nav ul > li:last-child a {
  display: none; }

header.site_header > .logo svg rect {
  fill: #000000 !important; }

html .fix_menu.fix {
  transform: none;
  width: 980px !important;
  margin-left: 0 !important; }

html > body > div.site > section.under_nav {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0; }
  html > body > div.site > section.under_nav .social {
    right: 20px;
    margin-top: 13px; }

.preview {
  margin: 100px -15px 0 -15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .preview img {
    display: block;
    max-width: 100%;
    height: auto; }

#colophon {
  display: none; }

.kviz_footer {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #107c10; }
  .kviz_footer img {
    max-width: 100%;
    height: auto;
    display: block; }

/*# sourceMappingURL=page.css.map */
