/******
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*******/
#colorbox,
#cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: visible;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
    margin-top: 10%;
    display: block;
    width: auto !important;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
    display: none !important;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
    opacity: .8 !important;
}

#colorbox {}

#cboxContent {
    background: none;
    overflow: visible;
    height: auto !important;
    margin-bottom: 0px;
}

.cboxIframe {
    background: none;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 0px;
}

#cboxTitle {
    position: absolute;
    bottom: -80px;
    padding: 10px 0 10px 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #999;
}

#cboxCurrent {
    position: absolute;
    bottom: -30px;
    left: 133px;
    color: #999;
}

#cboxSlideshow {
    position: absolute;
    bottom: -30px;
    right: 42px;
    color: #444;
}

#cboxPrevious {
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #444;
}

#cboxNext {
    position: absolute;
    bottom: -30px;
    left: 83px;
    color: #444;
}

#cboxLoadingOverlay {
    background: url(/wp-content/themes/grimes/images/loading.gif) no-repeat center center #000;
}

#cboxClose {
    display: block;
    color: #444;
    background: url(/wp-content/themes/grimes/images/btn_close.png) no-repeat center;
    width: 50px !important;
    height: 62px !important;
    background-size: contain;
    text-indent: -300px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

div.tabs {
    display: none;
}

#cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/grimes/images/cover-bg.png) repeat;
    z-index: 1000;
}

#video {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 80%;
    color: white;
}

.video-hold {
    position: relative;
    width: 95%;
    height: 100%;
    max-height: 540px;
    max-width: 1000px;
    z-index: 1001;
    margin: 0 auto;
    text-align: center;
}

.video-hold h4, .video-hold h5 {
    margin: 0 0 10px 0;
}

.video-hold h5 a {
    color: white;
    opacity: 0.5;
}

.video-hold h5 a:hover {
    opacity: 1;
}

.video-hold iframe {
    width: 100%;
    height: 100%;
    min-height: 540px;
    position: relative;
    display: block;
}

.video-hold.fitvids iframe {
  min-height: 0;
  position: absolute;
}

#close-btn {
    display: block;
    color: #444;
    background: url(/wp-content/themes/grimes/images/btn_close.png) no-repeat center;
    width: 38px !important;
    height: 38px !important;
    background-size: contain;
    text-indent: -300px;
    overflow: hidden;
    position: absolute;
    top: -6%;
    right: 0px;
    z-index: 1002;
    cursor: pointer;
}

.closed-lb {}
#lightbox{
	xwidth:90%;
	xheight:80%;
	xmargin:5% 5% 0 5%;
	background-image:url(/wp-content/themes/grimes/images/spacebg.jpg);
	background-width:100%;
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	color:white;
	font-family:'Franklin Gothic', helvetica, sans-serif;
	overflow:hidden;
}
#artwork{
	background:white;
	margin:2%;
	padding:2%;
	width:42%;
	height:auto;
	float:left;
}
#deets{
	width:46%;
	float:right;
	margin:2%;
}
#deets h1{
	display:inline-block;
	margin:0;
	padding:0;
}
#deets h1 img{
	width:100%;
	height:auto;
}
#digital{
	float:right;
	width:75%;
	margin:-20px 10px 0 0;
	text-align:center;
	line-height:1.5em;
}
#physical{
	float:left;
	width:90%;
	margin-top:10px;
	text-align:center;
	line-height:1.5em;
}
#stream{
	float:right;
	width:60%;
	margin-top:10px;
	text-align:left;
	line-height:1.5em;
}
#digital a, #physical a, #stream a, #vid a{
	opacity:1;
	transition: 0.2s ease-out;
}
#digital a:hover, #physical a:hover, #stream a:hover, #vid a:hover{
	opacity:0.7;
}
#digital a img, #physical a img, #stream a img{
	width:100px;
	height:auto;
}
#vid{

}
#vid a img{
	width:90%;
	height:auto;
	margin-top:20px;
}
@media screen and (orientation:portrait){

  #close-btn {
    top: -10%;
  }
  #video {
    width: 100%;
    left: 0;
    top: 20%;
  }
	#artwork{
		float:none;
		width:92%;
	}
	#deets{
		width:100%;
		float:none;
	}
	#digital{
	margin:0px 10px 0 0;

	}
}
