/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2018 Colophon Foundry
 *
 * Licenced to Thomas Dahm 
 */

@font-face {
	font-family: "basis-grotesque-regular";
	src: url("/styles/fonts/basis-grotesque-regular.eot");
	src: url("/styles/fonts/basis-grotesque-regular.eot?#iefix")
			format("embedded-opentype"),
		url("/styles/fonts/basis-grotesque-regular.woff") format("woff"),
		url("/styles/fonts/basis-grotesque-regular.woff2") format("woff2"),
		url("/styles/fonts/basis-grotesque-regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "basis-grotesque-italic";
	src: url("/styles/fonts/basis-grotesque-italic.eot");
	src: url("/styles/fonts/basis-grotesque-italic.eot?#iefix")
			format("embedded-opentype"),
		url("/styles/fonts/basis-grotesque-italic.woff") format("woff"),
		url("/styles/fonts/basis-grotesque-italic.woff2") format("woff2"),
		url("/styles/fonts/basis-grotesque-italic.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */

 html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
  }
  
  /**
   * Firefox specific rule
   */
  
  @-moz-document url-prefix() {
	body {
	  font-weight: lighter !important;
	}
  }
  


/*Body*/
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}


:root {
	--sans-serif-reg: "basis-grotesque-regular", -apple-system, BlinkMacSystemFont,
	"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
	"Helvetica Neue", sans-serif;
	--sans-serif-bold: "basis_grotesque_bold-web", -apple-system, BlinkMacSystemFont,
	"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
	"Helvetica Neue", sans-serif;;
	--pink: #ff5fc2;
	--neongreen: #00ff2e;
	--neonpurple: #725eff;
}

::selection {
	background: var(--neonpurple); /* WebKit/Blink Browsers */
	color: white; /* WebKit/Blink Browsers */
  }
  ::-moz-selection {
	background: var(--neonpurple); /* WebKit/Blink Browsers */
	color: white; /* WebKit/Blink Browsers */
  }

html,
body {
	font-size: 18px;
}
body {
	background: #fff;
	color: var(--neonpurple);
	padding: 0;
	margin: 0;
	font-family: var(--sans-serif-bold);
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	cursor: auto;
}
a:hover {
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}

hr {
    border: solid #725eff;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.7rem 0;
    height: 0;
}
@media only screen and (max-width: 40em) {
	h2 {
		margin-top: 0;
	}
}

h3 {
	margin: 0;
	font-weight: normal;
	margin-top: 1.7em;
}

@media only screen and (max-width: 960px){
	h3 {
		margin-top:0;
		font-size: 1.4rem;
	}
}

/*Fliterbar*/
.filter-input[type="text"] {
	-webkit-appearance: none;
	background-color: #ffffff;
	font-family: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: var(--neonpurple);
	/* box-shadow:inset 0 1px 2px rgba(0,0,0,0.1); */
	color: var(--neonpurple);
	display: block;
	font-size: 1em;
	margin: 0 0 0.88889rem 0;
	padding: 0.44444rem;
	height: 60px;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.fliter-input[type="text"]:focus {
	background:#fafafa;
	border: color var(--neonpurple);
	outline:none;
}

header {
	margin-bottom: 0 !important;
	padding-bottom: 1em;
	-webkit-box-shadow: 0px 2px 5px rgba(114, 94, 255, 0.2);
    box-shadow: 0px 2px 5px rgba(114, 94, 255, 0.2);
}
@media only screen and (max-width: 900px){
	.header-newsletter {
		background-color: rgba(114, 94, 255, 0.05);
		padding: 1em;
	}
	.header{
		-webkit-box-shadow: none;
    	box-shadow: none;
	}
}
/*footer*/
/*Background*/
.footer {
	background-color: var(--neonpurple);
	color: white;
	min-height: 15rem;
	text-align: center;
	padding-bottom: 4rem;
	margin-top: 8vw;
}

/*email subscribe area*/
.footer-subscribe {
    background-color: var(--neonpurple);
    max-width: 100%;
    margin: 3rem auto;
    /* padding-bottom: 3em; 
    border-bottom: 2px solid #fff; */
}

.NM-subscribe {
	max-width: 100%;
	/* margin:3rem auto; */
	margin-top: 3rem;
}

.subscribeTitle {
	line-height: 1.5em;
	/* margin-bottom: 2em; */
	letter-spacing: 0.5px;
	font-size: 1.77778rem;
}

.subscribeText {
	font-family: var(--sans-serif-reg);
	padding-bottom: 1em;
}

/*mailchimp*/
.subscribe-input[type="email"],
.subscribe-input[type="text"],
.subscribe-input[type="text"]:focus {
	margin-bottom: 0.25rem;
	padding: 30px;
	font-family: var(--sans-serif-reg);
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--neonpurple);
	border-color: var(--neonpurple);
	/* color: #33333350;
	border-color: #33333350; */
}

@media only screen and (min-width:40.063em){
    .subscribe-input[type="email"], .subscribe-input[type="text"]{
        display:inline-block;
        vertical-align:top;
        width:100%;
        /* max-width:300px; */
		padding:30px 30px 30px 30px;
		color: var(--neonpurple);
		/* border-radius: .365em; */
    }
}

.btnNMsubscribe{
    font-size:16px;
    border:none;
    background-color: #725eff;
    display:inline-block;
    vertical-align:top;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom:0.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* height: 60px; */
	color: #fff;
	/* border: 2px solid #725eff; */
	font-family: var(--sans-serif-bold);
}
@media only screen and (max-width: 40em){
.btnNMsubscribe{
    width:100%;
    padding: 30px 60px;
}
}

.btnNMsubscribe:hover, .btnNMsubscribe:focus {
    background-color:#000;
    color:#00ff7e;
}

.hidden {
    position: absolute; left: -5000px;
}

.NMsubscribeGrid {
	display: grid;
	grid-template-columns: 66% auto;
	/* width: 75%; */
	margin: 0 auto;
}

@media only screen and (max-width:40.063em){
	.NMsubscribeGrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	}
}


/*filtersearch*/
.filter_search[type="text"] {
	margin-bottom: 0.25rem;
	padding: 30px;
	font-family: var(--sans-serif-reg);
	height: 60px;
	font-size: 1.1111em;
}

@media only screen and (min-width: 40.063em) {
	.filter_search[type="text"] {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding: 30px 30px 30px 30px;
	}
}

/*month dropdown in filterbar*/
#mySelect {
	font-size: 18px;
	border: none;
	background-color: #fff;
	/* border:2px solid var(--neonpurple); */
	display: inline-block;
	vertical-align: top;
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 0.25rem;
	margin-right: 4em;
	/* text-transform: uppercase;
		letter-spacing: 1px; */
	height: 60px;
	color: var(--neonpurple);
	font-family: var(--sans-serif-reg)
}

@media only screen and (max-width: 40em) {
	#mySelect {
		font-size: 18px;
		border: none;
		background-color: var(--neonpurple);
		display: inline-block;
		vertical-align: top;
		vertical-align: top;
		width: 100%;
		border: 2px solid var(--neonpurple);
		padding-left: 60px;
		padding-right: 60px;
		margin-bottom: 0.25rem;
		margin-right: 4em;
		/* text-transform: uppercase;
		letter-spacing: 1px; */
		height: 60px;
		color: #fff;
	}
}

#mySelect:hover,
#mySelect:focus {
	background-color: #725fff;
	color: #fff;
	/* border:2px solid var(--neonpurple); */
}

/*Footer contact */

.hidden {
	position: absolute;
	left: -5000px;
}

a.lfooter:link {
	color: #fff;
	border-bottom: solid #fff 2px;
	text-align: left;
	font-family: var(--sans-serif-reg)
}
a.lfooter:hover {
	color: #00ff7e;
	border-bottom: solid #00ff7e 2px;
	text-align: left;
}
a.lfooter:visited {
	color: #fff;
	border-bottom: solid #fff 2px;
	text-align: left;
}
.lfooter {
	color: #fff;
	text-align: left;
	list-style: none;
	margin-left: 0px;
	font-family: var(--sans-serif-reg)
}

#contentBox {
	width: 100%;
	height: 90px;
	float: left;
	background-color: #0f9;
	padding: 10px;
}
.imagediv {
	width: 100%;
	height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	cursor: pointer;
	background-color: #39c;
}
#contentBox .hidediv {
	left: 0px;
	display: none;
	z-index: 1000;
	width: 100%;
	height: 500px;
	margin: 0px;
	background-color: #336;
	float: left;
}
#contentBox:hover .hidediv {
	display: block;
	top: 0px;
	left: 8px;
}

/*background color purple for article*/

.row_purple {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 88.88889rem;
}
.article_content_purple {
	margin-top: 2em;
	/* background:  var(--neonpurple); */
	padding-top: 2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: var(--neonpurple);
}
@media only screen and (max-width: 40em) {
	.article_content_purple {
		width: calc(100% - (0.5em * 2));
	}
}
@media only screen and (min-width: 40.063em) {
	.article_content_purple {
		margin-top: 0;
		/* background: var(--neonpurple); */
		margin-top: -8em;
		padding-top: 2em;
		padding-left: 2em;
		padding-right: 2em;
	}
}

#carbonads {
	display: inline-block;
	font-size: 12px;
	line-height: 1.25;
	text-align: left;
	/* border: 1px solid #333; */
	padding: 1em;
	background-color: hsl(0, 0%, 98%);
}
#carbonads a,
#carbonads a:hover {
	text-decoration: none;
	color: inherit;
}
#carbonads span {
	display: block;
	color: black;
}
#carbonads > span::before,
#carbonads > span::after {
	content: "";
	display: table;
}
#carbonads > span::after {
	clear: both;
}
.carbon-img {
	float: left;
	margin-right: 10px;
}
.carbon-img > img {
	display: block;
}
.carbon-text {
	overflow: hidden;
}
.carbon-poweredby {
	float: left;
	margin-top: 0.25em;
	opacity: 0.5;
}
@media (min-width: 40em) {
	#carbonads {
		/* max-width: 320px; */
		padding: 1em;
	}
}

/*sticky*/
.event-listing-item__month {
	position: sticky;
	top: 0;
	/* background-color: yellow; */
	overflow-x: hidden;
}

label {
	font-size: 1em;
	display: contents;
	/* color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0; */
  }

  input[type="checkbox"] + label
 {
	/* display: inline-block; */
	/* margin-left: 0.44444rem; */
	/* margin-right: 0.88889rem;
	margin-bottom: 0;
	vertical-align: baseline; */
	font-size:1em;
	padding:7px 0px;
	background: #00ff7e;
  }

input[type="text"], input[type="email"] {
	background-color: #fff;
	border: 1px solid #33333350;
	/* border-bottom: 0; */
	/* border-radius: .365em; */
	border-radius: .365em;
	margin-bottom: 10px;
}

input[type="text"]::placeholder, input[type="email"]::placeholder {
	color:#33333350;
}


input[type="text"]:focus, input[type="email"]:focus {
	background-color: #fff;
	border: 1px solid #33333350;
}

@media only screen and (min-width: 1200px){
	.patreon {
		margin-top: 4em;
		/* background-color:  rgba(114,94,255,0.1); */
		padding: 2em 9em;
		text-align: center;
		border-top: 2px solid #725eff;
	}
}
@media only screen and (max-width: 900px){
	.patreon {
		margin-top: 4em;
		/* background-color:  rgba(114,94,255,0.1); */
		padding: 2em 3em;
		text-align: center;
	}
}

@media only screen and (min-width: 901px){
	.patreon {
		margin-top: 4em;
		/* background-color:  rgba(114,94,255,0.1); */
		padding: 2em 7em;
		text-align: center;
	}
}

.patreonLogo {
	margin: 50px 0px;
	transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.patreonLogo:hover { 
	transform: scale(1.03); 
}

.btnTrip, .btnTrip:visited  {
	padding:0.5em 1em;
	border:solid 1px #725eff;
	background-color: white;
	color: #725eff;
	transition: 0.25s linear background-color, 0.25s linear color;
	border-radius: .3125rem;
	margin-right: 1em;
	/* font-family: var(--sans-serif-reg); */
	min-height: 40px;
	font-size: initial;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.btnTrip:hover  {
	padding:0.5em 1em;
	border:solid 1px #725eff;
	background-color: #725eff;
	color: #fff !important;

}