﻿/*
/*
Theme Name: Bohemian Beatfreaks
Theme URI:
Author: Clinton Hopgood
Author URI: http://opensite.com.au
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bbf
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
    font-family:"Aller Regular";
    src: url("/wp-content/themes/bohemianbeatfreaks/fonts/aller_rg.ttf");
}
body, html {
	text-rendering: optimizeLegibility !important;
		-webkit-font-smoothing: antialiased !important;
	font-family: 'Aller Regular', sans-serif;
	color: #fff;
	font-size: 18px;
	width: 100% !important;
	height: 100% !important;
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	text-transform: uppercase;
}
h4 {
	line-height: 1.3em;
}
p {
	margin-bottom: .75em;
}
p:last-child {
	margin-bottom: 0;
}
a {
	color: #F04B4C;
}
a:hover, a:focus {
	text-decoration: none;
	color: #08E8DE;
}
ul, ol {
	padding: 20px 5px;
	webkit-padding: 20px;
	moz-padding: 20px;
}
ul {
	list-style: none;
	padding-left: 20px;
}
ul li {
	padding: 0;
	margin-bottom: .35em;
}
ul li:before {
	content: "☮";
	font-weight: 600;
	padding-right: 10px;
	color: #311550;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}
ul.nav-pills li {
	font-size: 1em;
	/*text-transform: uppercase;*/
}
ul.nav-pills li.active a {
	background: #F04B4C !important;
}
ul.nav-pills li a {
	color: #fff;
	/*background: none !important;*/
}
ul.nav-pills li a:hover {
	background: #F04B4C !important;
}

ul.nav-pills > li {
	font-size: 1em;
	display: inline-block;
	float: none;
}
ul.nav-pills > li > a {
	background-color: #D6D6D6;
	padding: 5px 6px;
	    display: inline-block;
    color: #fff;
    padding: 8px 16px;
    border: 1px solid #F04B4C;
    border-radius: 2px;
    margin: 5px 10px;
    background: #311550;
}
ul.nav-pills li,
nav li,
.categories li {
	margin: 0;
}
ul.nav-pills li:before,
nav li:before,
.categories li:before {
	display: none !important;
}
.btn-default {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: #F04B4C;
	border: 0;
	border-radius: 69px;
	padding: 16px 32px;
	margin: 0 8px;
	font-size: 1em;
	letter-spacing: 1px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
	background-color: #311550;
}
.trans-all {
	transition: all 0.5s;
}
.entry img,
#tickets img {
	width: 100%;
	height: auto;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 128px;
	height: 128px;
	margin: -64px 0 0 -64px;
	padding: 0;
}
#navigation {
	font-size: 18px;
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #311550;
	text-transform: uppercase;
}
#navigation .navbar-brand {
	font-weight: 600;
	background-color: #F04B4C;
}
#navigation .navbar-toggle {
	padding: 0;
}
#navigation .navbar-toggle i {
	font-size: 1.66em;
}
#navigation a {
	color: #fff;
}
#navigation ul.primary-menu {
	padding: 0;
}
#navigation .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
#navigation .nav li a:hover {
	outline: 0;
	color: #F04B4C;
	background-color: transparent;
}
#navigation .nav li a:focus, #navigation .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #F04B4C;
}
#intro {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	position: relative;
}
#intro > img,
#intro > video {
	position: absolute;
/*	left: 0;*/
	right: 0;
/*    left: 50%;
    transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);*/
	min-width: 100%;
	min-height: 100%;
    z-index: -1;
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0;
}
#intro .intro-body H1 {
	font-size: 76px;
	font-weight: 700;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
#intro .intro-body .intro-text {
	font-size: 1.5em;
}
    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		#intro .intro-body {
			padding: 80px 0;
		}
    }
#about {
	padding: 80px 0;
	background: rgba(113, 59, 150, 0.9);
}
#about iframe {
	max-width: 100%;
}
#about .entry {
	min-height: 600px;
}
#about .panel-group div {
	color: #fff;
	background: initial;
	padding-left: 0;
	padding-right: 0;
}
#about .panel-group .panel-default {
	border: none;
}
.panel-default > .panel-heading > .panel-collapse > .panel-body {
	border-top-color: rgba(255,255,255,.8);
}
#about .panel-group h4 {
	font-size: 1em;
	font-weight: normal;
	text-transform: initial;
}
#about .panel-group h4:before {
	content: "+";
	font-weight: 600;
	padding-right: 10px;
	color: #F04B4C;
}
#activities {
	background-color: rgba(113, 59, 150, 0.45);
	padding: 80px 0;
}
#activities .activity {
	padding-top: 40px;
	padding-bottom: 40px;
}
#lineup {
	background: rgba(49,21,80,0.9);
	padding: 80px 0;
	min-height: 800px;
}
#lineup ul.cat, ol.type {
	padding: 0;
	margin: 0;
}
#lineup ul.cat li,
#lineup ol.type li {
	display: inline-block;
}
#lineup ol.type a {
	display: inline-block;
	color: #fff;
	padding: 8px 16px;
	border: 1px solid #F04B4C;
	border-radius: 2px;
	margin: 5px 10px;
	background: #311550;
}
#lineup ol.type a.active,
#lineup ol.type a:hover {
	color: #f6f6f6;
	border: 1px solid #F04B4C;
	background: #F04B4C;
}
#lineup .isotope-item {
	z-index: 2
}
#lineup .isotope-hidden.isotope-item {
	z-index: 1
}
#lineup .isotope, .isotope .isotope-item {
/*	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;*/
}
#lineup .isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#lineup .artist-entries > .isotope-item {
	padding: 0;
	cursor: pointer;
}
#lineup .artist-entry {
	margin-left: -15px;
	margin-right: -15px;
}
#lineup .hover-bg {
	overflow: hidden;
}
#lineup .hover-bg .hover-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
    padding: 0 5px;
	margin: 0 auto;
	width: 100%;
	z-index: 9;
}
#lineup .hover-bg h4 {
	font-size: 1em;
	transition: ease-out .5s;
}
#lineup .hover-bg img {
	width: 100%;
	transition: ease-out transform 1s;
}
#lineup .hover-bg:hover img {
	opacity: 0.15;
}
#lineup .hover-bg:hover h4 {
	transform: scale(1.1);
}
#lineup .hover-bg:hover img {
	transform: scale(1.2);
}
.item-loaded-container {
	display: table;
	position: absolute;
	color: #fff;
	padding: 80px 0;
	width: 100%;
	min-height: 100%;
	background: rgba(49,21,80,.95);
	z-index: 9999;
}
.item-loaded-container #loaded-pop {
    display: table-cell;
    vertical-align: middle;
    background: rgba(113,59,150,.5);
    padding: 80px 0;
}
.item-loaded-container #loaded-pop header h1 {
	display: inline-block;
	margin: 0;
}
.item-loaded-container #loaded-pop header i {
	display: inline-block;
	float: right;
	color: #F04B4C;
	font-size: 45px;
	margin-top: -10px;
}
.item-loaded-container #loaded-pop header i:hover {
	color: #08E8DE;
	cursor: pointer;
}
.item-loaded-container #loaded-pop img {
	float: right;
	margin: 0 0 20px 0;
	width: 100%;
}
@media (min-width: 768px) {
	#lineup .hover-bg h4 {
		font-size: 1.5em;
	}
	.item-loaded-container #loaded-pop img {
		width: auto;
		margin: 0 0 15px 15px;
	}
}
#tickets {
	padding: 80px 0;
	background: rgba(113, 59, 150, 0.9);
	min-height: 1000px;
}
#tickets .festival-ticket-outer {
	margin-bottom: 20px;
}
#tickets .festival-ticket {
	background-color: rgba(240,75,76,1);
	border: 0;
	border-radius: 0;
	
	padding: 20px 0;
}
#tickets .festival-ticket:hover {
	background-color: rgba(240,75,76,.66);
	border: solid 5px #F04B4C;
	margin: -5px;
}
#tickets .festival-ticket h3 {
	padding-bottom: 5px;
}
#tickets .festival-ticket h3, #tickets .festival-ticket p {
	color: #fff;
	margin: 0;
}
#tickets .festival-ticket.soldOut h3 {
	text-decoration: line-through;
}
#tickets .festival-ticket .caption {
	padding: 9px;
	color: #777;
}
#participate {
/*	background: rgba(49,21,80,0.45);*/
/*	color: #F04B4C;*/
	font-weight: bold;
	text-transform: uppercase;
	padding: 80px 0;
}
#participate .participate-entry {
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
}
#participate .participate-entry:hover {
	background: rgba(49,21,80,0.5);
	cursor: pointer;
	transition: all 0.5s;
}
#participate blockquote {
	position: relative;
	margin-top: 20px;
	border: 0;
	text-align: center;
}
#participate i {
	font-size: 32px;
	color: #F04B4C;
	margin-bottom: 16px;
}
#participate .application-type {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
#contact {
	background: #311550;
	padding: 80px 0;
	padding-bottom: 20px;
	text-align: center;
}
#contact > * {
	padding-bottom: 30px;
}
#contact .section-body p {
	color: #fff;
	padding: 0;
	margin: 0;
}
#contact a:hover, 
#contact a:focus, 
#contact a:hover p, 
#contact a:focus p {
	color: #08E8DE !important;
}
#contact p {
	margin-top: 10px;
}
.caldera-grid button, .caldera-grid html input[type=button], .caldera-grid input[type=reset], .caldera-grid input[type=submit] {
	color: #fff;
	background: #F04B4C;
	border: none;
}

.caldera-grid .help-block {
	color: #fff !important;
	font-size: .8em;
	font-style: italic;
}