@charset "UTF-8";
/* CSS Document */

.inside {
	margin-bottom: 120px;
}

.inside.full {
	margin-bottom: 80px;
}

.royal {
	height: 35vh;
	min-height: 350px;
	margin-bottom: 0;
	
	background-size: cover;
	background-position: center center;
}

.royalarrow {

    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    z-index: 100;
    margin-right: 10%;

}

.inside .royal .container, .inside .royal .twothirds {
	position: relative;
	height: 100%;
}

.pageintro {
	background: rgba(42,58,75,0.9);
	position: absolute;
	bottom: -30px;
	width: 93%;
	color: #fff;
	padding: 4% 7%;
	left: -7%;
}

.pageintro h1 {
	color: #fff;
	margin: 0;
	padding: 0;
}

.pageintro h2 {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 14px; 
	color: #fff;
}

.mobilecontactdetails {
	display: none;
}

.pagecontent {
	margin-right: 7%;
	margin-top: 8%;
}

.fullwidth .pagecontent {
	margin-right: 0;
}

.pagecontent ul:not(.gform_fields),
.pagecontent ul:not(.gform_fields) li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagecontent ul:not(.gform_fields) {
  margin: 2em 0;
}

.pagecontent ul:not(.gform_fields) li {
  	margin: 0.7em;
 	margin-left: 1.5em;
 	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.pagecontent ol:not(.gform_fields) li {
  	margin: 0.7em;
 	margin-left: 1.5em;
 	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.pagecontent ul:not(.gform_fields) li:before {
  content: '\f061';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #fe6625;
}

.sidebar ul, .sidebar ul li  {
 	padding: 0;
  	margin: 0;
	list-style: none;
}

.sidebar ul li {
  	margin: 0.5em;
 	margin-left: 1.5em;
 	font-size: 15px;
	line-height: 22px;
	color: #2a3a4b;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.sidebar ul li a {
	font-weight: normal;
	
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.sidebar ul li a:hover {
	color: #fe6625;	
	text-decoration: none;
}

.sidebar ul li:hover { 
	margin-left: 1.8em;
}

.sidebar ul li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	color: #2a3a4b;
	
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.sidebar ul li:hover:before {
	color: #fe6625;	
}

.noroyal .pagecontent, .noroyal .sidebar{
	margin-top: 40px;
}

.sidebar #scroller {
	border-top: 30px solid #fe6625;
	background: #eee;
	padding: 50px;
	
}

.sidebar .featuredimage {
	height: 400px;
	background-size: cover;
	background-position: center center;
}

.sidebar h3 {
	margin-top: 0;
	padding-top: 0;
	font-weight: 400;
	font-size: 18px;
}


.sidebar .sidecontact {
	font-size: 14px;
	line-height: 20px;
}

.sidebar .sidecontact .contactitem {
	margin-bottom: 10%;
}

.sidebar .sidecontact .buttoncontainer {
	margin-top: 10%;
}


.sidebar .sidecontact a.fab {
	font-size: 20px;
	padding: 0 7px;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.sidebar .sidecontact a.fab:hover {
	color: #fe6625;	
	text-decoration: none;
}

/* ---- gallery ---- */

/* ----- gallery item ---- */

.gallery-item {
	margin: 2px  0px!important;
}

.gallery-item img {
	width: 95%;
	height: auto;
}

/* Make YouTube videos inserted via WordPress oEmbed full-width */

.videospacer {
	padding: 20px 0px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.embed-youtube {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- swipebox ---- */

#swipebox-overlay {
    background: rgba(42, 58, 75, 0.85) !important;
	
}

#swipebox-bottom-bar, #swipebox-top-bar {
	background: #2a3a4b !important;
}

#swipebox-close {
	background-color: #fe6625;
	top: 20px !important;
	right: 20px !important;
}

#swipebox-close:hover {
	background-color: #fe9467;	
}

/* ------ single ---- */

.datetime {
	color: #fe6625;
	padding-bottom: 15px;
	border-bottom: 1px solid #fe6625;
	margin-bottom: 30px;
}

.archive .datetime {
	border-bottom: none;
	margin-bottom: 10px;
}

.datetime:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f073";
	margin-right: 5px;
}

/* ----- news ----- */

.news-item {
	border-bottom: 1px solid #ccc;
	padding: 30px 0px;
}

.news-item .alignright {
	margin-left: 20px;
	margin-bottom: 5px;
}

.news-item h3 {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 5px;
}

.news-item h3 a {
	font-weight: 400;
	color: #666;
	font-size: 16px;
	margin: 0;
	padding: 0;
	
}

.archive .entry p {
	margin: 20px 0;
}

.archive .entry > p {
	margin-top: 0;
}

/* --- greenbox ---- */

.greenbox {
    color: #127329 !important;
    background-color: rgba(207,255,207,0.5);
    margin: 80px auto 0;
    font-size: 15px;
    padding: 50px;
    width: calc(100% - 100px);
	text-align: center !important;
}

.greenbox h1, .greenbox h2, .greenbox h3 {
	 color: #127329 !important;
	text-align: center !important;
}

.greenbox .buttoncontainer {
	margin-top: 40px;
}

@media screen and (max-width: 1024px) {
	
.sidebar #scroller { 
    padding: 30px;

}

.sidebar .sidecontact .twothirds .twothirds, .sidebar .sidecontact .twothirds .third {
	display: block;
	width: 100%;
	margin: 18px 0px;	
	
}

.sidebar .sidecontact .text-right {
	text-align: left;
}
		
}

@media screen and (max-width: 800px) {

.container {
    width: 90%;
}

.royal {
    height: 25vh;
    min-height: 250px;
}

.inside {
    margin-bottom: 40px;
}

.noroyal .sidebar {
	margin-top: 85px;
}

.sidebar .featuredimage {
	height: 300px;
}

.inside:not(.contact) .sidebar #scroller { 
    display: none;

}

.contact .sidebar #scroller { 
    background: none;
	border-top-width: 3px;
	padding: 30px 0;
}

.contact .sidebar #scroller h3 { 
    display: none;

}

.contact .sidebar #scroller .text-right {
	text-align: left;
	margin-top: 15px;
}

.inside.section .container {
    display: flex;
    flex-direction: column-reverse;
}

.inside.section .twothirds, .inside.section .third {
	width: 100%;
	display: block;
}

.pagecontent {
    margin-right: 0;
	margin-top: 0px;
}
	
.mobilecontactdetails {
	display: block;
	margin: 20px 0;
}
	
.mobilecontactdetails a.bigbutton:before{
	content:"" !important;
	display: none;
}

.pageintro {
	width: 100%;
	bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.noroyal .pagecontent {
	margin-top: 30px;
}

}