@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800&subset=latin-ext');

h2.custom-h2 {
	color:          red;
	font-family:    'Montserrat', sans-serif;
	font-weight:    600;
	text-transform: uppercase;
	font-size:      55px;
	margin-bottom:  20px;
}

h3.custom-h3 {
	color:          #FFFFFF;
	font-family:    'Montserrat', sans-serif;
	font-weight:    600;
	text-transform: uppercase;
	font-size:      36px;
}

h3.open-sans-title {
	font-size:      16px;
	font-family:    'Montserrat', sans-serif;
	text-align:     left;
	text-transform: uppercase;
	min-height:     85px;
	margin:         5px 0 0;
	line-height:    1.4;
	padding-bottom: 20px;
}

.read-more {
	float:          left;
	padding:        2px 30px;
	background:     red;
	color:          #FFFFFF !important;
	text-transform: uppercase;
	font-size:      12px;
}

.read-more:hover {
	opacity: .7;
}

.new-image {
	height:     280px;
	width:      100%;
	object-fit: cover;
}

.page-content.custom-background.bkg-border {
	padding:               160px;
	min-height:            400px;
	background-position:   center !important;
	background-attachment: fixed !important;
}

.page-content.custom-background.bkg-border .row {
	margin-bottom: 0;
}

.dark-theme h3.parallax-heading {
	font-size:      54px;
	font-family:    'Montserrat', sans-serif;
	font-weight:    800;
	text-transform: uppercase;
	color:          red;
	margin-bottom:  20px;
	line-height:    1.5;
}

.parallax-text {
	color:          #FFFFFF;
	font-size:      30px;
	text-transform: uppercase;
	font-weight:    500;
	line-height:    1.4;
}

.parallax-button {
	float:          left;
	padding:        5px 30px;
	background:     red;
	color:          #FFFFFF !important;
	text-transform: uppercase;
	font-size:      16px;
	margin-top:     30px;
}

.parallax-button:hover {
	opacity: .7;
}

.events-table {
	width: 100%;
}

.events-table thead tr th {
	color:          red;
	font-weight:    600;
	text-transform: uppercase;
	font-size:      23px;
	text-align:     left;
	white-space:    nowrap;
	padding-bottom: 10px;
}

.events-table tr td:first-child {
	white-space: nowrap;
}

.events-table tr td {
	font-size:      19px;
	color:          #FFFFFF;
	text-transform: uppercase;
	padding:        20px 30px 20px 0;
	border-bottom:  1px solid rgba(255, 255, 255, 0.1);
	line-height:    1.3;
}

.music-band .btn.custom-button span {
	font-family: 'Montserrat', sans-serif;
}

.portfolio-item-container h3 {
	color:          red;
	font-family:    'Montserrat', sans-serif;
	font-size:      19px;
	font-weight:    600;
	text-transform: uppercase;
}

.portfolio-item-container .portfolio-img {
	height:      260px;
	line-height: 260px;
}

.portfolio-item-container .portfolio-img img {
	max-height:     260px;
	object-fit:     cover;
	vertical-align: middle;
	display:        inline-block;
}

h3.member-title {
	font-size:  22px;
	text-align: center;
}

h3.gallery-title {
	font-size:      18px;
	text-align:     center;
	text-transform: none;
}

.music-band .page-title.page-title-style-01 {
	padding: 120px 0;
}

.music-band .page-title.page-title-style-01:before {
	position:   absolute;
	left:       0;
	top:        0;
	width:      100%;
	height:     100%;
	background: black;
	content:    '';
	opacity:    0.4;
}

.music-band .page-title.page-title-style-01 .pt-heading h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size:   40px;
}

.dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6 {
	font-family: 'Montserrat', sans-serif;
}

.dark-theme .post-container .post-body h3 a {
	color:       #171719;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size:   24px;
}

.dark-theme .pagination > ul > li > a {
	color: #000000;
}

.dark-theme .pagination > ul > li > a:hover, .dark-theme .pagination > ul > li.active > a {
	color: red;
}

.navbar-default .navbar-nav > li > a.active {
	color: red;
}

@media screen and (max-width: 820px) {
	.page-content.custom-background.bkg-border {
		padding: 100px 0;
	}
	
	h2.custom-h2 {
		font-size:   36px;
		line-height: 1.3;
	}
	
	h3.custom-h3 {
		font-size:     24px;
		line-height:   1.3;
		margin-bottom: 0;
	}
	
	.dark-theme h3.parallax-heading {
		font-size: 30px;
	}
	
	.parallax-text {
		font-size: 20px;
	}
	
	.events-table, .events-table tr, .events-table td {
		width:   100%;
		display: block;
	}
	
	.events-table thead {
		display: none;
	}
	
	.events-table tr td {
		padding:   3px 10px;
		border:    0;
		font-size: 15px;
	}
	
	.events-table tr td:first-child {
		font-weight: 800;
		color:       red;
	}
	
	.events-table tr td:last-child {
		border-bottom:  1px solid rgba(255, 255, 255, 0.1);
		padding-bottom: 10px;
		font-size:      13px;
	}
	
	.page-content *[class*="col-"] {
		margin-bottom: 30px;
	}
}

.ticket {
	padding-right: 0 !important;
	text-align:    right;
}

.ticket a {
	background:    #FFFFFF;
	border-radius: 30px;
	width:         40px;
	height:        40px;
	line-height:   42px;
	text-align:    center;
	padding-right: 1px;
	color:         red;
	display:       inline-block;
}

.ticket a:hover {
	opacity: .6;
}

.messenger-form input, .messenger-form textarea {
	padding:          10px 20px;
	margin-bottom:    5px;
	background-color: #FFFFFF;
	border:           1px solid #E3E3E3;
	outline:          none !important;
	box-shadow:       none !important;
	height:           60px;
}

.messenger-form textarea {
	height:  auto;
	padding: 20px !important;
}

.messenger-form button {
	background:    #D43F3A;
	font-size:     15px;
	margin-bottom: 30px;
	border-radius: 5px;
}

@media screen and (max-width: 820px) {
	footer p {
		width:   100% !important;
		display: block;
	}
	
	footer p img {
		width:         auto;
		object-fit:    cover;
		height:        auto !important;
		margin-bottom: 20px;
		max-width:     100px;
		display:       block;
		float:         none !important;
	}
}

.contact-detail h2 {
	margin:  0;
	padding: 0 0 10px;
}

.contact-detail h4 {
	color: #BBBBBB;
}

.contact-detail ul li {
	padding-bottom: 10px;
	color:          #BBBBBB;
}

#masterslider-band:before {
	content:         '';
	background:      url('/template/img/marien-logo.png') no-repeat center;
	background-size: 100% auto;
	position:        absolute;
	bottom:          120px;
	left:            48%;
	transform:       translate(-50%, 0);
	z-index:         9;
	max-width:       800px;
	max-height:      300px;
	width:           100%;
	height:          100%;
}

.page-content.custom-background.bkg-border {
	background-size: cover;
}

.nav-flex {
	display: flex;
}

.nav-flex .nav-flex-socials {
}

.nav-flex .nav-flex-navigation {
	flex: 1;
}

.social-links {
	display: flex;
}

.social-links > li {
	float:   none;
	padding: 0 10px;
	
}

.portfolio-icons {
	display:         flex;
	padding:         0;
	list-style:      none;
	justify-content: center;
	margin-top:      8px;
}

.portfolio-icons li {
	padding: 0 4px;
}

.portfolio-icons li img {
	max-width:  40px;
	padding:    4px;
	width:      100%;
	height:     100%;
	transition: .4s cubic-bezier(.51, .92, .24, 1.15);
}

.portfolio-icons li:hover img {
	padding: 0px;
}

@media screen and (max-width: 1200px) {
	
	.navbar-default .navbar-nav > li > a {
		padding: 20px 8px;
	}
}

@media screen and (max-width: 991px) {
	#header {
		position: relative;
	}
	
	#header .social-links {
		position: absolute;
		width:    25%;
		z-index:  4;
	}
	
	#header .social-links > li {
		line-height: 74px;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 5px 0px;
	}
}


#footer-wrapper .footer-widget-container .social-links {
	display: inline-flex;
	justify-content: flex-end;
}