/* colours: dark green - #224746, olive - #84815D, light olive tint - #B4BAA3, red - #C52226, mid-green - #5D811F, light green - #93B50A */

@import url("https://use.typekit.net/opo6one.css");


h1, h2, h3, h4, h5, h6, p.pseudo-h1, p.title {
       font-family: 'Lato';
}

h1, p.pseudo-h1 {
    text-transform: uppercase;
}

p.pseudo-h1, h1.events {
    padding-top: 1em;
}

h3 {
    font-size: 1.4rem;
}


/*LOGO and HORIZONTAL NAVIGATION */

#page {
	padding-top: 0;
    background-image: url(/-/media/Files/CSS/royal-victoria-country-park/Images/bg-paper);
    background-repeat: repeat;
    background-position: left 80% bottom 7rem;
    background-size: auto;
    }

footer.navbar.noprint {
	padding-top: 0;
}
footer .row.noprint {
	padding-top: 0;
    background-image: url(/-/media/Files/CSS/royal-victoria-country-park/Images/bubble-footer-red-650x1920), 
					url(/-/media/Files/CSS/royal-victoria-country-park/Images/bg-paper);
    background-repeat: no-repeat, repeat;
    background-position: center bottom, left 80% bottom 7rem;
    background-size: 100%, auto;
    padding-bottom: 5em;
}

@media only screen and (min-width: 48em) {
	footer .row.noprint {
		padding-bottom: 15em;
	}
}

@media only screen and (min-width: 64em) {
	footer .row.noprint {
		padding-bottom: 23em;
	}
}

@media only screen and (min-width: 90em) {
	footer .row.noprint {
		padding-bottom: 24em;
	}
}

@media only screen and (min-width: 120em) {
	footer .row.noprint {
		padding-bottom: 46em;
	}
}

a#header-logo-link {
    border-bottom: none;
}

img#header-logo {
    max-width: 60%;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

#page .transparent {
    background-color: transparent !important;
}

.breadcrumb a, .breadcrumb a:visited, .breadcrumb a:active, .breadcrumb a:focus, .breadcrumb a:hover {
    color: #fff;
    border-color: #fff;
}

.breadcrumb li:after {
    color: #fff;
}

#microsite_header {
	background-image: url(/-/media/Files/CSS/royal-victoria-country-park/Images/RVCP-header-left.png),
		url(/-/media/Files/CSS/royal-victoria-country-park/Images/RVCP-header-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right bottom;
	background-size: 20%, 20%;
    background-color: #224746;
	padding-top: 1rem;
	/*margin-bottom: 1rem;*/
}

div.container > div.content > header.row {
    display: none;
}

#microsite_header .noprint {
	position: relative;
	top: 65%;
	left: calc(-50vw + 50%);
	z-index: 1000;
	width: 100vw;
	padding-left: 0.5em;
	padding-top: 0.5em;
}

#page .navbar-inner {
    background-color: rgba(34,71,70,0.7);
    border: none;
    box-shadow: none;
	border-radius: 0.5rem;
}

#page .navbar .nav>li>a {
    margin: 0;
    text-decoration: none;
    text-shadow: none;
	color: #fff;
    font-size: 1rem;
	text-transform: uppercase;
	font-family: 'lato', 'sans-serif';
	line-height: 1.5rem;
}

@media only screen and (min-width: 37.5em) {
    #page .navbar .nav>li>a {
        font-size: 1rem;
    }
}

#page .navbar .nav>li {
	border: none;
	margin: 0;
}

@media only screen and (max-width: 37.5em) {
    #microsite_header .scale-images.container.no-pad.content.add-bottom {
        margin-bottom: 0 !important;
    }
    #local_header {
        left: 33%;
    }
    #local_header .navbar-inner {
        width: fit-content;
    }
}

@media only screen and (min-width: 37.5em) {
	#global_container_breadcrumb{
		padding-bottom:1em;
	}
	#page #local_menu_header{
		margin:0;
		text-align:left;
	}

	#page .navbar .nav>li:nth-of-type(1),
	#page .navbar .nav>li:nth-of-type(2) {
		width: 20%;
	}

	#page .navbar .nav>li {
		width: 15%;
		text-align: center;
	}
}

@media only screen and (min-width: 58em) {
	
	#global_container_breadcrumb{
		padding-bottom:0em;
	}
	#page #local_menu_header{
		margin:0;
	}
	
}

@media only screen and (min-width: 37.5em) and (max-width: 58em) {
	#page #local_menu_header{
		text-align: right;
	}
	#page .navbar .nav > li{
		line-height: 0.6em;
	}
}

/* Hide drop-downs on horizontal nav bar  */

#local_menu_header li.dropdown .caret,
#local_menu_header li.dropdown ul.dropdown-menu {
    display: none;
}

/* Reduce gap between fake lead text and body text on mobiles */
.row.alternate-seven {
    margin-bottom: 0;
}

.row.alternate-seven .columns.eight {
    margin-bottom: 0;
    }

.row.alternate-seven .columns.eight p.lead {
    margin-bottom: 0;
}

@media only screen and (min-width: 48em){
    .row.alternate-seven {
        margin-bottom: 1rem;
    }

    .row.alternate-seven .columns.eight {
        margin-bottom: 0.5em;
    }

    .row.alternate-seven .columns.eight p.lead {
        margin-bottom: 0.5em;
    }
}

/* WELLS */

#page .well {
	border-radius: 1.5rem;
	background-color: rgba(180,186,163,0.5);
	text-shadow: none;
    height: 100%;
}

#page .well.alternate {
	background-color: #84815d;
    color: #000;
}

#page .well.alternate h2,
#page .well.alternate h3,
#page .well.alternate p,
#page .well.alternate a,
#page .well.alternate li,
#page .well.alternate-two h2,
#page .well.alternate-two h3,
#page .well.alternate-two p,
#page .well.alternate-two a,
#page .well.alternate-two li {
    color: #000000;
}

#page .well.alternate-two {
	background-color: #93b50a;
}

#page .well.alternate-three {
	background-color: #C52226;
	color: #fff;
}

#page .well.alternate-four {
	background-color: transparent;
}

#page .well a {
	color: #000;
	border-bottom: 1px solid #000;
}

#page .well.leaf1 {
    background-image: url(/-/media/Files/CSS/royal-victoria-country-park/Images/leaf-1); 
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 4em;
    background-size: 19%;
}

@media only screen and (min-width: 48em) {
    #page .well.leaf1 {
        background-size: 8%;
        padding-bottom: 5em;
    }
}

@media only screen and (min-width: 64em) {
    #page .well.leaf1 {
        background-size: 10%;
        padding-bottom: 2em;
    }
}

#page .well.leaf2 {
    background-image: url(/-/media/Files/CSS/royal-victoria-country-park/Images/leaf-2); 
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 5em;
    background-size: 25%;
}

#page .well.leaf3 {
    background-image: url(/-/media/Files/CSS/royal-victoria-country-park/Images/leaf-3); 
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 5em;
    background-size: 19%;
}

/* narrow well fix  */
.conform-block>.columns>div {
    width: -webkit-fill-available;
}

/*BREAKOUT BACKGROUNDS AND PROMOS */


#page .breakout-bg  {
    background-color: rgba(180,186,163,0.5);
	color:#000;
	padding-top: 1rem;
}
#page .breakout.bg a {
	color: #000;
	border-bottom: 1px solid #000;
}
#page .breakout-bg.alternate  {
    background-color: #5d811fb3;
	color: #000;
	padding: 1rem 0;
}

#page .breakout-bg.alternate a {
	color: #000;
	border-bottom: 1px solid #000;
}

#page .breakout-bg.alternate a[role="button"] {
	color: #fff;
	border-bottom: 0;
}

#page .breakout-bg.alternate a.overlay-image.blocklink {
    border-bottom: none;
}

#page .breakout-bg.alternate-two  {
    padding: 1rem 0;	
}

#page .breakout-bg.alternate-two .breakout-content {
	background-color: #93b50a;
	padding: 1rem;
	border-radius: 1.5rem;
}

#page .breakout-bg.alternate-two .breakout-content a, #page .breakout-bg.alternate-two .breakout-content a:hover, #page .breakout-bg.alternate-two .breakout-content a:visited {
	color: #000;
    border-bottom: 1px solid #000;
}

#page .breakout-bg.alternate-three {
	background-color: transparent;
}

@media only screen and (min-width: 48em){
    #page .breakout-bg.alternate-three {
        background-image: linear-gradient(0deg, transparent 10%, rgba(180,186,163,0.5) 10%, rgba(180,186,163,0.5) 60%, transparent 60%);
        background-size: 100% 100%;
    }
    #page_content .breakout-bg.alternate-three .four.columns img {
        border-radius: 3.75rem;
    }
}
    
@media only screen and (min-width: 60em){ 
    #page_content .breakout-bg.alternate-three .four.columns img {
        border-radius: 4.75rem;
    }
}

#page .breakout-bg.alternate-four {
    background-color: transparent;
    color: #000;
    padding: 1rem 0;
}
    
#page .breakout-bg.alternate-four .breakout-content {
    padding: 1rem;
    background-color: #5d811fb3;
    border-radius: 1.5rem;
}

@media only screen and (min-width: 48em){
    #page .breakout-bg.alternate-four .breakout-content {
        padding: 2rem 1rem 1rem 2rem;
    }
}

#page .breakout-bg.alternate-four .breakout-content a, #page .breakout-bg.alternate-four .breakout-content a:hover, #page .breakout-bg.alternate-four .breakout-content a:visited {
    color: #000;
    border-bottom: 1px solid #000;
}

.breakout-content img {
    border-radius: 4.5rem;
}

#page_content .breakout-content .columns.three.alpha.omega img {
    border-radius: 3.75rem; 
}
  
/* home page promo for the chapel - not currently being used
.breakout-area.alternate-six {
    background-image:url('/-/media/files/css/royal-victoria-country-park/Images/chapel-sun-1500x500');
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}

#page .breakout-area.alternate-six .well {
    margin: 4em 0;
    background-color: rgba(180,186,163,0.9);
    font-size: 1.15rem;
}
*/
/* For christmas page 
#page .breakout-bg.alternate-two.alt, #page .breakout-bg.alternate.alt {
	background-color: transparent;
}

#page .breakout-bg.alternate.alt .breakout-content {
	background-color: #93b50a;
	padding: 1rem;
	border-radius: 1.5rem;
}

#page .breakout-bg.alternate-two.alt .breakout-content {
	background-color: #5D811F;
	padding: 1rem;
	border-radius: 1.5rem;
    color: #fff;
}

#page_content .breakout-bg.alternate-two.alt .breakout-content a[role="button"] {
    background-color: #93b50a;
    border-color: #93b50a;
}

#page .breakout-bg.alternate-two.alt .breakout-content .well {
    color: #000;
}

#page_content .link-colorbox a[role="button"].full-width {
    width: 100%;
}*/

/* HOMEPAGE HERO IMAGES  */
#page_content .banner-area.breakout-area img {
    border-radius: 0;
}

.banner-area div.columns.twelve.center {
	background-color: rgb(0 0 0 / 34%);
}

@media only screen and (min-width: 60em){
    .banner-area.breakout-area .row {
        top: 12%;
    }
}

/* For tablets */
@media only screen and (min-width: 37.5em) {
	.banner-area div.columns.twelve.center {
		width: 39.5em;
        margin-left:calc(50vw - 19.6em);
	}

	.banner-area .scale-images img {
		min-height: 20em;
	}
}

@media only screen and (min-width: 48em) {
	.banner-area div.columns.twelve.center {
		width: 26.5em;
        margin-left:calc(50vw - 13em);
        border-radius: 1.5em;
	}

	.banner-area h2.pad-top {
        padding: 0;
	}

	.banner-area div.columns.twelve.center p {
       		margin: 1em;
        }
}
/* For PCs etc */
@media only screen and (min-width: 64em) {
	.banner-area div.columns.twelve.center {
		width: 26em;
        padding: 1.2em;
		background-color: rgb(0 0 0 / 50%);
        border-radius: 1.5em;
	}
}

/* Alternate styling of HHI content box, just for tablets and above */
@media only screen and (min-width: 48em) {
    .breakout-area.alternate-five .banner-area div.columns.twelve.center {
        margin-left: calc(68vw - 13em);
        margin-top: 1em;
    } 
}

@media only screen and (min-width: 64em) {
    .breakout-area.alternate-five .banner-area div.columns.twelve.center {
        margin-left: calc(77vw - 13em);
        margin-top: 0em;
    } 
}

@media only screen and (min-width: 90em) {
    .breakout-area.alternate-five .banner-area div.columns.twelve.center {
        margin-left: calc(82vw - 13em);
        margin-top: 1em;
    } 
}

/* ICONS */

p.facilities {
    margin-top: 0.2em;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0.2em;
}

@media only screen and (min-width: 64em) {
    p.facilities {
        left: -9999px;
        position: absolute;
    }
}

.speechbubble {
    position: relative;
}

.speechbubble:before {
    content: attr(data-text); /* here's the magic */
    position:absolute;
    text-align:center;
    z-index:100;
    bottom: 342%;
    padding:0.5rem;
    border-radius:0.5rem;
    background:#555;
    background:-webkit-gradient(linear,left top,left bottom,from(#555),to(#222));
    background:-webkit-linear-gradient(top,#555,#222);
    background:-moz-linear-gradient(top,#555,#222);
    background:-ms-radial-gradient(top,#555,#222);
    background:-o-linear-gradient(top,#555,#222);
    background:linear-gradient(to top,#555,#222);
    color: #fff;
    display: none;
    width: 80%;
    margin-left: 3%;
}

.speechbubble:hover:after {
    width:0;
    height:0;
    border-left:.5rem solid transparent;
    border-right:.5rem solid transparent;
    border-top:.5rem solid #222;
    content:'';
    position:absolute;
    left:45%;
    bottom:3.8rem;
    margin-left:-.5rem;
    display:none;
}

.speechbubble.top:after{
    border-top-color:transparent;
    border-bottom:.5rem solid #222;
    top:-1rem;
    bottom:auto
}

.speechbubble.left:after{
    left:.5rem;
    margin:0
}

.speechbubble.right:after{
    right:.5rem;
    left:auto;
    margin:0
}

.speechbubble:hover:before, .speechbubble:hover:after {
    display:block;
}

/* IMAGES */
#page_content img {
    border-radius: 4.75rem;  
}

/* OVERLAY IMAGES */

.overlay-image {
    position: relative;
    overflow: hidden;
    padding-top: 5rem;
    padding-left: 2rem;
	padding-right: 2rem;
}

.alternate-three .conform-block .leaf:nth-of-type(1n+0):after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 9em;
    height: 9em;
    bottom: 34%;
    right: 53%;
    background-image: url(/-/media/Files/CSS/royal-victoria-country-park/Images/leaf-1);
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 48em) {
    .alternate-three .conform-block .leaf:nth-of-type(1n+0):after {
        bottom: 23%;
        right: 45%;
    }
}

@media only screen and (min-width: 60em) {
    .alternate-three .conform-block .leaf:nth-of-type(1n+0):after {
        bottom: 34%;
        right: 53%;
    }
}

.alternate-three .conform-block .leaf:nth-of-type(2n+0):after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 9em;
    height: 9em;
    bottom: -17%;
    right: 53%;
    background-image: url(/-/media/Files/CSS/royal-victoria-country-park/Images/leaf-2);
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 48em) {
    .alternate-three .conform-block .leaf:nth-of-type(2n+0):after {
        bottom: -21%;
        right: 48%;
    }
}

@media only screen and (min-width: 60em) {
    .alternate-three .conform-block .leaf:nth-of-type(2n+0):after {
        bottom: -15%;
        right: 63%;
    }
}

.alternate-three .conform-block .leaf:nth-of-type(3n+0):after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 9em;
    height: 9em;
    bottom: 36%;
    right: -11%;
    background-image: url(/-/media/Files/CSS/royal-victoria-country-park/Images/leaf-3);
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 48em){
    .alternate-three .conform-block .leaf:nth-of-type(3n+0):after {
        bottom: 29%;
    }
}

@media only screen and (min-width: 60em){
    .alternate-three .conform-block .leaf:nth-of-type(3n+0):after {
        bottom: 48%;
        right: -8%;
    }
}

/*@media only screen and (min-width: 37.5em) {
	.alternate-three .conform-block .leaf:nth-of-type(1n+0):after {
		bottom: 34%;
    	right: 53%;
	}

	.alternate-three .conform-block .leaf:nth-of-type(2n+0):after {
		bottom: -17%;
    	right: 53%;
	}

	.alternate-three .conform-block .leaf:nth-of-type(3n+0):after {
		bottom: 36%;
    	right: -11%;
	}
}*/

.overlay-image p {
    background-color: transparent !important;
    color: #224746 !important;
}

.conform-block .blocklink img {
    border-radius: 5.5rem;
}

@media only screen and (min-width: 48em){
    #page_content .conform-block .four.columns img {
        border-radius: 3.75rem;
    }
}

@media only screen and (min-width: 60em){
    #page_content .conform-block .four.columns img {
        border-radius: 4.75rem;
    }
}

.overlay-image img{
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.overlay-image:hover img, .overlay-image:focus img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.overlay-image .caption {
	position:absolute !important;
	bottom: calc(-1em + 84%) !important;
	padding: 0.75em 0.75em 1em 0.75em !important;
	text-align: center;
	font-size: 1em;
    text-transform: uppercase;
	background-image: url(/-/media/Files/CSS/royal-victoria-country-park/Images/text-highlight);
    background-size: 69%;
    background-repeat: no-repeat;
    background-position: center 20%;
}

@media only screen and (min-width: 48em) {

    .overlay-image .caption {
        padding: 0.75em 0 0.7em 0 !important;
    }

    .three.columns .overlay-image .caption {
        background-position: center -78%;
    }

    .four.columns .overlay-image .caption {
        background-position: center -1%;
    }

    .six.columns .overlay-image .caption {
        bottom: calc(-1em + 86%) !important;
        background-position: center 21%;
    }
}

@media only screen and (min-width: 64em) {
	.overlay-image .caption {
		font-size: 1.25em;
        padding: 0.75em 0.1em 0.8em 0.1em !important;
	}

    .three.columns .overlay-image .caption {
        background-position: center -29%;
    }

    .six.columns .overlay-image .caption {
        background-position: center 26%;
        bottom: calc(-1em + 93%) !important;
    }
}

.alternate .overlay-image p.caption {
    color:#000 !important;
}


/*BUTTONS*/

#page_content a[role="button"], button.green {
	background-color: #224746;
	border-color:  #224746;
	color: #fff;
	border-bottom: none !important;
	text-shadow:none;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    #page_content a[role="button"] {
        width:auto;
    }
}

a[role="button"][href$=".pdf"]:after {
    border: 1px solid #fff;
    color: #fff;
}

/* ACCORDIONS */

#page details{
	margin:0.5em 0;
}

#page details summary {
	background-color: #d13834;
	color:#fff;
	border:0px;
	box-shadow: none;
	font-family: lato, sans-serif;
}

/* +/- sign on collapsed/expanded accordion - ensure color and border-color match */
details>summary::before {
	color: #fff;
   	border-color:#fff ;
}

details summary[aria-expanded="true"]:before {
	color: #fff;
    border-color:#fff ;
}


#page details>summary::before {
	border: 0px;
	font-size: 2.5rem;
}


/* NEWSLETTER */

.sapCpLabel {
	width:75%;
	display:inline-block;
}

.req, .opt {
	width:25%;
	padding-top:0.5em;
}

.sapCpContentPage .sapCpWidget.sapCpWidgetHidden {
    display: none;
}

li .req,
.input-append li .req,
.input-append li .opt,
.input-append li .sapCpWidgetContent input,
.input-append li .sapCpWidgetContent button,
.input-append li .sapCpWidgetContent select {
    border-radius: 0 !important;
}

/* BUTTON WIDGET */

.sapCpButtonWidget .sapCpButtonWidgetExtraText,
.sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
    display: block;
}

.sapCpContentPage:not(.sapCpMissingMandatoryField) .sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
    display: none;
}

.sapCpButtonWidget .sapCpErrorMessageText {
    display: block;
}

.sapCpContentPage:not(.sapCpSubmitError) .sapCpButtonWidget .sapCpErrorMessageText {
    display: none;
}

.sapCpButtonWidget .sapCpSuccessMessageLabel {
    display: block;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpSuccessMessageLabel {
    display: none;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpButtonWidgetDownloadLink {
    display: none;
}

.sapCpButtonWidget .sapCpButtonWidgetDownloadLink:not(.sapCpButtonWidgetDownloadLinkVisible) {
    display: none;
}

.sapCpButtonWidget.sapCpButtonWidgetLoading button {
    cursor: wait;
}

/* Customize the label (the container) */
.sapCpCheckBox {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 2.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.sapCpCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  background-color: #fff;
  border-radius:0;
  border: 1px solid rgba(0,0,0,.25);
  box-shadow: inset 0 0.25rem 0 rgba(0,0,0,.1);
}

#__button39, #__button39:hover{
	background-color:#FCDF51;
	color:#131E29;
}

summary{color:#131E29;}
/*
    color: #FCDF51;
    color: #415364;
    color: #fff;
    color: #131E29;
*/
/* On mouse-over, add a background color */
.sapCpCheckBox:hover input ~ .checkmark {
  background-color: #FCDF51;
}

/* When the checkbox is checked, add a  background 
.sapCpCheckBox input:checked ~ .checkmark {
  background-color: #571c4b;
  border-color:#331a4a;
}
*/
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.sapCpCheckBox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.sapCpCheckBox .checkmark:after {
  left: 1.125rem;
   top: .675rem;
  width: .5rem;
  height: 1rem;
  border: solid #131E29;
  border-width: 0 .25rem .25rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark-text{margin-left:4rem;display:inline-block;}

.alternate .error label,
.alternate .error legend,
.alternate .error .help,
.alternate .is-error,
.alternate .field-validation-error,
.alternate .req,
.alternate .error-placeholder{
    color: #FCDF51 !important;
}

.sapCpBody .alert-danger, .sapCpBody .alert-error {
    background-color: #FCDF51 !important;
    border-color: #131E29 !important;
	color: #131E29 !important;
}

.error-placeholder {
    clear: both;
    padding-top: 0.5rem;
}

/* SLIDESHOW */
#slideshow ul.on li div.caption {
    position: absolute;
    top: auto;
    bottom: 0%;
    background-color: #93b50a;
    max-width: 100%;
    margin: 0;
    padding: 1rem 4rem;

}

@media only screen and (min-width: 48em){
    #slideshow ul.on li div.caption {
	    top: 30%;
	    left: 50%;
	    bottom: auto !important;
	    max-width: 50%;
	    padding:2rem;	
    }
}

@media only screen and (min-width: 58em) {
	#slideshow ul.on li div.caption {
		left: 75%;
		max-width: 25%;
	}
}

#slideshow ul.on li div.caption h2, #slideshow ul.on li div.caption p {
	color: #000;
	margin-bottom:1em;
}

.caption:nth-child(1):after{
	display:none
}

/* reduce gap between slideshow and grid above it */
.row.alternate-two {
    margin-bottom: 0;
}

/* TIMELINE  */
.timeline-content, a.timeline-content {
	background-image: url(/-/media/Files/CSS/royal-victoria-country-park/Images/bg-parchment);
    
}

#page_content .timeline-content img {
    border-radius: 0;
}

/* EVENTS LISTING PAGE */

ul#local_filters > li:nth-child(2) {
    display: none;
}
    

/* UPCOMING EVENTS CARD SLIDER  */

#page_content .card-promo-media img {
  border-radius: 20px;  
}

.card-promo {
    border-radius: 20px;
}

/*Tablets and above*/
@media only screen and (min-width: 48em) {
    .card-promo-media {
        padding-top: 7em;
        max-height: 7em;
    }
}

/*Desktops*/
@media only screen and (min-width: 64em) {
    .card-promo-media {
        padding-top: 8em;
        max-height: 8em;
    }
}

#page .card-promo-media img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media only screen and (max-width: 767px) and (min-width: 592px) {
    #page .card-promo-media img {
        border-top-left-radius: 0;
        border-top-right-radius: 0;  
    }
}



/* CEDAR MENU */

/* colours: Pink = #CBA1A6, Brass = #C39F68, Dark Green = #2D4E4D, Lighter Green = #416365 */
h2.onthego {
    font-family: shelby, sans-serif;
    font-size: 3.5rem;
    margin-top: -0.2em;
    margin-bottom: 0;
    text-align: center;
    padding-right: 0.5em;
    color: #2D4E4D;
}

@media only screen and (min-width: 48em) {
    h2.onthego {
        font-size: 7rem;
        margin-top: -0.5em;
        text-align: right;
    }
}

h2.dinein {
    font-family: 'lato', 'sans-serif';
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: -0.2em;
    margin-bottom: 0;
    text-align: center;
}

@media only screen and (min-width: 48em) {
    h2.dinein {
        font-size: 5rem;
        margin-top: -0.5em;
        text-align: right;
        padding-right: 0;
    }
}

/*.christmas p{
	font-family: source-serif-pro, serif
}
h1.christmas{
	font-size: 3.5rem;
	font-family: shelby, sans-serif;
	text-transform: unset;
	color: #2D4E4D;
}

@media only screen and (min-width: 48em) {
}
h2.christmas {
    font-family: shelby, sans-serif;
    font-size: 3rem;
    margin-top: -0.2em;
    margin-bottom: 0;
    color: #2D4E4D;
}

@media only screen and (min-width: 48em) {
    h1.christmas {
        font-size: 7rem;
        margin-top: -0.25em;
    }
}

h3.christmas  {
    font-family: shelby, sans-serif;
    font-size: 2.5rem;
    margin-top: 0em;
    margin-bottom: 0;
    padding-right: 0.5em;
}

h3.christmas.white {
    color: #fff;
}

@media only screen and (min-width: 48em){
    h1.christmas {
        font-size: 7rem;
        margin-top: -0.25em;
    }
	h2.christmas {
        font-size: 4.5rem;
        margin-top: -0.25em;
    }
    h3.christmas, h3.christmas.white {
        font-size: 3.5rem;
    }
}*/

.cedar-menu {
    border-bottom: 2px dotted #CBA1A6;
    padding: 0 1em 1em 1em;
    margin-bottom: 1em;
}

.breakout-bg.alternate-five .breakout-content {
    padding: 0;
    /*border: 4px solid #C39F68;*/
}

.breakout-bg.alternate-five .cedar-menu {
    border: 0;
    border-bottom: 2px dotted #C39F68;
    margin-bottom: 0;
}


.breakout-bg.alternate-five .cedar-menu.allergens {
    border-top: 2px dotted #C39F68;
}

.cedar-menu h3, .carbon h3 {
	font-family: shelby, sans-serif;
	font-size: xxx-large;
    margin-top: 0.2em;
    margin-bottom: 0;
}

.breakout-bg.alternate-five .cedar-menu h3, .breakout-bg.alternate-five .carbon h3 {
	font-family: 'lato', 'sans-serif';
	font-size: x-large;
    margin-top: 1em;
    margin-bottom: 0.2em;
    text-transform: uppercase;
    color: #2D4E4D;
}

h3.barmenu {
    font-family: 'lato', 'sans-serif';
	font-size: x-large;
    margin-top: 0.2em;
    text-transform: uppercase;
    color: #2D4E4D;
}

span.cedar-plain {
    font-family: source-serif-pro, serif;
    font-size: large;
}

#page_content .cedar-menu ul {
    margin-top: 0.5em;
}

.cedar-menu p, .cedar-menu li {
	font-family: source-serif-pro, serif;
}

.cedar-menu strong,
.cedar-menu .kcal {
	color: #6A4F3C;
}

.cedar-menu .kcal,
span.nutrition,
strong.go-veg {
	font-style: italic;
}

span.nutrition {
    background-color: #224746;
    color: #fff;
    border-radius: 23%;
    padding: 0 0.3rem 0 0.2rem;
}

strong.go-veg {
	color: #224746;
}

.row .padded {
    padding: 1em 1em 0 1em;
} 

.row .padded h4{
    margin-top: 0;
    margin-bottom: 0;
    color: #2D4E4D;
} 

.row .padded.alt {
    padding-top: 0;
    padding-bottom: 0;
} 

.row .padded.alt p {
    margin-top: 0;
    margin-bottom: 0;
} 

.row .padded.alt p strong {
    color: #6A4F3C;
}

@media only screen and (min-width: 60em) {
    .row .padded.alt p {
        margin-bottom: 0.3em;
    } 
}

.carbon {
    padding: 0 1em 1em 1em;
}

.carbon .well {
    margin-bottom: 1.5em;
}

/* Margin and border change stops horizontal scroll bar from appear in pop up - BBBs and colorboxes don't work nicely together */
#cboxLoadedContent .breakout-bg {
    margin: 0;
    border: 0;
    background: transparent;
}

#cboxLoadedContent {
	background-image: url('/-/media/Files/CSS/royal-victoria-country-park/Images/bg-paper.png') ;
	background-repeat: repeat;
	background-position: left 80% bottom 7rem;
	background-size: auto;
}

/* End menu */

#page_content img.not-rounded {
    border-radius: 0;
}

/* GRIDS  */
/* Reduce gap between heading/lead text and content in grids on mobile */
@media only screen and (max-width: 37.5em) {
        .row.alternate {
            margin-bottom: 0;
        }

        .row.alternate .columns.eight.alpha {
            margin-bottom: 0;
        }
        
        .row.alternate .columns.four {
            display: none;
        }

        .row.alternate .columns.six h2:first-of-type, .row.alternate .columns.five h2:first-of-type, .row.alternate .columns.eight h2:first-of-type, .row.alternate .columns.six p:first-of-type, .row.alternate .columns.eight p:first-of-type {
            margin-top: 0;
        }
}

/* KEY FIGURES */
.row.conform-block ul.row, ul.remove-sides {
    width: 100%;
}

/* INLINE CONTENT */
.row.scale-images.conform-block a.thumbnail p {
    text-align: center;
    margin-top: 0;
}

#page .breakout-bg.alternate.inline-expand a.thumbnail {
    background-color: #224746;
    color: #fff;
    border-color: #224746;
    border-bottom: none !important;
    text-shadow: none;
    border-radius: 0.5em;
    box-shadow: 0 -0.25rem 0 rgb(0 0 0 / 10%) inset, 0 1px 0 0 rgb(255 255 255 / 75%) inset;
  }

#page .breakout-bg.alternate.inline-expand a.thumbnail:hover {
    box-shadow: none;
  }

  /* FEATURE SLIDER (gallery)  */
  .bxslider a.thumbnail {
    background-color: rgba(180,186,163,0.5);
    padding: 0.75em;
    border: 0;
    border-radius: 20px;
}

#page_content .breakout-content .bxslider.thumbnail-block img {
    border-radius: 20px;
}

#page_content .breakout-content .bxslider.thumbnail-block a {
    box-shadow: none;
}

#page_content .breakout-content .bxslider.thumbnail-block a h3 {
   /* color: #000;
    text-align: center;*/
    display:none;
}  

.bxslider-wrap .bx-wrapper {
    margin-bottom: 0;
    padding-bottom: 0
}

/* STICKY BUTTON */

button#contact-stickies-button {
    background-color: #93b50a;
    text-shadow: none;
    color: #000;
    height: 5em;
    width: 5em;
    border-radius: 50%;
    border: 4px solid #224746;
    box-shadow: none;
    display: block;
    filter: drop-shadow(0.2rem 0.25rem 0.3rem #a1a1a1) !important;
}

@media only screen and (min-width: 37.5em) {
	button#contact-stickies-button {
		width: 8em;
		height:8em;
	}
}
#contact-stickies {
    position: fixed;
    bottom: 3em;
    right: 3em;
    z-index: 100000;
}

#contact-stickies dt {
    position: relative;
    z-index: 10;
    bottom: -2em;
    right: -1.25em;
}

@media only screen and (min-width: 72em) {
	#contact-stickies {
		bottom: calc(50vh - 2em);
		right: calc(-35em + 50vw);
	}
}

/* Home page accreditations  */
#page_content div.accreditations {
    margin-top: 1.5em;
}

#page_content div.accreditations img {
    border-radius: 0;
}

#page_content div.accreditations img.smallsquare {
    width:75px;
    height:75px;
}

/* PROMO THUMBNAILS (e.g. link image/title)*/

a.thumbnail.no-padding {
      color:#000;
}

#page .breakout-bg.bg.promo .thumbnail {
	background-color: #84815db0;
	box-shadow: none;
}

#page .breakout-bg.bg.promo .thumbnail:hover {
	background-color: transparent;
}

#page .breakout-bg.bg.promo.alternate .thumbnail{
	background-color: #D1423E;
	color:#fff;
	border-top-right-radius: 100px;
}

#page .breakout-bg.bg.promo.alternate .thumbnail:hover {
	background-color: transparent;
	color: #000;
}

/*LINK IMAGE/TITLE BLOCKS - TO ENABLE WHEN THERE IS ONLY ONE */

@media only screen and (min-width: 40em) {

    #page .breakout-bg.bg.promo .thumbnail>img {
        width: 70%; border-radius:0;
        }
    #page .breakout-bg.bg.promo a.thumbnail.no-padding {
        display: flex;
        }
    #page .breakout-bg.bg.promo .columns.six a.thumbnail.no-padding, columns.four a.thumbnail.no-padding {      
        display: inline;
        }
    #page .breakout-bg.bg.promo .columns.six .thumbnail>img, .columns.four .thumbnail>img {     
        width: 100%;
    }
}