/*
Theme Name: Willis Networks
Theme URI: https://willisnetworks.com/
Author: Rebellious Digital
Author URI: https://rebelliousdigital.co.uk
Description: Willis Networks WordPress Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wtw
Tags: blog, one-column, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, theme-options
Tested up to: 6.4
Requires PHP: true

*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: 'Lyon Display';
	src: url('assets/fonts/LyonDisplay-Bold.woff2') format('woff2'),
		url('assets/fonts/LyonDisplay-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lyon Display';
	src: url('assets/fonts/LyonDisplay-LightItalic.woff2') format('woff2'),
		url('assets/fonts/LyonDisplay-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('assets/fonts/Graphik-RegularItalic.woff2') format('woff2'),
		url('assets/fonts/Graphik-RegularItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('assets/fonts/Graphik-Regular.woff2') format('woff2'),
		url('assets/fonts/Graphik-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lyon Display';
	src: url('assets/fonts/LyonDisplay-Light.woff2') format('woff2'),
		url('assets/fonts/LyonDisplay-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lyon Display';
	src: url('assets/fonts/LyonDisplay-Medium.woff2') format('woff2'),
		url('assets/fonts/LyonDisplay-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('assets/fonts/Graphik-Semibold.woff2') format('woff2'),
		url('assets/fonts/Graphik-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('assets/fonts/Graphik-Light.woff2') format('woff2'),
		url('assets/fonts/Graphik-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('assets/fonts/Graphik-LightItalic.woff2') format('woff2'),
		url('assets/fonts/Graphik-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('assets/fonts/Graphik-SemiboldItalic.woff2') format('woff2'),
		url('assets/fonts/Graphik-SemiboldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Lyon Display';
	src: url('assets/fonts/LyonDisplay-BoldItalic.woff2') format('woff2'),
		url('assets/fonts/LyonDisplay-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('assets/fonts/Graphik-Medium.woff2') format('woff2'),
		url('assets/fonts/Graphik-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('assets/fonts/Graphik-MediumItalic.woff2') format('woff2'),
		url('assets/fonts/Graphik-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Lyon Display';
	src: url('assets/fonts/LyonDisplay-RegularItalic.woff2') format('woff2'),
		url('assets/fonts/LyonDisplay-RegularItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Lyon Display';
	src: url('assets/fonts/LyonDisplay-MediumItalic.woff2') format('woff2'),
		url('assets/fonts/LyonDisplay-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Lyon Display';
	src: url('assets/fonts/LyonDisplay-Regular.woff2') format('woff2'),
		url('assets/fonts/LyonDisplay-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

::-moz-selection {
	color: #fff;
	background: #7f35b2 !important;
}

::selection {
	color: #fff;
	background: #7f35b2 !important;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: 'Graphik', sans-serif;
	background: #fff;
	margin: 0;
	font-size: 18px;
	overflow-x: hidden;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.search-is-open {
	position: fixed;
	width: 100%;
	overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a,
a:active,
a:visited {
	cursor: pointer;
	transition: all 300ms ease-in-out;
	text-decoration: none;

	color: #7f35b2;
	outline: none;
	box-shadow: none;
}

a:hover {
	text-decoration: underline;
	color: #7f35b2;
}

*:active,
*:focus {
	outline: none !important;
	box-shadow: none !important;
}

a:visited {
	color: #7f35b2;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Graphik', Arial;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h1 {
	font-size: 56px;
	line-height: 62px;
	font-family: 'Lyon Display', 'Times New Roman', serif;
	font-weight: 500;
}

.home h1 span {
	font-family: 'Graphik', sans-serif;
	font-size: 36px;
}

h2 {
	font-size: 40px;
	line-height: 50px;
}

h3 {
	font-size: 28px;
	line-height: 34px;
}

h4 {
	font-size: 24px;
	line-height: 30px;
}

h5 {
	font-family: 'Graphik', Arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

h6 {
	font-size: 18px;
	line-height: 24px;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	background-image: linear-gradient(
		90deg,
		#009fd4 25%,
		#fff 25%,
		#fff 50%,
		#009fd4 50%,
		#009fd4 75%,
		#fff 75%,
		#fff 100%
	);
	background-size: 10px 10px;
	height: 10px;
	border: none;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: 0.875rem;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	transition: all 300ms ease-in-out;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.wpb_content_element + .vc_custom_heading {
	margin-top: 20px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size: 18px;
	line-height: 1.4em;
}

.entry-header .entry-title {
	font-size: 2.44em;
	line-height: 1.4;
	margin: 1em 0 1rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.2px;
	margin: 30px 0;
	padding: 32px 0;
	border-block: 4px solid #c2a8f0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em 1em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
	font-size: 0.875rem;
}

@media screen and (min-width: 600px) {
	code,
	kbd,
	tt,
	var {
		font-size: 0.8125rem;
	}
}

p > code {
	padding: 2px;
	border-radius: 2px;
	background: #f3f4f5;
	font-size: inherit;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote,
q {
	quotes: '' '';
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

.site-preheader .container-fluid,
.site-header .container-fluid {
	max-width: none;
}

.container-fluid {
	max-width: 1300px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
## 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.1111111111%;
}

.gallery-caption {
	display: block;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft,
.alignright {
	max-width: 580px !important; /* Let's work to make this !important unnecessary */
}

img.alignleft {
	float: left;
	margin-right: 30px;
}

img.alignright {
	float: right;
	margin-left: 30px;
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
	max-width: 50%;
	width: 50%;
}

.alignleft figcaption {
	clear: left;
}

.alignright figcaption {
	clear: right;
}

.alignleft img,
.alignleft figcaption {
	float: left;
	margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wpb_text_column a {
	text-decoration: underline;
}

.wpb_text_column a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Site Pre-Header
--------------------------------------------------------------*/

.site-preheader {
	background: #fff;
	padding: 4px 0;
	border-bottom: 1px solid #d7d6df;
}

.site-preheader ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	gap: 1.25rem;
}

.site-preheader ul li a {
	color: #2f2c31;
	font-size: 14px;
	text-transform: capitalize;
}

.site-preheader ul li a:hover {
	color: #7f35b2;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/

.site-header {
	border-bottom: 1px solid #d7d6df;
	background: #fff;
	z-index: 999;
}

.site-header .site-branding {
	padding: 0 10%;
}

.site-header .site-branding img {
	height: 44px;
}

.site-header .row {
	display: flex;
	align-items: center;
}

.site-header .main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.site-header .main-navigation ul li {
	display: inline-block;
}

.site-header .main-navigation ul li a {
	display: block;
	padding: 20px;
	font-size: 16px;
	font-family: 'Graphik', Arial;
	font-weight: 500;
	border-left: 1px solid #d7d6df;
	color: #7f35b2;
}

.site-header .main-navigation ul li a:hover,
.site-header .main-navigation ul li.current_page_item a {
	color: #fff;
	text-decoration: none;
	background: #7f35b2;
	border-color: #7f35b2;
}

.site-header .search-btn,
.site-header .account-btn {
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 0 20px;
	border-left: 1px solid #d7d6df;
}

.site-header .search-btn img,
.site-header .account-btn img {
	max-height: 20px;
	width: 30px;
}

/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/

.admin-bar .search-slide {
	top: 109px;
}

.search-slide {
	background: #7f35b2;
	position: fixed;
	top: 77px;
	right: 0;
	bottom: 0;
	z-index: 999999;
	color: #fff;
	padding: 5% 0;
	left: 100vw;
	width: 100vw;
	transition: 0.25s left ease-in-out;
	-webkit-transition: 0.25s left ease-in-out;
	-moz-transition: 0.25s left ease-in-out;
	-ms-transition: 0.25s left ease-in-out;
	-o-transition: 0.25s left ease-in-out;
}

.search-slide strong {
	margin: 0 0 20px 20px;
}

.search-form {
	position: relative;
}

.search-form .search-field {
	background: #48086f;
	color: #fff;
	font-weight: 700;
	border: none;
	font-size: 40px;
	width: 100%;
	padding: 20px 30px;
	height: 96px;
}

.search-form .search-submit {
	background: #48086f url(assets/images/search-white.svg) no-repeat 50%;
	background-size: 60%;
	border: none;
	height: 96px;
	width: 96px;
	position: absolute;
	right: 0;
}

.search-form .search-submit:hover {
	background-color: #390b43;
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

a.main-menu {
	justify-content: center;
	align-items: center;
	display: flex;
	border-right: 1px solid #d7d6df;
	font-weight: bold;
	text-decoration: none !important;
	padding: 0 35px;
	gap: 5px;
}

a.main-menu.open {
	color: #fff;
	border-color: #7f35b2;
}

a.main-menu i {
	width: 15px;
}

.admin-bar #mainMenu {
	top: 109px;
}

#mainMenu {
	overflow: scroll;
	background: #fff;
	position: fixed;
	top: 77px;
	right: auto;
	bottom: 0;
	z-index: 9999999;
	color: #888;
	padding: 3%;
	left: -515px;
	width: 515px;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
	overflow: -moz-scrollbars-none; /* Old Firefox */
	transition: 0.25s left ease-in-out;
	-webkit-transition: 0.25s left ease-in-out;
	-moz-transition: 0.25s left ease-in-out;
	-ms-transition: 0.25s left ease-in-out;
	-o-transition: 0.25s left ease-in-out;
}

#mainMenu::-webkit-scrollbar,
#subMenu::-webkit-scrollbar {
	display: none;
}

#mainMenu::-moz-scrollbar,
#subMenu::-moz-scrollbar {
	display: none;
}

#mainMenu ul,
#subMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainMenu ul li,
#subMenu ul li {
	display: table;
}

#mainMenu ul li.no-link a {
	font-weight: 400;
}

#mainMenu ul li:not(.no-link)::after,
#subMenu ul li:not(.no-link)::after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #7f35b2;
	transition: all 0.1s ease-in-out;
	transform: translateY(-15px);
}

#mainMenu ul li:hover::after,
#subMenu ul li:hover::after {
	width: 100%;
}

#mainMenu ul li a,
#subMenu ul li a {
	color: #000000;
	display: inline-flex;
	align-items: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 15px 0;
	text-decoration: none;
	gap: 1rem;
}

#mainMenu ul li a:hover,
#subMenu ul li a:hover {
	color: #7f35b2;
}

#mainMenu ul li a::after,
#subMenu ul li a::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-size: 60%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

#mainMenu ul li a:hover::after,
#subMenu ul li a:hover::after {
	opacity: 1;
}

#mainMenu ul li.current_page_item a,
#mainMenu ul li.current-menu-item a {
	color: #7f35b2;
}

#mainMenu ul li ul.sub-menu {
	display: none;
}

#subMenu {
	overflow: scroll;
	background: #f1f0f2;
	position: fixed;
	right: auto;
	bottom: 0;
	z-index: 999999;
	color: #888;
	padding: 3%;
	left: 0;
	width: 515px;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
	scrollbar-width: none;
	transition: 0.25s left ease-in-out;
	-webkit-transition: 0.25s left ease-in-out;
	-moz-transition: 0.25s left ease-in-out;
	-ms-transition: 0.25s left ease-in-out;
	-o-transition: 0.25s left ease-in-out;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.menu-is-open .site-main {
	position: relative;
}

.menu-is-open .site-main::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background: rgb(47, 44, 49, 0.7);
	z-index: 99999;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/

.mobile-menu {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow: scroll;
	background: #7f35b2;
	height: 75px;
	z-index: 9999999;
	transition: 0.25s all ease-in-out;
	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
}

.mobile-menu.show {
	pointer-events: all;
	opacity: 1;
	height: 100%;
}

.mobile-menu .header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.mobile-menu .header:after {
	content: '';
	display: block;
	height: 1px;
	background: #fff;
	width: calc(100% - 30px);
	margin: 30px 15px;
}

.mobile-menu .header .site-branding img {
	filter: brightness(0) invert(1);
}

.mobile-menu .header .nav-icon:after,
.mobile-menu .header .nav-icon:before,
.mobile-menu .header .nav-icon div {
	background-color: #fff;
}

.mobile-menu ul#menu-mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-menu.show ul#menu-mobile-menu {
	opacity: 0;
	-webkit-animation: SimplePageHeader 1s forwards;
	animation: SimplePageHeader 1s forwards;
}

.mobile-menu ul#menu-mobile-menu li {
	margin: 30px 0;
}

.mobile-menu ul#menu-mobile-menu li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

.mobile-menu ul#menu-mobile-menu li ul.sub-menu {
	list-style: none;
	padding: 0;
}

.mobile-menu ul#menu-mobile-menu li ul.sub-menu {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}

.mobile-menu ul#menu-mobile-menu li ul.sub-menu li {
	margin: 0;
}

.mobile-menu ul#menu-mobile-menu li ul.sub-menu li a {
	font-size: 16px;
	opacity: 0.7;
}

.mobile-menu footer.main {
	background: transparent;
	color: #fff;
	padding: 0;
}

.mobile-menu footer.main:before {
	content: '';
	display: block;
	height: 1px;
	background: #fff;
	width: calc(100% - 30px);
	margin: 30px 15px;
}

.mobile-menu footer.main ul.socials li a {
	color: #711a83;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.admin-bar .progress-container {
	top: 32px;
}

.progress-container {
	position: fixed;
	top: 0;
	width: 100%;
	height: 8px;
	background: #e9ecef;
	z-index: 999999999;
	opacity: 0;
	transition: 0.25s all ease;
	-webkit-transition: 0.25s all ease;
	-moz-transition: 0.25s all ease;
	-ms-transition: 0.25s all ease;
	-o-transition: 0.25s all ease;
}

.progress-container.show {
	display: block;
	opacity: 1;
}

.progress-bar {
	height: 8px;
	background: #00c488;
	width: 0%;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
	margin-left: -15px;
	margin-right: -15px;
	background-size: cover;
	position: relative;
	background-position: center;
}

/*--------------------------------------------------------------
# Page Header Simple
--------------------------------------------------------------*/

.admin-bar .page-header.simple {
	height: calc(100vh - 98px);
}

.page-header.simple {
	height: calc(100vh - 66px);
	min-height: 50vh;
	max-height: 800px;
	display: flex;
}

.page-header.simple a.scroll {
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	background: #fff;
	color: #48086f;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}

.page-header.simple .container-fluid {
	max-width: none;
	padding: 48px;
}

.page-header.simple .bg-white {
	-webkit-animation: SimplePageHeader 1s 1s forwards;
	animation: SimplePageHeader 1s 1s forwards;
	opacity: 0;
	z-index: 1;
	max-width: 515px;
	padding: 60px;
}

.page-header.simple .motif {
	position: absolute;
	-webkit-animation: SimplePageHeaderMotif 1s 2s forwards;
	animation: SimplePageHeaderMotif 1s 2s forwards;
	opacity: 0;
}

.page-header.simple h1 {
	margin: 0;
}

.page-header.simple h1 span {
	margin-top: 30px;
}

.page-header.simple .squares {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/wp-content/uploads/2022/07/purple-stripes.png) no-repeat 50%
		50%;
}

/*--------------------------------------------------------------
# Page Header Detailed
--------------------------------------------------------------*/

.page-header.detailed {
	padding: 0;
	background: #48086f;
	color: #fff;
}

.page-header.detailed .container-fluid {
	padding: 45px 15px;
}

.page-header.detailed:not(.no-img) .container-fluid > .row {
	min-height: 400px;
}

.page-header.detailed.no-img .motif.no-anim {
	bottom: 0 !important;
	max-width: 75px;
	padding: 0;
}

.blog .page-header.detailed.no-img .motif.no-anim {
	right: 15px !important;
}

.page-header.detailed a:not(.btn) {
	color: #3adcc9;
}

.page-header.detailed a.btn {
	margin-top: 20px;
}

.page-header.detailed p {
	color: #fff;
}

.page-header.detailed p:last-of-type {
	margin: 0;
}

.page-header.detailed .title {
	color: #fff;
	font-family: 'Graphik', Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	margin-bottom: 32px;
	transform: translateY(30px);
	-webkit-animation: pageHeaderTitle 1s forwards;
	animation: pageHeaderTitle 1s forwards;
}

.page-header.detailed h1.subtitle {
	font-size: 56px;
	line-height: 64px;
	font-weight: 500;
	color: #fff;
	transform: translateY(30px);
	-webkit-animation: pageHeaderSubTitle 1s 0.25s forwards;
	animation: pageHeaderSubTitle 1s 0.25s forwards;
}

.page-header.detailed .img {
	position: relative;
	z-index: 1;
	transform: scale(1.2) translateX(50px);
	height: 100%;
	max-height: 415px;
	width: calc(100% - 33px) !important;
	object-fit: cover;
	-webkit-animation: pageHeaderImg 2.5s 0.25s forwards;
	animation: pageHeaderImg 2.5s 0.25s forwards;
}

.page-header.detailed .motif {
	position: absolute;
	-webkit-animation: DetailedPageHeaderMotif 2.5s 0.25s forwards;
	animation: DetailedPageHeaderMotif 2.5s 0.25s forwards;
	opacity: 0;
	bottom: -45px !important;
	right: 0 !important;
}

.page-header.detailed .motif.no-anim {
	-webkit-animation: none;
	animation: none;
	opacity: 1;
	bottom: 0;
	right: 0;
}

.page-header.detailed .content-wrap .description {
	color: #444;
	letter-spacing: 0.4px;
	line-height: 28px;
	transform: translateY(30px);
	-webkit-animation: pageHeaderContent 1s 0.5s forwards;
	animation: pageHeaderContent 1s 0.5s forwards;
}

.page-header.detailed .content-wrap .description + [class*='col'] {
	width: 50%;
	max-width: 900px;
	left: 50vw;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.page-header.detailed .container-fluid > .row {
		min-height: auto;
	}

	.page-header.detailed .content-wrap .description + [class*='col'] {
		position: static !important;
		transform: none;
	}
}

/*--------------------------------------------------------------
# Hero navigation
--------------------------------------------------------------*/

body .hero-nav .wpb_single_image {
	text-align: right;
	padding: 30px;
}

.hero-nav .wpb_single_image img {
	height: 100px;
	width: auto;
}

.hero-nav ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-nav ul.menu li a {
	color: #fff;
	font-weight: bold;
	padding: 15px 30px;
	font-size: 24px;
	display: flex;
	align-items: center;
	cursor: default;
	text-decoration: none;
}

.hero-nav ul.menu li ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

.hero-nav ul.menu li ul li a {
	font-size: 18px;
}

.hero-nav ul.menu li ul li a:hover {
	background: #c900ac;
	cursor: pointer;
}

.hero-nav ul.menu li ul li a::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	margin-inline-start: 10px;
	transition: all 0.3s ease-in-out;
}

.hero-nav ul.menu li ul li:hover a::after {
	transform: translateX(5px);
}

@media (max-width: 768px) {
	.admin-bar .page-header.simple,
	.page-header.simple {
		height: auto;
		min-height: auto;
		padding: 0;
	}

	.page-header.simple .container-fluid {
		padding: 0;
	}

	.page-header.simple .container-fluid > .position-relative {
		padding-top: 50vh;
	}

	.page-header.simple .bg-white {
		max-width: 100%;
		padding: 40px 10px;
	}

	.page-header.simple a.scroll,
	body .hero-nav .wpb_single_image {
		display: none !important;
	}

	.hero-nav ul.menu {
		margin-top: 35px;
	}

	.hero-nav ul.menu li a {
		padding-inline: 15px;
	}
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-weight: 600;
	border: 2px solid transparent;
	padding: 10px 20px;
	letter-spacing: 0.18px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.btn i {
	font-size: 14px;
	transition: 0.25s transform ease-in-out;
	-webkit-transition: 0.25s transform ease-in-out;
	-moz-transition: 0.25s transform ease-in-out;
	-ms-transition: 0.25s transform ease-in-out;
	-o-transition: 0.25s transform ease-in-out;
}

.btn:hover i {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
}

.btn.outline-white {
	color: #fff;
	border-color: #fff;
}

.btn.outline-white:hover {
	color: #7f35b2;
	background: #fff;
}

.btn.outline-pink {
	color: #d124b8;
	border-color: #d124b8;
}

.btn.outline-pink:hover {
	color: #fff;
	background: #d124b8;
}

.btn.simple {
	background: transparent;
	border: none;
	padding: 0;
	color: #7f35b2;
}

.btn.solid-white {
	color: #7f35b2;
	background: #fff;
	border-color: #fff;
}

.btn.solid-pink {
	color: #fff;
	background: #d124b8;
	border-color: #d124b8;
}

.btn.solid-white:hover {
	opacity: 0.7;
}

.btn.solid-pink:hover {
	background: #bc20a6;
	border-color: #bc20a6;
}

/*--------------------------------------------------------------
# Testimonial Block NEW
--------------------------------------------------------------*/

.testimonial-block {
	background-color: #fff;
	border: 2px solid #7f35b2;
	padding: 32px;
	position: relative;
	box-shadow: -8px 8px #c2a8f0;
	font-family: 'Lyon Display Web', 'Times New Roman', serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

.testimonial-block i.quote {
	display: block;
	font-style: normal;
	font-family: 'Lyon Display Web', 'Times New Roman', serif;
	font-size: 5rem;
	line-height: 5rem;
	font-weight: 500;
}

.testimonial-block .author,
.testimonial-block .company {
	color: #000;
	font-family: 'Graphik', arial;
	font-weight: bold;
	font-size: 16px;
}

.testimonial-block .company {
	font-weight: normal;
}

/*--------------------------------------------------------------
# Testimonial Block
--------------------------------------------------------------*/

/* .testimonial-block {
	padding: 85px 30px 30px;
	border: 8px solid #ffb900;
	position: relative;

	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 50px;
}

.testimonial-block:after {
	content: '';
	display: block;
	width: 100px;
	height: 30px;
	background: #ffb900;
	position: absolute;
	bottom: -60px;
}

.testimonial-block i.quote {
	font-size: 5em;
	font-style: normal;
	position: absolute;
	top: 55px;
	left: 25px;
}

.testimonial-block .author,
.testimonial-block .company {
	font-family: 'Graphik', monospace;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 14px;
	color: #2a2a2a;
} */

/*--------------------------------------------------------------
# CTA Block NEW
--------------------------------------------------------------*/

.cta-block,
.cta-block * {
	transition: 0.25s all ease-in-out;
	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
}

.cta-block {
	position: relative;
	padding: 32px;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
	color: #2f2c31;
	font-weight: 600;
}

.cta-block:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.cta-block::before {
	background: linear-gradient(to top, #48086f 32px, #f6517f 0);
	position: absolute;
	content: '';
	width: 4px;
	right: 0;
	left: 0;
	height: 100%;
	top: 0;
}

.cta-block::after {
	background: linear-gradient(to right, #48086f 32px, #9e0085 0);
	position: absolute;
	content: '';
	height: 4px;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.cta-block .title {
	margin-bottom: 16px;
	font-family: 'Graphik', arial;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.6px;
	font-size: 1rem;
	color: #000;
}

.cta-block aside {
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
}

.cta-block .btn {
	color: #48086f;
}

.cta-block .btn i {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.cta-block .btn:hover i {
	opacity: 1;
}

/*--------------------------------------------------------------
# CTA Block - Purple
--------------------------------------------------------------*/

.cta-block.purple::before,
.cta-block.purple::after {
	display: none;
}

.cta-block.purple {
	background: #48086f;
	color: #fff;
	box-shadow: -8px 8px #7f35b2;
	padding: 64px;
}

.cta-block.purple:hover {
	transform: none;
}

.cta-block.purple .title {
	color: #fff;
}

.cta-block.purple .content {
	font-weight: 400;
	gap: 3rem;
}

.cta-block.purple .content p:last-of-type {
	margin: 0;
}

.cta-block.purple .btn {
	color: #fff;
}

/*--------------------------------------------------------------
# CTA Block - Simple
--------------------------------------------------------------*/

.cta-block.simple::before,
.cta-block.simple::after {
	display: none;
}

.cta-block.simple aside {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

/*--------------------------------------------------------------
# CTA Block
--------------------------------------------------------------*/

/* .cta-block * {
	transition: 0.25s all ease-in-out;
	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
}

.cta-block {
	padding: 30px;
	border: 8px solid #00c488;
	position: relative;
	transition: 0.25s all ease-in-out;
	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
}

.cta-block:hover {
	background: #00865c;
	border-color: #00865c;
}

.cta-block:hover *,
.cta-block:hover .title {
	color: #fff;
}

.cta-block aside {
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.5px;
	font-weight: bold;
}

.cta-block .title {
	font-family: 'Graphik', monospace;
	letter-spacing: -1px;
	font-size: 14px;
	color: #2a2a2a;
}

.cta-block a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cta-block:hover .btn i {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
} */

/*--------------------------------------------------------------
# List Styles
--------------------------------------------------------------*/

.wpb_text_column ul,
.error-holder ul {
	list-style: none;
	padding: 15px 0;
	margin: 0;
}

.wpb_text_column ul li,
.error-holder ul li {
	position: relative;
	margin: 0 0 10px 20px;
}

.wpb_text_column ul li:before,
.error-holder ul li:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 9px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #48086f;
	display: inline-block;
}

.wpb_text_column ul + p,
.error-holder ul + p {
	margin-block-start: 20px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.all-team-members {
	padding-inline: 15px;
}

.team-row {
	margin-block-start: 50px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
}

.team-row .team .content {
	position: relative;
	background: #fff;
	display: flex;
	flex-direction: column;

	box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
	transition-property: box-shadow, transform;
	transition-duration: 250ms;
	padding: 22px;
}

.team-row .team:hover .content {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.team-row .team .content::after {
	position: absolute;
	content: '';
	height: 4px;
	right: 0;
	left: 0;
	bottom: 0;
	width: 0%;
	transition: 0.1s;
}

.team-row .team:hover .content::after {
	background: linear-gradient(to left, #7f35b2 48px, #c900ac 0);
	position: absolute;
	content: '';
	height: 4px;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.team-row .team .photo {
	margin: -22px -22px 26px -22px;
	height: 225px;
	background-size: cover;
	background-position: center;
	/* filter: grayscale(100%); */
}

.team-row .team h4 {
	font-size: 20px;
}

.team-row .team .position,
.modal .position {
	font-size: 16px;
}

.team-row .team .btn {
	padding: 0;
	color: #7f35b2;
	font-weight: 400;
	border-bottom: 1px solid #7f35b2;
	border-radius: 0;
	margin-top: auto;
	align-self: flex-start;

	width: 100%;
	text-align: right;
	justify-content: flex-end;
	font-size: 0;
	border: none;
}

.team-row .team .btn:hover {
	border-color: transparent;
}

.team-row .team .btn i {
	font-size: 32px;
}

@media (max-width: 1024px) {
	.team-row {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.team-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.team-row {
		gap: 15px;
	}

	.team-row .team .content {
		padding: 15px;
	}

	.team-row .team .photo {
		height: 125px;
		margin: -15px -15px 26px -15px;
	}

	.team-row .team h4 {
		font-size: 20px;
		line-height: 22px;
	}

	.team-row .team .position {
		font-size: 16px;
		line-height: 20px;
	}
}

/*--------------------------------------------------------------
# News Holder
--------------------------------------------------------------*/

.news-holder > .row {
	flex-flow: wrap;
	margin-bottom: 60px;
}

.news-holder > .row .news-column {
	margin-bottom: 30px;
}

.news-holder > .row .news-column aside {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	min-height: 100%;
	flex-direction: column;
}

.news-holder > .row .news-column .thumb {
	margin: -1.5rem -1.5rem 1.5rem -1.5rem;
}

.news-holder > .row .news-column .thumb img {
	width: 100%;
	transition: 0.25s all ease-in-out;
	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
}

.news-holder > .row .news-column .thumb:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.news-holder > .row .news-column [rel*='category'] {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

.news-holder > .row .news-column h4 {
	color: #7f35b2;
}

/*--------------------------------------------------------------
# Single News
--------------------------------------------------------------*/

.single-news-content {
	padding-top: 60px;
	padding-bottom: 60px;
}

.single-news-content header {
	border-bottom: 1px solid #d7d6df;
	padding-bottom: 30px;
	margin-bottom: 60px;
}

.single-news-content header .date {
	font-size: 24px;
	letter-spacing: -0.4px;
	line-height: 28px;
	color: #808080;
	font-weight: 700;
}

.single-news-content header [rel*='category'] {
	font-family: 'Graphik', monospace;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}

.single-news-content footer {
	border-top: 1px solid #d7d6df;
	padding-top: 30px;
	margin-top: 60px;
}

.single-news-content .share {
	display: flex;
	margin-top: 20px;
}

.single-news-content .share a {
	display: flex;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #7f35b2;
	font-size: 24px;
	margin-left: 4px;
}

.single-news-content .share a:hover {
	background: #000;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.nav-links {
	width: 100%;
	text-align: center;
	margin: 0 0 60px 0;
}

.nav-links span,
.nav-links a {
	display: inline-block;
	border: 1px solid #d7d6df;
	padding: 10px 20px;
}

.nav-links span {
	border-color: #7f35b2;
	background: #7f35b2;
	color: #fff;
}

.nav-links a:hover {
	border-color: #7f35b2;
}

.nav-links .next,
.nav-links .prev {
	border-color: transparent;
}

.nav-links .next:hover {
	border-color: transparent;
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
}

.nav-links .prev:hover {
	border-color: transparent;
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
}

/*--------------------------------------------------------------
# Search Results
--------------------------------------------------------------*/

.search .page-header {
	margin-bottom: 60px;
	background: #7f35b2;
	padding: 112px 12px 80px 12px;
}

.search .page-header.detailed .motif {
	display: none;
}

.search .page-header.detailed .content-wrap {
	background: transparent;
}

.search .page-header.detailed .title-wrap .title {
	color: rgba(255, 255, 255, 0.5);
}

.search .page-header h1 i {
	color: #00c488;
}

.search .page-header.detailed .title-wrap h1.subtitle > span {
	background: #7f35b2;
	box-shadow: 25px 0 0 #7f35b2, 25px 0 0 #7f35b2, -25px 9px 0 #7f35b2,
		25px 9px 0 #7f35b2, -25px 0px 0 #7f35b2;
}

.search .nav-links .next,
.search .nav-links .prev {
	color: #fff;
	border: transparent;
}

.search .nav-links span,
.search .nav-links a {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.search .nav-links span.current {
	border-color: #fff;
	background: #fff;
	color: #7f35b2;
}

.search .nav-links a:hover {
	border-color: #fff;
}

/*--------------------------------------------------------------
# Category List
--------------------------------------------------------------*/

.category-holder {
	background: #fff;
	border-bottom: 1px solid #d7d6df;
	margin-bottom: 60px;
}

.category-holder ul.categories {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.category-holder ul.categories i.fa {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 25px 0 25px 50px;
	z-index: 5;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.category-holder ul.categories li {
	display: inline-block;
}

.category-holder ul.categories a:first-of-type {
	margin-left: 0;
}

.category-holder ul.categories a {
	font-size: 16px;
	padding: 30px 0;
	margin: 0 30px;
	font-weight: 700;
	display: inline-block;
	color: #000;
}

.category-holder ul.categories li.all a,
.category-holder ul.categories li.active a {
	color: #7f35b2;
	box-shadow: inset 0 -5px 0 0 #7f35b2 !important;
}

.archive .category-holder ul.categories li.all a {
	box-shadow: none !important;
}

.category-holder ul.categories.mobile {
	display: none;
	padding: 15px 0;
	position: absolute;
	top: 85px;
	background: #f2f2f2;
	z-index: 11;
	width: calc(100% - 30px);
}

.category-holder ul.categories.mobile li {
	display: block;
	text-align: center;
}

.category-holder ul.categories.mobile li a {
	display: block;
	width: 100%;
	padding: 15px;
	margin: 0;
	box-shadow: none !important;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

.modal {
	z-index: 99999;
}

.modal .close {
	position: absolute;
	top: -50px;
	right: -50px;
	opacity: 1;
	display: flex;
	z-index: 10;
	background: #d124b8;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.modal .close i {
	color: #fff;
	font-size: 16px;
	text-shadow: none;
	transition: 0.25s all ease-in-out;
	-webkit-transition: 0.25s all ease-in-out;
	-moz-transition: 0.25s all ease-in-out;
	-ms-transition: 0.25s all ease-in-out;
	-o-transition: 0.25s all ease-in-out;
}

.modal .i:hover span {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.modal .modal-dialog {
	max-width: 1140px;
	font-size: 15px;
	line-height: 1.4em;
}

.modal .modal-content {
	padding: 40px;
	max-width: 90%;
	border-radius: 0;
	border: none;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	margin: auto;
}

.modal .modal-content .fa-linkedin-in {
	background: #7f35b2;
	padding: 10px;
	color: #fff;
}

.modal .modal-content .linkedin a {
	color: #000;
	text-decoration: none !important;
}

.modal .modal-content .contact-info {
	padding-block-start: 75px;
}

.modal .modal-content .wpb_text_column {
	margin-bottom: 0;
}

.modal-open::before {
	content: '';
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 99999;
}

/*--------------------------------------------------------------
# Cookie Bat
--------------------------------------------------------------*/

.has-cookie-bar #catapult-cookie-bar {
	bottom: 20px;
}

.has-cookie-bar #catapult-cookie-bar a {
	opacity: 0.5;
}

.cookie-bar-block #catapult-cookie-bar h3 {
	margin: 0;
}

.cookie-bar-block #catapult-cookie-bar span {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 1.4em;
}

.cookie-bar-block #catapult-cookie-bar span:last-of-type {
	margin-bottom: 5px;
}

.cookie-bar-block #catapult-cookie-bar button#catapultCookie {
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #fff;
	padding: 10px 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: transparent;
	color: #fff;
}

.cookie-bar-block #catapult-cookie-bar button#catapultCookie:hover {
	background: #fff;
	color: #7f35b2;
}

/*--------------------------------------------------------------
# Error Page
--------------------------------------------------------------*/

.error-holder {
	padding: 80px 0;
}

.error-holder ul {
	padding-left: 30px;
}

.error-holder ul li {
	margin: 0 0 10px 20px;
}

/*--------------------------------------------------------------
# Sticky Nav
--------------------------------------------------------------*/

.admin-bar .sticky-nav-wrapper {
	top: 32px;
}

/* .vc_row.sticky-nav-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -50vw;
  right: 0;
  border-bottom: 1px solid #d7d6df;
  width: 200vw;
  height: 100%;
  background: #fff;
} */

.sticky-nav-wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: #f1f0f2;
	z-index: 9999;
}

.sticky-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	background: #f1f0f2;
	border-block-end: 1px solid #ddd8e0;
}

.sticky-nav .row {
	gap: 20px;
}

.sticky-nav a {
	font-size: 16px;
	padding: 24px 0;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.sticky-nav a:hover {
	color: #7f35b2;
	text-decoration: none;
}

.sticky-nav a.active {
	color: #7f35b2;
	box-shadow: inset 0 -5px 0 0 #7f35b2 !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.text-white a {
	color: #fff;
}

.wpb_map_wraper {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

.wpcf7 label {
	color: #000;
	font-weight: bold;
	margin: 0;
}

.wpcf7 p {
	margin: 8px 0 0 0;
	color: #808080;
	font-size: 18px;
}

.wpcf7 input[type='text'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='email'],
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	background: transparent;
	color: #000;
	border: 1px solid #99909f;
	margin: 8px 0 16px 0;
	padding: 8px 12px;
	width: 100%;
	-webkit-appearance: none;
}

.wpcf7 ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.wpcf7 :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.wpcf7 ::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.wpcf7 .btn-wrapper {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.wpcf7 .btn-wrapper::after {
	content: '';
	height: 20px;
	width: 20px;
	filter: invert(100%);
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="14" viewBox="0 0 448 512"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>')
		no-repeat center center;
	position: absolute;
	left: 85px;
	top: 21px;
	transition: all 0.3s ease-in-out;
}

.wpcf7 .btn-wrapper:hover::after {
	transform: translateX(5px);
}

.wpcf7 .btn-wrapper .btn {
	padding-right: 40px;
}

.wpcf7 .wpcf7-submit {
	border: 2px solid #7f35b2;
	background: #7f35b2;
	color: #fff;
	margin-block-end: 2rem;
}

.wpcf7 .wpcf7-submit {
	background: #fff;
	color: #7f35b2;
	border-color: #7f35b2;
}

.select-wrapper {
	position: relative;
}

.select-wrapper::after {
	content: '\f078';
	color: #48086f;
	font-family: 'Font Awesome 5 Free';
	font-size: 75%;
	font-weight: 900;
	position: absolute;
	right: 12px;
	top: calc(50% - 4px);
	transform: translateY(-50%);
	pointer-events: none;
}

.wpcf7 .wpcf7-not-valid-tip {
	background: #dc3232;
	color: #fff;
	font-size: 80%;
	transform: translateY(-16px);
	padding: 5px 10px;
}

/*--------------------------------------------------------------
# Broker Search
--------------------------------------------------------------*/

.drts-main {
	margin-top: 40px;
}

.drts-main .drts-search-search .drts-search-form-field {
	padding: 0 5px;
}

.drts-main .drts-search-form-field .drts-form-field-main > label {
	color: #7f35b2;
	left: 5px;
}

.drts-bs-btn,
.drts-main
	.drts-search-search
	.drts-search-form-field
	.drts-search-form-buttons
	.drts-search-form-submit {
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #7f35b2;
	color: #7f35b2;
	background: transparent;
	text-transform: none;
	padding: 10px 30px;
	height: auto !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.drts-main .drts-search-search .drts-form-field input[type='text'] {
	position: relative;
	vertical-align: top;
	background-color: transparent;
	border: 2px solid #e2e2e2 !important;
	padding: 22px 22px 22px 40px;
}

html .drts .irs-from,
html .drts .irs-single,
html .drts .irs-to,
html .drts .irs-bar,
html .drts .irs-bar-edge,
html .drts .irs-slider:before {
	background: #7f35b2;
}

/*--------------------------------------------------------------
# Broker Results
--------------------------------------------------------------*/

body .drts.drts-main h2 {
	text-align: center;
	margin-bottom: 60px;
}

body .drts.drts-main em {
	background: #00c488;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	margin: 0 2px;
}

body .drts .directory-listing-main {
	padding: 30px !important;
}

body .drts-entity .drts-display-element {
	color: #000;
	font-size: 18px !important;
}

body .drts .directory-listing-title a {
	font-weight: bold;
	color: #000;
}

body .drts .drts-display-group-element-separator {
	display: none;
}

body:not(.single-brokers_dir_ltg)
	.drts
	.drts-display-element-entity_field_directory_category-1 {
	font-size: 65% !important;
	background: #f2f2f2;
	font-weight: bold;
	padding: 0 8px;
	display: inline-block;
	margin-bottom: 10px;
}

body .drts .drts-bs-badge {
	display: none;
}

body:not(.single-brokers_dir_ltg) .drts div[data-name='entity_fieldlist'],
body:not(.single-brokers_dir_ltg) .drts div[data-name='entity_fieldlist'] a {
	font-size: 14px !important;
}

body .drts .drts-bs-list-group-item:last-of-type {
	padding-top: 0;
	padding-bottom: 0;
}

body .drts-display-element-entity_field_location_address-1 span:first-of-type {
	display: block;
}

body .drts-display-element-entity_field_location_address-1 span {
	display: none;
}

body .drts-display-element-entity_field_location_address-1 span.drts-bs-badge {
	display: table;
	margin-top: 5px;
}

body .drts .irs--flat .irs-bar,
body .drts .irs--flat .irs-from,
body .drts .irs--flat .irs-handle > i:first-child,
body .drts .irs--flat .irs-single,
body .drts .irs--flat .irs-to {
	background-color: #7f35b2;
}

body .drts .irs--flat .irs-from:after,
body .drts .irs--flat .irs-from:before,
body .drts .irs--flat .irs-single:after,
body .drts .irs--flat .irs-single:before,
body .drts .irs--flat .irs-to:after,
body .drts .irs--flat .irs-to:before {
	border-top-color: #7f35b2;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer.main {
	background: #2f2c31;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 50px 50px 100px 50px;
}

footer.main a {
	color: #fff;
}

footer.main a:hover {
	color: #fff;
	text-decoration: underline;
}

footer.main h6 {
	color: #fff;
	font-size: 16px;
}

footer.main .col-md-3:first-of-type .textwidget {
	border: none;
	padding: 0;
	margin-top: 10px;
}

footer.main .textwidget {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
}

footer.main .textwidget p:last-of-type {
	margin: 0;
	padding: 0;
}

footer.main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

footer.main ul li {
	margin-bottom: 7px;
}

footer.main ul.socials {
	margin: 0 0 60px 0;
}

footer.main ul.socials li {
	display: inline-block;
}

footer.main ul.socials li a {
	display: flex;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
	color: #2f2c31;
	background: #fff;
	font-size: 24px;
	margin-left: 4px;
}

footer.main ul.socials li a:hover {
	background: #00c488;
	color: #fff;
}

footer.main .menu {
	text-align: left;
	display: inline-block;
}

/*--------------------------------------------------------------
# Footer Copyright Menu
--------------------------------------------------------------*/

footer.main .copyright {
	margin-top: 80px;
}

footer.main .copyright p {
	font-weight: normal;
}

footer.main ul.footer-navigation {
	font-size: 14px;
}

footer.main ul.footer-navigation li {
	display: inline-block;
}

footer.main ul.footer-navigation li a {
	color: #fff;
	display: inline-block;
	margin: 0 5px;
}

footer.main ul.footer-navigation li:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #fff;
}

/*--------------------------------------------------------------
# Fixed Contact
--------------------------------------------------------------*/

.fixed-contact {
	z-index: 9999;
	right: 1rem;
	bottom: 1rem;
}

.fixed-contact:hover {
	transform: scale(1.1);
}

.fixed-contact img {
	width: 44px;
	height: 44px;
}

@media (min-width: 992px) {
	.fixed-contact img {
		height: 70px;
		width: 70px;
	}
}

/*--------------------------------------------------------------
# Animated Keyframes
--------------------------------------------------------------*/

@-webkit-keyframes SimplePageHeader {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);

		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);

		opacity: 1;
	}
}

@keyframes SimplePageHeader {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);

		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);

		opacity: 1;
	}
}

@-webkit-keyframes SimplePageHeaderMotif {
	0% {
		top: -96px;
		left: -96px;

		opacity: 0;
	}
	100% {
		top: -48px;
		left: -48px;

		opacity: 1;
	}
}

@keyframes SimplePageHeaderMotif {
	0% {
		top: -96px;
		left: -96px;

		opacity: 0;
	}
	100% {
		top: -48px;
		left: -48px;

		opacity: 1;
	}
}

@-webkit-keyframes DetailedPageHeaderMotif {
	0% {
		bottom: -96px;
		right: -96px;

		opacity: 0;
	}
	100% {
		bottom: -48px;
		right: -30px;

		opacity: 1;
	}
}

@keyframes DetailedPageHeaderMotif {
	0% {
		bottom: -96px;
		right: -96px;

		opacity: 0;
	}
	100% {
		bottom: -48px;
		right: -30px;

		opacity: 1;
	}
}

@-webkit-keyframes pageHeaderTitle {
	0% {
		transform: translateY(30px);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes pageHeaderTitle {
	0% {
		transform: translateY(30px);
	}
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes pageHeaderSubTitle {
	0% {
		transform: translateY(30px);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes pageHeaderSubTitle {
	0% {
		transform: translateY(30px);
	}
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes pageHeaderContent {
	0% {
		transform: translateY(30px);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes pageHeaderContent {
	0% {
		transform: translateY(30px);
	}
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes pageHeaderImg {
	0% {
		transform: scale(1.2) translateX(50px);
	}
	100% {
		transform: scale(1) translateX(0);
	}
}

@keyframes pageHeaderImg {
	0% {
		transform: scale(1.2) translateX(50px);
	}
	100% {
		transform: scale(1) translateX(0);
	}
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media (max-width: 1199px) {
	.archive .page-header.detailed,
	.blog .page-header.detailed,
	.search .page-header.detailed {
		height: auto;
		margin-bottom: 40px;
	}

	.archive .page-header.detailed .content-wrap .img-wrap,
	.blog .page-header.detailed .content-wrap .img-wrap,
	.search .page-header.detailed .content-wrap .img-wrap {
		display: none;
	}

	.cta-block aside {
		font-size: 26px;
		line-height: 30px;
	}
}

@media (max-width: 1099px) {
	/* Burger Menu */

	.admin-bar .nav-icon {
		top: 42px;
	}

	.nav-icon {
		width: 30px;
		position: absolute;
		top: 10px;
		right: 15px;
		cursor: pointer;
	}

	.nav-icon:after,
	.nav-icon:before,
	.nav-icon div {
		background-color: #7f35b2;
		content: '';
		display: block;
		height: 4px;
		margin: 6px 0;
		transition: all 0.2s ease-in-out;
	}

	.nav-icon.open:before {
		transform: translateY(10px) rotate(135deg);
	}

	.nav-icon.open:after {
		transform: translateY(-10px) rotate(-135deg);
	}

	.nav-icon.open div {
		transform: scale(0);
	}

	.organisation_member .mega-logged-in,
	.simple_member .mega-logged-in,
	.subscriber .mega-logged-in,
	.subs_member .mega-logged-in {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.page-header.detailed .position-relative {
		position: static !important;
	}

	.page-header.simple .motif {
		clip-path: inset(0 230px 230px 0);
		top: 0 !important;
		left: 0 !important;
	}

	.page-header.detailed .motif {
		bottom: 0 !important;
		right: 0 !important;
		clip-path: inset(200px 0 0 200px);
	}

	.page-header.detailed .img {
		display: none;
	}

	.menu-is-open .site-branding,
	.menu-is-open .search-btn,
	.menu-is-open .account-btn {
		opacity: 0;
	}

	.menu-is-open .site-header {
		background: #48086f;
		transition: all 0.3s ease-in-out;
	}

	#mainMenu ul li a,
	#subMenu ul li a {
		font-size: 24px;
	}

	#subMenu {
		z-index: 999999;
		right: -100vw;
		left: auto;
		display: none;
	}

	#subMenu.open {
		display: block;
		right: 0;
		left: 0 !important;
	}

	.admin-bar .search-slide {
		top: 108px;
	}

	.search-slide {
		top: 76px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 34px;
		line-height: 42px;
	}

	h2 {
		font-size: 26px;
		line-height: 34px;
	}

	body .vc_col-has-fill > .vc_column-inner,
	body
		.vc_row-has-fill
		+ .vc_row-full-width
		+ .vc_row
		> .vc_column_container
		> .vc_column-inner,
	body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
	body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
		padding-top: 0;
	}

	.site-header .site-branding img {
		height: auto;
		max-width: 120px;
	}

	.page-header.detailed {
		height: auto;
	}

	.page-header.detailed .title-wrap h1.subtitle {
		font-size: 40px;
		letter-spacing: -0.8px;
		line-height: 44px;
	}

	.page-header.detailed .content-wrap .img-wrap {
		display: none;
	}

	.sticky-nav a {
		display: none;
		text-align: center;
		width: 100%;
		margin: 0;
		text-transform: capitalize;
	}

	.sticky-nav a.active {
		display: block;
	}

	.category-holder ul.categories:not(.mobile) li {
		text-align: center;
		display: block;
		width: 100%;
	}

	.category-holder ul.categories:not(.mobile) li:not(.all) {
		display: none;
	}

	.category-holder ul.categories:not(.mobile) li a {
		display: block;
		margin: 0;
	}

	.category-holder ul.categories.mobile.show {
		display: block;
	}

	.archive .category-holder ul.categories:not(.mobile) li.all {
		display: none;
	}

	.archive .category-holder ul.categories:not(.mobile) li.active {
		display: block;
	}

	.cta-block.purple {
		padding: 32px;
	}

	.cta-block.purple .content p:last-of-type {
		margin-bottom: 1rem;
	}

	.all-team-members {
		padding-inline: 15px;
	}

	.modal .close {
		top: 0;
		right: 0;
		border-radius: 0;
	}

	.site-header .search-btn,
	.site-header .account-btn,
	.site-header .site-branding,
	a.main-menu {
		padding-inline: 15px;
	}

	.admin-bar #mainMenu {
		top: 103px;
	}

	#mainMenu {
		top: 58px;
	}

	footer.main {
		padding: 60px 0;
	}

	footer ul.socials {
		float: left;
	}

	footer ul.socials + img {
		float: right;
	}
}

@media (max-width: 575px) {
	.page-header.detailed .content-wrap {
		padding: 30px 0;
	}

	.team-sectors a.slick-slide {
		font-size: 12px;
	}

	.has-cookie-bar #catapult-cookie-bar {
		bottom: 0;
		left: 0;
		right: 0;
		width: 100vw;
		padding: 15px;
		text-align: center;
	}

	.cookie-bar-block #catapult-cookie-bar button#catapultCookie {
		margin: 0;
		width: 100%;
	}

	.modal .modal-content {
		padding: 25px;
	}
}

/* Bootstrap */

.ml-auto {
	margin-left: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.m-auto {
	margin: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-6 {
	margin-top: 4rem !important;
}

.mr-6 {
	margin-right: 4rem !important;
}

.mb-6 {
	margin-bottom: 4rem !important;
}

.ml-6 {
	margin-left: 4rem !important;
}

.m-6 {
	margin: 4rem !important;
}
