/*!
Theme Name: MAMMA
Theme URI: https://thoughtandfound.co/
Author: Thought & Found
Author URI: https://thoughtandfound.co/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

@media screen and (min-width: 0) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body, html, a, p {
	font-family: 'prestige-elite-std', monospace;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: black;
}

p {
	margin: 0 0 10px 0;
}

h1, h3, h4, h5, h6 {
	font-family: 'nimbus-sans-condensed', 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h1 {
  font-size: 36px;
  line-height: 34px;
}

h2 {
  font-family: 'mandrel-normal', serif;
  font-size: 34px;
	font-weight: normal;
	line-height: 34px;
  text-transform: uppercase;
  text-align: center;
	margin: 0 0 40px 0;
}

.wide, .wide a {
	font-family: 'acumin-pro-wide', 'Helvetica', sans-serif;
	text-transform: uppercase;
}

body {
	margin: 15px;
	background: #e2e1e1;
	cursor: crosshair;
}

.hidden {
	opacity: 0;
	transition: opacity 300ms ease;
}

footer a {
	display: inline-block;
}

input, textarea {
	outline: none;
}

.site-branding img {
	border: 0;
}

input#mc-embedded-subscribe:hover, input[type="submit"], button, footer a, a.txt,
.site-branding svg, .contact-deets a {
	transition: transform 500ms ease;
}

.gigs img, .bar img {
	transition: background-color 500ms ease;
}

a:hover, .m-toggle:hover {
	cursor: crosshair;
}

input#mc-embedded-subscribe:hover, input[type="submit"]:hover, button:hover,
.contact-deets a:hover, .m-toggle:hover {
  transform: skewX(-20deg);
}

footer a:hover, footer input#mc-embedded-subscribe:hover {
  transform: skewX(-30deg);
}

.site-branding svg.desk:hover {
  transform: skewX(-20deg) scaleX(.955);
	transform-origin: left bottom;
}

body.page-about .site-branding svg.desk:hover {
  transform: skewX(-20deg) scaleX(.935);
}

body.page-contact .site-branding svg.desk:hover {
  transform: skewX(-20deg) scaleX(.93);
}

body.archive .site-branding svg.desk:hover,
body.blog .site-branding svg.desk:hover {
  transform: skewX(-20deg) scaleX(.95);
}

.gigs a.txt:hover {
  transform: skewX(-20deg);
}

.bar a.txt:hover {
  transform: skewX(20deg);
}

/* .gigs img:hover, .bar img:hover {
	background: #ec008c;
} */

#success {
	display: none;
	padding: 5px 10px 3px 10px;
  color: white;
  background: black;
  position: fixed;
  left: 15px;
  bottom: 57px;
  z-index: 10;
  text-transform: uppercase;
	font-size: 12px;
}
/*--------------------------------------------------------------
# HOVER STATES
--------------------------------------------------------------*/
#cursor {
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	pointer-events: none;
	will-change: transform;
	/* mix-blend-mode: difference; */
	display: none;
}

.circ-cur {
	width: 100px;
	height: 65px;
	border-radius: 50%;
	margin-top: -25%;
	margin-left: -50%;
	transition: transform ease 250ms, width ease 250ms, height ease 250ms;
	background: white;
	background: url('images/Cursor.png');
	background-size: 100% 100%;
}

.mini {
	width: 45px;
	height: 45px;
}

.mini-xtra {
	width: 30px;
	height: 30px;
}

body, input, a, button {
	cursor: none!important;
}

#cursor {
	display: block;
}

.crosshair {
	cursor: crosshair!important;
}


body.home .desk.main-navigation li.menu-item a:hover,
body.home .desk.main-navigation .nv-wrap a:hover {
	color: #f15a29;
  -webkit-text-stroke: 0;
}

body.page-about .desk.main-navigation li.menu-item a:hover,
body.page-about .desk.main-navigation .nv-wrap a:hover {
	color: #be1e2d;
  -webkit-text-stroke: 0;
}

body.blog .desk.main-navigation li.menu-item a:hover,
body.blog .desk.main-navigation .nv-wrap a:hover {
	color: #17479e;
  -webkit-text-stroke: 0;
}

body.page-contact .desk.main-navigation li.menu-item a:hover,
body.page-contact .desk.main-navigation .nv-wrap a:hover {
	color: #006838;
  -webkit-text-stroke: 0;
}

body.single-post .desk.main-navigation li.menu-item a:hover,
body.single-post .desk.main-navigation .nv-wrap a:hover {
	color: #ec008c;
  -webkit-text-stroke: 0;
}

body.archive.tag .desk.main-navigation li.menu-item a:hover,
body.archive.tag .desk.main-navigation .nv-wrap a:hover {
	color: #92278f;
  -webkit-text-stroke: 0;
}
/*--------------------------------------------------------------
# HOME FEATURES
--------------------------------------------------------------*/
.non-banner {
	display: block;
	width: 100%;
	min-height: 280px;
}

.home-feat {
  position: fixed;
  left: 0;
  top: 0;
	right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
	z-index: 10;
	overflow-y: auto;
	display: none;
}

.home-feat img {
  display: block;
  width: 100%;
  max-width: none;
	-webkit-filter: drop-shadow(1px 1px 0px #00000080);
  filter: drop-shadow(1px 1px 0px #0000009e);
}

.home-feat .logos {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px;
}

.h-f-w {
	position: relative;
	height: 100%;
}

.h-tag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

img.tag {
	height: 24px;
	margin: auto;
	width: auto;
}

.graphics {
	width: 140px;
  padding: 15px;
  position: absolute;
  right: 0;
  bottom: 40px;
}

.home-feat.set-1 {
 background: #00a79d;
}

.set-1 .logos img {
	transform: rotate(180deg);
}

.home-feat.set-2 {
 background: #ec008c;
}

.set-2 .graphics {
	left: 0;
	right: auto;
}

.home-feat.set-3 {
  background: #006838;
}

.set-3 .logos {
  top: auto;
  bottom: 40px;
}

.set-3 .graphics {
  top: 0;
  bottom: auto;
	left: 0;
	right: auto;
}

.home-feat.set-4 {
  background: #17479e;
}

/* .set-4 .logos {
  top: auto;
  bottom: 40px;
} */

.home-feat.set-5 {
  background: #be1e2d;
}

.set-5 .logos {
  top: auto;
  bottom: 40px;
}

.set-5 .logos img {
	transform: rotate(180deg);
}

.set-5 .graphics {
  top: 0;
  bottom: auto;
}

.home-feat.set-6 {
  background: #754c29;
}
/*--------------------------------------------------------------
# TEXT STROKES & MOBILE NAVIGATION
--------------------------------------------------------------*/
.mob.main-navigation .m-logo svg {
	fill: white;
}

.mob.main-navigation .ex-col a, .mob.main-navigation .ex-col {
	color: white;
}

body.home .mob.main-navigation {
	background: #f15a29;
}

body.blog .mob.main-navigation {
	background: #17479e;
}

body.archive .mob.main-navigation {
	background: #92278f;
}

body.single-post .mob.main-navigation {
	background: #ec008c;
}

body.page-about .mob.main-navigation {
	background: #be1e2d;
}

body.page-contact .mob.main-navigation {
	background: #006838;
}

.mob.main-navigation li.menu-item a, .mob.main-navigation .nv-wrap a {
	-webkit-text-stroke: 1px white;
}

body.home .mob.main-navigation .nv-wrap > a:first-child,
.mob.main-navigation li.current-menu-item a, .mob.main-navigation li.current_page_parent a {
	color: white;
	-webkit-text-stroke: 0px;
	text-shadow: none;
}
/*--------------------------------------------------------------
# TEXT STROKES & DESKTOP NAVIGATION
--------------------------------------------------------------*/
body.home .desk.main-navigation li.menu-item a, body.home .desk.main-navigation .nv-wrap a {
	color: #e2e1e1;
	-webkit-text-stroke: 1px #f15a29;
}

body.blog .desk.main-navigation li.menu-item a, body.blog .desk.main-navigation .nv-wrap a {
	color: #e2e1e1;
	-webkit-text-stroke: 1px #17479e;
}

body.archive .desk.main-navigation li.menu-item a, body.archive .desk.main-navigation .nv-wrap a {
	color: #e2e1e1;
	-webkit-text-stroke: 1px #92278f;
}

body.single-post .desk.main-navigation li.menu-item a, body.single-post .desk.main-navigation .nv-wrap a {
	color: #e2e1e1;
	-webkit-text-stroke: 1px #ec008c;
}

body.page-about .desk.main-navigation li.menu-item a, body.page-about .desk.main-navigation .nv-wrap a {
	color: #e2e1e1;
	-webkit-text-stroke: 1px #be1e2d;
}

body.page-contact .desk.main-navigation li.menu-item a, body.page-contact .desk.main-navigation .nv-wrap a {
	color: #e2e1e1;
	-webkit-text-stroke: 1px #006838;
}

body.home .desk.main-navigation .nv-wrap > li:first-child a {
	color: #f15a29;
	-webkit-text-stroke: 0px;
	text-shadow: none;
}

.desk.main-navigation li.current-menu-item a {
	-webkit-text-stroke: 0px;
	text-shadow: none;
}

body.blog .desk.main-navigation li.current-menu-item a {
	-webkit-text-stroke: 0px;
	text-shadow: none;
	color: #17479e;
}

body.archive .desk.main-navigation li.current_page_parent a {
	-webkit-text-stroke: 0px;
	text-shadow: none;
	color: #92278f;
}

body.single-post .desk.main-navigation li.current_page_parent a {
	-webkit-text-stroke: 0px;
	text-shadow: none;
	color: #ec008c;
}

body.page-about .desk.main-navigation li.current-menu-item a {
	-webkit-text-stroke: 0px;
	text-shadow: none;
	color: #be1e2d;
}

body.page-contact .desk.main-navigation li.current-menu-item a {
	-webkit-text-stroke: 0px;
	text-shadow: none;
	color: #006838;
}
/*--------------------------------------------------------------
# PAGE COLORS
--------------------------------------------------------------*/
body.home .site-branding svg {
	fill: #f15a29;
}

body.home li.menu-item a, body.home .nv-wrap a, body.home .m-toggle {
	color: #f15a29;
}

body.home .c-toggle {
	background: #f15a29;
}

.gigs-block, .gigs-block a {
	color: #f15a29;
}

.entries-block .logo svg {
	fill: #ec008c;
}

.news {
	color: #ec008c;
}

.news #cm_embed_signup button {
	color: #ec008c!important;
}

.news input::placeholder {
	color: #ec008c!important;
	opacity: .5;
}

#cm_embed_signup input:focus {
	background: black;
	color: #e2e1e1!important;
}

body.home .f-logo svg {
	fill: #006838;
}

body.home footer, body.home footer a,
.gigs a, .bar a {
	color: #006838;
}

body.home footer #cm_embed_signup button {
	color: #006838!important;
}

body.home footer input::placeholder {
	color: #006838!important;
	opacity: .5;
}

body.home #cm_embed_signup button,
body.home #cm_embed_signup input {
	color: #ec008c!important;
}

body.home #cm_embed_signup input:focus {
	background: #ec008c;
	color: #e2e1e1!important;
}

body.blog .c-toggle {
	background: #17479e;
}

body.blog svg {
	fill: #17479e;
}

body.blog, body.blog a, body.blog p, body.blog input, body.blog .m-toggle {
	color: #17479e;
}

body.blog #cm_embed_signup button,
body.blog #cm_embed_signup input {
	color: #17479e!important;
}

body.blog #cm_embed_signup input:focus {
	background: #17479e;
	color: #e2e1e1!important;
}

body.blog input::placeholder {
	color: #17479e!important;
	opacity: .5;
}

body.archive .c-toggle {
	background: #92278f;
}

body.archive svg {
	fill: #92278f;
}

body.archive, body.archive a, body.archive p, body.archive input, body.archive .m-toggle {
	color: #92278f;
}

body.archive #cm_embed_signup button,
body.archive #cm_embed_signup input {
	color: #92278f!important;
}

body.archive #cm_embed_signup input:focus {
	background: #92278f;
	color: #e2e1e1!important;
}

body.archive input::placeholder {
	color: #92278f!important;
	opacity: .5;
}

body.single-post .c-toggle {
	background: #ec008c;
}

body.single-post svg {
	fill: #ec008c;
}

body.single-post, body.single-post a, body.single-post p, body.single-post input, body.single-post .m-toggle {
	color: #ec008c;
}

body.single-post #cm_embed_signup button,
body.single-post #cm_embed_signup input {
	color: #ec008c!important;
}

body.single-post #cm_embed_signup input:focus {
	background: #ec008c;
	color: #e2e1e1!important;
}

body.single-post input::placeholder {
	color: #ec008c!important;
	opacity: .5;
}

body.page-about .c-toggle {
	background: #be1e2d;
}

body.page-about svg {
	fill: #be1e2d;
}

body.page-about, body.page-about a, body.page-about p, body.page-about input, body.page-about .m-toggle  {
	color: #be1e2d;
}

body.page-about #cm_embed_signup button,
body.page-about #cm_embed_signup input {
	color: #be1e2d!important;
}

body.page-about #cm_embed_signup input:focus {
	background: #be1e2d;
	color: #e2e1e1!important;
}

body.page-about input::placeholder {
	color: #be1e2d!important;
	opacity: .5;
}

body.page-contact .c-toggle {
	background: #006838;
}

body.page-contact svg {
	fill: #006838;
}

body.page-contact, body.page-contact a, body.page-contact p, body.page-contact input, body.page-contact .m-toggle {
	color: #006838;
}

body.page-contact #cm_embed_signup button,
body.page-contact #cm_embed_signup input {
	color: #006838!important;
}

body.page-contact #cm_embed_signup input:focus {
	background: #006838;
	color: #e2e1e1!important;
}

body.page-contact input::placeholder {
	color: #006838!important;
	opacity: .5;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.logo {
	margin-bottom: 18px;
}

.logo img, .f-logo img, .logo svg, .f-logo svg  {
  display: block;
  width: 100%;
}

img.desk, svg.desk, .desk, .desk-cont {
	display: none;
}

.m-toggle, .c-toggle {
	font-size: 32px;
	line-height: 27px;
	font-family: 'acumin-pro-wide', 'Helvetica', sans-serif;
	text-transform: uppercase;
	position: fixed;
	padding: 12px 0 15px 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	background: #e2e1e1;
	z-index: 10;
}

.c-toggle {
	color: white;
	display: none;
}

.desk.main-navigation {
	display: none;
}

.mob.main-navigation {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #17479e;
	padding: 15px;
	overflow-y: auto;
	z-index: 5;
	display: none;
}

.m-logo img, .m-logo svg {
	display: block;
	width: 100%;
}

.m-logo img.desk, .m-logo svg.desk {
	display: none;
}

ul#primary-menu {
  padding: 0;
  list-style: none;
  margin: auto;
	text-align: center;
	width: 260px;
}

li.menu-item {
  display: inline-block;
}

.nv-wrap {
	text-align: center;
  margin: 15px auto 100px auto;
}

li.menu-item a, .nv-wrap a {
	font-size: 32px;
	line-height: 27px;
	font-family: 'acumin-pro-wide', 'Helvetica', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.ex-col {
	text-align: center;
	margin-bottom: 55px;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer {
  margin-top: 100px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 60px;
}

footer a {
	font-size: 12px;
	line-height: 12px;
}

footer .wide {
	font-size: 10px;
	line-height: 11px;
}

.f-logo {
	margin-bottom: 20px;
}

.mob-cont .copy, .mob-cont .f-just {
	margin-bottom: 20px;
}

.f-just {
	clear: both;
	overflow: hidden;
}

.f-just.tags span {
	width: 33%;
	width: calc(100% / 3);
	float: left;
}

.f-just.tags span:nth-child(1) {
	text-align: left;
}

.f-just.tags span:nth-child(2) {
	text-align: center;
}

.f-just.tags span:nth-child(3) {
	text-align: right;
}

.f-just.cont span {
	width: 50%;
	float: left;
}

.f-just.cont span:nth-child(1) {
	text-align: left;
}

.f-just.cont span:nth-child(2) {
	text-align: right;
}

#cm_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin: 0!important;
  padding: 0!important;
  background-color: transparent!important;
  border-radius: 0!important;
  font-size: 12px!important;
  color: black!important;
  text-transform: uppercase;
}

#cm_embed_signup form {
  text-align: center!important;
  padding: 0!important;
}

#cm_embed_signup input {
	text-align: center;
  width: 100%!important;
  padding: 0!important;
  text-indent: 0!important;
  border: none!important;
	font-family: 'mandrel-normal', serif;
	font-size: 34px;
	font-weight: normal;
	line-height: 34px;
	text-transform: uppercase;
	background: transparent;
}

#cm_embed_signup button {
	background-color: transparent!important;
	color: black!important;
	border-radius: 0!important;
	font-family: 'mandrel-normal', serif;
	font-size: 34px!important;
	font-weight: normal;
	line-height: 34px;
	text-transform: uppercase;
	padding: 0!important;
	margin: 0!important;
	border: none;
}

.signup {
	margin-top: 100px;
}

.cta {
  max-width: 540px;
  margin: auto;
}
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
article img {
  display: block;
  width: 100%;
	margin-bottom: 10px;
}

article .just {
	text-transform: uppercase;
}

.a-j-w {
	clear: both;
	overflow: hidden;
}

span.g-t {
	float: right;
}

.gigs-block {
  text-transform: uppercase;
	margin-bottom: 100px;
}

article {
  margin-bottom: 10px;
}

.sml-book {
  margin-top: 10px;
}

.sml-book a {
	font-family: 'mandrel-normal', serif;
}

.gigs, .bar {
	text-align: center;
}

.gigs img, .bar img {
  display: block;
  width: 100%;
	max-width: none;
  margin: auto;
}

.gigs a, .bar a {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin-top: 5px;
}

.entries-block .logo {
	display: none;
}

.gigs, .news {
	margin-bottom: 45px;
}
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
.non-banner {
	position: relative;
}

.strip {
	display: block;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 27px;
  line-height: 45px;
  height: 45px;
  white-space: nowrap;
  width: 100%;
  background: #ec008c;
  color: #e2e1e1;
	overflow: hidden;
}

body.blog .strip {
  background: #be1e2d;
}

ul.movline {
  margin: 0;
  padding: 0;
  list-style: none;
	position: relative;
	display: inline-block;
	clear: both;
	overflow: visible;
}

ul.movline li {
	/* float: left; */
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

ul.movline.cloned {
  position: absolute;
  top: 0;
  left: 0px;
}

.filter_wrap, .filter_wrap a, .filter_repeat, .filter_repeat span {
	font-family: 'mandrel-normal', serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 34px;
  text-transform: uppercase;
}

.filter_wrap ul, .filter_wrap ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.filter_wrap {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	background: #e2e1e1;
}

span.inactive {
  opacity: .5;
}

.f-label, .f-options {
	width: 50%;
	float: left;
}

.f-tags, .f-clear {
	width: 50%;
}

.f-tags {
	float: right;
}

ul.f-options, ul.f-tags {
  height: 34px;
  overflow: hidden;
	position: relative;
}

img.f-arrow {
  position: absolute;
  top: 4px;
  right: 0;
  height: 29px;
}

.f-clear {
	opacity: .5;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
.tab.caps {
  margin-bottom: 20px;
}

.caps {
	text-transform: uppercase;
}

h1.gig-title {
	margin-bottom: 10px;
}

.big-book {
	text-align: center;
	margin-top: 20px;
}

.big-book a {
	font-family: 'mandrel-normal', serif;
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase;
}

.navigation .mob a {
	font-family: 'nimbus-sans-condensed', 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 34px;
}

.navigation {
	clear: both;
	overflow: hidden;
	margin-top: 100px;
}

.nav-next, .nav-prev {
  float: left;
	width: 50%;
}

.nav-next {
	text-align: right;
}

.sq.feat {
	width: 100%;
	margin-bottom: 15px;
}

.sq.feat:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
.entry-content .main p {
	font-family: 'nimbus-sans-condensed', 'Helvetica', sans-serif;
	font-size: 26px;
	line-height: 28px;
	hyphens: auto;
}

body.page-template-default .entry-content .main p {
	margin-bottom: 20px;
}
/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
.contact-deets, .contact-deets span, .contact-deets a {
	font-family: 'nimbus-sans-condensed', 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 28px;
	display: block;
	text-align: center;
}

.wpcf7 form .wpcf7-response-output {
  padding: 5px!important;
  border: none!important;
  text-align: center!important;
  text-transform: uppercase!important;
  font-size: 12px!important;
}

.wpcf7 {
	margin-top: 100px;
}

.wpcf7 input, .wpcf7 textarea {
	border: none;
	border-bottom: 1px solid #006838;
	border-radius: 0;
	background: transparent;
	color: #006838;
}

.wpcf7 textarea {
	border-top: 1px solid #006838;
	border-radius: 0;
}

.wpcf7 label {
	text-transform: uppercase;
}

input, textarea, .wpcf7 label {
	font-family: 'nimbus-sans-condensed', 'Helvetica', sans-serif;
	font-size: 26px;
	line-height: 28px;
  display: block;
  width: 100%;
  margin: auto;
  padding: 0;
}

input[type="submit"] {
	text-transform: uppercase;
	background: transparent;
	border: none;
}

a.desk, span.lab {
	display: none;
}

.ie-black {
	color: black!important;
}

}

@media screen and (min-width: 568px) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
.a-c-wrap .just {
	position: relative;
}

.a-j-w {
  padding-right: 80px;
}

.sml-book {
	position: absolute;
  top: 12px;
  right: 0;
  transform: rotate(-45deg);
  margin: 0;
}

.sml-book a {
  font-size: 16px;
}
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
}

@media screen and (min-width: 768px) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
.mob, img.mob, svg.mob, .mob-cont {
	display: none;
}

.desk, img.desk, svg.desk, .desk-cont {
	display: block;
}
/*--------------------------------------------------------------
# HOME FEATURE
--------------------------------------------------------------*/
.h-tag.desk {
  clear: both;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
}

.h-tag.desk img.tag {
  display: inline-block;
}

.h-tag.desk img.tag:first-child {
  float: left;
}

.h-tag.desk img.tag:last-child {
	float: right;
}

.graphics {
  width: 220px;
	bottom: 47px;
}

.set-5 .logos, .set-3 .logos {
	bottom: 47px;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.m-toggle {
	display: none;
}

.desk.main-navigation {
  display: block;
	position: fixed;
	padding: 12px 0 15px 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e2e1e1;
	padding: 12px 15px 15px 12px;
	z-index: 10;
}

.nv-wrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
	margin: 0;
}

.nv-wrap li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	align-self: center;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.f-wrap {
	clear: both;
	overflow: hidden;
}

.f-col {
	width: 30%;
	float: left;
}

.f-wrap.wide a {
	font-size: 10px;
  line-height: 11px;
}

.f-col.newsletter input, .f-col.newsletter #cm_embed_signup input,
.f-col.newsletter #cm_embed_signup button, .f-col.newsletter #cm_embed_signup .clear {
	font-family: 'acumin-pro-wide', 'Helvetica', sans-serif;
	font-size: 10px!important;
	line-height: 11px!important;
	text-align: left!important;
	height: auto!important;
	display: inline-block!important;
}

.f-col.newsletter #cm_embed_signup form {
	text-align: left!important;
}

.f-col.newsletter #cm_embed_signup .mc-field-group {
	text-align: left!important;
	display: inline-block!important;
	width: 50px!important;
}

.f-col:nth-child(2) {
	width: 40%;
}

.f-col:nth-child(1) {
	text-align: left;
}

.f-col:nth-child(3) {
	text-align: right;
}

.f-wrap.wide {
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
.gigs-block article, body.blog article, body.archive article {
	width: 50%;
	width: calc(50% - 7.5px);
	float: left;
}

.gigs-block article:nth-child(2n - 1),
body.blog article:nth-child(2n),
body.archive article:nth-child(2n) {
	/* float: right; */
	margin-right: 15px;
}

.gigs-block {
	clear: both;
	overflow: hidden;
}

.entries-block {
	clear: both;
	overflow: hidden;
  position: relative;
}

.entries-block .logo {
	display: block;
}

.gigs, .bar {
	width: 25%;
	float: left;
}

.news {
	width: 50%;
	float: left;
}

.news h2 {
  width: 320px;
	margin: auto;
}

.news div#cm_embed_signup {
	position: absolute;
	bottom: 75px;
	left: 0;
	right: 0;
	width: 50%;
	margin: auto;
}

.gigs {
  text-align: left;
}

.bar {
  text-align: right;
}

.col-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

body.blog .col-fill {
	background: #17479e;
}

body.archive .col-fill {
	background: #92278f;
}

body.home .col-fill {
	background: #f15a29;
}

.fcw img.feat {
	filter: contrast(1.2) grayscale(1);
	mix-blend-mode: screen;
	border: 0;
}

.noeffect {
	filter: contrast(1) grayscale(0)!important;
	mix-blend-mode: unset;
}

.fcw {
	position: relative;
	mix-blend-mode: multiply;
}
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
main#primary {
	clear: both;
	overflow: hidden;
}

li.option a, li.option span {
  padding-left: 7.5px;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
.left, .right {
  width: 50%;
  float: left;
}

.right {
	position: relative;
}

.left .sq-w {
	padding-right: 7.5px;
}

.right .tab {
  padding-left: 7.5px;
}

h1.gig-title {
	padding-right: 100px;
}

.big-book {
	position: absolute;
  top: 74px;
  right: 0;
  margin: 0;
  transform: rotate(-45deg);
}

.nav-prev a, .nav-next a {
	font-family: 'nimbus-sans-condensed', 'Helvetica', sans-serif;
  text-transform: uppercase;
	font-size: 36px;
  line-height: 34px;
}

.nav-prev a {
	padding-right: 40px;
}

.nav-next a {
	padding-left: 40px;
}

body.single-post article {
	clear: both;
	overflow: hidden;
}
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
.entry-content .main p {
	font-size: 36px;
  line-height: 36px;
}
/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
.contact-deets, .contact-deets span, .contact-deets a {
	font-size: 36px;
  line-height: 34px;
}

input, textarea, .wpcf7 label {
	font-size: 36px;
	line-height: 38px;
}
}

@media screen and (min-width: 880px) {
/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
.contact-deets, .contact-deets span, .contact-deets a {
	font-size: 36px;
  line-height: 34px;
}

.contact-deets span, .contact-deets a {
	display: inline-block;
}

a.mob {
	display: none;
}

.c-j-wrap {
	clear: both;
	overflow: hidden;
	height: 36px;
  margin-top: -2px;
}

.c-j-wrap > span:first-of-type {
  float: left;
}

.c-j-wrap > span:last-of-type {
  float: right;
}
}

@media screen and (min-width: 1024px) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
.f-label, .f-options, .f-tags, .f-clear {
	width: 25%;
	float: left;
}

.f-clear {
	text-align: right;
}

.f-options li.option a, .f-options li.option span {
	padding-left: 0;
}

.f-options img.f-arrow {
	right: 7px;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
}

@media screen and (min-width: 1025px) {
	body, input, a {
		cursor: none!important;
	}

	#cursor {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
body, html, a, p {
	font-size: 18px;
	line-height: 18px;
}

h1 {
  font-size: 46px;
  line-height: 44px;
}

h2 {
	font-size: 44px;
	line-height: 44px;
}
/*--------------------------------------------------------------
# HOME FEATURE
--------------------------------------------------------------*/
img.tag {
	height: 32px;
}

.graphics {
  width: 290px;
  bottom: 57px;
}

.set-5 .logos, .set-3 .logos {
	bottom: 57px;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
li.menu-item a, .nv-wrap a {
  font-size: 42px;
  line-height: 37px;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer {
	margin-bottom: 70px;
}
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
.news h2 {
  width: 400px;
}

#cm_embed_signup input,
#cm_embed_signup button {
	font-size: 44px!important;
	line-height: 44px;
}

#cm_embed_signup button {
	height: 34px!important;
}

.news div#cm_embed_signup {
	bottom: 90px;
}

.gigs a, .bar a {
    font-size: 40px;
    line-height: 40px;
	}
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
.sml-book {
	top: 16px;
}

.sml-book a {
  font-size: 19px;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
.big-book a {
  font-family: 'mandrel-normal', serif;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
}

.nav-prev a, .nav-next a {
  font-size: 46px;
  line-height: 44px;
}
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
.entry-content .main p {
  font-size: 46px;
	line-height: 46px;
}
/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
.contact-deets, .contact-deets span, .contact-deets a {
	font-size: 46px;
	line-height: 44px;
}

.c-j-wrap {
	height: 46px;
}

input, textarea, .wpcf7 label {
	font-size: 46px;
	line-height: 48px;
}
}
