/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@font-face {
  font-family: "Satisfy-Regular";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Satisfy-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/Satisfy-Regular.woff2') format("woff2"), url('../fonts/Satisfy-Regular.woff') format("woff"), url('../fonts/Satisfy-Regular.ttf') format("truetype"), url('../fonts/Satisfy-Regular.svg#Satisfy-Regular') format("svg");
}
.satisfy {
  font-family: "Satisfy-Regular";
  font-weight: normal;
  font-style: normal;
}
/* Accent Color */
/* Accent Color */
/* Basics */
a {
  color: #4d4d4d;
  font-weight: 600;
}
.btn-secondary {
  color: #212529;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #212529;
}
/* Top */
#g-top {
  background-color: #3c3c3c;
  border-bottom: 0.4rem solid #dadada;
}
.title-block {
  font-size: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.logo {
  flex-basis: 3.5em;
  margin-right: 0.5em;
}
.title-text {
  flex-grow: 1;
}
@media only all and (max-width: 47.99rem) {
  .title-block {
    flex-direction: column;
    align-items: center;
  }
  .title-text {
    flex-grow: 0;
    text-align: center;
  }
  .logo {
    max-width: 4em;
    margin-right: 0;
  }
}
@media only screen and (max-width: 340px) {
  .title-text {
    max-width: 12rem;
  }
}
.title-text h1 {
  font-size: 0.85em;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  margin-top: 0.2em;
  text-transform: uppercase;
}
.title-text h2 {
  font-size: 0.575em;
  color: #dadada;
  margin: 0;
}
.tag-line {
  font-size: 0.66em;
  font-style: italic;
  color: #8a8a8a;
  margin-top: 0.2em;
  letter-spacing: 0.05em;
  word-spacing: 0.2em;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .title-block {
    font-size: 1.8rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .title-block {
    font-size: 1.8rem;
  }
}
@media only all and (max-width: 30rem) {
  .title-block {
    font-size: 1.5rem;
  }
}
/* Social*/
.social-block .g-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.social {
  margin-left: auto;
  margin-bottom: 0.6rem;
}
@media only all and (max-width: 47.99rem) {
  .social {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: -2rem;
    text-align: center;
  }
}
.social a {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1em;
  margin-right: 0.5rem;
  border: 0.1em solid #dadada;
  border-radius: 0.2em;
  word-spacing: 0;
  color: #dadada;
  transition: all 300ms ease-in-out;
}
.restaurant .social a {
  color: #168bac;
  border-color: #168bac;
}
.social a:last-of-type {
  margin-right: 0;
}
.social a:hover {
  color: inherit;
  border-color: #4d4d4d;
}
/* Main Menu*/
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background-color: #404040;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #ffffff;
}
@media only all and (min-width: 48rem) {
  .book-menu ~ .g-dropdown {
    width: 220px !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-main-nav .about {
    display: none;
  }
}
/* Side Links */
.side-links {
  position: fixed;
  top: 40vh;
  right: -1.5rem;
  z-index: 100;
  background-color: rgba(79, 79, 79, 0.5);
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.side-links:hover {
  right: -0.5rem;
  background-color: rgba(79, 79, 79, 0.9);
}
.side-links a {
  display: block;
  margin-bottom: 0.5rem;
}
.side-links a:last-of-type {
  margin-bottom: 0;
}
.side-links a img {
  width: 40px;
  height: 40px;
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.side-links a:hover img {
  transform: scale(1.1);
}
@media only all and (max-width: 30rem) {
  .side-links {
    top: 40vh;
  }
}
/* Side LInks Donate */
.donate-link-text {
  display: block;
  color: #ffffff;
  padding: 2rem 0;
  position: relative;
}
.donate-link-text span {
  display: block;
  position: absolute;
  top: 25%;
  left: -55%;
  transform: rotate(90deg);
}
.donate-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}
.donate-icon path {
  fill: #ffffff;
}
/* Feature Links */
@media only all and (min-width: 48rem) {
  .home #g-header .g-grid:first-of-type .g-particle {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#g-header {
  z-index: 0;
}
@media only all and (min-width: 48rem) {
  .feature-links .g-content {
    padding-left: 0;
    padding-right: 0;
    height: 18rem;
  }
}
.feature-links a img {
  opacity: 0.8;
  transition: all 300ms ease-in-out;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.feature-links.act-site a img {
  opacity: 0.9;
}
@media only all and (max-width: 47.99rem) {
  .feature-links a img, .feature-links.act-site a img {
    opacity: 1;
  }
}
.feature-links a {
  display: block;
  position: relative;
  border-bottom: 0.1rem solid white;
  height: 100%;
  background-color: #000000;
  transition: all 300ms ease-in-out;
}
.feature-links a:hover {
  color: #f06549;
  border-bottom: 0.1rem solid #dadada;
}
.feature-links a:hover img {
  opacity: 1;
}
.feature-links a:hover h4 {
  color: #dadada;
}
.restaurant .feature-links a:hover h4 {
  color: #168bac;
}
.feature-links h4 {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  margin: 0;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.15em 0.6em;
}
.split-feature .g-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.split-feature a {
  height: 48%;
  overflow: hidden;
}
@media only all and (max-width: 47.99rem) {
  .split-feature a {
    height: 100%;
  }
  .split-feature a:first-of-type {
    margin-bottom: 3.1rem;
  }
}
/* Feature Section | CTA */
.home #g-slideshow, .home #g-feature {
  background-color: #6f6f6f;
}
.cta-block {
  font-size: 1rem;
}
.cta-block h4 {
  font-size: 1.5em;
  color: #ffffff;
}
.cta-block a {
  display: inline-block;
  color: #ffffff;
  border: 0.1em solid #ffffff;
  padding: 0.8em 2.2em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.cta-block a:hover {
  color: #dfdfdf;
  border-color: #dfdfdf;
}
.book-desktop, .book-mobile {
  display: none;
}
@media only all and (min-width: 48rem) {
  .book-desktop {
    display: block;
  }
}
@media only all and (max-width: 47.99rem) {
  .book-mobile {
    display: block;
  }
  .home #g-feature {
    padding: 0;
  }
}
/* Foot */
#g-footer {
  background-image: url('../../../../images/Background/Bridge.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3rem 0;
}
@media only all and (max-width: 47.99rem) {
  #g-footer {
    text-align: inherit;
  }
}
.foot-mods .g-content {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  border: 1px solid #292929;
}
.foot-mods h4 {
  color: inherit;
  margin: 0;
}
.foot-mods p {
  margin: 1rem 0;
}
.foot-mods .button {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.6em 1.6em;
}
/* Copyright */
#g-copyright {
  background-color: #6f6f6f;
  color: #ffffff;
}
#g-copyright a {
  color: inherit;
  font-weight: 600;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
#g-copyright a:hover {
  color: #4d4d4d;
}
@media only all and (max-width: 47.99rem) {
  .designed, .g-totop {
    text-align: center;
  }
}
/* Gallery */
@media only all and (min-width: 48rem) {
  #g-extension {
    padding: 0 1rem !important;
  }
}
.ba-gallery-row-wrapper .row-fluid {
  margin-bottom: 0 !important;
}
.ba-caption {
  cursor: pointer;
}
.ba-caption::after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #ffffff;
}
/* Contact */
.contact-form .field-spacer, .contact-form .star, .contact h3:last-of-type {
  display: none;
}
.contact-form .control-group {
  width: 100%;
  max-width: 25rem;
}
.contact-form .m-0 {
  padding: 0;
}
/* Events layout */
.blog .items-leading > div > .fields-container {
  display: none;
}
.blog .platform-content .page-header h1 {
  font-size: 1.9rem;
  font-weight: 500;
}
.blog .blog-item {
  outline: 1px solid #d8d8d8;
  background-color: #efefef;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.blog .item dl {
  margin-bottom: 0;
}
.blog .page-header h2 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}
.blog .fields-container:first-of-type {
  background-color: #f7f7f7;
  outline: 1px solid #e2e2e2;
  padding: 0.5rem;
  max-width: 250px;
  margin-top: 0;
  list-style: none;
  margin-left: 0;
  font-size: 0.8rem;
}
.blog .items-leading .fields-container:first-of-type {
  background-color: #ffffff;
}
@media only all and (max-width: 47.99rem) {
  .blog .fields-container:first-of-type {
    margin-top: 1.5rem;
  }
}
.blog .fields-container:first-of-type .field-entry {
  display: flex;
  gap: 0.5rem;
  margin: 0.4rem;
}
.blog .fields-container .field-entry .field-label {
  font-weight: 500;
  width: 2.5rem;
  flex-shrink: 0;
}
.events-blog .blog-item p:last-of-type {
  margin-bottom: 0;
}
.events-blog .readmore a span {
  display: none;
}
.events-blog .readmore a {
  display: block;
  margin: 0.5rem auto;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.6em;
  border: 1px solid;
}
@media only all and (min-width: 60rem) {
  .events-blog .readmore a {
    max-width: 15rem;
    margin: 0.5rem 0;
  }
}
.events-blog .readmore a:hover, .events-blog .readmore a:focus {
  background-color: #ffffff;
}
.events-blog .blog-item .tags + .fields-container, .events-blog .items-leading .blog-item .readmore + .fields-container, .events-blog .items-leading .blog-item .system-unpublished + .fields-container {
  display: none;
}
.events-blog ul.fields-container {
  margin-left: 0;
}
.event-cta {
  margin: 1rem 0;
  list-style: none;
}
.event-cta a {
  background-color: #d4d4d4;
  padding: 1em 3em;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border: 0.1em solid #4d4d4d;
  transition: all 300ms ease-in-out;
}
.event-cta a:hover, .event-cta a:focus {
  background-color: #ababab;
}
@media only all and (max-width: 47.99rem) {
  .event-cta a {
    display: block;
    text-align: center;
  }
}
/* Events layout */
.events-blog .items-leading .blog-item {
  padding: 1rem;
  outline: 1px solid #dedede;
  background-color: #f7f7f7;
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  flex-direction: row;
}
.events-blog .items-leading .blog-item .item-image {
  flex-basis: 15rem;
  flex-shrink: 0;
}
.events-blog .items-leading .blog-item .item-content {
  flex-grow: 1;
}
@media only all and (max-width: 47.99rem) {
  .events-blog .items-leading .blog-item {
    flex-direction: column;
  }
  .events-blog .items-leading .blog-item .item-image {
    flex-basis: 100%;
    flex-shrink: 1;
  }
}
.events-blog .fields-container .blog .tags {
  display: none;
}
.events-blog .swd-content .tags {
  display: flex;
  flex-wrap: wrap;
}
.tags > li {
  padding: 0 !important;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.tags a {
  font-size: 0.8rem;
  padding: 0.4em 0.8em;
  color: #ffffff;
  border-radius: 0.2em;
  text-shadow: 0.8px 0.8px 0.8px #000;
  border: 0.8px solid #000;
}
/* Leaning | Tag */
.tag-learn {
  background-color: blue !important;
}
/* Theatre | Tag */
.tag-theatre {
  background-color: green !important;
}
/* Family Friendly | Tag */
.tag-family {
  background-color: red !important;
}
/* Music | Tag */
.tag-music {
  background-color: #ffe528 !important;
}
/* Film | Tag */
.tag-film {
  background-color: #ff6f88 !important;
}
/* Exhibitions | Tag */
.tag-exhibit {
  background-color: orange !important;
}
/* Event Nav Line */
.event-type #g-navigation {
  border-bottom-style: solid;
  border-bottom-width: 1rem;
  border-color: red;
}
/* Event Main Menu */
.event-men .g-menu-item-title {
  border-left: 5px solid grey;
  padding-left: 0.5rem;
}
.music-men .g-menu-item-title, .what-filter .filter-music, .music #g-navigation {
  border-color: #ffe528;
}
.film-men .g-menu-item-title, .what-filter .filter-film, .film #g-navigation {
  border-color: #ff6f88;
}
.learn-men .g-menu-item-title, .what-filter .filter-learn, .learning #g-navigation {
  border-color: blue;
}
.perf-men .g-menu-item-title, .what-filter .filter-perform, .theatre #g-navigation {
  border-color: green;
}
.exh-men .g-menu-item-title, .what-filter .filter-exhibit, .exhibitions #g-navigation {
  border-color: orange;
}
.fam-men .g-menu-item-title, .what-filter .filter-family {
  border-color: red;
}
.archive-men .g-menu-item-title {
  border-color: #333333;
}
/* Events Filter */
.what-filter a {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 1em;
  border-left: 5px solid grey;
  padding: 0.3em 1em 0.3em 1em;
  transition: all 300ms ease-in-out;
}
@media only all and (max-width: 30rem) {
  .what-filter a {
    display: block;
  }
}
.what-filter a:hover, .what-filter a:focus {
  color: #acacac;
}
.all-events .what-filter .filter-all {
  background-color: rgba(128, 128, 128, 0.3);
}
.event-music .what-filter .filter-music {
  background-color: rgba(255, 229, 40, 0.3);
}
.event-film .what-filter .filter-film {
  background-color: rgba(255, 111, 136, 0.3);
}
.event-learn .what-filter .filter-learn {
  background-color: rgba(41, 129, 198, 0.3);
}
.event-perform .what-filter .filter-perform {
  background-color: rgba(51, 165, 51, 0.3);
}
.event-exhibit .what-filter .filter-exhibit {
  background-color: rgba(255, 165, 0, 0.3);
}
.event-family .what-filter .filter-family {
  background-color: rgba(255, 0, 0, 0.3);
}
.big-text {
  font-size: 1.15rem;
  color: #999;
}
/* Page Button - Link to Events */
.page-button {
  margin-top: -2rem;
}
.page-button > a {
  border-left: 5px solid grey;
  padding: 0.3em 1em 0.3em 1em;
  background-color: rgba(128, 128, 128, 0.3);
  transition: all 300ms ease-in-out;
}
.page-button > a:hover, .page-button > a:focus {
  color: #acacac;
}
.page-button .learn-button {
  border-color: #2981c6;
  background-color: rgba(41, 129, 198, 0.3);
}
.page-button .perform-button {
  border-color: #33a533;
  background-color: rgba(51, 165, 51, 0.3);
}
.page-button .film-button {
  border-color: #ff6f88;
  background-color: rgba(255, 111, 136, 0.3);
}
.page-button .music-button {
  border-color: #ffe528;
  background-color: rgba(255, 229, 40, 0.3);
}
.page-button .exhib-button {
  border-color: orange;
  background-color: rgba(255, 165, 0, 0.3);
}
/* Event Archive */
.archiveblog .filter-search .chzn-single, .archiveblog .filter-search .btn-primary {
  padding: 0.6em 1em;
  height: auto;
  font-size: 0.8rem;
  line-height: 1;
}
.chzn-container-single .chzn-single span {
  overflow: unset;
}
.archiveblog h2 a {
  display: block;
  outline: 1px solid #e2e2e2;
  padding: 0.4em;
  font-size: 1.1rem;
}
.archiveblog h2 a:hover, .archiveblog h2 a:focus {
  outline-color: #333333;
}
/* Gallery Editor */
.ba-context-menu span i {
  margin-right: 1rem;
}
.save-gallery i {
  margin-right: 0.5rem;
}
.images-list .camera-container {
  padding: 24px !important;
}
.images-list .camera-container i {
  position: absolute !important;
  top: 12px;
  left: 14px;
}
/* Manager Editor Events */
/* Manager Editor */
#adminForm .events-blog .nav-tabs, #editor-xtd-buttons {
  display: none;
}
.blog #adminForm .nav-tabs {
  display: block;
}
.edit #publishing .control-group:has(#jform_created_by_alias) {
  display: none;
}
/* Manager Editor Images Tab */
.edit #images .control-group {
  display: none;
}
.edit #images .control-group:has(#jform_images_image_intro), .edit #images .control-group:has(#jform_images_image_intro_alt), .edit #images .control-group:has(#jform_images_image_fulltext), .edit #images .control-group:has(#jform_images_image_fulltext_alt) {
  display: block;
}
.edit #images .wf-media-upload-button {
  display: none;
}
/* Manager Editor Event Details */
#jform_com_fields_call_to_action-desc {
  display: none;
}
/* Manager Editor Publish Tab */
.edit #publishing .control-group:has(#jform_catid), .edit #publishing .control-group:has(#jform_note), .edit #publishing .control-group:has(#jform_version_note), .edit #publishing .control-group:has(#jform_featured) {
  display: none;
}
/* Manager Editor | Article Title */
#editor .control-group:first-of-type {
  display: none;
}
.blog #editor .control-group:first-of-type {
  display: block;
}
/* Charity Note */
.charity {
  padding: 0 1.5rem;
}
/* Newsletter */
.news {
  padding: 5rem 1.5rem;
  background-color: #4f4f4f;
  color: #ffffff;
  text-align: center;
}
.news p {
  font-weight: 600;
  font-size: 1.2rem;
}
.news a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
  padding: 0.5em 1.5em;
  border: 0.1em solid #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-top: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.news a:hover, .news a:focus {
  color: #dfdfdf;
  border-color: #dfdfdf;
}
#g-footer {
  border-top: none;
}
/* PayPal Donate */
#smart-button-container {
  max-width: 40rem;
  margin: 0 auto;
}
#smart-button-container P {
  font-size: 0.8rem;
  color: red;
  margin: 0;
  margin-top: -5px;
}
.paypal-form-field {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.paypal-form-field > div {
  width: 45%;
}
.paypal-form-field input {
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
}
.paypal-form-field .donation-value input {
  text-indent: 1.5rem;
}
.paypal-form-field .donation-value .input-wrap {
  position: relative;
}
.paypal-form-field .donation-value .input-wrap::after {
  content: "£";
  position: absolute;
  left: 0.8rem;
  top: 0.3rem;
  color: #9f9f9f;
}
@media only all and (max-width: 47.99rem) {
  .paypal-form-field > div {
    width: 100%;
  }
}
/* Template Layout Fix Boxed Sections */
@media only all and (min-width: 75rem) {
  .g-container {
    width: 100%;
    max-width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-container {
    width: 100%;
    max-width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-container {
    width: 100%;
    max-width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-container {
    width: 100%;
    max-width: 30rem;
  }
}
.g-flushed .g-container {
  max-width: none;
}
.platform-content .row, .platform-content .col, .platform-content.container {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=custom_9.css.map */