/*
Theme Name: LDBK
Author: Digital Park
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =General
-------------------------------------------------------------- */

body {
	font: normal .8em/1.6em "ff-tisa-web-pro",serif;
	line-height: 1em;
	font-weight: 300;
	font-style: normal;
	color: #333;
	background-color: #fafafa;
	overflow-y: scroll;
	letter-spacing: .05em;
}

h1 {
	font-family: 'lust-display', sans-serif;
	font-size: 4.8em;
	line-height: 1em;
	font-weight: 300;
	margin-bottom: 60px;
}

h2 {
	font-size: 2em;
	line-height: 1.4em;
	font-weight: 100;
	margin-bottom: 30px;
	text-transform: uppercase;
}

h3 {
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: 40px;
}

h4 {
	font-family: 'proxima-nova', Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h5 {
	font-family: 'proxima-nova', Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #999;
	margin-bottom: 40px;
	margin-top: -30px;
}

p {	
	margin-bottom: 30px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #888;
}

blockquote {
	width: 100%;
	display: inline-block;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
}

blockquote p{
	font-size: 2.4em;
	line-height: 1.4em;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #333;
}

a {
	color: #333;
}

a:hover{
	color: #2FC1E1;
}

strong, b {
	font-weight: bold;
	color: #333;
}

::selection {
	background: #2FC1E1; /* Safari */
}

::-moz-selection {
	background: #2FC1E1; /* Firefox */
}

img{
	vertical-align: top;
}


*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#content ul{
	margin: 0px 0px 40px 0px;
}

#content ul li{
	display: block;
	font-size: 1em;
	line-height: 1.8em;
	padding-left: 20px;
	list-style: disc;
	background: transparent url("images/bullets.png") no-repeat 0px 8px;
}

/* =Main
-------------------------------------------------------------- */

#header{
	position: fixed;
	width: 200px;
	height: 100%;
	z-index: 20;
	top: 0px;
	background-color: #fff;
	border-right: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#main{
	margin: 0 auto;
	width: calc(100% - 200px);
	float: right;
	overflow: hidden;
}

.home #main,
.single #main{
	margin-top: 46%;
}

.home #main{
	margin-top: 0;
}

#container{
	width: 100%;
	max-width: 1440px;
	display: inline-block;
	margin: 0 auto;
	padding: 80px 0px 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.home #container,
.single #container{
	padding: 0px;
}

.single .entry-title{
	margin-top: 60px;

}

#primary-wrapper{
	width: 100%;
	display: inline-block;
	background: #333;
	text-align: center;
	vertical-align: top;
}

#primary{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	padding: 40px;
	padding-left: 25%;
	padding-right: 25%;
	color: #888;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent url("images/speaker.jpg") repeat  center center;
	background-size: 320px;
}

#footer{
	width: 200px;
	position: fixed;
	z-index: 90;
	float: left;
	bottom: 0px;
}

/* =Header
-------------------------------------------------------------- */

#logo{
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

#logo img{
	width: 100%;
	height: auto;
}

.menu-icon{
	width: 40px;
	height: 40px;
	padding: 5px 0px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 20;
	display: none;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.menu-icon:hover{
	cursor: pointer;
	border: 1px solid #333;
}

.menu-icon.active{
	border: 1px solid #333;
}

.menu li{
	display: block;
	text-align: left;
}

.menu li a{
	width: 100%;
	display: block;
	color: #999;
	font-size: 1em;
	font-weight: 500;
	border-top: 1px solid #ddd;
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.menu li:last-child a{
	border-bottom: 1px solid #ddd;
}

.menu li.current-menu-item a:hover,
.menu li a:hover{
	color: #fff;
	background-color: #333;
}

.menu li.current-menu-item a{
	color: #2FC1E1;
} 


/* =Home
-------------------------------------------------------------- */

.section{
	width: 100%;
	float: left;
	padding: 40px 0px;
	position:relative;
}

.square-box{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
}

.col-2{
	width: 49%;
	float: left;
	margin: .5%;
	margin-bottom: 20px;
}

.col-2:nth-child(even){
	float: right;
}

.col-4{
	width: 24%;
	margin: .5%;
	float: left;
	background-color: white;
}

.col-4 p{
	font-size: 1em;
	margin: 0;
}

.col-4 h3{
	margin-bottom: 10px;
}


/*POSE*/

.page-id-2150 #container{
	padding-top: 20px;
}

.page-id-2150 .entry-title{
	display: none;
}

.pose .post{
	background-color: transparent;
	padding-left: 25%;
	padding-right: 25%;
	padding-bottom: 20px;
	text-align: center;
}

.pose .post .col-2{
	margin: 0px 0px 40px 0px;
	text-align: left;
}

.pose .post p{
	width: 100%;
	display: inline-block;
	text-align: left;
	font-size: 1.2em;
}

.pose ul li a{
	text-decoration: none;
	opacity: .6;
	font-size: 1em;
	display: inline-block;
	padding: 7px 0px;
}

.pose .post .ul li a:hover{
	text-decoration: underline;
	opacity: 1;
}

.pose .post ul{
	margin-bottom: 20px;
}

.pose .post ul li:before{
	content: "";
	width: 18px;
	height: 18px;
	margin: 4px 8px 4px 0px;
	display: inline-block;
	vertical-align: top;
}

.pose .post ul li.apple:before{
	background: transparent url("images/icons/apple.png") no-repeat center center;
	background-size: 16px;
}

.pose .post ul li.google:before{
	background: transparent url("images/icons/google.png") no-repeat center center;
	background-size: 16px;
}

.pose .post ul li.youtube:before{
	background: transparent url("images/icons/youtube.png") no-repeat center center;
	background-size: 16px;
}

.pose .post ul li.spotify:before{
	background: transparent url("images/icons/spotify.png") no-repeat center center;
	background-size: 16px;
}

.pose .post ul li.mixcloud:before{
	background: transparent url("images/icons/mixcloud.png") no-repeat center center;
	background-size: 16px;
}

.pose .post ul li.rss:before{
	background: transparent url("images/icons/rss.png") no-repeat center center;
	background-size: 16px;
}

/*HOME COVER*/

.home .cover{
	float: left;
	overflow: hidden;
	width: 50%;
	margin: 0;
	height: 0;
  	padding-top: 48.5%;
	position: relative;
	background-color: black;
}

.home .cover:nth-child(1){
	width: 100%;
	margin: 0;
	padding-top: 56.25%;
}

.inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-size: cover;
	background-position: center center;
	transform: scale(1, 1);
	transition: transform 0.4s;
}

.home .cover:hover .inner{
	transform: scale(1.05, 1.05);
}

.home .cover > a.post{
	display: block;
	padding: 0 !important;
}

.home .cover .post{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

.home .cover .entry-content{
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 0px 20px;

}

.home .cover:nth-child(1) .entry-content{
	padding-left: 25%;
	padding-right: 25%;
}

.home .cover h1{
	margin-bottom: 5px !important;
}


.home .cover p,
.home .cover h1{
	color: white;
	text-align: center;
}

.home .cover p{
	width: 100%;
	display: inline-block;
	line-height: 1.6em;
	font-size: 1em;
}

.home .cover .continue{
	width: 240px;
	color: white;
	margin-top: 20px;
	display: block;
	background-color: transparent;
	border: 2px solid rgba(255,255,255,.5);
}

.home .cover .continue:hover{
	color: #333;
	background-color: white;
	border: 2px solid white;
}

/*COVER*/

.cover{
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: left;
	padding-bottom: 40px;
	background-size: cover;
	background-position: top center; 
}

.cover-bg p{
	margin: 0;
	padding: 0;
}

.cover-bg img{
	width: calc(100% - 200px);
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	height: auto;
	margin: 0 auto;
}

/*SUPPORT*/

.section.support{
	padding-bottom: 40px;
	z-index: 0;
}

.section.support .post{
	background: transparent;
	padding-right: 25%;
	padding-left: 25%;
}

.section.support h2{
	margin: 0;
}

/*MIXES*/

.section.mixes{
	padding: .5%;
	display: inline-flex;
	align-items: stretch;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.section.mixes .col-4 p{
	padding: 0px 20px 20px 20px ;
	text-align: left;
}

.section.mixes .col-4 p:first-child{
	padding: 0px;
	margin-bottom: 10px;
}

.section.mixes .col-4 iframe{
	min-height: 320px;
}



/* =Post
-------------------------------------------------------------- */

.post{
	width: 100%;
	padding: 0px 40px;
	float: left;
	text-align: left;
	background-color: #fafafa;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.post img{
	width: 100%;
	height: auto;
	vertical-align: top;
	display: inline-block;
}

.entry-content img.alignnone{
	width: 160%;
	height: auto;
	margin-left: -30%;
	vertical-align: top;
	display: inline-block;
}

.entry-content img.alignleft{
	width: 45%;
	height: auto;
	margin: 0px;
	float: left;
	margin: 10px 40px 40px 0px;
}

.entry-content img.aligncenter{
	width: 100%;
	height: auto;
	margin: 0px;
}

.type-page,
.post{
	padding-left: 20%;
	padding-right: 20%;
}

.column-group{
	margin-top: -40px;
}

.column{
	border-top: 8px solid #333;
	margin: 40px 20px 0px 0px !important;
	padding: 20px 20px 0px 0px !important;
}

.column p{
	margin-bottom: 20px;
	font-size: 1em;
}

.entry-content{
	text-align: left;
}

.loader{
	top: 50% !important;
	left: 50% !important;
	position: fixed !important;
	z-index: 50 !important;
	margin-top: -50px;
	margin-left: 70px;
}

.error{
	position: fixed !important;
	z-index: 50 !important;
	top: 50% !important;
	left: 50% !important;
	margin-left: -150px !important;
	margin-top: -25px !important;
	width: 300px !important;
	height: 50px !important;
	text-align: center !important;
}

.entry-meta,
.entry-utility{
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 20px 0px;
	color: #999;
	font-size: 1em;
	line-height: 1.4em;
	border-top: 3px solid #000;
}

.entry-meta a,
.entry-utility a{
	color: #999;
}

#nav-above{
	display: none;
}


.page-title,
.entry-title{
	width: 100%;
	display: inline-block;
	text-align: center;
}

.continue{
	min-width: 240px;
	display: inline-block;
	font-size: .85em;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	border: 2px solid #ddd;
	color: #999;
	padding: 16px 24px 18px 24px;
	margin: 0 auto;
	border-radius: 60px;
}

.continue:hover{
	border: 2px solid #333;
	color: #333;
	background-color: white;
}

.addthis_toolbox{
	width: 100%;
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #ddd;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 40px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.addthis_32x32_style .addthis_counter.addthis_bubble_style{
	width: 100px !important;
}

.fb-comments{
	border-bottom: 1px solid #ddd;
}


/* =last-posts
-------------------------------------------------------------- */

.alm-reveal{
	display: inline-flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.alm-load-more-btn{
	font: normal .85em/1em "ff-tisa-web-pro",serif;
	letter-spacing: .05em;
	min-width: 240px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	border: 0;
	padding: 18px 30px 20px 30px;
	margin: 0 auto;
	margin: 40px 0px;
	border-radius: 60px;
	color: white;
	background-color: #21B87A;
	-webkit-appearance: none;
	-moz-box-sizing: none;
	-o-appearance: none;
	appearance: none;
}

.alm-load-more-btn:hover{
	background-color: #333;
	cursor: pointer;
}

.alm-load-more-btn.done{
	display: none;
}

#last-posts{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}

#last-posts h2{
	margin-bottom: 20px;
	line-height: 1.2em;
}

#last-posts .post{
	width: 30.3%;
	float: left;
	margin: 0% 1.5%;
	padding: 30px 0px 0px 0px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#last-posts .post img{
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}

#last-posts .post p{
	color: #888;
	font-size: 1em;
	line-height: 1.6em;
}

.post h1 a,
#last-posts .post h2 a{
	text-decoration: none;
}

.post h1 a:hover,
#last-posts .post h2 a:hover{
	text-decoration: underline;
}

#last-posts .post .entry-title{
	text-align: left;
}

#last-posts .continue{
	width: 70%;
	min-width: auto;
	margin: 6% 15% 0% 15%;
}

/* =last-news
-------------------------------------------------------------- */

#last-news{
	padding: 0px 40px 40px 40px;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	position: relative;
	background-color: #fafafa;
}

.gradient{
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 40px;
	left: 0px;
	z-index: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,0)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=0 ); /* IE6-8 */
}

/* =Primary
-------------------------------------------------------------- */

#primary img{
	width: 100%;
	height: auto;

}

#primary,
#primary p,
#primary a {
	color: white;
}

#primary a {
	white-space: nowrap;
}

#primary p{
	color: #999;
}

#nav-below{
	width: 100%;
	max-width: 1024px;
	display: inline-block;
	padding-bottom: 30px;
}

#nav-below h3,
#nav-below h4{
	margin-bottom: 0px;
	line-height: 0;
}

.nav-previous{
	position: absolute;
	left: 40px;
	top: 55px;
	overflow: hidden;
	text-align: left;
}

.nav-next{
	position: absolute;
	right: 40px;
	top: 55px;
	overflow: hidden;
}

.nav-previous a{
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 30px;
	border: 1px solid #ddd;
	text-decoration: none;
	font-size: 1em;
	text-align: left;
	color: #333;
	white-space: nowrap;
	text-indent: 60px;
	background: #fff url("images/prev.png") no-repeat center center;
	border-radius: 60px;
	line-height: 0;
	overflow: hidden;
	-o-text-overflow: ellipsis;
  	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-next a{
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 30px;
	border: 1px solid #ddd;
	text-align: right;
	text-decoration: none;
	font-size: 1em;
	text-align: right;
	color: #333;
	white-space: nowrap;
	text-indent: 60px;
	background: #fff url("images/next.png") no-repeat center center;
	border-radius: 60px;
	line-height: 0;
	overflow: hidden;
	-o-text-overflow: ellipsis;
  	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-next:hover,
.nav-previous:hover{
	overflow: visible;
}


.nav-next a:hover,
.nav-previous a:hover{
	width: auto;
	text-indent: 0;
	padding: 30px 40px;
	background: none;
	background-color: #fff;
}

.blog .nav-previous{
	position: relative;
	float: left;
	top: 0px;
}

.blog .nav-next{
	position: relative;
	float: right;
	top: 0px;
}

.blog .nav-previous{
	left: 10px;
}

.blog .nav-next{
	right: 10px;
}

.title{
	white-space: nowrap;
}

.edit-link a{
	display: inline-block;
	margin-bottom: 40px;
}

/* =Categories
-------------------------------------------------------------- */

.category-name{
	position: absolute;
	width: 100%;
	top: 0px; 
	left: 0px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	padding: 5px 0px 10px 0px;
	text-transform: uppercase;
	display: inline-block;
	font-size: .8em;
}

.home .category-name,
.single .category-name{
	position: absolute;
	padding-left: 10px;
}

.home #last-posts .category-name{
	padding: 5px 0px;

}

.cover.art{
	background-color: #2FC1E1;
}

.cover.event{
	background-color: #d66e93;
}

.cover.marketing{
	background-color: #7d4a82;
}

.cover.music{
	background-color: #eacb5f;
}

.cover.release{
	background-color: #e67263;
}

.cover.tech{
	background-color: #323a47;
}

.cover.video{
	background-color: #bac4c5;
}


.category-art .category-name{
	border-top: 8px solid #2FC1E1;
	color: #2FC1E1;
}
.category-event .category-name{
	border-top: 8px solid #d66e93;
	color: #d66e93;
}
.category-marketing .category-name{
	border-top: 8px solid #7d4a82;
	color: #7d4a82;
}
.category-music .category-name{
	border-top: 8px solid #eacb5f;
	color: #eacb5f;	
}
.category-release .category-name{
	border-top: 8px solid #e67263;
	color: #e67263;
}

.category-tech .category-name{
	border-top: 8px solid #323a47;
	color: #323a47;
}
.category-video .category-name{
	border-top: 8px solid #bac4c5;
	color: #bac4c5;
}

.category-name:hover{
	text-decoration: underline;
}

/* =iframe
-------------------------------------------------------------- */

.arve-wrapper{
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	margin-bottom: 40px !important;
	padding: 0 !important
}


/* =Authors
-------------------------------------------------------------- */

#entry-author-info{
	width: 100%;
	max-width: 1024px;
	display: inline-block;
	text-align: center;
	padding-bottom: 40px;
}

.post #entry-author-info{
	border-top: 1px solid #ddd;
	padding: 40px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
}


#author-link{
	display: inline-block;
	margin: 40px 0px 20px 0px;
}

#author-avatar{
	width: 20%;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-bottom: 40px;
	display: inline-block;
}

#author-avatar img{
	vertical-align: top;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#author-description p{
	width: 100%;
	max-width: 680px;
	display: inline-block;
	font: normal 1.2em/1.6em "ff-tisa-web-pro",serif;
	margin: 0;
}

#author-description{
	width: 100%;
	margin: 0 auto
	display: inline-block;
}


#entry-author-info{
	text-align: center;
}


/* =Gallery
-------------------------------------------------------------- */

.ngg-galleryoverview {
	width: 166%!important;
	display: inline-block;
	position: relative;
	display: inline-block;
	margin: 60px 0px !important;
	margin-left: -33% !important;
}

.ngg-gallery-thumbnail-box {
	overflow: hidden;
	float: left;
	width: 33.3%;
	margin: 0 !important;
	height: auto;
}

.ngg-gallery-thumbnail  {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: #fff url('images/zoom.png') no-repeat center center;
	border: 0;
}

.ngg-gallery-thumbnail:hover  {
}

.ngg-gallery-thumbnail a img {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	opacity: 1;
	-webkit-transition: all 0.15s; 
	-moz-transition: all 0.15s; 
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.ngg-gallery-thumbnail a:hover img {
	opacity: .1;
}

#TB_prev{
	position: fixed!important;
	width: 10px !important;
	height: 10px !important;
	border-radius: 100%;
	padding: 30px;
	top: 45%;
	left: 10px;
	text-indent: -9999px;
	background: transparent url('images/prev.png') no-repeat center center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.15s; 
	-moz-transition: all 0.15s; 
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

#TB_next{
	position: fixed!important;
	width: 10px !important;
	height: 10px !important;
	border-radius: 100%;
	padding: 30px;
	top: 45%;
	right: 10px;
	text-indent: -9999px;
	background: transparent url('images/next.png') no-repeat center center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.15s; 
	-moz-transition: all 0.15s; 
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

#TB_next:hover,
#TB_prev:hover{
	cursor: pointer;
	border: 1px solid #888;
}

#TB_load img,
#TB_load{
	width: 16px!important;
	height: 16px!important;
	border: none!important;
	background: none!important;
	margin: 0px !important;
	padding: 0px !important;
}

#TB_Image{
	border: none !important;
	padding: 0px!important;
}

#TB_closeWindow a{
	width: 40px !important;
	height: 40px !important;
	position: fixed;
	top: 20px;
	right: 20px;
	background: url('images/close.png') no-repeat center center;
	-webkit-transition: all 0.15s; 
	-moz-transition: all 0.15s; 
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

#TB_closeWindow a:hover{
	-webkit-transform: rotate(-90deg);/* Agrandissement de la photo à l'échelle 1.4 et rotation de -10 degrés */
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#TB_caption{
	width: 100%;
	height: auto!important;
	padding-top: 20px;
	text-align: center;
	font-size: 1em;
	line-height: 1.4em;
	padding: 20px 0px!important;
}

.tb-close-icon{
	width: 16px!important;
	height: 16px!important;
	display: none!important;
}

.TB_overlayBG{
	background-color: #fff!important;
	opacity: 1 !important;
}

#TB_window{
	box-shadow: none !important;
	border: none !important;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_ltr{
	width: 100% !important;
}

#TB_closeWindowButton,
#TB_ImageOff .screen-reader-text{
	display: none;
}


/* =Footer
-------------------------------------------------------------- */

#network{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	text-align: left;
	border-top: 1px solid #ddd;
}

#network li{
	float: left;
	width: 25%;
	height: 50px;
	border-right: 1px solid #ddd;
}

#network li a{
	width: 100%;
	height: 50px;
	float: left;
	font-size: 1.8em;
	text-decoration: none;
	text-align: center;
	color: #ccc;
	padding: 14px 0px;
	overflow: hidden;
}

#network li.facebook a:hover{
	background-color: #204385;
	color: #fff;
}

#network li.instagram a:hover{
	background-color: #C92E93;
	background: rgb(161,64,179);
	background: -moz-linear-gradient(top, rgba(161,64,179,1) 0%, rgba(236,79,79,1) 100%);
	background: -webkit-linear-gradient(top, rgba(161,64,179,1) 0%,rgba(236,79,79,1) 100%);
	background: linear-gradient(to bottom, rgba(161,64,179,1) 0%,rgba(236,79,79,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a140b3', endColorstr='#ec4f4f',GradientType=0 );
	color: #fff;
}

#network li.spotify a{
	background: transparent url("images/icon-spotify.png") no-repeat  center 1px;
	background-size: 50px;
}

#network li.spotify a:hover{
	background: #37BB5D url("images/icon-spotify.png") no-repeat  center -50px;
	background-size: 50px;
}

#network li.mixcloud a{
	width: 100%;
	height: 50px;
	background: transparent url("images/icon-mixcloud.png") no-repeat  right 0px;
	background-size: 50px;
	padding: 20px 0px;
}

#network li.mixcloud a:hover{
	background: #344a5f url("images/icon-mixcloud.png") no-repeat  right -50px;
	background-size: 50px;
}

/*MENTIONS*/

#mentions{
	width: calc(100% - 200px);
	float: right;
	padding: 20px; 
	text-transform: uppercase;
	vertical-align: top;
	font-size: .85em;
	background-color: #fff;
	text-align: center;
}

#mentions li{
	display: inline-block;
	padding: 0px 10px;
	margin: 0 auto;
	border-right: 1px solid #888;
}

#mentions li a{
	color: #999;
	display: inline-block;
}

#mentions li a:hover{
	color: #333;
}

#mentions li:last-child{
	border-right: 0;
}


/*NEWSLETTER*/

.continue.newsletter{
	margin-bottom: 0px;
	border: 2px solid #333;
	background: transparent url("images/mail-icon.png") no-repeat  0px -4px;
	background-size: 60px;
	padding-left: 60px;
}

.continue.newsletter:hover{
	cursor: pointer;
	border: 2px solid white !important;
	background: transparent url("images/mail-icon.png") no-repeat  0px -4px !important;
	background-size: 60px !important;
	color: white !important;
}

#mc_embed_signup{
	width: 100%;
	padding-top: 40px;
}

#mc_embed_signup input{
	width: 100%;
	font-size: 1.2em;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	border: 0;
	border-radius: 3px;
	border: 2px solid #333;
	background-color: #222;
	color: #ddd;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


#mc_embed_signup .first_name,
#mc_embed_signup .last_name{
	width: 49%;
	float: left;
}

#mc_embed_signup .last_name{
	float: right;
}

#mc_embed_signup label{
	float: left;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.6em;
}

#mc_embed_signup  input#mc-embedded-subscribe{
	font: normal .85em/1em "ff-tisa-web-pro",serif;
	width: 260px;
	height: auto !important;
	background-color: #21B87A;
	border: 2px solid #21B87A;
	color: white;
	border-radius: 60px;
	padding: 18px 24px !important;
	letter-spacing: .05em;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-box-sizing: none;
	-o-appearance: none;
	appearance: none;
}

#mc-embedded-subscribe:hover{
	cursor: pointer;
}

#mc_embed_signup input:focus{
	background-color: #fff;
	border: 2px solid #fff;
	color: #333;
}

.required.mce_inline_error{
	border: 2px solid #EC4F4F !important;
}

div.mce_inline_error{
	background-color: transparent !important;
	color: #EC4F4F !important;
	text-transform: uppercase;
	margin-top: -10px !important;
}

#mce-error-response,
#mce-success-response{
	font-size: 1.2em;
}

/*GDPR*/

#cookie-law-info-bar{
	width: 100% !important;
	left: 0 !important;
	padding: 22px 80px 22px 22px !important;
	z-index: 1000 !important;
	color: #999 !important;
	font-size: 1em !important;
	text-align: left !important;
	border-right: 1px solid #ddd;
}

#cookie-law-info-bar p{
	font-size: 1em !important;
	margin-bottom: 5px !important;
	margin-right: 5px !important;
	display: inline-block !important;
}

#cookie-law-info-bar a{
	padding: 10px !important;
	text-align: center !important;
	text-decoration: none !important;
}

#cookie-law-info-bar a:hover{
	border: 1px solid #333 !important;
}

#cookie_action_close_header{
	border: 1px solid #333 !important;
	border-radius: 3px !important;
	text-transform: uppercase !important;
}

#cookie_action_close_header_reject,
.cli-plugin-main-link{
	background: transparent !important;
	border: 1px solid #ccc !important;
	border-radius: 3px !important;
	text-transform: uppercase !important;
	color: #333 !important;
}

#CONSTANT_OPEN_URL{
	font-weight: 300 !important;
	text-transform: uppercase !important;
	font-size: 11px !important;
	line-height: 1em !important;

}



/* =Posts social
-------------------------------------------------------------- */

.social{
	padding: 40px 0px;
}


/* =Media Queries
-------------------------------------------------------------- */

@media screen and (max-width:1280px) {
	
	#last-posts .post{
		width: 30%;
	}

	.pose .post{
		padding-left: 10%;
		padding-right: 10%;
	}

	.section.support .post{
		padding-right: 10%;
		padding-left: 10%;
	}

	#primary{
		padding-left: 10%;
		padding-right: 10%;
	}

}

@media screen and (max-width:960px) {

	.cover h1 {
		font-size: 2.4em;
	}

	#last-posts .post{
		width: 47%;
	}

	#player-controls li.more{
		width: 100%;
		position: relative;
		border-left: 0px;
		border-top: 1px solid #333;
		margin: 0px;
		right: 0px;
		padding-left: 20px;
		line-height: 1em;
	}

	#header{
		position: relative;
		width: 100%;
		height: auto;
		border: none;
	}

	#navigation {
		width: 100%;
		height: auto;
		position: relative;
		top: 0px;
		z-index: 10;
		overflow: hidden;
		background-color: #fff;
	}

	#navigation .menu {
		margin-top: 0px;
		-webkit-transition: all 0.25s; 
		-moz-transition: all 0.25s; 
		-o-transition: all 0.25s;
		transition: all 0.25s;
	}

	#navigation.hidden .menu {
		margin-top: -300px;
		-webkit-transition: all 0.25s; 
		-moz-transition: all 0.25s; 
		-o-transition: all 0.25s;
		transition: all 0.25s;
	}


	.menu-icon{
		display: block;
	}

	.menu li{
		width: 100%;
		display: block;
		text-align: left;
	}

	.menu li a{
		display: block;
		border: 0px;
		border-bottom: 1px solid  #ddd;
		background-color: #fff;
		text-align: left;
		font-size: 1.2em;
		line-height: 1em;
		padding: 20px;
	}

	#main{
		width: 100%;
		margin: 0px;
		z-index: 20;
	}

	.home #main,
	.single #main{
		margin: 0;
	}

	.cover-bg img{
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}

	.cover-bg p{
		margin-bottom: 0px;
	}

	#nav-below{
		padding: 20px 0px 40px 0px;
	}

	.type-page,
	.post{
		padding-left: 25px;
		padding-right: 25px;
	}

	.entry-content img{
		width: 160%;
	}

	h5 {
		margin-top: -15px;
	}

	.nav-previous{
		position: relative;
		top: 0px;
		left: 0px;
		width: 49%;
		display: inline-block;
	}

	.nav-next{
		position: relative;
		top: 0px;
		right: 0px;
		width: 49%;
		text-align: right;
		display: inline-block;
	}

	.ytccf li{
		width: 50% !important;
		padding: 0px !important;
	}

	#footer{
		width: 100%;
		height: auto;
		float: left;
		position: relative;
		background-color: #fff;
	}

	#network{
		border: 0;
	}

	#network li:last-child{
		border-right: 0;
	}

	#network li.mixcloud a{
		background: transparent url("images/icon-mixcloud.png") no-repeat  center 0px;
		background-size: 50px;
	}

	#network li.mixcloud a:hover{
		background: #344a5f url("images/icon-mixcloud.png") no-repeat  center -50px;
		background-size: 50px;
	}

	#mentions {
		width: 100%;
		border-top: 1px solid #ccc;
	}

	.error,
	.loader{
		height: auto !important;
		position: relative !important;
		display: inline-block !important;
		top: 0px !important;
		left: 0px !important;
		margin: 0px !important;
		text-align: center !important;
		padding: 160px 0px 160px 0px !important;
	}

	.ngg-galleryoverview {
		width: calc(100% + 114px) !important;
		margin-left: -56px !important;
	}

	.col-4{
		width: 49%;
	}

	.home .cover .entry-content{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.page-id-2150 #container{
		padding-top: 0px;
	}


	#cookie-law-info-bar p{
		display: block !important;
	}

	#cookie-law-info-bar span{
		display: block !important;
	}

	#cookie-law-info-bar a{
		width: 32.3% !important;
		margin: 15px 2px 0px 2px !important;
		float: left !important;
		padding: 10px !important;
	}

}

@media screen and (max-width:640px) {

	body{
		font: normal .7em/1.4em "ff-tisa-web-pro",serif;
	}

	p {	
		margin-bottom: 40px;
		font-size: 1.2em;
		line-height: 1.6em;
		margin-bottom: 20px;
	}

	blockquote p{
		font-size: 1.6em;
	}

	.cover-bg img{
		width: 100%;
		height: auto;
	}

	.section{
		padding: 20px 0px;
	}

	.col-2{
		width: 100%;
		float: left !important;
		margin: 0;
	}

	#container{
		padding: 60px 0px 20px 0px;
	}

	.single .post{
		padding: 25px !important;
	}

	.single .entry-title{
		margin-top: 40px;
	}

	#last-posts .post{
		width: calc(100% - 50px);
		margin-left: 25px;
		float: left;
		margin-bottom: 20px;
	}

	#last-posts .post img,
	.entry-content img{
		width: 100%;
	}

	#player-controls li.track{
		border-left: none;
	}

	#player-controls li.playlist-bt{
		width: 100%;
		border: 0px;
	}

	#player-controls li.more{
		display: none;
	}

	li.track{
		width: 100%;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
		text-align: center;
	}

	.playlist-bt a{
		width: 100%;
		text-align: center;
		display: none;
	}

	li.play,
	li.next-track,
	li.prev-track{
		width: 33.3%;
	}

	#entry-author-info{
		text-align: center;
	}

	#author-avatar{
		width: 50%;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
		display: inline-block;
	}

	#author-description{
		width: 100%;
	}

	#primary{
		padding: 30px 25px;
	}

	#primary .col-2 {
		margin-top: 10px;
	}

	.widget-container{
		width: 100% !important;
		height: auto;
	}

	.textwidget img{
		height: 180px !important;
	}

	.widget-title{
		text-align: center;
	}

	.ngg-galleryoverview {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.ngg-gallery-thumbnail-box {
		overflow: hidden;
		width: 50%;
		height: auto;
		margin: 0 !important;
	}

	.ytccf li{
		padding: 0px !important;
		width: 50% !important;
		height: 180px;
		line-height: .4em;
	}

	.ytccf li h5{
		line-height: 1.2em;
	}

	#radionomy{
		display: none;
	}

	.column-group{
		margin-top: 0px;
	}

	.column{
		width: 100% !important;
		padding: 20px 0px 0 0 !important;
		margin: 20px 0px 0 0 !important;
	}

	.square-box{
	    width: 100%;
	    margin-left: 0%;
	}

	.pose .post{
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 20px;
	}

	.pose .post .col-2{
		width: 50%;
	}

	.pose .post .col-2:nth-child(2){
		padding: 0px;
	}

	.pose .square-box{
	    width: 80%;
	    margin-left: 10%;
	}

	.section.support{
		padding-top: 20px;
	}

	.section.support .post{
		padding-right: 25px;
		padding-left: 25px;
	}

	.continue{
		padding: 18px 24px;
	}

	.section.mixes{
		padding: 0%;
	}

	.section.mixes .col-4{
		width: 50%;
		margin: 0;
	}

	.section.mixes .col-4 iframe{
		min-height: 200px;
	}

	.home .cover{
		width: 100%;
		padding-top: 100% !important;
	}

	.home .cover .post{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	#mc_embed_signup .first_name,
	#mc_embed_signup .last_name{
		width: 100%;
	}

}
