﻿:focus-visible {
    outline: solid 2px #000;
    outline-offset: 2px;
}

body {
    font-family: "vollkorn", serif;
    font-weight: 400;
    font-size: 62.5%;
    margin:0;
	padding:0;
}

    
/* EXTERNAL LINK */
.externallinkhide {
    display: block;
    height: 1px;
    position: absolute;
    text-indent: -99999px;
}
    
    
/* EMPTY EXTERNAL LINK DEFINITION SO SELECTOR CAN BE FOUND AT ALL IN HYPERLINK PROPERTIES */
.externallink {
    display:inline;
}
    
/* CUSTOM ICONS */
.externallink:after {
    content: "\e8f1";
    font-family: "icomoon";
    font-size: 1em;
    line-height: 0;
    margin-left: 5px;
}

.img200pxwrap {
    width: 200px;
    margin: 0 auto;
    float: none;
}

p {
    font-size: 1.7em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #444;
    overflow-wrap: break-word;
}

h1 {
    font-size: 3.5em;
    font-family: 'Vollkorn', serif;
}

h2 {
    font-size: 2.4em;
    margin: 35px 0 0;
    color: #333;
    font-weight: 400!important;
    clear: left;
}

h3 {
    font-size: 2em;
    margin: 20px 0 0 0;
    color: #333;
    clear: left;
    font-weight: 400!important;
}

.wrapper {
	width: 90%;
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}


.visit-access span {
    color: white;
}

.visit-access span#skip {
    margin-left: 10px;
}

.visit-access {
    margin: 0 auto;
    padding: 0;
    background: #333333;
    font-size: 1.5em;
	width: 100%;
}

.visit-access #skip a {
    color: white;
    height: 30px;
    line-height: 30px;
}

.visit-access #skip a:focus-visible {
    outline: solid 2px #FFF;
    outline-offset: 2px;
}

.visit-access a {
    text-decoration: none;
    color: #eee;
    font-size: 0.9em;
}

.visit-access a:hover {
    text-decoration: underline;
}

.visit-accessibility {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    background: repeat-x bottom #333;
}

.visit-wc {
    float: right;
}

.visit-wc a {
    font-weight: bold;
    background: #333;
    color: #fff;
    display: block;
    padding: 0 25px;
}

.visit-wc a:hover,
.visit-wc a:focus-visible {
    background: #fff;
    color: #333;
}

.visit-wc a:focus-visible {
    outline: solid 2px #000;
    outline-offset: -4px;
}

header {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
}

main {
    background: #fff;
    float: left;
    width: 100%;
}

.visitus-hdr {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.visitus-hdr > .wrapper > a[title="Visit Wigan - Home"] {
    display: block;
    width: 280px;
}

.visitus-hdr > .wrapper > a[title="Visit Wigan - Home"]:focus-visible {
    outline: solid 2px #000;
    outline-offset: 2px;
    z-index: 1;
}

.WC-backbutton {
    border: #555 2px solid;
    margin: 3px 11px 0 3px;
    border-radius: 4px;
    width: 142px;
    text-align: center;
    clear: both;
}

.WC-backbutton a {
    color: #555;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 10px 5px;
}

.WC-backbutton a:hover {
    background: #555;
    color: #fff;
    transition: background-color .25s linear;
}


.visitus-logo {
    display: block;
    height: auto;
    width: 280px;
}

.visitus-logo img {
    width: 100%;
    height: 100%;
}

.searchbox {
    display: none;
}

nav {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.nav-trigger::after {
    content: "\e7db";
    font-family: "icomoon";
    font-size: 1.3em;
}

a.nav-trigger {
    color: #000;
}

.nav-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #000;
    margin: 15px 0;
    font-size: 1.8em;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.nav-trigger a {
    border: 0;
}

.nav-trigger:hover {
  color: #666;
  text-decoration: underline;
}

nav ul.menu {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
}

nav ul.menu,
nav ul.menu li ul.dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul.menu > li {
    width: 100%;
}

nav ul.menu > li a.submenu > img {
    width: 20px;
    height: 20px;
}

nav ul.menu > li a.submenu > svg {
    width: 25px;
    height: 25px;
}

nav ul.menu > li a.submenu > svg > path {
    display: inline-block;
    stroke: #000;
}

nav ul.menu a.submenu:hover > img,
nav ul.menu a.submenu:focus-visible > img {
    filter: invert(1);
}

nav ul.menu a.submenu:hover > svg > path,
nav ul.menu a.submenu:focus-visible > svg > path {
    stroke: #FFF;
}

nav ul.menu a {
    display: flex;
    padding: 0 15px;
    text-decoration: none;
    background: #FFF;
    color: #333;
    font-size: 1.7em;
    transition: all 0.2s ease;
    font-weight: 600;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

nav ul.menu a:focus-visible,
nav ul.menu a:hover {
    background: #000;
    color: #FFF;
}

nav ul.menu a:focus-visible {
  border: 0;
  outline: solid 2px #000;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #FFF;
  transition: unset;
}

nav ul li:nth-child(1) {
    border-bottom: #00563d 4px solid;
}

nav ul li:nth-child(2) {
    border-bottom: #f2ae53 4px solid;
}

nav ul li:nth-child(3) {
    border-bottom: #584d68 4px solid;
}

nav ul li:nth-child(4) {
    border-bottom: #82d8d8 4px solid;
}

nav ul.menu li ul.dropdown {
    display: none;
}

nav ul.menu li ul.dropdown li {
    border-bottom: unset;
}

nav ul.menu li ul.dropdown a {
    white-space: nowrap;
}

.homepage-welcome h1 {
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  font-size: 0em;
  border: 0;
}

.banner-edible {
    width: 100%;
    height: auto;
}

.banner-blog {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.visitus-homeslider {
    width: 100%;
    float: left;
    margin-top: 20px;
    display: block;
}

div.royalSlider .infoWrap h2 {
  margin: -35px 0 0 -3000px !important;
  color: #fff !important;
}


    /* v1.0.3 */
    /* Core RS CSS file. 95% of time you shouldn't change anything here. */
    .royalSlider {
        width: 600px;
        height: 400px;
        position: relative;
        direction: ltr;
    }
    .royalSlider > * {
        float: left;
    }
    .rsWebkit3d .rsSlide,
    .rsWebkit3d .rsContainer,
    .rsWebkit3d .rsThumbs,
    .rsWebkit3d .rsPreloader,
    .rsWebkit3d img,
    .rsWebkit3d .rsOverflow,
    .rsWebkit3d .rsBtnCenterer,
    .rsWebkit3d .rsAbsoluteEl {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0); 
    }
    .rsFade.rsWebkit3d .rsSlide,
    .rsFade.rsWebkit3d img,
    .rsFade.rsWebkit3d .rsContainer {
        -webkit-transform: none;
    }
    .rsOverflow {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        float: left;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsVisibleNearbyWrap {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        left: 0;
        top: 0;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsVisibleNearbyWrap .rsOverflow {
        position: absolute;
        left: 0;
        top: 0;
    }
    .rsContainer {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsArrow,
    .rsThumbsArrow {
        cursor: pointer;
    }
    .rsThumb {
        float: left;
        position: relative;
    }
    .rsArrow,
    .rsNav,
    .rsThumbsArrow {
        opacity: 1;
        -webkit-transition:opacity 0.3s linear;
        -moz-transition:opacity 0.3s linear;
        -o-transition:opacity 0.3s linear;
        transition:opacity 0.3s linear;
    }
    
    /* RULE REMOVED TO DISPLAY NAV ARROWS AT ALL TIMES 
    .rsHidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
        -moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
        -o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
        transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    }
    */
    .rsGCaption {
        width: 100%;
        float: left;
        text-align: center;
    }
    /* Fullscreen options, very important ^^ */
    .royalSlider.rsFullscreen {
        position: fixed !important;
        height: auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 2147483647 !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }
    .royalSlider .rsSlide.rsFakePreloader {
        opacity: 1 !important;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -o-transition:  0s;
        transition:  0s;
        display: none;
    }
    .rsSlide {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .rsSlide p {
        font-size:1.3em;
        line-height:1.2em;
        margin:0;
    }
    .royalSlider.rsAutoHeight,
    .rsAutoHeight .rsSlide {
        height: auto;
    }
    .rsContent {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .rsPreloader {
        position:absolute;
        z-index: 0;    
    }
    .rsNav {
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        user-select: none;
    }
    .rsNavItem {
        -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    }
    .rsThumbs {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        float: left;
        z-index: 22;
    }
    .rsTabs {
        float: left;
        background: none !important;
    }
    .rsTabs,
    .rsThumbs {
        -webkit-tap-highlight-color:rgba(0,0,0,0);
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsVideoContainer {
        /*left: 0;
        top: 0;
        position: absolute;*/
        /*width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        float: left;*/
        width: auto;
        height: auto;
        line-height: 0;
        position: relative;
    }
    .rsVideoFrameHolder {
        position: absolute;
        left: 0;
        top: 0;
        background: #141414;
        opacity: 0;
        -webkit-transition: .3s;
    }
    .rsVideoFrameHolder.rsVideoActive {
        opacity: 1;
    }
    .rsVideoContainer iframe,
    .rsVideoContainer video,
    .rsVideoContainer embed,
    .rsVideoContainer .rsVideoObj {
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    /* ios controls over video bug, shifting video */
    .rsVideoContainer.rsIOSVideo iframe,
    .rsVideoContainer.rsIOSVideo video,
    .rsVideoContainer.rsIOSVideo embed {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 44px;
    }
    .rsABlock {
        left: 0;
        top: 0;
        position: absolute;
        z-index: 15;
        -webkit-backface-visibility: hidden;
    }
    .rsNoDrag {
        cursor: auto;
    }
    .rsLink {
        left:0;
        top:0;
        position:absolute;
        width:100%;
        height:100%;
        display:block;    
        z-index: 20;
        /* background: url(blank.gif); */
        -webkit-backface-visibility: hidden;
    }
    .contentSlider {
        width: 100%;
    }
    .contentSlider,
    .contentSlider .rsOverflow,
    .contentSlider .rsSlide, .contentSlider .rsVideoFrameHolder,
    .contentSlider .rsThumbs {
        color: #000;
    }
.contentSlider h3 {
  margin:0;
}


  
   	.contentSlider img {
      	width: 100%;
        height: auto;
        display: block;
    }
    .content-slider-bg {
        width:100%;
    }


    /******************************
    *  RoyalSlider Default Skin   
    *  Sprite: 'rs-default.png'
    ******************************/


    /* Background */
    .rsDefault,
    .rsDefault .rsOverflow,
    .rsDefault .rsSlide,
    .rsDefault .rsVideoFrameHolder,
    .rsDefault .rsThumbs {
        color: #FFF;
            }



/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}


.rsDefault .rsArrowLeft { display: none }
.rsDefault .rsArrowRight { display: none }

    .rsDefault.rsHor .rsArrowLeft {
        left: 0;
        top: 0;
    }
    .rsDefault.rsHor .rsArrowRight {
        right: 0;
        top:0;
    }


.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
    top: 30%;
    left: 50%;
    margin-top:-16px;    
    margin-left: -16px;
	position: absolute;
	cursor: pointer;	
	background: url("/SiteElements/Images/rs-default.png") no-repeat;
    background-color: rgba(0, 0, 0, 0.29);
    border-radius: 20px;
    border: 2px solid #fff;
}



.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


.rsDefault .rsBullets {
    display: none;
}

.visitus-homeslider .contentSlider h3 a:hover {
    text-decoration: underline;
}

.visitus-homeboxes{
    margin: 20px auto;
    padding: 0 15%;
    width: 70%;
    float: left;
}


.visitus-homeboxes ul {
    list-style: none!important;
    margin: 0!important;
    padding: 0!important;
}

.visitus-homeboxes ul li a{
    text-decoration: none;
    border: 0;
}

.visitus-homeboxes ul li a:hover {
    background: #fff;
}

.visitus-homeboxes ul li a.visitus_box:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.visitus-homeboxes ul li span.visitus_box:focus-within {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.visitus_box {
    display: block;
    margin-top: 50px;
    width: 230px;
}

footer {
    float: left;
    width: 100%;
}

.footer_boxes {
    float: left;
    width: 100%;
    background: #000;
    padding: 40px 0;
}

.footer_boxes .wrapper {
    flex-direction: column;
    justify-content: space-between;
}

.footer_box {
    float: left;
    width: 100%;
    line-height: 40px;
    margin: 20px 0 5px 0;
    font-size: 1em;
}

.footer-left {
    float: left;
    width: 100%;
}

.footer-right {
    float: left;
    margin-top: 60px;
}

.social-icons {
    width: 100%;
    display: block;
    float: left;    
    margin-bottom : 10px;
    margin-top: 5px;
}

.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons ul > *:not(:last-child) {
    margin-right: 20px;
}

.social-icons li {
    display: block;
    float: left;
}


.social-icons a:before {
    font-family: "icomoon";
    font-size: 32px;
}

.social-icons a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.social-icons a:hover {
    color: #f2ae53;
    transition: all 0.2s ease;
}

.social-icons a:focus-visible {
    color: #f2ae53;
    outline: solid 2px #FFF;
    outline-offset: 2px;
}

.sm-fb a:before {
	content: "\e9e9";
}

.sm-tw a:before {
	content: "\e9e7";
}

/* hide twitter */
.sm-tw  {
	display:none!important;
}

.social-icons span {
	display: none;
}


.sm-ig a:before {
	content: "\e9ff";
	}

.sm-yt a:before {
	content: "\e99e";
	}

.footer_sites {
	line-height: 30px;
}

.footer_sites a {
    float: left;
    font-size: 1.6em;
    text-decoration: none;
    margin-right: 20px;
    color: #fff;
    min-height: 44px;
    line-height: 44px;
}

.footer_sites a:hover {
    color: #f2ae53;
    transition: all 0.2s ease;
    text-decoration: underline;
}

.footer_sites a:focus-visible {
    color: #f2ae53;
    outline: solid 2px #FFF;
    outline-offset: 2px;
}

.ftr-floor {
    background:url('../../Images/VisitUs/European-regional-development-fund.PNG') no-repeat 74%  #000!important;
    min-height: 115px!important;
}

#FooterCopy {
  float: left;
  color: #fff;
  font-size: 1.5em;
  margin-top: 20px;
}

.visitus-home-footer {
    float: left;
    width: 100%;
    margin: 60px 0 20px 0;
}

.visitus-home-footer h2 {
    background: #000;
    padding: 6px 13px;
    color: #ffffff;
    font-size: 1.8em;
    margin-top: 3px;
}

.visitus-thisiswigan {
    background: #000;
    padding: 5px 4%;
    font-size: 1.1em;
    margin: 17px 0 55px 0;
    float: left;
    width: 92%;
}

.visitus-thisiswigan p, .visitus-thisiswigan a {
    color: #fff!important;
}

.visitus-maincontent .visitus-thisiswigan a:focus-visible {
    outline: solid 2px #FFF;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px #000;
}

.visitus-home-footer p {
    margin: 20px 1%;
    width: 98%;
    float: left;
}

.visitus-home-footer h3 {
    margin-left: 20px;
}

.visitus-home-footer p:nth-child(4n) {
    width: 17%;
    margin: 0 11%;
}

h1 {
    font-size: 2.5em;
}

.title {
    font-size: 1.8em;
    display: block;
    margin: 0;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    width: 230px;
}

.title.one {
    background: #00563d;
 }

.title.two {
    background: #f2ae53;
    color: #011520!important;
 }

.title.three {
    background: #584d68;
 }

.title.four {
    background: #011520;
 }

 .title:hover {
    text-decoration: underline;
}

.sub-title {
    font-size: 1.1em;
    display: block;
    margin: 0;
    color: #000;
    letter-spacing: 0.3px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    width: 228px;
    border: 1px solid #000;
    background: #fff;
}

.sub-title:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.visitus_box a:hover {
    background: #fff;
}


 .img {
     overflow: hidden;
     height: 190px;
     display: inline-block;
 }

.img img{
    display: block;
    width: 230px;
    height: 100%;
    transition: transform .5s ease;
}

.img:hover img {
    transform: scale(1.05);
}

.visitus-maincontent {
    float: left;
    margin: 30px 5%;
    width: 90%;
}

.breadcrumb {
    float: left;
    width: 90%;
    margin: 0 5%;
}

.visitus-img {
    float: left;
    margin: 20px 0;
}

.visitus-img img {
    height: auto;
    display: block;
}

.visitus-desc {
    width: 100%;
}

.visitus-maincontent a, .visitus-content a{
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.visitus-maincontent a:hover, .visitus-content a:hover{
    border-bottom: 1px solid #f2ae53;
    color: #000;
    background: #f2ae533b;
}

.visitus-maincontent a:focus-visible, .visitus-content a:focus-visible {
    outline: solid 2px #000;
    outline-offset: 2px;
}

.visitus-content p > a.park, .visitus-content p > a.sport{
    color: #333;
    font-size: 1.1em;
    display: block;
    line-height: 30px;
    border: 1px solid #cacaca;
    padding: 0 10px 0 0;
    text-align: center;
    transition: all 0.8s ease;
    float: left;
    background: linear-gradient(to right, #f2ae53 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    clear: both;
    margin-bottom: 10px;
}

a.park:before {
    content: "\e604";
    margin: 0 10px 0 0;
    font-family: "icomoon";
    font-size: 1.1em;
    display: block;
    float: left;
    background: #f2ae53;
    height: 30px;
    width: 30px;
}

a.sport:before {
    content: "\e606";
    margin: 0 10px 0 0;
    font-family: "icomoon";
    font-size: 1.1em;
    display: block;
    float: left;
    background: #A795BF;
    height: 30px;
    width: 30px;
}

.visitus-content p > a.travel{
    color: #333;
    font-size: 1.1em;
    display: block;
    line-height: 30px;
    border: 1px solid #cacaca;
    padding: 0 10px 0 0;
    text-align: center;
    transition: all 0.8s ease;
    float: left;
    background: linear-gradient(to right, #f2ae53 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    clear: both;
    margin-bottom: 10px;
}

a.travel:before {
    content: "\e768";
    margin: 0 10px 0 0;
    font-family: "icomoon";
    font-size: 1.1em;
    display: block;
    float: left;
    background: #f2ae53;
    height: 30px;
    width: 30px;
}

.visitus-content p > a:hover{
  background-position: left bottom;
    color: #000;
}

.sys_blog-posted-date {
    color: #333;
    font-size: 1.6em;
    letter-spacing: 0.01em;
    border-bottom: 2px solid #bfbfbf !important;
    line-height: 3.5em;
}


#RoyalSliderVisitUs {
    margin: 20px 0;
}

#RoyalSliderVisitUs h3 a{
    background: #fff;
    color: #000;
    padding: 0 20px;
}

#RoyalSliderVisitUs h3 a:hover {
    color: #000;
    text-decoration: underline;
}

#RoyalSliderVisitUs h3 {
    background: #fff;
    margin: 6px 0;
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.7em;
    color: #000;
}



.infoWrap p {
    display: none;
}

.visitus-maincontent ul, .visitus-content ul {
    list-style: square;
    margin: 25px 0 25px 25px;
    padding: 0;
}

.visitus-maincontent ul li, .visitus-content ul li {
    font-size: 1.7em;
    margin-bottom: 7px;
    line-height: 1.5em;
    color: #444;
    letter-spacing: 0.01em;
}

.visitus-maincontent ul li ul li, .visitus-content ul li ul li {
        font-size: 1.7em;
}

/******************************************************************************
ADDED BY SH - FOR REVIEW
*****************************************************************************/


.sys_search-filters, dt.sys_search-description, dt.sys_search-url {display:none;}



/******************************************************************************
FORMS
*****************************************************************************/

.sys_cms-form-body li input, .sys_cms-form-body li select, .sys_cms-form-body li textarea, .sys_cms-form-body li label, .sys_cms-form-body li .sys_legend, .sys_cms-form-body li .sys_fieldlabel {
    font-family: "vollkorn", sans-serif;
}


.sys_cms-form-control textarea, .sys_cms-form-control input[type="text"], .sys_cms-form-control textarea, .sys_cms-form-control input[type="text"], .sys_cms-form-body textarea.sys_medium{
    border: 1px solid #acacac;
    font-family: "vollkorn";
    font-size: 1.1em;
    padding: 6px 1%;
    width: 98%;
}

.sys_cms-form-body .sys_sectionbreak-header {
  font-size: 1.8em!important;
}

.sys_cms-form-body .sys_sectionbreak-text {
  font-size: 1.2em!important;
  margin: 10px 0!important;
}

.sys_cms-form-body li div label {
  	font-size: 1em!important;
    font-family: "vollkorn";
}

.sys_cms-form-body .sys_radio label {
  	font-size: 1.2em!important;
}

.sys_showinstructions .sys_cms-form-body .sys_cms-form-item {
    width: 90%!important;
}

.sys_cms-form-body .error, .sys_cms-form-body .sys_cms-form-error {
  	font-size: 1.5em;
}

.sys_cms-form-body {
    padding: 0;
}

.sys_cms-form-body .sys_fieldcontent {
  	float: none!important;
}

.sys_cms-form-body .sys_legend, .sys_namesubelement {
    font-size: 1.4em!important;
  	padding: 0px 0 10px 0!important;
}

.sys_cms-form-body .sys_fieldlabel, .sys_namesubelement, .sys_cms-form-body li .sys_legend {
  	padding: 0px 0 2px 0!important;
  	font-size: 1.2em!important;
    font-family: "vollkorn"!important;
  	color: #333!important;
  	margin-bottom: 8px !important;
}

.sys_cms-form-body input.sys_medium, .sys_cms-form-body select.sys_medium {
  	width: 97.7%!important;
  	font-size: 1.3em;
      padding: 6px 1%;
}

.sys_cms-form-body input[type="text"], .sys_cms-form-body textarea {
    border: 1px solid #acacac;
}

.sys_form-submit {
    background: #003B71;
    border: medium none;
    cursor: pointer;
    font-size: 1.3em;
    padding: 10px 25px 10px 20px;
	color: #fff;
  	margin: 10px 0;
  	font-family: "vollkorn";
}

.sys_form-submit:hover {
  background-color: #000;
  color: #fff;
}

.sys_pagebreak div button {
    background: #003B71;
    border: medium none;
    color: white;
    cursor: pointer;
    font-size: 1.3em;
    padding: 10px;
	color: #fff;
  	margin: 10px 10px 10px 0;
  	font-family: "vollkorn";
}

.sys_pagebreak div button:hover {
   background-color: #000;
  color: #fff;
}

.sys_cms-form-validationsummary {
    display: none;
}

.news-list-wrap .sys_itemslist {
  width: 100%;
}


.news-list-wrap .sys_itemslist > div {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #bdccdb;
  border-top: 1px solid white;
  margin-bottom: 0;
}

.news-list-wrap .sys_itemslist div h2 {
  line-height: 1.2em;
  margin-top: 10px;
}

.news-list-wrap .sys_year-row, 
.news-list-wrap .sys_month-row, 
.news-list-wrap .sys_category-row, 
.news-list-wrap dt.sys_blogs-description, 
.news-list-wrap dt.sys_blogs-datepublished, 
.news-list-wrap .sys_groupheader span {
    display: none;
}

.news-list-wrap dd.sys_blogs-datepublished {
  clear: left;
  font-size: 1.6em;
  margin: 0 0 22px;
  padding: 0;
  color: #333;
    letter-spacing: 0.01em;
}

.news-list-wrap dd.sys_blogs-description {
  clear: left;
  margin: 0;
  font-size: 1.7em;
line-height: 1.5em;
letter-spacing: 0.01em;
color: #444;
}


.sys_paginginfo {
  padding-top: 35px;
  font-size: 1.4em;
  clear: both;
}


.visitus-content table caption {
  background: #222;
  color: #fff;
  font-size: 1.6em;
  padding: 10px 15px;
  text-align: left;
  border-left: 2px solid #fff;
  border-bottom: 0;
  border-right: 2px solid #fff;
}

.visitus-content table caption p{
	color: #555;
}

.visitus-content table {
    font-size:1.5em;
    margin:30px 0;
    width:100%;
}
.visitus-content table th { 
    background:#555;
    color:#fff;
    padding:10px 15px;
    text-align:left;    
    font-weight:bold;
}
.visitus-content table a {
    font-weight:bold;
  	color: #555;
    position: relative;
}

.visitus-content table th a {
    color: #fff!important;
}

.visitus-content table p {
    font-size: 1.3em;
}
.visitus-content table td {
    background:#bfbfbf;
    padding:1% 15px;
    line-height: 1.5em;
  	vertical-align: top;
}





    /* INLINE ICONS */
.social-facebooklink, .social-twitterlink, .social-instagramlink, .applelink, .androidlink, .googlelink, .youtubelink, .event-date, .event-price, .event-venue, .social-websitelink {
    display:inline;
}

.event-date:before {
    content: "\e795";
    font-family: 'icomoon';
    color: rgb(157, 59, 59);
    margin-right: 12px;
    font-size: 1.3em;
}


.event-price:before {
    content: "\e783";
    font-family: 'icomoon';
    color: rgb(59, 157, 88);
    margin-right: 17px;
}

.event-venue:before {
    content: "\e78b";
    font-family: 'icomoon';
    color: #3B579D;
    margin-right: 13px;
    font-size: 1.3em;
}

.social-websitelink:before {
    content: "\e7de";
    font-family: 'icomoon';
    color: rgb(129, 3, 113);
    margin-right: 10px;
    vertical-align: middle;
}

.social-facebooklink:before {
    content: "\e7f7";
    font-family:'icomoon';
    color:#3B579D;
    margin-right:4px;
    vertical-align: middle;
}

.social-twitterlink:before {
    content: "\e9e7";
    font-family:'icomoon';
    color:#5EA9DD;
    margin-right:4px;
    vertical-align: middle;
}
    
 .social-instagramlink:before {
    content:"\e9ff";
    font-family:'icomoon';
    color:black;
    margin-right: 10px;
    vertical-align: middle;
}

.imgmontage {
    width: 100%;
    height: 100%;
    margin: 20px 0;
}

.whatson-img {
    display: none;
}

h2.countdown-clock {
  color: #d82052!important;
}

#countdownclock {
    font-size: 24px;
    margin-top: 20px;
    font-family: "proxima-nova", Arial, sans-serif;
    border: #d82052 2px solid;
    padding: 14px 20px;
    text-align: center;
    color: #009ecb;
    background: #edf7f8;
    border-radius: 40px;
    font-weight: 600;
}

.accesspoint-wrapper iframe {
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
}

.accesspoint-wrapper {
  width: 100%;
  height: 300px;
}


.ticket-button {
  background: #003B71;
  cursor: pointer;
  font-size: 1.6em;
  padding: 10px 25px 10px 20px;
  color: #fff;
  margin: 10px 0;
  font-family: "vollkorn";
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 5px;
}

.ticket-button:hover {
    border: 2px solid #003B71;
    background: #fff;
    color: #003B71;
}

.visitus-content ul.sys_cms-form-body .sys_required {
    color: #b60012;
}

@media only screen and (min-width: 600px) {
    nav ul.menu a {
        justify-content: center;
    }

    .visitus-homeboxes {
        padding: 0;
        width: 100%;
    }

    .visitus_box {
        margin: 20px 1% 15px 0;
        float: left;
    }

    .visitus-maincontent {
        margin: 15px 2% 30px;
        width: 96%; 
    }

    .breadcrumb {
        width: 96%;
        margin: 0 2%;
    }

    h1 {
        font-size: 3.5em;
    }

    .visitus-img {
        float: right;
        width: auto;
        margin: 40px 5px 0 30px;
        clear: both;
    }

    .whatson-img {
        float: left;
        width: 190px;
        margin: 5px 20px 180px 0;
        display: block;
    }

    .visitus-desc {
        width: 52%;
        float: left;
        padding: 0;
        min-height: 250px;
    }

    .visitus-desc p {
        margin-top: 25px;
    }

    .img-wrapper {
        margin: 20px 3% 20px 0;
        width: auto;
        height: auto;
        clear: both;
    }

    .footer-box1 {
        width: 49%;
        float: left;
    }

    .footer-box2 {
        width: 49%;
        float: right;
    }

    .footer-box2 h2 {
        padding-left: 15px;
    }

    .footer-box2 p {
        margin: 20px 30%;
        width: 40%;
    }

    .footer-box2 .facebooklink::before {
        font-size: 0.9em;
        background: #fff;
        border-radius: 20px;
        padding: 4px;
        margin-right: 10px;
    }

    .accesspoint-wrapper {
        height: 500px;
    }

    .img200pxwrap {
        float: right;
        margin: 15px 0 15px 20px;
        clear: both;
    }
}

@media only screen and (min-width: 768px) {
    .banner-edible {
        margin: -60px 0 35px !important;
    }

    .banner-blog {
        margin: 30px 0 35px !important;
    }


    .footer-left {
        width: 50%;
    }

    .footer-right {
        float: right;
        margin-top: 33px;
    }
}

@media only screen and (min-width: 930px) {
    .wrapper {
        align-items: unset;
    }

    .nav-trigger {
        display: none;
    }

    nav {
        display: block;
    }

    nav ul.menu {
        flex-direction: row;
    }

    nav ul.menu a {
        justify-content: space-between;
    }

    nav ul.menu li ul.dropdown {
        top: 100%;
        position: absolute;
        z-index: 6;
    }

    .searchbox {
        float: right;
        display: block;
        margin-top: -64px!important;
    }

    .dropdown li {
        padding-left: 0;
        width: 100%;
    }

    .visitus-hdr nav ul li:hover,
    .visitus-hdr nav ul li:focus-within {
        background: red;
        cursor: pointer;
    }

    li:focus-within a {
        outline: none;
    }

    .visitus-hdr nav ul li ul.hide {
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        transition: none;
    }

    .visitus-hdr nav ul li ul li {
        clear: both;
        width: 100%;
    }

    .visitus-hdr nav ul li ul li  {
        border-bottom: 1px solid #888 !important;
    }

    .visitus-logo {
        margin: 0 0 10px 0;
    }

    .social-icons {
        margin: 30px 0 0 0;
    }

    .WC-backbutton {
        float: right;
        margin: 3px 11px 0 0;
    }

    .visitus-search {
        float: right;
    }

    .visitus-desc {
        width: 67%;
    }

    .visit-access {
        width: 960px;
    }

    .footer_boxes .wrapper {
        flex-direction: row;
    }
}

@media only screen and (min-width: 992px) {
    .wrapper {
        width: 960px;
        margin: 0 auto;
    }

    .breadcrumb {
        width: 100%;
        margin: 0;
    }

    .visitus-homeboxes{
        margin: 25px auto 30px auto;
        padding: 0;
        width: 100%;
    }

    .visitus_box {
        width: 24%;
    }

    #RoyalSliderVisitUs .contentSlider h3 a {
        background: #fff;
        font-size: 30px;
        margin-top: -53px;
        position: absolute;
        color: #000;
        padding: 15px 36px 15px;
    }

    .infoWrap {
        background: #000!important;
    }

    .rsDefault .rsArrowIcn {
        top: 40%;
    }

    .rsDefault .rsArrow {
        width: 150px;
    }
}

@media only screen and (min-width: 1312px) {  
    .wrapper { 
        width: 960px!important;
        margin: 0 auto;
    }

    .vitit-access {
        width: 960px!important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .img img{
        transition: unset;
    }
}