/*
 * Globals
 */
@font-face {
    font-family: "Typ1451-Boldalternate";
    src:url("../fonts/lineto-typ1451-boldalternate.eot");
    src:url("../fonts/lineto-typ1451-boldalternate.eot?#iefix") format("embedded-opentype"),
        url("../fonts/lineto-typ1451-boldalternate.woff2") format("woff2"),
        url("../fonts/lineto-typ1451-boldalternate.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

#lightbox #outerImageContainer, #imageDataContainer
{
	background: #000 !important;
}

#bottomNavClose img
{
	display: none;
}

#bottomNavClose img:after
{
	content 'CLOSE';
	width: 100px;
	height: 50px;
	background: blue;
}

.form-control[type="text"], .form-control[type="email"], .mc4wp-form input[type="submit"]
{
	margin-bottom: 15px !important;
}

body {
  word-wrap: break-word;
  color: #000 !important;
  background: #fff !important;
  font-size: 30px !important;
}

body, html, input
{
	font-family: "Typ1451-Boldalternate" !important;
	text-transform: uppercase;
}

input, input:focus
{
	font-size: 18px !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: 0px 0px 0px 50px rgba(0, 0, 0, 0) !important;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.8) !important;
}

input[type="submit"]
{
	background: #000 !important;
	color: #fff !important;
	-webkit-appearance: none;
}

#bg
{
	background: url('../images/EKF_1651.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	z-index: -1;
	display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  font-weight: normal;
  color: #000 !important;
  font-size: 30px !important;
}

a
{
	color: #000 !important;
}

a, a:hover, a:active, a:focus {
 	border: none !important;
 	outline: none !important;
}

.sm
{
	font-size: 18px;
}


x.artists a
{
	clear: both;
	display: block;
	font-size: 18px;
}

.menu-item
{
	border: none !important;
}

.nav-menu .menu-item.home
{
	display: none !important;
}

.home_bt
{
	padding-right: 0 !important;
	
}

.content
{
	
	margin-bottom: 30px;
}

.video 
{
	margin-bottom: 25px;
}

.video h2
{
	font-size: 18px !important;
}

.media_thumbnail
{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 56%;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	xmargin-bottom: 10px;
}

.media_thumbnail img
{
	border: none !important;
	padding: 0 !important;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*
 * Override Bootstrap's default container.
 */



/*
 * Masthead for nav
 */

.main-navigation {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}
.nav-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: right;
  background: transparent !important;
  width: 100%;
}

.menu-toggle a
{
	
}

/* Nav links */
.nav-menu li {
  float: left;
}

.nav-menu > li > a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

.nav-menu > li > a, .home_bt a {
  position: relative;
  display: inline-block;
  padding: 3px 10px !important;
  text-decoration: none !important;
  
}

/* Active state gets a caret at the bottom */
.current-menu-item > a, li.menu-item > a:hover, li.menu-item > a:active, .home_bt a:hover, .home_bt a:active, .nav-menu.responsive .menu-toggle a {
  color: #fff !important;
  text-decoration: none !important;
  background: #000 !important;
  
}
.current-menu-item > a:after {
  display: none !important;
}
.nav-menu .menu-toggle {
  display: none;
}
@media screen and (max-width:768px) {
  .nav-menu li:not(:first-child) {
    display: none;
  }
  .nav-menu li.menu-toggle {
    float: right;
    display: block;
  }
/*
.current-menu-item > a:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    vertical-align: middle;
    content: " ";
    border-top: 5px solid transparent;
    border-left: 5px solid;
    border-bottom: 5px solid transparent;
  }
*/
/*
.current-menu-item > a:after {
    display: none;
  }
*/


}
@media screen and (max-width:768px) 
{
  .nav-menu.responsive {
    position: relative;
  }
  .nav-menu.responsive
  {
	  text-align: left;
  }
  .nav-menu.responsive li {
  	float: none;
  	display: block !important;
  	margin-bottom: 10px;
  }
  .nav-menu.responsive li a {
  xdisplay: block;
  	text-align: left;
  }
  
  .nav-menu.responsive .menu-toggle {
  	position: absolute;
  	right: 0;
  	top: 0;
  }
}
.sub-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  list-style: none;
  padding: 0;
}
.sub-menu ul,
.children ul {
  display: none;
  box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);
  left: 100%;
  top: 0;
}
.sub-menu > li {
  position: relative;
}
.sub-menu > li > a {
  color: black;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  width: 160px;
}
.sub-menu > li > a:hover {
  background-color: #f1f1f1;
}
.menu-item-has-children:hover > .sub-menu {
  display: block;
}
@media screen and (max-width:768px) {
  .sub-menu {
  	position: relative;
  	width: 100%;
  }
  .sub-menu > li > a {
    width: 100%;
  }
  .sub-menu ul,
  .children ul {
  	display: none;
  	left: 0;
  	top: 0;
  }
  
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #000 !important;
}
.custom-logo {
    float: left;
    margin: 30px 30px 0 0;
}


/*
 * Main column and sidebar layout
 */

.blog-main,
.blog-main-left {
  float: left !important;
  xfont-size: 18px;
  xline-height: 1.5;
}
.blog-main-right {
  float: right !important;
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.blog-sidebar-left {
  float: left !important;
  margin-right: 8.33333333% !important;
  margin-left: 0 !important;
}
.blog-sidebar,
.blog-sidebar-right {
  float: right !important;
  margin-left: 8.33333333% !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .blog-sidebar-left,
  .blog-sidebar,
  .blog-sidebar-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
	width: 100%;
  }
}
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}


/* Pagination */
.pager {
  margin-bottom: 55px !important;
  padding: 0 !important;
  text-align: inherit !important;
}
.blog-post .pager {
  margin-bottom: 20px;
}
.pager > li > a {
  min-width: 100px;
  width: auto;
  max-width: 100%;
  margin: 0 4px 5px 0 !important;
  padding: 5px 10px !important;
  text-align: center;
  border-radius: 0 !important;
  color: #fff !important;
  background: #000 !important;
}
.pager > li > a:hover {
  background: #000 !important;
  color: #fff !important;
}
nav > .pager > li > a {
  margin: 0 0 5px 0;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #000 !important;
}
.blog-post-meta:nth-child(n+3) {
  margin-bottom: 10px;
}


/*
 * Comment posts
 */

.comment-meta {
  margin-bottom: 10px;
  color: #000 !important;
}


/*
 * Footer
 */

.blog-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  padding: 16px;
  color: #000 !important;
  text-align: center;
  font-size: 18px;
}

.footer
{
	display: block;
	height: 60px;
}

.blog-footer a {
  color: #000 !important;
}
.blog-footer a:hover,
.blog-footer a:focus {
  color: #000 !important;
  text-decoration: underline;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.modal iframe:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
/* Footer modules for boxing content */
.footer-module {
  padding: 15px;
  margin: 0 0 15px;
}
.footet-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.footer-module-inset p:last-child,
.footer-module-inset ul:last-child,
.footer-module-inset ol:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .nav-menu li {
	  width: 25%;
	}
		.blog-header {
	 /* padding-top: 50px; */
	  padding-bottom: 30px;
	}
	
}

.menu-item.menu-toggle a
{
	text-decoration: none !important;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}


@media (max-width: 991px)
{
	.media_thumbnail
	{
		padding-bottom: 0;
	}
	
	.video h2
	{
		margin-top: 0;
	}
	
	.media_thumbnail img
	{
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
}
/*
	.video iframe
	{
		display: block;
	}
	
	.video .youtube
	{
		display: none;
	}
*/
}
