.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}body {
color: #333333;
font-family: "Libre Franklin",Tahoma,Verdana,Helvetica,Arial,Sans-Serif;
font-size: 16px;
line-height: 1.2rem;
background-color: #fff; margin: 0px;
}
blockquote {margin: 0px 20px 0 20px;}
p {
color: inherit;
font-size: 1.2rem;
line-height: 1.5rem;
margin: 0 0 0.8rem 0;
}
p.block {overflow: auto; clear: both;}
h1, h2.sameas-h1 {
color: inherit;
font-size: 1.8em;
font-weight: bold;
text-align: center;
line-height: 1.2em;
margin: 15px 0px 10px 0px;
} 
h2 {
color: inherit;
font-size: 1.4em;
font-weight: bold;
line-height: 1.1em;
margin: 15px 0px 15px 0px;
} 
h3 {
clear: both;
color: inherit;
font-size: 1.3em;
font-weight: bold;
line-height: 1.1em;
margin: 15px 0px 0px 0px;
}
hr {
clear: both;
}
img {
max-width: 100%;
height: auto;
border: 0;
}
td img {margin-right: 5px;}
img.photo {
padding: 4px;
border: 1px solid #BBBBBB;
margin: 2px 3px 2px 3px;
color: inherit;
background-color: #FFFFFF;
}
img.align-left, img.alignleft {
float: left;
margin: 0px 10px 5px 0px;
}
img.align-right, img.alignright {
float: right;
margin: 0px 0px 5px 10px;
}
img.align-center, img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
img.border-off {border: 5px solid #CCCCCC}
img.border-on {border: 5px solid #DAA520;}
img.border-3d {
border: 1px outset #CCCCCC;
box-shadow: 3px 3px 10px #888888;
}  .flex-container {
display: flex;
flex-flow: row wrap;
}
.wp-caption.alignleft {
float: left;
margin: 0px 10px 0px 0px !important;
}
.wp-caption.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.wp-caption-text {
width: auto;
max-width: 975px;
margin: -4px -3px 5px 3px !important;
padding: 0 5px;
border: 1px solid #BBBBBB;
color: #222;
background-color: #F8F8F8;
font-size: 14px;
font-style: normal;
overflow-y: auto;
}
#production .wp-caption-text {
height: 42px;
text-align: initial;
}
.caption-textlines-1 .wp-caption-text {height: 22px;}
.caption-textlines-2 .wp-caption-text {height: 42px;}
.caption-textlines-3 .wp-caption-text {height: 60px;}
.caption-textlines-4 .wp-caption-text {height: 80px;} a:link {
color: #731932;
background-color: inherit;
padding: 0 2px 2px 2px;
text-decoration: underline;
font-weight: 400;
}
a:visited {
background-color: inherit;
color: #bf2b55;
}
a:hover, a:focus {
color: #FFF;
background-color: #DAA520;
text-decoration: none;
border: none;
}
a:active {text-decoration: none;
color: #660000;
background-color: inherit;
}
a:link.nohighlight {padding: 0px;}
a:hover.nohighlight {background-color: inherit; color: #8000FF;}  .responsive-header {
position: relative;
width: 100%;
height: 50vh; min-height: 200px; max-height: 250px; display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
} .responsive-header .header-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
} .responsive-header .header-title {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 10px;
} .responsive-header .header-logo {
max-width: 150px; width: 20vw; height: auto;
margin-bottom: 0.5em;
} .responsive-header .header-title .title-text {
font-size: clamp(16px, 4vw, 40px)!important; line-height: 1.1;
font-weight: bold;
text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
margin-bottom: 0.3em;
} .responsive-header .header-title .subtitle {
font-size: clamp(20px, 2.5vw, 36px); line-height: 1.2;
font-weight: bold;
text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}  @media (max-width: 1024px) {
.responsive-header {
height: 45vh;
min-height: 100px;
max-height: 250px;
}
.responsive-header .header-logo {
width: 35vw;
}
.responsive-header .header-title .title-text {
font-size: clamp(32px, 6vw, 56px);
}
.responsive-header .header-title .subtitle {
font-size: clamp(18px, 4vw, 28px);
}
}
@media (max-width: 768px) {
.responsive-header {
height: 35vh;
min-height: 100px;
max-height: 200px;
}
.responsive-header .header-logo {
width: 40vw;
}
.responsive-header .header-title .title-text {
font-size: clamp(30px, 6vw, 40px);
}
.responsive-header .header-title .subtitle {
font-size: clamp(18px, 4vw, 24px);
}
}
#pageheader {
width: 100%;
height: auto;
max-width: 970px;
margin: 0px auto;
padding: 0px;
color: #FFFFFF;
background-color: #731932;
}
#pagewidth-1024 {
position: relative;
width: 100%;
max-width: 985px;
margin: 0px auto;
background-color: #fff;
} #mainmenu {
display: flex;
width: 100%;
max-width: 940px;
justify-content: center;
padding: 5px 10px 0 10px;
margin: 0;
background-color: #731932;
position: fixed;
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: 10000;
}
#mainmenu ul {
display: inline-flex;
list-style-type: none;
font-size: 14px;
margin: 0;
padding: 0;
}
#mainmenu ul li {
float: left;
margin: 1px 0px 5px 0px;
padding: 1px;
color: #222;
background-color:#ddd;
text-align: left;
border: 2px solid #000;
border-color: #eee #999 #999 #eee;
border-radius: 5px;
}
#mainmenu ul li.menu-item-type-post_type,
#mainmenu ul li.menu-item-type-custom {
margin: 1px 9px 5px 0px;
padding: 0.2em 0.15em;
}
#mainmenu ul li ul li {
display: none;
float: none;
margin: 6px 0px 4px 0px;
padding: 0.2em 0.3em;
}
#mainmenu ul li:hover ul li {
display: block;
}
#mainmenu a:link {
color: #000;
font-weight: 400;
padding: 0.2em 0.3em;
text-decoration: none;
}
#mainmenu a:visited {
color: #000;
}
#mainmenu a.current {
color: #FFFFFF;
background-color: #666666;
}
#mainmenu ul li ul li a:link,
#mainmenu ul li ul li a.current {
display: block;
}
#mainmenu a:hover,
#mainmenu a:focus {
color: #FFFFFF;
background-color: #DAA520;
}
#mainmenu  ul li ul.sub-menu {
position: absolute;
display: block;
top: 34px;
background-color: #731932;
}
#mainmenu  ul li ul.sub-menu li {
margin: 8px 7px 8px 8px;
} .fb-icon, .fb-icon a {
background-image: url(https://www.faringdondramatic.org.uk/wp-content/themes/fds/images/facebook-logo-sml.png);
background-repeat: no-repeat;
background-position: center;
} input[type="search"] {
max-width: 115px;
border: 1px solid #ddd;
}
.search-form {
padding: 0px;
}
.search-submit {
padding: 5px;
}
button[type="submit"], input[type="submit"] {
font-family: Calibri,Verdana;
color: #222;
background-color: #ddd;
}
button[type="submit"]:hover, input[type="submit"]:hover {
color: #fff;
background-color: #DAA520;
}
input.search-field,
button.search-submit {
margin: 0px;
padding: 0 5px 2px 5px;
}
#search-again input[type="search"] {
width: 100%;
max-width: 250px;
margin-top: 5px;
padding-bottom: 5px;
border: 1px solid #666;
font-size:16px;
}
#search-again button.search-submit {
margin-top: 5px;
font-size:16px;
} #content {
font-family: Tahoma,"Libre Franklin",Verdana,Helvetica,Arial,Sans-Serif;
position: relative;
float: left;
width: 100%;
height: auto;
min-height: 400px;
padding: 0px 10px;
color: inherit;
background-color: #FFFFFF;
overflow: hidden;
}
div .content-block {
width: 100%;
overflow: hidden;
margin: 0px;
}
.readmore {
border: 1px solid #CCC;
padding: 10px;
}
.readmore-btn {
padding: 0px 10px;
margin: 0px 0px;
}
*[id^='moreText-']{display: none;} #archive-header { padding: 0px 10px 5px 10px;
background-color: #FFFFFF;
border-bottom: 1px solid #000;
}
#archive-header.pages {
min-height: 40px;
}
#archive-header h2 {margin: 10px 0px 0px 0px;}
#letter-buttons {
max-width: 940px;
margin: 15px auto 5px auto;
}
#year-buttons {
max-width: 960px;
margin: 10px auto 3px auto;
}
input[type="button"].letter-buttons {
padding: 3px 8px;
margin: 1px 0px 6px 2px;
}
input[type="button"].year-buttons {
padding: 3px 10px;
margin: 1px 0px 6px 3px;
} .right-panel {
position: relative;
float: right;
width: 100%;
max-width: 100px;
height: auto;
border: 1px solid #BBBBBB;
border-radius: 5px;
color: inherit;
background-color: #f8f8f8;
text-align: center;
overflow: hidden;
padding: 5px 1px 10px 1px;
margin: 5px 0px 6px 10px;
font-weight: 400;
}
.right-panel a:link {padding: 0; font-weight: 400;}
.right-panel img {margin: 10px 0 0 0;}
.right-panel p {margin: 0;}
#direction-buttons2 {
display: block;
padding-top: 5px;
}
input[type='button'].archive {
padding: 3px 4px;
font-weight: 400;
}
*[id^='direction-buttons'] input[type='button'].archive {
padding: 3px 13px;
}
input[type='button'].archive:hover {
box-shadow: 3px 3px 10px #888888;
} #archive-content {
padding: 0px 10px;
text-align: justify;
}
#archive-content.archive-list {line-height: 2em;}
#archive-list-menu {line-height: 1.5em;}
#archive-list-menu p {margin: 4px 0;}
#archive-cast-list {
clear: both;
text-align: left;
} #footer {
float: left;
width: 100%;
padding: 20px 0 10px 0;
margin-bottom: 10px;
color: #FFFFFF;
background-color: #731932;
text-align: center;
font-size: 0.8rem;
font-weight: 400;
}
#footer p {
color: inherit;
font-size: 0.8rem;
}
#footer a {
color: inherit;
font-weight: 400;
padding: 0 2px 2px 2px;
}
#footer a:hover {
color: inherit;
background-color: #DAA520;
}
#footer a img {
max-height: 50px;
width: auto;
margin: 0 5px;
} table td {
vertical-align: top;
padding: 5px 15px;
}
table.center {
margin-left:auto; 
margin-right:auto;
}
table.archive {
margin: 0 auto;
border-spacing: 15px;
}
table.archive td {
max-width: 200px;
padding: 5px;
color: inherit;
background-color: #ddd;
border: 3px solid #731932;
text-align: center;
vertical-align: top;
}
table.main {
width: 100%;
background-color: #F6F6F6;
border: 1px solid #CCCCCC;
border-collapse: separate;
border-spacing: 0px;
margin: 0px 0px 20px 0px;
}
table.main td {
padding: 10px;
border: 1px solid #CCCCCC;
}
table.tight td {
padding: 1px;
font-size: 0.9em;
line-height: 1rem;
}
table.tight td a {
font-size: 0.9em;
}
table.main th {
height:40px;
padding: 0 10px;
border: 1px solid #C6C6C6;
background-color: #DDDDDD;
text-align: center;
font-size: 1.1em;
font-weight: 500;
}
table.main td.empty {background-color: #fff;} .box-archive, .box-archive-sml, .box-auto, .box-arrow {
float: left;
width: 216px;
height: 290px;
margin:  5px 10px 5px 0px;
padding: 5px 5px 8px 5px;
border-radius: 5px;
border: 3px solid #731932;
background-color: #f5f5f5;
text-align: center;
overflow: hidden;
}
.box-archive-inner {
height: 294px;
overflow: hidden;
}
.box-archive a, .box-archive-sml a, .box-auto a, .box-arrow a {
display: block;
padding: 0 0 5px 0;
}
.box-archive img, .box-archive-sml img, .box-auto img {
margin: 5px 0px;
max-width: 200px;
}
.box-archive-sml {
width: 172px;
height: 190px;
padding: 3px 3px 8px 3px;
}
.box-archive-sml-inner {
height: 195px;
overflow: hidden;
}
.box-auto {
float: left;
width: auto;
min-width: 20px;
height: auto;
padding: 5px 15px;
}
.box-arrow {
display: block;
float: left;
width: 45px;
height: 22px;
padding: 2px 2px 5px 2px;
font-size: 22px;
line-height: 1.2em;
} .reviews-data, .noda-odn, .statistics {
float: left;
min-height: 105px;
border: 1px solid #aaa;
border-radius: 5px;
margin: 3px 8px 15px 8px;
background-color: #f8f8f8;
padding: 10px 10px 10px 10px;
}
.reviews-data { }
.reviews-data-col1 {
float: left;
max-width: 120px;
}
.reviews-data-col2 {
float: left;
max-width: 175px;
padding-left: 5px;
font-size: 0.9em;
}
.reviews-data-col3 {
float: right;
}
.reviews-btn {
font-size: 16px;
width: 90px;
margin: 10px 0px 0px 0px;
padding: 5px;
word-break: break-word;
white-space: normal;
} div.column_left {
float: left;
width: 48%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
div.column_right {
float: right;
width: 48%;
}
div.profile {
float: left;
}
div.profile img {
float: left;
height: 150px;
padding: 2px;
border: 1px solid #CCC;
margin: 5px 15px 0 0;
color: inherit;
background-color: #FFF;
}
div.profile a {
padding: 0px;
} @media screen and (max-width: 980px) {
#content {padding: 0 10px; width: 98%;}
.box-arrow {display: block;}
.box-archive-right {margin-right: 10px;}
}
@media screen and (max-width: 900px) { #mainmenu {
max-width: 900px;
}
#mainmenu ul {
flex-wrap: wrap;
justify-content: center;
}
} @media screen and (max-width: 768px) {
.box-archive {margin: 5px;}
div.column_left, div.column_right {
float: none;
width: 100%;
}
} @media screen and (max-width: 510px) {
#archive-content, #production {
padding: 10px 20px 0 10px;
}
.box-archive {
float: none;
margin: 5px auto;
}
img.size-medium, img.size-large {
float: none;
display: block;
margin: 2px auto;
}
}
@media screen and (max-width: 420px) {
.box-archive-sml {
float: none;
margin: 5px auto;
}
}
@media screen and (min-width:0) { input[type='button'].archive {padding: 5px 6px 3px 6px;}
input[type="button"].year-buttons {padding: 6px 10px 3px 10px;}
input[type="button"].letter-buttons {padding: 6px 9px 3px 9px; margin: 1px 0px 6px 0px;}
}
@media (min-width:0) { 
.listbox select option {
color: #000;
font-size: 1.1em;
}
} @supports (display:block) {
.listbox select option {
color: #000;
font-size: 1.1em;
}
} div#mobilemenu-x {
display: none;
position: absolute;
top: 6px;
right: 6px;
padding: 0px;
background-color: #666;
border: 6px solid #666;
z-index: 1010;
}
div#mobilemenu-x div.line {
width: 20px;
height: 3px;
background-color: #fff;
margin: 4px 4px;
}
div#mobilemenu {
position: fixed;
display: none;
top: 0;
right: 0px;
background-color: rgba(115, 25, 50, 0.8);
background-color: #731932;
border: 2px outset #ddd;
margin: 0px 0px 0px 0px;
padding: 5px 40px 5px 5px;
z-index: 1000;
} 
@media (max-width: 768px){ div#mobilemenu-x {
display: block;
}
div#mainmenu,
div#archivemenu {
display: none;
}
div#mobilemenu-x:hover div#mobilemenu {
display: block;
}
}
div#mobilemenu ul {
list-style-type: none;
list-style-image: none;
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
} 
div#mobilemenu ul li,
div#mobilemenu ul li ul li {
min-width: 175px;
margin: 6px 10px;
padding: 1px 1px 2px 1px;
color: #000;
background-color:#ddd;
text-align: center;
border: 2px solid #000;
border-color: #ccc #666 #666 #ccc;
border-radius: 5px;
}
div#mobilemenu ul li ul li {
width: 100%;
min-width: 130px;
}
div#mobilemenu ul li:hover {
color: #fff;
background-color:#DAA520;
border: 2px inset #ddd;
border-color: #fff #666 #666 #fff;
}
div#mobilemenu ul li a {
display: block;
padding: 0px 5px 1px 5px;
font-size: 14px;
font-weight: 400;
color: #000;
text-decoration: none;
} 
div#mobilemenu ul li a.current {
color: #FFFFFF;
background-color: #666666;
}
div#mobilemenu ul li a:hover.current {
color: #fff;
background-color:#DAA520;
}
div#mobilemenu ul li ul {
display: none;
} 
div#mobilemenu ul li:hover > ul,
div#mobilemenu ul li:hover > div {
display: block;
}
div#mobilemenu ul li:hover ul li {
display: block;
}
div#mobilemenu ul li > ul li {
position: relative;
display: block;
margin: 5px 0 5px 0;
left: 5px;
}
@media (max-height: 400px){
div#mobilemenu ul li,
div#mobilemenu ul li ul li {
padding: 0px 2px 0px 2px;
margin: 5px 10px;
}
div#mobilemenu ul li a {
font-size: 12px;
line-height: 1.2em;
} 
}#lightbox{
background-color:#eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
z-index:1000 !important;
}
#lightboxDetails{
font-size: 1.0em;
padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both; max-width: 100%;} 
#overlay img{ border: none; }
#overlay{ background-image: url(//www.faringdondramatic.org.uk/wp-content/lightbox/overlay.png); }
#lightbox a:hover { background-color: inherit;}
* html #overlay{
background-color: #333;
back\ground-color: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}