/*
	Theme Name: 6cm
	Theme URI: http://6cm.com.au/
	Description: Custom template for Totally Huge New Music Festival
	Version: 1.0
	Author: Morgan Leek
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
* {
	margin: 0;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 400 15px/1.2 'FontSiteSansLight', Arial, sans-serif;
	color: #231f20;
	min-width: 1024px;
	background: #b9d347;
}
html, body {
	height: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#FFF;
	text-decoration:none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
a:hover {
	color:#231f20;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, 
h2,
h3,
h4 {
	font-weight: normal;
	text-transform: uppercase;
}
p {
	margin: 0 0 1em 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body.page-id-12 {
	background: #fff;
}
.page-id-12 .breadcrumbs a,
.page-id-12 .breadcrumbs a:before,
.page-id-12 .nav-sidebar .current_page_item > a {
	color: #231f20;
}
.page-id-12 .breadcrumbs a:hover,
.page-id-12 .nav-sidebar .current_page_item > a:hover {
	color: #b9d347;
}
/* wrapper */
.container {
	/* background: #b9d347;	 */
	padding: 18px 0;
}
.wrapper {
	width: 1024px;
	margin:0 auto;
	position:relative;
}
.wrapper:after {
    clear: both;
    content: "";
    display: block;
}
/* header */
.header {
	background: #FFF;
}
.header-wrapper {
    margin: 10px auto 0;
    width: 1024px;
/*     height: 306px; */
    position: relative;
}
.header-wrapper:after {
	clear: both;
	content: '';
	display: block;
}
/* logo */
.logo {
	margin-left: -122px;
	position: relative;
}
.logo-img {
	max-width: 319px;
}
/* nav */
.nav {
	background: #454242;
}
.nav-wrapper {
	width: 1024px;
	margin: 0 auto;
}
.nav-wrapper > ul {
    margin: 0;
    padding: 0;
    width: 1024px;
    text-align: left;
}
.nav-wrapper > ul > li {
	display: inline-block;
}
.nav-wrapper > ul > li a {
	line-height: 42px;
}
.nav-wrapper > ul > li:first-child:before,
.nav-wrapper > ul > li:after {
	content: '|';
	display: inline-block;
	color: #fff;
}
.nav a {
	color: #fff;
	padding: 0 14px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	font-family: 'FontSiteSansBold';
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.safari .nav a,
.chrome .nav a {
	padding: 0 13px;
}
.nav li > a:hover,
.nav .current-menu-item > a,
.nav .current_page_item > a,
.nav .current-menu-parent > a,
.nav-wrapper .current-page-ancestor > a {
	color: #b9d347;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
/* sidebar */
.sidebar {
    float: left;
    width: 208px;
    padding-right: 30px;
}
.sidebar h1 {
	font-size: 20px;
	color: #FFF;
}

.featured-thumbnail {
	float: left;
	margin-right: 15px;
	width: 220px;
}

/* footer */
.footer {
	background: #454242;
	color: #dad9d9;
	min-width: 1024px;
}
.footer, 
.push {
	height: 124px;
}
.footer a {
	color: #dad9d9;
}
.footer a:hover {
	color: #b9d347;
}
.footer-wrapper {
	width: 1024px;
	margin: 0 auto;
	height: 124px;
}
.footer-nav {
	list-style: none;
	margin: 0;
	padding: 16px 0 0;
	font-size: 12px;
}
.footer-nav li {
	border-right: 1px solid #dad9d9;
	float: left;
	height: 80px;
	padding: 0 14px;
	width: 20%;
}
.footer-nav li:first-child {
	border-left: 1px solid #dad9d9;
}
.footer-nav li.sponsors {
	width: 60%;
}

.social-media {
    bottom: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 60px;
}
.social-media li {
	float: left;
	width: 26px;
	height: 26px;
	margin-left: 8px;
}
.social-media li:first-child {
	margin-left: 0;
}
.social-media a {
	background: url("img/social-icons.png") no-repeat top left;
	width: 26px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	border-radius: 3px;
}
.backgroundsize .social-media a {
	background: url("img/social-icons@2x.png") 0 0 / 52px 26px no-repeat;
}
.social-media a.tw {
	background-position: top right;
}

.header .search {
    bottom: 16px;
    left: 210px;
    position: absolute;
}
.header .search input[type="search"] {
    background-color: #a2a0a0;
	border: 0 none;
	height: 27px;
	padding: 0 8px;
	font-size: 14px;
}
.header .search .search-submit {
	background: url("img/search.png") no-repeat;
	text-indent: -9999px;
	border: 0 none; 
	width: 29px;
	height: 29px;
	position: relative;
	top: -1px;
	left: 2px;
}
.backgroundsize .header .search .search-submit {
	background: url('img/search@2x.png') 0 0 / 29px 29px no-repeat;
}

.header .search ::-webkit-input-placeholder{
   color: #fff;
   opacity: 1;
}
.header .search :-moz-placeholder{
   color: #fff;
   opacity: 1;
}
.header .search ::-moz-placeholder{
   color: #fff;
   opacity: 1;
}
.header .search :-ms-input-placeholder {
   color: #fff;
   opacity: 1;
}


div.calendar {
	position: absolute;
	top: 44px;
	left: 210px;
}
div.calendar ul {
    list-style: none outside none;
    margin: 0 0 14px;
    padding: 0;
    text-align: left;
    width: 810px;
    float: left;
    height: 70px;
}
div.calendar li {
	float: left;
	font-size: 48px;
	text-align: center;
	padding-left: 13px;
}
div.calendar li:first-child {
	padding-left: 0;
}
div.calendar li a {
    background-image: url("img/calendar_tile.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: white;
    color: #FFF;
    display: block;
    height: 70px;
    width: 69px;
	font-family: 'FontSiteSansBlackCd';
	line-height: 71px;
}
.backgroundsize div.calendar li a {
	background: url("img/calendar_tile@2x.png") 0 0 / 69px 140px no-repeat;
}
div.calendar li:hover a {
	background-position: bottom left;
}
div.calendar > h2, div.calendar > h3 {
    color: #231f20;
    font-size: 30px;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    font-family: 'FontSiteSansBlackCd';
}
div.calendar > h3 {
    color: #b9d347;
}

.sticky-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -124px;
	min-width: 1024px;
}
.artist-by-date li > a {
    display: block;
    height: 140px;
    width: 192px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

section[role="main"] {
    width: 816px;
    float: right;
}
section[role="main"]:after {
	content: '';
	display: block;
	clear: both;
}
.home section[role="main"] {
	width: 1024px;
	float: none;
}

.gallery-wrapper {
    float: left;
    height: 380px;
    margin: 0 14px 0 0;
    position: relative;
    width: 608px;
}
.gallery-wrapper > a {
	width: 23px;
	height: 31px;
	background: url("img/arrows.png") no-repeat;
	position: absolute;
	top: 182px;
	left: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	-webkit-transition: opactiy 0.6s;
	transition: opacity 0.6s;
}
.gallery-wrapper .next {
	background-position: top left;
	left: auto;
	right: 10px;
}
.gallery-wrapper .prev {
    background-position: bottom left;
}
.gallery-wrapper .active {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opactiy 0.6s;
	transition: opacity 0.6s;
}
/*.gallery-wrapper .prev.active {
	background-position: bottom left;
}
*/
.home .gallery {
    height: 380px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 608px;
    position: relative;
    float: left;
}
.home .gallery li {
	position: absolute;
	top: 0;
	left: 0;
}

.home .news-wrapper {
    float: right;
    width: 402px;
}
.home article.post {
    border-top: 1px solid #bdd653;
    float: right;
    width: 402px;
    padding-top: 10px;
}
.home article.post.first-article {
	padding-top: 0;
}
.home article p {
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.home article.post .post-thumb {
    float: left;
    height: 120px;
    width: 192px;
    margin: 0 14px 10px 0;
}
.home article > h2 {
	color: #231f20;
    font-family: 'FontSiteSansRoman';
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 4px;
    padding-top: 0;
    text-transform: uppercase;
}
.home article > h2 a {
    color: #FFF;
}
.home article > h2 a:hover {
	color: #231f20;
}

article h1,
article h2 {
	color: #FFF;
    font-family: 'FontSiteSansRoman';
    line-height: 1em;
    margin: 0.4em 0;
}
article h2,
article h3 {
	text-transform: none;
}
article h2 {
	font-size: 1.3em;
	margin-top: 0;
}
article > h2 {
    line-height: 1.2em;
    margin-bottom: 12px;
    margin-top: 0;
}

.view-article {
    color: #FFF;
    display: block;
    text-transform: lowercase;
}

.breadcrumbs {
    color: #A3C8CB;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left; 
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'FontSiteSansRoman';
}
.breadcrumbs a {
	color: #FFF;
	padding: 0 2px;
}
.breadcrumbs a:before {
	content: '»';
	padding-right: 2px;
	color: #FFF;
}
.breadcrumbs a:first-child {
	padding-left: 0;
}
.breadcrumbs a:first-child:before {
	content: '';
}
.breadcrumbs a:hover {
	color: #231f20;
}

.nav-sidebar a {
	text-transform: uppercase;
}
.nav-sidebar > ul {
    margin: 0;
    padding: 0;
}
.nav-sidebar > ul > li {
	display: none;
    font-size: 14px;
    line-height: 1.2em;
}
.nav-sidebar > ul > li > a {
	color: #FFF;
	font-size: 20px;
	font-family: 'FontSiteSansRoman';
}
.nav-sidebar > ul > li.current_page_item,
.nav-sidebar > ul > li.current-menu-item,
.nav-sidebar > ul > li.current_page_ancestor {
    display: inline;
}
.nav-sidebar .sub-menu {
	padding: 0;
}
.nav-sidebar .sub-menu a {
	color: #231f20;
}
.nav-sidebar .sub-menu a:hover {
	color: #FFF;
}
.nav-sidebar .current_page_item > a {
	color: #FFF;	
	font-family: 'FontSiteSansRoman';
}
.nav-sidebar .sub-menu .current-menu-item > a {
	color: #FFF;
	font-family: 'FontSiteSansBold';	
}
.nav-sidebar .sub-menu .sub-menu {
    margin: 0 0 0 8px;
}

.artist-links {
    list-style: none outside none;
    padding: 0;
}

article table {
    border: 1px solid #b9d347;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'FontSiteSansLight';
}
article table th {
	background-color: #FAF6CF;
    border-bottom: 1px solid #b9d347;
    border-top: 1px solid #b9d347;
    font-weight: normal;
    padding-left: 8px;
    text-align: left;
}
article table td {
	border-left: 1px solid #b9d347;
	padding-left: 8px;
}

article#post-9 {
    width: 402px;
    float: left;
}

.optional-extras {
	width: 400px;
	float: right;
}
.optional-extras h2 {
	margin-top: 0;
	line-height: 1em;
    margin-bottom: 8px;
    margin-top: 0;
    text-transform: uppercase;
    color: #B4A30A;
}
.get-tickets {
    background: none repeat scroll 0 0 #A3C8CB;
    color: #FFFFFF;
    padding: 4px 14px;
}

article p a {
    color: #FFF;
}

.partner img {
    /* max-width: 200px; */
}

.category .post-thumb {
    float: right;
    margin-left: 16px;
}
.category .author, 
.category .date,
.category .author a, 
.category .date a,
.single .author, 
.single .date,
.single .author a, 
.single .date a {
    text-transform: uppercase;
    color: #231f20;
    /* font-family: 'FontSiteSansBold'; */
}
.category article p,
.single article p {
    margin-top: 0;
}
.category article > h2, 
.category article > h2 a,
.search article > h2, 
.search article > h2 a,
.single article > h1,
.single article > h1 a,
.tax-program article > h2,
.tax-program article > h2 a {
    color: #FFF;
}
.category article > h2 a:hover,
.search article > h2 a:hover,
.single article > h1 a:hover,
.tax-program article > h2 a:hover {
	color: #231f20;
}

.tax-program article > h2 {
	text-transform: uppercase;
}
.tax-program .view-article {
	/* display: none; */
	display: inline;
}
.category article {
    border-bottom: 1px solid #bdd653;
    padding: 14px 0;
}
.category article:after {
    clear: both;
    content: "";
    display: block;
}

.pagination {
    color: #B4A30A;
    font-family: 'FontSiteSansLight';
    font-size: 14px;
    margin-top: 10px;
}
.pagination a {
    color: #A3C8CB;
}

.single .post-thumb {
    float: right;
}
.single .has-thumbnail p {
    width: 610px;
}

.partner {
    border-top: 1px solid #E7E7E7;
    float: left;
    padding: 10px 0 16px 0;
    width: 100%;
}
.partner a {
    margin-right: 40px;
    margin-bottom: 20px;
    display: inline-block;
}
.partner h2 {
	margin: 0 0 20px;
	color: #231f20;
}

.wpcf7 textarea, 
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"] {
    background: none repeat scroll 0 0 #FFF;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
}
.wpcf7 input[type="submit"] {
	background: #FFF;
	border: 0 none;
	border-radius: 2px;
	padding: 7px 14px;
	color: #68696a;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"] {
	width: 270px; 
}
.wpcf7 textarea {
	width: 540px;
	resize: none;
}

.slideshow-wrapper {
    float: left;
    margin: 0 20px 20px 0;
    width: 400px;
}
.slideshow-wrapper .portfolio-slideshow {
	margin-top: 0;
}

.artist-by-date {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 830px;
}
.artist-by-date:after {
	content: '';
	display: block;
	clear: both;
}
.artist-by-date li {
	width: 192px;
	height: 256px;
	float: left;
	position: relative;
	margin: 0 14px 20px 0;
}
.artist-by-date h2 {
	margin: 10px 0;
}
.artist-by-date h2 a {
	color: #FFF;
}
.artist-by-date h3 {
    font-family: 'FontSiteSansLight';
    font-size: 14px;
    line-height: 1.1em;
    margin: 0;
    /*
	position: absolute;
    bottom: 0;
	*/
}

.search section[role="main"] > h1 {
    margin-top: 0;
}

.article-container.has-folio {
	float: left;
	width: 396px;
}
.article-container > div {
	margin-bottom: 30px;
}
.article-container > div:after {
	content: '';
	display: block;
	clear: both;
}

.fb_iframe_widget {
	top: -4px;
	margin-right: 10px;
}

article {
	padding: 34px 0 0;
}
article:before,
article:after {
	content: '';
	display: block;
	clear: both;
}

.logo .tura-link {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 120px;
	height: 120px;
}
.sponsor {
	max-width: 194px;
	display: block;
	margin-top: 6px;
	padding-bottom: 16px;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'FontSiteSansLight';
    src: url('fonts/FontSiteSans-Light-webfont.eot');
    src: url('fonts/FontSiteSans-Light-webfont.eot?iefix') format('eot'),
         url('fonts/FontSiteSans-Light-webfont.woff') format('woff'),
         url('fonts/FontSiteSans-Light-webfont.ttf') format('truetype'),
         url('fonts/FontSiteSans-Light-webfont.svg#webfontpVAbKcMZ') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontSiteSansBold';
    src: url('fonts/FontSiteSans-Bold-webfont.eot');
    src: url('fonts/FontSiteSans-Bold-webfont.eot?iefix') format('eot'),
         url('fonts/FontSiteSans-Bold-webfont.woff') format('woff'),
         url('fonts/FontSiteSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/FontSiteSans-Bold-webfont.svg#webfontFJcYFAaQ') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontSiteSansRoman';
    src: url('fonts/FontSiteSans-Roman-webfont.eot');
    src: url('fonts/FontSiteSans-Roman-webfont.eot?iefix') format('eot'),
         url('fonts/FontSiteSans-Roman-webfont.woff') format('woff'),
         url('fonts/FontSiteSans-Roman-webfont.ttf') format('truetype'),
         url('fonts/FontSiteSans-Roman-webfont.svg#webfont5UoCtSnz') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontSiteSansUltraLight';
    src: url('fonts/FontSiteSans-UltraLight-webfont.eot');
    src: url('fonts/FontSiteSans-UltraLight-webfont.eot?iefix') format('eot'),
         url('fonts/FontSiteSans-UltraLight-webfont.woff') format('woff'),
         url('fonts/FontSiteSans-UltraLight-webfont.ttf') format('truetype'),
         url('fonts/FontSiteSans-UltraLight-webfont.svg#webfontPImHH8zE') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontSiteSansBlackCd';
    src: url('fonts/FontSiteSans-BlackCd-webfont.eot');
    src: url('fonts/FontSiteSans-BlackCd-webfont.eot?iefix') format('eot'),
         url('fonts/FontSiteSans-BlackCd-webfont.woff') format('woff'),
         url('fonts/FontSiteSans-BlackCd-webfont.ttf') format('truetype'),
         url('fonts/FontSiteSans-BlackCd-webfont.svg#webfontPImHH8zE') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#231f20;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#231f20;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#231f20;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}