/*
Theme Name: holding
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

@font-face {
    font-family: 'futura_ltheavy';
    src: url('library/fonts/futuralt-heavy-webfont.eot');
    src: url('library/fonts/futuralt-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/futuralt-heavy-webfont.woff2') format('woff2'),
         url('library/fonts/futuralt-heavy-webfont.woff') format('woff'),
         url('library/fonts/futuralt-heavy-webfont.ttf') format('truetype'),
         url('library/fonts/futuralt-heavy-webfont.svg#futura_ltheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: url(images/bg.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	padding-top: 30px;
	font-family: 'futura_ltheavy';
	letter-spacing: 1px;
	color: #0000ff;	
	
}

#logo {
	position: fixed;
	top: 30px;
	left: 30px;
}

.container-fluid {
	text-align: right;
	padding-right: 60px;
}

.page-header {
	border-bottom: none;
}

#main {
	background: #fff;
	-webkit-box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	-moz-box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	margin-top: 0px;
	margin-bottom: 60px;
	padding: 30px;
	border: 1px solid #0000ff;
	position: relative;
	left: -15px;
}

#main-2 {
	background: #fff;
	-webkit-box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	-moz-box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 30px;
	border: 1px solid #0000ff;
	margin-right: 60px;
	height: 596px;
}

#main-3 {
		margin-right: 30px;
}

#main-3 a {
	background: #fff;
	-webkit-box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	-moz-box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 30px;
	border: 1px solid #0000ff;
	min-height: 108px;
	padding: 0;
	display: block;
}

#main-3 a {
	font-size: 24px;
	text-decoration: underline;
	display: block;
	text-align: center;
	height: 100%;
	width: 100%;
	transition: all 0.2s ease;
	padding: 36px 10px 36px 10px;
}

#main-3 a:hover {
	text-decoration: none;
	transition: all 0.2s ease;
}

#main-3-mobile {
	display: none;
	padding: 0;
}


#main-3-mobile a {
	background: #fff;
	-webkit-box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	-moz-box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 30px;
	border: 1px solid #0000ff;
	margin-right: 50px;
	min-height: 108px;
	padding: 0;
}

#main-3-mobile a {
	font-size: 24px;
	text-decoration: underline;
	display: block;
	text-align: center;
	height: 100%;
	width: 100%;
	transition: all 0.2s ease;
	padding: 36px 10px 36px 10px;
}

#main-3-mobile a:hover {
	text-decoration: none;
	transition: all 0.2s ease;
}

#main-2-mobile {
	background: #fff;
	-webkit-box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	-moz-box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 30px;
	border: 1px solid #0000ff;
	margin-right: 0px;
	width: inherit;
	margin-top: 0px;
	display: none;
}

#main-2 h3.h2 {
	font-size: 38px;
}

#main-2-mobile h3.h2 {
	font-size: 38px;
}

section.post_content {
	padding: 20px;
	position: fixed;
	width: 300px;
	height: 320px;
	top: 170px;
	left: 170px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	-moz-box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	box-shadow: 15px 15px 0px 0px rgba(0,0,255,1);
	background: #fff;
	border: 1px solid #0000ff;
}

.ui-draggable-handle {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.ui-draggable-dragging {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

section iframe {
	visibility: hidden;
	height: 0;
	overflow: hidden;
	position: fixed;
}

#main article {
	padding: 0;
	margin: 0;
}

h3.h2 {
	margin: 0;
	font-family: 'futura_ltheavy';
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 54px;
	margin-bottom: 15px;
}

a, a:active, a:focus, a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

.header {
	font-family: 'futura_ltheavy';
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: underline;
	font-size: 24px;
	color: #0000ff;
	margin-bottom: 30px;
		margin-top: 0;
	
}

.live-list h2, .dj-list h2 {
	margin-bottom: 20px;
}

.opening-party .header {
	margin-bottom: 15px;
}

.opening-party h2.header {
	margin-bottom: 30px;
}

.opening-party h3 {
	
	color: #0000ff;
}

.live-list h3  {
	font-size: 24px;
}

.dj-list h3 {
	font-size: 24px;
}

h4 {
	font-size: 24px;
	color: #0000ff;
}

.headliner-list {
	margin-bottom: 30px;
}

a.close {
	float: left;
	color: #fff;
	opacity: 1;
	POSITION: RELATIVE;
	  TOP: -16PX;
	  LEFT: -8PX;
}

a.play {
	cursor: pointer;
	background: url('images/play.svg') no-repeat center center;
	width: 7px;
	height: 12px;
	display: inline-block;
	background-size: 7px;
	margin-right: 5px;
}

a.play.active {
	cursor: pointer;
	background: url('images/pause.svg') no-repeat center center;
	width: 7px;
	height: 12px;
	display: inline-block;
	background-size: 7px;
}

a.external-link{
	cursor: pointer;
	background: url('images/globe.svg') no-repeat center center;
	width: 12px;
	height: 12px;
	display: inline-block;
	background-size: 12px;
	position: relative;
	top: 1px;
}

.controls {
	text-align: right;
}

.controls a {
	display: inline-block;
}

.img-main {
	margin-bottom: 10px;
}

.img-main img {
	max-width: 100%;
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
}

.img-main img.holder-img {
	max-width: 100%;
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
}

.footer-links {
	position: fixed;
	bottom: 30px;
	left: 30px;
	margin-bottom: 0;
}

.footer-links {
	color: #fff;
	font-size: 16px;
}

.footer-links p {
	display: inline-block;
	float: left;
	margin-right: 60px;
	margin-bottom: 0;
}

.footer-links a {
	color: #fff;
}

a u {
	text-decoration: underline;
}

a u:hover {
	text-decoration: none !important;
}

a:hover u {
	text-decoration: none !important;
}

.mobile-tickets {
	display: none;
}

.rotate {
	transform: rotate(-90deg);
	float: left;
	-webkit-transform: rotate(-90deg);
}

#main-2 {
	width: 145px;
}

#main-2 h1.header {
float: left;
  width: 300px;
  height: 50px;
  position: absolute;
  top: 160px;
  left: -100px;
}

#main-2 h3.h2 {
	height: 30px;
	  width: 600px;
	  position: absolute;
	  top: 320px;
	  left: -212px;
}

@media screen and (max-width: 1158px) {
#main-2-mobile { display: block;
}

#main-2 {
	display: none;
}
}


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

.footer-links p {
	display: block;
	float: none;
}

.rotate {
	-webkit-transform: none; /* Safari and Chrome */
	   -moz-transform: none; /* Firefox */
	    -ms-transform: none; /* IE 9 */
	     -o-transform: none; /* Opera */
	        transform: none;
}
	
}

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

#main-3-mobile {
	display: block;
	float: none !important;
}

#main-3 {
	display: none;
}

.footer-links {
	display: none;
}

#logo {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;
}

#main {
	position: relative;
	left: 0px;
}

#main-2 {
	position: relative;
	left: 0px;
}

.container-fluid {
	padding: 0 40px 0 25px;
}

body {
	padding-top: 5px;
}

.mobile-tickets {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	color: #fff;
}

.mobile-tickets a {
	color: #fff;
}

.opening-party h3 {
	line-height: 56px;
}

section.ui-draggable {
	display: none !important;
}

}