/*
Theme Name: AAWW
Theme URI: https://wordpress-456651-2159971.cloudwaysapps.com
Author: Ira Sher
Author URI:  https://doubletakeweb.com
Description: Custom Wordpress theme for AAWW, visual design by Ira Sher
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aaww
Tags:

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
--------------------------------------------------------------*/
/* Normalize */
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css");

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: 'Heuristica';
    src: url('fonts/Heuristica-Bold.woff2') format('woff2'),
        url('fonts/Heuristica-Bold.woff') format('woff'),
        url('fonts/Heuristica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heuristica';
    src: url('fonts/Heuristica-BoldItalic.woff2') format('woff2'),
        url('fonts/Heuristica-BoldItalic.woff') format('woff'),
        url('fonts/Heuristica-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Heuristica';
    src: url('fonts/Heuristica-Italic.woff2') format('woff2'),
        url('fonts/Heuristica-Italic.woff') format('woff'),
        url('fonts/Heuristica-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Heuristica';
    src: url('fonts/Heuristica-Regular.woff2') format('woff2'),
        url('fonts/Heuristica-Regular.woff') format('woff'),
        url('fonts/Heuristica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Main Styles */
html, body{
  font-family: 'Overpass', sans-serif;
  margin: 0;
  padding: 0;
  background: rgb(255,255,255);
}
#masthead{
  position: relative;
}
#logo_container{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
#logo_container a{
  display: table;
  margin: .5em auto 0;
  width: 100%;
  text-decoration: none;
  font-size: 1.5em;
  color: rgb(0,0,0);
  letter-spacing: 1px;
}
#logo_container span{
  display: table-cell;
  width: 40%;
  text-align: right;
  vertical-align: middle
}
#logo_container span:nth-child(3){
  text-align: left;
}
#logo_container span:nth-child(2){
  width: 20%;
  text-align: center;
}
#logo_container span img{
  max-width: 180px;
}
a#donate{
  display: block;
  position: absolute;
  top: -.4em;
  right: 3.5em;
  font-size: 1.05em;
  line-height: 4.2em;
  height: 4.2em;
  width: 4.2em;
  border-radius: 2.1em;
  background: rgb(255,0,0);
  color: rgb(255,255,255);
  letter-spacing: 0;
  vertical-align: middle !important;
  text-transform: uppercase;
}
/*#logo_container #donate span{
  font-size: 2.3em;
  line-height: 1.1em;
  display: inline !important;
  letter-spacing: -1px;
  vertical-align: bottom !important;
}*/
#search_box{
  width: 100%;
  text-align: right;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  height: 2em !important;
}
#search_box form{
  margin: -1.2em 0 0 auto;
}
#search_box form input{
  width: 12em;
  margin: 0 3.3em 0 0;
  height: 2em;
  border: 0;
  background: rgba(0,0,0,.1);
  padding: 0 .5em;
}
#search_box form input::-webkit-input-placeholder{
  color: rgba(0,0,0,0);
}
#search_box form input:-moz-placeholder {
  color: rgba(0,0,0,0);
}
#search_box form input:-ms-input-placeholder {
  color: rgba(0,0,0,0);
}
#search_box #search_mag{
  position: absolute;
  right: 2em;
  top: .3em;
  font-size: 2em;
  display: inline-block;
  width: 0.4em;
  box-sizing: content-box;
  height: 0.4em;
  border: 0.1em solid red;
  position: relative;
  border-radius: 0.35em;
}
#search_box #search_mag:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -0.25em;
  bottom: -0.1em;
  border-width: 0;
  background: red;
  width: 0.35em;
  height: 0.08em;
  transform: rotate(45deg);
}
#header_navigation_container{
  width: 100%;
  background: rgb(255,0,0);
}
ul#header_navigation{
  list-style: none;
  padding: 0;
  margin: .27em auto 0;
  width: 100%;
  max-width: 1200px;
}
ul#header_navigation li a{
  text-decoration: none;
  color: rgb(255,255,255);
  font-size: 1.9em;
  display: block;
}
ul#header_navigation li a.has-children{
  padding-bottom: .15em;
}
ul#header_navigation > li{
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: .5em 3.5em .5em 0;
  line-height: 1.4em;
  position: relative;
}
@-moz-document url-prefix() {
  ul#header_navigation > li{
     margin: .7em 3.5em .2em 0;
  }
}
ul#header_navigation > li ul{
  display: none;
  position: absolute;
  z-index: 99;
  top: 2.2em;
  left: 0;
  background: rgba(255,255,255,1);
  padding: 0 1em 1em;
  margin: 0;
  /*border-top: 1em solid rgb(255,0,0);*/
  min-width: 16em;
  filter: drop-shadow(.5em .5em .2em rgba(0,0,0,.2));
}
ul#header_navigation > li:first-child ul{
  min-width: 23em;
}
ul#header_navigation > li ul:before {
  background: inherit;
  top: 0;
  content: '';
  display: block;
  height: 20%;
  left: 0;
  position: absolute;
  z-index: 99;
  right: 0;
  transform: skewY(1.5deg);
  transform-origin: 100%;
  z-index: -1;
}
@-moz-document url-prefix() {
  ul#header_navigation > li ul{
    top: 2em;
  }
  ul#header_navigation > li:first-child ul{
    top: 2.1em;
  }
}
ul#header_navigation > li:hover ul{
  display: block;
}
ul#header_navigation > li ul li{
  list-style: none;
}
ul#header_navigation > li ul li a{
  font-size: 1.3em;
  line-height: 1.4em;
  color: rgb(115,115,115);
  /*text-transform: capitalize;*/
}
ul#header_navigation > li ul li a.section-in-menu{
  margin-top: .2em;
  padding-top: .3em;
  border-top: 1px solid rgba(0,0,0,.1);
}
ul#header_navigation > li ul li a:hover{
  color: rgb(55,55,55);
}
ul#header_navigation > li.social{
  display: block;
  float: right;
  width: 1.6em;
  height: 1.6em;
  margin: .5em 0 0 .5em;
  z-index: 101;
}
ul#header_navigation > li.social:nth-last-child(3){
  margin-right: 3.8em;
}
ul#header_navigation > li.social a{
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
ul#header_navigation > li.social a#facebook_icon{
  background-image: url(img/png/icon-facebook.png)
}
ul#header_navigation > li.social a#twitter_icon{
  background-image: url(img/png/icon-twitter.png)
}
ul#header_navigation > li.social a#instagram_icon{
  background-image: url(img/png/icon-instagram.png)
}
#primary{
  position: relative;
  width: 100%;
}
main{
  position: relative;
  width: 100%;
}
.site-content{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#slide_color_wrapper{
  width: 100%;
  margin: 0 auto !important;
  text-align: center;
}
#slide_holder{
  /*max-width: 1300px;*/
  width: 100%;
  /*max-height: 400px;*/
  margin: 0 auto !important;
  overflow: hidden;
}
.nextend-arrow img{
  width: 5em !important;
  height: 5em !important;
  opacity: .7;
  filter: drop-shadow(3px 3px 2px rgb(0 0 0 / 0.2));
}
.nextend-arrow:hover img{
  width: 5em !important;
  height: 5em !important;
  opacity: 1;
}
#signup_holder{
  width: 100%;
  max-width: 900px;
  margin: 1em auto;
  position: relative;
}
.signup-box{
  float: left;
  width: 49%;
  background-color: rgb(173,173,173);
  padding: 0;
  min-height: 10em;
  position: relative;
}
.signup-box > div{
  padding: 0 1em 1em;
}
#signup_holder .signup-box:nth-child(1){
  margin-right: 1%;
}
#signup_holder .signup-box:nth-child(2){
  margin-left: 1%;
}
.signup-box p{
  color: rgb(255,255,255);
  font-size: 1.6em;
  margin-top: .4em;
}
.clear-all{
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}
.signup-box input{
  background: transparent;
  border: 0px;
  border-bottom: 2px solid #ccc;
  margin: 0;
  display: block;
  float: left;
  padding-bottom: 1px;
  height: 1.2em;
  width: 49%;
  font-family: 'Overpass', sans-serif !important;
}
.signup-box .second-fields input{
  width: 100%;
}
.first-fields, .second-fields{
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 1em;
}
.second-fields{
  display: none;
}
.newsletter-box{

}
.fanclub-box{
  background-color: rgb(215,215,215);
}
.signup-box.fanclub-box p{
  color: rgb(96,96,96);
}
.signup-box.fanclub-box input{
  border-bottom: 2px solid rgb(153,153,153);
}
.signup-box.fanclub-box .first-fields a.link-out{
  display: block;
  text-decoration: none;
  border-bottom: 2px solid rgb(153,153,153);
  color: rgb(153,153,153);
  font-size: 1.3em;
}
.signup-box.fanclub-box .first-fields a.link-out:after{
  content: "";
  width: 0;
  height: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .5em solid rgb(153,153,153);
  position: absolute;
  right: .1em;
  bottom: .2em;
  z-index: 100;
}

.signup-box.fanclub-box input[type=text]::-webkit-input-placeholder, .signup-box.fanclub-box input[type=email]::-webkit-input-placeholder {
  color: rgb(153,153,153);
  font-family: 'Overpass', sans-serif !important;
  font-size: 1.4em;
}
.signup-box.fanclub-box input[type=text]:-moz-placeholder, .signup-box.fanclub-box input[type=email]:-moz-placeholder {
  color: rgb(153,153,153);
  font-family: 'Overpass', sans-serif !important;
  font-size: 1.4em;
}
.signup-box.fanclub-box input[type=text]:-ms-input-placeholder, .signup-box.fanclub-box input[type=email]:-ms-input-placeholder {
  color: rgb(153,153,153);
  font-family: 'Overpass', sans-serif !important;
  font-size: 1.4em;
}
.signup-box.newsletter-box input[type=text]::-webkit-input-placeholder, .signup-box.newsletter-box input[type=email]::-webkit-input-placeholder {
  color: rgb(210,210,210);
  font-family: 'Overpass', sans-serif !important;
  font-size: 1.4em;
}
.signup-box.newsletter-box input[type=text]:-moz-placeholder, .signup-box.newsletter-box input[type=email]:-moz-placeholder {
  color: rgb(210,210,210);
  font-family: 'Overpass', sans-serif !important;
  font-size: 1.4em;
}
.signup-box.newsletter-box input[type=text]:-ms-input-placeholder, .signup-box.newsletter-box input[type=email]:-ms-input-placeholder {
  color: rgb(210,210,210);
  font-family: 'Overpass', sans-serif !important;
  font-size: 1.4em;
}
.signup-box .next-fields, .signup-box .submit-fields{
  width: 0;
  height: 0;
  border-top: .6em solid transparent;
  border-bottom: .6em solid transparent;
  border-left: .6em solid #fff;
  position: absolute;
  right: .3em;
  bottom: .3em;
  z-index: 100;
}
.signup-box.fanclub-box .next-fields, .signup-box.fanclub-box .submit-fields{
  border-left: .6em solid rgb(153,153,153);
}
.homepage-section{
  clear: both;
  width: 100%;
}
.section-subheading{
  margin-bottom: 0;
  padding-top: 2em;
  vertical-align: bottom;
  height: 4em;
}
.homepage-section{
  position: relative;
}
.homepage-section h2{
  font-size: 3em;
  font-weight: normal;
  color: rgb(255,0,0);
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: .7em;
  vertical-align: bottom;
  border-bottom: 1px solid #ccc;
}
.homepage-section h2 span{
  font-size: .6em;
  font-weight: normal;
  color: rgb(0,0,0);
  display: inline-block;
  position: relative;
  margin: 0 0 0 .5em;
  line-height: .7em;
}
.slickcarousel .card a.card-image{
  display: block;
  height: 13.6em;
  width: 13.6em;
  border-radius: 6.8em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
#must_watch{
  min-height: 30.3em;
  margin-bottom: 1em;
}
#must_watch .redbar{
  position: absolute;
  bottom: 1.2em;
  left: 0;
  right: 0;
  height: 9em;
  background: rgb(255,0,0);
}
.mustwatch-carousel{
  max-width: 900px;
  margin: 0 auto;
}
.slickcarousel .card .card-body{
  text-align: center;
  color: #fff;
  width: 88%;
  margin: 0 auto;
}
.slickcarousel .card .card-body a{
  text-decoration: none;
  color: #fff;
}
.slickcarousel .card .card-body h3.card-title{
  font-size: 1.3em;
  margin-bottom: 0;
}
.slickcarousel .card .card-body p{
  margin-top: 0;
  color: #ddd;
}
.slickcarousel .slick-arrow{
  border: solid rgb(204,204,204);
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 3px;
  height: 45px;
  width: 45px;
  margin-top: -100px;
}
.slickcarousel .slick-arrow:hover{
  border: solid rgb(81,81,81);
  border-width: 0 5px 5px 0;
}
.slickcarousel .slick-arrow:before{
  display: none;
}
.slick-arrow.slick-prev{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: -100px;
}
.slick-arrow.slick-next{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: -100px;
}
.home-coins .card{
  width: 29%;
  margin-right: 6%;
  float: left;
  clear: none;
  margin-top: 2.2em;
}
.home-coins .card:nth-child(3n+3){
  margin-right: 0;
}
.home-coins .card:nth-child(3n+1){
  clear: both;
}
.home-coins .card a img{
  width: 100%;
}
.home-coins .card h3{
  color: rgb(255,0,0);
  font-weight: normal;
  font-size: 1.55em;
  margin: .1em 0;
}
.home-coins .card h3 a{
  color: inherit;
  text-decoration: none;
}
.home-coins .card h4{
  color: rgba(0,0,0,.7);
  font-weight: normal;
  font-size: 1.4em;
  margin: 0;
}
.home-coins .card p{
  font-family: Heuristica;
  color: rgba(0,0,0,.7);
  font-size: 1.05em;
  line-height: 1.6em;
}
.home-coins .card hr{
  height: 1px;
  border: 0;
  line-height: 1px;
  font-size: 1px;
  color: #ccc;
  background-color: #ccc;
  padding: 0;
  margin: 12px 0 0;
}
.section-footer{
  clear: both;
  width: 99%;
  margin: 1em auto;
}
#events.homepage-section{
  padding-bottom: 2em;
}
.section-footer a{
  display: block;
  width: 50%;
  font-size: 1.8em;
  color: rgba(0,0,0,.4);
  text-decoration: none;
}
.section-footer a:hover{
  color: rgba(0,0,0,.6);
}
.section-footer a.footer-left{
  float: left;
  text-align: left;
}
.section-footer a.footer-left:before{
  content: "";
  border: solid rgba(0,0,0,.4);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 0;
  height: .3em;
  width: .3em;
  margin: 0 5px 0 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.section-footer a.footer-right{
  float: right;
  text-align: right;
}
.section-footer a.footer-right:after{
  content: "";
  border: solid rgba(0,0,0,.4);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 0;
  height: .3em;
  width: .3em;
  margin: 0 0 0 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#the_margins.homepage-section{
  margin-bottom: 3em;
}
#the_margins.homepage-section a.margins-logo{
  background-image: url(img/png/margins-logo.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  height: 7em;
  display: block;
  margin-top: -1em;
}
#the_margins.homepage-section .section-subheading{
  border-bottom: 1px solid #ccc;
  position: relative;
}
.section-subheading .subheading-submenu{
  position: absolute;
  width: 100%;
  bottom: -.95em;
  right: 0;
  text-align: right;
  font-size: 1.25em;
  z-index: 98;
}
.section-subheading .subheading-submenu a{
  display: inline-block;
  text-decoration: none;
  color: rgba(59,129,126,.5);
  margin-left: 1.5em;
  text-transform: lowercase;
}
.section-subheading .subheading-submenu a:hover{
  color: rgba(59,129,126,1);
}
#margins_layout{
  position: relative;
  width: 100%;
  /*padding-top: 4em;
  margin-top: 0;*/
  padding-top: 0;
  margin-top: 4em;
  background: linear-gradient(90deg, rgba(255,255,255,0) 70%, rgba(0,0,0,.1) 30%);
}
#margins_projects{
  width: 66%;
  float: left;
  clear: left;
}
#margins_layout .project-image{
  max-width: 100%;
}
#margins_layout .project-items{
  width: 100%;
}
#margins_layout .project-item{
  margin-top: 1em;
  margin-bottom: 1em;
  width: 47.5%;
  margin-left: 5%;
  float: left;
}
#margins_layout .project-item a.pj-image{
  display: block;
  position:  relative;
}
#margins_layout .project-item img{
  max-width: 100%;
}
#margins_layout .project-item .pj-category{
  position: absolute;
  text-transform: lowercase;
  right: 0;
  width: 1em;
  top: 0;
  margin-right: -1.1em;
  text-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: rgba(0,0,0,.3);
}
#margins_layout .project-item:nth-child(1){
  clear: both;
  margin-left: 0;
}
#margins_layout .project-item .pj-author{
  color: rgba(59,129,126,1);
}
#margins_layout .project-item .pj-author .uppercase{
  text-transform: uppercase;
}
#margins_layout .project-item .pj-author .uppercase a{
  text-decoration: none;
  color: inherit;
}
#margins_layout .project-item .pj-title{
  font-size: 1.35em;
  line-height: 1.3em;
}
#margins_layout .project-item .pj-title a{
  text-decoration: none;
  color: inherit;
}
#margins_layout .project-item p{
  margin-top: .5em;
  font-family: 'Heuristica';
  color: #999;
  line-height: 1.6em;
}
#margins_must_read{
  width: 34%;
  float: right;
}
#margins_must_read h3{
  /*text-align: right;*/
  color: rgb(255,0,0);
  font-weight: normal;
  font-size: 2.6em;
  margin: 0;
  line-height: 1em;
  margin: .5em 0 0 21%;
}
#margins_layout #margins_must_read .project-item{
  margin-top: 1em;
  margin-bottom: 1em;
  width: 78%;
  margin-left: 0;
  float: right;
  clear: both;
}
#margins_layout #margins_must_read .pj-author, #margins_layout #margins_must_read .pj-title, #margins_layout #margins_must_read p{
  margin-right: 10%;
}
#dash{
  height: 10px;
  line-height: 10px;
  font-size: 10px;
  background-image:linear-gradient(to right, rgb(255,0,0) 0%, rgb(255,0,0) 80%, transparent 50%);
  background-size:8em 10px;
  background-repeat:repeat-x;
  display: block;
}
#ad_banner a{
  display: block;
  max-width: 1300px;
  margin: 0 auto;
}
#ad_banner a img{
  width: 100%;
  display: block;
}
#home_footer_left{
  width: 50%;
  float: left;
}
#home_footer_right{
  width: 50%;
  float: right;
}
#bottom_nav{
  color: rgba(0,0,0,.8);
}
#home_footer_left img{
  display: block;
  width: 12em;
  margin: 2em 0 .4em;
}
#home_footer_left p{
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 0 4.4em;
  color: rgba(0,0,0,.8);
}
#bottom_nav{
  margin-bottom: 3em;
  color: rgba(0,0,0,.6);
}
#bottom_nav a{
  display: inline-block;
  padding: 0 1em;
  text-decoration: none;
  font-size: 1.1em;
  color: rgb(59,129,126);
}
#bottom_nav a:first-child{
  padding-left: 0;
}
#bottom_nav a:last-child{
  padding-right: 0;
}
#signup_holder2 .signup-box{
  margin-top: 3.4em;
  float: right;
  width: 67%;
  margin-right: 0;
  background-color: rgb(255,255,255);
  min-height: 9em;
  padding-right: 0;
}
#signup_holder2 .first-fields, #signup_holder2 .second-fields{
  width: 100%;
}
#signup_holder2 .signup-box p{
  color: rgb(0,0,0);
}
#signup_holder2 .signup-box.newsletter-box input[type=text]::-webkit-input-placeholder, #signup_holder2 .signup-box.newsletter-box input[type=email]::-webkit-input-placeholder {
  color: rgb(180,180,180);
  font-family: 'Overpass', sans-serif !important;
  font-size: 1.4em;
}
#signup_holder2 .signup-box.newsletter-box input[type=text]:-moz-placeholder, #signup_holder2 .signup-box.newsletter-box input[type=email]:-moz-placeholder {
  color: rgb(180,180,180);
  font-family: 'Overpass', sans-serif !important;
  font-size: 1.4em;
}
#signup_holder2 .signup-box.newsletter-box input[type=text]:-ms-input-placeholder, #signup_holder2 .signup-box.newsletter-box input[type=email]:-ms-input-placeholder {
  color: rgb(180,180,180);
  font-family: 'Overpass', sans-serif !important;
  font-size: 1.4em;
}
#signup_holder2 .signup-box input{
  border-bottom: 2px solid #999;
  height: 1.3em;
}
#signup_holder2 .signup-box .next-fields, #signup_holder2 .signup-box .submit-fields{
  border-left: .6em solid #999;
}
#home_copyright{
  clear: both;
  padding-top: 4em;
  font-size: 1.1em;
  text-align: right;
}
#home_mobile_copyright{
  display: none;
  clear: both;
  padding-top: 0;
  font-size: .8em;
  text-align: center;
}
.slicknav_menu, li.show-on-mobile{
  display: none !important;
}
.mobile{
  display: none;
}
.desktop{
  display: block;
}

/* footer */
.site-info{
  display: none;
}

/* gdpr stuff */
#gdpr {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  z-index: 999999;
  border-top: 1px solid black;
  box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.2);
}

#gdpr p {
  padding: 1em;
  font-size: 1em;
  line-height: 1.3em;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

#gdpr #perm_yes, #gdpr #perm_no {
  height: 2em;
  width: 15%;
  min-width: 10em;
  padding: .2em .5em;
  border: none;
  display: inline-block;
  color: white;
  font-weight: bold;
  float: left;
  background: green;
  margin: 0 0 0 1em;
}

#gdpr #perm_no {
  float: right;
  background: #b5b5b5;
  margin: 0 1em 0 0;
}

.clearall {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

#gdpr .clearall {
  height: 10px;
}

/* end gdpr stuff */

/* mobile styles */
@media (max-width: 1240px){
  #margins_must_read .project-item .pj-category{
    left: 0;
    width: 1em;
    top: 0;
    margin-left: -1.1em;
    text-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .slickcarousel .slick-arrow.slick-prev{
    margin-left: -20px;
  }
  .slickcarousel .slick-arrow.slick-next{
    margin-right: -20px;
  }
  .slickcarousel .slick-arrow{
    margin-top: -90px;
  }
  #signup_holder2 .signup-box{
    width: 70%;
    min-width: 24em;
  }
  #signup_holder2 .first-fields input, #signup_holder2 .second-fields input{
    width: 48%;
  }
  #home_footer .site-content{
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  #logo_container, #search_box, ul#header_navigation, .site-content{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (max-width: 1100px){
  ul#header_navigation > li{
    margin-right: 2em;
  }
}
@media (max-width: 1000px){
  #logo_container, #search_box, ul#header_navigation, .site-content{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  a#donate{
    right: 0;
  }
  #search_box form input{
    margin-right: 0;
  }
  #search_box #search_mag{
    right: .5em;
  }
  ul#header_navigation > li.social:nth-last-child(3){
    margin-right: 0;
  }
  .slickcarousel .card a.card-image{
    height: 11em;
    width: 11em;
    border-radius: 5.5em;
  }
  .slickcarousel .slick-arrow.slick-prev{
    margin-left: 0px;
  }
  .slickcarousel .slick-arrow.slick-next{
    margin-right: 0px;
  }
  .slickcarousel .slick-arrow{
    margin-top: -80px;
  }
  #must_watch{
    min-height: 27.5em;
  }
  #signup_holder2 .signup-box{
    width: 95%;
  }
  .section-subheading .subheading-submenu{
    font-size: 1.1em;
  }
  .section-subheading .subheading-submenu a{
    margin-left: 1em;
  }
  .first-fields input, .second-fields input{
    width: 48%;
  }
}
@media (max-width: 900px){
  ul#header_navigation > li{
    margin-right: 1.7em;
  }
  #signup_holder2 .signup-box{
    width: 100%;
  }
  #home_footer_left{
    width: 40%;
  }
  #home_footer_right{
    width: 60%;
  }
}

@media (max-width: 870px){
  ul#header_navigation > li{
    margin-right: 1.5em;
  }
  ul#header_navigation li a{
    font-size: 1.6em;
  }
  #signup_holder{
    width: 94%;
  }
}
@media (max-width: 750px){
  ul#header_navigation li.social{
    display: none !important;
  }
  ul#header_navigation > li a{
    font-size: 1.5em;
  }
}
@media (max-width: 600px){
  .slicknav_menu{
    display: block !important;
    position: absolute;
    width: 100%;
    height: 3em;
    padding: 0 !important;
    top: 6.2em;
    right: 1.5em;
    background-color: rgba(0,0,0,0) !important;
    color: rgba(0,0,0,0);
    z-index: 125;
  }
  body.admin-bar .slicknav_menu{
    top: 9.1em;
  }
  .slicknav_menu .slicknav_btn{
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    background-color: rgba(0,0,0,0) !important;
  }
  .slicknav_menu .slicknav_icon{
    width: 3em !important;
    height: 3em !important;
  }
  .slicknav_menu .slicknav_icon .slicknav_icon-bar{
    margin-top: .5em !important;
    width: 100%;
    height: .5em;
  }
  .slicknav_nav{
    width: 100%;
    position: absolute;
    top: 4.3em;
    background: rgba(0,0,0,.7);
    z-index: 129;
    right: -1.7em !important;
    padding-top: 1em !important;
  }
  .slicknav_nav li.nav-item-wrapper{
    font-size: 1.8em;
    padding-top: .1em;
  }
  .slicknav_nav > li.nav-item-wrapper:hover{
    background: rgba(255,255,255,.1);
  }
  .slicknav_nav li.nav-item-wrapper a{
    border-radius: 0 !important;
    background: none !important;
  }
  .slicknav_nav li.nav-item-wrapper .slicknav_arrow{
    float: right;
  }
  .slicknav_nav li.nav-item-wrapper a:hover{
    color: rgb(255,0,0);
  }
  .slicknav_nav li.nav-item-wrapper a.section-in-menu{
    margin-top: .2em;
    border-top: 1px solid rgb(154,195,88);
    padding-top: .3em;
  }
  .slicknav_nav li.social, .slicknav_nav li.show-on-mobile{
    display: none !important;
  }
  li.show-on-mobile{
    display: inline-block !important;
  }
  ul#header_navigation li{
    text-transform: uppercase;
    font-size: .75em;
    margin-top: 2em;
    z-index: 126;
  }
  ul#header_navigation > li:nth-child(3), ul#header_navigation > li:nth-child(4), ul#header_navigation > li:nth-child(5){
    display: none;
  }
  ul#header_navigation li ul, ul#header_navigation li.social{
    display: none !important;
  }
  #logo_container{
    width: 98%;
  }
  #logo_container > a:first-child{
    margin-top: 1.2em;
    width: 4.2em;;
    float: left;
  }
  #logo_container > a:first-child img{
    width: 4.2em;
  }
  #logo_container > a#donate{
    position: absolute;
    top: .05em;
    right: 1%;
  }
  #logo_container > a#donate{
    text-transform: uppercase;
    line-height: 4.8em;
    height: 4.8em;
    width: 4.8em;
    border-radius: 2.4em;
  }
  #logo_container > a#donate span{
    font-size: inherit;
    line-height: inherit;
  }

  #logo_container span:first-child, #logo_container span:last-child{
    display: none;
  }
  #search_box{
    width: 42%;
    margin: 0 auto;
    position: relative;
  }
  #search_box form{
    height: 1em !important;
    margin-top: 0 !important;
    position: relative;

  }
  #search_box form input{
    margin-top: 0 !important;
    position: absolute;
    left: 0;
    top: 1.8em;
    height: 2.9em;
    width: 100%;
  }
  #search_box #search_mag{
    position: absolute;
    right: -.2em;
    top: 1.25em;
  }
  #search_box form input::-webkit-input-placeholder{
    color: rgba(0,0,0,.3);
    font-size: 1.2em;
  }
  #search_box form input:-moz-placeholder {
    color: rgba(0,0,0,.3);
    font-size: 1.2em;
  }
  #search_box form input:-ms-input-placeholder {
    color: rgba(0,0,0,.3);
    font-size: 1.2em;
  }
  #header_navigation_container{
    margin-top: 4em;
    clear: both;
    height: 4em;
    margin-bottom: .5em;
  }
  #slide_holder .n2-section-smartslider{
    display: none;
  }
  #slide_holder .mobile img{
    padding-top: .25em;
    max-width: 100%;
  }
  .n2-ss-slide-backgrounds{
    display: none !important;
  }
  .n2-ss-layer, .n2-ss-layer p, .n2-ss-layer-content, .n2-ss-layer-with-background{
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    display: block !important;
    width: 100% !important;
  }
  .n2-ss-section-main-content{
    padding: 1em !important;
  }
  .n2-ss-slide{
    width: 100% !important;
    padding: 1em !important;
    /*margin-left: -1em !important;*/
  }
  .n2-ss-slider-wrapper-inside{
    width: 80% !important;
    margin: 1em auto 0 !important;
  }
  .n2-ss-slider-controls .nextend-arrow-next{
    margin-right: -1.6em !important;
  }
  .n2-ss-slider-controls .nextend-arrow-next img, .n2-ss-slider-controls .nextend-arrow-previous img{
    display: none !important;
  }
  .n2-ss-slider-controls .nextend-arrow-previous{
    margin-left: -1.6em !important;
  }
  /*.n2-ss-slider-controls .nextend-arrow-next img, .n2-ss-slider-controls .nextend-arrow-previous img{
    height: 3em !important;
    width: 3em !important;
  }*/
  .n2-ss-slider-controls .nextend-arrow-next, .n2-ss-slider-controls .nextend-arrow-previous{
    border: solid rgb(154,195,88);
    border-width: 0 5px 5px 0;
    height: 25px;
    width: 25px;
  }
  .n2-ss-slider-controls .nextend-arrow-next{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .n2-ss-slider-controls .nextend-arrow-previous{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
  #signup_holder{
    display: none;
  }
  .section-subheading h2{
    font-size: 2.3em;
  }
  .section-subheading h2 span{
    font-size: .6em;
  }
  .home-coins{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-height: 50em;
  }
  .home-coins .slick-track, .home-coins .slick-slide, .home-coins .slick-list{
    max-height: 50em;
  }
  .home-coins .card{
    margin-right: 0;
    margin-left: 0;
    clear: none !important;
  }
  .slickcarousel .slick-arrow{
    border: solid rgb(154,195,88);
    border-width: 0 5px 5px 0;
    margin-top: -280px;
    height: 30px;
    width: 30px;
  }
  .slickcarousel .slick-arrow:hover{
    border: solid rgb(184,225,118);
    border-width: 0 5px 5px 0;
  }
  .slickcarousel .slick-arrow.slick-prev{
    margin-left: -20px;
  }
  .slickcarousel .slick-arrow.slick-next{
    margin-right: -20px;
  }
  #events .section-footer{
    font-size: .5em;
  }
  .mustwatch-carousel.slickcarousel .slick-arrow{
    margin-top: -60px;
  }
  .mustwatch-carousel.slickcarousel .slick-arrow.slick-prev{
    margin-left: 40px;
  }
  .mustwatch-carousel.slickcarousel .slick-arrow.slick-next{
    margin-right: 40px;
  }
  .section-subheading .subheading-submenu{
    font-size: .65em;
    display: none;
  }
  .section-subheading .subheading-submenu a:last-child{
    display: none;
  }
  #margins_layout{
    background: none;
    padding-top: .5em;
  }
  #margins_must_read, #margins_projects{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
    clear: both;
  }
  #margins_must_read{
    margin-bottom: 1em;
  }
  #margins_must_read h3{
    margin: 0 0 0 15%;
  }
  #margins_layout #margins_must_read .project-items{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #margins_layout #margins_must_read .project-items .project-item{
    margin-left: 1px;
    margin-right: 1px;
    float: left;
    clear: none; /* otherwise slick seems to stack these */
  }
  #margins_layout #margins_projects .project-items{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #margins_layout #margins_projects .project-items .project-item{
    margin-left: 1px;
    margin-right: 1px;
  }
  #margins_layout .project-items .project-item .pj-category{
    position: relative;
    transform: none;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    font-size: .8em;
    margin-left: 0;
    margin-right: 0;
  }
  #margins_layout .project-items .project-item a{
    text-decoration: none !important;
  }
  .project-items .slick-arrow{
    border: solid rgb(154,195,88);
    border-width: 0 5px 5px 0;
    margin-top: 0;
    height: 30px;
    width: 30px;
  }
  .project-items .slick-arrow:hover{
    border: solid rgb(184,225,118);
    border-width: 0 5px 5px 0;
  }
  .project-items .slick-arrow.slick-prev{
    margin-left: -20px;
  }
  .project-items .slick-arrow.slick-next{
    margin-right: -20px;
  }
  #home_footer_left, #home_footer_right{
    width: 100%;
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #signup_holder2 .signup-box{
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #signup_holder2 .signup-box p{
    font-size: 1.4em;
  }
  #signup_holder2 .first-fields, #signup_holder2 .second-fields{
    width: 98%;
  }
  #signup_holder2 .first-fields input, #signup_holder2 .second-fields input{
    width: 43%;
    border-radius: 0 !important;
  }
  #signup_holder2 .signup-box .next-fields, .signup-box .submit-fields{
    right: 1.8em;
  }
  #home_copyright{
    display: none;
  }
  #home_footer_left{
    text-align: center;
  }
  #home_footer_left img{
    margin: 0 auto;
  }
  #bottom_nav{
    text-align: center;
  }
  #home_mobile_copyright{
    display: block;
  }
}

@media (max-width: 400px){
  ul#header_navigation li{
    text-transform: uppercase;
    font-size: .65em;
    margin-top: 2.5em;
  }
  #search_box{
    width: 35%;
  }
  .home-coins .card h3{
    font-size: 1.4em;
  }
}
@media (max-width: 350px){
  ul#header_navigation li{
    text-transform: uppercase;
    font-size: .55em;
    margin-top: 3em;
  }
  #search_box{
    width: 29%;
  }
}
