/*
Theme Name: TODS - Tenterden Operatic and Dramatic Society
Author: Stephanie Boucher of Applegreen Websites
Author URI: http://www.applegreenwebsites.com
Description: Theme developed for Tenterden Operatic and Dramatic Society, www.tods.me
Date: September 2018
Version: 1.0
*/

@import url("//hello.myfonts.net/count/37c03b");
@font-face {font-family: 'BenguiatProITC-Medium';src: url('webfonts/37C03B_0_0.eot');src: url('webfonts/37C03B_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/37C03B_0_0.woff2') format('woff2'),url('webfonts/37C03B_0_0.woff') format('woff'),url('webfonts/37C03B_0_0.ttf') format('truetype');}
 

/*
	font-family: BenguiatProITC-Medium;
	font-weight: normal;
	font-style: normal;
*/

/*Reset info ===========================================================*/

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, ins, kbd, q, s, samp, img, 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;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body, body_2026 {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	p {
		margin: 1.2em 0; /*returns normal margins to <p>, Applegreen */
		line-height: 140%;
		font-size: 95%;
	} 
/* giving <ul> a margin of 0 in the <nav> element is essential for the drop-down menu to work, if there is one. */


/* general styles for tods =======================================*/

* { /* needed for mobile nav  */
  box-sizing: border-box
}
html {
	 /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	/*text-shadow: rgba(0, 0, 0, .01) 0 0 1px;*/
}
body {
	background: #e3e3e3;
}
body_2026 {
	background: #e5e7ff;
}

h1.site-title, h2 {
	color: #3b264e; /* dark purple */
	text-align: center;
	font-family: BenguiatProITC-Medium, arial, sans serif;
	font-weight: normal;
	font-style: normal;
	line-height: 140%;
}
h1 {
	color:  #debc5b;
	font-family: BenguiatProITC-Medium;
}

h2 {
	text-align: left;
	font-family: BenguiatProITC-Medium;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-family: BenguiatProITC-Medium, arial, sans serif;
	font-weight: normal;
	font-style: normal;
	color: #3b264e;
}
p, form label, table, .wp-caption-text, li, textarea {
	 color: #3f3f3f;
	 font-family: 'Open Sans', sans-serif;
}
table {
	color: #000;
}
a {
	color: #3b264e;
}
a:hover {
text-decoration: none;
}
.bold, strong, b {
	font-weight: bold;
}
.italic, em, i {
	font-style: italic;
}
.light {
	font-weight: 300;
}
sup {
    vertical-align: super;
    font-size: smaller;
} 
.clear {
		clear: both;
}
.offscreen { /* for skip navigation link */
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* mobile styles=========================================================*/

#main {
	margin: 0;
	background-color: #fff;
}
#main_2026 {
	margin: 5px 0 0 0;
	background-color: #e5e7ff;
}

.boards-container {
	background: url(https://www.tods.me.uk/wp-content/uploads/2024/09/CherryReclaimedWidePlankHardwoodFloor8-e1726229404843.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 10px;
	position: relative;
	height: 180px;
}
.boards-container_2026 {
	background: url(https://www.tods.me.uk/wp-content/uploads/2026/05/TD_Logo.png) center no-repeat;
	background-size: contain;
	margin: 0 37.5%;
	padding-bottom: 15%;
	position: relative;
	width: 25%;
	border-radius: 10px;
	display: block;
}

.social-container {
	padding-top: 4px;
	width: 45px;
	float: left;
	background-color: rgba(255,255,255, 0.0);
	padding-left: 1%;
	border-radius: 5px;
	position:absolute;
}
.social-icon {
	margin-left: 0.5%;
	display: block;
	margin-bottom: 5px;
	opacity: 0.8;
	height: 32px
}
.social-icon:hover {
	opacity: 1;
}

.logo-container {
	margin: 0 25%;
	position: absolute;
	top: 3px;
	z-index: 10;
}

.strapline {
	display: none;
}
.ribbon {
	float: right;
}
 

/* navigation */

nav {
  background-color: #fff; /* white nav background */
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

nav a {
  display: inline-block;
  padding: 8px 12px;
  color: #444; /* dark grey menu items on mobile */
  text-decoration: none;
}



nav ul {
  margin: 0;
  padding: 14px 0;
  list-style: none;
  background: #d2bde5; /* darker lilad of mobile menu dropdown background */
  width: 100%;
}

nav li > ul {
  margin: 0;
  padding: 0;
  background: #e9dff2; /* #95f42d; /* sets desktop dropdown and submenu for mobile */
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

nav li > ul a {
  color: #3366cc; /* blue menu items on mobile drop-down and menu sub-items */
}

.plus,
.minus {
  float: right;
  padding: 6px 16px 6px 30px;
  font-weight: 700;
  color: #444;
  font-size: 20px;
}

.plus:hover,
.minus:hover {
  cursor: pointer;
}

.minus {
  display: none;
}

.open .plus {
  display: none;
}

.open .minus {
  display: block;
}

nav .open > ul {
  margin: 8px 0;
  padding: 12px 0;
  height: auto;
}

.menu-top-menu-container {
  display: none
}

.tadaa .menu-top-menu-container {
  display: block;
}

.menu-button {
  display: block;
  position: relative;
  top: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-tap-highlight-color: transparent;
  z-index: 10;
}

.tadaa .menu-button {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bread {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 10;
}

.bread-top {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: 20;
}

.tadaa .bread-top {
  -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bread-bottom {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.tadaa .bread-bottom {
  -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ham {
  display: block;
  width: 18px;
  height: 2px;
  background: #444; /* colour of bottom two mobile menu lines */
  position: absolute;
  left: 15px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 0;
}

.ham-top {
  top: 23px;
  -webkit-transition: -webkit-transform 0.2s 0.2s;
  transition: -webkit-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.tadaa .ham-top {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.ham-bottom {
  bottom: 23px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.tadaa .ham-bottom {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.mustard {
	display: block;
  width: 18px;
  height: 2px;
  background: #444; /* colour of top mobile menu line */
  position: absolute;
  left: 15px;
  top: 11px;
}

.tadaa .mustard { /* makes .mustard disappear when clicked */
	display: none;
}

/* end of navigation */

/* css-only slider, with thanks to Dudley Storey (https://codepen.io/dudleystorey/pen/kFoGw) */

/* Safari 4.0 - 8.0 */
@-webkit-keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

/* Standard syntax */
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
* {
  box-sizing: border-box;
}
figure { 
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
	vertical-align:top;
}
.captioned-gallery-container {
	padding-top: 4px;
	padding-bottom: 4px;
	background: #000;
}
div#captioned-gallery { 
  width: 90%; overflow: hidden; 
  margin-left: auto;
  margin-right: auto;
}
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 30s slidy infinite; 
}
figure.slider figure { 
  width: 20%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: absolute; 
  bottom: 0;
  width: 100%;
  font-size: 1rem;
  padding: .5rem; 
  padding-left: 3%;
  letter-spacing: -0.01em;
  display: none;
}

h1.site-title {
	font-size: 140%;
	line-height: 130%;
	margin-bottom: 20px;
}
h2 {
	font-size: 140%;
}

.home-content, .blog-content, .productions-content, .membership-content {	
	padding: 10px 4%;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
}

.blog-summary {
	background: #eee;
	border: 1px solid #d5d5d5;
	margin-bottom: 6px;
}
.post-content {
    border: 1px solid #d5d5d5;
	margin-bottom: 20px;
}
.blog-summary h2,
.post-content h2 {
	background: #e2d2f4;
	padding: 4px 1%;

}

h2.entry-title a {
	text-decoration: none;
}
h2.entry-title a:hover {
	text-decoration: underline;
}

.blog-summary p,
.event-summary p,
.post-content p {
	padding-left: 1%;
	padding-right: 1%;
}

.event-summary {
	border: 2px solid #c6c6c6;
	border-top: 2px solid #d5d5d5;
	margin-bottom: 20px;
}
.event-summary:first-of-type {
	margin-top: 20px;
}
.event-summary h2 {
	padding: 8px 1% 0 1%;
}
p.events-description {
	background: #e2d2f4;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}
p.events-details {
    font-weight: 700;
    color: #3b264e;
    font-size: 85%;
	margin: 0.3em 0;
}

.single-quote p {
	font-weight: 300;
	font-style: italic;
	line-height: 160%;
}
.home-twitter {
	padding: 1px;
	border: 1px solid #d5d5d5;
	background: #e2d2f4;
	border-radius: 4px;
}

.header-image-container img {
	height: 80px;
	width: 100%;
}
.header-image-container {
	position: relative;
}

figcaption.entry-title {
	bottom: 16%;
	position: absolute;
	transform: rotate(-0deg);
	padding-left: 2%;
}

h1 {
	font-size: 130%;
	line-height: 140%;
}

.home-content ul, 
.productions-content ul,
.membership-content ul {
	margin-left: 4.5%;
	margin-top: 10px;
}
.home-content li,
.productions-content li,
.membership-content li {
	list-style-type: square;
	font-size: 90%;
	line-height: 130%;
	margin-bottom: 4px;
}
.sidebar .social-icon {
	
}

	/* gallery on membership page */
	
#activity-categories {
	margin: 10px auto;
	width: 99%;
	text-align: center;
}
.activity-pic,
.cast-pic {
	width: 100%;
}
.past-poster {
	width: 85%;
}
.past-poster:hover {
	opacity: 0.8;
}

#activity-categories .activity-type {
	display: inline-block;
	margin: 2px 0.1%;
	padding: 2px;
	text-align: center;
}
.category,
.cast {
	position: relative;
}
.activity-caption {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%); /* positions title in centre */
	transform: translateX(-50%);
	color: #fff;
	text-shadow: 1px 1px #0b3d49;
	line-height: 100%;
	font-size: 110%;
	background: rgba(0,0,0,0.7);
	padding: 4px 10px;
	width: 100%;
	word-spacing: 0.1em;
	font-family: 'Open sans', sans serif;
	font-size: 95%;
	font-weight: 400;
}

#activity-categories .cast-list {
	display: inline-block;
	margin: 2px 0.1%;
	padding: 2px;
	text-align: center;
}
.cast-name {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%); /* positions title in centre */
	transform: translateX(-50%);
	color: #000;
	text-shadow: 1px 1px rgba(255,255,255,0.7);
	line-height: 100%;
	font-size: 110%;
	background: rgba(255,255,255,0.7);
	padding: 4px 10px;
	width: 100%;
	word-spacing: 0.1em;
	font-family: 'Open sans', sans serif;
	font-size: 75%;
	font-weight: 400;
	line-height: 130%;
}

/* lightbox gallery =========================*/

#lightbox-gallery {
	margin: 10px auto;
	width: 99%;
	text-align: left; 
}
.thumbnail {
	width: 150px;
	height: 150px;
	border: 1px solid #cccac2;
}
.thumbnail:hover {
	opacity: 0.8;
}
#lightbox-gallery .thumbnails-grid {
	display: inline-block;
	margin: 1px 0;
	padding: 2px 0;
	text-align: center;
}

.widget-area {
	margin-top: 30px;
}
.widget,
.widget-productions {
	margin-bottom: 50px;
}
h3 {
	font-size: 110%;
}
.events-banner {
    width: 100%;
}

.map { /* amend this in due course */
    height: 300px;
    border: 2px solid #787878;
    background: #ececec;
    margin-top: 20px;
    max-width: 600px;
}

.breadcrumbs {
	font-size: 85%;
	font-weight: 300;
	margin-left: 1%;
}

/* form styles =====================*/

form {
	margin-top: 20px;
}
form label {
	font-size: 85%;
	display: block; /* forces input boxes onto next line */
	font-weight: bold;
	line-height: 130%;
	padding-bottom: 6px;
}
form br {
	display: none;
}
form label.container {
	color: #63457e;
	font-size: 85%;
}
form input,
#enquiry-type {
	width: 80%;
	height: 28px;
	padding-left: 4px;
	font-size: 0.9em;
	margin-bottom: 20px;
	border: solid 1px #c1c1c1;
	/*  following code creates a soft shadow all the way round */
	-webkit-box-shadow: 1px 1px 2px #c1c1c1, 1px -1px 2px #c1c1c1, -1px 1px 2px #c1c1c1, -1px -1px 2px #c1c1c1;
	box-shadow: 1px 1px 2px #c1c1c1, 1px -1px 2px #c1c1c1, -1px 1px 2px #c1c1c1, -1px -1px 2px #c1c1c1;
}

form textarea {
	width: 80%;
	font-size: 0.9em;
	padding-left: 4px;
	height: 130px;
	margin-bottom: 20px;
	border: solid 1px #c1c1c1;
	-webkit-box-shadow: 1px 1px 2px #c1c1c1, 1px -1px 2px #c1c1c1, -1px 1px 2px #c1c1c1, -1px -1px 2px #c1c1c1;
	box-shadow: 1px 1px 2px #c1c1c1, 1px -1px 2px #c1c1c1, -1px 1px 2px #c1c1c1, -1px -1px 2px #c1c1c1;
	/* shadow seems to prevent red highlight problem in firefox */
}
form input[type="checkbox"] {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
	width: 30px; /* cancels the 80% eariler */
}


#email2 { /* for empty form field */
	display: none;
	height: 0;
}
::-webkit-input-placeholder {
   color: #7f807f;
}
:-moz-placeholder { /* Firefox 18- */
   color: #7f807f;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #7f807f;  
}
:-ms-input-placeholder {  
   color: #7f807f;  
}
.small {
	font-size: 80%;
}
form input#submit {
	width: 30%;
	font-size: 0.9em;
	height: 32px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button,
.narrow,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		font-family: verdana, arial, sans-serif;
		color: #3b264e;		
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		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))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
}

.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		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;
}

/* checkbox style ======================*/
  /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 2px;
  background-color: #e2d2f4; /* lightest purpple */
  border: solid 1px #63457e;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #c6addc;
}

/* When the checkbox is checked, add orange background */
.container input:checked ~ .checkmark {
  background-color: #63457e; /* darkest purple */
  border: none;
}
.container input:checked ~ .checkmark:hover {
  background-color: #c6addc; /* mid-purple */
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* WP Galleries===================================================*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 0.5em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* WP images ==================================================*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignright,
img.alignleft,
img.aligncenter,
.alignright,
.alignleft,
.aligncenter { 
	display: block; 
	margin: 20px auto;
}

blockquote {
	padding-left: 8px;
	border-left: 8px solid #cecece;
	margin-left: 25px;
	margin-right: 25px;
	font-weight: 300;
	line-height: 160%;
}

.date {
	font-style: italic;
	font-weight: 300;
	font-size: 80%;
	color: #767676;
}

/*---------- expandable sections for past productions home page -----*/

.fulltext {

}
.fulltext p,
.fulltext ul,
.fulltext #activity-categories,
.less {
	display: none;
}
.fulltext:target p,
.fulltext:target ul,
.fulltext:target #activity-categories,
.fulltext:target .less {
	display: block;
}
.fulltext:target .more {
	/*display: none;*/
}
a.more {
	text-decoration: none;
}
.right {
	padding-left: 2%;
}

footer {
	 clear: both;
	 min-height: 80px;
	padding: 6px;
	 background: #fff; /*#cecece;*/
	 margin-top: 20px;
}
 footer p {
	 color: #333;
	 text-align: center;
	 font-size: 85%;
 }
 .pipe {
	 padding-left: 1%;
	 padding-right: 1%;
 }

/*================ media queries for larger screen sizes====*/

@media screen and (min-width:400px) {
	.social-container {
		float: left;
		width: 110px;
		padding-left: 2px;
	}
	.social-icon {
		display: inline;
	}
	.logo-container {
		margin: 0 34%; /*replaces centering with auto because of social icons */
	}
	 h1 {
		 font-size: 180%;
	 }
	 #activity-categories .activity-type {
			width: 49%;
	}
	#activity-categories .cast-list {
			width: 49%;
	}
	#lightbox-gallery .thumbnails-grid {
		width: 49%;
	}
}

@media screen and (min-width:600px) {
	.logo-container {
		margin: 0 38%; 
	}
	figcaption.entry-title {
		bottom: 20%;
		padding-left: 4%;
	}
	h1 {
		font-size: 220%;
	}
    .events-banner {
        width: auto;
    }
	
		/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	
	#lightbox-gallery .thumbnails-grid {
		width: 32%;
	}
	
}

@media screen and (min-width:800px) {
	/*  membership page gallery ======= */
	#activity-categories .activity-type {
			width: 32%;
	}
	 #activity-categories .cast-list {
			width: 32%;
	}
	#lightbox-gallery .thumbnails-grid {
		width: 23%;
	}
}

@media screen and (min-width:900px) { /* navigation changes */
	.logo-container {
		margin: 0 28%;
		padding-top: 20px;
		width: 450px;
	}
	.strapline {
		display: inline;
		color: #fff;
		font-weight: 700;
		font-style: italic;
		font-size: 105%;
		text-shadow: 1px 1px #414141;
	}
	img.logo {
		vertical-align: middle;
	}
	.social-icon {
		margin-left: 0.7%;
	}
	
  nav {
    min-height: 46px;
    padding: 0 8px;
	text-align: center;
	background: #fff;
	font-size: 110%;
	margin-bottom: 10px;
  }
  nav a {
	  margin: 0 10px; /* move nav items apart without adding any padding */
  }
  .menu-button {
    display: none;
  }
  .menu-top-menu-container { /* top-menu is the name given to the menu in the theme */
    display: block;
  }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #6699cc;
    width: 100%;
  }
  nav ul:not(.sub-menu) {
    background-color: transparent;
  }
  nav ul:not(.sub-menu) > li {
    display: inline-block;
    margin-top: 6px;
	border-top: 2px solid transparent;
  }
  nav ul:not(.sub-menu) > li:hover {
    border-top: 2px solid #82639f;
  }
  
  nav ul:not(.sub-menu) > li a {
    color: #444; /* top-level menu item color on desktop */
  }
  nav ul:not(.sub-menu) > li a:hover {
	  color: #82639f; /* purple hover colour */

  }
  nav ul.sub-menu { 
	  z-index: 100; /* ensures drop-down is always in front of other content */
	  -webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
  }
  nav ul.sub-menu > li { /* targets drop-down in desktop mode: justifies left */
	  text-align: left;
	  font-size: 90%;
  }

  	nav ul.sub-menu > li a:hover { /* targets desktop drop-down items */
		background-color: rgba(255, 255, 255, 0.4); /* white with reduced opacity */
		color: #000;
	}
		/*  replace this with wordpress current item code */
	body#home .home,
	body#about .about,
	body#membership .membership,
	body#productions .productions,
	body#contact .contact,
	body#extra .extra /*  nonexistant page helps with navigation */
	nav li a { /* specify nav li a, not just a, so that only the top-level link remains highlighted if using a drop-down. Remove the classes on the drop-down menu links, but reinstate them for the mobile menu if doing the Brightside model */
		color: #82639f; /* purple */
	}
	
	nav ul:not(.sub-menu) .current-menu-item > a,
	nav ul:not(.sub-menu) .current-menu-ancestor > a,
	nav ul:not(.sub-menu) .current_page_item > a,
	nav ul:not(.sub-menu) .current_page_ancestor > a {
		color: #82639f; /* purple */
	}
	
  nav .minus,
  nav .plus {
    display: none;
  }
  nav .sub-menu {
    display: none;
  }
  nav .menu-item-has-children:hover {
    border-bottom: 2px solid transparent;
  }
  nav .menu-item-has-children:hover .sub-menu {
    display: block;
    height: auto;
    position: absolute;
    top: 40px;
    width: auto;
    border-right: 0px;
    border-left: 0px;
    padding: 10px 30px 10px 0;
  }

  .home-content, .blog-content, .productions-content, .membership-content {
		margin-top: 20px;
  }

  h1.site-title {
	  font-size: 200%;
	  margin-bottom: 30px;
  }

    
  /* ===================== home page columns */
  .home-blog {
	  float: left;
	  width: 41%;
	  margin-right: 4%;
  }
  .home-blog p {
	  padding-left: 2%;
	  padding-right: 2%;
  }
  .blog-summary {
	  margin-bottom: 8px;
  }
  .home-quotes {
	  float: left;
	  width: 30%;
	  margin-right: 2%;
  }
  .home-twitter {
	  float: left;
	  width: 23%;
	  min-height: 300px;
  }
  .home-quotes p:first-child {
	  margin-top: 0;
  }
  .event-summary h2 {
		font-size: 140%;
	}
  
  figcaption.entry-title {
		bottom: 5%;
		padding-left: 5%;
		transform: rotate(0deg);
	}
	h1 {
		font-size: 300%;
	}
	
	.left-content,
    .post-content-container {
		float: left;
		width: 62%;
		margin-right: 5%;
	}
	.sidebar {
		float: left;
		width: 32%;
		padding-left: 2%;
		border-left: 1px solid #e4e4e4;
	}
        
	 .widget-productions img {
        width: 85%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
		
    h2 {
        font-size: 170%;
    }
    .blog-summary h2,
    .post-content h2 {
        font-size: 130%;
    }
	
	div.time_circles h4 { /* countdown text */
		font-size: 10px !important;
		line-height: 10px !important;
		margin-top: -2px;
	}
	
	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 17%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
	
	/* images */
	
	img.alignright { float: right; margin: 0 0 0.5em 30px; }
	img.alignleft { float: left; margin: 0 2em 1em 0; }
	img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
	.alignright { float: right; margin: 0 0 0.5em 30px;}
	.alignleft { float: left; }
	.aligncenter { display: block; margin-left: auto; margin-right: auto; }
	
	#lightbox-gallery .thumbnails-grid {
		width: 32%;
	}
 
  footer {
	  margin-top: 30px;

  }
} 
 
@media screen and (min-width: 1100px) {

	#main {
		margin: 5px auto;
		max-width: 1100px;
		border-radius: 3px;
	}
	#main_2026 {
		margin: 5px auto;
		/*max-width: 1100px;*/
		border-radius: 3px;
	}
	  nav a {
	  margin: 0 14px; /* move nav items apart without adding any padding */
  }
	
	h1 {
		font-size: 350%;
	}
	
	footer {
		border-radius: 0 0 3px 3px;
		max-width: 1500px;
	}
}