/*
Theme Name:     MP Choral Festival
Theme URI:      http: //http://mpchoralfestival.com.au//
Description:    Yearly choral festival on the Mornington Penisula
Author:         Next Door Media
Author URI:     http: //nextdoormedia.com.au/
Version:        1.0.1
-------------------------------------------------- */

/* #Body
-------------------------------------------------- */
html { min-height: 100%;  -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-size: 100%; }

/* Fonts 
  - font-family: 'PT Sans', sans-serif;
  - font-family: 'PT Sans Narrow', sans-serif;
  - font-family: 'Oswald', sans-serif;
-------------------------------------------------- */
body {

	min-height: 100%; 

	/*background: url(images/bg.jpg) repeat-x scroll 0 0 #FFFFFF;*/
 	
 	font: 15px/24px "PT Sans", Arial, Helvetica, sans-serif;
 	color: #424242;
 	font-weight: 400;
 	
 	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* #Site Styles
-------------------------------------------------- */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}
::selection {
	background: #662a42;
	color: #FFFFFF;
}
::-moz-selection {
	background: #662a42;
	color: #FFFFFF;
}

.row { margin-bottom: 20px; }

figure,
embed,
object,
video {
	max-width: 100%;
}
figure img, 
img { max-width: 100%; display: block; }

a,
a:visited { 
	color: #662a42;
	text-decoration: none; 
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
p a { border-bottom: 1px dashed #ba9fa9; padding-bottom: 2px; }

a:hover { 
	border-bottom: 0px solid; text-decoration: none; 
	color: #222;	
}
p a:hover { border-bottom: 1px dashed #222; }

strong, b {
	color: #333;
	font-weight: 600;
}
a strong { color: #662a42; }

p { margin-bottom: 20px; }

table td { border: 1px solid #d7d7d7; padding: 5px 10px; }

h1,h2,h3,h4,h5,h6 { font-family: 'Oswald', sans-serif; }

h1 {
	font: 40px/42px 'Oswald', sans-serif;
	color: #393939;
	margin-bottom: 20px;
}

h2 {
	font: 20px/30px 'Oswald', sans-serif;
	color: #393939;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

h3 {
	font: 20px/27px 'Oswald', sans-serif;
	color: #b7ae88;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h4 {
	font: 17px/23px 'Oswald', sans-serif;
	color: #b7ae88;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
hr { height: 1px; border: none; background-color: #d7d7d7;  width: 200px; margin: 10px auto; }
em { font-style: italic; color: #525252; }

.preloader { background:url(images/loader.gif) center center no-repeat transparent; display: block; }

img { max-width: 100%; }
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
	border: none;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: none;
	border-color: none;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: none;
	border-color: none;
}

/* Forms
-------------------------------------------------- */
/* Glyn Mooney HTML5 Webkit Reset
Ref: http://www.skidoosh.co.uk/html/how-to-reset-the-webkit-html5search-field-style-with-css/ */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search] {
  /* the webkit overrides need to stay at the top */
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

.indicates-required,
.asterisk {
	font-size: 10px;
	color: #9b0011;
	font-style: italic;
}
label {
	min-width: 150px;
	display: inline-block;
}

input[type=text], 
input[type=password],
input[type=email], 
textarea {
	font-size: 15px;
	line-height: 30px;
	color: #393939;
	background: #dad7cd;
	border: 1px solid #dad7cd;
	border-left: 3px solid #cac7bd;
	padding: 0 7px;
}
input[type=text]:focus,
textarea:focus,
input[type=email]:focus, 
textarea:focus {
	color: #111111;
	border: 1px solid #cac7bd;
	border-left: 3px solid #cac7bd;
}

.button, 
button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	background: #eee;
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 14px;
	line-height: normal;
	padding: 8px 10px;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa; 
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ 
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; 
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* Header
-------------------------------------------------- */
.header-top { overflow: hidden; margin-bottom: 20px; }
.header-top ul { list-style: none; }
.header-top ul li { display: inline;  }
.header-top ul li a {
	font-size: 13px;
	line-height: 30px;
	font-family: "Oswald";
	color: #393939;
	font-weight: 300;
	letter-spacing: 1px;
}
.header-top ul li a:hover { color: #662a42; }
.header-top ul li:after { content: "|"; padding: 0 10px; color: #393939; }
.header-top ul li:last-child:after { content: ""; padding: 0; }

/* Header Bar
-------------------------------------------------- */
.header-bar { line-height: 70px; margin-bottom: 0px; }

	/* Logo
	-------------------------------------------------- */
	.header-bar .logo { 
		margin: 0 auto;
		vertical-align: middle;
		/*text-align: left;  
		position: absolute;
		left: 10px;
		top: 32px;*/
	}
	.header-bar .logo img {
	    height: 110px;
	    margin: 0 auto;
	}
	.header-bar .logo-text { position: relative; text-align: center; }
	.header-bar .logo-text .headline-sml { line-height: 22px; margin-bottom: 0px; }
	
	/* Sponsor
	-------------------------------------------------- */
	.sponsor {
	    font-size: 13px;
	    position: absolute;
	    right: 24px;
	    text-align: right;
	    top: 50px;
	}
    .sponsor img {
	    display: inline;
	    padding-left: 10px;
	    position: relative;
	    top: -26px;
	    vertical-align: top;
	}
	
/* Social
-------------------------------------------------- */
.social {
    line-height: 1;
    position: relative;
    text-align: right;
}
.social ul { display: inline-block; margin: 5px 10px 0 0; }
.social .fb_iframe_widget {
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 5px;
}
.social ul li { display: inline; padding-left: 10px; }
.social ul li a { color: #393939; }
.social ul li a:hover { color: #662a42; }

/* Navigation
-------------------------------------------------- */
.navigation.row { margin-bottom: 0px; position: relative; }
.primary ul { width: 100%; text-align: center; line-height: 60px; background: #F7F7F7; /*border-top: 1px solid #dfdbca; border-bottom: 1px solid #dfdbca;*/ }
.home .primary ul { border-bottom: 0px ; } 
.primary ul li { display: inline; padding-right: 50px; }
.primary ul li:last-child { padding-right: 0px; }
.primary ul li a { 
	font-size: 15px;
	line-height:60px;
	font-family: "Oswald";
	color: #662a42;
	font-weight: 400;
	text-transform: uppercase;
}
.primary ul li a:hover,
.primary ul li.current-menu-item a { color: #393939; }

/* Header Slideshow
-------------------------------------------------- */
.header-slideshow { 
	background-color: #672943; 
	height: 100%;
	overflow: hidden;
}
.header-slideshow .slide-content { padding: 30px; }
.header-slideshow .slide-content h3 {
	color: #FFFFFF;
	font-family: "Oswald";
	font-size: 23px;
	line-height: 27px;
	text-transform: none;
}
.header-slideshow .slide-content p {
	margin: 24px 0 30px;
	font-family: "PT Sans";
	font-size: 15px;
	line-height: 21px;
	color: #FFFFFF;
}
.header-slideshow .slide-content .button {
	background: transparent;
	font-size: 20px;
	line-height: 1;
	padding: 15px 0px;
	font-weight: 300;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	text-shadow: none;
	border: 1px solid #ffffff;
	box-shadow: none;
	margin: 0;	
}
.header-slideshow .slide-content .button:hover {
	background-color: #FFF;
	color: #6a2d47;
	border: 1px solid #ffffff;
	
}
.header-slideshow .purple { background-color: #672943; }
.header-slideshow .green { background-color: #3c8476; }

/* Content Boxes
-------------------------------------------------- */
.content-boxes { position: relative; }
.content-boxes div.grey-box h4 { background-color: #f7f7f7; padding: 10px; font-family: "Oswald"; font-size: 17px; color: #672943; }
.content-boxes div.grey-box h4 a { color: #672943; display: block; }
.content-boxes div.grey-box h4 a:hover { color: #b7ae88; }
.content-boxes div.grey-box h4 .fa-2x { font-size: 23px; }
.grey-box > ul { margin-top: 20px; }
.content-boxes div.grey-box ul.times {  }
.content-boxes div.grey-box li p { margin-bottom: 10px; }
.content-boxes div.grey-box a.more { 
    color: #6a2d47;
    display: block;
    text-align: right;
    
}

/* Festival Program
-------------------------------------------------- */
.content-boxes.festival-program { margin: 20px 0 40px; }
.content-boxes.festival-program h3,
.page-content h3 {    
	 font-size: 30px;
    line-height: 50px;
    text-align: center;
}
.content-boxes.festival-program .grey-box { border: 1px solid #ececec; }
.content-boxes.festival-program .grey-box h4 { text-align: center; }
.content-boxes.festival-program .festival-break { margin-bottom: 40px; clear: both; display: block; }
.festival-program .times ul { margin: 0;  }
.festival-program .times ul > li { padding: 5px; border-bottom: 1px solid #dfdbca; }
.festival-program .times ul > li.loc { font-style: italic; border: 0px; text-align: center; font-weight: 600; padding: 0px 0 20px 0; }
.festival-program .times ul > li:last-child { margin-bottom: 0px; border-bottom: 0px; } 
.festival-program .times ul li ul li { display: inline-block; padding: 0 10px; }
.festival-program .times ul li.pull-right { float: right; font-weight: 600; }
.page-program .festival-program ul.times > li { padding: 5px 0; }

.content-boxes div.about p { margin-top: 10px; height: 100%; min-height: 100%; }



	/* Second Row
	-------------------------------------------------- */
	.content-boxes div.blue-box { background-color: #0095da; height: 145px; }
	.content-boxes div.orange-box { background-color: #faa74b; height: 145px; }
	.content-boxes div.green-box { background-color: #3c8476; height: 145px; }
	
	.content-boxes div.large-box { position: relative; padding: 20px 30px; }
	.content-boxes div.large-box a {
		color: #FFFFFF;
		font-family: "Oswald";
		font-size: 25px;
	    line-height: 30px;
	    letter-spacing: 0.05em;
	    font-weight: 300;
	}
	.content-boxes div.large-box a:hover {  }
	.content-boxes div.large-box a .fa {
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
	.content-boxes div.large-box ul {
		padding: 5px 0 0 10px; 
	}
	.content-boxes div.large-box ul li { display: block; padding-top: 5px; font-size: 15px; line-height: 15px; }
	
	
	
/* Media
-------------------------------------------------- */
.media h4 { background-color: #f7f7f7; padding: 10px 0px; text-align: center; font-family: "Oswald"; font-size: 17px; color: #672943; margin-bottom: 0px; }	
.media .festivals-photos > li {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 180px;
}
.media .festivals-photos > li:last-child,
.media .festivals-photos > li:nth-child(5n) { margin-right: 0px; }
.media .festivals-photos > li:nth-child(6n) { clear: both; }
.media .festivals-photos > li p {
	font-size: 13px;
	margin-top: 3px;
	text-align: center;
	margin-bottom: 0;
}
.media .festivals-photos > li span { font-style: italic; line-height: 1; display: block; }

.media-gallery .festivals-photos li { display: inline-block; text-align: center; width: 200px; margin-right: 10px; vertical-align: top; }
.media-gallery .festivals-photos li img { width: 200px; margin: 0 auto; }


/* Page Style
-------------------------------------------------- */	
.page ol {
    list-style: inside none disc;
    margin-bottom: 20px;
}
.page-content { margin-top: 40px; overflow: hidden; background-color: #FFF; }
.entry-title { font-size: 30px; line-height: 35px; text-transform: uppercase; }

.page-festival-song h3 {
    margin-bottom: 0;
}
.page-festival-song h4 {
    margin-bottom: 30px;
}
.page-contact ul { margin-bottom: 30px; }
.page-contact ul.primary { margin-bottom: 0px; }

.wpcf7 ul li input,
.wpcf7 ul li textarea,
.page-contact ul li input,
.page-contact ul li textarea { 
	background: #F7F7F7; margin-bottom: 10px; 
	width: 500px;
	font-family: "PT Sans";
}
.wpcf7 ul li input:focus,
.wpcf7 ul li textarea:focus,
.page-contact ul li input:focus,
.page-contact ul li textarea:focus {
	background-color: #FFFFFF;
}

/* Program Page
-------------------------------------------------- */
.the-line-up {  
	margin-bottom: 50px;
	overflow: hidden;
}
.the-line-up strong {
	padding: 10px 0;
	display: block;
}
.the-line-up ul {
	border: 1px solid #e7e7e7;
	padding: 5px;
}
.the-line-up ul li {
	padding: 5px 0 4px;
	border-bottom: 1px solid #e7e7e7;
}
.the-line-up ul li:last-child { border-bottom: none; }

/* Registration Form
-------------------------------------------------- */
.registration_form { margin: 50px 0; }
h3.section { margin-top: 30px; }
p.location { margin: 10px; font-weight: 600; }
p.location2 { margin: 10px; }
p.payment_details { text-align: center; padding: 20px; border: 1px solid; margin: 20px 0; }
p.note { font-style: italic; }
p.final_rego { text-align: center; font-size: 19px; color: #111; }
p.confirmation { color: #222; }
p.grants { text-align: center; font-style: italic; }

ul li.small_textbox { display: inline; padding-right: 20px; }
ul li.small_textbox input { width: 100px !important; }
ul li.small_textbox label { width: 220px; }
ul.spacing-bottom { overflow: hidden; margin-bottom: 20px; }
ul li.checkbox { display: inline; padding-right: 20px; }
ul li.checkbox label { width: 88% !important; float: right; }

/* Checkbox
-------------------------------------------------- 
input[type=checkbox] {
	visibility: hidden;
}

.largerCheckbox {
	width: 20px;	
	margin: 20px auto;
	position: relative;
}

.largerCheckbox label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.largerCheckbox label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.largerCheckbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.largerCheckbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
*/



/*.largerCheckbox {
	width: 20px;
	height: 20px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	
	border: 1px solid;
}*/
input.button {
	border: 1px solid #6a2d47;
	background: transparent;
    color: #6a2d47;
    display: block;
    margin-top: 30px;
    padding: 10px 20px;
    text-align: center;
    
    text-shadow: none;
	box-shadow: none;
	width: 100%;
}
input.button:hover { background: #6a2d47; color: #fff; box-shadow: none; text-shadow: none;  }
label.error { display: block; }
p.intro { font-style: italic; font-size: 17px; }


/* Footer
-------------------------------------------------- */
#footer {  
	background: #e5e2d8;
	min-height: 300px;
	padding: 30px 0;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 60px;
	border-top: 10px solid #efefe8;
}

/* Sponsor
-------------------------------------------------- */
#footer h4 {
	font-size: 14px;
	font-weight: 500;
	font-family: "Oswald";
	line-height: 1;
	color: #393939;
	margin-bottom: 20px;
}

#footer p { margin-bottom: 20px; }

#footer .contact { padding-left: 30px; }
#footer .contact ul li { padding-bottom: 10px; }
#footer .contact ul li.directions { padding: 10px 0 20px; font-weight: 600; color: #6a2d47; font-size: 14px; margin-top: 30px; }
#footer .social { text-align: left; margin-top: 10px; top: 0;  }
#footer .social a { color: #393939; }
#footer .social a:hover { color: #6a2d47; }
#footer .social ul li { padding-left: 0px; padding-right: 10px; }

#footer .newsletter input {
	background: #dad7cd;
	border: 1px solid #d8d5cb;
	color: #6b6b6b;
	width: 100%;
	font-family: "PT Sans";
	
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 10px;
}
#footer .newsletter a.button,
#footer .newsletter input.button { 
	border: 1px solid #6a2d47;
	background: transparent;
    color: #6a2d47;
    display: block;
    margin-top: 20px;
    padding: 5px 10px;
    text-align: center;
    
    text-shadow: none;
	box-shadow: none;
}
#footer .newsletter a.button:hover,
#footer .newsletter input.button:hover{ background: #6a2d47; color: #FFF; }


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
		.primary ul { width: 100%; }
		
		.five.columns.alpha.slide-content { width: 100%; }
		
		.eleven.columns.omega.slide-img { width: 100%; margin-left: 0px; }
		
		.sponsor { right: -60px; }
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (max-width: 767px) {
			
			/*
			-------------------------------------------------- */
			.header-top { text-align: center; margin-bottom:10px; }
			.header-bar .logo { position: relative; top: auto; left: auto; }
			.header-bar .logo img { margin: 0 auto 10px; }

			.sponsor { position: relative; right: auto; top: auto; text-align: center; }
			.sponsor img { top: auto; vertical-align: middle; }
			
			.social { text-align: center; top: auto; }
			.social .fb_iframe_widget { top: auto; margin-top: 5px; }
			
			.header-bar { margin-bottom: 0px; }
						
			/* Nav
			-------------------------------------------------- */
			.navigation.row { padding-right: 20px; }
			.toggleMenu {  
				 color: #6a2d47;
			    float: right;
			    font-size: 24px;
			    line-height: 30px;
			    position: relative;
			    text-align: right;
			}
			
	    	nav.primary {
			    float: left;
			    left: 0;
			    position: absolute;
			    text-align: center;
			    top: 30px;
			    width: 100%; 
			    margin: 0; 
			    z-index: 9999; 
			    height: 100%;
			}
			
	    	nav.primary ul {  
			    display: block;
	    		position: relative;
		        width: 100%; margin: 0;
		        left: 0px;
		        background-color: #6a2d47; 
		        z-index: 9999;
		        width: 100%;
	    	}
	    	nav.primary ul li { 
	    		float: none; display: block; padding: 0; height: auto; line-height: 30px; 
				background-color: #6a2d47;    		
				margin-bottom: 0;
				padding: 6px 0 6px;
	    		border-bottom: 1px solid #FFF;
	    		border-right: none;
	    		text-align: center;
	    	} 
	    	nav.primary ul li:last-child { padding: 6px 0 6px; }
	    	nav.primary ul li:hover { background: #5a1d37; }
	    	nav.primary ul li a, 
	    	nav.primary a {
	    		color: #FFF;
	    		text-align: left;
	    		line-height: 30px;
	    		text-align: center;
	    		font-size: 13px;
	    	} 
	    	nav.primary ul li:hover a { color: #e7e7e7; }
	    	nav.primary ul li.current-menu-item, nav.primary ul li.current-menu-ancestor, nav.primary ul li.current_page_item, nav.primary ul li.current_page_ancestor,
	    	nav.primary ul li.current-menu-item > a {
	    		background: #5a1d37;
	    		color: #FFFFFF;
	    	}
	    	
	    	.page-content { padding: 0 10px; }
	    	
	    	#footer { text-align: center; padding: 30px 10px; }
	    	#footer .about,
	    	#footer .contact,
	    	#footer .newsletter { margin-bottom: 30px; }
	    	#footer .contact { padding-left: 0px; }
	    	#footer .social { text-align: center; }
	    	
	    	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
