/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.home-events img, .home-further img {
	border: 10px solid white;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


/*!
Theme Name: Areca Wordpress
Theme URI: https://www.arecadesign.co.uk/
Author: Areca Design
Author URI: https://www.arecadesign.co.uk/
Description: Custom WordPress theme generated for and by the Areca Design web team.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: areca-wordpress
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Areca Wordpress 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 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;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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: 3px;
	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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */


/* Small menu. */
.page .comment-navigation,
.page
.posts-navigation,
.page
.post-navigation {
	margin: 0 0 1.5em;
	margin-bottom: 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
	margin-bottom: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* 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: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[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);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        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. */
#page[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: 1.5em;
}










/*
 * SITE-WIDE STYLING
 * 
*/

:root {
	--main-color: #004c98;
}

* {
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.fas {
	font-weight: 900;
}

body, html {
	width: 100vw;
	max-width: 100%;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}



/*
 * CONTAINER STYLING
 * 
*/

.page-container:not(.page .page-container):not(.archive .page-container) {
	max-width: 1190px;
	margin: 0 auto;
}

.layout-container {
	max-width: 1190px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.layout-container {
		max-width: 900px;
	}
	
	.page-container:not(.page .page-container) {
		max-width: 900px;
	}
}

@media screen and (max-width: 768px) {
	.layout-container {
		width: 90vw !important;
	}
	
	.page-container:not(.page .page-container) {
		/*width: 90vw !important;*/
	}
}



/* Theme-generated Top Bar */


.top-bar-container {
	width: 100vw;
    max-width: 100%;
	background-color: #6e57a4;
	position: fixed;
	z-index: 99;
}

.top-bar {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}

.top-bar * {
	color: inherit !important;
}

.top-bar-align-right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.top-bar-align-left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.top-bar li { 
	padding: 2px 0;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	border-bottom: 2px solid transparent;
}

.top-bar .fas:before {
	padding-right: 6px;
}

.top-bar-menu-container {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.top-bar-left-container li a {
	font-family: 'Open Sans', sans-serif !important;
	-webkit-font-smoothing: never !important;
}

.top-bar-left-container li a:before {
	font-weight: 900 !important;
	font-family: 'Font Awesome 5 Free' !important;
}

.top-bar-left-container li:hover {
	border-bottom: 1px solid white;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

.top-bar-right-container li {
	position: relative;
	font-size: 16px;
	z-index: 10;
}

.top-bar-right-container li a {
	z-index: 10;
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	font-size: 16px;
}

.top-bar-right-container li a:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
}

.top-bar-right-container li a:hover:before {
	cursor: pointer;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	-webkit-transform: scale(1.2) translate(-50%, -50%);
	    -ms-transform: scale(1.2) translate(-50%, -50%);
	        transform: scale(1.2) translate(-50%, -50%);
}

.top-bar-left-container li:not(:first-child):not(.additional-phone) {
	margin-left: 25px !important;
}

.additional-phone {
	-webkit-font-smoothing: antialiased;
}

.top-bar-right-container li:not(:last-child) {
	margin-right: 45px;
}



/*
 * HEADER STYLING
 * 
*/


.site-header {
	width: 100vw;
	max-width: 100%;
	font-size: 15px;
}

.site-header a {
	text-decoration: none;
	font-weight: 500;
}

.site-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.site-header li {
	display: inline;
}


/* Header Nav */
.header-container {
	width: 100%;
	background-color: white;
	position: relative;
}

.header {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px 0;
}

.logo-container {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.logo-container a {
	width: 100%;
	height: 100%;
}

.header-container .logo {
	margin: 5px 0;
	outline: none;
}

.header-nav-container {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.header-nav-container li {
	padding: 0 12px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.header-nav-container li a {
	color: #4a4a4a;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
		-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

@media screen and (min-width: 768px) {
	.header-nav-container li:last-child::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 2px;
		height: 15px;
		border-left: 1px solid #303030;
	}
	
	.header-nav-container li a {
		padding: 20px 0px;
	}
	
	.header-nav-container li a:hover {
		transition: 0.2s all ease;
		border-bottom: 1px solid #4a4a4a !important;
	}
}

.header-nav-container .current-menu-item a {
	border-bottom: 1px solid #4a4a4a !important;
}

.menu-toggle {
	display: none;
}

@media screen and (max-width: 1250px) {
	.header-nav-container li:not(:last-child) {
		margin-right: 10px;
	}
	
	.top-bar, .header {
		width: 97%;
	}
}

@media screen and (max-width: 900px) {
	.header-nav-container li {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	.menu-toggle {
		display: block;
		z-index: 15;
		background-color: transparent;
		border: none;
		outline: none;
		font-size: 30px;
	}
	
	.responsive-menu {
		display: none;
		width: 100vw !important;
		max-width: 100%;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		position: absolute;
		top: 0px;
		left: 0;
		background-color: white;
		text-align: center;
		z-index: 14;
	}
	
	.header-nav-container {
		width: 100%;
	}
	
	#menu-header-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.header-nav-container li {
		font-size: 16px !important;
	}
	
	#menu-header-nav li {
		display: block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 10px 0;
	}
	
	.header-nav-container li a {
		padding: 10px 0;
	}
}

@media screen and (max-width: 550px) {
	.top-bar-left-container li:not(:first-child):not(.additional-phone) {
		margin-left: 0 !important;
	}
	
	.top-bar-right-container li:not(:last-child) {
		margin-right: 25px !important;
	}
	
	#menu-socials {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.top-bar-right-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}



/* TOP BAR (Landing Header) */


.logo-icon-cont, .logo-icon-cont a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-icon {
	width: 75px;
    padding: 5px 0;
}

@media screen and (max-width: 768px) {
	.cfcm-top-bar {
		display: none !important;
	}
	
	.cfcm-top-bar-socials {
		justify-content: flex-end;
	}
	
	.site-header .cfcm-top-bar-socials {
		padding-top: 10px;
		padding-right: 10px;
	}
	
	.cfcm-top-bar-socials i {
		font-size: 30px !important;
	}
}

.cfcm-top-bar {
	display: none !important; /* Hide on every page other than home */
	width: 100vw;
	max-width: 100%;
	background-color: white;
}

@media screen and (min-width: 768px) {
	.home .cfcm-top-bar {
		display: block !important;
	}
}

.cfcm-top-bar-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cfcm-top-bar-right {
	display: flex;
    flex: 1;
    align-items: center;
    justify-content: center; /* WITH HEADER LOGO: justify-content: flex-end; */
}

.cfcm-top-bar-socials {
	display: flex;
}

.cfcm-top-bar-socials i {
	color: var(--main-color);
	font-size: 23px;
	transition: 0.2s all ease;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	outline: none;
}

.cfcm-top-bar-socials i:hover {
	transition: 0.2s all ease;
	transform: scale(1.2);
}

.cfcm-top-bar-socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
}

.cfcm-top-bar-socials a:not(:first-child) i {
    margin-left: 10px;
}




/* Socials gap and border */
@media screen and (min-width: 768px) {
	.cfcm-top-bar-socials:not(.site-footer .cfcm-top-bar-socials) {
		padding-left: 20px;
		border-left: 2px solid black;	
	}
	/*
	Not when no socials displayed
	.cfcm-top-bar-pages, .header-nav-container {
		padding-right: 30px;
	}
	*/
}




.cfcm-top-bar-pages ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cfcm-top-bar-pages li {
	position: relative;
	display: inline-block;
	padding: 0 12px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.cfcm-top-bar-pages li:last-child::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
    height: 15px;
    border-left: 1px solid #303030;
}

.cfcm-top-bar-pages li a {
	display: block;
	padding: 25px 0px;
	color: #4a4a4a;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
		-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
}


.cfcm-top-bar-pages li a:hover {
	transition: 0.2s all ease;
	border-bottom: 1px solid #303030;
}

.cfcm-top-bar-pages .current-menu-item a {
	border-bottom: 1px solid #4a4a4a !important;
}



/* Dropdown menu items */
.cfcm-top-bar-pages li, .header-nav-container li {
	position: relative;
}

@media screen and (min-width: 768px) {
	.menu-item-has-children::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f107";
		padding-left: 3px;
		transition: 0.4s all ease;
		transform-origin: center center;
		display: inline-block;
	}

	.menu-item-has-children:hover::after {
		transition: 0.4s all ease;
		transform: rotate(180deg);
	}
	
	.sub-menu {
		transition: 0.3s max-height ease;
		will-change: max-height;
		width: 165px;
		min-width: 100%;
		max-height: 0;
		position: absolute;
		top: 60px;
		left: 0px;
		background-color: white;
		z-index: 99999;
		overflow: hidden;
		padding: 0;
		box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
		border-radius: 4px;
		/*padding: 0px 10px !important;*/
	}
	
	.sub-menu li {
	    border-bottom: 1px solid rgba(232,232,232,.6) !important;
	}
	
	.cfcm-top-bar-pages li:hover > .sub-menu, .header-nav-container li:hover > .sub-menu {
		transition: 0.8s max-height ease;
		max-height: 500px;
	}
	
	.header-nav-container li .sub-menu {
		top: 44px;
	}
	
	.sub-menu li {
		padding: 16px 18px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.sub-menu li a {
		text-align: center;
	}
	
	.header-nav-container .sub-menu li {
		padding: 0 !important;
		padding-left: 7px !important;
		margin: 0 !important;
		width: 100%;
		display: block;
	}
	
	.header-nav-container li {
		border: 2px solid transparent !important;
		transition: 0.4s all ease;
	}
	
	.header-nav-container .menu-item-has-children:hover {
		border-bottom: 2px solid transparent !important;
	}
	
	.header-nav-container .sub-menu li:hover, .header-nav-container .sub-menu .current-menu-item {
		border: 2px solid transparent !important;
		transition: 0.4s all ease;
		background-color: rgba(232,232,232,.6);
	}
	
	.cfcm-top-bar-pages li .sub-menu li a {
		display: block;
		width: 100%;
		padding: 16px 18px;
		box-sizing: border-box;
		transition: 0.4s all ease;
	}
	
	.cfcm-top-bar-pages li .sub-menu li:hover, .cfcm-top-bar-pages .sub-menu .current-menu-item {
		transition: 0.4s all ease;
		background-color: rgba(232,232,232,.6);
	}

	.cfcm-top-bar-pages li .sub-menu li {
		padding: 0;
	}
}

.mobile-dropdown-btn {
	display: none;
}

@media screen and (max-width: 768px) {
	.sub-menu {
		position: static;
		top: unset !important;
		left: unset !important;
		background-color: white;
		border-left: 2px solid black;
		width: fit-content;
		margin: 0 auto;
		display: block !important;
		transition: 0.4s all ease;
		height: fit-content;
		max-height: 0px;
		overflow: hidden;
	}
	
	.sub-menu li {
		padding: 10px 5px;
	}
	
	.mobile-dropdown-btn {
		display: inline-block !important;
		color: black !important;
		font-size: 20px;
		position: absolute;
		right: 7%;
		top: 34px;
		transform: translateY(-50%);
		padding: 20px 0px 20px 20px;
	}

	.mobile-dropdown {
		transition: 0.6s all ease;
		max-height: 500px !important;
	}
	
	.header-nav-container li, .header-nav-container li:hover, .header-nav-container .current-menu-item {
		border: none !Important;
		border-bottom: none !Important;
		border-top: none !Important;
	}
}




/*
 * SLIDER STYLING
 * 
*/



.slider {
	background-position: center;
    background-size: cover;
	max-width: 100%;
}

.slider-content {
	color: white;
    max-width: 500px;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	letter-spacing: 0.5px;
}

.slider-content h1 {
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 1px 1px black;
}

.slider-content p {
	font-size: 20px;
}

.slider-content hr {
	border-bottom: 3px solid white;
    width: 7%;
}

.slider-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-darken {
	background-color: rgba(0,0,0,0.4);
}

.owl-dot {
	outline: none;
}

#slider_320_slide01 {
	background-position-y: 90% !important;
}


/*
 * FOOTER STYLING
 * 
*/



.site-footer {
	background-color: var(--main-color);
	position: absolute;
    width: 100vw;
    left: 0;
    max-width: 100%;
}

.footer-container {
	color: white;
	text-align: center;
	padding: 20px 0;
}

.footer-container a {
	color: white;
	text-decoration: none;
	font-size: 15px;
}

.footer-container a:hover {
	text-decoration: underline;
}

.footer-container hr {
	width: 100%;
	border-bottom: 1px solid white;
	margin: 1.5em 0;
}

.footer-info, .footer-info a {
	font-size: 12px;
	font-weight: 400;
}

.footer-info a {
	color: #00a0af;
}

.footer-info a:hover {
	text-decoration: underline;
}

.cn-button.bootstrap {
	background-color: #6e57a4;
}



/*
 * BANNER STYLING
 * 
*/



.banner {
	width: 100vw;
	max-width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 999999;
	transition: 0.4s all ease;
}

.banner h3 {
	text-transform: unset !important;
	margin: 10px 0 !important;
}












/* END OF THEME STYLING (SPECIFIC STYLING FROM HERE ONWARDS) */

* {
    font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	outline: none;
}

*::selection {
	background-color: #003a74;
	color: white;
}

h1, h2, h3, h4 {
	font-family: 'Open-Sans', sans-serif;
	color: #4a4a4a;
}

h1 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 2.5px;
}

h2 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	margin: 1.5em 0;
	letter-spacing: 1px;
}

p {
	font-size: 14px;
	color: #4a4a4a;
	line-height: 23px;
	letter-spacing: 0.5px;
}

p:first-child {
	margin-top: 0;
}

p:empty {
    margin: 0 !important;
}

li {
	font-size: 14px;
}

a, time {
	text-decoration: none;
	outline: none !important;
	color: var(--main-color);
	transition: 0.2s all ease;
}

a:hover {
	transition: 0.2s all ease;
	color: #4a4a4a;
}

a:hover span {
	transition: 0.4s all ease;
	color: var(--main-color);
}

button, input[type="submit"] {
	background-color: var(--main-color);
	border-radius: 5px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px 30px;
	transition: 0.4s all ease;
	border: none;
	outline: none;
	margin: 1em 0;
}

input[type="submit"] {
	margin: 0;
}

button:hover, input[type="submit"]:hover {
	cursor: pointer;
	background-color: var(--main-color);
/*	box-shadow: 0px 3px 7px rgb(0 0 0 / 20%);*/
	transition: 0.4s all ease;
}

details {
	font-size: 14px;
	margin: 1em 0;
}

summary {
	cursor: pointer;
}

strong {
	font-weight: 700;
}

img {
	width: 100%;
	border-radius: 10px;
}

hr {
	border-bottom: 1px solid #4a4a4a;
	background-color: transparent;
}

@media screen and (min-width: 768px) {
	hr {
		margin: 1em 0;
	}
}

.title-center {
	width: 100%;
	text-align: center;
}

.section-padded {
	padding: 130px 0;
}

@media screen and (max-width: 768px) {
	.section-padded {
		padding: 50px 0;
	}
}

@media screen and (min-width: 568px) {
	.pure-u-sm-1-2:nth-child(odd) {
		padding-right: 20px;
		box-sizing: border-box;
	}
	.pure-u-sm-1-2:nth-child(even) {
		padding-left: 20px;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 768px) {
	.pure-u-md-1-2:nth-child(odd) {
		padding-right: 20px;
		box-sizing: border-box;
	}
	.pure-u-md-1-2:nth-child(even) {
		padding-left: 20px;
		box-sizing: border-box;
	}
	.pure-u-md-2-3 {
		padding-right: 20px;
		box-sizing: border-box;
	}
	.pure-u-md-1-3 {
		padding-left: 20px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 568px) {
	.pure-u-sm-1-2:nth-child(even) {
		margin-top: 1em;
	}
}

@media screen and (max-width: 768px) {
	.pure-u-md-1-2:nth-child(even) {
		margin-top: 1em;
	}
}

.display-none {
	display: none !important;
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

h1.absolute-center, h2.absolute-center {
	padding: 0;
	margin: 0;
}

.header-container {
	outline: none !important;
	border: none !important;
}

.header-container-top {
	background-color: var(--main-color);
	padding: 5px 0;
}

.header-container-top * {
	color: white;
}

.header-container-top a:hover {
	color: #b1b1b1;
}

.header-container-top-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-container-top-inner span, .header-container-top-inner a {
	font-size: 14px;
}

.header-container-top-inner span {
	padding: 0 15px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.header-container-top {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.header-container-top-inner span:last-child::after {
		content: '';
		position: absolute;
		left: 0;
		top: 55%;
		transform: translate(-50%, -50%);
		width: 1px;
		height: 14px;
		border-right: 1px solid white;
	}
}

.site-header {
	position: fixed;
    z-index: 99999;
	transition: 0.6s all ease;
}

@media screen and (min-width: 768px) {
	/* Dropdown scrolled header displays as only header on all internals */
	.home .site-header {
    	top: -112px; /* Set dropdown header to be off-screen on load */
	}
	
	/* Push internals down to compensate for fixed header */
	.page-container:not(.home .page-container) {
		padding-top: 112px;
	}
}

.scrolled.home .site-header {
	top: 0;
}

@media screen and (max-width: 768px) {
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
	}
	
	.responsive-menu {
		display: none;
	}
	
	.header-nav-container {
		margin-top: 0 !important;
	}
	
	.header-container .logo {
		max-width: 130px;
	}
	
	.page-container {
		margin-top: 71px; /* Offset fixed header */
	}
	
	.admin-bar .page-container {
		margin-top: 26px;
	}
}

.menu-toggle {
	color: white;
	background-color: var(--main-color) !important;
	padding: 10px 13px;
	margin: 0 !important;
}


/* Header */
.header {
	padding: 5px 0;
}

@media screen and (max-width: 768px) {
	.header {
		padding: 10px 0;
	}
}

.logo-container a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.responsive-menu {
	align-self: center;
	/*display: flex;*/
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.responsive-menu {
		display: flex;
	}
}

@media screen and (max-width: 768px) {
	.responsive-menu {
		padding-bottom: 10px;
	}
}

/* Site-specific footer */

.footer-upper .widgetizedArea {
    margin-top: 30px;
}

.rpwwt-widget ul {
	display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
	margin: 0 !important;
}

.rpwwt-widget ul li {
	flex: 0 0 50%;
}

.rpwwt-widget ul li a {
	color: var(--main-color);
}

.rpwwt-post-title {
	display: block;
	margin-top: 60px;
	text-transform: capitalize;
	font-size: 20px;
}

@media screen and (min-width: 768px) {
	.rpwwt-post-title {
		max-width: 75%;
	}
}

.rpwwt-post-date {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.rpwwt-widget ul li {
		flex: 0 0 100%;
	}
}

.footer-upper {
	background-color: #EBF2F8;
}

.footer-news-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.footer-news-title h2 {
	font-size: 20px;
	margin: 5px 0;
}

.footer-news-title a {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    background-color: #8BAEDB;
    padding: 8px 30px;
    border-radius: 4px;
    color: #4a4a4a;
	transition: 0.4s all ease;
}

.footer-news-title a:hover {
	transition: 0.4s all ease;
	background-color: #7aa2d5;
}

@media screen and (max-width: 768px) {
	.footer-news-title {
		flex-direction: column;
	}
	
	.footer-news-title a {
		margin: 5px 0;
		font-size: 16px;
	}
	
	.footer-upper hr {
		margin: 1.5em 0 !important;
	}
}

.site-footer {
	padding-top: 60px;
}

.site-footer * {
	color: white;
}

.site-footer strong {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}

.site-footer hr {
	width: 60px;
	border-width: 2px;
	border-color: white;
	margin: 2em 0;
}

.site-footer a {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: white;
	transition: 0.2s all ease;
}

.footer-info {
	padding-bottom: 60px;
	border-bottom: 1px solid white;
}

.footer-nav-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-nav-container ul li:not(:first-child) {
	margin-top: 7px;
}

.footer-nav-container ul li a {
	color: white;
	text-transform: uppercase;
	text-decoration: none !important;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.footer-nav-container ul li a:hover {
	transition: 0.2s all ease;
	border-bottom: 1px solid white;
}

.footer-nav-container .current-menu-item a {
	border-bottom: 1px solid white;
}

.footer-lower {
	padding: 20px 0;
	display: flex;
	justify-content: center;
}

.footer-lower a {
	position: relative;
	font-size: 13px;
	padding: 0 10px;
	transition: 0.2s all ease;
}

.footer-lower a:hover {
	transition: 0.2s all ease;
	color: #b1b1b1;
}

.footer-lower a:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	border-right: 1px solid white;
}

@media screen and (max-width: 768px) {
	.site-footer {
		padding-top: 50px;
	}
	
	.footer-contact {
		margin-top: 30px;
	}
	
	.footer-info {
		padding-bottom: 15px;
	}
	
	.footer-lower {
		flex-direction: column;
		padding-top: 20px;
	}
	
	.footer-lower a {
		text-align: center;
		line-height: 15px;
		padding: 7px 0;
	}
	
	.footer-lower a:not(:last-child)::after {
		display: none;
	}
}

.footer-bottom {
	padding: 20px 0;
	background-color: white;
}

.footer-bottom-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom small {
	display: block;
}

.footer-bottom small, .footer-bottom a {
	margin: 7px 0;
	color: #4a4a4a;
	font-size: 11px;
	letter-spacing: 0;
}

.footer-bottom small:last-child {
	margin-top: 15px;
}

.footer-bottom img {
	width: auto;
}

@media screen and (min-width: 768px) {
	.footer-bottom .pure-g {
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (max-width: 768px) {
	.footer-bottom {
		text-align: center;
	}
	
	.footer-bottom-inner {
		flex-direction: column;
	}
	
	.footer-bottom img {
		margin-top: 15px;
	}
}





/* Floating Contact */
.scrolled .floating-contact {
	right: 0;
}

.floating-contact {
	position: fixed;
	top: 50%;
	right: -55px; /* Offset for transition in on scroll */
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	z-index: 99999;
	transition: 0.6s all ease;
}

.floating-contact img {
	width: 55px;
	height: auto;
	transition: 0.4s all ease;
	will-change: scale;
}

.floating-contact img:hover {
	transition: 0.4s all ease;
	transform: scale(1.1);
}

@media screen and (max-width: 768px) {
	.floating-contact {
		display: none !important;
	}
}





/* Homepage */

.home-landing {
	width: 100vw;
	max-width: 100%;
	height: 400px;
	background-image: url('https://www.astburyaccountants.co.uk/wp-content/uploads/2021/10/slider_bg.png');
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-landing .slider-logo {
	width: max-content;
}

@media screen and (max-width: 768px) {
	.home-landing .slider-logo {
		max-width: 90vw;
	}
}

.home-welcome {
	background-color: #EBF2F8;
}

.home-welcome .welcome-intro {
	font-size: 16px;
	font-weight: 600;
}

.home-welcome h2 {
	font-weight: 500;
	margin-top: 2.5em;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.home-welcome h2 {
		margin-top: 2em;
	}
}

.home-services {
	background-image: url('https://www.astburyaccountants.co.uk/wp-content/uploads/2021/10/services_bg.jpg');
	background-size: contain;
	background-position: right;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	.home-services {
		background-size: cover;
	}
}

@media screen and (min-width: 768px) {
	.home-services .pure-u-md-1-5 {
		padding: 0 7px;
		box-sizing: border-box;
	}
}

.home-services img {
	transition: 0.4s all ease;
	will-change: scale;
}

.home-services img:hover {
	transition: 0.4s all ease;
	transform: scale(1.05);
}

@media screen and (max-width: 768px) {
	.home-services img {
		padding: 15px;
		box-sizing: border-box;
	}
}





/* Internal Pages */

.internal-page {
	background-color: #EBF2F8;
}

.internal-page .section-padded {
	padding: 60px 0;
}

.about-text .pure-u-md-1-2:not(:nth-child(1)):not(:nth-child(2)) {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
	.internal-page .section-padded {
		padding: 50px 0;
	}

	.about-text .pure-u-md-1-2:not(:nth-child(1)):not(:nth-child(2)) {
		margin-top: 50px;
	}
}

.about-text h2 {
	margin-top: 0;
}

.about-text form label {
    text-transform: capitalize;
}

.internal-page h1 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0; /* Margin provided by <hr /> */
	letter-spacing: 1px;
}

/* Services Internal Page (Template) */
.services {
	padding: 120px 0;
}

@media screen and (max-width: 768px) {
	.services {
		padding: 60px 0;
	}
}

.services-contact {
	margin: 40px 0 0 0;
}

.services-contact a {
	font-weight: 600;
}

.services strong {
	font-weight: 600;
}

.services .free-consultation {
	font-weight: 600;
	font-style: italic;
	color: var(--main-color);
}

.services__intro {
	padding-bottom: 60px;
}

.services__intro p:not(:last-child) {
	font-weight: 600;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: var(--main-color);
    color: white;
    cursor: pointer;
    padding: 25px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	border-bottom: 2px solid white;
	border-color: white !important;
	font-weight: 600;
    font-size: 16px;
}

.accordion:after {
  content: '\f067'; /* 02795 Unicode character for "plus" sign (+) */
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
  font-weight: 600;
}

.active-accordion:after {
  content: "\f068"; /* 2796 Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-accordion, .accordion:hover {
    background-color: var(--main-color);
}

.active-accordion {
    background-color: var(--main-color) !important;
    color: white !important;
}

/* Style the accordion panel. Note: hidden by default */
.service-list {
    background-color: #ebf2f8;
    max-height: 0; /* REC ONLY: Changed in site.js to make it visible within module editor */
    overflow: hidden;
    transition: all 0.3s ease-out;
    width: 100%;
	margin: 1px 0;
	padding: 0 10px;
    box-sizing: border-box;
}

.active-accordion + .service-list {
	padding: 10px;
}

.service-list .pure-u-1-1 {
	margin: 5px 0;
}

@media screen and (min-width: 768px) {
    .service-list-info {
        padding-left: 10px;
		box-sizing: border-box;
    }
}

.internal-banner {
	background-image: url('https://www.astburyaccountants.co.uk/wp-content/uploads/2021/10/slider_bg.png');
    height: 30vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.internal-banner .layout-container {
	width: 100%;
}

.internal-banner h1 {
	text-transform: uppercase;
    font-size: 32px;
	color: var(--main-color);
}

.internal-banner h3 {
	text-transform: capitalize;
    font-size: 16px;
}

.internal-banner .subtitle {
	max-width: 550px;
}

.internal-banner .subtitle strong {
	font-weight: 700;
    font-size: 16px;
    line-height: normal;
}

@media screen and (max-width: 480px) {
	.internal-banner h1 {
		font-size: 28px;
	}
}

@media screen and (max-width: 350px) {
	.internal-banner h1 {
		font-size: 21px;
	}
	
	.internal-banner h3 {
		font-size: 14px;
	}
}

.resource:not(:first-child) {
	margin: 1em 0;
}

.useful-links a, .useful-links p {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.single-post {
		padding-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.single-content {
		box-sizing: border-box;
		padding-right: 30px;
	}
	
	.single-sidebar .widget-area {
		box-sizing: border-box;
		padding-left: 30px;
		border-left: 1px solid #4a4a4a;
    	padding-bottom: 20px;
	}
}

.single-sidebar .widget-area h2 {
	margin-bottom: 0;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #4a4a4a
		
}

.single-sidebar .widget-area ul {
	margin: 0;
	padding: 0;
	margin-top: 1.5em;
	list-style-type: none;
}

.single-sidebar .widget-area ul li {
	margin: 1em 0;
	background-repeat: no-repeat;
    background-image: url('https://www.astburyaccountants.co.uk/wp-content/uploads/2021/12/List_Arrow.png');
    background-size: 15px;
    background-position-x: 0px;
    background-position-y: 50%;
    padding-left: 30px;
}

.category article {
    margin: 1em 0;
}

.category .entry-title {
	font-size: 22px;
	margin-bottom: 0.75em;
}

@media screen and (min-width: 768px) {
	.category .entry-title, .category .entry-meta {
		padding-left: 25px;
	}
}

.category .entry-title a {
	color: var(--main-color);
}

.category .widget-area {
	display: none !important;
}

.category .single-post-cont {
    display: none;
}

@media screen and (max-width: 768px) {
	.post-thumbnail-cont {
		display: none;
	}
}

.category article .post-thumbnail img {
	display: block;
}

/*
.category article:nth-child(n+6) .post-thumbnail img {
    width: 50%;
    margin: 0 auto;
}
*/

.byline {
	display: none !important;
}

.single-post .page {
    padding: 30px 0;
}

.single-post .post-thumbnail-cont {
	display: none;
}