/*
PRIMARY = #F26522
SECONDARY = #E98300
*/

@font-face {
  font-family: 'Gotham-rounded-bold';
  src: url("../fonts/gothamrnd-bold.eot");
  src: url("../fonts/gothamrnd-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrnd-bold.woff") format("woff"), url("../fonts/gothamrnd-bold.ttf") format("truetype"), url("../fonts/gothamrnd-bold.svg#gothamrnd-bold") format("svg"); }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir_Next_LT_Pro_Demi.ttf") format("truetype"); }
  
@font-face {
  font-family: 'Avenir-Bold';
  src: url("../fonts/Avenir_Next_LT_Pro_Bold.ttf") format("truetype"); }
  
@font-face {
  font-family: 'Wayfaring-Font-One';
  src: url("../fonts/Wayfaring-Font-One.ttf") format("truetype"); }
  
@font-face {
  font-family: 'Wayfaring-Font-Two';
  src: url("../fonts/Wayfaring-Font-Two.ttf") format("truetype"); }
  
@font-face {
  font-family: 'Wayfaring-Font-Smallcaps';
  src: url("../fonts/Wayfaring-Font-Smallcaps.ttf") format("truetype"); }

div.btn-group.pull-right {display: none;}
  
.nomobile {display: block;}
.nomobileinline {display: inline-block;}
.mobileonly {display: none !important;}
/*input {-webkit-appearance: none !important;}*/
p.orange {color: #f26522 !important;}
.bold {font-weight: bold;}
.white {color: #FFF !important;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.center.orange {background: #F26522;padding: 0px;color: #F26522;margin-top: 0px;height: 10px;}
img {max-width: 100%;}
img.right {float: right; padding-left: 10px; max-width: 40%;}
img.left {float: left; padding-right: 10px; max-width: 40%;}
img.width98 {width: 98%;}
img.grayscale {filter: gray; /* IE6-9 */ -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */ filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */}
#clear, .clear {clear: both;}
.printonly, .element-invisible { display: none;}

*:focus {/*border: 3px solid #C03; margin: -3px;*/}
button.menu-toggle:focus {background: #f26522 !important; color: #222223 !important;}
span#close-menu:focus {background: #A00 !important;}
div#toolbar .social-list li a:focus, div#toolbar .social-list li span.cart:focus {color: #f26522 !important;}
a.button.hero:focus {background: #f26522 !important;}
a.button.instagram:focus {background: #222223 !important;}

h1, h2, h3, h4, h5, h6,
p.h1, p.h2, p.h3, p.h4, p.h5, p.h6 
{color: #222223; font-family: Avenir, Arial;; line-height: 110%; letter-spacing: 1px;}
h1, p.h1 {font-size: 50px; letter-spacing: 2px;}
h2, p.h2 {font-size: 22px; margin-bottom: 0; margin-top: 20px; text-transform: uppercase; color: #F26522; font-family: Arial;}
h3, p.h3 {font-size: 22px;}
h4, p.h4 {font-size: 16px;}

p { margin-top: 10px; margin-bottom: 10px;}
p#article-hero-image {margin-bottom: -6px;}

/* 2019 */
div#homepage-hero-image-wrapper {width: 100%; background: #bcbec0;}
div#homepage-hero-image {width: 100%; margin: 0 auto; max-width: 1020px; position: relative;}
div.hero {position: relative; min-height: 400px; margin-bottom: 20px;}
div.hero p.allthatweare {color: #FFF; font-family: 'Avenir-Bold', Arial; font-size: 28px; text-decoration: underline; font-weight: bold;position: absolute; bottom: 20px; left: 20px;}

p.slideshow-heading {display: none;}

div.hero:before {
	display: none;
	content: '';
    position: absolute;
    left: -185px;
    top: -97px;
    background-image: url(/images/2019/hero-left.png);
    height: 530px;
    width: 340px;
    background-repeat: no-repeat;
    z-index: 2;
    background-size: cover;
}
div.hero:after {
	display: none;
	content: '';
    position: absolute;
    right: -157px;
    top: -97px;
    background-image: url(/images/2019/hero-right.png);
    height: 625px;
    width: 294px;
    background-repeat: no-repeat;
    z-index: 9;
    background-size: cover;
}

div.four.pink-button {float: right;}
a.pink-button {margin-left: 10px; display: block; border: 5px solid #EB4FAA; color:#EB4FAA; text-transform: uppercase; text-align: center; padding: 5px; font-family: 'Avenir-Bold', Arial; font-size: 22px; text-decoration: none; font-weight: bold;}
a.pink-button:hover, a.pink-button:focus { 
		background:#EB4FAA;
		color: #FFF;
		transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out; /* FF 4 */
		-webkit-transition: all 0.25s ease-in-out; /* Safari & Chrome */
		-o-transition: all 0.25s ease-in-out; /* Opera */
}

div.homeblock2019 {	
	margin: 10px;
	min-height: 320px;
    background-size: cover;
    position: relative;
	cursor: pointer;
}

div.homeblock2019.col-left { margin-left: 0px;}
div.homeblock2019.col-right { margin-right: 0px;}

div.homeblock2019 h2 {
    position: absolute;
    bottom: 0;
    padding: 5%;
    width: 90%;
    text-align: left;
    background: #222;
    color: #FFF;
    display: block;
	font-family: 'Avenir-Bold', Arial;
	font-size: 28px;
}

div.homeblock2019:hover h2, div.homeblock2019:focus h2 {
	padding-bottom: 60px;
	transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out; /* FF 4 */
    -webkit-transition: all 0.25s ease-in-out; /* Safari & Chrome */
    -o-transition: all 0.25s ease-in-out; /* Opera */
}

div.homeblock2019.charcoal h2 {background: #222;}
div.homeblock2019.blue h2 {background: #19A0C2;}
div.homeblock2019.orange h2 {background: #F26522;}
div.homeblock2019.amber h2 {background: #FDB917;}
div.homeblock2019.pink h2 {background: #EB4FAA;}

div.latest-blog-wrapper {background: #222; color: #FFF;}
div.latest-blog {max-width: 1020px; margin: 0 auto; position: relative; padding-bottom: 40px;}
div.latest-blog:after{    
	content: '';
    position: absolute;
    right: -368px;
    top: -117px;
    background-image: url(/images/2019/pink-right.png);
    height: 411px;
    width: 494px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
div.latest-blog p.h1 { margin: 0; padding: 0; padding-top: 50px; padding-bottom: 20px; text-indent: 0;}
div.latest-blog p.h1 a {
	color: #222 !important;
	text-decoration: none; 
	font-family: 'Avenir-Bold', Arial;
	position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 48px;
	text-shadow: -2px -2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px 2px 0 #FFF;
}
div.latest-blog div.content-wrapper {min-height: 420px;}
div.blog-thumb-image {min-height: 180px; background-size: cover;}
div.blog-thumb-image.blue {border-bottom: 5px solid #19A0C2;}
div.blog-thumb-image.orange {border-bottom: 5px solid #F26522;}
div.blog-thumb-image.pink {border-bottom: 5px solid #EB4FAA;}
div.latest-blog p.blog-title a {color: #222; font-family: 'Avenir-Bold', Arial; text-transform: uppercase; font-size: 20px; line-height:5px; text-decoration: none; text-shadow: -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222;}
div.latest-blog p.blog-title a.blue:hover, div.latest-blog p.blog-title a.blue:focus { color: #19A0C2; text-shadow: -1px -1px 0 #19A0C2, 1px -1px 0 #19A0C2, -1px 1px 0 #19A0C2, 1px 1px 0 #19A0C2;}
div.latest-blog p.blog-title a.orange:hover, div.latest-blog p.blog-title a.orange:focus { color: #F26522; text-shadow: -1px -1px 0 #F26522, 1px -1px 0 #F26522, -1px 1px 0 #F26522, 1px 1px 0 #F26522;}
div.latest-blog p.blog-title a.pink:hover, div.latest-blog p.blog-title a.pink:focus { color: #EB4FAA; text-shadow: -1px -1px 0 #EB4FAA, 1px -1px 0 #EB4FAA, -1px 1px 0 #EB4FAA, 1px 1px 0 #EB4FAA;}
div.latest-blog p.datestart {font-size: 12px; color: #222;}
div.latest-blog p.summary {font-family: 'Avenir-Bold'; font-size: 14px; line-height: 1.2; margin-top: 15px;}

div#sponsor-footer {width: 100%; max-width: 1020px; margin: 0 auto;}
div#sponsor-footer p {text-align: center;}

div.homemakercentre img {margin-top: 40px; max-width: 210px;}
div.homemakercentre p {}
div.busways img {margin-top: -20px; margin-bottom: -85px;}
div.busways p {}
div.sevennews img {margin-top: 65px;}
div.sevennews p {}
div.nswgovernment img {max-width: 110px; margin-top: -13px;}
div.nswgovernment p {}
div.westernweekender img {margin-top: 39px; max-width: 210px; margin-right: 10px;}
div.brighter img {margin-top: 35px; max-width: 210px;  margin-left: 10px;}
div.nepeanbelle img {margin-top: 88px; max-width: 210px; margin-right: 20px;}
div.nepeanbelle p {text-align: right !important;}
div.holidayinn img {max-width: 123px;}
div.holidayinn p {}
div.stmaryssaints img {max-width: 100px;}

p#supportedby {text-align: center; color: #FFF; text-transform: uppercase; font-family: 'Avenir-Bold'; font-size: 18px; text-shadow: 1px 1px #FFF;}

div#footer-content-wrapper {
	width: 100%; padding: 0px;
	background-image: -o-linear-gradient(left, rgb(242,101,34) 24%, rgb(25,160,194) 62%);
	background-image: -moz-linear-gradient(left, rgb(242,101,34) 24%, rgb(25,160,194) 62%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, rgb(242,101,34)), color-stop(0.62, rgb(25,160,194)));
	background-image: -webkit-linear-gradient(left, rgb(242,101,34) 24%, rgb(25,160,194) 62%);
	background-image: -ms-linear-gradient(left, rgb(242,101,34) 24%, rgb(25,160,194) 62%);
	/* This last line is all you need for modern browsers */
	background-image: linear-gradient(left, rgb(242,101,34) 24%, rgb(25,160,194) 62%);
}
div#footer-content-wrapper-wrapper {width: 100%; max-width: 1020px; margin: 0 auto; background-image: url(/images/2019/footer-background.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; padding-top: 14px;}

p.real-festival {
	color: #F26522;
	text-decoration: none; 
	font-family: 'Avenir-Bold', Arial;
	position: relative;
    font-weight: bold;
    letter-spacing: 1px;
	line-height: 1.5;
    text-transform: uppercase;
    font-size: 30px;
	text-shadow: -2px -2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px 2px 0 #FFF;
	}
p.penrith-city-council {color: #FFF; font-size: 16px; font-family: 'Avenir-Bold', Arial; font-weight: bold;}

img.pcc-logo {max-width: 360px;}

div#footer-content-wrapper ul.nav.menu {
    display: inline-block;
    float: right;
	color: #FFF; 
	font-size: 16px; 
	font-family: 'Avenir-Bold', Arial; 
	font-weight: bold;
}

div#footer-content-wrapper ul.nav.menu li {display: inline-block; float: left;}
div#footer-content-wrapper ul.nav.menu li a {color: #FFF; font-size: 16px; font-family: 'Avenir-Bold', Arial; font-weight: bold; text-decoration:none; text-transform: uppercase; padding-left: 15px;}
div#footer-content-wrapper ul.nav.menu li a:hover, div#footer-content-wrapper ul.nav.menu li a:focus {text-decoration: underline;}
div#footer-content-wrapper ul.nav.menu li a:before {content: "\f101";
    color: #FFF;
    font-family: FontAwesome;
    font-weight: bold;
    padding-right: 5px;
    -webkit-transition: all 0.2s ease-out;}

div.contacts {text-align: right; color: #FFF; font-size: 16px; font-family: 'Avenir-Bold', Arial; font-weight: bold;}
div.contacts a {color: #FFF; text-decoration: none;}

div.article-content {max-width: 1020px; margin: 0 auto; margin-top: 30px;}
div.article-heading-wrapper { background: #bcbec0; min-height: 260px; position: relative; border-bottom: 70px solid #19A0C2; background-size: cover;}
div.article-heading {max-width:1020px; position: relative; margin: 0 auto; min-height: 260px;}
div.article-heading h1 {position: absolute; bottom: -85px; left: -20px; text-transform: uppercase; text-shadow: #FFF 1px 1px 1px; font-size: 26px; padding: 20px; color: #FFF; /*background: #19A0C2;*/}
div.no-header div.article-heading h1 {left: -10px;}

div.article-heading h1:after {
	content: '';
    position: absolute;
    left: 735px;
    top: -331px;
    background-image: url(/images/2019/paint-strokes.png);
    height: 491px;
    width: 441px;
    background-repeat: no-repeat;
    z-index: 9;
    background-size: cover;
	display: none;
}

div.no-header div.article-heading-wrapper, div.no-header div.article-heading {min-height: 0;}
div.no-header div.article-heading h1:after {display: none;}
div.no-header div#article-content {background: linear-gradient(180deg, #e9e9e9 50%, #222 50%);}
div.no-header div.article-heading:after {
	display: none;
	content: '';
    position: absolute;
    left: -250px;
    top: 546px;
    background-image: url(/images/2019/blue-left.png);
    height: 562px;
    width: 292px;
    background-repeat: no-repeat;
    z-index: 0;
    background-size: cover;
}
div.no-header div.article-heading:before {
	content: '';
    position: absolute;
    right: -238px;
    top: 401px;
    background-image: url(/images/2019/pink-right.png);
    height: 633px;
    width: 549px;
    background-repeat: no-repeat;
    z-index: 0;
    background-size: cover;
}

p.headline {font-weight: bold; font-family: 'Avenir-Bold', Arial; font-size: 18px;}

div.eventblock2019-wrapper {margin: 10px; position: relative;}	
div.eventblock2019 {	
	
	min-height: 270px;
    background-size: cover;
    position: relative;
	cursor: pointer;
}

div.eventblock2019-wrapper.col-left { margin-left: 0px;}
div.eventblock2019-wrapper.col-right { margin-right: 0px;}

div.eventblock2019 span.pink-headline {position: absolute; background: #EB4FAA; color: #FFF; text-transform: uppercase; font-family: 'Avenir-Bold', Arial; font-size: 14px; left: 0; top: 0; padding: 10px;}

div.event-content-block {background: #FFF; min-height: 240px; border-top: 10px solid #FFF; padding: 5%;}
div.event-content-block.blue {border-top: 5px solid #19A0C2;}
div.event-content-block.orange {border-top: 5px solid #F26522;}
div.event-content-block.pink {border-top: 5px solid #EB4FAA;}
div.event-content-block.charcoal {border-top: 5px solid #222;}
div.event-content-block.amber {border-top: 5px solid #FDB917;}

div.eventblock2019 h2 {
    position: absolute;
    bottom: 0;
    padding: 5%;
    width: 90%;
    text-align: left;
    background: #222;
    color: #FFF;
    display: block;
	font-family: 'Avenir-Bold', Arial;
	font-size: 28px;
}

div.eventblock2019:hover h2, div.eventblock2019:focus h2 {
	padding-bottom: 60px;
	transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out; /* FF 4 */
    -webkit-transition: all 0.25s ease-in-out; /* Safari & Chrome */
    -o-transition: all 0.25s ease-in-out; /* Opera */
}

div.eventblock2019.charcoal h2 {background: #222;}
div.eventblock2019.blue h2 {background: #19A0C2;}
div.eventblock2019.orange h2 {background: #F26522;}
div.eventblock2019.amber h2 {background: #FDB917;}
div.eventblock2019.pink h2 {background: #EB4FAA;}

p.eventtype {font-size: 12px; color: #f26522; font-style: italic; text-transform: uppercase; margin-top: 0;}
p.eventname {font-size: 28px; color: #222 !important; text-transform: uppercase; font-family: 'Avenir-Bold', Arial; text-decoration: none; /*text-shadow: -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222;*/ line-height: 1;}
p.eventname a {font-size: 28px; color: #222 !important; text-transform: uppercase; font-family: 'Avenir-Bold', Arial; text-decoration: none; text-shadow: -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222; line-height: 1;}
div.charcoal p.eventname a:hover, div.charcoal p.eventname a:focus {color: #222 !important; text-shadow: -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222;}
div.blue p.eventname a:hover, div.blue p.eventname a:focus {color: #19A0C2 !important; text-shadow: -1px -1px 0 #19A0C2, 1px -1px 0 #19A0C2, -1px 1px 0 #19A0C2, 1px 1px 0 #19A0C2;}
div.orange p.eventname a:hover, div.orange p.eventname a:focus {color: #F26522 !important; text-shadow: -1px -1px 0 #F26522, 1px -1px 0 #F26522, -1px 1px 0 #F26522, 1px 1px 0 #F26522;}
div.amber p.eventname a:hover, div.amber p.eventname a:focus {color: #FDB917 !important; text-shadow: -1px -1px 0 #FDB917, 1px -1px 0 #FDB917, -1px 1px 0 #FDB917, 1px 1px 0 #FDB917;}
div.pink p.eventname a:hover, div.pink p.eventname a:focus {color: #EB4FAA !important; text-shadow: -1px -1px 0 #EB4FAA, 1px -1px 0 #EB4FAA, -1px 1px 0 #EB4FAA, 1px 1px 0 #EB4FAA;}
p.eventsummary {font-size: 16px; color: #222; font-family: 'Avenir', Arial;}
hr.event-break {color: #222; border-bottom: 1px solid #222;  position: absolute; bottom: 50px; width: 90%;}
p.eventdatetime {font-size: 16px; color: #222; text-transform: uppercase; font-family: 'Avenir', Arial; position: absolute; bottom: 10px;}

/* 2019 */


div.four.feature div.padding10 h2{margin-bottom: 20px;}

#phocagallery h1, .info h1 {color: #F26522; text-transform: uppercase; text-shadow: #F26522 1px 1px 1px; font-size: 26px; padding: 20px; border: 5px solid #F26522; font-family: 'Avenir-Bold';}

p#article-hero-image {display: none;}

p.error {font-weight: bold; background-color: #C03; color: #FFF; padding: 5px;}
p.warning {font-weight: bold; background-color: #fdc039; color: #FFF; padding: 5px;}
p.success {font-weight: bold; background-color: limegreen; color: #FFF; padding: 5px;}
p.tagline {font-size: 40px;}
p.date {margin-bottom: 0;}
p.tagline.location {margin-top: 0;text-transform: uppercase; font-size: 21px; font-weight: bold; letter-spacing: 2px; margin-bottom: -22px !important; color: #222223;}
span.date {font-size: 28px;}

p.tagline.location span.realfestival-pipe {display: inline; padding-left: 8px; padding-right: 15px; text-transform: lowercase;}
p.tagline.location span.realfestival-break {display: none; padding-left: 8px; padding-right: 15px; text-transform: lowercase;}
p.countdown-header {text-align: center; font-weight: bold; font-size: 28px; text-transform: uppercase;}
strong.orange {color: #f26522;}

div#content a, div#content a:focus, div#content a:visited {color: #f26522; text-decoration: none; }
div#content a:hover {color: #222223; text-decoration: none; -webkit-transition: all, 0.25s, ease-in-out; -moz-transition: all, 0.25s, ease-in-out; -ms-transition: all, 0.25s, ease-in-out; -o-transition: all, 0.25s, ease-in-out; transition: all, 0.25s, ease-in-out;}

div#article-content a {font-weight: bold;}

a.button,a.button:hover, a.button:focus, input[type="submit"] {background-color: #f26522; color: #fff !important; display: inline-block; padding: 15px 15px; text-transform: uppercase; font-family: 'Gotham-rounded-bold', "Arial Rounded MT Bold"; text-decoration: none; font-size: 14px; cursor: pointer; border: 0;}
a.button:hover, a.button:focus, input[type="submit"]:hover, input[type="submit"]:focus {background-color: #cf4a15;}

a.button.readmore {border: 2px solid #f26522; background: #FFF; color: #f26522 !important;}
a.button.readmore:hover {border: 2px solid #666; background: #FFF; color: #666 !important;}
a.button.gallery {border: 2px solid #f26522; background: #FFF; color: #f26522 !important;}
a.button.gallery:hover {border: 2px solid #666; background: #FFF; color: #666 !important;}

a.button.instagram, a.button.mod-articles-category-title {background: #FFF; color: #222223 !important; font-family: Arial; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; margin: 10px;}
a.button.mod-articles-category-title {border: 1px solid #222223; display: block; margin: 0; margin-top: 14px;}
a.button.instagram:hover, a.button.instagram:focus, a.button.mod-articles-category-title:hover, a.button.mod-articles-category-title:focus {background: #222223; color: #FFF !important;}

a.button.instagram { background-color: #f26522; color: #fff !important;}

a.button.instagram:hover, a.button.instagram:focus {background-color: #cf4a15;}

a.button.hero {background-color: rgba(0,0,0,0.3); padding: 15px 37px; border: 3px solid #FFF; font-size: 20px; width: 50%;}
a.button.hero:hover {background-color: #f26522;}

a.button.register, a.button.survey {padding: 15px 37px; border: 3px solid #FFF; width: 50%; margin-bottom: 5%;}
a.button.register:before {content: "\f003"; padding-right: 10px; font-family: FontAwesome; font-weight: bold;}
a.button.register:hover {background-color: #cf4a15;}

a.ext {}
a.download {}
a.ext:after {content: "\f08e"; padding-left: 5px; font-family: FontAwesome;}
a.email {color: #f26522; text-decoration: underline; font-weight: bold;}
a.phone {text-decoration: none; color: #222223; font-weight: bold;}
div#footer-content-text a.phone {color: #222223;}
a.phone:hover {color: #999;}
a.phone:before {color: #f26522; font-size: 14px; content: "\f095"; padding-left: 5px; padding-right: 5px; font-family: FontAwesome;}
a.download-calendar {cursor: pointer; background-image: url(/images/icons/calendar.png); background-position: left; background-repeat: no-repeat; background-size: 18px 18px; padding-left: 20px;}
a.download:before {content: "\f019"; padding-right: 5px; font-family: FontAwesome;}
a img:hover, li.love-count img:hover {opacity: 0.8; cursor: pointer;}

ul.social-list {padding-left: 0;}

/* FORMS*/

div.form div.twelve:nth-child(odd) {/*background: #e9e9e9;*/}

.error {font-weight: bold; color: #c03;}
label.error {display: block;}
input.error {border: 2px solid #c03;}
textarea.error {border: 2px solid #c03;}

label {cursor: pointer;}

div.form input, div.form textarea {width: 100%;}
div.form textarea {height: 200px;}
div.form input[type="radio"], div.form input[type="checkbox"]{width: auto; cursor: pointer;}
div.form input[type="file"], div.form input[type="url"]{width: 83%; border: 1px solid #c9c9c9; background: #FFF;}
div.form input[type="file"].error, div.form input[type="url"].error{border: 2px solid #c03;}
div.form label.select-file{background: #C03; color: #FFF; cursor: pointer; padding: 5px; font-weight: bold; width: 75%; display: inline-block;}
div.form label.select-file input {display: none;}

div.form p {margin: 0;}
div.form h3, div.form h4 {margin-bottom: 0;}
p.label {font-weight: bold; color: #222223;}

span.clear-file:before {color: #c03; font-size: 20px; content: "\f014"; font-family: FontAwesome; padding: 5px; cursor: pointer;}
a.remove_field:before {color: #c03; font-size: 20px; content: "\f00d"; font-family: FontAwesome; padding: 5px; cursor: pointer;}

input[type="text"].calendar {
    background: url(/images/icons/calendar.png) no-repeat 95% center;
    background-size: 23px; max-width: 165px;
}
div.select-wrapper{display: block; position: relative; background: #fff; /*width: 185px;*/}
div.select-wrapper select {width: 100% !important; cursor: pointer; height: 43px !important; }
div.select-wrapper:before {content: "\f078"; color: #fff; text-align: center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 0; top: 50%; z-index: 9; pointer-events: none; width: 40px; position: absolute;display: inline-block; font-family: FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
	
div.select-wrapper:after {right: -1px; top: 0;content: ''; background: #f26522; font-family: FontAwesome; height: 43px; pointer-events: none; width: 40px; position: absolute;}
/* FORMS*/

html, 
body {width: 100%; margin: 0 auto; font-size: 14px; line-height: 1.5; font-family: Arial; overflow-x: hidden; background-color: #FFF;}

div.one {float: left; width: 8.33333333%; }
div.two {float: left; width: 16.66666667%; }
div.three {float: left; width: 25%; }
div.four {float: left; width: 33.33333333%; }
div.five {float: left; width: 41.66666667%; }
div.six {float: left; width: 50%; }
div.seven {float: left; width: 58.33333333%; }
div.eight {float: left; width: 66.66666667%; }
div.nine {float: left; width: 75%; }
div.ten {float: left; width: 83.33333333%; }
div.eleven {float: left; width: 91.66666667%; }
div.twelve {float: left; width: 100%; }

.padding1 {padding: 1px;}
.padding5 {padding: 5px;}
.padding10 {padding: 10px;}
.padding15 {padding: 15px;}
.padding20 {padding: 20px;}
.padding25 {padding: 25px;}
.padding30 {padding: 30px;}
.padding40left {padding-left: 40px;}

p.top {margin-top: -15px;}

div#accessibility {height: 0px; overflow: hidden;}
div#accessibility ul { list-style-type: none; padding-left: 0px; width: 1020px; margin: 0 auto;}
div#accessibility ul li { display: inline-block; padding-right: 35px;}
div#accessibility ul li a {color: #222223; text-decoration: none; line-height: 40px; z-index: 1000; font-weight: bold; font-size: 16px; padding: 10px;}
div#accessibility ul li a:focus {color: #FFF; background: #222223;}

div#toolbar .separator {display: inline;}
div#toolbar div#google_translate_element span.text {display: none;}

div#toolbar {width: 100%; position: fixed; z-index: 500; transition: 1s ease-in-out all; background: #F26522;}
/*body.homepage div#toolbar {width: 100%; position: fixed; z-index: 500; transition: 1s ease-in-out all; background: rgba(255,255,255, 0); border-bottom: 0;}*/
div#toolbar.top {background: #F26522 !important; transition: 1s ease-in-out all;}

div#toolbar div#main-nav {width: 30%; float: left;}
div#toolbar div#main-nav img.logo {max-height: 48px; margin-top: 20px;}
div#toolbar div#main-nav a.nav-logo-image {transition: 1s ease-in-out all; }
div#toolbar.top div#main-nav a.nav-logo-image {display: block; transition: 1s ease-in-out all; }
div#toolbar div#main-nav a.nav-logo-image {position: absolute; left: 90px; top: -10px;}

/*body.homepage div#toolbar div#main-nav img.logo {max-height: 35px; margin-top: 18px; display: none; transition: 1s ease-in-out all;}*/
div#toolbar.top div#main-nav img.logo {transition: 1s ease-in-out all;}

div#toolbar div#main-nav img.logo.white {display: none;}
body.homepage div#toolbar div#main-nav img.logo {display: none;}
body.homepage div#toolbar.top div#main-nav img.logo.nomobile {display: block;}

div#toolbar div#central {width: 100%; float: left; display: none;}
div#toolbar div#central div#central-wrapper {margin: 0 auto; width: 100%;  transition: 1s ease-in-out all;}
/*body.homepage div#toolbar div#central div#central-wrapper {margin: 0 auto; width: 100%; display: none; transition: 1s ease-in-out all;}*/
div#toolbar.top div#central div#central-wrapper {display: block !important; transition: 1s ease-in-out all;}
div#toolbar div#central ul {width: 100%; text-align: center;}
div#toolbar div#social-icons { position: absolute;right: 0;top: 0;}
div#toolbar div#social-icons p {margin: 0; color: #FFF; line-height: 72px; padding-right: 10px;}

div#toolbar div#timelocation {width: 100%; float: left; display: block; position: absolute; z-index: -1;}
div#toolbar div#timelocation div#timelocation-wrapper {width: 100%;  transition: 1s ease-in-out all;}
/*body.homepage div#toolbar div#timelocation div#timelocation-wrapper {width: 100%;; display: none; transition: 1s ease-in-out all;}*/
div#toolbar.top div#timelocation div#timelocation-wrapper {display: block !important; transition: 1s ease-in-out all;}
div#toolbar div#timelocation div#timelocation-wrapper p {text-align: center; font-size: 22px; padding: 22px; margin: 0; background: #F26522; color: #222223; font-weight: bold;     /*box-shadow: 0px -14px 100px -30px #222223;*/}

div#toolbar.top div#timelocation div#timelocation-wrapper p {box-shadow: none;}

button.menu-toggle { background: transparent; border: 0; cursor: pointer; margin: 5px; padding: 15px; float: left;}
button.menu-toggle:hover span.icon-bar { background: #222223;}
span.icon-bar {width: 33px; height: 3px; background: #FFF; margin: 6px; display: block;}

div.close-menu {float: right; margin-right: -57px; width: 57px; height: 57px; background: #F26522; color: #FFF; text-align: center; line-height: 57px; font-weight: bold; cursor: pointer; font-size: 32px;}
div.close-menu:hover {background: #C9C9C9; color: #F26522;}
div.close-menu span#close-menu {display: block;}

ul.social-list li.love-count {width: 120px;}
div#header-wrapper {width: 100%; background: #FFF;}
div#header {width: 100%; max-width: 1020px; margin: 0 auto; position: relative; z-index: 100; background: #FFF;}
div#logo {float: left; width: 20%;}
div#logo p {margin: 0; padding: 0;}

div#main-menu-desktop nav ul {list-style-type: none; position: absolute; bottom: 0; right: 0;}
div#main-menu-desktop nav ul ul {display: none;}
div#main-menu-desktop nav ul li {list-style-type: none; float: left;}
div#main-menu-desktop nav ul li a, div#main-menu-desktop nav ul li div.separator span.text {display: block; padding: 12px; font-family: 'Avenir-Bold'; color: #222223; text-transform: uppercase; font-weight: bold; text-decoration: none; -webkit-transition: all 0.2s ease-out;}
div#main-menu-desktop nav ul li a:hover, div#main-menu-desktop nav ul li a:hover:before, div#main-menu-desktop nav ul li div.separator span.text:hover, div#main-menu-desktop nav ul li div.separator span.text:hover:before {color: #FFF; background-color: #FF53B8;}
div#main-menu-desktop nav ul li a:hover:before, div#main-menu-desktop nav ul li div.separator span.text:hover:before {color: #FFF;}
div#main-menu-desktop nav ul li a:focus, div#main-menu-desktop nav ul li a:focus:before, div#main-menu-desktop nav ul li div.separator span.text:focus, div#main-menu-desktop nav ul li div.separator span.text:focus:before {color: #FFF; background-color: #FF53B8;}
div#main-menu-desktop nav ul li a:focus:before, div#main-menu-desktop nav ul li div.separator span.text:focus:before {color: #FFF; }
div#main-menu-desktop nav ul li a:before, div#main-menu-desktop nav ul li div.separator span.text:before {content: "\f101"; color: #222223; font-family: FontAwesome; font-weight: bold; padding-right: 5px; -webkit-transition: all 0.2s ease-out;}


div#menu-modal {display: none;}
div#menu-modal {position: absolute; top: 0; left: 0; background: #FFF; min-width: 320px; width: 25%; max-width: 100%; height: 100%; z-index: 1000;}
div#menu-modal ul {list-style-type: none; padding-left: 0; margin-left: 0; margin-top: 0; margin-bottom: 0;}
div#menu-modal li {list-style-type: none; padding-left: 0; margin-left: 0; border-bottom: 1px solid #999;}
div#menu-modal li a, div#menu-modal div.separator span.text {display: block; width: 100%; font-size: 21px; color: #222223; text-decoration: none; padding-top: 7px; padding-bottom: 7px; text-indent: 15px; font-weight: bold; letter-spacing: 1px; background: #FFF;}
div#menu-modal li a:hover, div#menu-modal li a:focus, div.separator span.text:hover, div.separator span.text:focus {background: #e9e9e9; cursor: pointer;}
div.separator span.text:after {content: "\f103"; color:#F26522; font-family: FontAwesome; padding-left: 10px;}
div#menu-modal ul ul {display: none;}
div#menu-modal ul ul li { border-bottom: 0;}
div#menu-modal ul ul li a { text-indent: 25px; color: #FFF; background: #222223; text-transform: uppercase; font-size: 18px;}
div#menu-modal ul ul li a.orange {background: #F26522; }
div#menu-modal ul ul li a.orange:focus, div#menu-modal ul ul li a.orange:hover {background: #999; }
div#menu-modal ul ul li a.blue { background: #2695ad; }
div#menu-modal ul ul li a.blue:focus, div#menu-modal ul ul li a.blue:hover {background: #999; }
div#menu-modal ul ul li a.yellow { background: #f2af00; }
div#menu-modal ul ul li a.yellow:focus, div#menu-modal ul ul li a.yellow:hover {background: #999; }

div#menu-logo-wrapper-mobile {display: none;}

/*a.home:before {padding-right: 10px; content: "\f015"; font-family: FontAwesome;}
a.friday:before {padding-right: 10px; content: "\f209"; font-family: FontAwesome;}
a.saturday:before {padding-right: 10px; content: "\f1fd"; font-family: FontAwesome;}
a.sunday:before {padding-right: 10px; content: "\f19d"; font-family: FontAwesome;}
a.blog:before {padding-right: 10px; content: "\f1ea"; font-family: FontAwesome;}
a.travel:before {padding-right: 10px; content: "\f1b9"; font-family: FontAwesome;}
a.question:before {padding-right: 10px; content: "\f29c"; font-family: FontAwesome;}
a.social:before {padding-right: 10px; content: "\f1e0"; font-family: FontAwesome;}
a.trophy:before {padding-right: 10px; content: "\f091"; font-family: FontAwesome;}
a.love:before {padding-right: 10px; content: "\f08a"; font-family: FontAwesome;}
a.love { background: #C03; font-size: 18px;}
a.love:hover, a.love:focus { background: #222223 !important; font-size: 18px !important;}*/

div.feature {background-size: cover;}
div.feature-landing-page, p.feature-landing-page {
    padding: 24px;
    border-left: 5px solid #2695ad;
    font-weight: bold;
    font-size: 16px;
    background: #FFF;
}

div.feature-landing-page {font-weight: normal; font-size: 14px;}

div#homepage-feature-grid div.youtube-video-wrapper iframe {border-right: 10px solid #FFF; border-top: 10px solid #FFF; border-bottom: 10px solid #FFF; margin-bottom: -6px;}
div.border-right {border-right: 10px solid #FFF;}
div.border-left {border-left: 10px solid #FFF;}
div.border-bottom {border-bottom: 10px solid #FFF;}
div.border-top {border-top: 10px solid #FFF;}
div.feature-tile {display: block; min-height: 377px; float: left; width: 100%; border-top: 10px solid #FFF; border-bottom: 10px solid #FFF;}
div.feature-tile.orange {background: #F26522; border-left: 10px solid #FFF;}
div.feature-tile.yellow {background: #f2af00; border-right: 10px solid #FFF;}
div.feature-tile.blue {background: #2695ad; border-right: 10px solid #FFF;}
div.feature-tile.image {background-image: url(/images/phocagallery/2018/thumbs/phoca_thumb_m_REALFEST-0052-DSC_6334-LOWRES.jpg); border-left: 10px solid #FFF; background-size: cover;}
div.grey {background-color: #d7d8d9; position: relative; min-height: 130px; border-top: 10px solid #FFF; padding-right: 10px; margin-bottom: 60px;}
div.absolute-box {position: absolute; left: 0; bottom: 0; background-color: #FFF;}
div.absolute-box span {padding: 15px; text-transform: uppercase; font-family: 'Avenir-Bold'; color: #FF53B8; display: inline-block; font-size: 20px; line-height: 1; text-shadow: 1px 1px #FF53B8;}

div.feature-tile a {display: block; width: 94%; margin: 20px; color: #FFF; text-transform: uppercase; font-weight: bold; font-size: 40px; font-family: 'Avenir-Bold'; text-decoration: none; line-height: 1; padding-bottom: 257px; -webkit-transition: all 0.2s ease-out;}
div.feature-tile a:hover, div.feature-tile a:focus {background-color: #FF53B8; margin: 0; padding-left: 20px; width: 94%; padding-top: 40px;}

div#blue {background: #2695ad; min-height: 240px; position: relative; z-index: 10;}
div#blue div#inner {position: absolute; right: 0; top: 0; padding-top: 60px;}
div#blue div#inner div#subscribe {width: 668px; text-align: left;}
div#pink {background-image: url(/images/2019/PinkTexture.jpg); min-height: 240px;}




p.h2.love:before {padding-right: 10px; content: "\f08a"; font-family: FontAwesome;}

div.modal-shadow {/*top: 0; left: 0; bottom: 0; right: 0;*/ width: 100%; height: 1000%; z-index: 500; display: none; /*position: absolute;*/ background-color: rgba(0,0,0,0); position: fixed;}

div#body {overflow-x: hidden; overflow: visible; background: #eaebec;}
body.homepage div#body {background-image: none;}

div.homepage img.logo {max-width: 920px; width: 100%; margin-bottom: 0px; margin-left: 84px; margin-top: 80px;}
div.homepage img.mobile-logo {margin: 0 auto; padding: 20px; max-width: 450px; width: 100%; margin-bottom: -95px; display: none;}



div#homepage-feature-grid-wrapper {width: 100%;}
div#homepage-feature-grid-diagonal {width: 100%;}
div#homepage-feature-grid {width: 100%; max-width: 1020px; margin: 0 auto; color: #222223; position: relative; z-index: 20; /*margin-top: -40px;*/}


/*#################### ICONOGRAPHY ###################*/

div#homepage-feature-grid-wrapper { position: relative; overflow: visible;}

div#homepage-feature-grid:before {content: '';
    position: absolute;
    left: -185px;
    top: 442px;
    background-image: url(/images/icons/diamond-outline-squares.png);
    height: 305px;
    width: 208px;
    background-repeat: no-repeat;
    z-index: -2;
    background-size: cover;
	display: none;
}
	
div#homepage-feature-grid:after {
    content: '';
    position: absolute;
    right: -317px;
    top: 60px;
    background-image: url(/images/icons/leaves-top-right.png);
    height: 482px;
    width: 352px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
	display: none;
}	



body.homepage div#after-content-wrapper {    background-image: url(/images/blog-background.png); background-size: cover;}
div#social-feed-wrapper {position: relative;}

body.homepage div#social-feed-wrapper:after {content: '';
    position: absolute;
    right: 0;
    top: 132px;
    background-image: url(/images/icons/origami.png);
    height: 350px;
    width: 337px;
    background-repeat: no-repeat;
    background-size: cover;}


/*#################### ICONOGRAPHY ###################*/






/*
div.four.feature div.padding10 div.padding10 {min-height: 250px; background: #999; color: #FFF; position: relative; background-image: url(/images/blog/Mangiasti.jpg); background-size: cover; font-size: 15px;}
div.four.feature div.padding10 div.padding10 h2 {color: #222223; font-size: 26px; text-decoration: none; text-transform: uppercase; font-family: Arial; letter-spacing: 2px;}
div.four.feature div.padding10 div.padding10 h2.orange {color: #F26522;}
div.four.feature div.padding10 div.padding10 h2.blue {color: #2695ad;}
div.four.feature div.padding10 div.padding10 h2.yellow {color: #f2af00;}*/

div.feature.link:hover, div.feature.link:focus {opacity: 0.9; cursor: pointer;}
div.padding10.feature {min-height: 250px; color: #FFF; position: relative; font-size: 15px; background-size: cover;}
div.padding10.feature.plusone {min-height: 80px !important;}
div.padding10.feature.plustwo {min-height: 180px !important;}
div.padding10.feature.plusthree {min-height: 280px !important;}
div.padding10.feature.plusfour {min-height: 380px !important;}
div.padding10.feature.plusfive {min-height: 480px !important;}
div.padding10.feature.plussix {min-height: 580px !important;}
div.padding10.feature.plusseven {min-height: 680px !important;}
div.padding10.feature.pluseight {min-height: 780px !important;}

div.padding10.paddingmobile0 p{display: none;}
div.padding10.paddingleft0 {padding-left: 0;}
div.padding10.paddingright0 {padding-right: 0;}

div.latest-blog-listing div.feature div.content-wrapper, div.feature div.content-wrapper {color: #222223; position: relative; bottom: 0; z-index: 20; left: 0; background-color: #fff; width: 100%; margin-bottom: 20px;}


div.blog div.latest-blog-listing div.feature div.content-wrapper {min-height: 300px;}
div.blog .four.latest-blog-listing { margin-bottom: -10px;}

body.homepage div.feature div.content-wrapper {margin-bottom: 0px;}
div.feature div.content-wrapper h2 {font-size: 22px; text-decoration: none; text-transform: uppercase; font-family: 'Avenir-Bold'; letter-spacing: 1px; margin-top: 0; line-height: 1;}

div.feature div.content-wrapper h2 a{ color: #F26522 !important; text-shadow: 1px 1px #F26522; }
div.feature div.content-wrapper h2 a:hover, div.feature div.content-wrapper h2 a:focus {color: #FF53B8 !important; text-shadow: 1px 1px #FF53B8;}

div.feature div.content-wrapper p { display: block !important; margin: 0; margin-top: 4px;}
div.feature div.content-wrapper p.summary {font-family: 'Avenir'; font-size: 16px; line-height: 1.4; margin-top: 15px;}
body.homepage div.feature div.content-wrapper p { display: none !important; margin: 0; margin-top: 4px; min-height: 128px;}
div.latest-blog-listing div.feature div.content-wrapper p.datestart {/*font-style: italic;*/}
div.latest-blog-listing div.feature div.content-wrapper a.mod-articles-category-title  {margin-top: 10px;}
div.latest-blog-wrapper div.latest-blog-listing:first-child div.feature.padding10 {padding-left: 0!important;}

div.orange {/*border-top: 4px solid #F26522;*/}
div.blue {/*border-top: 4px solid #2695ad;*/}
div.yellow {/*border-top: 4px solid #f2af00;*/}

body.homepage div.content-wrapper.orange {background-color: #F26522; color: #FFF;}
body.homepage div.content-wrapper.orange h2 {color: #FFF !important;}
body.homepage div.content-wrapper.blue {background-color: #2695ad; color: #FFF;}
body.homepage div.content-wrapper.blue h2 {color: #FFF !important;}
body.homepage div.content-wrapper.yellow {background-color: #f2af00; color: #FFF ;}
body.homepage div.content-wrapper.yellow h2 {color: #FFF !important;}

div.orange h2 {color: #FFF; background-color: #F26522 !important;}
div.blue h2 {color: #FFF; background-color: #2695ad !important;}
div.yellow h2 {color: #FFF; background-color: #f2af00 !important;}

div.orange div.blog-item-title h2 {color: #FFF; background-color: transparent !important;}
div.blue div.blog-item-title h2 {color: #FFF; background-color: transparent !important;}
div.yellow div.blog-item-title h2 {color: #FFF; background-color: transparent !important;}

div.content-wrapper.orange div.padding20 {background-color: #F26522; color: #FFF;}
div.content-wrapper.blue div.padding20 {background-color: #2695ad; color: #FFF;}
div.content-wrapper.yellow div.padding20 {background-color: #f2af00; color: #FFF;}

/*
div.four.feature div.padding10 h2 {}
div.four.feature div.padding10 h2.orange {color: #F26522;}
div.four.feature div.padding10 h2.blue {color: #2695ad;}
div.four.feature div.padding10 h2.yellow {}
div.four.feature div.padding10 div.content-wrapper {color: #222223; position: absolute; bottom: 0; z-index: 20; padding: 5%; padding-top: 0; padding-bottom: 0; left: 0; background: #fff; width: 90%;}
*/
h2.orange {color: #F26522;}
h2.blue {color: #2695ad;}
h2.yellow {color: #f2af00;}

div#homepage-feature-grid div.four.feature div.padding10 div.padding10 div.icon, div.event-listing div.padding5 div.icon {display: none; position: absolute; top: 0; right: 0; background: #f56221; font-weight: bold; font-size: 24px; width: 48px; height: 48px; text-align: center; line-height: 48px; z-index: 20; color: #FFF;}
div#homepage-feature-grid div.four.feature div.padding10 div.padding10 div.content-wrapper {position: absolute; bottom: 0; z-index: 20; padding: 5%; padding-top: 0; padding-bottom: 0; left: 0; background: #fff; width: 90%;}
div#homepage-feature-grid div.six.feature div.padding10 div.padding10 {min-height: 250px; background: #999; color: #FFF; position: relative; background-image: url(/images/blog/Mangiasti.jpg); background-size: cover;}
div#homepage-feature-grid div.six.feature div.padding10 div.padding10 h2 {color: #FFF; font-size: 20px; text-decoration: none;}
div#homepage-feature-grid div.six.feature div.padding10 div.padding10 div.icon, div.event-listing div.padding5 div.icon {display: none; position: absolute; top: 0; right: 0; background: #f56221; font-weight: bold; font-size: 24px; width: 48px; height: 48px; text-align: center; line-height: 48px; z-index: 20; color: #FFF;}
div#homepage-feature-grid div.six.feature div.padding10 div.padding10 div.content-wrapper {position: absolute; bottom: 0; z-index: 20; padding: 5%; padding-top: 0; left: 0; background: rgba(0,0,0,0.4); width: 90%;}

div#event-image {min-height: 420px; background-size: cover; display: none;}
div.event-listing p.image {margin: 0;}
div.event-listing h3.title {margin: 0;}
div.event-listing h3.title a {color: #222223 !important;}
div.event-listing p.datestart {font-size: 11px; color: #666; display: none;}
div.event-listing div.padding5 div.icon {top: 5px; right: 5px;}
p#event-announcement {font-weight: bold; background-color: #C03; color: #FFF; padding: 5px; }
div.icon a {color: #FFF !important; text-decoration: none; display: block;}
div.icon a:hover, div.icon a:focus {background: #C03 !important;}
div.icon span.activities:before {content: "\f1e3"; font-family: FontAwesome;}
div.icon span.art:before {content: "\f1fc"; font-family: FontAwesome;}
div.icon span.entertainment:before {content: "\f130"; font-family: FontAwesome;}
div.icon span.enviro-stage:before {content: "\f299"; font-family: FontAwesome;}
div.icon span.enviro-life-stage:before {content: "\f299"; font-family: FontAwesome;}
div.icon span.food:before {content: "\f0f5"; font-family: FontAwesome;}
div.icon span.food-stalls:before {content: "\f0f5"; font-family: FontAwesome;}
div.icon span.food-trucks:before {content: "\f0f5"; font-family: FontAwesome;}
div.icon span.markets:before {content: "\f07a"; font-family: FontAwesome;}
div.icon span.water-activities:before {content: "\f043"; font-family: FontAwesome;}
div.icon span.workshops:before {content: "\f0ad"; font-family: FontAwesome;}


h2.categoryicon.Activities:before {content: "\f1e3"; font-family: FontAwesome; padding-right: 10px; color: #F26522;}
h2.categoryicon.Art:before {content: "\f1fc"; font-family: FontAwesome; padding-right: 10px; color: #F26522;}
h2.categoryicon.Entertainment:before {content: "\f130"; font-family: FontAwesome; padding-right: 10px; color: #F26522;}
h2.categoryicon.EnviroStage:before {content: "\f299"; font-family: FontAwesome; padding-right: 10px; color: #F26522;}
h2.categoryicon.Food:before {content: "\f0f5"; font-family: FontAwesome; padding-right: 10px; color: #F26522;}
h2.categoryicon.FoodStalls:before {content: "\f0f5"; font-family: FontAwesome; padding-right: 10px; color: #F26522;}
h2.categoryicon.FoodTrucks:before {content: "\f0f5"; font-family: FontAwesome; padding-right: 10px; color: #F26522;}
h2.categoryicon.Markets:before {content: "\f07a"; font-family: FontAwesome; padding-right: 10px; color: #F26522;}
h2.categoryicon.WaterActivities:before {content: "\f043"; font-family: FontAwesome; padding-right: 10px; color: #F26522;}
h2.categoryicon.Workshops:before {content: "\f0ad"; font-family: FontAwesome; padding-right: 10px; color: #F26522;}

div.event-page div.icon {display: none; position: absolute; top: -103px; right: 30px; background: #f56221; font-weight: bold; font-size: 24px; width: 48px; height: 48px; text-align: center; line-height: 48px; z-index: 20; color: #FFF;}
div.event-page h1.item-title {margin: 0;}
div.event-page div.more-details p.h3 {margin-top: 0; background: #F26522; padding: 10px; color: #fff;}



div#homepage-feature-grid div.four div.padding10 div.padding10 div.content-wrapper p.datetime, 
div#homepage-feature-grid div.four div.padding10 div.padding10 div.content-wrapper p.location {
	margin: 0;
}

div#homepage-feature-grid div.four div.padding10 div.padding10 div.content-wrapper p.datetime:before {content: "\f073"; padding-right: 5px; font-family: FontAwesome;}
div#homepage-feature-grid div.four div.padding10 div.padding10 div.content-wrapper p.location:before {content: "\f041"; padding-right: 5px; font-family: FontAwesome;}

/* ORANGE REGISTER NOW BLOCK*/
div#homepage-feature-grid div.four.orange div.padding10 div.padding10 {background-image: none; background: #f26522;}
div#homepage-feature-grid div.four.orange div.padding10 div.padding10 div.content-wrapper {background: rgba(0,0,0,0); top: 15px;}
div.homepage div.two:last-child {height: 50px;}

div#homepage-feature-grid div.six div.padding10 div.padding10 div.content-wrapper p.datetime, 
div#homepage-feature-grid div.six div.padding10 div.padding10 div.content-wrapper p.location {
	margin: 0;
}

div#homepage-feature-grid div.six div.padding10 div.padding10 div.content-wrapper p.datetime:before {content: "\f073"; padding-right: 5px; font-family: FontAwesome;}
div#homepage-feature-grid div.six div.padding10 div.padding10 div.content-wrapper p.location:before {content: "\f041"; padding-right: 5px; font-family: FontAwesome;}

/* ORANGE REGISTER NOW BLOCK*/
div#homepage-feature-grid div.six.orange div.padding10 div.padding10 {background-image: none; background: #f26522;}
div#homepage-feature-grid div.six.orange div.padding10 div.padding10 div.content-wrapper {background: rgba(0,0,0,0); top: 15px;}
div.homepage div.two:last-child {height: 50px;}

/*
div#homepage-feature-grid-diagonal:before {
    content: '';
    position: absolute;
    left: -1%;
    width: 200%;
    height: 100px;
    background-color: #FFF;
    -webkit-transform: rotate(183deg);
    -moz-transform: rotate(183deg);
    transform: rotate(183deg);
    z-index: 10;
	border-bottom: 3px solid #f26522;
	display: none;
}
div#homepage-feature-grid-diagonal:after {
    content: '';
    position: absolute;
    left: -1%;
    width: 200%;
    height: 100px;
    background-color: #FFF;
    -webkit-transform: rotate(177deg);
    -moz-transform: rotate(177deg);
    transform: rotate(177deg);
    z-index: 10;
	border-top: 3px solid #fdc039;
	display: none;
}
*/
.expressions p.h2 a {background: #f26522; display: block; color: #FFF !important; padding: 10px; margin-top: -37px; text-align: center;}
.expressions p.h2 a:hover {background: #666; text-decoration: none;}


div.cart-shadow {/*top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 1000%; z-index: 1000; display: none; position: absolute; background-image: url(/templates/realfestival/images/black-transparency80.png);*/width: 100%; height: 1000%; z-index: 1000; display: none; background-color: rgba(0,0,0,0.8); position: fixed;}
div#cart-modal {display: none;}
div#cart-modal {background: #FFF; min-width: 320px; width: 50%; max-width: 100%; height: 280px; z-index: 500; margin: 0 auto; margin-top: 200px;}
div.close-cart {float: right; width: 57px; height: 57px; background: #F26522; color: #FFF; text-align: center; line-height: 57px; font-weight: bold; cursor: pointer; font-size: 32px;}
div.close-cart span#close-cart:hover, div.close-cart span#close-cart:focus {background: #C9C9C9; color: #F26522;}
div.close-cart span#close-cart {display: block;}



#google_translate_element .goog-te-gadget .goog-te-gadget-simple {background-color: transparent !important; border: none !important; font-size: 14px !important; padding-top: 0 !important; padding-bottom: 0 !important; }
#google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-gadget-icon { float: left; margin-top: 10px; margin-left: 20px !important; }

#phocagallery img {max-width: 100% !important;}
#phocagallery p.h3 a {background: #f26522; display: block; color: #FFF !important; padding: 10px; margin-top: -32px; text-align: center;}
#phocagallery p.h3 a:hover {background: #666; text-decoration: none;}
img.download-image {width: 16px; height: 16px; padding: 5px !important; background-color: #CC0033; margin-top: -32px !important; position: absolute;}
div#gallery div.three {position: relative;}
div#gallery div.four {position: relative;}
div.pg-cv-name p.h3 {margin-top: 0;}
div.pg-csv-descbox, div.pg-cv-descbox {font-size: initial !important;}

div#top {width: 100%; max-width: 1310px; margin: 0 auto;}


div.breadcrumbs-wrapper {width: 100%; max-width: 1310px; margin: 0 auto; display: none;}
div#breadcrumbs {width: 100%; max-width: 1310px; margin: 0 auto; padding: 0; font-size: 18px; line-height: 0px; background: #FFF;}

div#breadcrumbs ul {list-style-type: none; padding: 0;}
div#breadcrumbs li {display: inline-block;}
div#breadcrumbs li a {color: #222223; display: inline-block; padding: 10px 0; text-decoration: none; font-size: 14px; font-weight: bold;}
div#breadcrumbs li a span {color: #222223;}
div#breadcrumbs li span {color: #f26522; display: inline-block; padding: 10px 0; text-decoration: none; font-size: 14px; font-weight: bold;}


/*############### CONTENT ##################*/

div.twelve.eoi div.four div.padding10 {min-height: 545px; position: relative;}
div.twelve.eoi div.three div.padding10 {min-height: 500px; position: relative;}
div.twelve.eoi div.four div.padding10 h2{font-size: 25px !important;}
div.twelve.eoi div.three div.padding10 h2{font-size: 18px !important;}
div.twelve.eoi div.padding10 a.button {position: absolute; bottom: 20px;}


/* Instagram Module on homepage */
div.instagram-wrapper {background: transparent; padding-top: 10px;}
div.instagram {width: 100%; max-width: 1020px; margin: 0 auto; padding-bottom: 20px; position: relative; z-index: 50;}
div.instagram p.h1 {position: relative;
    line-height: 64px;
    margin-bottom: 0px;
    font-family: Avenir, Arial;
    font-weight: bold;
    letter-spacing: 1px;
    color: #222223;
    text-shadow: #222223 0.5px 0.5px 0.5px;
    font-size: 26px;}
div.instagram p.h1:before {content: "\f030"; padding-right: 10px; font-family: FontAwesome;}
div#instafeed {background-image: url(/images/icons/loading.gif); background-position: center; background-repeat: no-repeat; background-size: 40px 40px; min-height: 50px;}
div.instagram-image {background-color: #FFF; width: 20%; float: left; min-height: 200px; background-size: cover; cursor: pointer;}
div.instagram-image:first-child {width: 60%;}
div.instagram-image:nth-child(2) {width: 40%;}
div.instagram-image:nth-child(3) {width: 30%;}
div.instagram-image:nth-child(4) {width: 70%;}
div.instagram-image:nth-child(5) {width: 25%;}
div.instagram-image:nth-child(6) {width: 75%;}
/*div.instagram-image:last-child {width: 75%;}*/
div.instagram-image:hover, div.instagram-image:focus {opacity: 0.8;}
div.instagram-image a {margin: 0; padding: 0;}
div.instagram-image img {width: 100%; cursor: pointer;}
a.button.instagram:before { content: "\f16d"; font-family: FontAwesome; font-weight: bold; padding-right: 10px;}
/* Instagram Module on homepage */

/* Instagram Module on social page */
body.social div.instagram-wrapper {background: transparent; padding-top: 0px; padding-bottom: 0px; margin-bottom: 0px;}
body.social div.instagram {width: 100%; padding-bottom: 0px;}
body.social div.instagram p.h1 {position: relative; line-height: 34px; margin-bottom: 28px; margin-top: 30px; color: #222223; font-size: 30px;}
body.social div.instagram p.h1:before {content: "\f16d"; padding-right: 10px; font-family: FontAwesome;}
body.social div#instafeed {background-image: url(/images/icons/loading.gif); background-position: center; background-repeat: no-repeat; background-size: 40px 40px; min-height: 50px;}
body.social div.instagram-image {float: left; width: 33%; min-height: 265px;}
body.social div.instagram-image a {margin: 0; padding: 0;}
body.social div.instagram-image img {width: 100%; cursor: pointer;}
body.social a.button.instagram:before { content: "\f16d"; font-family: FontAwesome; font-weight: bold; padding-right: 10px;}
/* Instagram Module on social page */
p.h2.facebook:before {content: "\f082"; padding-right: 10px; font-family: FontAwesome;}


div.homepage {color: #FFF; font-size: 44px; }
div.homepage div.padding20 {background: #0099ff; display: none;}
div.homepage div.padding20 div.app {display: block; width: 100%; background: #0099FF; color: #FFF;}
div.banner__video {left: 0px; top: 0; width: 100%; position: absolute; z-index: 0;}

div#content {position: relative; width: 100%; }
div#after-content-wrapper {position: relative; width: 100%; color: #222223; margin-top: 80px;}
div#after-content {position: relative; width: 100%; margin-top: 26px; padding-bottom: 0px;}
div#after-content div#content {position: relative; }

div.sharethis-inline-share-buttons {width: 100%; max-width: 1020px; margin: 0 auto; margin-top: 20px; margin-bottom: 20px; padding-bottom: 20px; background: #f0f1f3; text-align: center !important; padding-top: 20px; border-left: 5px solid #fcb316;}

div.pull-left {display: none;}

/*############### EVENTS Search form##################*/
iframe.youtube-video {width: 100%; max-width: 560px; min-height: 315px;}
div#homepage-feature-grid iframe.youtube-video {max-width: 1020px; min-height: 420px; min-height: 377px;}
div#homepage-feature-grid p.center {margin-bottom: -6px; padding-bottom: 0;}
div.youtube-video-wrapper {margin: 0 auto; text-align: center;}

div.homepage iframe.youtube-video {max-width: 736px; min-height: 410px }
div.event-search-form div.form-input {/*float: left; padding: 10px;*/}
div.event-search-form div.form-input:first-child {padding-left: 0px;}
div.event-search-form div.form-input:last-child { padding-right: 0;}
div.event-search-form div.form-input label{display: block; padding-bottom: 15px; font-size: 16px; margin: 0; padding: 0;color: #222223; font-family: 'Gotham-rounded-bold', "Arial Rounded MT Bold"; line-height: 110%;}
div.event-search-form div.form-input label {padding: 0px 12px;}
div.event-search-form div.form-input:first-child label {padding-left: 0;}
div.event-search-form div.form-input label input,
div.event-search-form div.form-input label select
{display: block; height: 40px; width: 93%; background-color: #fff; border: 1px solid #c6c6c6; border-radius: 0; color: #222223; line-height: 20px; padding: 0px 12px; margin-bottom: 15px; margin-top: 15px; font-family: 'Gotham-rounded-bold', "Arial Rounded MT Bold"; line-height: 110%; font-size: 16px;}

div.event-search-form div.form-input input#q {max-width: 180px;}
div.event-search-form div.form-input input[type="submit"] {margin-top: 32px; height: 43px; line-height: 10px; width: 100%;}

div.event-listing {position: relative; min-height: 560px;}
a.button.event-category { float: right; margin-top: -68px;}
/*############### EVENTS ##################*/

th {background-color: #F26522; color: #FFF; padding: 8px; line-height: 16px;}
table tr:nth-child(even) {background:#e7e7e8;}
td { padding: 6px;}

/*############### FOOTER ##################*/
body.homepage div#footer-wrapper {width: 100%;}
div#footer-wrapper {background-color: #FFF;}
body.homepage div#footer {width: 100%; max-width: 1020px; margin: 0 auto; min-height: 100px; padding-top: 10px; position: relative; z-index: 10;}
div#footer {width: 100%; background: #19A0C2; min-height: 100px; padding-top: 40px; position: relative; z-index: 10; padding-bottom: 40px;

background-image: -o-linear-gradient(left, rgb(25,160,194) 24%, rgb(28,115,136) 62%);
	background-image: -moz-linear-gradient(left, rgb(25,160,194) 24%, rgb(28,115,136) 62%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, rgb(25,160,194)), color-stop(0.62, rgb(28,115,136)));
	background-image: -webkit-linear-gradient(left, rgb(25,160,194) 24%, rgb(28,115,136) 62%);
	background-image: -ms-linear-gradient(left, rgb(25,160,194) 24%, rgb(28,115,136) 62%);
	/* This last line is all you need for modern browsers */
	background-image: linear-gradient(left, rgb(25,160,194) 24%, rgb(28,115,136) 62%);

}
/*div#footer {width: 100%; background: #FFF; min-height: 0px; padding-top: 20px; position: relative; z-index: 10; padding-bottom: 15px; margin-bottom: 27px;}*/


/*############### FOOTER ##################*/

/*######## NEWSLETTER SUBSCRIBE ###########*/
div#newsletter {padding-top: 10px;}
div#newsletter p.h3 {font-size: 14px; margin-top: 6px; color: #363436 !important; font-family: Arial; text-transform: uppercase; font-weight: bold; letter-spacing: 1px;}
div#newsletter p.h3:before {content: "\f003"; padding-right: 10px; font-family: FontAwesome; font-weight: bold;}
div#subscribe input[type="email"] {background-color: #6dafbf; border: 1px solid #6dafbf; color: #FFF; line-height: 20px; padding: 0px 12px; width: 51%; height: 44px; font-weight: bold; font-size: 20px; background-image: url(/images/2019/envelope.png); background-position: 10px 10px; background-repeat: no-repeat; background-size: 32px 24px; text-indent: 40px;}
div#newsletter ::-webkit-input-placeholder {color: #222223;}
div#newsletter input[type="submit"] {font-family: Arial; padding: 1px 0;border-top-right-radius: 3px; border-bottom-right-radius: 3px; margin-bottom: 0; text-align: center; width: 29%;background: #f26522; color: #fff; border: none; border-radius: 0; text-transform: uppercase; -webkit-appearance: button; cursor: pointer; font-size: 14px; display: inline-block; height: 41px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; margin-left: -5px; font-weight: bold;}
div#newsletter input[type="submit"]:hover {background-color: #cf4a15; color: #fff;}
div#newsletter input[type="submit"]:focus {background-color: #222223; color: #fff;}
div#mailchimpsubscribe-form {width: 100%; margin: 0 auto;}
div#mailchimpsubscribe-message {width: 72%;}
div#mailchimpsubscribe-form p.success {width: 91%;}
div#subscribe p.h3.subscribe {color: #FFF; text-transform: uppercase; font-family: 'Avenir-Bold'; font-size: 34px;}

p#connect {color: #FFF; text-transform: uppercase; font-family: 'Avenir-Bold'; font-size: 34px; padding-top: 50px; padding-left: 38px;}
p#social-pink {font-family: 'Wayfaring-Font-Two'; padding-left: 38px;}
p#social-pink span#hashtag {font-family: 'Wayfaring-Font-Two'; font-size: 44px; color: #FFF;}

div#mailchimpsubscribe-form input[type="submit"] {background-color: #FFF; color: #F26522 !important; display: inline-block; padding: 15px 15px; text-transform: uppercase; font-family: 'Avenir-Bold', "Arial Rounded MT Bold"; text-decoration: none; font-size: 14px; cursor: pointer; border: 0;}
div#mailchimpsubscribe-form input[type="submit"]:hover, input[type="submit"]:focus {background-color: #f2af00; color: #FFF !important;}
/*######## NEWSLETTER SUBSCRIBE ###########*/

/*######## FOOTER CONTACT DETAILS ###########*/
div#contact-details {}
/*######## FOOTER CONTACT DETAILS ###########*/

/*######## FOOTER SOCIAL MEDIA ICONS ###########*/

/*span.cart-count {display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin: 9px; color: #FFF; font-weight: bold; font-size: 30px; cursor: pointer;}*/
span.cart-count:hover, span.cart-count:active, span.cart-count:focus {color: #F26522;}
/*span.cart-count:before {content: "\f08a"; font-family: FontAwesome; padding-right: 10px;}*/

span.cart-count {    color: #222223;
    font-size: 24px;
    line-height: 47px;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 0px;
    background-image: url(/images/icons/speech-bubble-icon-white.png);
    width: 80px;
    height: 48px;
    top: 12px;
    background-size: 80px 47px;
    background-repeat: no-repeat;
    background-position-y: 0px;
    font-weight: bold;
    text-indent: 17px;}

div#media-social ul{ padding-left: 0;}
div#media-social ul li{ list-style-type: none; margin-right: 16px;}
.fa {display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.fa-facebook:before {content: "\f09a";}
.fa-instagram:before {content: "\f16d";}
.fa-twitter:before {content: "\f099";}
.fa-youtube-play:before {content: "\f16a";}
div#toolbar .social-list li {display: inline-block; width: 50px; float: right; margin-right: 7px;}
/*div#toolbar .social-list li:hover a {background-color: #999 !important;}
div#toolbar .social-list li:nth-child(1) a {background-color: #C03;}
div#toolbar .social-list li:nth-child(2) a {background-color: #666;}
div#toolbar .social-list li:nth-child(3) a {background-color: #64ccef;}
div#toolbar .social-list li:nth-child(4) a {background-color: #4e81d6;}*/
div#toolbar .social-list li:hover a {background-color: transparent !important;}
div#toolbar .social-list li a {color: #222223; display: block; font-size: 32px; line-height: 15px; text-align: center; border-radius: 100%; padding: 0px; padding-top: 12px; margin-bottom: -15px;}
div#toolbar .social-list li a:hover { color: #f26522; text-decoration: none; border-bottom: 0; }
div#toolbar .social-list li a:focus { color: #F26522; text-decoration: none; }
div#toolbar .social-list li a span {display: block; -webkit-transform: translateX(-999em); -moz-transform: translateX(-999em); -ms-transform: translateX(-999em); -o-transform: translateX(-999em); transform: translateX(-999em); }

li.love-count {width: 135px !important; padding-top: 12px; position: relative;}
/*######## FOOTER SOCIAL MEDIA ICONS ###########*/

/*######## FOOTER SOCIAL MEDIA ICONS ###########*/

div#media-social ul{ padding-left: 0;}
div#media-social ul li{ list-style-type: none; margin-right: 0px;}
.fa {display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.fa-facebook:before {content: "\f09a";}
.fa-instagram:before {content: "\f16d";}
.fa-twitter:before {content: "\f099";}
.fa-youtube-play:before {content: "\f16a";}
div#footer .social-list li {display: inline-block; border-radius: 15px; height: 30px; width: 44px;}
/*div#footer .social-list li:nth-child(1) {background-color: #4e81d6;}
div#footer .social-list li:nth-child(2) {background-color: #222223;}
div#footer .social-list li:nth-child(3) {background-color: #64ccef;}
div#footer .social-list li:nth-child(4) {background-color: #C03;}
div#footer .social-list li:hover {background-color: #f26522;}*/
div#footer .social-list li a {color: #fff; display: block; font-size: 15px; line-height: 30px; text-align: center; }
div#footer .social-list li a:hover { color: #fff; text-decoration: none; }
div#footer .social-list li a:focus { color: #f26522; text-decoration: none;}
div#footer .social-list li a span {display: block; -webkit-transform: translateX(-999em); -moz-transform: translateX(-999em); -ms-transform: translateX(-999em); -o-transform: translateX(-999em); transform: translateX(-999em); }
/*######## FOOTER SOCIAL MEDIA ICONS ###########*/

div#scroll-to-top {text-align: center; float: right; line-height: 50px; padding-right: 15px;}
div#scroll-to-top a {text-decoration: none; font-size: 14px; margin-top: 0; color: #363436; font-family: Arial; text-transform: uppercase; font-weight: bold; letter-spacing: 1px;}
div#scroll-to-top a:hover, div#scroll-to-top a:focus {color: #F26522;}
div#scroll-to-top a:before {content: "\f077"; font-family: FontAwesome; padding-right: 5px;}

div#footer-menu-wrapper {width: 100%; background: #e9e9e9; padding-bottom: 10px; padding-top: 10px;}
div#footer-menu {width: 100%; max-width: 1310px; margin: 0 auto; min-height: 50px;}
div#footer-menu ul {padding-left: 0;}
div#footer-menu ul > li {list-style-type: none; display: inline-block; float: left; width: 33%;} /* TOP ITEMS, Things, events, stay */
div#footer-menu ul > li > a {list-style-type: none; display: inline-block; float: left; font-weight: bold; font-family: 'Gotham-rounded-bold', "Arial Rounded MT Bold"; font-size: 130%; color: #f26522; text-transform: uppercase; padding-bottom: 20px; text-decoration: none;} /* TOP ITEMS, Things, events, stay */
div#footer-menu ul > li ul li {list-style-type: none; display: inline-block; float: left; width: 100%;}
div#footer-menu ul > li > ul > li > a {list-style-type: none; display: inline-block; float: left; font-weight: normal; font-family: Arial; font-size: 100%; color: #222223; text-transform: initial ; padding-bottom: 20px; text-decoration: none;}
div#footer-menu li a.no-footer, div#footer-menu div#google_translate_element {display: none;}

ul#footer-internal {float: left; width: 80%;}
ul#footer-external {float: left; width: 20%;}
ul#footer-internal ul:first-child > li:nth-child(4) {display: none;} /* TO HIDE THE BLOG MENU ITEM */

div#footer-menu ul#footer-external > li {width: 100%;}



body.homepage div#footer-wrapper:before { display: none; content: ''; position: absolute; left: -1%; width: 200%; height: 100px; background-color: #FFF; -webkit-transform: rotate(177deg); -moz-transform: rotate(177deg); transform: rotate(177deg); z-index: 10;}
body.homepage div#footer-wrapper:before {border-bottom: 3px solid #fdc039; display: none; }


/*############### COMPETITION ##################*/

div#dnsw-fields {display: none; padding: 20px; background: #e9e9e9; width: 88%; padding-top: 10px; border: 1px solid #c6c6c6;}
div.competition label.width {font-weight: bold; min-width: 90px; display: inline-block; display: none;}
div.competition input[type="text"], div.competition select {display: block; height: 40px; width: 91%; background-color: #fff; border: 1px solid #c6c6c6; border-radius: 0; color: #222223; line-height: 20px; padding: 0px 12px; margin-bottom: 15px; margin-top: 15px; font-family: 'Gotham-rounded-bold', "Arial Rounded MT Bold"; line-height: 110%; font-size: 16px;}
div.competition input#firstname {margin-top: 0px;}
div.competition input[type="checkbox"] {margin-bottom: 40px; float: left; margin-right: 10px;}
div.competition div.select-wrapper {width: 100%;}
div.competition select {color: #666;}
div.competition select option {font-weight: normal; font-family: Arial; color: #222223;}
div.competition div.checkbox {width: 100%; float: left;}
div.competition label {cursor: pointer;}

div.competition .error {font-weight: bold; color: #c03;}
div.competition label.error {display: block; margin-top: -15px; text-align: left;}
div.competition label.error.checkbox {margin-top: 2px; margin-left: 5px;}
div.competition label label.error {float: left; margin-left: 26px; margin-bottom: 15px;}
div.competition input.error, div.competition select.error {border: 2px solid #c03 !important;}
div.competition textarea.error {border: 2px solid #c03;}
/*############### COMPETITION ##################*/

/*############### JQUERY UI DATEPICKER ##################*/
/* ------------------------------------ **
**  jQuery Datepicker
** ------------------------------------ */
.ui-datepicker {
  display: none;
  font-family: 'Gotham-rounded-bold', "Arial Rounded MT Bold";
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  margin-top: 5px;
  padding: 7px;
  -webkit-box-shadow: 0px 0px 7px 1px #999;
  -moz-box-shadow: 0px 0px 7px 1px #999;
  -ms-box-shadow: 0px 0px 7px 1px #999;
  -o-box-shadow: 0px 0px 7px 1px #999;
  box-shadow: 0px 0px 7px 1px #999;
  z-index: 99 !important; }
  @media (min-width: 768px) {
    .ui-datepicker:before {
      content: '';
	  font-family: FontAwesome;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff;
      position: absolute;
      top: -10px;
      left: 30px; } }
  .ui-datepicker.ui-datepicker-inline {
    background-color: #f4f4f5;
    color: #222223;
    padding: 0; }
  .ui-datepicker .ui-datepicker-header {
    background: #f26522;
    color: #fff;
    height: 35px;
    line-height: 35px;
    width: 100%;
    position: relative; }
    .ui-datepicker .ui-datepicker-header a {
      color: #00a8e1; }
      .ui-datepicker .ui-datepicker-header a:hover {
        color: #00a8e1; }
		.ui-datepicker .ui-datepicker-header a:focus {
        color: #00a8e1; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      cursor: pointer;
      height: 35px;
      width: 35px;
      position: absolute;
      top: 0; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
        background-repeat: no-repeat;
        display: block;
        padding: 0 17.5px;
        overflow: hidden;
        width: 10px; }
        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-w,
        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-e,
        .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-w,
        .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
          display: none; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 0; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        height: 10px;
        width: 10px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled {
        cursor: default;
        opacity: .35;
        filter: Alpha(Opacity=35); }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 0; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        height: 10px;
        width: 10px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      font-size: 18px;
      text-align: center;
      text-transform: uppercase; }
  .ui-datepicker .ui-datepicker-calendar {
    background: #fff; 
	border-collapse: collapse;
    border-spacing: 0;}
    .ui-datepicker .ui-datepicker-calendar tr {
      border: none; }
      .ui-datepicker .ui-datepicker-calendar tr:nth-child(even) td:nth-child(even) a,
      .ui-datepicker .ui-datepicker-calendar tr:nth-child(even) td:nth-child(even) span {
        background: #e9e9ea; }
      .ui-datepicker .ui-datepicker-calendar tr:nth-child(even) td:nth-child(odd) a,
      .ui-datepicker .ui-datepicker-calendar tr:nth-child(even) td:nth-child(odd) span {
        background: #d3d3d4; }
      .ui-datepicker .ui-datepicker-calendar tr:nth-child(odd) td:nth-child(even) a,
      .ui-datepicker .ui-datepicker-calendar tr:nth-child(odd) td:nth-child(even) span {
        background: #d3d3d4; }
      .ui-datepicker .ui-datepicker-calendar tr:nth-child(odd) td:nth-child(odd) a,
      .ui-datepicker .ui-datepicker-calendar tr:nth-child(odd) td:nth-child(odd) span {
        background: #e9e9ea; }
    .ui-datepicker .ui-datepicker-calendar thead th {
      border: none !important;
      color: #222223;
      font-size: 12px;
      padding: 20px 0;
      text-align: left;
      text-transform: uppercase; }
    .ui-datepicker .ui-datepicker-calendar td {
      border: 1px solid #c6c6c6;
      font-size: 14px;
      margin: 0;
      padding: 0;
      text-align: left;
      vertical-align: top; }
      .ui-datepicker .ui-datepicker-calendar td span,
      .ui-datepicker .ui-datepicker-calendar td a {
        border: 2px solid transparent;
        display: block;
        text-decoration: none;
        height: 40px !important;
        width: 40px !important; }
        @media (min-width: 768px) {
          .ui-datepicker .ui-datepicker-calendar td span,
          .ui-datepicker .ui-datepicker-calendar td a {
            height: 36px !important;
            width: 36px !important; } }
      .ui-datepicker .ui-datepicker-calendar td span.cell-label {
        display: none; }
      .ui-datepicker .ui-datepicker-calendar td a {
        color: #222223; }
        .ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight {
          /*background: #00a8e1;*/
          border: 2px solid #fdc039;
          font-weight: bold;
          color: #222223; }
        .ui-datepicker .ui-datepicker-calendar td a.ui-state-default.ui-state-hover,
        .ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
          background: #fdc039 !important;
          border: 2px solid #fdc039; }
      .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
        cursor: default !important; }
        .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
          color: #666;
          float: none;
          width: auto; }
		  
		.caret, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  content: '';
  display: inline-block;
  margin-left: 13px;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }


@media screen and (max-width: 1600px){ 

	div#homepage-hero-image-wrapper {background-position-y: -140px;}
}

@media screen and (max-width: 1366px){ 

	div#homepage-hero-image-wrapper {background-position-y: -140px;}
}

@media screen and (max-width: 1280px){ 

}

@media screen and (max-width: 1041px){ 
	
	div#accessibility ul, 
	div#toolbar > ul, 
	div#top, 
	div#content{width: 100%;}
	
	div#sub-menu ul, 
	div#breadcrumbs, 
	.slideshow div#breadcrumbs, 
	div.instagram, 
	div.vptags, 
	div.latest-blog, 
	div#footer, 
	div#footer-menu, 
	div#footer-content-wrapper-wrapper {max-width: 100%;}
	div#breadcrumbs, .slideshow div#breadcrumbs {padding-left: 0; padding-right: 0; max-width: 100%;}
	div#breadcrumbs ul, .slideshow div#breadcrumbs ul {padding-left: 5px;}
	div#search-results-tabs ul li {width: 24.6%;}

	a.button.hero {width: 60%;}
	div#newsletter p.h3 {font-size: 16px;}
	
	div#homepage-feature-grid-diagonal:before,
	div#homepage-feature-grid-diagonal:after,
	body.homepage div#footer-wrapper:before {display: none;}
	/*div#homepage-hero-image-wrapper {background-image: url(/images/real-festival-hero-shot-2017-V3b.jpg); background-position-y: 0px; background-size: 1337px;}
	div#homepage-hero-image-wrapper {background-image: url(/images/real-festival-hero-shot-2017-ipad.jpg); background-position-y: 0px; background-position-x: -316px; background-size: 1342px;}*/
	div.homepage img.logo {margin-bottom: -30px;}
	
	
}

@media screen and (max-width: 841px){ 

	div.banner__video {display: none;}
	
	div.homepage div.padding20 {display: block;}
	
	div.homepage img.logo {display: none;}
	div.homepage img.mobile-logo {display: none;}
	div#homepage-feature-grid p.center {margin-top: 0;}
	
	body.homepage div#social-feed-wrapper:after {display: none;}
	
	body.homepage div#toolbar div#main-nav img.logo {display: none;}
	body.homepage div#toolbar.top div#main-nav img.logo.nomobile {display: none !important;}
	body.homepage div#toolbar.top div#main-nav img.logo.mobileonly {display: block !important;}
	
	.padding40left {padding-left: 0px;}
	.paddingmobile0 {padding: 0 !important;}
	div.feature div.content-wrapper {margin-bottom: 0;}
	
	div.padding10.feature{padding: 0;}
	div.blog div.latest-blog-listing div.feature div.content-wrapper {min-height: 10px;}
	
	span.date { font-size: 15px; display: inline-block; margin-bottom: -5px;}
	
	div#event-image {/*padding-top: 235px;*/}
	div.event-listing {min-height: 1px;}
	
	div.event-search-form div.form-input {width: 99%;}
	input[type="text"].calendar {max-width: 99%;}
	div.select-wrapper {width: 93%;}
	div.event-search-form div.form-input input[type="submit"] {width: 93%; margin-top: 0;}
	.ui-datepicker .ui-datepicker-calendar td span, .ui-datepicker .ui-datepicker-calendar td a {height: 32px !important; width: 32px !important;}
	
	#article-content h1, .info h1 {font-size: 26px; padding: 12px; padding-left: 30px;}
	
	h2.categoryicon:hover {background-color: #e9e9e9; cursor: pointer;}
	div.category-wrapper {display: none;}
	h2.categoryicon {padding-left: 20px; margin-bottom: 4px; margin-top: 4px; font-size: 16px; line-height: 40px; background-color: #e9e9e9;}
	a.button.event-category {margin-top: -55px; padding: 8px;}
	
	img.left, img.right {max-width: 50%;}
	
	div#google-map {height: 360px; }
	ul.google-map-tabs li a {padding: 10px; font-size: 12px;}
	
	div#newsletter input[type="submit"] {font-size: 11px;}
	div#newsletter input[type="email"] {font-size: 11px;}
	
	a.button, a.button:hover, a.button:focus, input[type="submit"], div.slideshow-button a, div.slideshow-button a:hover {font-size: 16px;}
	a.button.register {font-size: 14px; margin-bottom: -7% !important;}
	div#cart-modal {margin-top: 100px;}
	div.homepage img.logo {width: 60%;}
	a.button.hero {font-size: 16px; padding: 15px 30px;}
	
	div#body {overflow-x: hidden; margin-top: 105px; background-position-y: 400px;}

	body.homepage p.datetime, body.homepage p.location {font-size: 11px;}
	div#toolbar div#timelocation div#timelocation-wrapper p {font-size: 16px; padding: 10px; padding-top: 77px;}
	
	
	div#menu-logo-wrapper {display: none;}
	div#menu-logo-wrapper-mobile {display: block;background: #FFF; margin-top: 0px; padding-top: 10px; padding-bottom: 10px;}
	
	div#menu-modal li a {padding-bottom: 5px; padding-top: 5px;}
	
	div#event-image {min-height: 135px;}
	
	div#scroll-to-top {float: none;}
	
	span.new-line{display: block;}
	span.tabs{display: none;}
	
	/*div#homepage-hero-image-wrapper {background-image: url(/images/real-festival-hero-shot-2017-V3b.jpg); background-position-y: 0px; background-size: 2891px; background-position-x: -187px; padding-bottom: 65px;}*/

	iframe.youtube-video {min-height: 180px !important}
	a.button.hero {width: 62%;}
	div#homepage-feature-grid p.h1 {font-size: 34px;}
	
	div.homepage img.mobile-logo {max-width: 310px; margin-bottom: -10px;}
	div.homepage p.center.tagline {line-height: 23px; font-size: 18px !important;}
	span.date { font-size: 18px;}
	
	div#toolbar div#main-nav img.logo {max-height: 40px; margin-top: 24px;}
	div#social-icons {display: none;}
	
	div.twelve.eoi div.four div.padding10 {min-height: 1px; position: relative;}
	div.twelve.eoi div.three div.padding10 {min-height: 1px; position: relative;}
	div.twelve.eoi div.padding10 a.button {position: relative; bottom: 0;}
	
	div.four.feature div.padding10 { min-height: 205px;}
	
}

@media screen and (max-width: 680px){
	
	.nomobile {display: none !important;}
	.mobileonly {display: block !important;}
	.nomobileinline {display: none !important;}
	div.instagram-wrapper {background: #F26522;}
	div#slideshow {margin-top: 108px;}
	
	div#toolbar div#main-nav a.nav-logo-image {left: 10px;}
	button.menu-toggle {padding: 5px; float: right; padding-top: 20px; padding-right: 20px;}
	span.icon-bar { width: 50px; height: 5px; margin: 12px;}
	h1, p.h1 {font-size: 30px;}
	div.one, div.two, div.three, div.four, div.five, div.six, div.seven, div.eight, div.nine, div.ten, div.eleven, div.twelve {width: 100% !important; }
	div#contact-details,div#media-social {text-align: center; }
	div#accessibility ul li a {font-size: 13px;}
	
	div#toolbar div#main-nav {width: 100%;}
	div#toolbar div#central {display: none;}
	div#social-icons {width: 50% !important; }
	
	div#breadcrumbs { line-height: initial; }
	div#body {margin-top: 0px;}
	div#header-logo {position: absolute; z-index: 450; background: #F26522;}
	img.logo.mobileonly {margin-left: 15px;}
	div#toolbar {padding-bottom: 15px; background: transparent; position: absolute;}
	/*div#homepage-feature-grid-wrapper { margin-top: 103px;}*/
	div.border-right, div.feature-tile.orange, div.feature-tile.blue {border-right: 0px; border-left: 0px;}
	div.feature-tile  {min-height: 115px; border-top: 0px;}
	div.feature-tile.image {min-height: 275px; border-left: 0px;}
	div.feature-tile a {padding-bottom: 0;}
	
	div#blue, div#pink {min-height: unset; text-align: center;}
	div#blue div#inner, div#pink div#inner {position: relative; padding-top: 12px; padding-bottom: 25px;}
	div#blue div#inner div#subscribe {width: 100%;}
	p#connect {padding-top: 0; padding-left: 0; font-size: 30px;}
	p#social-pink {padding-left: 0;}
	p#social-pink span#hashtag {display: block;}
	div#subscribe input[type="email"] {width: 80%;}
	div#mailchimpsubscribe-form input[type="submit"] {display: block; margin: 0 auto; margin-top: 10px;}
	div#subscribe p.h3.subscribe {font-size: 30px; text-align: center;}
	form#mailchimpsubscribe {text-align: center;}
	div#after-content-wrapper {margin-top: 0;}
	div#footer-content-text {line-height: 29px;}
	div#footer-content-text img.padding20 {padding: 0;}
	
	body.homepage div#homepage-hero-image div.two {display: none;}
	body.homepage div#homepage-hero-image div.padding10 {padding: 0;}
	body.homepage div#homepage-hero-image div.padding10 div.eight div.four p {margin: 0;}
	body.homepage div#homepage-hero-image div.padding10 div.two {display: none;}
	body.homepage div#homepage-hero-image div.padding10 div.one {display: none;}
	div.homepage {padding: 10px;}
	div.homepage p.center {font-size: 24px !important; margin-bottom: 0 !important; margin-top: 85px;}
	span.date { font-size: 24px;}
	div#event-image {padding-top: 108px;}
	
	div.blog p.readmore {text-align: center;}
	
	div.event-page div.icon {display: none;}
	div.event-page div.four.more-details div.padding30 {padding: 0;}
	
	div#sub-menu ul, 
	div#breadcrumbs, 
	.slideshow div#breadcrumbs, 
	div.instagram, 
	div.vptags, 
	div.latest-blog, 
	div#footer, 
	div#footer-menu, 
	div#footer-content-wrapper-wrapper {max-width:100%;}
	ul#footer-internal, div#footer-menu ul > li, ul#footer-external {width: 100%;}
	
	
	
	div#footer-menu ul > li > a:after {font-family: FontAwesome; content: "\f0d7"; position: absolute; right: 10px;}
	div#footer-menu ul ul {display: none;}
	
	
	div#footer-content-text, div#footer-content-menu {text-align: center;}
	div#footer-menu ul {margin-top: 0; margin-bottom: 0;}
	
	div.nsw p {margin-left: 0px;}
	
	div.google-map p.h1 {margin: 10px; width: 100%; text-align: center;}
	div.google-map p.h1 span.map-pin{display: block; margin-left: 128px; height: 50px;}
	img.date { max-width: 208px;}
	ul.google-map-tabs li {width: 49%;}
	div#google-map {height: 220px; }
	
	div.instagram-image {min-height: 135px;}
	div.instagram p.h1 {text-align: center; font-size: 26px; line-height: 26px;}
	
	div#footer-menu-wrapper {display: none;}
	
	div#penrith-details p {text-align: center;}
	/*div#homepage-hero-image-wrapper {background-image: url(/images/real-festival-hero-shot-2017-phone.jpg);}
	div#homepage-hero-image-wrapper {background-image: url(/images/real-festival-hero-shot-2017-phoneb.jpg);}*/
	div.homepage img.logo {margin-bottom: -60px;}
	div.homepage img.logo {width: 78%;}
	div.homepage p.center.tagline span.realfestival-pipe {display: none;}
	div.homepage p.center.tagline span.realfestival-break {/*display: block;*/}
	span.linebreak {display: block;}
	div.four.feature div.padding10 {background-size: cover; min-height: 275px;}
	
	div#content { width: 88%; padding-left: 6%; padding-right: 6%;}
	
	div.homemakercentre img {margin-top: 0px; max-width: 80%;}
	div.homemakercentre p {}
	div.busways img {margin-top: -20px; margin-bottom: -20px;}
	div.busways p {}
	div.sevennews img {margin-top: 0px;}
	div.sevennews p {}
	div.nswgovernment img {max-width: 80%; margin-top: 0px;}
	div.nswgovernment p {}
	div.westernweekender img {margin-top: 0px; max-width: 80%; margin-right: 0px;}
	div.westernweekender p {text-align: center !important;}
	div.brighter img {margin-top: 0px; max-width: 80%;  margin-left: 0px;}
	div.brighter p {text-align: center !important;}
	div.nepeanbelle img {margin-top: 0px; max-width: 80%; margin-right: 0px;}
	div.nepeanbelle p {text-align: center !important;}
	div.holidayinn img {margin-top: 0px;}
	div.holidayinn p {}
	div.stmaryssaints img {margin-top: 0px; max-width: 80%; margin-left: 0px;}
	div.stmaryssaints p {text-align: center !important;}
}

@media screen and (max-width: 480px){

	div#accessibility ul, div#toolbar > ul, div#top, div#content {width: 100%;}
	ul.social-list li.love-count {width: 95px !important;}
	
	div#toolbar div#main-nav {width: 100%; text-align: right; float: none;}
	div#toolbar.top div#main-nav img.logo, div#toolbar div#main-nav img.logo {/*display: none !important;*/}
	div#toolbar div#main-nav img.logo {max-height: 80px; margin-left: 10px;}
	div#social-icons {width: 62% !important; }
	div#toolbar .social-list li {margin-top: 4px;}
	
	div#menu-modal {width: 263px !important; min-width: 0; max-width: 1000px;}
	
	/*div#homepage-feature-grid-diagonal:before {width: 100%;}
	div#homepage-feature-grid-diagonal:after {width: 100%;}
	body.homepage div#footer-wrapper:before {display: none;}*/
	
	span.dash {display: none;}
	
	
	div.event-search-form div.form-input {width: 95%; text-align: center;}
	div.event-search-form div.form-input label {text-align: left;}
	div.event-search-form div.form-input input[type="submit"] {margin-top: 0px;}
	div#search-results-tabs ul li {width: 100%;}
	
	div#newsletter {text-align: center;}
	div#mailchimpsubscribe-message {width: 100%;}
	div#contact-details,div#media-social {width: 100% !important; text-align: center;}
	div#contact-details p.h3,div#media-social p.h3 {margin-bottom: 0px;}
	
	div.event-listing.things h3.title {width: 100%;}
	div.vptags-wrapper, div.instagram-wrapper, div.latest-blog-wrapper {padding: 10px;}
	
	div#search-results div.result p.publish-date {float: none;}
	
	div#footer-content-menu ul {padding-left: 0; margin-top: 0;}
	div#footer-content-menu ul li {display: block; text-align: center;}
	
	div#media-social ul li { margin-left: 8px; margin-right: 8px;}
	
	body.social div.instagram-image, div.instagram-image {min-height: 120px;}
	div.instagram p.h1 {text-align: center; font-size: 26px; line-height: 26px; margin-bottom: 20px;}
	a.button.instagram {margin-bottom: 0px;}
	
	/*div#homepage-hero-image-wrapper {background-image: url(/images/real-festival-hero-shot-2017-phone.jpg); background-size: 1188px; background-position-y: -32px;  background-position-x: -294px;}
	div#homepage-hero-image-wrapper {background-image: url(/images/real-festival-hero-shot-2017-phoneb.jpg);}*/
	div.homepage img.logo {margin-bottom: -60px;}
	div.homepage img.logo {width: 78%;}
	div.homepage p.center.tagline {line-height: 23px; font-size: 18px !important;}
	span.date { font-size: 18px;}
	p.tagline.location {margin-top: 0; padding-bottom: 0px !important;}
	div.four.feature div.padding10 {background-size: cover; min-height: 275px;}
	
	button.menu-toggle {
    padding: 5px;
    float: right;
    padding-top: 10px;
    padding-right: 10px;}
	
	div#content { width: 88%; padding-left: 6%; padding-right: 6%;}
}

@media screen and (max-width: 415px){ /* iPhone 6/7/8 Plus Portrait -  414x736 */

	div.four.feature div.padding10 {background-size: cover; min-height: 300px;}

}

@media screen and (max-width: 376px){ /* iPhone 6 Portrait -  375x667 */

	div.homepage img.mobile-logo {max-width: 288px; margin-bottom: -10px; padding: 0; padding-top: 20px; padding-bottom: 20px;}
	div.homepage p.center.tagline {font-size: 17px !important; line-height: 26px; padding-bottom: 0px;}
	span.date { font-size: 17px;}
	div#homepage-hero-image-wrapper {background-size: 1066px; background-position-y: -19px; background-position-x: -258px;}
	div#homepage-feature-grid p.h1 {font-size: 28px;}
	div.four.feature div.padding10 {background-size: cover; min-height: 275px;}

}

@media screen and (max-width: 321px){ /* iPhone 5 Portrait - 320x568 */

	div.homepage img.mobile-logo {}
	div.homepage p.center.tagline {font-size: 14px !important; line-height: 26px; padding-bottom: 0px;}
	span.date { font-size: 14px;}
	div.four.feature div.padding10 {background-size: cover; min-height: 245px;}

}