/*
THEME NAME: The Well Communities
DESCRIPTION: Bespoke WP theme
VERSION: 1.0
AUTHOR: <a href="https://www.prospusmarketing.co.uk/">Prospus Marketing</a>
*/

/* - - RESET - - */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,* {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
*, *:after, *:before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*,*:focus{outline:none;}
a{text-decoration:none;color:inherit;}
a img {border:none;}
img{height:auto;max-width:100%;}
input[type="submit"] {-webkit-appearance:none;border-radius:0;}
.rel{position:relative;}
.smooth,input,button,a,img,.button i{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;-ms-transition:all 0.2s ease;transition:all 0.2s ease;}

/* - - GRID - - */
.clear:after{content:"";display:table;clear:both;}
[class*='col-']{padding-left:20px;float:left;}
.nudge {margin-left:-20px;}
.nudge10 {margin-left:-10px;}
.nudge10 [class*='col-']{padding-left:10px;}
.nudge40 {margin-left:-40px;}
.nudge40 [class*='col-']{padding-left:40px;}
.col-1-8 {width:12.5%;}
.col-1-6 {width:16.6667%;}
.col-1-5 {width:20%;}
.col-1-4 {width:25%;}
.col-1-3 {width:33.3333%;}
.col-1-2 {width:50%;}
.col-2-3 {width:66.66%;}
.col-3-4 {width:75%;}
.col-4-5 {width:80%;}
.col-1-1 {width:100%;}

body {
	font-size: 95%;
	color: #fff;
	line-height:1.6em;
	font-family: "Avenir", "Avenir Next", Tahoma, Geneva, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

/* - - GLOBALS - - */
#wrapper {
	overflow: hidden;
	position: relative;
}

.inner {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#header .inner,
#footer .inner {
	max-width: 1100px;
}

.flex {
	display: flex;
	align-items: center;
}

img.triangular_image {
  	object-fit: cover;
  	clip-path: polygon(
    	50% 0%,    /* top center */
    	0% 100%,   /* bottom left */
    	100% 100%  /* bottom right */
  	);
}

.circular_image {
	display: inline-block;
}

.circular_image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
}

.circular_image:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 5%;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.formatted p:not(.mb0,.mb10) {
	margin-bottom: 20px;
}

.formatted a.button + p {
	margin-top: 60px;
}

.formatted ul li {
	list-style: none;
	margin-bottom: 10px;
	position: relative;
  	text-indent: -1.5em;
  	padding-left: 1.5em;
}

.formatted ul li::before {
	content: "\f061";
  	font-family: "Font Awesome 7 Free";
  	font-weight: 900;
  	margin-right: 0.5em;
}

.formatted ul + p {
	margin-top: 20px;
}

.formatted p a, .underline {
	text-decoration: underline;
}

.block.how-we-help ul li:first-of-type {
	text-indent: 0;
	padding-left: 0;
}

.block.how-we-help ul li:first-of-type::before {
	display: none;
}

em {
	font-style: italic;
}

#main {
	padding-top: 60px;
}

#main:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
  	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
 	width: 60%;
  	aspect-ratio: 1 / 1;
  	background: transparent;
  	border: 30px solid #d86b68;
  	transform: translate(-125%, -50%);
}

#main:after {
	position: absolute;
	left: 99%;
	top: 13%;
	content: "";
  	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
 	width: 35%;
  	aspect-ratio: 1 / 1;
  	background: transparent;
  	border: 6px solid #415a53;
}

.floating_image_left {
	position: absolute;
	right: 100%;
	top: 0;
	transform: translate(-50px, -20%);
	width: 350px;
	z-index: 100002;
}

#main .floating_image_right {
	position: absolute;
	left: 105%;
	top: 50%;
	transform: translate(0, -50%);
	width: 400px;
	max-width: none;
	z-index: 10000001;
}

body.home #main:before {
	top: 100%;
}

/* - - BUTTONS - - */
.button {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px!important;
	padding: 0 30px;
	cursor: pointer;
	min-width: 220px;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.button i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-75%, -50%);
}

.button:hover i {
	transform: translate(-65%, -50%);
}

.button.font-s {
	padding: 0 15px;
	height: 30px;
	min-width: unset;
	line-height: 30px!important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* - - FONTS - - */
.font-s {
	font-size: 0.8em;
}

.font-m,
.formatted p > strong:first-child,
h2.wp-block-heading {
	font-size: 1.2em;
	line-height: 1.5em;
}

.font-l {
	font-size: 1.8em;
	line-height: 1em;
}

.font-xl {
	font-size: 2.2em;
	line-height: 1em;
}

.font-xxl,
body.page-id-2 #main h1,
body.page-id-2 #main h2 {
	font-size: 4em;
	line-height: 1em;
}

p em strong,
p strong em {
	font-size: 1.2em;
}

.bold,strong{font-weight:700;}
.italic{font-style:italic;}
.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}
.uppercase{text-transform:uppercase;}
.spaced{letter-spacing:1px}

/* - - MARGINS - - */
.mb0{margin-bottom:0;}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}
.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}
.mt40{margin-top:40px;}
.mb40,
body.page-id-2 #main h1,
body.page-id-2 #main h2{margin-bottom:40px;}
.mt60{margin-top:60px;}
.mb60{margin-bottom:60px;}

/* - - PADDINGS - - */
.pt10{padding-top:10px;}
.pb10{padding-bottom:10px;}
.pt20{padding-top:20px;}
.pb20{padding-bottom:20px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}
.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}
.pt60{padding-top:60px;}
.pb60{padding-bottom:60px;}

/* - - COLOURS - - */
.white {
	color: #fff;
}

.white_bg,
#logo:after,
#header_right:after,
#footer_logo:after {
	background: #fff;
}

.salmon {
	color: #d86b68;
}

.salmon_bg,
#header:after,
#footer_tel:after,
.salmon_bg[class*="_bleed"]:after {
	background: #d86b68;
}

.forest_green,
.block.employment-training-social-enterprise ul li:before,
.block.smmiles .font-xxl,
.block.smmiles strong,
.block.smmiles ul li:before {
	color: #4e7268;
}

body,
.forest_green_bg,
.forest_green_bg[class*="_bleed"]:after,
dialog {
	background: #4e7268;
}

.lime,
body.page-id-2 #main h2,
em,
.block.salmon_bg h2,
.block.salmon_bg h3,
.block.salmon_bg h4,
.block.salmon_bg h5,
.block.salmon_bg h5,
.block.our-services ul li:before,
.block.our-values ul li:before,
.block.free-membership ul li:before,
.formatted p > strong:first-child:not(.salmon_bg .formatted p > strong:first-child,.lime_bg .formatted p > strong:first-child),
.block.carers-addiction-services ul li:before,
.block.grow-your-own-gyo ul li:before,
.block.changing-futures ul li:before,
h2.wp-block-heading,
body.privacy-policy .formatted h2 {
	color: #c6ce00;
}

.lime_bg,
#footer ul li:after,
.lime_bg[class*="_bleed"]:after {
	background: #b4bc00;
}

.terracotta {
	color: #b8393d;
}

.terracotta_bg {
	background: #b8393d;
}

.navy,
.block.partnerships h4,
.block.partnerships strong,
.block.partnerships .formatted p > strong:first-child {
	color: #244772;
}

.navy_bg,
.navy_bg[class*="_bleed"]:after {
	background: #244772;
}

/* - - NAV - - */
#nav {
	position: fixed;
	top: 0;
	right: -100%;
	height: 100vh;
	transition: right 0.3s ease;
	padding: 20px;
	z-index: 999999;
	scrollbar-width: none;
  	ms-overflow-style: none;
  	overflow: auto;
}

#nav::-webkit-scrollbar {
	display: none;
}

#nav ul {
	padding: 40px 40px 12px;
	list-style: none;
}

#nav ul li a {
	display: block;
	padding: 15px 2px 15px 0;
}

#nav ul li.menu-item-has-children > a::after {
	content: "\f107";
  	font-family: "Font Awesome 7 Free";
  	font-weight: 900;
  	margin-left: 0.5em;
  	font-size: 0.8em;
}

#nav ul li.menu-item-has-children.submenu-open > a::after {
	content: "\f105";
}

#nav ul li a:hover {
	padding-left: 2px;
	padding-right: 0;
}

#nav ul li ul {
	display: none;
	padding: 0 0 0 20px;
	font-size: 0.75em;
	text-transform: none;
}

#nav ul li ul li a {
	padding: 10px 2px 10px 0;
}

#nav i {
	cursor: pointer;
}

#nav_socials {
	padding-left: 35px;
}

#content {
  transition: transform 0.3s ease;
}

/* - - HEADER - - */
#header {
	padding-top: 60px;
	border-bottom: 10px solid #b4bc00;
}

#header:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
  	position: absolute;
 	width: 50%;
  	height: 150%;
  	clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  	z-index: 10000;
}

#header:before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
  	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
 	width: 55%;
  	aspect-ratio: 1 / 1;
  	background: transparent;
  	border: 30px solid #d86b68;
  	transform: translate(5%, -55%);
  	z-index: 10005;
  	pointer-events: none;
}

#header > .inner.flex {
	justify-content: space-between;
}

#logo {
	display: inline-block;
	padding-right: 65px;
	-webkit-border-top-right-radius: 65px;
	-webkit-border-bottom-right-radius: 65px;
	-moz-border-radius-topright: 65px;
	-moz-border-radius-bottomright: 65px;
	border-top-right-radius: 65px;
	border-bottom-right-radius: 65px;
	z-index: 100002;
}

#logo:after {
	content: "";
    height: 100%;
    display: block;
    position: absolute;
    right: 65px;
    top: 0;
    width: 100vw;
    z-index: 100001;
}

#logo svg {
	height: 130px;
	margin-left: -100px;
	position: relative;
	z-index: 100003;
}

#header .button {
	z-index: 10005;
	transform: translateX(100%);
}

#header_right {
	padding: 25px 0;
	z-index: 10003;
	width: 35%;
	text-align: right;
}

#header_right:after {
	content: "";
    height: 100%;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -1px; /* Fix for annoying 1px edge */
    width: 100vw;
    z-index: 100001;
}

#menu_toggle {
	cursor: pointer;
}

#header .background_image {
	aspect-ratio: 2 / 1;
  	width: 50%;
  	overflow: hidden;
  	z-index: 10001;
  	filter: sepia(1) saturate(3) hue-rotate(15deg);
}

#header .background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#header img.triangular_image {
	position: absolute;
	bottom: 0;
	left: 35%;
	width: 55%;
	max-width: 900px;
	z-index: 10004;
}

#header .circular_image {
	width: 25%;
	position: absolute;
	right: 10%;
	bottom: 0;
	transform: translateY(50%);
    z-index: 10004;
}

/* - - FOOTER - - */
#footer {
	padding: 100px 0 60px;
	overflow: hidden;
}

#footer.pulled {
	padding-top: 0;
	margin-top: -55px;
}

#footer:before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
  	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
 	width: 45%;
  	aspect-ratio: 1 / 1;
  	background: transparent;
  	border: 30px solid #b4bc00;
  	transform: translate(25%, -45%);
}

#footer:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
  	position: absolute;
 	width: 200px;
  	height: 300px;
  	background: #415a53;
  	clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  	z-index: 100001;
}

#footer_logo {
	display: inline-block;
	padding-right: 55px;
	-webkit-border-top-right-radius: 55px;
	-webkit-border-bottom-right-radius: 55px;
	-moz-border-radius-topright: 55px;
	-moz-border-radius-bottomright: 55px;
	border-top-right-radius: 55px;
	border-bottom-right-radius: 55px;
}

#footer_logo:after {
	content: "";
    height: 100%;
    display: block;
    position: absolute;
    right: 55px;
    top: 0;
    width: 100vw;
    z-index: 100001;
}

#footer_logo svg {
	height: 110px;
	margin-left: -90px;
	position: relative;
	z-index: 100002;
}

#footer_socials {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(-25px, -50%);
	z-index: 100003;
}

#footer_tel {
	text-align: right;
	height: 110px;
	line-height: 110px;
	padding-left: 55px;
	float: right;
	display: inline-block;
	-webkit-border-top-left-radius: 55px;
	-webkit-border-bottom-left-radius: 55px;
	-moz-border-radius-topleft: 55px;
	-moz-border-radius-bottomleft: 55px;
	border-top-left-radius: 55px;
	border-bottom-left-radius: 55px;
}

#footer_tel:after {
	content: "";
    height: 100%;
    display: block;
    position: absolute;
    left: 55px;
    top: 0;
    width: 100vw;
    z-index: 100001;
}

#footer_tel p {
	z-index: 100002;
	font-size: 2.2em;
	transform: translateX(-25px);
}


#footer_tel i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-75%, -50%);
}

#footer .font-m {
	line-height: unset;
}

#footer ul {
	list-style: none;
}

#footer ul li a {
	display: block;
}


#footer ul li a:hover {
	padding-left: 1px;
}

#footer ul li:after {
	content: "";
	display: block;
	height: 4px;
	margin: 6px 0 8px;
}

#footer .font-m > ul li:after {
	width: 10ch;
}

#footer .circular_image {
	float: right;
}

#copyright {
	z-index: 100002;
}

#subscribe {
  max-width: 500px;
  width: 90%;
  border: none;
  border-radius: 12px;
  padding: 30px;
  margin: auto;
  overflow: visible;
}

#subscribe::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

#closeSubscribe {
	position: absolute;
	top: -10px;
	right: -10px;
	background: transparent;
	border: none;
	cursor: pointer;
}
/* - - BLOCKS - - */
.block > .inner,
#main.inner {
	z-index: 9000002;
}

.two_column_text,
.block.our-services ul,
.block.free-membership ul,
.block.social-clubs ul:first-of-type,
.block.volunteering ul,
.block.partnerships ul:last-of-type,
.block.employment-training-social-enterprise ul,
.block.carers-addiction-services ul,
.block.grow-your-own-gyo ul:first-of-type,
.block.changing-futures ul,
.block.smmiles ul:first-of-type,
.block.ketamine-support ul {
 	column-count: 2;
	column-gap: 40px;
}

.two_column_text > *,
.block.our-services ul > *,
.block.free-membership ul > *,
.block.social-clubs ul:first-of-type > *,
.block.volunteering ul > *,
.block.partnerships ul:last-of-type > *,
.block.employment-training-social-enterprise ul > *,
.block.carers-addiction-services ul > *,
.block.changing-futures ul > *,
.block.smmiles ul:first-of-type > *,
.block.ketamine-support ul > * {
	break-inside: avoid;
}

.block:not(.how-we-help) ul li {
	position: relative;
	padding-bottom: 10px;
}

.block:not(.how-we-help) ul li:after {
	content: "";
	position: absolute;
	left: 1.5em;
	bottom: 0;
	width: calc(100% - 1.5em);
	border-bottom: 1px dashed #fff;
}

.block.social-clubs ul:last-of-type,
.block.partnerships ul:first-of-type,
.block.grow-your-own-gyo ul:last-of-type {
	display: flex;
	flex-wrap: wrap;
}

.block.social-clubs ul:last-of-type li,
.block.partnerships ul:first-of-type li,
.block.grow-your-own-gyo ul:last-of-type li {
	padding-bottom: 0;
	padding-right: 15px;
}

.block.social-clubs ul:last-of-type li:after,
.block.partnerships ul:first-of-type li:after,
.block.grow-your-own-gyo ul:last-of-type li:after {
	display: none;
}

.block.quote > .inner {
	display: flex;
	align-items: center;
}

.block.quote .floating_image_left {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 350px;
	max-width: none;
    flex-shrink: 0;
    flex-grow: 0;
    transform: none;
    margin: -100px 40px -100px -150px;
}

.block.quote .floating_image_right {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 350px;
	max-width: none;
    flex-shrink: 0;
    flex-grow: 0;
    transform: none;
    margin: -130px -220px 0 0;
}

.block.quote + .block .pt60 {
	padding-top: 100px;
}

.quote i.fa-quote-left {
	transform: translateX(-11px);
}

#our-services {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* - - BLEEDS - - */
.top_right_bleed:after,
.top_left_bleed:after {
	position: absolute;
	right: 0;
	top: 1px;
	transform: translateY(-100%);
	content: "";
 	width: 200px;
  	height: 300px;
  	clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  	z-index: 9000001;
}

.top_left_bleed:after {
	left: 0;
	right: auto;
  	clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}

.floating_image_right {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(50%,35%);
	max-width: 250px;
}

#recovery-stories .floating_image_right {
	position: static;
	width: 70%;
	max-width: none;
	transform: translate(80%,-10%);
}

#recovery-stories .floating_image_left {
	position: absolute;
	bottom: 15%;
	left: -10%;
	width: 50%;
	right: auto;
    transform: none;
    top: auto;
}

#recovery-stories:before {
	position: absolute;
	left: 100%;
	bottom: 10%;
	content: "";
  	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
 	width: 50%;
  	aspect-ratio: 1 / 1;
  	background: transparent;
  	border: 30px solid #d86b68;
  	transform: translate(-35%, 0);
}

body.home #our-services + .block.quote p {
	font-weight: 400;
}

.block.partnerships ul:last-of-type li strong:after {
	content: "";
  display: block;
}

/* - - JUMP TO - - */
#jump_to {
	padding: 20px 30px;
	width: calc(100% + 60px);
	transform: translateX(-30px);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

#jump_to .rel {
	z-index: 10002;
}

#jump_to:after {
	content: "";
	display: block;
	background: #fff;
	height: 4px;
	width: 100vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -2px);
	z-index: 10001;
}

#jump_to .button {
	position: absolute;
	left: 0;
	top: -20px;
}

#jump_to span {
	margin: 0 10px;
}

#jump_to a:hover {
	text-decoration: underline;
}

/* - - CONTACT - - */
form label {
	display: block;
	margin-bottom: 3px;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
	background: #fff;
	display: block;
	width: 100%;
	padding: 6px 10px;
	border: 1px solid #b4bc00;
}

form textarea {
	min-height: 120px;
}

.hub_list div {
	border-bottom: 1px dashed #fff;
	padding: 10px 0;
	margin-left: 10px;
	flex: 1;
}

.hub_list:last-of-type {
	margin-bottom: 30px;
}

#hubs {
	padding: 100px 0 140px;
}

.hub p.font-m {
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	padding: 10px 0;
}

.hub:nth-child(odd) > .flex {
    flex-direction: row-reverse;
}

.hub .button {
	transform: translateX(30px);
}

.hub_address {
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
	display: inline-block;
}

body.page-id-183 #main .pb60 {
	padding-bottom: 0;
}

.meet_the_team .nudge40 {
	display: flex;
	flex-wrap: wrap;
}

/* - - RECOVERY STORIES - - */
.recovery_story .flex {
	align-items: stretch;
}

.recovery_story .button {
	height: 40px;
	line-height: 40px!important;
	min-width: unset;
	transform: translateY(-20px);
	z-index: 2;
}

.recovery_story .col-1-4 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.recovery_story .col-1-4:before {
	content: "";
	display: block;
	background: #3c547f;
	width: 100vw;
	position: absolute;
	top: 50%;
	right: 0;
	height: 4px;
	transform: translate(10px, -50%);
}

.recovery_story .col-1-4:after {
	content: "";
	display: block;
	background: #3c547f;
	width: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index: 1;
}

.recovery_story .col-1-4 .circular_image {
	z-index: 3;
}

.recovery_story .col-1-4 i {
	color: #3c547f;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4
}

.recovery_story .col-3-4 {
	background: #3c547f;
	display: flex;
	flex-wrap: wrap;
}

.recovery_story .col-3-4 > div {
	transform: translateY(-20px);
}

.recovery_story .col-3-4:after {
	content: "";
	display: block;
	background: #3c547f;
	width: 100vw;
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
}

.recovery_story:nth-child(odd) .nudge.flex {
    flex-direction: row-reverse;
}

.recovery_story:nth-child(odd) .col-1-4:before {
	right: auto;
	left: 0;
	height: 4px;
	transform: translate(10px, -50%);
}

.recovery_story:nth-child(odd) .col-1-4:after {
	left: 0;
	height: 100%;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.recovery_story:nth-child(odd) .col-1-4 i {
	left: auto;
	right: -10px;
	transform: translateY(-50%) rotate(180deg);
}

.recovery_story:nth-child(odd) .col-3-4:after {
	right: 100%;
	left: auto;
}

.posts_wrapper {
	align-items: stretch;
	flex-wrap: wrap;
}

.single_post {
	height: 100%;
}

.single_post {
	border-bottom: 10px solid #b4bc00;
}

.single_post_thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.single_post_thumbnail a,
.single_post_thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
}

.single_post_thumbnail img {
    object-fit: cover;
}

ul.page-numbers {
	text-align: center;
	list-style: none;
	padding-bottom: 60px;
}

ul.page-numbers li {
	display: inline-block;
	margin: 0 6px;
}

ul.page-numbers li .current {
	font-weight: bold;
}

/* - - VACANCIES - - */
.vacancy h6 {
	cursor: pointer;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.vacancy h6 i {
	float: right;
}

.vacancy_content {
	display: none;
}

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

	#header:before {
		display: none;
	}

	#logo svg,
	#footer_logo svg {
		margin-left: -15px;
	}

	#header > .inner.rel {
		position: static;
	}

	#header .button {
		transform: none;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}

}

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

	input,textarea,select{font-size:16px;}

	.hwm {
		width: 50%;
	}

	.fwm {
		width: 100%;
	}

	.nm,
	.floating_image_left,
	.floating_image_right,
	#main:after {
		display: none;
	}

	.nfm {
		display: block;
	}

	.font-xl {
		font-size: 1.8em;
	}

	.font-xxl, body.page-id-2 #main h1, body.page-id-2 #main h2 {
		font-size: 2em;
	}

	#header {
		padding-top: 15px;
	}

	#logo {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}

	#header_right {
		flex: 1;
		height: 80px;
	}

	#header img.triangular_image {
		width: 35%;
	}

	#header .background_image {
		margin-top: 15px;
	}

	#nav {
		min-width: 100%;
		padding-bottom: 22vh;
	}

	#nav i {
		transform: translateX(8px);
	}

	#nav ul {
		padding: 20px 0 0;
		text-align: right;
		font-size: 0.9em;
	}

	#nav ul li ul {
		font-size: 0.6em;
	}

	#nav ul li ul li a {
		padding: 5px 0;
	}

	#nav_socials {
		text-align: right;
		padding: 14px 2px 0 0;
	}

	#footer {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	#footer.pulled {
		padding-top: 0;
		margin-top: -40px;
	}

	#footer:before {
		width: 130%;
		transform: translate(45%, -45%);
	}

	#logo,
	#footer_logo {
		padding-right: 25px;
	}

	#logo svg,
	#footer_logo svg {
		height: 80px;
		
	    -webkit-border-top-right-radius: 40px;
	    -webkit-border-bottom-right-radius: 40px;
	    -moz-border-radius-topright: 40px;
	    -moz-border-radius-bottomright: 40px;
	    border-top-right-radius: 40px;
	    border-bottom-right-radius: 40px;
	}

	#footer_tel {
	    height: 80px;
	    line-height: 80px;
	    padding-left: 40px;
	    margin: 20px 0 40px;
	    -webkit-border-top-left-radius: 40px;
	    -webkit-border-bottom-left-radius: 40px;
	    -moz-border-radius-topleft: 40px;
	    -moz-border-radius-bottomleft: 40px;
	    border-top-left-radius: 40px;
	    border-bottom-left-radius: 40px;
	}

	#footer_tel p {
		transform: none;
	}

	#footer .clear {
		text-align: center;
	}

	#footer ul li:after {
		margin: 6px auto 8px;
		width: 20%!important
	}

	#footer .button {
		margin: 0 auto;
	}

	#footer .circular_image {
		float: none;
		max-width: 60%;
	}

	#copyright {
		text-align: center;
	}

	.button:not(#header .button, #footer .button, .recovery_story .button) {
		transform: translateX(25px);
	}

	.button i {
	    transform: translate(-60%, -50%);
	    font-size: 2em;
	}

	.block:not(.block.quote) > .inner.pt60 {
		padding-bottom: 120px;
	}

	.top_right_bleed:after,
	.top_left_bleed:after {
	 	width: 100px;
	  	height: 150px;
	}

	#jump_to {
		padding: 20px 30px;
		width: 100%;
		transform: none;
	}

	.hub {
		text-align: center;
	}

	.hub .circular_image {
		max-width: 50%;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.hub_list strong {
		display: block;
	}

	.two_column_text,
	.block ul {
		column-count: 1!important;
	}

	#how-we-help .floating_image_right {
		transform: translate(20%,30%);
		max-width: 200px;
	}

	.recovery_story {
		margin: 0 20px 20px;
		background: #3c547f;
		text-align: center;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}

	.recovery_story .col-1-4:after,
	.recovery_story .col-1-4:before,
	.recovery_story .col-1-4 i,
	.recovery_story .col-3-4:after {
		display: none;
	}

	.recovery_story .col-3-4 {
		background: transparent;
	}

	.recovery_story .button {
		margin: 20px auto;
	}

	.recovery_story .circular_image {
		width: 50%;
	}

	.meet_the_team .circular_image {
		max-width: 60%;
	}

}