/*
Theme Name: Swingamajig 2016
Theme URI: https://www.docandtee.com
Author: Doc & Tee Ltd
Author URI: https://www.docandtee.com
Description: Custom theme for 2016.
Version: 1.0
Text Domain: docandtee2016
*/

/* Fonts */

body {
	font-size: 16px;
	font-family: 'GothamBook', sans-serif;
        color: #fff;
}



.navfont,
h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-family: 'cassannet_boldbold', sans-serif;
	letter-spacing: 2px;
	color: #fff;
}

h1 {
	margin: 10px 0 30px 0;
}

h6 {
	color: #FFF;
	text-transform: uppercase;
	margin: 0 auto 40px auto;
	font-weight: 400;
	font-size: 1.333333333333333em;
	font-family: 'woodshopregular', sans-serif;
}

.button {
	text-transform: uppercase;
	font-family: 'cassannet_boldbold', sans-serif;
	letter-spacing: 2px;
}

.buy-tix img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	}

/* Backgrounds */

body {
	background: #030214 url( '/white_label/swingamajig2016/images/body-bg2.jpg' ) no-repeat center top;
}

#content {
	padding: 30px;
	background-color: rgba( 255,255,255, 0.9 );
}

.home #content {
	padding: 30px;
	background-color: rgba( 7,6,24, 0.9 );
}

.hentry {
	margin-bottom: 30px;
}

/* Menu */

.navfont.aligncenter .navbar-nav>li a {
	color: #FFF;
	font-size: 1.2em;
	letter-spacing: 2px;
	text-shadow: none;
	background-image: none;
}
.navfont.aligncenter .navbar-nav>li a:focus,
.navfont.aligncenter .navbar-nav>li a:hover {
	text-decoration: underline !important;
	background-color: transparent !important;
	background-image: none;
}

.navfont.aligncenter .navbar-nav>li.current_page_item a {
	color: #191828;
	background-color: rgba( 255,255,255, 0.8 );
}

.navfont.aligncenter .navbar-nav {
    float: none;
}

.navfont.aligncenter .navbar-nav>li {
    float: none;
	display: inline-block;
}

.navfont.aligncenter .navbar-nav>li>.dropdown-menu {
    color: #191828;
	background-color: rgba( 255,255,255, 0.8 );
}

.navfont.aligncenter .navbar-nav>li .dropdown-menu a {
	color: #191828 !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: initial !important;
    border-color: initial !important;
}


#primary-menu {
	margin-bottom: 20px;
}

#child-page-nav {
	margin-bottom: 30px;
}

ul.child-nav {
	margin: 0;
    padding: 0;
}

ul.child-nav li {
	display: inline-block;
    margin: 5px;
}

ul.child-nav li a {
	padding: 10px 15px;
	border: 1px solid #191828;
	text-transform: uppercase;
    font-family: 'cassannet_boldbold', sans-serif;
    letter-spacing: 2px;
    display: block;
}

/* Buttons */

.button {
	position: relative;
	display: inline-block;
	padding: 20px 40px;
	font-size: 1.2em;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	background-size: 100% 100%;
}
.button:hover {
	color: #FFF;
}

/* Header */

#header-main {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Social Icons */

a.social-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/white_label/swingamajig2016/images/icon-sprite.png) no-repeat;
	margin: 5px;
}

a:hover.social-icon.facebook {
	background-position: 0 -40px;
}
a.social-icon.twitter {
	background-position: -50px 0;
}
a:hover.social-icon.twitter {
	background-position: -50px -40px;
}
a.social-icon.youtube {
	background-position: -100px 0;
}
a:hover.social-icon.youtube {
	background-position: -100px -40px;
}
a.social-icon.email {
	background-position: -150px 0;
}
a:hover.social-icon.email {
	background-position: -150px -40px;
}

.social-icon:hover,
.social-icon:focus,
.social-icon:active {
	text-decoration: none;
}

.social-icon:not( :last-of-type ) {
	margin-right: 5px;
}

/* Footer */

#colophon,
#colophon a {
	color: #FFF;
}

#colophon {
	padding-top: 30px;
	padding-bottom: 30px;
}

#footimg,
#footer-nav,
#footer-social {
	margin-bottom: 20px;
}

.home .display-box, .home .display-box h3, .home .display-box h3 a {
	color: #fff;
}

/* Footer Menu */

.site-info {
	margin-top: 30px;
}

.inlinenav ul {
	margin: 0;
}
.inlinenav li {
	display: inline-block;
}
.inlinenav li > a {
	padding: 5px 10px;
}

/* Home page */

.display-box img {
	width: 100%;
}

#home-main {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: rgba( 23,23,39, 0.8 );
}
#home-main,
#home-main a,
#home-main h2 {
	color: #FFF;
}

iframe {
	width: 100%;
}

#home-ticket {
	padding-top: 40px;
	padding-bottom: 60px;
}
@media ( min-width: 768px ) {
	#home-ticket {
		margin-top: 56px;
	}
}

/* Gradient borders */

.gradient-border {
	position: relative;
}
.gradient-border,
.gradient-border:before { /* Top: #eac07d, Middle: #c48933, Bottom: #edd7b7 */
	border: 2px solid #c48933;
	-o-border-image: -o-radial-gradient( #c48933 70%, #eac07d 100%, #edd7b7 ) 1%;
	-moz-border-image: -moz-radial-gradient( #c48933 70%, #eac07d 100%, #edd7b7 ) 1%;
	-webkit-border-image: -wekbit-radial-gradient( #c48933 70%, #eac07d 100%, #edd7b7 ) 1%;
	border-image: radial-gradient( #c48933 70%, #eac07d 100%, #edd7b7 ) 1%;
}
.gradient-border:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 8px;
	left: 8px;
	padding: 0 1px 1px 0;
	box-sizing: content-box;
}

/* Isotope Filters */

.filters .btn {
	font-family: 'cassannet_boldbold', sans-serif;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	background: transparent;
	border: 1px solid #333;
	text-shadow: none;
	box-shadow: none;
	margin: 5px;
}

/* What's On */

.post-wrap {
	padding: 1px;
	overflow: hidden;
	width: 25%;
}

.post-wrap a {
	color: #FFF;
}

.post-wrap h3 {
	color: #FFF;
}

.post-wrap a.hvr, .post-wrap .hvr {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
	display: inline-block;
  	vertical-align: middle;
}


.post-wrap .hvr .block-colour, .post-wrap .center-stage {
	width:100%;
	height:100%;
	position:absolute;
	-webkit-transition: all 0.66s ease;
	-moz-transition: all 0.66s ease;
	-ms-transition: all 0.66s ease;
	-o-transition: all 0.66s ease;
	transition: all 0.66s ease;
	background: none;
	padding: 10%;
	text-align: center;
	display: block;
	bottom: 0;
	z-index: 9;
}

/*.post-wrap .hvr:hover .block-colour, .post-wrap .hvr:focus .block-colour, .post-wrap .hvr:active .block-colour {
	bottom: -100%;
}*/

.post-wrap .hvr .block-bg {
	width:100%;
	height:100%;
	position:absolute;
	-webkit-transition: all 0.66s ease;
	-moz-transition: all 0.66s ease;
	-ms-transition: all 0.66s ease;
	-o-transition: all 0.66s ease;
	transition: all 0.66s ease;
	text-align: center;
	display: block;
	bottom: 0;
	background-color: rgba( 0,0,0, 0.3 );
	background-size: cover;
	opacity: 0.7;
	right: 2px;
}

.post-wrap .hvr .block-bg.none {
	display: none;
}

/*.post-wrap .hvr:hover .block-bg, .post-wrap .hvr:focus .block-bg, .post-wrap .hvr:active .block-bg {
	bottom: -100%;
}*/

.post-wrap .hvr .moreish {
	width:99.8%;
	height:100%;
	position:absolute;
	-webkit-transition: all 0.66s ease;
	-moz-transition: all 0.66s ease;
	-ms-transition: all 0.66s ease;
	-o-transition: all 0.66s ease;
	transition: all 0.66s ease;
	background: none;
	padding: 0;
	text-align: center;
	display: block;
	bottom: -100%;
}

/*.post-wrap .hvr:hover .moreish, .post-wrap .hvr:focus .moreish, .post-wrap .hvr:active .moreish {
	bottom: 0;
}*/

.post-wrap .more-link {
	display: none;
}


/* Post Thumbnails */

.post-thumbnail-wrap {
	padding-bottom: 30px;
}
.post-thumbnail-wrap .post-thumbnail {
    position: relative;
    width: 200%;
    height: 500px;
    overflow: hidden;
    left: -50%;
	padding-bottom: 30px;
}
.post-thumbnail-wrap .post-thumbnail img {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50%;
    max-width: none;
}

.archive-thumb img {
	width: 100%;
}

/* Alignments */

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.alignright {
	text-align: right;
}
	
.aligncenter {
	text-align: center;
}

.table-wrap {
	display: table;
	height: 100%;
	width: 100%;
}

.cell-wrap {
	display: table-cell;
	vertical-align: middle;
}


/* Images */

img {
	height: auto;
    max-width: 100%;
}

/* Isotope Gallery */

.isotope .box {
	width: 23%;
	margin: 1%;
	display: block;
}

.isotope .box img {
	width: 100%;
	transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}

.isotope .box:hover img {
    transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transform: scale( 1.2 );
    -o-transform: scale( 1.2 );
    -ms-transform: scale( 1.2 );
    -moz-transform: scale( 1.2 );
    -webkit-transform: scale( 1.2 );
}

.tax-projtax .page-title {
	text-align: center;
}

.filters {
	text-align: center;
	margin-bottom: 30px;
}

#filtered-posts .row {
	margin-right: -8px;
	margin-left: -8px;
}
#filtered-posts .box {
	/*padding-left: 8px;
	padding-right: 8px;*/
	margin-bottom: 16px;
	text-align: center;
}
#filtered-posts .box-thumb {
	width: 100%;
	height: auto;
}

.grey {
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-o-transition: 0.4s all linear;
	-moz-transition: 0.4s all linear;
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
.grey:hover {
	-o-filter: none;
	-moz-filter: none;
	-webkit-filter: none;
	filter: none;
}

.big-image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	height: 100vh;
}
.big-image > img {
	position: absolute;
	display: block;
	width: 80%;
	height: auto;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.big-image .closeit {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9999;
}

.admin-bar .big-image .closeit {
	top: 37px;
}
.big-image .slide {
	position: absolute;
	top: 50%;
	z-index: 9999;
}
.big-image .closeit span,
.big-image .slide span {
	font-size: 20px;
	line-height: 20px;
	display: block;
	top: 0;
	padding: 5px 3px;
	cursor: pointer;
	color: #FFF;
}
.big-image .closeit span {
	color: #FFF;
}
.big-image .slide span {
	margin-top: -15px;
}
.big-image .slide.left {
	left: 0;
}
.big-image .slide.right {
	right: 0;
}

/* Column padding */

.padcol-v {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Admin bar */

body.admin-bar {
        padding-top: 32px;
}

/* Custom Bootstrap Container Width Override */

@media (min-width: 768px) {
  .container {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1400px !important;
  }
}


@media (max-width: 992px) {
	
	.alignright {
		text-align: center;
	}
	
	.post-thumbnail-wrap .post-thumbnail {
		width: 100%;
		left: 0;
	}

	.post-thumbnail-wrap .post-thumbnail img {
		width: 100%;
	}
	
	.post-wrap {
		width: 33.333%;
	}
	
	.isotope .box {
		width: 31.33%;
	}
		
}

@media (max-width: 768px) {
	
	.post-thumbnail-wrap .post-thumbnail {
		height: auto;
	}
	
	.post-thumbnail-wrap .post-thumbnail img {
		position: relative;
	}
	
	.post-thumbnail-wrap {
		padding-bottom: 0;
	}
	
	.post-wrap {
		width: 50%;
	}
	
	
	.isotope .box {
		width: 48%;
	}
	
	#header-logo img {
		margin: 20px 0;
	}
}

@media (max-width: 420px) {
	
	
	.post-wrap {
		width: 100%;
	}
	
	.isotope .box {
		width: 98%;
	}
	
}
