/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:90.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/*------------------------------------*\
    Background
\*------------------------------------*/
.jet-bg-overlay {
background-image: url(assets/img/bg1.jpg);
}

.jet-bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
    opacity: .7; 
  }

.jet-bg-overlay {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -10;
    position: fixed;
    top: 0;
    left: 0;
}

.jet-pattern-overlay {
width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(assets/img/bg_pattern.png);
    z-index: -9;
}

.jet-bg-overlay-2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
}

.jet-bg-overlay-2 {
background-image: url(assets/img/bg2.jpg);
}



.jet-bg-overlay-3 {
  /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
background-image: url(assets/img/bg3.jpg);
}

h2.jet-section-title {
    margin-top: 20px;
}
h2.jet2-section-title {
    margin-top: 40px;
      border-left: 3px solid #dd3645;
    padding-left: 11px;
}

.jet-slider-container {
	margin-top: 30px;
}
.jet-slider-control {
    width: 100%;
}

.jet-num {
	position: absolute;
    width: 36px;
    padding: 2px;
    padding-left: 10px;
    display: block;
    background: #dd3645;
    font-size: 14px;
}

img.jet-img {
    padding: 5px;
    border: 2px dotted #ffffff;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
h3.jet-product-title {
    margin-top: 11px;
}
/* header */
.header {
min-height: 600px;
}
.jet-header-section {
color:#fff;
}
.jet-head-box {
    position: relative;
    top: 154px;
    z-index: 20px;
    height: 400px;
}
.jet-head-box h2 {
    font-family: 'Anton', sans-serif;
    font-size: 8em;
    position: relative;
    top: 80px;
    text-transform: uppercase;
}
.jet-head-box h5.subheading {
	font-family: 'Roboto', sans-serif;
    font-size: 2em;
    position: relative;
    top: 68px;
    text-transform: uppercase;
}
.jet-title-wrap {
	width: 100%;
	height: 200px;
}

/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
.bg-jet-dark {
background-color: #181819;
}
a.navbar-brand {
font-family: 'Anton', sans-serif;
font-size: 24px;
}

.jet-life-first-list-head {
font-family: 'Anton', sans-serif;
}

ul.jet-menu-list > li {
font-family: 'Anton', sans-serif;
font-size:14px;
}

/* first Section */
.jet-first-section {
background-color: #181819;
color:#fff;
width: 100%;
min-height: 400px;
padding-bottom: 50px;
}

.jet-card-video {
margin:5px;
margin-top: 30px;

}
h3.jet-vid-h-artist {
    margin-top: 9px;
    font-size: 15px;
}
.jet-vid-h-track {
	margin-top: 9px;
    font-size: 15px;
}

.jet-card-video img {
	width: 100%;
}

.jet-fl-left {
float:left;
}

.jet-fl-right {
float:right;
}

/* Second Section */

.jet-second-section {
color: #fff;
width: 100%;
min-height: 440px;
padding-bottom: 50px;
}

.broken-white {
	background-color:#eaeaea;
}

/* Artist Section */
.jet-gradient-head {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#181819+0,181819+34,181819+100&0+1,1+100 */
background: -moz-linear-gradient(top, rgba(24,24,25,0) 0%, rgba(24,24,25,0) 1%, rgba(24,24,25,0.33) 34%, rgba(24,24,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(24,24,25,0) 0%,rgba(24,24,25,0) 1%,rgba(24,24,25,0.33) 34%,rgba(24,24,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(24,24,25,0) 0%,rgba(24,24,25,0) 1%,rgba(24,24,25,0.33) 34%,rgba(24,24,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00181819', endColorstr='#181819',GradientType=0 ); /* IE6-9 */
min-height: 400px;
margin-top: 400px;
}

.jet-artist-section {
background-color: #181819;
width: 100%;
min-height: 440px;
padding-bottom: 50px;
}

.broken-white {
    background-color:#eaeaea;
}


/* List */
ul.jet-life-first-list-head {
    list-style: none;
    height: 20px;
    text-align: center;
}
ul.jet-life-first-list-head li {
float: left;
    width: 33.33%;
    font-size: 18px;
    margin-top: 33px;
    margin-bottom: -5px;
}

ul.jet-life-first-list-head li>a.active {
color: #fff;
border-left:3px solid #dc3545;
padding-left:15px;
}

ul.jet-life-first-list-head li > a {
color:#fff;
text-decoration: none;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

.jet-news-details-wrapper h2 {
color: #444;
}

.jet-news-details-wrapper p {
color: #444;
}

.jet-news-holder {
	margin-bottom: 30px;
}

.footer-overlay {
background-color: rgba(0,0,0,0.9);
position: absolute;
width: 100%;
height: 100%;
}

.inner-footer {
width: 100%;
    height: 250px;
    background-attachment: fixed;
    background-position: center 519px;
    background-repeat: no-repeat;
    background-size: 100% contain;
background-image: url(assets/img/bg4.jpg);
position: absolute;

}

.footer-copy-text p {
    margin-top: 50px;
    color: #fff;
    position: relative;
    font-size: 16px;
}


.footer-space {
    width: 100%;
    height: 52px;
}
/*------------------------------------*\
    button
\*------------------------------------*/

.btn-jet {
	background-color: #b33838;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/




/*------------------------------------*\
    News Card
\*------------------------------------*/
.space {
width: 100%;
height: 20px;
}

.jet-news-card-h2-title h2 {
	color:#444;
    border-left: 3px solid #dd3645;
    padding-left: 11px;
}

.jet-news-card {
float:left;
padding:5px;
}

.jet-3x {
width: 33.3%;
}

.jet-one-fourth {
width: 25%;
}

.jet-half {
width: 50%;
}

.jet-news-card .jet-half>.jet-news-card-title>h2 {
font-size: 20px;
}

.jet-news-card-details {

}

.jet-news-card-title {

}

.jet-news-card-title h2 {
font-size: 1.5em;
color: #555;
margin-top: 10px;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}


/*------------------------------------*\
    Nieuws page
\*------------------------------------*/
.jet-news-container {
    padding: 17px;
    padding-top: 33px;
    background-color: #fff;
}

a.btn.btn-jet-more {
    background-color: #e40a0a;
}

.jet-news-holder {
border-bottom: 1px dotted #999;
}

.jet-news-details-wrapper h2 {
font-size: 1.9em;
    line-height: 35px;
}

.jet-news-details-wrapper {
    height: auto;
    margin-bottom: 11px;
}

.jet-news-details-wrapper p {
overflow: hidden;
    height: 114px;
    text-overflow: ellipsis;
    display: block;
    line-height: 16px;
    font-size: 13px;
}

span.jet-news-details-stats {
    margin-top: -13px;
    display: block;
}

.jet-news-details-stats>ul{
	    list-style: none;
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;

}

.jet-news-details-stats>ul>li {
	float: left;
    width: 40.33%;
    color:#999;
}

.jet-search-holder {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e2e2e2;
}
input.search-input {
  width: 80%;
    float: left;
    height: 38px;
    padding: 13px;
    color: #929090;
}
.jet-search-btn {
    height: 38px;
    width: 20%;
    background-color:#333;
    color: #fff;
    border: none;
}

.jet-recent-post-holder {
    margin-top: 20px;
}

.jet-recent-post-header {
    width: 100%;
    /* height: 30px; */
    background-color: #333;
    padding: 12px;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    font-family: 'Anton', sans-serif;
}

.jet-recent-post-content {
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-top:none;
}

.jet-recent-post-list {
    padding: 10px;
}

.jet-recent-post-list>ul {
    color: #333;
    list-style: none;
    padding: 0px;
}

.jet-recent-post-list>ul>li>a:hover {
color: #e40a0a;
text-decoration: none;
}

.jet-recent-post-list>ul>li>a {
color: #333;
font-family: 'Roboto', sans-serif;
}

.jet-recent-post-list>ul>li {
    height: auto;
    border-bottom: 1px solid #ececec;
    padding: 10px;
}

.jet-recent-video-holder {

}

.jet-recent-video-header {
    width: 100%;
    /* height: 30px; */
    background-color: #333;
    padding: 12px;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    font-family: 'Anton', sans-serif;
}

.jet-recent-video-content {
    width: 100%;
    min-height: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-top:none;
}

.jet-social-holder {
margin-bottom: 20px;
}

.jet-social-header {
    width: 100%;
    /* height: 30px; */
    background-color: #333;
    padding: 12px;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    font-family: 'Anton', sans-serif;
}

.jet-social-content {
    width: 100%;
    min-height: auto;
    background-color: #fff;
    color: #8c8c8c;
    border: 1px solid #e2e2e2;
    border-top:none;
}

.jet-video-container>a>span {
    display: block;
    background: url(assets/img/video_thumb_bg.png) center 4px no-repeat;
    text-align: center;
    padding: 48px 10px 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    font-size: 1.2em;
    /* margin-top: -23px; */
}
i.fa.fa-2x.fa-spotify.jet-spotify {
    color: #30d23f;
}

i.fa.fa-2x.fa-facebook.jet-facebook {
    color: #527cd0;
}
i.fa.fa-2x.fa-youtube.jet-yt {
    color: #f35959;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

span.jet-product-price {
    display: block;
    width: 100px;
    float: left;
    height: 40px;
    line-height: 36px;
    font-size: 22px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
