/*
Theme Name:   Spark Records
Theme URI:    
Author:       JW
*/






/* ==============================================================================
	CSS RESET
============================================================================= */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,  dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody ,tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}









/* ==============================================================================
	GENERAL
============================================================================= */

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-size: 16px;
	font-family:'Manrope', sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	height:100%;
	background:#f1f1f1;
	padding-top:7.25rem;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	display: block;
	outline:none;
	text-decoration: none;
}

a:hover,
a:focus {

}







/* ==============================================================================
	WORDPRESS
============================================================================= */

p > img {
  display: inline-block;
}

img.aligncenter {
  display: block; margin: 0 auto;
}

img.alignleft {
  float: left;
  margin-right: 1em;
}

img.alignright {
  float: right;
  margin-left: 15px;
}




/* ==============================================================================
	FONTS & TEXT
============================================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope';
    color: #000000;
	font-weight: 600;
}

h1 {
    font-size:3.125rem;
	line-height: 3.875rem;
	margin-bottom:1rem;
}

h1 span {
	font-weight:400;
}

h2 {
	font-size:3.125rem;
	line-height: 3.875rem;
	margin-bottom:1rem;
}

h3 {
    font-size: 2rem;
	line-height:2.75rem;
}

h4 {
	font-size:1.125rem;
	font-weight:600;
}

p, li {
	font-size:1rem;
	color:#000000;
	font-weight:400;
	line-height:1.75rem;
}

p > a {
	display: inline;
	color:#000000;
	text-decoration: underline;

p > a:hover {
	color:#555555;
}

strong {
}
	font-weight:bold;
}

em {
	font-style:italic;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.white {
	color:#ffffff;
}


/* ==============================================================================
	6. NAVIGATION
============================================================================= */
#navigation .logo {
	width:6.25rem;
	height:auto;
}

#navigation .logo img {
	width:100%;
	height:auto;
	transform:translate(0, 1.5rem);
}

#navigation {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:.5rem 0;
	background:transparent;
	z-index:99;
	background:#f1f1f1;
}

#navigation .navigation-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.navbar-toggle {
	display:none;
}

.navigation-left {
	position:relative;
	flex:0 0 33.3333%;
}

.navigation-center {
	position:relative;
	flex:0 0 33.3333%;
	display:flex;
	justify-content: center;
}

.navigation-right {
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-flex:0;
	position:relative;
	flex:0 0 33.3333%;
}

.extra-menu {
	display:flex;
}

.extra-menu a {
	font-size:.875rem;
	color:#000000;
	margin-right:1rem;
}

nav.header-nav {
	opacity:1;
	visibility:hidden;
	background: transparent;
	position:absolute;
	top: 3.125rem;
	right: 0;
	width:13rem;
}
	
.nav-open nav.header-nav {
	opacity:1;
	visibility:visible;
}

nav.header-nav ul {
	width:auto;
	background:transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;

}

nav.header-nav ul li {
	display:block;
	text-align:right; 
}

.navbar-toggle {
	display:block;
	position:relative;
	height:1rem;
	width:1.875rem;
	margin-left:2rem;
	outline:none;
	-webkit-appearance: none;
	border:0;
	padding:0;
	background:transparent;
	z-index:999;
}

.navbar-toggle:focus,
.navbar-toggle:active {
	outline:none;
	background:transparent;
}

.navbar-toggle .icon-bar {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	position:absolute;
	width:1.75rem;
	height:3px;
	background:#000000;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
		transform-origin: center center;
	outline:none;
}

.navbar-toggle span:nth-child(1) {
	top:0;
}

.navbar-toggle span:nth-child(2) {
	top:7px;
}

.navbar-toggle span:nth-child(3) {
	top:14px;
}
	
.navbar-toggle.active span:nth-of-type(1) { 
	-webkit-transform: translate(0, 9px) rotate(45deg); 
	-ms-transform: translate(0, 8px) rotate(45deg); 
		transform: translate(0, 8px) rotate(45deg);
}

.navbar-toggle.active span:nth-of-type(2) { 
	opacity: 0;
}

.navbar-toggle.active span:nth-of-type(3) { 
	-webkit-transform: translate(0, -6px) rotate(-45deg); 
	-ms-transform: translate(0, -6px) rotate(-45deg); 
		transform: translate(0, -6px) rotate(-45deg); 
}


nav.header-nav ul li {
	text-align:right;
}

nav.header-nav ul li a {
	display:inline-block;
}

nav.header-nav ul li a,
#navigation.scroll nav.header-nav ul li a {
	font-size:1.75rem;
	font-weight:400;
	padding:0;
	border:none;
	color:#f1f1f1;
	background:#000000;
	line-height:2.75rem;
	padding:0 .625rem;
}

#navigation.scroll nav.header-nav ul li:hover a,
#navigation.scroll nav.header-nav ul li a:hover,
nav.header-nav li a:hover, 
nav.header-nav li:hover a, 
nav.header-nav li.current-menu-item a, 
nav.header-nav li.current-page-ancestor a {
	color:#000000;
	background:#f1f1f1;
	border:none;
}


/* ==============================================================================
	HOME
============================================================================= */

.slider {
	width:100%;
	height:25rem;
}

.slick-list,
.slick-track {
	height:100%;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

.slick-dots li {
	margin: 0 0.25rem;
}
	
.slick-dots	button {
	display: block;
	width: .75rem;
	height: .75rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #999999;
	text-indent: -9999px;
}
	
.slick-dots	li.slick-active button {
	background-color: #666666;
}

.image-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.image-container .image-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.image-container .image-inner > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}


/* ==============================================================================
	SECTIONS
============================================================================= */

#about {
	margin-top:5rem;
}

#about p {
	margin-bottom:1.5rem;
}

#artists,
#tourdates,
#insta {
	margin-top:5rem;
}

.artist .image-container .image-inner > img {
	transition:all .25s ease-in-out;
}

.artist:hover .image-container .image-inner > img {
	transform:scale(1.1);
}

.artist .image-container {
	height:253px;
}

.artist h4 {
	display:block;
	margin:.625rem 0 2rem 0;
}



.agenda__item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
		-ms-flex-align:start;
			align-items:flex-start;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	padding:1rem 0;
}

.item-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.agenda__item span {
	font-size:1;
	font-weight:400;
	color:#000000;
}

footer {
	padding:2rem 0;
	background:#000000;
}

footer p, 
footer a {
	color:#ffffff;
}

footer p strong {
	font-weight:600;
}

footer a {
	display:inline;
	margin:0 .5rem;
	text-align:right;
}

#artist-detail {
	padding:5rem 0;
}

#artist-detail p {
	margin-bottom:1.5rem;
}

#artist-detail .image-container {
	height:25rem;
}

.links {
	display:flex;
	margin-top:1rem;
}

.links a {
	color:#000000;
	margin-right:.625rem;
}

.links a.btn {
	background:#000000;
	color:#f1f1f1;
	font-size:.75rem;
	font-weight:600;
	padding:0 .375rem;
	line-height:1.5;
}

.links.right {
	justify-content: flex-end;
}

.links.right a {
	text-align:right;
	margin-right:0;
	margin-left:.625rem;
}


/* ==============================================================================
	MEDIA QUERIES
============================================================================= */

@media screen and (max-width: 54em) {

	.slider {
		height:18rem;
	}
	
	footer p {
		text-align: center;
		margin-bottom:1rem;
	}

	footer a {
		text-align:center;
	}
	
	footer .right {
		text-align:center;
	}
	
	.agenda__datetime span {
		font-weight:600;
	}
	
	.agenda__item span {
		line-height:1.5;
	}
	
	.agenda__item {
		border-bottom:1px solid #d1d1d1;
	}
	
	.item-wrap {
		flex:0 0 50% !important;
	}
	
	#artist-detail .box-md-4 {
		margin-top:2rem;
	}
	
}


@media screen and (max-width: 38em) {

	.navigation-left {
		flex:0;
	}
	
	.navigation-center {
		flex:0;
	}
	
	.navigation-right {
		flex:0;
		margin-left:auto;
	}
	
	#navigation .navigation-inner {
		justify-content: flex-start;
	}
	
	.slider {
		height:10rem;
	}
	
	h1, h2 {
		font-size:2rem;
		line-height:2.75rem;
	}
	
	h4 {
		font-size:.875rem;
	}
	
	.artist .image-container {
		height:200px;
	}
	
	#artist-detail {
		padding: 3.125rem 0;
	}
	
	#artist-detail .image-container {
		height:12rem;
	}
	
	footer p {
		font-size:.875rem;
	}

}


