/*!
Theme Name: CLevel
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.2.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clevel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Use it to make something cool, have fun, and share what you've learned.

CLevel is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

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

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

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

:root {
    --theme-black: #3E4454;
    --theme-dark: #005A69;
	--theme-green: #CEF17B;
    --theme-white: #F4F8F9;
	--theme-blue: #00EED2;
    --theme-pink: #B89DFF;
	--theme-pinker: #9877F1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--theme-black);
	font-family: "Mona Sans", sans-serif;
	font-size: 20px;
	line-height: 1.3;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Epilogue", sans-serif;
    font-weight: 600;
    font-style: normal;
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
}

h1, .h1 {
	font-size: 42px;
	line-height: 46px;
}

h2 {
	font-size: 30px;
	line-height: 38px;
}

h2.xl {
	font-size: 36px;
	line-height: 42px;
}

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

h4 {
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	
    padding-left: 18px; /* space for the dot */
	
	margin-bottom: 15px;
}

h4:before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--theme-dark);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
	margin-top: -2px;
}

.dark-bg h4:before, .medium-bg h4:before {
  background: var(--theme-green);
}

h6 {
	font-size: 12px;
	line-height: 14px;
	color: var(--theme-green);
	margin-bottom: 0px;
	text-transform: uppercase;
}

.reverse-colours h6 {
	color: var(--theme-white); 
}


.reverse-colours p {
	color: var(--theme-green); 
	font-weight: 600;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background-color: var(--theme-white);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--theme-black);
	font-weight: 700;
	text-decoration: none;
}

a:visited {
	color: var(--theme-black);
}

a:hover,
a:focus,
a:active {
	color: var(--theme-dark);
}

a:focus {
	outline: 0;
}

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

.dark-bg h2 a {
	color: var(--theme-green);
	text-decoration: underline;
}

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-right: 30px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 250px;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

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

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

.post {
	margin: 0 0 35px;
}

.page {
	margin: 0;
}

body.page {
	margin-bottom: 0px;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 25px;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


.epilogue-font {
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.mona-sans-font {
  font-family: "Mona Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# code
--------------------------------------------------------------*/

.content-area .site-main .entry-content, .site-footer, .site-copyright-bar, .site-footer-inner, .site-footer-top, .post-meta-title-wrapper, .single-post .content-area .site-main .entry-footer, .blog-page-wrapper, .top-crumb .breadcrumb {
	max-width: 1240px;
	margin: 0 auto;
}

.page-header-bg .post-meta-title-wrapper {
	width: 100%;
	position: relative;
}

.content-area .site-main .entry-content {
	margin-top: 180px;
}

.content-area .site-main .has-post-thumbnail .entry-content {
	margin-top: 0px;
}

@media screen and (max-width: 1290px) { 
	.content-area .site-main .entry-content, .site-footer, .site-copyright-bar, .site-footer-inner, 
    .site-footer-top, .post-meta-title-wrapper, .single-post .content-area .site-main .entry-footer, .blog-page-wrapper, .top-crumb .breadcrumb {
		max-width: 100%;
		margin-right: 15px;
		margin-left: 15px;
	} 
	.page-header-bg .post-meta-title-wrapper {
		width: auto;
	}
	
}

#masthead {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.site-header {
	position: relative;
}

.site-header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--theme-black);
	z-index: -1;
}

.has-featured-image .site-header:before {
	
	background-color: rgba(22, 29, 32, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);

	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
}

.has-featured-image.scrolled .site-header:before {
	background: var(--theme-black);
}

.site-action-bar-wrapper {
    background: var(--theme-green);
	height: 4px;
	width: 100%;
}

.site-branding {
    float: left;
	padding: 14px 0 14px 30px;
}

.custom-logo-link, .custom-logo-link img {
  display: block;
}

.main-navigation {
    clear: none;
    display: block;
    float: right;
	padding-top: 1px;
}

.main-navigation a {
	color: var(--theme-white);
	font-family: "Epilogue", sans-serif;
    font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	padding: 9px 20px 7px 20px;
}

.main-navigation ul li {
	padding: 15px 0px;
}

.main-navigation ul ul {
	padding-bottom: 10px;
	padding-right: 0px;
}

.main-navigation ul ul li {
	padding: 0px;
}

.main-navigation a:hover {
	color: var(--theme-green);
}

.main-navigation .cp-button a {
	color: var(--theme-black);
	background: var(--theme-green);
	border-radius: 19px;
	padding: 11px 20px 9px 20px;
	margin-left: 10px;
}

.main-navigation .cp-button a:hover {
	background: var(--theme-pinker);
}




.table-wrapper {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--theme-black);
	margin-bottom: 35px;
}

table {
    width: 100%;
    border-collapse: collapse; 
  /* Remove border from table since the wrapper has it now */
    border-style: hidden; 
}

th, td {
  padding: 16px 20px; 
  text-align: left;
  border: 1px solid var(--theme-black);
	font-size: 16px;
}

thead th {
  background-color: var(--theme-green);
  text-transform: uppercase; 
  font-weight: 700;
 
}

.site-footer-wrapper {
	background: var(--theme-dark);
}

.site-footer a {
	font-weight: 500;
}

.site-footer a, .site-footer {
	color: var(--theme-white);
}

.site-footer h3, .site-footer i {
	color: var(--theme-green);
}
.site-footer i { 
	 margin-right: 6px;
    width: 18px;
}

.site-footer h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

.footer-widgets {
	font-size: 16px;
	line-height: 24px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr 1fr;
    gap: 10%;
    padding: 70px 0 30px 0;
}

.site-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-size: 12px;
	padding: 40px 0 20px 0;
}

.menu-footer {
	text-align: right;
	
}

.menu-footer a {
	font-weight: 500;
	
}

.green-bg {
	background: var(--theme-green);
	color: var(--theme-black);
	padding-top: 80px;
	padding-bottom: 55px;
}

.green-bg h4 { 
	color: var(--theme-black);
}

.green-bg h4:before {
    background: var(--theme-black);
}

h3.green { 
	color: var(--theme-green);
}

.medium-bg {
	background: var(--theme-dark);
	color: var(--theme-white);
}

.green-bg-small {
	background: var(--theme-green);
	color: var(--theme-black);
	padding-top: 50px;
	padding-bottom: 15px;
}

.dark-bg, .dark-bg-small {
	background: var(--theme-black);
	color: var(--theme-white);
	padding-top: 80px;
	padding-bottom: 55px;
}

.dark-bg-small {
	padding-top: 50px;
	padding-bottom: 15px;
}

.dark-bg h4, .dark-bg-small h4, .medium-bg h4 { 
	color: var(--theme-green);
}

h4.white { 
	color: var(--theme-white);
}

.dark-bg-small h4:before, .green-bg-small h4:before {
    display: none;
}

.dark-bg-small h4, .green-bg-small h4 {
	padding-left: 0px;
}

.project-bg {
	background: var(--theme-dark);
}


.big-number {
	color: var(--theme-green);
	font-size: 46px;
	line-height: 46px;
	font-family: "Epilogue", sans-serif;
    font-weight: 500;
	margin-bottom: 10px;
}


.vc_row-has-fill.dark-bg h4 { 
	color: var(--theme-white);
}

.dark-bg input {
	border: 1px solid #6B717D;
	border-radius: 0px;
	background: transparent;
	color: var(--theme-white);
	font-size: 18px;
	line-height: 18px;
	padding: 20px;
	width: 100%;
}

.dark-bg input::placeholder { 
	color: var(--theme-white);
	opacity: 1; 
}

.dark-bg input:focus-visible {
    outline: 0px;
}

a.button {
	display: inline-block;
}

.dark-bg input[type="submit"], a.button {
	color: var(--theme-black);
	background: var(--theme-pink);
	padding: 15px 20px;
	font-size: 16px;
	line-height: 16px;
	border-radius: 25px;
	border: 0px;
	width: unset;
	font-family: "Epilogue", sans-serif;
    font-weight: 600;
}

a.button.green {
	background: var(--theme-green); 
	margin-left: 15px;
}

a.button.dark {
	background: var(--theme-black); 
	color: var(--theme-green); 
}

.dark-bg input[type="submit"]:hover, a.button:hover { 
	background: var(--theme-pinker);
	cursor: pointer;
}

a.button.dark:hover {
	background: var(--theme-black); 
	opacity: 0.8;
}



.dark-bg .sib-sms-field {
	margin-bottom: 20px;
}

.dark-bg .sib-country-block .sib-toggle.sib-country-flg, .dark-bg  .sib-country-block .sib-toggle .sib-cflags {
  background-color: transparent;
}

.dark-bg  .sib-sms-field ul.sib-country-list {
    background-color: var(--theme-black);
	border: 1px solid #6B717D;
}


.widget-1 .widget_media_image {
	margin-bottom: 10px;
}

.text-border, .boxed {
	border: 1px solid var(--theme-black);
	border-radius: 6px;
	padding: 30px;
}

.dark-bg .text-border {
	border: 1px solid var(--theme-white);
}

.text-border p {
	font-size: 16px;
}

.iconbox-box-wrap {
	margin-bottom: 35px;
}

.iconbox-box {
	
	display: flex;
    gap: 30px;
    align-items: center;
}

.iconbox-box h3 { 
	margin-bottom: 10px;
}

.dark-bg .iconbox-box h3 { 
	color: var(--theme-green);
}

.iconbox-box p {  
	margin-bottom: 0;
}

.iconbox-box a.button {
    display: inline-block;
    min-width: 150px;
    text-align: center;
}

.dual-image-container {
	display: flex;             
    width: 100%;               
    margin: 0 auto;    
	margin-top: 30px;
}

.image-wrapper {
    flex: 1;                   
    position: relative;     
	display: flex;             
    flex-direction: column; 
}

.image-wrapper:first-child {
    border-right: 1px solid var(--theme-white);
	flex: 2.6;
	padding-right: 20px;
}

.image-wrapper:last-child {
	padding-left: 20px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;    
	border-radius: 8px;
}

@media (max-width: 768px) {
	.dual-image-container {
   		flex-direction: column;
	}

    .image-wrapper:first-child {
    	border-right: none;      
        border-bottom: 1px solid var(--theme-white); 
		padding-right: 0px;
		padding-bottom: 20px;
    }
	
	.image-wrapper:last-child {
		padding-left: 0px;
		padding-top: 20px;
	}
            
}

.boxed h2 { 
	font-size: 24px;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.boxed .wpb_wrapper {
    float: none;
    display: flex;
    flex-direction: column-reverse;
}

.max-920 {
	max-width: 920px;
	margin: 0 auto;
}

.left-1070 {
	max-width: 1070px;
}

.page-header-bg {
	height: 100vh;
	width: 100%;
	
	background-size: cover!important;
	background-position: center!important;
	color: var(--theme-white);
	
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 70px; 
	background-attachment: fixed;
}

.page-header-bg h3 { 
	color: var(--theme-green);
	text-transform: uppercase;
	font-family: "Mona Sans", sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.page-header-bg h1 { 
	font-size: 60px;
	line-height: 60px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.page-header-bg h1.many-words {
	font-size: 42px;
	line-height: 46px;
}

.page-header-bg p { 
	max-width: 750px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	
}

.page-header-bg.black-text p, .page-header-bg.black-text h1 {  
	color: #111;
	text-shadow: 1px 1px 2px rgba(0,0,0,0);
}

.right-side {
    position: absolute;
    right: 0;
	bottom: 20px;
}

.top-crumb {
	position: absolute;
    left: 0;
	top: 140px;
	font-size: 12px;
	line-height: 18px;
	color: var(--theme-green);
	width: 100%;
}

.top-crumb a {
	color: var(--theme-white);
	font-weight: 500;
}


.vc_item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
	max-height: 50px;
}

.vc_inner {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100%;
    width: 100%;
}

.vc_inner img {
    max-height: 100%;
    object-fit: contain;
}

#sib_signup_form_1 {
	border-bottom: 4px solid var(--theme-green);
}

#sib_signup_form_1:after {
	clear: both;
	display: block;
	content: " ";
	padding-bottom: 10px;
}

#sib_signup_form_1 .sib-email-area {
	float: left;
	width: calc( 100% - 80px );
	font-size: 16px;
	line-height:22px;
	color: var(--theme-white);
	background: transparent;
	padding: 0px;
	border: 0px;
}

#sib_signup_form_1 .sib-email-area::placeholder { 
	color: var(--theme-white);
	opacity: 1; 
}

#sib_signup_form_1 .sib-email-area:focus-visible {
    outline: 0px;
}

#sib_signup_form_1 .sib-default-btn {
	float: right;
	border: 0px;
	background-color: transparent;
	color: var(--theme-green);
	padding: 0px;
	text-transform: uppercase;
	font-size: 14px;
	line-height:22px;
	font-family: "Epilogue", sans-serif;
}

.wpgmp_map_parent {
	margin-bottom: 0px!important;
	display: block!important;
}

.fh-image .vc_column-inner, .fh-image .wpb_wrapper, .full_image_box {
	height: 100%;
}

.full_image_box {
	background-size: cover;
	min-height: 360px;
}

.cc-box {
	background-size: cover;
	min-height: 430px;
	padding: 25px;
	border-radius: 7px;
	background-position: center;
	
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	
	margin-bottom: 35px;
}

.cc-box img { 
	height: 60px;
	align-self: flex-start;
}

.cc-box h3, .about-box h3, .about-box h3 a { 
	color: var(--theme-green);
}

.cc-box p { 
	color: var(--theme-white);
	font-size: 16px;
	line-height: 22px;
}

.about-box {  
	padding: 25px;
    border-radius: 7px;
	border: 1px solid var(--theme-white);
	margin-bottom: 30px;
}

.about-box img {   
	width: 100px;
	height: 100px;
	border-radius: 50px;
	margin-bottom: 15px;
	filter: grayscale(100%);
}

.about-box h3 {  
	margin-bottom: 5px;
}

.about-title {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0px;
}

.unset-pos {
	position: unset!important;
}

.about-box-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(41, 45, 55, 0.75); 
	z-index: 100;
	opacity: 0;
	display: none;            
    justify-content: center;  
    align-items: center;      
}

.about-box-wrap .about-popup { 
	background-color: var(--theme-black);
	max-width: 720px;
	border: 0px;
	margin: 25px;
	position: relative;
}

.about-box-wrap .about-popup .fas.fa-times {
	position: absolute;
    top: 11px;
    right: 13px;
}

.about-box-wrap .about-popup .about-title {
  margin-bottom: 20px;
}

.about-box-wrap .about-popup .about-content {
	font-size: 18px;
}

.case-study-twocol {
	display: flex;
	justify-content: space-between;
	margin-bottom: 260px;
}

.case-study-main h2.xl {
    max-width: 850px;
	margin-bottom: 35px;
}

.case-study-numbers, .project-study-numbers {
	margin-bottom: 35px;
}

.case-study-number {
	float: left;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid var(--theme-green);
}

.case-study-number.last {
	border-right: 0px solid var(--theme-green);
}

.case-study-bignumber {
	color: var(--theme-green);
    font-size: 32px;
    line-height: 32px;
    font-family: "Epilogue", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.project-study-numbers .case-study-bignumber  {
	margin-bottom: -5px !important;
	margin-top: 15px;
}

.case-study-subtext {
	font-size: 12px;
	line-height: 12px;
    font-family: "Epilogue", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 0px;
}

.square-box {
	min-height: 433px;
	padding: 30px;
	color: var(--theme-white);
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	border-radius: 7px;
	background-size: cover;
	margin-bottom: 25px;
}

.square-box a {
	color: var(--theme-white);
}

.square-box h3 a {
	font-weight: 600;
	font-size: 32px;
	line-height: 32px;
}

.step-container {
	display: flex;
    padding: 0px;
    position: relative;
	gap: 150px;
	margin-bottom: 35px;
}
.step-step {
	flex: 1;
    text-align: left;
    padding: 0;
}
.step-header {
    font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 50px;
  background-color: var(--theme-green);
  padding-right: 0px;
  padding-left: 5px;
  z-index: 10;
  position: relative;
  display: flex;
  gap: 5px;
  width: 90px;
}

.step-header img {
	height: 21px;
}

.step-title {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 32px;
}

.step-description {
    font-size: 18px;
    margin: 0;
    line-height: 28px;
}

.step-line {
    position: absolute;
    top: 11px; 
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: var(--theme-black);
}

.square-box .excerpt {
	margin-bottom: 15px;
}

.learn-more a {
	color: var(--theme-green);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}

.side-box-right {
	max-width: 545px;
	margin-left: 65px;
}
.review-single {
    margin-bottom: 35px;
}

.review-single .rev-content {
    font-size: 26px;
    line-height: 30px;
	
}

.review-slider .swiper-slide {
	display: flex;
	gap: 60px;
	align-items: center;
}

.review-slider .swiper-slide > img {
	height: 260px;
	width: 260px;
}

.cp-slider .swiper-slide p {
	margin-bottom: 0px;
}

.cp-slider .swiper-slide > div {
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
	min-height: 365px;
}

.review-slider .swiper-wrapper {
	align-items: center;
}

.cp-slider .swiper-pagination-bullet {
    background: var(--theme-green);
}

.swiper-slide-content {
	display: flex;
	flex-direction: column;
	color: var(--theme-dark);
}

.rev-logo {
	width: 165px;
	margin-bottom: 20px;
}

.rev-content {
	font-size: 36px;
	line-height: 36px;
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
}

.rev-name {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 700;
}

.rev-org {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 5px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: relative;
	bottom: 0px;
	padding-top: 35px;
}

.swiper-pagination-bullet {
	background: var(--theme-dark);
	opacity: 0.2;
}

.swiper-pagination-bullet-active {
	background: var(--theme-dark);
	opacity: 1;
}

.swiper-button-prev {
	background-image: url(img/angle-left.svg) !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 25px;
	width: 14px;
	left: -50px!important;
}

.swiper-button-next {
	background-image: url(img/angle-right.svg) !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 25px;
	width: 14px;
	right: -50px!important;
}

.swiper-button-next svg {
	display: none;
}

.swiper-button-prev svg {
	display: none;
}

.logo-slider  {
	margin-bottom: 35px;
}

.logo-slider .swiper-wrapper {
    align-items: center;
}

.logo-slider .swiper-slide {
    text-align: center;
}

.page-id-20 .logo-slider img {
	max-height: 60px;
}

.clevel-subnav {
	margin-left: 0px;
	padding-left: 0px;
}

ul.flight-details {
	margin-left: 0px;
}

ul.flight-details li {
	border-bottom: 1px solid var(--theme-white);
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.page .entry-content ul:not(.category-filters):not(.clevel-subnav):not(.flight-details) {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 25px;
	padding-left: 0px
}

.page .entry-content ul:not(.category-filters):not(.clevel-subnav):not(.flight-details) li { 
	display: flex;
	gap: 15px;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

.page .entry-content ul:not(.category-filters):not(.clevel-subnav):not(.flight-details) li:before { 
	content: '';
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("img/circle-arrow-right.svg");
	flex-shrink: 0;
	background-size: contain;
	
}

.page .entry-content .small-list ul li { 

	font-size: 20px!important;
	line-height: 24px!important;
}

.page .entry-content .small-list ul li:before { 
	width: 20px!important;
	height: 20px!important;
	margin-top: 3px;
}


.blog-page-blurb {
	margin-top: 90px;
	margin-bottom: 55px;
}

.project-filter {
	margin-bottom: 40px;
}

.categories-filter span {
	line-height: 48px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	margin-right: 8px;
}

.categories-filter ul {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	display: inline-block;
}

.categories-filter ul li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px
}

.categories-filter ul li a {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	padding: 15px;
	border: 1px solid var(--theme-black);
	border-radius: 25px;
	display: inline-block;
	font-weight: 600;
}

.categories-filter ul li a:hover { 
	background-color: #005A691A;
	border-color: #005A69;
	color: #005A69;
}

.categories-filter ul li.is-active-cat a {
	background-color: var(--theme-green);
	border-color: var(--theme-green);
}

.categories-filter ul li.is-active-cat a:hover { 
	color: var(--theme-black);
}

.breadcrumb-separator {
	color: var(--theme-white);
}

.blog-page-posts {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
	margin-bottom: 35px;
}

.blog-page-posts .square-box, .latest-posts-slider .square-box {
    margin-bottom: 0px;
	justify-content: space-between;
}

.blog-page-posts .square-box h3 a, .latest-posts-slider .square-box h3 a {
	font-size: 28px;
    line-height: 30px;
}

.blog-page-posts p {
	margin-bottom: 0px;
}

.blog-page-more {
	margin-bottom: 70px;
	text-align: center;
}

.sb-post-category a {
	color: var(--theme-green);
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}

.single-post .site-content .site-main article .entry-content {
    margin-top: 70px;
    margin-bottom: 55px;
	padding-left: 320px;
	position: relative;
}

.single-post .site-content .site-main article .entry-content h2 {
	font-size: 42px;
    line-height: 46px;
}

.single-post .site-content .site-main article .entry-content h3 {
	font-size: 30px;
    line-height: 38px;
}

.single-post .site-content .site-main article .entry-content h2 strong, .single-post .site-content .site-main article .entry-content h3 strong {
	font-weight: 600;
}

.clevel-share-buttons {
	display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
}

.clevel-share-buttons a { 
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #161D20;
	display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.share-title {
	text-transform: uppercase;
	color: var(--theme-dark);
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	margin-bottom: 30px;
}

.latest-posts-slider {
	overflow: hidden;
}

.position-relative {
	position: relative;
}

.fixed-bg {
	background-attachment: fixed;
}

.photo-top > .vc_column-inner, div.bg-top {
	background-position: top center!important;
}

.photo-bottom > .vc_column-inner, div.bg-bottom  {
	background-position: bottom center!important;
}



.boot-carbon {
	background-color: transparent!important;
	
}

.boot-carbon .container p {
	color: var(--theme-white) !important;
}
 
.carbon-con-wrapper .bg-colour-one {
  background-color: var(--theme-green)!important;
}

.carbon-con-wrapper .right-col .current-page.select {
  background: var(--theme-green)!important;
}

.carbon-con-wrapper a, .carbon-con-wrapper a.txt-colour-two, .carbon-con-wrapper .txt-colour-one {
	color: var(--theme-green) !important;
}

.carbon-con-wrapper .left-col ul.flight-details li {
	font-family: inherit;
}

.carbon-con-wrapper .background-image {
	background: var(--theme-black);
	background-image: none !important;
}

.carbon-con-wrapper .right-col-bg {
    background-color: transparent !important; 
}

.carbon-con-wrapper .head-title h1, .carbon-con-wrapper .left-col label, .carbon-con-wrapper .right-col h2, .carbon-con-wrapper .left-col p, .carbon-con-wrapper .right-col p {
    font-family: inherit!important;
}

.carbon-con-wrapper .left-col .calc-btn, 
.carbon-con-wrapper .left-col .round-trip-btn, 
.carbon-con-wrapper .left-col .one-way-btn, 
.carbon-con-wrapper .left-col .add-flght-btn,
.carbon-con-wrapper .left-col .af-button,
.carbon-con-wrapper .balance-con .bmc-form .balance-btn {
    color: var(--theme-black) !important;
    background: var(--theme-pink) !important;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 25px;
    border: 0px !important;
    font-family: "Epilogue", sans-serif;
    font-weight: 600;
	text-transform: none;
}

.carbon-con-wrapper .left-col .one-way-btn.bg-colour-two, 
.carbon-con-wrapper .left-col .round-trip-btn.bg-colour-two,
.carbon-con-wrapper .card-deck .card {
	background: var(--theme-green) !important;
}

.carbon-con-wrapper .card-deck .card img {
    margin-top: 0px!important;
}

.carbon-con-wrapper .left-col .footprint .colour-bar {
	height: 0px!important;
}

.carbon-con-wrapper .left-col .carbon-txt p span,
.carbon-con-wrapper .left-col .carbon-icon .fa-solid {
	color: var(--theme-green) !important;
}

.carbon-con-wrapper .head-title h1 {
	color: var(--theme-green) !important;
	font-size: 28px!important;
    line-height: 36px!important;
}

.carbon-con-wrapper h2 {
	margin-left: 0px!important;
}

.carbon-con-wrapper .left-col .carbon-icon{
    border-color: transparent!important;
}

.carbon-con-wrapper .footprint-cost p.txt-colour-one, .carbon-con-wrapper .project-head h2 {
	color: var(--theme-green) !important;
}

.carbon-con-wrapper .card-deck .card-body p, .carbon-con-wrapper .card-deck .card-body h3 {
	color: var(--theme-black) !important;
}

.carbon-con-wrapper .bg-colour-two.container-fluid {
	background-color: transparent!important;
}



.height-150 img {
	height: 150px!important;
	width: auto;
}

.height-125 img {
	height: 125px!important;
	width: auto;
}

.height-100 img {
	height: 100px!important;
	width: auto;
}

.height-75 img {
	height: 75px!important;
	width: auto;
}

.height-60 img {
	height: 60px!important;
	width: auto;
}


ol {
	margin-left: 0px;
	margin-bottom: 25px;
	padding-left: 1em;
}

.project-cat a {
	font-weight: 700;
	font-size: 15px;
	color: var(--theme-green);
}

.project-menu-item a {
	padding-left: 30px;
}


/* Small menu. */
.menu-toggle {
    padding: 0px;
    border: 0px;
    font-size: 26px;
    background: transparent;
    line-height: 26px;
    margin-top: 0;
	color: var(--theme-green);
	padding-top: 20px;
    padding-right: 19px;
    padding-bottom: 13px;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle .fa-times {
	display: none;
}

.toggled .menu-toggle .fa-times {
	display: inline-block;
}

.toggled .menu-toggle .fa-bars {
	display: none;
}

.equalize .text-border, .equalize .wpb_wrapper {
	height: calc( 100% - 15px);
}

.project-icon {
	margin-bottom: 50px!important;
}

.cp-slider .project-icon {
	width: 50px;
	height: 50px;
}

.full-right, .full-right > div > .vc_column-inner {
	padding-right: 0!important;
}

.vc_tta-panels {
	border-top: 1px solid var(--theme-black);
}

.vc_tta-panel {
	border-bottom: 1px solid var(--theme-black);
}

.vc_tta-panel-body {
	padding: 0px 0px 35px 0!important;
}

.vc_tta-panel-heading h5 a {
	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
	padding-left: 0px!important;
	padding-top: 23px!important;
	padding-bottom: 23px!important;
	color: var(--theme-black)!important;
	
	background: url("img/closed.svg") no-repeat right center!important;
}

.vc_active .vc_tta-panel-heading h5 a {
	background-image: url('img/open.svg')!important;
}

.vc_active .vc_tta-panel-heading h5 a {
	color: var(--theme-dark)!important;
	font-weight: 700;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent!important;
}
@media screen and (min-width: 769px) {
	.mobile-show {
		display: none;
	}
}

@media screen and (min-width: 800px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

@media screen and (max-width: 1280px) {  
	.side-box-right {
		margin-left: 35px; 
		margin-right: 25px;
	}
	
	.position-relative .swiper-button-next, .position-relative .swiper-button-prev {
	    display: none !important;
	}
}

@media screen and (max-width: 1100px) {  
	.footer-widgets {
		gap: 30px;
	}
	.page-header-bg .post-meta-title-wrapper {
	    position: unset;
	}	
	.right-side {
	    position: absolute;
	    right: 20px;
	    top: 140px;
	}

	.home .right-side, .page-id-26 .right-side {
	    position: relative;
	    right: auto;
	    bottom: auto;
		top: auto;
	}
	
	.step-container {
  		gap: 30px; 
	}
}

@media screen and (max-width: 980px) {  
	
	.single-post .site-content .site-main article .entry-content {
		margin-top: 50px;
		margin-bottom: 35px;
		padding-left: 0px;
	}
	.clevel-share-buttons {
		  flex-direction: row;
		  position: relative;
		  align-items: center;
		  gap: 20px;
	}
	.share-title {
  		margin-bottom: 10px;
	}
	
	.main-navigation a {
		padding: 11px 10px 9px 10px;
	}
	
	.main-navigation .cp-button a {
		margin-left: 5px;
	}
	
	.case-study-number {
  		float: none; 
		margin-right: 0px;
		padding-right: 0px;
	}
	.case-study-numbers {
	  margin-bottom: 35px;
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  gap: 25px;
	}
	
	.project-study-numbers {
	  margin-bottom: 35px;
	  display: grid;
	  grid-template-columns: 1fr 1fr 1fr;
	  gap: 25px;
	}
	
	

	
	.blog-page-posts {
 	    grid-template-columns: 1fr 1fr; 
	}
}

@media screen and (max-width: 860px) {  
	.main-navigation a {
		padding: 11px 7px 9px 7px;
	}
	
	.main-navigation .cp-button a {
		padding: 11px 10px 9px 10px;
	}
	.site-branding {
		padding: 14px 0 14px 20px;
	}
	.main-navigation ul {
	  padding-right: 20px;
	}
}

@media screen and (min-width: 800px) {
	.main-navigation ul ul.sub-menu {
        flex-direction: column;
		
		background-color: rgba(22, 29, 32, 0.25);
		box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
		-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);

		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px); 

    }
    .scrolled .main-navigation ul ul.sub-menu {
        background: var(--theme-black);
    }
	
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
}

@media screen and (max-width: 799px) {
	.project-menu-item a {
		display: none;
	}
	
	.project-cat a {
		font-weight: 500;
	}
	
    .main-navigation ul {
		padding-top: 15px;
		padding-bottom: 13px;
		position: absolute;
		right: 0;
		z-index: 10;
		background: var(--theme-black);
		width: 100%;
		margin-top: 8px;
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 8px;
    }
	
	.main-navigation ul ul {
		margin-top: 0;
		padding-bottom: 0;
		left: 0px;
		
	}
	.main-navigation.toggled ul ul {
		display: none;
	}
	
	.main-navigation ul li {
	    padding: 0;
	}
	
	.main-navigation ul li.focus > ul {
		position: relative;
  		top: 0;
		padding-bottom: 12px;
		box-shadow: none;
		padding-top: 0px;
		display: block;
	}
	
	.main-navigation a {
		font-size: 16px;
		padding: 13px 7px 15px 7px;
	}
	
	.main-navigation .cp-button a {
		font-size: 14px;
		text-align:center;
		margin-top: 35px;
	}
	
	.menu-item-has-children > a::after {
	    font-family: 'Font Awesome\ 5 Free';
	    content: "\f078";
	    font-weight: 900;
		font-size: 16px;
		float: right;
		top: 0;
		position: relative;
	}
	
	.review-slider .swiper-slide {
	    flex-direction: column;
		text-align: center;
	}
	.rev-logo {
	    margin: 0 auto 20px;
	}
	.rev-content {
		font-size: 26px;
		line-height: 30px; 		
	}
	
}

@media screen and (max-width: 768px) {
	.single-post .site-content .site-main article .entry-content h2 {
	font-size: 30px;
    line-height: 38px;
}
	
	.blog-page-blurb {
	    margin-top: 35px;
	    margin-bottom: 5px;
	}
	
	.blog-page-posts {
 	    grid-template-columns: 1fr; 
	}
	.blog-page-more {
  		margin-bottom: 25px; 
	}
	
	.page-header-bg {
		padding-bottom: 35px;
		height: 805px;
	}
	
	.text-border, .boxed {
	    padding: 20px;
	}
	
	a.button.mobfw {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 15px;
		text-align: center;
    }
	
	.mobile-hide {
		display: none;
	}
	
	h1, .h1 {
	  font-size: 30px;
	  line-height: 36px;
	}
	
	h2 {
	  font-size: 26px;
	  line-height: 30px;
	}
	
	h2.xl {
		font-size: 30px;
		line-height: 36px;
	}
	
	.page-header-bg h1 { 
		font-size: 36px;
		line-height: 42px;
	}
	
	.page-header-bg h1.many-words {
		font-size: 30px;
		line-height: 36px;
	}

	.page-header-bg p { 
		font-size: 18px;
	}
	
	.content-area .site-main .entry-content {
	  margin-top: 130px;
	}
	
	.footer-widgets {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.footer-widgets > *:nth-child(1) {
		grid-column: 1 / -1;
	}

	.footer-widgets > *:nth-child(3) {
		grid-column: 1 / -1;  
		grid-row: 3;             
	}

	.footer-widgets > *:nth-child(4) {
		grid-column: 2;          
		grid-row: 2;
	}	
	
	.site-info {
		font-size: 9px; 
	}
	.site-footer h3 {
	    margin-bottom: 10px;
	}
	
	.side-box-right {
		max-width: 100%;
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.iconbox-box {
	    flex-direction: column;
		align-items: flex-start;
	}
	.iconbox-box .iconbox-title {
	  width: 100%;
	}
	
	.step-container {
    	flex-direction: column;
        padding: 0px;
    }
	.step-header {
  		margin-bottom: 15px;
		padding-left: 0;
		background-color: transparent;
	}
    .step-step {
    	padding: 0 0px 20px 50px;
    }
    .step-header img {
		position: absolute;
        left: -50px;
    }
    .step-line {
    	width: 1px;
		height: 70%;
        top: 10px;
        bottom: 30px;
        left: 10px;
        right: auto;
    }
	.review-slider .swiper-slide {
  		gap: 30px;
	}
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

@media screen and (max-width: 480px) {
	
	.project-study-numbers {
	    grid-template-columns: 1fr 1fr;
	}
}

@media (pointer: coarse) {
  .page-header-bg {
    background-attachment: scroll !important;
  }
}

.display-none {
	display: none;
}