/*
Theme Name: Let's Play Jazz
Author: Worcester Web Studio
Author URI: https://www.worcesterwebstudio.com
Description: Bespoke theme for the Upton Jazz Festival website
Version: 1.0.0
*/

@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
}

td {
	border: 1px #eee solid;
	padding: 2px;
}

p, h1, h2, h3, h4, h5, h6, li, td, i, br, a, span {
 line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

a {
	color: #336666;
}

a:hover, a:focus {
	text-decoration: none;
	color: #913a49;
	transition: 0.2s;
}

ins {
	text-decoration: none;
}

p {
	font-size: 18px;
}

body {
	word-wrap: break-word;
}

html, body {
	overflow-x: hidden !important;
}

.alignright{
    float: right;
}
.alignleft{
    float: left;
}
.aligncenter{
    margin: 0 auto;
    display: block;
}

h1,h2,h3,h4,h5,h6,li,td,p,body, button, input, select, textarea, label {
	font-family: 'Voltaire', sans-serif;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 30px;
}

.fullWidth {
	position: relative;
	max-width: 2048px;
	margin: 0 auto;
}

.fourteenForty {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* HEADER */

.logo {
	padding: 30px 0;
	max-width: 150px;
	height: auto;
	margin: 0 auto;
}

.socialContact, .phoneContact {
	text-align: center;
	margin-top: 60px;
}

.socialContact p {
	font-size: 40px;
	color: #292929;
}

.phoneContact p {
	font-size: 32px;
}

.socialContact i, .phoneContact i {
	padding: 5px;
}

/* END HEADER */

/* NAV */

nav.mainMenu {
	background-color: #63aeb0;
	text-align: center;
}

nav.mainMenu ul li a {
	color: white;
	padding: 10px 15px;
	display: block;
	text-transform: uppercase;
}

nav.mainMenu ul li.current_page_item a {
	background-color: #336666;
}

nav.mainMenu ul li a:hover {
	background-color: #234d4d;
	text-decoration: none;
	transition: 0.2s;
}

nav.mainMenu ul li {
	display: inline-block;
	position: relative;
	font-size: 24px;
}

nav.mainMenu ul li ul {
	display: none;
	z-index: 999;
}

nav.mainMenu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	background-color: #336666;
}

nav.mainMenu ul li ul li {
	font-size: 20px;
	display: block;
}

/* Mobile Menu */

.mm-listview .mm-next {
	background: #103e4b;
}

.mm-menu .mm-listview>li .mm-next:after {
	border-color: white;
}

.mobileMenu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	color: #fff;
	background-color: #336666;
	z-index: 9999;
	padding: 0;
	display: none;
}

.mobileMenu .navButton {
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.mobileMenu .navButton i {
	font-size: 28px;
}

.mobileMenu .navButton a {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

.mobileMenu .navButton a:hover {
	text-decoration: none;
}

.mobileMenu p {
	padding: 5px 0;
}

.mm-menu {
	background: rgba(51,102,102, 0.5) !important;
	color: white !important;
}

.mm-listview li {
	font-size: 16px;
	padding-bottom: 0;
}

a.mm-title {
	display: none;
}

	.mm-panels>.mm-panel.mm-hasnavbar {
padding-top: 120px;
}

.mm-listview>li:not(.mm-divider):after, .mm-navbar {
	border-bottom: 0 !important;
}

.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: 40px;
}

.mm-listview li {
	text-transform: uppercase;
	font-size: 18px;
}

.mm-listview>li>a, .mm-listview>li>span {
    padding: 6px 10px 6px 20px;
}

#my-menu img {
	margin-top: 20px;
	margin-left: 15px;
}

#wpadminbar.mobile {
	display: none;
}

li.closeMenu {
    font-weight: 700;
    padding-top: 25px;
    font-style: italic;
}

li.closeMenu a {
    font-size: 14px;
}

/* END MOBILE NAV */

/* END NAV */

/* BODY */

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


form.searchform input[type="submit"] {
	background-color: #336666;
    padding: 5px 10px;
    margin: 0 auto;
    color: white;
    border: none !important;
}

li.comment {
	list-style-type: none;
	padding-bottom: 20px;
}

h1.pagetitle {
    text-align: center;
    color: #913a49;
    display: inline-block;
    border-bottom: 5px solid #913a49;
    padding: 0 10px 15px;
    margin: 35px 0;
}

.highlights h2 {
    text-align: center;
    color: #913a49;
    display: inline-block;
    border-bottom: 5px solid #913a49;
    padding: 0 10px 15px;
    margin-bottom: 35px;
}

.highlights {
	text-align: center;
}

.publishedOn {
	font-size: 20px;
}

div.sp-logo-carousel-pro-section .sp-logo-carousel-pro-area .sp-lcp-item img {
	margin: 0 auto;
}

.logosNew {
	padding-top: 25px;
}

.slick-arrow {
	display: none !important;
}

.sliderOverlay, .timerData {
	visibility: hidden;
}

.artistImageSmall img {
	width: 100%;
	height: auto;
}

.artistImageSmall img, .featArtImage img, a.woocommerce-LoopProduct-link img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.upsells {
	clear: both;
}

.wc-stripe-checkout-button {
	background-color: #366;
    padding: 15px 20px;
    max-width: 175px;
    margin: 0 auto;
    color: white;
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0;
	padding: 0;
}

.artistImageSmall:hover img, .featArtImage img:hover, a.woocommerce-LoopProduct-link:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.artistImageSmall {
	margin-bottom: 50px;
}

.artistThumb img {
	width: 100%;
	height: auto;
}

.artistThumb {
	padding-bottom: 20px;
}

.artistWebsite h5 {
	font-size: 24px;
	padding-top: 25px;
	text-align: center;
	color: #913a49;
}

.featArtImage p a:hover {
	color: #eee;
}

.featArtImage h4 {
	padding-top: 15px;
}

.slider {
	position: relative;
	z-index: -999;
	background-color: #d5f1ef;
}

.sliderOverlay {
	position: absolute;
	right: 240px;
	bottom: 73px;
	background-color: #913a49;
	min-height: 127px;
	padding: 0 20px;
}

.sliderOverlay h3 {
	font-size: 50px;
}

.sliderOverlay h4 {
	font-size: 20px;
}

.sliderOverlay h3, .sliderOverlay h4 {
	color: #ffeaee;
}

.counter {
	display: inline-block;
	text-align: center;
	padding: 20px;
}

.sectionOne {
	background-image: url(images/home-background-1.jpg);
	padding-top: 140px;
}

.navigation {
	margin-top: 20px;
	text-align: right;
}

.navigation p a:nth-of-type(2) {
	margin-left: 20px;
}

body {
	background-image: url(images/full-page-background.jpg);
	background-position: center;
	background-attachment: fixed;
}

.sectionOne h1, .sectionOne h2, .sectionOne h3 {
	color: #913a49;
}

.sectionOne h2 {
	font-size: 32px;
	margin-bottom: 50px;
}

.sectionOne h3 {
	font-size: 30px;
	margin-bottom: 30px;
}

.sectionOne p {
	font-size: 23px;
	padding-bottom: 30px;
}

.textRight {
	text-align: right;
	max-width: 550px;
	float: right;
}

.instruments {
	padding-top: 80px;
}

.instruments img {
	width: 100%;
	height: auto;
}

.videoSection p {
	margin-top: 40px;
}

.sectionTwo, .sectionSix {
	background-image: url(images/homeBackground2_extended.jpg);
	padding-top: 100px;
}

.centreText {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.sectionTwo h2, .sectionThree h2, .sectionFour h2, .sectionSix h2 {
	font-size: 58px;
	text-align: center;
}

.sectionTwo hr, .sectionFour hr, .sectionSix hr {
	color: #fff5f7;
	background-color: #fff5f7;
	max-width: 288px;
	padding-bottom: 4px;
	margin: 10px auto 30px;
}

.sectionTwo p, .sectionThree p {
	font-size: 23px;
	padding-bottom: 30px;
}

.sectionTwo h2, .sectionTwo p, .sectionSix h2, .sectionFour h3, .sectionFour p, .sectionFour h2 {
	color: #fff5f7;
}

.sectionFour p a.moretag {
	display: block;
	margin: 35px auto 0;
	background-color: white;
	max-width: 150px;
	padding: 5px;
	color: black;
}

.sectionFour p a.moretag:hover {
	color: #913a49;
	transition: 0.2s;
}

.sectionThree, .sectionFive {
	background-image: url(images/home-background-3.jpg);
	padding-top: 100px;
}

.centreTextBig {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.sectionThree h2 {
	color: #913a49;
}

.sectionThree hr {
	color: #913a49;
	background-color: #913a49;
	max-width: 288px;
	padding-bottom: 4px;
	margin: 10px auto 30px;
	border-top: 1px solid #913a49;
}

.sectionFour {
	background-image: url(images/home-background-4.jpg);
	padding-top: 100px;
}
.sectionSix h4 a {
	background-color: white;
	text-transform: none;
	display: block;
	font-size: 29px;
	padding: 5px 0;
}

.sectionSix h4 {
	width: 250px;
	margin: 0 auto 60px;
}

.sectionSix hr {
	margin-bottom: 50px;
}

.helpfulLinks {
	text-align: center;
}

.sectionFive {
	padding-bottom: 60px;
}

.sectionFive hr {
	color: #913a49;
	background-color: #913a49;
	max-width: 178px;
	padding-bottom: 3px;
	margin: 10px auto 30px;
	border-top: 1px solid #913a49;
}

.helpfulLinks a:hover {
	color: #913a49;
	transition: 0.2s;
}

.helpfulLinks a {
	color: black;
}

.newsletter {
	text-align: center;
}

.newsletter h4 {
	font-size: 29px;
	color: #913a49;
}

.newsletter p {
	font-size: 23px;
	color: #913a49;
}

#mc_embed_signup {
	margin: 0 auto;
	background: none !important;
}

#mc_embed_signup input {
	border-bottom: 0 !important;
	border-radius: 0 !important;
}

#mc_embed_signup input {
	border: 0 !important;
	background-color: #7ca8a8 !important;
}

#mc_embed_signup input#mc-embedded-subscribe {
	margin-top: 20px;
	background-color: #913a49 !important;
	font-size: 20px;
	height: 40px;
	padding: 0 30px;
}

#mc_embed_signup .mc-field-group label {
	color: #913a49 !important;
	font-size: 18px;
}

.preFooter {
	background-color: #913a49;
	height: 75px;
}

body.home .preFooter {
	display: none;
}

.mainFooter {
	background-color: #63aeb0;
}

.subFooter {
	background-color: #336666;
	height: 40px;
}

.partners {
	max-width: 580px;
	margin: 0 auto;
	padding: 25px 0;
}

.partners img {
	padding-top: 20px;
}

.partners h5 {
	color: white;
	text-transform: none;
	font-size: 25px;
	text-align: center;
	padding-bottom: 15px;
}

input.submit {
    background-color: #336666;
    padding: 15px 20px;
    max-width: 175px;
    margin: 0 auto;
    color: white;
    border: 0 !important;
}

form.checkout button, form.checkout input, form.checkout select, form.checkout textarea, form.checkout span.select2-selection {
	font-size: 18px !important;
}

.woocommerce-message {
    border-top-color: #336666 !important;
}

section.related {
	clear: both;
}

.checkbox input[type=checkbox] {
	position: relative;
}

.mainFooter {
	padding: 60px 0;
}

.mainFooter h3 {
	text-align: center;
	color: white;
}

.mainFooter p, .mainFooter i {
	color: white;
}

.mainFooter hr {
	color: #d4f0f0;
    background-color: #d4f0f0;
    padding-bottom: 3px;
    margin: 10px auto 30px;
    border-top: 1px solid #d4f0f0;
}

.footerOne hr {
	max-width: 92px;
}

.footerAddress, .footerPhone, .footerEmail {
	position: relative;
	padding-bottom: 20px;
	margin-left: 30px;
}

.footerTwo hr {
	max-width: 154px;
}

.footerTwo i {
	position: absolute;
    top: -2px;
    left: -33px;
    font-size: 28px;
}

.footerOne p, .footerTwo p {
	font-size: 21px;
}

.groupBookings {
	padding-left: 15px;
}

.groupBookings p {
	padding-bottom: 20px;
	font-size: 18px;
}

.firstFees, .secondFees {
	padding-bottom: 25px;
}

.contentArea {
	background-color: white;
}

.contentArea h2 {
	padding: 25px 0 15px;
	font-size: 32px;
	color: #913a49;
}

.artists h2 {
	font-size: 25px;
	height: 100px;
	text-align: center;
}

.contentArea h3 {
	font-size: 26px;
	color: #913a49;
	margin: 10px 0;
}

.sidebarFeatured {
	text-align: center;
}

.sidebarFeatured h4 {
	margin: 30px 0 50px;
	font-size: 20px;
	text-transform: none;
}

.sidebarFeatured h4 a {
	background-color: #336666;
	padding: 15px 20px;
	max-width: 175px;
	margin: 0 auto;
}

.sidebarFeatured h4 a:hover {
	background-color: #234d4d;
	transition: 0.2s;
}

.sidebarBuy h2 {
	margin: 60px 0 50px;
	font-size: 32px;
	text-align: center;
	text-transform: none;
}

.sidebarBuy h2 a {
	background-color: #336666;
	padding: 15px 20px;
	max-width: 175px;
	margin: 0 auto;
}

.sidebarBuy h2 a:hover {
	background-color: #234d4d;
	transition: 0.2s;
}

.sidebarFeatured p {
	font-size: 24px;
	margin-top: 15px;
}

.contentArea p {
	font-size: 22px;
	padding-bottom: 15px;
}

.contentArea p strong {
	text-transform: uppercase;
	color: #913a49;
}

.contentArea li {
	font-size: 22px;
	margin-left: 40px;
}

.contentArea h1 {
	text-align: center;
	color: #913a49;
	display: inline-block;
	border-bottom: 5px solid #913a49;
	padding: 0 10px 15px;
	margin-bottom: 35px;
}

.pageTitle {
	text-align: center;
}

.sidebarArea h3 {
	font-size: 28px;
	padding-bottom: 20px;
	color: white;
}

.featArtImage {
	max-width: 225px;
	margin: 0 auto;
}

.timerData .col-xs-4 {
	text-align: center;
	padding: 2px;
}

.timerData p {
	font-size: 20px;
}

.timerBig p {
	font-size: 30px;
}

.timerData {
	max-width: 270px;
	margin: 0 auto;
	min-height: 71px;
}

section.entry-content ul {
	margin-bottom: 25px;
}

.sidebarArea span.post-date {
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
}

li.widget_recent_entries ul {
	margin-left: 10%;
}

li.widget_recent_entries ul li {
	font-size: 25px;
}

nav.mainMenu ul li ul li {
	white-space: nowrap;
}

.sidebarArea p, .sidebarArea td, .sidebarArea li, .sidebarArea a {
	color: white;
}

.sidebarArea li {
	list-style-type: none;
}

.sidebarArea {
	background-color: #63aeb0;
}

.contentArea, .sidebarArea {
	padding: 40px;
	margin: 40px 10px;
	min-height: 700px;
}

.sidebarArea hr {
	color: #d4f0f0;
    background-color: #d4f0f0;
    padding-bottom: 3px;
    margin: 30px auto 30px;
    border-top: 1px solid #d4f0f0;
}

label.gfield_label {
	font-weight: 300 !important;
	text-transform: uppercase;
	color: #913a49;
}

input.gform_button {
	background-color: #336666;
    padding: 10px 15px;
    font-size: 22px !important;
    text-transform: uppercase;
    color: white;
    border: 0 !important;
}

.subFooter a {
	color: white;
}

.subFooter .fourteenForty {
	text-align: right;
	padding-top: 10px;
	color: #eee;
}

/* WooCommerce */

.earlyBirdText {
	background-color: #d5f1ef;
	padding: 15px;
	text-align: center;
	margin-bottom: 25px;
}

.earlyBirdText p {
	padding-bottom: 0;
	font-size: 16px;
}

.woocommerce span.onsale {
	background-color: #336666 !important;
}

body.single-product span.onsale {
	line-height: 4.5 !important;
	font-size: 1.5em !important;
}

body.single-product .related span.onsale {
	font-size: initial !important;
	padding: 5px;
}



.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .gform_wrapper span.ginput_total {
	color: #336666 !important;
}

.gform_wrapper span.ginput_product_price {
	color: #913a49 !important;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-weight: 400 !important;
}

span.amount, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #336666 !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
}

/* END BODY */

@media only screen and (max-width: 1440px) {
	.firstFees .col-xs-12, .secondFees .col-xs-12 {
		width: 100%;
		padding-bottom: 6px;
	}

	.artists h2 {
		font-size: 23px;
	}

	.sliderOverlay {
		right: 100px;
		bottom: 50px;
	}

	.firstFees .col-xs-12:nth-of-type(even), .secondFees .col-xs-12:nth-of-type(even) {
		font-style: italic;
	}
}

@media only screen and (max-width: 1300px) {

	.artists h2 {
		font-size: 22px;
	}

}

@media only screen and (max-width: 1205px) {

	.artists h2 {
		font-size: 21px;
	}

}

@media screen and (max-width: 991px) {

	body {
	    background-attachment: inherit;
	    background-size: cover;
	}

	.sectionOne h1 {
		font-size: 32px;
	}

	.sectionOne h2 {
		font-size: 24px;
	}

	.sectionOne p, .sectionTwo p, .sectionThree p {
		font-size: 20px;
	}

	h2.woocommerce-loop-product__title {
		min-height: 78px;
	}

	.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
		font-size: 18px;
	}

	.fourteenForty .firstFees .col-md-7 {
		padding-bottom: 15px;
	}

	.footerOne p, .footerTwo p {
		font-size: 17px;
	}

	.mainFooter h3 {
		font-size: 24px;
	}

	.woocommerce ul.products li.product .button {
		font-size: 18px !important;
	}

	.footerAddress, .footerPhone, .footerEmail {
		margin: 0;
	}

	.contentArea h1 {
		font-size: 28px;
		margin: 10px 10px 20px;
		padding-bottom: 5px;
	}

	.contentArea h2 {
		font-size: 24px;
	}

	.contentArea h3 {
		font-size: 21px;
	}

	.contentArea p, .contentArea li {
		font-size: 18px;
		line-height: 24px;
	}

	.contentArea {
		padding: 5px 5px 30px;
		min-height: 300px;
		margin-top: 10px;
	}

	.fourteenForty .col-xs-12 {
		padding: 0;
	}

	.fourteenForty {
		padding: 0 15px;
	}

	.sectionSix h4 a {
		font-size: 20px;
	}

	.sectionTwo h2, .sectionThree h2, .sectionFour h2 {
		font-size: 36px;
	}

	.sectionOne, .sectionTwo, .sectionThree, .sectionFour, .sectionFive {
		padding-top: 40px;
		text-align: center;
	}

	.preFooter {
		height: 20px;
	}

	.footerTwo {
		margin-top: 30px;
	}

	.sectionFour h4 {
    margin: 0 auto 30px;
}

	.sectionThree hr {
		max-width: 200px;
	}

	.textRight, .textLeft {
		max-width: inherit;
		text-align: center;
	}

	.instruments {
		padding: 0;
	}

	.phoneContact p {
		font-size: 24px;
		padding-top: 15px;
	}

	.sliderOverlay {
		display: none;
	}

	nav.mainMenu {
	display: none;
}

	.footerOne, .footerTwo {
		text-align: center;
	}

	.artists h2 {
		font-size: 25px;
	}

	.mainFooter i {
		display: none;
	}

	.mobileMenu {
  		display: block;
  	}

  	nav ul li:hover > a {
	border-bottom: 0;
	}

	nav ul li.current-menu-item {
	border: 0;
	}
}