/* Colour Instagram logo */

.social-links ul li.spacious-instagram a:before {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
   -webkit-background-clip: text;
}



/* Home page padding above slider image */

.header-image {
		border-bottom: none;
}

#featured-slider {
		border-bottom: none;
	width: 100%;
}

#main {
    padding: 0 0 0 0;
}




/* Home page slider full width */

.wide-978 #featured-slider .slider-cycle, .wide-1218 #featured-slider .slider-cycle {
  max-width: 100%;
}

#featured-slider img {
  width: 100%;
}




/* Three Anchors margin bottom */

.wp-block-image {
    margin-bottom: 0px;
}

.wp-block-column.is-vertically-aligned-center {
     margin-bottom: -50px;
}



/* Heading colours */

h1, h2, h3, h4, h5, h6 {
    color: #103c68;
}



/* Body and list line height */

p {
    line-height: 25px;
}

body {
    line-height: 25px;
}



/* Hide copyright */

.copyright {
    display: none
}



/* Separator style */

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100%;
		background-color: #f0f0f0;
		height: 1px;
}


/* Page title */

.header-post-title-class {
    font-size: 18px;
		color: #ffffff;
  }


.header-post-title-container {
    background-color: #103c68;
		padding: 10px 10px 10px 10px;
		border: none;
}



/* Footer background colour */

.footer-widgets-wrapper {
    background-color: #103c68;
}



/* FAQ Accordian height */

.sp-easy-accordion .sp-ea-single .ea-header {
    padding-bottom: 0;
}


/* RSS Feed colour */

ul.wp-block-rss {
    background-color: #c4e5e5;
		margin-top: -15px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
}

