/*
Theme Name: Festival Theme
Author: EBPearls
Author URI: http://ebpearls.com.au/
Description: Festival Responsive Theme is for JSJ.
Version: 1.0
Text Domain: festival
Domain Path: /languages
*/
/* =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;
}

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%;/* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers.  */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually.*/
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
body.admin-bar {
	margin-top: -32px;
	padding-bottom: 32px;
}
#wpadminbar {
	top: auto !important;
	bottom: 0;
}
#wpadminbar .quicklinks>ul>li {
	position:relative;
}
#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
	bottom:32px;
}
#wpadminbar .menupop li.hover>.ab-sub-wrapper, #wpadminbar .menupop li:hover>.ab-sub-wrapper{
	left: 0;
	bottom: 0;
}
.wppb-register-user #wppb-form-element-17, .wppb-register-user #wppb-form-element-25, .wppb-register-user #wppb-form-element-26, .wppb-register-user #wppb-form-element-28, .wppb-register-user #wppb-form-element-29{
	display: none;
}   
.location-map{
	max-width: 600px;
	height: 400px;
	margin-bottom: 20px;
}
.ace_dd {
	display: none;
	border: 1px solid #aaa;
	position: absolute;
	background: white;
	z-index: 1000;
}
a.ace_opt {
	padding: 10px 11px;
	display: block;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
a.ace_opt:hover {
	background-color: #f0f0f0;
	color: #0654ba;
	text-decoration: none;
}

.promo-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.promo-video .bg-video, video, iframe {
	max-width: 100%;
	height: auto !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.page-id-2636 .mobile-form{
    display: none;
}

@media screen and (max-width: 782px) {
	body.admin-bar{
		margin-top: -46px !important;
	}
	body.admin-bar .nav-opener{
		bottom: 61px;
	}
	.promo-video {
		max-width: 100%;
		margin-bottom: 30px;
	}
    .page-id-2636 .mobile-form{
        display: block;
        margin-left: 0 !important;
    }
    .page-id-2636 .desktop-form{
        display: none;
    }
}
@media screen and (max-width: 600px) {
	#wpadminbar{
		position: fixed;
	}
}

.page-id-2636 iframe {
     max-width: 100%; 
     height: 900px !important; 
     position: relative !important; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

