/* meta is really just a comment on the abomination that is human greed */

@import url("https://use.typekit.net/xke2zip.css");

a, a:visited {
  color: #FF6231;
}

/* Mind */

body {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "news-gothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1a1a;
    font-size: 20px;
}

.video-container {
  display: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-container.pussyon {
  display: block;
}


.videoholder {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.videoholder.pussy {
  height: 800px;
}


.popup a {
  text-decoration: none;
}
.popup {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 4000;
  border-radius: 10px;
  background: rgba(0,0,0,0.7);
  color: #222;
  background: 222;
  padding: 10px;
  margin: 20px;
}

.popup2 {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 4000;
  border-radius: 10px;
  border: none;
  color: #222;
  background: #1a1a1a;
  padding: 10px;
  margin: 20px;
}



/* video shows and hides */

.happytrader-on,
.buffet-on, 
.gensler-on,
.trumpo-on,
.brics-on,
.flag-on,
.render-on {
  display: none;
}

.a-header {
  max-height: 290px;
  overflow: hidden;
}

@media screen and (max-width: 679px) {

  .videoholder {
    position: relative;
    overflow: hidden;
    height: 400px;
  }
  
  .videoholder.pussy {
    height: 400px;
  }

  .popup, .popup2 {
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.7);
  }

}


.popup h4, .popup2 h4 {
  margin: 0;
}

.popup2 a, .popup2:visited {
  color: white;
}

.popup a:hover,
.popup2 a:hover {
  color: rgb(245, 255, 132);
}

.footer {
  position: relative;
  clear: both;
  margin: 20px;
  background-color: #1a1a1a;
  color:#fff;
  text-align: center;
  padding: 20px;
}

.footer p {
  margin-top: 40px;
  font-size: 0.75em;
}

.pussy .footer {
  background: rgb(253,29,29);
  background: linear-gradient(90deg, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.video-section {
  position: relative;
  z-index: 2;
}

.footerlogo {
  margin-bottom: 5em;
}


/* discord modal */


.infomodal, .infomodal2 {
  position: fixed;
  z-index: 19000;
  top: -250%;
  left: 50%;
  width: 50%;
  height: 80%;
  transform: translate(-50%, -50%);
  background: white;
  box-sizing: border-box;
  transition: all 0.5s cubic-bezier(.03,.34,.49,1.16);
}

.infomodal2 {
  width: 94%;
  height: 94%;
  background: white url(images/pool.gif) center center no-repeat;
  background-size: cover;
}

.infomodal.active,
.infomodal2.active {
  top: 50%;
}

.infomodal-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: url(images/windw-topleft.png) top left no-repeat, 
              url(images/windw-topright.png) top right no-repeat, 
              url(images/windw-bottomright.png) bottom right no-repeat, 
              url(images/windw-bottomleft.png) bottom left no-repeat, 
              url(images/windw-top.png) top left repeat-x, 
              url(images/windw-bottom.png) bottom left repeat-x, 
              url(images/windw-left.png) top left repeat-y,
              url(images/windw-right.png) top right repeat-y;
/*  background: url(images/windw-bottom.png) bottom left repeat-x; */
}

.content-inner {
  position: absolute;
  top: 20px;
  bottom: 10px;
  width: 100%;
  left: 0;
  overflow-y: scroll;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
}

.popups .content-inner {
  padding: 10px;
}


.pfpcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 3px 0 #ffff7b;
}

.closethepast {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -90000px;
  width: 60px;
  height: 27px;
  display: inline-block;
  z-index: 40;
}

.glowup {
  position: relative;
  clear: both;
  overflow: hidden;
  display: none;
  max-height: 600px;
}

.pussy .glowup {
  display: block;
}

/* fontstyles */ 

h1 {
  font-size: 1.8em;
  font-family: "news-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1a1a1a;
  line-height: 1;
}

h2 {
  font-size: 1.8em;
  font-family: "news-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1a1a1a;
  line-height: 1;
  text-align: center;
}

h5 {
  color: white;
  background: #222;
  display: inline-block;
  padding: 4px;
  border-radius: 1px;
  line-height: 1.2 !important;
  margin-bottom: 0;
}

p {
  line-height: 1.2 !important;
}

a {
  color: #FF6231;
  text-decoration: underline;
}

a:hover {
  color: #222;
  text-decoration: underline;
}

.newspanel, .a-footer {
  padding: 20px;
  line-height: 1.2 !important;
}


.button, .button:visited {
  padding: 12px;
  display: inline-block;
  text-align: center;
  color: #000;
  background: #FF6231;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Courier New', Courier, monospace;
}

.button:hover {
  padding: 12px;
  display: inline-block;
  text-align: center;
  color: #FF6231;
  background: #000;
}

img {
  width: 100%;
  height: auto;
}

.show-mobile {
  display: none;
}



.site-wrapper {
  position: relative;
}

.logo {
  width: 200px;
  height: auto;
  float: left;
}

.bannerbar {
  line-height: 0;
  float: right;
  width: 60%;
}

@media screen and (max-width: 679px) {
  .show-mobile {
    display: inline-block;
  }


  .logo {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    height: auto;
    float: none;
    text-align: center;
  }

  .bannerbar {
    line-height: 0;
    float: none;
    width: 100%;
  }

}

.topbar {
  position: relative;
  background: #fff;
  padding: 20px;
  transition: all 1s ease;
}

.toptop {
  position: relative;
  clear: both;
}

.cryptohopper-web-widget {
  clear: both;
  margin-bottom: 4px;
}

.pussy .topbar {
  background: #fff url(images/pussy/miami.gif) no-repeat;
  background-size: cover;
}


.menu {
  background: #1a1a1a;
  border-radius: 5px;
  transition: all 1s ease;
}

.menu a,
.menu a:visited {
    font-family: "guildhall", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
}

.menu a:hover{
  color: #ff8f76;
}


.pussy .menu {
  background: rgb(253,29,29);
  background: linear-gradient(90deg, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.hero {
  border: 15px solid #222;
}

.adrow {
  border: 15px solid #222;
  border-top: none;
}

.pussy .hero {
  border: 15px solid #ff8f76;
}

.pussy .adrow {
  border: 15px solid #ff8f76;
  border-top: none;
}

iframe {
  width: 100% !important;
}


.adrow {
  position: relative;
  overflow: hidden;
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu li {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 10px;
  padding-right: 15px;
  color: #fff;
}

.menu li a {
  color: #fff;
}

@media screen and (max-width: 679px) {
  .menu li {
    display: block;
  }
}

.hero {
  background: #e3e3e3;
  clear: both;
  position: relative;
  overflow: hidden;
  line-height: 0;
}


/* pop ups */

.popups {
  position: fixed;
  z-index: 900000;
  bottom: 30px;
  left: 30px;
  width: 372px;
  height: 290px;
  background: white;
  animation: horizontal-shaking 0.35s infinite;
}

.popups.pussy {
  display: none;
  background: url(images/rainbow-yeye.gif) center center no-repeat;
  background-size: cover;
}

.pop2 {
  left: 428px
}


@media screen and (max-width: 679px) {
  .popups {
    position: fixed;
    z-index: 900000;
    bottom: 30px;
    left: 10px;
    width: 172px;
    height: 160px;
    background: white;
    animation: horizontal-shaking 0.35s infinite;
  }

  .pop2 {
    left: 200px
  }
  
}


.popups img,
.popups2 img
 {
  display: inline-block;
  width: 100%;
  border: 3px white solid;

}

@keyframes horizontal-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateX(5px) }
  30% { transform: translateX(-5px) }
  55% { transform: translateX(5px) }
  65% { transform: translateX(0) }
  100% { transform: translateX(0) }
 }


/* page container */
.wrapper {
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  
  .row {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    clear: both;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  /* contained row */
  .small-row-indented {
    clear: both;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  
  .small-row {
    clear: both;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  
  @media (min-width: 64em) {
    .small-row {
      margin: 0 8%;
    }
  
    .small-row-indented {
      margin: 0 8% 0 16%;
    }
  }
  .paddedColumn {
    float: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  @media (min-width: 64em) {
    .paddedColumn {
      padding: 20px;
    }
  }
  @media (min-width: 118em) {
    .paddedColumn {
      padding: 20px;
    }
  }
  @media screen and (max-width: 42em) {
    .paddedColumn {
      width: 100%;
    }
  }
  
  .plainColumn {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

  }
  
  @media only screen {
    .xsmall-1 {
      width: 8.3333333333%;
    }
  
    .xsmall-2 {
      width: 16.6666666667%;
    }
  
    .xsmall-3 {
      width: 25%;
    }
  
    .xsmall-4 {
      width: 33.3333333333%;
    }
  
    .xsmall-5 {
      width: 41.6666666667%;
    }
  
    .xsmall-6 {
      width: 50%;
    }
  
    .xsmall-7 {
      width: 58.3333333333%;
    }
  
    .xsmall-8 {
      width: 66.6666666667%;
    }
  
    .xsmall-9 {
      width: 75%;
    }
  
    .xsmall-10 {
      width: 83.3333333333%;
    }
  
    .xsmall-11 {
      width: 91.6666666667%;
    }
  
    .xsmall-12 {
      width: 100%;
    }
  }
  @media (min-width: 42.375em) {
    .small-1 {
      width: 8.3333333333%;
    }
  
    .small-2 {
      width: 16.6666666667%;
    }
  
    .small-3 {
      width: 25%;
    }
  
    .small-4 {
      width: 33.3333333333%;
    }
  
    .small-5 {
      width: 41.6666666667%;
    }
  
    .small-6 {
      width: 50%;
    }
  
    .small-7 {
      width: 58.3333333333%;
    }
  
    .small-8 {
      width: 66.6666666667%;
    }
  
    .small-9 {
      width: 75%;
    }
  
    .small-10 {
      width: 83.3333333333%;
    }
  
    .small-11 {
      width: 91.6666666667%;
    }
  
    .small-12 {
      width: 100%;
    }
  }


  @media (min-width: 64em) {


    h1 {
      font-size: 4.2em;
      font-family: Georgia, 'Times New Roman', Times, serif;
      text-transform: uppercase;
      color: #FF6231;
      line-height: 1;
      text-align: center;
    }
    
    h2 {
      font-size: 3.6em;
      font-family: Georgia, 'Times New Roman', Times, serif;
      text-transform: uppercase;
      color: #000;
      line-height: 1;
      text-align: center;
    }

/* grd */

    .pull-right {
      float: right;
    }
  
    .align-right {
      text-align: right;
    }
  
    .medium-1 {
      width: 8.3333333333%;
    }
  
    .medium-2 {
      width: 16.6666666667%;
    }
  
    .medium-3 {
      width: 25%;
    }
  
    .medium-4 {
      width: 33.3333333333%;
    }
  
    .medium-5 {
      width: 41.6666666667%;
    }
  
    .medium-6 {
      width: 50%;
    }
  
    .medium-7 {
      width: 58.3333333333%;
    }
  
    .medium-8 {
      width: 66.6666666667%;
    }
  
    .medium-9 {
      width: 75%;
    }
  
    .medium-10 {
      width: 83.3333333333%;
    }
  
    .medium-11 {
      width: 91.6666666667%;
    }
  
    .medium-12 {
      width: 100%;
    }
  }
  @media (min-width: 85.375em) {
    .large-1 {
      width: 8.3333333333%;
    }
  
    .large-2 {
      width: 16.6666666667%;
    }
  
    .large-3 {
      width: 25%;
    }
  
    .large-4 {
      width: 33.3333333333%;
    }
  
    .large-5 {
      width: 41.6666666667%;
    }
  
    .large-6 {
      width: 50%;
    }
  
    .large-7 {
      width: 58.3333333333%;
    }
  
    .large-8 {
      width: 66.6666666667%;
    }
  
    .large-9 {
      width: 75%;
    }
  
    .large-10 {
      width: 83.3333333333%;
    }
  
    .large-11 {
      width: 91.6666666667%;
    }
  
    .large-12 {
      width: 100%;
    }
  }
  @media (min-width: 118em) {

    
    /* grid */

    .xlarge-1 {
      width: 8.3333333333%;
    }
  
    .xlarge-2 {
      width: 16.6666666667%;
    }
  
    .xlarge-3 {
      width: 25%;
    }
  
    .xlarge-4 {
      width: 33.3333333333%;
    }
  
    .xlarge-5 {
      width: 41.6666666667%;
    }
  
    .xlarge-6 {
      width: 50%;
    }
  
    .xlarge-7 {
      width: 58.3333333333%;
    }
  
    .xlarge-8 {
      width: 66.6666666667%;
    }
  
    .xlarge-9 {
      width: 75%;
    }
  
    .xlarge-10 {
      width: 83.3333333333%;
    }
  
    .xlarge-11 {
      width: 91.6666666667%;
    }
  
    .xlarge-12 {
      width: 100%;
    }
  }
  @media (min-width: 160em) {
    .xxlarge-1 {
      width: 8.3333333333%;
    }
  
    .xxlarge-2 {
      width: 16.6666666667%;
    }
  
    .xxlarge-3 {
      width: 25%;
    }
  
    .xxlarge-4 {
      width: 33.3333333333%;
    }
  
    .xxlarge-5 {
      width: 41.6666666667%;
    }
  
    .xxlarge-6 {
      width: 50%;
    }
  
    .xxlarge-7 {
      width: 58.3333333333%;
    }
  
    .xxlarge-8 {
      width: 66.6666666667%;
    }
  
    .xxlarge-9 {
      width: 75%;
    }
  
    .xxlarge-10 {
      width: 83.3333333333%;
    }
  
    .xxlarge-11 {
      width: 91.6666666667%;
    }
  
    .xxlarge-12 {
      width: 100%;
    }
  }

  #movin {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
  }



#player-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index:999;
}

/* util */
@media screen and (max-width: 679px) {
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hide-tablet {
    display: none !important;
  }
}

video {  
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}


#player-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index:999;
}


  /* modal */

  .modal {
    visibility:hidden;
    }
    
.modal-content {
    visibility:hidden;
    }


.modal.active {
      visibility:visible;
      position: fixed;
      top: 0;
      left: 0;
      bottom:0;
      right:0;
      z-index: 400;

      }
      
.modal-content.active {
      visibility:visible;
      position:relative;
      height: 100vh;
      width: 100vw;
      z-index: 3;
      background: black;
      }

.modal-content.active video.popped {
        z-index: 3;
        padding: 7em 2em;
        box-sizing: border-box;
        }

        body.modal-open {
          overflow: hidden;
      }

.close {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  color: #FF6231;
  padding: 1em;
  font-size: 30px;
  font-weight: bold;
}



.div-hide{
  display: none;
}

#manipulate, #sub1, #sub2, #sub3, #sub4, #madness, #holyt {
  visibility: hidden;
}

#manipulate.active , #sub1.active , #sub2.active, #sub3.active, #sub4.active, #madness.active, #holyt.active {
  visibility: visible;
}


/* audio controls */


.volumebox {
  display: block;
  position: fixed;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.5) url(images/volume-on.svg) center no-repeat;
  background-size: 30px;
  bottom: 20px;
  right: 20px;
  z-index: 10899;
  cursor: pointer;
  text-indent: 90000px;
  overflow-x: hidden !important;
  border-radius: 8px;
}

.volumebox.default {
  display: none;
}

.volumebox.siteopen {
  display: block;
}

.volumebox.off {
  background: url(images/volume-off.svg) center no-repeat;
  background-size: contain;
}