/* Text */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300,300italic,400italic,700italic);

body {
	font-family: 'Open Sans', sans-serif;
}

.nav__link {
	font-size: 24px;
	text-transform: uppercase;
}
.nav__link, .post__title, .archive__title {
	font-weight: 700;
}
p {
	font-weight: 400;
}
.post__title, .archive__title {
	text-align: center;
}
h2 {
	font-size: 36px;
}

.nav__link, h3  {
	line-height: 30px !important;
}
h1, h2 {
	line-height: 45px !important;
}

.links-external {
	list-style-type: none;
	list-style-image: url('../img/list-arrow-black.png');
	margin-left: 23px;
  	padding: 0;
}
.links-external-lead {
	list-style-type: none;
	list-style-image: url('../img/list-arrow-black-large.png');
	margin-left: 23px;
  	padding: 0;
}
.links-external-white {
	list-style-type: none;
	list-style-image: url('../img/list-arrow-white.png');
	margin-left: 23px;
  	padding: 0;
}

.page-nav {
	/*font-weight: 300;*/
	font-size: 21px;
}

.carousel-control {
	font-size: 24px;
}

.image-credit {
	text-align: center;
}

/* Colours */

.home, .artists, .single-artist {
	background-color: #d84f69;
}
.post-type-archive-release, .single-release, .releases {
	background-color: #6bbe51;
}
.post-type-archive-event, .single-event, .events {
	background-color: #508dd9;
}
.page, .about {
	background-color: #fa9d23;
}
.navbar--la {
	background-color: #16080a;
}
h3, .extra {
	background-color: #747071;
}
.icon-bar,
.post__text,
.white {
	background-color: #fff8fa;
}

body {
	color: #16080a;
}

.info {
	color: #747071;
}
hr {
	border-top-color: #e5dedf;
}

.icon-bar,
.archive__link,
.post__title,
.nav__link,
.image-credit {
	color: #fff8fa;
}

a,
a:hover,
a:focus {
	color: #fff8fa;
}

.post__text a,
.post__text a:hover,
.post__text a:focus {
	color: #508dd9;
}

.archive__title {
  background-color: rgba(22,8,10,0.5);
}

/* Layout */

.home {
	height: 100%;
}
.splash-container {
	max-height: 75%;
	overflow: hidden;
	position: relative;
}
.splash-video {
	margin-bottom: -5px;
	width: 100%;
	height: auto;
}

.navbar--la {
	margin-bottom: 0;
	border-radius: 0;
	border:0;
}
.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-collapse {
	border: 0;
}

.facebook, .twitter, .soundcloud {
	height: 60px;
}
.la-navbar-brand > a {
	display: inline-block;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
}

.la-navbar-brand img {
	position: relative;
	top: -1px;
	height: 30px;
	z-index: 1;
}
@media (min-width: 768px) {
	.la-navbar-brand img {
		height: 90px;
	}
	.la-navbar-brand {
		max-height: 60px;
	}
}

.navbar-toggle .icon-bar {
	width: 30px;
	height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}

p {
	margin: 0;
}
p + p {
	margin-top: 15px;
}
h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

.first, .page-nav {
		margin-top: 15px;
		margin-bottom: 15px;
}
@media( min-width: 768px ) {
	.first {
		margin-top: 60px;
	}
}
@media( min-width: 992px ) {
	.page-nav {
		margin-top: 60px;
	}
}

.archive__inner {
	padding-left: 0;
	padding-right: 0;
}

.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post__title {
	padding: 15px;
	margin-left:-15px;
	margin-right: -15px;
	margin-top: 0;
	margin-bottom: 0;
}

.post__text {
	padding: 15px;
}

hr {	
	margin-top: 15px;
	margin-bottom: 15px;
}

.archive__title {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 15px;
}
.archive__title {	
  width: 100%;
}

@media( min-width: 992px ) {
	.container--md-offset {
		margin-left: 25%;
		width: 75%;
	}
}

.links-external {
	margin-top: 15px;
	margin-bottom: 0;
}

.carousel-control.right {
	padding-right: 30px;
}

.image-credit {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.img-responsive {
	width: 100%;
}

.h1 {
	margin: 0;
}

/* Effects */

.hvr-grow .fa,
.hvr-grow img {
  display: inline-block;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover .fa,
.hvr-grow:hover img,
.hvr-grow:focus .fa,
.hvr-grow:focus img,
.hvr-grow:active .fa,
.hvr-grow:active img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background-color: transparent;
	text-decoration: underline;
}

@media( min-width: 768px ) {
	.archive__title {
		visibility: hidden;
	}
	.archive__inner:hover .archive__title {
		visibility: visible;
	}
}
.archive__inner:hover .archive__title {
	text-decoration: underline;
}

/**/

.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}