/*!
Theme Name: Wilton Parish Theme
Theme URI: wiltonparish.co.uk
Author: Addison Design
Author URI: https://addisondesign.co.uk
Description: A theme built for Wilton Parish
Version: 1.0.0
Text Domain: wilton-parish-theme
Wilton Parish Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
--------------------------------------------------------------*/

/* Elements
--------------------------------------------- */
* {
	margin: 0 0 0 0;
}
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 0em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0 0 0;
}
table {
	margin: 0 0 1.5em 0;
	width: 100%;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: .5rem 0 0 0;
	padding-left: 1rem;
}
.main-navigation li {
	position: relative;
}
.main-navigation li a {
	display: block;
	text-decoration: none;
	color: #1b488c;
	font-size: .8rem;
	text-transform: uppercase;
	margin-bottom: .3rem;
}
body.home .main-navigation a {
	color: white;
}
#headernavblock {
	position: relative;
	width: 100%;
	height: auto;
	padding-left: 1rem;
}
#site-navigation {
	width: 100%;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	margin-top: 1rem;
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Raleway, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: rgba(27, 72, 140);
	font-weight: normal;
}
p {
	margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.2rem; 
}
.entry-content p {
	margin: 0 auto 1.15rem auto;
}
/* Colours
--------------------------------------------- */
.has-blue-color {
    color: #1b488c;
}
.has-blue-background-color {
    background-color: #1b488c;
}
.bluebgd {
	background-color: #1b488c;
	color: white;
}
.bluebgd h2 {
	color: white;
}
.has-lightblue-color {
    color: #cbdeea;
}
.has-lightblue-background-color {
    background-color: #cbdeea;
}
.lightbluebgd {
	background-color: #cbdeea;
	color: #1b488c;
}
.lightbluebgd p {
}
.has-terracotta-color {
    color: #e6775f;
}
.has-terracotta-background-color {
    background-color: #e6775f;
}
.terracottabgd {
	background-color: #e6775f;
	color:#404040;
}
.has-pink-color {
    color: #f7d0bc;
}
.has-pink-background-color {
    background-color: #f7d0bc;
}
.pinkbgd {
	background-color: #f7d0bc;
	color: #404040;
}
.has-charcoal-color {
    color: #404040;
}
.has-charcoal-background-color {
    background-color: #404040;
}
/* Links
--------------------------------------------- */
a {
	color: #1b488c;
	text-decoration: none;
}
a:visited {
	color: #1b488c;
}
a:hover,
a:focus,
a:active {
	color: #1b488c;
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
.linkbutton {
	border-radius: 48px;
}
.bluebgd a:link {
	color: #f7d0bc;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #1b488c;
	color: white;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
input[type="submit"] {
	border-radius: 36px;
	margin-top: 8px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 32px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"]
{
	border-radius: 32px;
	margin: .5rem 0;
	height: 50px;
}
select {
	border: 1px solid #ccc;
	border-radius: 36px;
}
textarea {
	width: 100%;
	border-radius: 32px;
}
/* WP FORMS */
div.wpforms-container-full .wpforms-field-label {
	color: white !important;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.post,
.page {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5rem 0 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-content {
	margin: 0;
}
/* COLUMNS */
.wp-block-columns.groupblockcolumn {
	gap: 0;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
/* SPECIFIC WILTON PARISH STYLES
--------------------------------------------- */
/* HOME PAGE */
body.home header#masthead.site-header {
	background-color: #1b488c;
	color: white;
	position: relative;
}
body.home .site-title a {
	color: white;
}
body.home .site-description {
	color: white;
}
#homeintro, 
.introtext {
	max-width: 100%;
	margin: 0 auto;
}
.wp-block-group {
	padding: 0 2rem;
}
#churchlinks {
	width: 75%;
	margin: 0 auto;
	padding: 1rem 0;
}
.wp-element-caption {
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
}
#safeguardingtext {
	padding: 1rem 0;
}
#safeguargindbuttonblock {
	margin: 2rem 0;
}
#parishofficebutton,
#parishemailbutton {
	height: 60px;
	width: 250px;
}
#latestservicesection {
text-align: center; 
	padding: 2rem 0;
}
.linkbutton {
	width: 250px;
	padding: 1rem 0;
} 
#latestservicesection {
background-image: url('http://wilton-parish.local/wp-content/uploads/WP-Rose-Watermark-Blue.svg');
background-repeat: no-repeat;
background-position: 100px;
	background-size: cover;
}
#ourchurcheslinkbuttons,
#churchlinkbuttons {
		background-image: url('http://wilton-parish.local/wp-content/uploads/WP-Rose-Watermark-Blue.svg');
	background-position: 100px;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (min-width: 1000px) { 
#ourchurcheslinkbuttons,
#churchlinkbuttons {
		background-position: 350px;
	background-repeat: no-repeat;
	background-size: 100%;
}
#latestservicesection {
	background-image: url('http://wilton-parish.local/wp-content/uploads/WP-Rose-Watermark-Blue.svg');
background-repeat: no-repeat;
background-position: 350px;
	background-size: cover;
}
}
@media only screen and (min-width: 56rem) {
#homeintro,
.introtext {
	max-width: 50%;
	margin: 0 auto;
}
article.post .entry-content,
.single-post .entry-content {
	padding: 2rem;
	max-width: 50%;
	margin: 0 auto;
	}}
#wiltonparishmapsection {
		display: grid;
	}
:where(.wp-block-columns.has-background) {
    padding: 0 0 0 2rem;
}
/* INDIVIDUAL CHURCH PAGES */
#churchservicestextblock {
	margin-left: 2rem;
}
#churchservicestextblock p {
	margin: .5rem 0;
}
:where(.wp-block-columns.has-background) {
    padding: 0 0 0 0;
}
#circlelinkblock {
	width: 60%;
	padding: 2rem;
	text-align: center;
	margin: 0 auto;
}
.circlelink {
	max-width: 250px;
	margin: 0 auto;
}
/* BLOG PAGE */
body.blog .entry-header,
body.single .entry-header {
	background-color: #1b488c;
}
body.blog .entry-header h1,
body.single .entry-header h1{
	color: white;
	padding: 1rem 0 1rem 2rem;
	margin: 0;
}
article.post h1 a,
article.post h2 a {
	color: #1b488c;
}
article.post h1.bluebgd {
	padding: 1rem 0 1rem 2rem;
}
article.post h2.lightbluebgd  {
	color: #1b488c;
	padding: 1rem 0 1rem 2rem;
}
article.post .entry-content,
.single-post .entry-content {
	padding: 2rem;
	max-width: 100%;
	margin: 0 auto;
}
.entry-meta {
	display: none;
	height: 1px;
}
.entry-footer{
	padding: 1rem 2rem;
}
* {
	box-sizing: border-box;
}
/* LINKS PAGE */
body.page-id-86 .wp-block-column {
	padding: 1rem 2rem;
}
#alabarelink, 
#wiltonceprimaryschoollink {
	padding: 0 2rem;
}
#linktoyoutube {
	margin-top: 1rem;
}
/* CONTACT PAGE */
/* Whos Who Section */
.whoswhocol {
	max-width: 100%;
	margin: 0 auto;
}
.threeimageblock {
	width: 95%;
	margin: 0 auto 1rem auto;
} 
.twoimageblock {
	width: 95%;
	margin: 0 auto 1rem auto;
}
@media only screen and (min-width: 800px){
	.twoimageblock {
		width: 70%;
		margin: 0 auto 1rem auto;
	}
}
#whoswhoheading {
	padding: 0 0 1rem 2rem;
}
.whoswhocaption,
.imagecaption {
	padding: .75rem;
	background-color: rgba(250, 250, 250, 0.8);
	border-radius: 32px;
	line-height: 1.2;
}
.whoswhocaption span,
.imagecaption span {
 font-weight: bold;
	font-size: 16px;
}
.whoswhoimage img {
	border-radius: 32px;
}
.whoswhoimage figcaption.wp-element-caption {
	display: none;
}
#revwoodphoto {
padding: 0 0 0 2rem;
}
.whoswhoinfo {
	padding: 2rem;
}
.whoswhoinfo p,
.whoswhoinfo h2 {
	max-width: 650px;
}
/* CONTACT FORM */
.wpcf7 {
	width: auto;
	font-weight: 600;
	text-align: left;
	padding: 1rem;
}
.contactform {
	padding: 2rem;
	background-color:  #cbdeea;
	max-width: 100%;
}
.wpcf7 input, 
.wpcf7 textarea {
	max-width: 90%;
}
.contactform {
	max-width: 95%;
}
/* FOOTER */
body.home #colophon {
	margin-top: 0;
}
.site-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #1b488c;
	color: white;
	padding: 2rem 0 2rem 2rem;
}
.site-info a {
	color: white;
}
#newslettersignup h4 {
	color: white;
}
/* NEWSLETTER SIGNUP */
#newslettersignup {
	width: 33%;
}
#footerwidget2id .wpcf7 {
padding-left: 0;
}
#wpforms-1429-field_1-container.wpforms-field.wpforms-field-name {
	padding: 1rem 0 1rem 0;
}
#wpforms-1429-field_2-container.wpforms-field.wpforms-field-email {
	padding: 0 0 1rem 0;
}
/* SOCIALS */
#footerwidgetid3 {
	width: 100%;
	height: auto;
}
#footerwidgetid3 ul li {
	width: 100%;
	height: 50px;
}
/* PAGE EDITING */
.entry-footer, 
.edit-link, 
.post-edit-link {
	display: none;
}
article.post .entry-footer,
.edit-link, 
.post-edit-link {
	display: block;
}
/* LINKS PAGE */
#linkspageblock {
	width: 90%;
	margin: 0 auto;
}
#lifeeventlinks{
	width: 80%;
	margin: 0 auto;
}
.lifeeventbutton {
	width: 80% !important;
}
@media only screen and (min-width: 768px) {
	.lifeeventbutton {
		width: 48% !important;
	}
}
@media only screen and (min-width: 1000px) {
	.lifeeventbutton {
		width: 24% !important;
	}
}
.lifeeventbutton a {
	padding: 30px 0 20px 0;
}
/* APPLICATION FORMS */
.applicationformtext {
	width: 100%;
	margin: 0 auto;
	padding: 0 2rem;
}
@media only screen and (min-width: 56rem) {
	.applicationformtext {
	width: 80%;
	margin: 0 auto;
	padding: 0 2rem;
}
}
/* NINJA FORM ADJUSTMENT */
#nf-form-2-cont,
#nf-form-3-cont {
 width: 100%;
	margin: 0 auto;
	padding: 0 2rem;
}
@media only screen and (min-width: 56rem) {
	#nf-form-2-cont {
 width: 80%;
	margin: 0 auto;
	padding: 0 2rem;
}
}
/* WHOS WHO ADDRESS BLOCK */
#whoswhoaddressblock {
	width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
	#whoswhoaddressblock {
	width: 80%;
	margin: 0 auto;
}
}
/* NAVIGATION */
@media screen and (min-width: 56em) {
	.menu-toggle {
		display: none;
		margin-top: 1rem;
	}
.main-navigation ul {
		display: flex;
		flex-direction: row;
		justify-content: end; 
		width: 100%;
	}
	.main-navigation li a {
		padding: 0 .3rem;
		font-size: .7rem;
	}
}
@media only screen and (min-width: 62.5em) {
	#headernavblock {
		width: 60%;
	}
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
		margin: 3.5rem 0 0 0;
	}
}
@media only screen and (min-width: 75em) {
	#headernavblock {
		width: 70%;
	}
}
/* WINDOWS PAGES */
.windowimage img {
	max-width: 260px;
}
.windowsblocksouthaisle {
	width: 90%;
	margin: 1rem auto;
	text-align: center;
}
.windowsblocksouthaisle h4 {
	text-align: center;
}
@media only screen and (min-width: 1000px) {
	.windowsblocksouthaisle {
	width: 60%;
	margin: 1rem auto;
	text-align: left;
	}
	.windowsblocksouthaisle h4 {
	text-align: left;
}
}
.windowtitle {
	margin-bottom: 1rem;
}
.panel1 {
	margin: 2rem 0 1rem 0;
}
@media only screen and (min-width: 781px) {
	.panel1 {
		margin: 4rem 0 1rem 0;
	}
}
p.nadfas {
	margin: 1rem 0 1rem 0;
}
.windowstext {
	max-width: 500px;
	margin: 0;
	padding: 0;
}
.windowstext h4 {
	max-width: 500px;
}
.windowstext p {
	max-width: 500px;
}
.windowspagespacer.wp-block-spacer {
	height: 2px !important;
}
.windowsblock {
	padding: 0 5%;
	margin: 1rem auto;
}
.spacer50,
.spacer100,
.spacer150,
.spacer200,
.spacer250,
.spacer300,
.spacer400,
.spacer500,
.spacer600 {
	padding-bottom: 1px;
}
@media only screen and (min-width: 781px) {
.windowsblock {
	padding: 1rem 2rem;
}
}
@media only screen and (min-width: 1000px) {
.windowspagespacer.wp-block-spacer {
	height: 25px !important;
}
	.spacer50 {
		padding-bottom: 50px;
	}
	.spacer100 {
		padding-bottom: 100px;
	}
	.spacer150 {
		padding-bottom: 150px;
	}
		.spacer200 {
		padding-bottom: 200px;
	}
.spacer250 {
	padding-bottom: 250px;
}
.spacer300 {
	padding-bottom: 300px;
}
.spacer400 {
	padding-bottom: 400px;
}
.spacer500 {
	padding-bottom: 500px;
}
.spacer600 {
	padding-bottom: 600px;
}
}
@media only screen and (min-width: 1280px) {
.windowspagespacer.wp-block-spacer {
	height: 100px !important;
}
}
@media only screen and (min-width: 768px) {
	.windowsblock {
		width: 100%;
		margin: 0 auto;
	}
}
.windowsimagecolumn {
	margin: 0 auto;
	text-align: center;
}
.windowstextcolumn {
	text-align: center;
}
/* SITE HEADER */
header#masthead.site-header {
	width: 100%;
	background-color: white;
	color: #1b488c;
	position: relative;
	padding: .5rem 0 0.5rem 1rem;
}
.site-branding {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	width: 100%;
	padding: .5rem 0;
}
a.donate {
	position: absolute;
	top: .75rem;
	right: 1rem;
	font-size: 1.1rem;
	font-weight: 400;
	color: white;
	background-color: #e6775f;
	line-height: 1;
	padding: .75rem 1.5rem .75rem 1.25rem;
	border-radius: 36px;
	font-weight: 500;
}
@media only screen and (min-width: 768px) {
	header#masthead.site-header {
	width: 100%;
	background-color: white;
	color: #1b488c;
	position: relative;
	padding: .5rem 0 0.5rem 2rem;
}
}
.sitelogo {
	height: 100px;
	width: auto;
	margin: 0 auto;
}
.site-title {
	padding: 0;
	margin: 1rem 0 0 .75rem;
}
.site-title a {
	color: #1b488c;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .15rem;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
}
.site-description {
	color: #1b488c;
	font-size: .55rem;
	line-height: 1;
	margin: 0 0 0 .8rem;
	padding: 0;
	letter-spacing: .6px;
}
@media only screen and (min-width: 678px) {
.site-title {
	margin: 1rem 0 0 1.8rem;
}
.site-description {
	color: #1b488c;
	font-size: .55rem;
	line-height: 1;
	margin: 0 0 0 2rem;
	padding: 0;
	letter-spacing: .6px;
}
	.site-title a {
	font-size: 2rem;
	letter-spacing: .1rem;
}
.site-description {
	font-size: .7rem;
	line-height: .75;
}
}
/* FAQs PAGE */
body.page-id-82 .entry-content p {
    margin: 0 auto 0rem auto;
}
#faqspecialservices,
#faqsundays,
#faqevents,
#faqcontacts {
	padding: 1rem 0 1rem 2rem ;
}
.faqsummary {
	background-color: #cbdeea;
	color: #1b488c;
	padding: 0 2rem 2rem 2rem;
	border-bottom: 1px solid #1b488c;
	font-size: 1.2rem;
}
.faqsummary h3 {
	padding: 0 0 1rem 2rem;
}
.faqdetail {
	background-color: #cbdeea;
	padding: 0 0 2rem 2rem;
	color: #1b488c;
	margin-bottom: 0;
	border-bottom: 1px solid white;
}
#groundforce img {
	max-height: 450px;
}

#diocesansafeguarding {
	padding: 1rem 2rem;
}
body.blog figure {
	text-align: center;
}
#wiltonchurchinfo,
#netherhamptonchurchinfo,
#fugglestonechurchinfo {
	padding: 1rem 0 0 2rem;
}
#fugglestonesundayservices {
	min-height: 350px;
}
#footerwidget1id h4 {
	color: white;
	margin: 0 0 0.5rem 2rem;
}
#footerwidget1id ul {
	list-style-type: none;
	margin: 0 0 0 2rem;
	padding: 0;
}
section#footerwidget1id {
	margin: 0 0 0 1rem;
}
#safeguardingdocbuttons {
	max-width: 50%;
	margin: 0 auto;
}
body.blog article {
	width: 100%;
}
footer.entry-footer span.cat-links {
	display: none;
}
footer.entry-footer .edit-link {
	display: none;
}
body.blog .entry-content,
.post-template-default .entry-content {
	width: 100%;
	padding: 1rem 2rem;
}
@media only screen and (min-width: 1000px) {
	body.blog .entry-content,
.post-template-default .entry-content {
	width: 60%;
	margin: 0 auto;
	padding: 2rem;
}
}
#servicescalendar {
	width: 95% !important;
	margin: 0 auto;
}
.heading.my-calendar-month {
	display: none;
}
/* OUR CHURCHES PAGE */
.ourchurchesmenu {
	background-color: #cbdeea;
	padding-left: 0;
}
.ourchurchesmenu ul {
	list-style-type: none;
	padding: .5rem 0 .5rem  1.2rem;
	margin: 0;
}
.ourchurchesmenu li {
	display: inline;
}
.ourchurchesmenu li a {
	font-size: .8rem;
	padding: .2rem;
	text-decoration: none;
	border-bottom: 3px solid #cbdeea ;
}
@media only screen and (min-width: 768px) {
	.ourchurchesmenu li a {
	font-size: .8rem;
	padding: .5rem;
	text-decoration: none;
	border-bottom: 3px solid #cbdeea ;
}
}
.ourchurchesmenu ul li a.active {
	border-bottom: 3px solid #1b488c;
}
.ourchurchesmenu li:first-child {
	font-size: .8rem;
	font-weight: bold;
}
#ourchurchesintro {
	padding: 1rem 1rem;
}
@media only screen and (min-width: 768px) {
	#ourchurchesintro {
	padding: 1rem 2rem;
}
}
.linkimage {
	max-width: 250px;
	text-align: center;
	margin: 2rem auto 0 auto;
}
#parishofwiltontext {
	padding: 0 2rem;
}
#addressbuttonblock {
	margin: 0;
	justify-content: center;
}
.addressbutton {
	width: 250px;
	border-radius: 48px;
}
#mapandtextblock:where(.wp-block-columns.has-background) {
padding: 0 0 0 0;	
} 
#mainmap {
  height: 600px; 
  overflow: hidden; 
  position: relative;
}
#mainmap iframe { 
  margin-top: -81px;
  width: 100%;
	height: 681px;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: .5em;
}
#parishphone,
#parishemail {
	width: 250px;
	margin: 0 auto;
}
@media only screen and (min-width: 678px) {
#parishphone,
#parishemail {
	width: 100%;
	margin: 0 auto;
}	
}
.addresslozenge {
	width: 250px;
	margin: 0 auto;
	height: auto;
	padding: 1rem 1rem;
	border-radius: 36px;
}
@media only screen and (min-width: 768px)
{
.addresslozenge {
	width: 100%;
	margin: 0;
	height: auto;
	padding: 1rem 0 1rem 1.5rem;
	border-radius: 36px;
	box-sizing: border-box;
}	
}
.entry-title {
	display: block;
	padding: 1rem 0 1rem 2rem;
	color: white;
	margin: 0;
}
body.home .entry-title {
	display: none;
}
/* INDIVIDUAL CHURCH PAGES */
.sundayservices table td {
	border: 1px solid #1b488c;
}
#circlelinkblock {
	justify-content: center;
	width: 50%;
	padding: 0 2rem;
}
/* CHURCH TABLES */
table,
.featurestable table,
th, 
.featurestable th,
td,
.featurestable td {
  border: 1px solid #1b488c;
  border-collapse: collapse; 
	vertical-align: top;
}
.featurestable {
	width: 95%;
}
.featurestable.wp-block-table td {
	padding: 0.2rem;
}
.featurestable td:nth-child(1),
.featurestable td:nth child(3) {
	width: 32px;
}
.featurestable td:nth-child(1) img,
.featurestable td:nth-child(3) img {
	padding: .3rem 0 0 0;
	margin: 0;
}
.featurestable td:nth-child(2) {
	max-width: 200px;
}
.featurestable td:nth-child(2) p {
	padding: 0 0 0 0;
}
.featurestable td:nth-child(4) {
	max-width: 200px;
}
/* HOME PAGE */
.wp-element-caption {
	font-size: 1.2rem;
}
#latestservicesection {
background-image: url('https://wiltonparish.co.uk/wp-content/uploads/WP-Rose-Watermark-Blue.svg');
background-repeat: no-repeat;
background-position: 150px;
	background-size: cover;
}
#ourchurcheslinkbuttons,
#churchlinkbuttons {
		background-image: url('https://wiltonparish.co.uk/wp-content/uploads/WP-Rose-Watermark-Blue.svg');
	background-position: 100px;
	background-repeat: no-repeat;
	background-size: cover;
}
#homelinkbuttons .linkbutton a {
	padding: .5rem 0 0 0;
	height: 100px;
	border-radius: 36px;
}
/* CONTACT AND WHOS WHO */
.image450 {
	max-height: 450px;
	width: 90%;
	margin: 0 auto 1rem auto;	
}
@media only screen and (min-width: 768px) {
	.image450 {
	max-height: 450px;
	width: 60%;
	margin: 0 auto 1rem auto;	
}
}
#newslettersignup p {
	margin: 0;
}
#newslettersignup .wpcf7-submit input [type="submit"] {
	margin-top: 1rem !important;
}
#contactpagecontactform {
	padding-left: 1rem;
}
/* FOOTER */
.site-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footerarea {
	width: 100%;
}
@media only screen and (min-width: 800px){
	.footerarea {
	width: 33%;
}
}
.footerarea .wpcf7 {
	padding: 0 1rem 0 1rem;
}
.footerarea h4 {
	color: white;
	font-weight: bold;
	margin: 2rem 0 0 2rem;
	line-height: 1;
}
.wp-block-social-links {
	padding: 0 0 0 2rem;
}
.wp-block-button__link img {
	width: 10px;
	height: auto;
}
/* IFRAME YOUTUBE */
body.blog iframe {
	width: 100%;
	min-height: 350px;
}
/* NINJA FORM ADJUSTMENTS */
#nf-form-1-cont.nf-form-cont{
	width: 95%;
	padding: 1rem;
	background-color: #cbdeea;
	border-radius: 16px;
}
@media only screen and (min-width: 1000px) {
	#nf-form-1-cont.nf-form-cont {
	width: 80%;
}
}
#nf-form-4-cont.nf-form-cont {
	width: 80%;
}