/*
Theme Name: Josh Rees
Author: George English
Author URI: http://englishwebdesign.com
Description: Bespoke theme
Version: 9999.9.9
*/

@import "css/slick.css";

:root {
	--primary: #ff4346;
	--secondary: #211857;
	--bg-grey: #fdecff;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.wpcf7-checkbox input[type="checkbox"],
.wpcf7-radio input[type="radio"],
.btn-group input[type="radio"],
.screen-reader-response,
.screen-reader-text,
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

/* Fonts */

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* */

@font-face {
    font-family: 'All Round Gothic';
    src: url('fonts/Fontspring-DEMO-allroundgothic-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}









/* Functionality */

.js-active .state-inactive,
.state-active:not(.js-active .state-active) {
	display: none;
}

/* Loading button animation */

@keyframes spin {
	0% {
		transform: none;
	}
	100% {
		transform: rotate(360deg);
	}
}

.spinner {
	display: inline-block;
	vertical-align: top;
	border: 3px solid transparent;
	border-left: 3px solid;
	animation: spin 1s infinite linear;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	opacity: 0.5;
}

button .spinner {
	margin-right: 10px;
}

/* */

body {
	box-sizing: border-box;
	font-family: 'Rubik', sans-serif;
	margin: 0;

	font-size: 16px;
	line-height: 1.4;

	background: var(--bg-grey);

	color: var(--primary);

	position: relative;
}

/*@media (min-width: 568px) {

	body {
		font-size: 18px;
	}

}

@media (min-width: 1700px) {
	body {
		font-size: 20px;
	}
}*/

h1, h2, h3, h4 {
	font-weight: 400;
	line-height: 1.333;
	font-family: 'All Round Gothic';
}

h1, h2, h3, h4, p, ul {
	margin: 0 0 20px;
}

h1, h2 {
	font-weight: 600;
	letter-spacing: -0.025em;
	margin-bottom: 30px;
	line-height: 1.1;
	font-size: 38px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 1em;
}

@media (min-width: 568px) {

	h1, 
	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 28px;
	}

	.lede {
		font-size: 18px;
	}

}

@media (min-width: 1200px) {

	.lede {
		font-size: 22px;
	}

	.section-landing .lede {
		font-size: 24px;
	}

	.heading-lg {
		font-size: 56px;
		line-height: 1.1;
	}

}

a,
a u {
	color: inherit;
	text-decoration: none;
}

p {
	max-width: 36em;
}

.center {
	text-align: center;
}

.center p {
	margin-left: auto;
	margin-right: auto;
}

small {
	display: block;
	font-size: 15px;
	line-height: 27px;
}

/*small a,
a:not(.btn):hover {
	border-bottom: 1px solid;
}*/

@keyframes underline {
	0% {
		transform-origin: right;
		transform: scaleX(1);
	}
	40% {
		transform-origin: right;
		transform: scaleX(0);
		/*border-top-width: 1px;*/
	}
	60% {
		transform: scaleX(0);
		transform-origin: left;
		/*border-top-width: 2px;*/
	}
	100% {
		transform-origin: left;
		transform: scaleX(1);
		/*border-top-width: 2px;*/
	}
}

a u,
small a {
	display: inline-block;
	position: relative;
	line-height: 2;
}

small a {
	line-height: 1.75;
}

small a:after,
a u:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	border-top: 1px solid;
	transform-origin: right;
}

small a:hover:after,
a:hover u:after {
	animation-name: underline;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.link-contact {
	line-height: 24px;
	color: var(--primary);
	display: inline-flex;
	align-items: center;
}

.link-contact svg {
	width: 24px;
	height: 24px;
	vertical-align: top;
	color: inherit;
	margin-right: 20px;
}

b, strong {
	font-weight: 500;
}

hr {
	border: none; 
	border-top: 1px solid var(--primary);
	margin: 40px 0;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	padding: 0;
	list-style: none;
}

ul.checklist li {
	padding-left: 24px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23ff4346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path></svg>');
	background-size: 16px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.entry-content {
	line-height: 1.6;
}

.entry-content ul li {
	padding-left: 30px;
	position: relative;
}

.entry-content ul li:before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0
}

@media (min-width: 1024px) {

	.entry-content {
		font-size: 18px;
	}

}

/* */

.container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 567px) {

	.container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

}

.row {
	display: flex;
	flex-wrap: wrap;

	margin: 0 -20px -40px;

}

.col {
	flex-basis: 0;
	flex-grow: 1;

	padding: 0 20px 40px;
}

.row.no-gutter {
	margin: 0;
}

.row.no-gutter > .col {
	padding: 0;
}

.col-auto {
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
}

.col-16 {
	flex-basis: 50%;
	flex-grow: 0;
	flex-shrink: 0;
}

.col-33,
.col-25,
.col-40,
.col-50,
.col-60,
.col-66,
.col-75,
.col-100 {
	flex-basis: 100%;
	flex-grow: 0;
	flex-shrink: 0;
}

@media (max-width: 567px) {

	.hidden-mobile {
		display: none;
	}

}

@media (min-width: 568px) {

	.col-16 {
		flex-basis: 33.333%;
	}
 
	.col-33,
	.col-25,
	.col-66 {
		flex-basis: 50%;
	}
}

@media (max-width: 1199px) {

	.col-50:empty {
		display: none;
	}

}

@media (min-width: 1200px) {

	.row.wide-gutter {
		margin: 0 -30px -60px;
	}

	.row.wide-gutter > .col {
		padding: 0 30px 60px;
	}

	.row.x-wide-gutter {
		margin: 0 -40px -80px;
	}

	.row.x-wide-gutter > .col {
		padding: 0 40px 80px;
	}

	.col-16 {
		flex-basis: 16.666%;
	}

	.col-33 {
		flex-basis: 33.333%;
	}

	.col-25 {
		flex-basis: 25%;
	}

	.col-40 {
		flex-basis: 40%;
	}

	.col-50 {
		flex-basis: 50%;
	}

	.col-60 {
		flex-basis: 60%;
	}

	.col-66 {
		flex-basis: 66.666%;
	}

	.col-75 {
		flex-basis: 75%;
	}

}

/* */

.form-group {
	margin-bottom: 30px;
	position: relative;
}

label:not(.btn) {
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
}

input,
textarea,
select,
button,
.btn {
	background-color: transparent;
	border: 1px solid transparent;
	font-family: inherit;
	font-size: 16px;
	color: var(--primary);
	line-height: 24px;
	padding: 13px 20px;
	margin: 0;


	border-radius: 8px;
	height: 52px;

	transition: 0.3s;
}

select,
input,
textarea {
	width: 100%;
	border-color: var(--primary);
	/*box-shadow: 
		0 30px 40px rgba(0,0,0,0.05), 
		0 15px 20px rgba(255, 68, 71, 0.05);*/

}

select {
	-webkit-appearance: none;
}

input[type="date"] {
	-webkit-appearance: none;
	min-width: 8em;
	background-image: url('img/calendar.svg');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: calc(100% - 16px) 50%;
}

textarea {
	resize: vertical;
	min-height: 120px;	
}

input[type="checkbox"] {
	width: auto;
	height: auto;
	margin-right: 0.5em;
}

button,
.btn {
	font-family: 'All Round Gothic';
	font-family: inherit;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	border-color: var(--primary);
	background: transparent;
	padding-left: 32px;
	padding-right: 32px;
	cursor: pointer;
	white-space: nowrap;
	
}

p + .btn,
p + p .btn,
h2 + p .btn,
div + p .btn {
	margin-top: 20px;	
}

.btn-primary,
button.toggled,
button:hover,
.btn:hover,
input:checked + .btn {
	border-color: transparent;
	background: var(--primary);
	color: #fff;
}

.btn-white {
	color: #fff;
}

.btn-white:hover {
	background: #fff;
	border-color: #fff;
	color: var(--primary);
}

.btn-light {
	border-color: transparent;
	background: var(--bg-grey) !important;
	color: var(--primary) !important;
}

.btn:not(input[type="radio"] + .btn):hover,
.btn-primary:hover {
	transform: translateY(-5px);
	box-shadow: 
		0 30px 40px rgba(0,0,0,0.15), 
		0 15px 20px rgba(255, 68, 71, 0.1);
}

input:focus,
textarea:focus {
	border-color: var(--primary);
}

button.toggled,
input:focus,
textarea:focus,
button:focus,
input:checked + .btn {
	outline: none;
	box-shadow: 
		0 30px 40px rgba(0,0,0,0.05), 
		0 15px 20px rgba(255, 68, 71, 0.05),

		0 0 0 4px rgba(255, 68, 71, 0.2);
}

button svg {
	vertical-align: top;
	width: 16px;
	margin-left: -12px;
	margin-right: 12px;
}

/* */

.section-padded {
	padding-top: max(60px, 10vw);
	padding-bottom: max(60px, 10vw);
}

.site-content > .section-padded:first-child {
	padding-top: max(60px, 5vw);
}

.section-landing {
	display: flex;
	align-items: center;
	/*background: linear-gradient(to bottom right, rgba(0,0,0,0.075), rgba(0,0,0,0) 25%);*/
	padding: max(60px, 5vw) 0;
}

/* */

.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo svg {
	vertical-align: top;
}

/* */

nav.menu-1 .btn {
	padding: 0;
}
nav.menu-1 .btn a {
	padding: 13px 30px;
}

@media (min-width: 1024px) {

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

	body.single-post .site-header {
		padding-bottom: 30px;
	}

	.menu-primary-menu-container ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.menu-primary-menu-container ul {
		display: flex;
		align-items: center;
		font-size: 18px;
		line-height: 2;
	}

	.menu-primary-menu-container li + li {
		margin-left: 2.2em;
	}

	.menu-primary-menu-container a { 
		position: relative;
		display: block; 
	}

	.menu-primary-menu-container a:after {
		content: "";
		position: absolute;

		bottom: 0;
		left: 0;
		right: 0;
		border-bottom: 1px solid;

		transform: scaleX(0);
		
		transform-origin: right;
		transition: transform 0.2s;
	}

	.menu-primary-menu-container .btn a:after {
		display: none;
	}

}







@media (max-width: 1023px) {

	.site-header {
		padding-top: calc(5vw + 14px);
	}

	body.single-post .site-header {
		padding-bottom: calc(5vw + 14px);
	}

	.site-header nav ul.menu li.btn a {
		font-size: 18px;
	}

	nav a[href="#"] {
		display: none;
	}

	.site-header nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;

		z-index: 5;


		background: var(--secondary);
		color: #fff;
		display: flex;

		/*font-size: 1.5em;
		line-height: 2;
		text-align: center;*/
		/*justify-content: center;*/

		text-align: center;

		padding: 80px 0;
		overflow: auto;

		display: none;
	}

	nav .menu > li + li.btn {
		margin-top: 10px;
	}

	/*.site-header nav ul.sub-menu {
		display: none;
	}*/

	body.main-nav-active .site-header nav {
		display: block;
	}







	.dropdown-toggle {
        position: absolute;
        right: 0;
        top: 0;
        width: 74px;
        height: 40px;
        padding: 0;
        background-color: transparent;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 40px;
        color: inherit;
        border: none;
        cursor: pointer;
    }

    .dropdown-toggle:after {
        content: "";
        position: absolute;
        width: 1px;
        top: 10px;
        bottom: 10px;
        right: calc(100% - 1px);
        background: rgba(0, 0, 0, 0.1);
    }


    .dropdown-toggle svg {
        transition: transform 0.2s;
    }


    a[href="#"] + .dropdown-toggle {
        width: 100%;
    }
    a[href="#"] + .dropdown-toggle:after {
        display: none;
    }


   	ul.menu {
        line-height: 2.5;
        /*margin-left: -30px;
        margin-right: -30px;
        max-height: calc(80vh - 110px);
        overflow: auto;*/
    }
    
    ul.menu a {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    ul.menu .current-menu-item > a,
    ul.menu .current-menu-ancestor > a {
        font-weight: 600;
    }
	
	/*ul.menu .site-header-menu {
        height: 0;
        overflow: hidden;
        position: relative;
    }

    ul.menu .site-header-menu.toggled-on {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        transition: padding 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
        border-top: 1px solid var(--bg-grey);
    }*/

    .site-header ul.menu > li > a {
    	font-size: 20px;
    }

    ul.menu > li > .dropdown-toggle {
    	height: 50px;
    }

	ul.menu li {
		position: relative;
	}

	ul.menu a {
		display: block;
	}

    ul.menu .sub-menu {
        height: 0;
        overflow: hidden;
        background: rgba(0,0,0,0.1);
    }

    ul.menu .toggled-on > .dropdown-toggle svg {
        transform: rotate(180deg);
    }

    ul.menu .toggled-on > .sub-menu {
        height: auto;
        overflow: visible;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 15px 0;
        transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    ul.menu > li > .sub-menu {
        display: flex;
        flex-direction: column;
    }

    ul.menu > li > .sub-menu > li > a {
        display: flex;
        align-items: center;
    }

}





@media (min-width: 1700px) {

	.menu-primary-menu-container li + li {
		margin-left: 2.7em;
	}

	/*.menu-primary-menu-container a:after {
		border-bottom: 2px solid;
	}*/
}

@media (hover: hover) {

	.menu-primary-menu-container a:hover:after {
		transform-origin: left;
		transform: none;
	}

}

nav.menu-1 .current-menu-item a:after,
nav.menu-1 .current_page_parent a:after {
	transform: none;
}

/* */

.btn-burger {
    transition: 0s;

    /*transition-delay: 0.3s;

    opacity: 1 !important;*/

    position: fixed;
	z-index: 30;
	background: var(--primary);
	color: #fff;
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 0;

	top: 5vw;
	right: 5vw;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media (min-width: 1025px) {

	.btn-burger {
		transform: scale(0.75);
		opacity: 0;
		pointer-events: none;
	}

}

@media (min-width: 1600px) {

	.btn-burger {
		right: calc((100vw / 9) + 40px - 30px);
	}

}

body.scrolled-down:not(.contact-modal-active) .btn-burger {
	transition: 0.2s;
}

body.main-nav-active .btn-burger,
body.contact-modal-active .btn-burger/*,
body.scrolled-down .btn-burger*/ {
	transform: none;
	opacity: 1;
	pointer-events: auto;
}

.btn-burger:active {
	transform: scale(0.9) !important;
	transition: 0s;
}
.burger-bar {
    display: block;
    width: 22px;
    border-top: 2px solid;
    transition: transform 0.3s;
}

.btn-burger .state-inactive .burger-bar + .burger-bar {
    margin-top: 4px;
}

.btn-burger .state-inactive {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-burger .state-inactive,
.btn-burger .state-active {
    width: 22px;
    height: 22px;
    position: relative;
    overflow: hidden;
}

.btn-burger .state-active {
    position: absolute;
    display: block !important;
}

.btn-burger .state-inactive .burger-bar:nth-child(1) {
    transition-delay: 0.3s;
}

.btn-burger .state-inactive .burger-bar:nth-child(2) {
    transition-delay: 0.35s;
}

.btn-burger .state-inactive .burger-bar:nth-child(3) {
    transition-delay: 0.4s;
    width: 16px;
}

.btn-burger .state-active .burger-bar {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 11px);
}

.btn-burger .state-active .burger-bar:nth-child(1) {
    transform: rotate(-45deg) translateX(-27px);

    transition-delay: 0.1s;
}

.btn-burger .state-active .burger-bar:nth-child(2) {
    transform: rotate(45deg) translateX(27px);
}

/* */

body.contact-modal-active .btn-burger,
body.main-nav-active .btn-burger {
    transition-delay: 0s;
}

body.contact-modal-active .btn-burger .state-inactive .burger-bar,
body.main-nav-active .btn-burger .state-inactive .burger-bar {
    transform: translateX(22px);
}

body.contact-modal-active .btn-burger .state-inactive .burger-bar:nth-child(1),
body.main-nav-active .btn-burger .state-inactive .burger-bar:nth-child(1) {
    transition-delay: 0s;
}

body.contact-modal-active .btn-burger .state-inactive .burger-bar:nth-child(2),
body.main-nav-active .btn-burger .state-inactive .burger-bar:nth-child(2) {
    transition-delay: 0.05s;
}

body.contact-modal-active .btn-burger .state-inactive .burger-bar:nth-child(3),
body.main-nav-active .btn-burger .state-inactive .burger-bar:nth-child(3) {
    transition-delay: 0.1s;
}

/* */

@keyframes cross_1 {
    0% {
        transform: rotate(-45deg) translateX(27px);
    }
    100% {
        transform: rotate(-45deg);
    }
}

@keyframes cross_2 {
    0% {
        transform: rotate(45deg) translateX(-27px);
    }
    100% {
        transform: rotate(45deg);
    }
}

body.contact-modal-active .btn-burger .state-active .burger-bar:nth-child(1),
body.main-nav-active .btn-burger .state-active .burger-bar:nth-child(1) {
    transform: rotate(-45deg);
    transition: 0s;
    transition-delay: 0s;

    animation-name: cross_1;
    animation-duration: 0.3s;
    animation-fill-mode: backwards;
    animation-delay: 0.5s;
}

body.contact-modal-active .btn-burger .state-active .burger-bar:nth-child(2),
body.main-nav-active .btn-burger .state-active .burger-bar:nth-child(2) {
    transform: rotate(45deg);
    transition: 0s;
    transition-delay: 0s;

    animation-name: cross_2;
    animation-duration: 0.3s;
    animation-fill-mode: backwards;
    animation-delay: 0.4s;
}

/* */

.screen {
	position: relative;
	min-height: 640px;
	
	padding: 30px;
	padding-top: 100px;

	opacity: 0;
	pointer-events: none;
	transform: translateX(-60px);
	transition: 0.2s;
	z-index: -1;

	overflow-y: auto;
}

@media (min-width: 568px) {

	.screen {
		padding: 80px;
		padding-left: 100px;
	}

}

.screen p {
	max-width: 100%;
}

.screen h3 {
	margin-bottom: 30px;
	font-family: inherit;
}

.step {
	position: absolute;
	top: 60px;
	left: 80px;

	width: 60px;
	height: 60px;
	font-size: 24px;
	border: 2px solid;
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;

}

@keyframes slide_to_the_right {
	0% {
		transform: translateX(10px);
		opacity: 1;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.screen.active {
	animation-name: slide_to_the_right;
	animation-duration: 0.4s;
	animation-iteration-count: 1;

	transform: none;
	opacity: 1;
	pointer-events: auto;

	transition: none;

	z-index: 1;
}

.screen ~ .screen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.btn-group {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 0 -10px 10px;
}

.screen[data-screen="self_drive_hgv"] .btn-group,
.screen[data-screen="self_drive_3_half_t"] .btn-group,
.screen[data-screen="self_drive_trailer"] .btn-group {
	margin-top: 20px;
	max-width: 24em;
}

.btn-group > * {

	margin: 0 10px 20px;

	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
}

.btn-group label .btn {
	width: 100%;
}

@media (max-width: 567px) {

	.btn-group:not(.no-stack-mobile) > * {
		flex-basis: 75%;
	}

	.btn-group button {
		flex-grow: 1 !important;
	}

}

.btn-group > input ~ button,
.btn-group > select ~ button {
	flex-basis: auto;
	flex-grow: 0;
	padding-left: 40px;
	padding-right: 40px;
}

.disabled,
button[data-screen=""],
input[type="email"]:invalid + button,
input[required]:invalid + button,
input[required]:invalid + .btn,
input[type="date"][min]:invalid ~ button,
input[type="date"][min]:invalid ~ .btn,
input[type="date"].invalid ~ button,
input[type="date"].invalid ~ .btn,
input[data-required="true"]:placeholder-shown + button,
input[data-required="true"]:placeholder-shown + .btn {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.5;
}

.screen-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
}

.screen-nav button {
	height: 70px;
	padding: 23px;
	border-radius: 16px 0 16px 0;

	font-size: 17px;
	font-weight: 500;

	background: rgba(255, 68, 71, 0.075) !important;
	/*-webkit-backdrop-filter: blur(5px);
			backdrop-filter: blur(5px);*/
	color: inherit;
	border: none;

	pointer-events: auto;
}

.screen-nav button svg {
	width: 24px;
	height: 24px;
	margin: 0;
}

.note {
	/*border: 1px solid var(--primary);*/
	color: var(--bg-grey);
	background: var(--secondary);
	border-radius: 8px;
	padding: 14px 20px;
}

.note a u {
	line-height: inherit;
}

.btn-group .note {
	line-height: 24px;
}

/* */

.site-footer {
	overflow: hidden;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	border-top: 2px solid var(--primary); 
	margin-top: 30px; 
	padding-top: 30px;
	margin-bottom: env(safe-area-inset-bottom);
}

@media (hover: hover) {

	.footer-bottom a:hover {
		border-bottom: 1px solid;
	}

}

.menu-footer-bottom-menu-container * {
	display: inline;
}

.menu-footer-bottom-menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-footer-bottom-menu-container li + li:before {
	content: "\00a0\00a0|\00a0\00a0\00a0";
}

@media (min-width: 568px) {

	.footer-main {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer-bottom {
		margin-top: 60px;
	}

	.menu-footer-bottom-menu-container {
		display: inline;
	}

	.menu-footer-bottom-menu-container li:before {
		content: "\00a0\00a0|\00a0\00a0\00a0";
	}

}

@media (max-width: 567px) {

	.site-footer {
		text-align: center;
	}

	.site-footer .logo {
		display: inline-block;
		margin-bottom: 20px;
	}

	.footer-bottom {
		font-size: 14px;
		line-height: 20px;
		flex-direction: column;
	}
}

/* Modal */

.modal-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
    display: flex;
    align-items: flex-start;
    justify-content: center;

    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.2s;
    transition-delay: 0.2s;

    overflow: hidden;
}
 
    /*@media (min-width: $screen-sm) {
    	padding: 10px;
    }*/

.modal-container.modal-container-fixed {
	position: fixed;
	padding-top: 0 !important;
	align-items: center;
}

.modal-container.modal-container-fixed .modal {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.modal-container.modal-active {
	opacity: 1;
	pointer-events: auto; 
	visibility: visible;
	z-index: 9999999; /* Override review solicitors */
	transition-delay: 0s;
}

.modal-container.modal-active .modal {
	opacity: 1;
	transform: none;
	transition-delay: 0.2s;
}

.modal-close {
	position: absolute;
	top: 0; 
	right: 0;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	cursor: pointer;
	color: var(--primary);
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
}

/*@media (max-width: 567px) {
	.modal-close {
		width: 50px;
		height: 50px;
	}
}*/

.modal {
	background: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	width: 100%;
	max-width: 740px;
	transform: translateY(20px);
	opacity: 0;
	transition: 0.2s;
	position: relative;
	
	overflow: hidden; 

	font-size: 16px;
	border-radius: 16px;
}

@media (min-width: 1200px) {
	.modal {
		max-width: 800px;
	}
}

/* */

.expander-title {
	position: relative;
	padding-right: 60px;
	margin-bottom: 0;
}

.expander-title:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	top: calc(50% - 16px);
	right: 6px;
	background-image: url('img/angle-down.svg');
	background-size: cover;
	transition: 0.4s
}

.expander-title.toggled-on:after {
	transform: rotate(180deg);
}

.expander-title:hover {
	color: var(--primary);
	cursor: pointer;
}

.expander {
	overflow: hidden;
	padding-top: 30px;
}

@media (min-width: 568px) {

	.expander-title:after {
		width: 32px;
		height: 32px;
		right: 0;
	}

	.expander {
		padding-right: 60px;
	}

}

.expander *:last-child {
	margin-bottom: 0;
}

/* */

.grid-item-icon {
	width: 72px;
	height: 72px;
	/*border: 2px solid var(--primary);*/
	margin-bottom: 24px;
	/*clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);*/

	background-size: cover;
	background-position: center;

	font-size: 32px;

	display: flex;
	align-items: center;
	justify-content: center;

	background: var(--primary);
	color: var(--bg-grey);
	font-family: 'Plus Jakarta Sans';
	/*text-shadow: -4px 4px 8px rgb(15, 76, 148, 0.4);*/

	border-radius: 50%;
}

.grid-item-icon svg {
	/*filter: drop-shadow(-6px 6px 5px rgb(15, 76, 148, 0.4));
	margin-left: 8px;*/
}

/* */

.grid-item {
	display: block;

	padding-top: 100%;
	/*background-color: var(--bg-grey);*/
	background-size: cover;
	background-position: center;
	position: relative;

	overflow: hidden;
	border-radius: 16px;
}

body.blog .grid-item {
	background-color: var(--secondary);
}

.grid-item,
.grid-item-content,
.grid-item-title,
.grid-item-gradient {
	transition: 0.6s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.grid-item:hover {
	z-index: 5;
	transform: translateY(-12px);
	box-shadow: 
		0 60px 80px rgba(0,0,0,0.15), 
		0 30px 40px hsl(138deg, 58%, 33%, 0.1);
}

.grid-item:hover .grid-item-content {
	transform: translateY(-6px);
}

.grid-item-gradient {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 16px;
	overflow: hidden;
}

.grid-item-gradient:before,
.grid-item-gradient:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	transition: 0.6s;
}


.grid-item-gradient:before {
	background: linear-gradient(195deg, rgba(29, 49, 87, 0) 50%, rgb(29, 49, 87) 90%);

}

.grid-item-gradient:after {
	background: linear-gradient(195deg, rgba(29, 49, 87, 0), rgb(29, 49, 87) 50%);
	opacity: 0;
}

.grid-item:hover .grid-item-gradient:after {
	opacity: 1;
}

.grid-item-content {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;

	display: flex;
	align-items: flex-end;

	line-height: 1.4;
	padding: 0 35px 0 40px;

	color: #fff;
}

@media (max-width: 1699px) {

	.grid-item-content {
		font-size: 16px;
	}

}

.grid-item-title {
	position: absolute;
	top: 0;
	transform: translateY(calc(-100% - 40px));
	margin: 0;

	color: inherit;
	width: calc(100% - 80px);

	padding-right: 48px;
}

.grid-item svg {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 2;
	color: #fff;

	transition: 0.2s;
}

.grid-item:hover svg {
	transform: translateX(12px);
	opacity: 0;
}

.grid-item-desc {
	transform: translateY(0);
	opacity: 0;

	color: inherit;

	transition: transform 0.6s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.grid-item:hover .grid-item-content {
	transform: translateY(-100%);
}



.grid-item:hover .grid-item-desc {
	transform: translateY(-20px);

	transition: transform 0.6s cubic-bezier(0.05, 0.2, 0.1, 1), opacity 0.6s cubic-bezier(0.05, 0.2, 0.1, 1);
	transition-delay: 0.2s;

	opacity: 1;
}

/* */

.section-image-text {
	background: var(--secondary);
	color: #fff;
}

.section-image-text .image {
	background-size: cover; 
	background-color: var(--bg-grey); 
	background-position: 50% 100%;
}

@media (max-width: 1023px) {

	.section-image-text .image {
		padding-top: 56.25%;
	}

}

@media (min-width: 1024px) {

	.section-image-text .image {
		position: absolute; 
		top: 0; 
		bottom: 0; 
		width: 40%; 
	}

	.section-image-text {
		min-height: 90vh; 
		display: flex; 
		align-items: center; 
		position: relative;
	}

}

/* Infield labels */

@keyframes animateLabel {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: none;
    }
}

.infield-label label.gfield_label {
    margin-left: 15px !important;
}

.infield-label label.gfield_label,
label.infield {
    position: absolute;
    top: 18px;
    left: 21px;
    z-index: 5;
    pointer-events: none;
    margin: 0;
    color: #aaa;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}

.infield-label label.gfield_label.active,
.infield-label label.gfield_label.stay-active,
label.infield.active,
label.infield.stay-active {
    font-size: 10px;
    left: 10px;
    top: 8px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0 0 8px 8px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    animation-name: animateLabel;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    font-style: normal;
}

.infield-label input,
label.infield + .form-control,
label.infield + span .form-control,
label.infield + div .form-control {
    padding: 15px 15px 0 !important;
}

/* Contact Form 7 overrides */

.grecaptcha-badge {
    visibility: hidden;
}

.gfield_error input,
.form-control.wpcf7-not-valid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.2), 0 30px 40px rgba(0, 0, 0, 0.05), 0 15px 20px rgba(220, 53, 69, 0.1) !important;
}

.wpcf7-checkbox,
.wpcf7-radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}

.wpcf7-checkbox label,
.wpcf7-radio label {
    /*margin: 0 0 20px;*/
    cursor: pointer;
}

.wpcf7-checkbox .last .wpcf7-list-item-label,
.wpcf7-radio .last .wpcf7-list-item-label {
    padding-right: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1.25;
    padding-right: 30px;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    width: 2em;
    height: 2em;
    border-radius: 20%;
    border: 1px solid var(--primary);
    margin-right: 0.75em;
    flex-shrink: 0;
    /*box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.05);*/
}

.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:after,
.wpcf7-checkbox input:checked ~ span:after,
.wpcf7-radio input:checked ~ .wpcf7-list-item-label:after,
.wpcf7-radio input:checked ~ span:after {
    opacity: 1;
    visibility: visible;
}

.wpcf7-checkbox input:focus ~ .wpcf7-list-item-label:before,
.wpcf7-checkbox input:focus ~ span:before,
.wpcf7-radio input:focus ~ .wpcf7-list-item-label:before,
.wpcf7-radio input:focus ~ span:before {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(255, 68, 71, 0.2);
}

.wpcf7-radio .wpcf7-list-item-label:before {
    border-radius: 50%;
}

.wpcf7-radio .wpcf7-list-item-label:after {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0.5em;
    visibility: hidden;
}

.wpcf7-checkbox .wpcf7-list-item-label:before {
    border-radius: 8px;
}

.wpcf7-checkbox .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 1em;
    top: 50%;
    width: 0.5em;
    height: 1em;
    border: solid var(--primary);
    border-width: 0 3px 3px 0;
    transform: translate(-40%, -60%) rotate(45deg);
    visibility: hidden;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    opacity: 0;
}

.wpcf7-display-none {
    display: none;
}

@keyframes spin {
    0% {
        transform: none;
    }
    100% {
        transform: rotate(360deg);
    }
}

.wpcf7 form.submitting button[type="submit"]:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    border: 2px solid transparent;
    border-left: 2px solid;
    animation: spin 1s infinite linear;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    margin-right: -10px;
}

.wpcf7 form.submitting button[type="submit"] svg {
    display: none;
}

.validation_message,
.wpcf7-not-valid-tip {
    display: block;
    color: #dc3545;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    padding-left: 16px;
    font-style: italic;
    display: none;
}

.wpcf7-response-output:empty {
    display: none;
}

.validation_error,
.wpcf7-response-output {
    color: #dc3545;
    background-color: hsla(330deg, 75%, 90%, 0.4);
    background-image: url('img/alert-red.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 20px 50%;
    border-radius: 8px;
    padding: 20px;
    padding-left: 60px;
    line-height: 20px;
    font-size: 17px;
    margin-top: 30px;
}

.wpcf7-form.sent .validation_error,
.validation_error.wpcf7-mail-sent-ok,
.wpcf7-form.sent .wpcf7-response-output,
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.1);
    background-image: url('img/check.svg');
}

/* */

.wpcf7 h3 {
	margin-bottom: 30px;
}

.wpcf7 .row {
	margin-bottom: 0;
	clear: both;
}

.wpcf7 .row > .col {
	padding-bottom: 0;
}

.wpcf7 p {
	max-width: 40em;
}

.form-group p {
	max-width: 100%;
}

/* Animation */

@media (prefers-reduced-motion: no-preference) {

	.animate {
		transition: opacity 0.6s, transform 0.6s;
	}

	body.intersection-observer .animate.animate-hidden {
		opacity: 0;
		transform: translateY(30px);
	}

	body.intersection-observer .animate.animate-grow {
		transform-origin: bottom;
	}

	body.intersection-observer .animate.animate-hidden.animate-grow {
		opacity: 0;
		transform: scale(0.95);
	}

	body.intersection-observer .animate.animate-hidden.animate-from-left {
		opacity: 0;
		transform: translateX(-30px);
	}

	body.intersection-observer .animate.animate-hidden.animate-from-right {
		opacity: 0;
		transform: translateX(30px);
	}

	body.intersection-observer .animate.animate-hidden.animate-up-100 {
		opacity: 0;
		transform: translateY(100%);
	}

	body.intersection-observer .animate.animate-hidden.animate-down-100 {
		opacity: 0;
		transform: translateY(-100%);
	}

	body.intersection-observer .animate.animate-hidden.animate-opacity {
		opacity: 0;
	}

	.animate + .animate {
		transition-delay: 0.1s;
	}

	.animate + .animate + .animate {
		transition-delay: 0.2s;
	}

	.animate + .animate + .animate + .animate {
		transition-delay: 0.3s;
	}

	.animate + .animate + .animate + .animate + .animate {
		transition-delay: 0.4s;
	}

	.animate + .animate + .animate + .animate + .animate + .animate {
		transition-delay: 0.5s;
	}

}





/* */

.popup {
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transform: scale(.98);
    transform-origin: bottom center;
    transition: .4s;
    z-index: 4
}

.popup-active .popup {
    pointer-events: auto;
    transition-delay: .4s
}

.popup-active .popup,.popup-active .popup-close {
    opacity: 1;
    transform: none
}

.popup-close {
    background-color: var(--primary);

    border: none;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.popup-close:focus {
    border-radius: 1px;
    box-shadow: 0 0 0 3px rgba(255,255,255,.5);
    outline: none
}

.fullscreen-popup-close {
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 5vw;
    top: 5vw;
    transform: scale(.9);
    transition: .2s;
    z-index: 20
}

/*@media (min-width: 992px) {
    .fullscreen-popup-close {
        right:50px;
        top: 80px
    }
}*/

.fullscreen-popup-close:focus {
    border-radius: 50%
}

.fullscreen-popup-close:active {
    transform: scale(.9)!important;
    transition-delay: 0s!important;
    transition: 0s
}

/* */

.animate-fade-shrink {
    opacity: 0;
    pointer-events: none;
    transform: scale(.98)
}

/* */

.section-services-popup {
	background: var(--secondary);
	position: relative;

	transition: max-height 0.5s;

	text-align: center;
    overflow: hidden;
}

/*.section-services-popup .slick-arrow {
    background: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 50%;
    font-size: 0;
    height: 40px;
    outline: none;
    width: 40px
}

.section-services-popup .slick-prev {
    background-image: url(../img/chevron-left.svg);
    background-position: 7px;
    order: 1
}

.section-services-popup .slick-next {
    background-image: url(../img/chevron-right.svg);
    background-position: calc(100% - 7px);
    order: 2
}*/

/*.section-services-popup .slick-disabled {
    opacity: .5
}*/

/*.section-services-popup .slick-track {
    display: flex
}*/

.section-services-popup .slick-track .slick-slide {
    height: 100%;
    flex-shrink: 1;
}

/*.section-services-popup .slick-track .slick-slide>div,
.section-services-popup .slick-track .slick-slide>div>div {
    height: 100%
}*/

.section-services-popup .items-container {
    transition: 0.5s;
}

.section-services-popup:not(.popup-active) {
    max-height: 9999px !important;
}

.section-services-popup .items .slick-arrow {
    box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 2
}

.section-text + .section-services-popup .section-padded {
	padding-top: 0;
}

/*.section-services-popup .btn {
    margin-top: 30px
}*/

.section-services-popup .items .slick-arrow {
    top: calc(50% - 30px)
}

.section-services-popup .items .slick-prev {
    left: 30px
}

@media (max-width: 567px) {
    .section-services-popup .items .slick-prev {
        left:10px
    }
}

.section-services-popup .items .slick-next {
    right: 30px
}

@media (max-width: 567px) {
    .section-services-popup .items .slick-next {
        right:10px
    }
}

/*.section-services-popup .slick-disabled {
    opacity: 0
}*/

.section-services-popup .section-intro {
    max-width: 1000px;
}

.section-services-popup .items-container {
    overflow: hidden;
    position: relative
}

.section-services-popup .items-container .outer {
	margin: 30px 0; 
	position: relative;
}

.section-services-popup .items-container .outer svg {
	position: absolute; 
	top: 33.333%; 
	left: 0; 
	width: 100%; 
	transform: translateY(-50%); 
	pointer-events: none;
}

.section-services-popup .items-container .inner {
	padding: 0 max(16.666%, 60px); 
}

@media (max-width: 567px) {

	.section-services-popup .items-container .inner2,
	.section-services-popup .items-container .outer svg {
		display: none;
	}

}

@media (min-width: 568px) {

	.section-services-popup .items-container .outer {
		margin: 60px 0; 
	}

	.section-services-popup .items-container .col-33 {
		flex-basis: 33.333%;
		min-width: 0;
	}

}

.section-services-popup .items-container .item {
	cursor: pointer;
}

/*.section-services-popup .items-container h3 {
	margin-bottom: 0;
}*/

.section-services-popup .items-container .item:hover h3 {
	color: var(--bg-grey);
}

.section-services-popup .popup-active .popup-close {
    transition-delay: .6s
}

.section-services-popup .popup {
    bottom: unset;
    overflow: hidden
}

.section-services-popup .popup .image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    padding-top: 66.666%;

    position: relative;
}

/*.section-services-popup .popup-item {
    height: 100%
}*/

.section-services-popup .popup-item .container h2 {
	color: var(--primary);

}

@media (min-width: 1600px) {

	.section-services-popup .popup-item .container h2 {
		font-size: 48px;
		line-height: 1.1;
	}

}


.section-services-popup .popup-item>div {
    height: 100%
}


.section-services-popup .popup-item .logo {
    background-position: 0;
    margin-bottom: 40px;
    padding-top: 50%
}

.section-services-popup .item.animate-fade-shrink {
    transition-delay: 0s
}

@media (max-width: 567px) {

	.section-services-popup .popup-item .col-image {
		order: -1;
	}

}

/* */

.section-faq p {
	max-width: 100%;
}

/* */


.gm-style .gm-style-iw {
	padding: 20px !important;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	font-size: 16px;
	font-weight: 400;
	font-family: inherit;
	min-width: 320px !important;
}

.gm-style .gm-style-iw:focus {
	outline: none;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1),

	0 0 0 5px rgba(255, 68, 71, 0.2),
	0 10px 20px rgba(255, 68, 71, 0.2);
}

.gm-style-iw-ch {
	padding: 0 !important;
}

.gm-style-iw-chr > button {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	width: 48px !important;
	height: 48px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 10 !important;
}

.gm-style-iw-chr > button img,
.gm-style-iw-chr > button span {
		width: 24px !important;
		height: 24px !important;
		margin: 3px !important;
}

.gm-style-iw-d {
	max-width: 100% !important;
	min-width: 0 !important;
	/*padding-bottom: 10px;
	//padding-right: 20px;


	//overflow: hidden !important;*/
	overflow: visible !important; /* Stop toggle switch focus outline from getting cut off */

}

.gm-style-iw-d h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
}

/* */

.section-image {
	position: relative; 
	min-height: min(90vh, 75vw); 
	display: flex; 
	align-items: center; 
	background-size: cover; 
	background-position: center; 
	color: #fff;
}

@media (max-width: 567px) {

	.section-image h2 {
		font-size: 24px;
		max-width: 5em;
	}

}

/* */

.section-process {
	height: 500vh;
}

.section-process .sticky {
	height: 100vh; 
	position: sticky; 
	top: 0; 
	display: flex;
	align-items: center;
}

.section-process .content-container {
	margin-top: 100px;
}

.section-process .circle {
	display: inline-block; 
	width: 1.25em; 
	height: 1.25em; 
	vertical-align: top; 
	border: 2px solid; 
	border-radius: 50%; 
	margin-right: 0.666em;

	transition: 0.4s;
}

.section-process .active .circle {
	border-width: 0.625em;
}


.section-process .step-text p {
	opacity: 0;
	pointer-events: none;
	transform: translateX(10px);
	
}

.section-process .active.step-text p {
	opacity: 1;
	pointer-events: auto;
	transition: 0.4s;
	transform: none;
}

.section-process h2 {
	text-align: center; 
	margin-bottom: 100px;
}

@media (min-width: 568px) {

	.section-process .top-items {
		position: absolute;
		z-index: 2; 
		padding-top: 2%; 
		width: 100%; 
		padding-left: 16.666%; 
		padding-right: 8.333%;
	}


}

@media (max-width: 567px) {

	.section-process h2 {
		margin-bottom: 50px;
	}

	.section-process .top-items {
		margin-bottom: 15px;
		padding-left: 16.666%;
	}

	.section-process h3 {
		font-size: 16px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.section-process .circle {
		margin-right: 0;
		margin-bottom: 0.5em;
	}

	.section-process .content-container {
		margin-top: 50px;
	}

}

/* */

.section-contact .wpcf7 {
	background: #fff;
	padding: 30px;
	border-radius: 16px;	
}

@media (min-width: 568px) {

	.section-contact .wpcf7 {
		padding: 50px;
	}

}

/* */

.terms-conditions {
	margin-bottom: 20px; 
	height: 12em; 
	overflow: auto; 
	border-radius: 8px; 
	border: 1px solid; 
	line-height: 24px; 
	padding: 13px 20px;
	background: rgba(255, 68, 71, 0.05);
}

/* */

.quick-quote {
	background: #211857; 
	color: #fff; 
	border-radius: 20px;
	padding: 16px; 
	display: inline-flex; 
	align-items: center;
}

body.single-post .quick-quote {
	margin-top: 20px;
}

.quick-quote h3 {
	font-family: inherit; 
	margin: 0 2em 0 0.75em; 
	font-size: 1.1em;
}



