/*!
Theme Name: Cipta Mata
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ciptamata
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * 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: #FFFFFF;
/* 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
/* 	font-size: 1rem; */
	line-height: 1.5;
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: clamp(14px, 1.25vw, 42px);
  	font-optical-sizing: auto;
}

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

p {
	margin-bottom: 1.5em;
}

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: #111668;
	background-image: url('images/gradient_background_ciptamata.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

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: #FFFFFF;
}

/* a:visited {
	color: #800080;
} */

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

a:focus {
	outline: thin dotted;
} */

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

.site-main {
	position: relative;
	overflow: hidden;
}

.default-article {
	padding: 80px 7%;
}

.default-article article {
	width: 100%;
	padding-top: 10vw;
}

.default-article .entry-title {
	font-size: clamp(36px, 6.2vw, 162px);
    font-weight: 400;
    line-height: 1.1;
    margin: 0.5em 0;
}

.default-article .entry-content .wp-block-heading {
	font-size: clamp(18px, 2.1vw, 56px);
	font-weight: 700;
	margin-top: 2.5em;
}

.default-article .entry-content ul,
.default-article .entry-content ol {
	margin: 0;
	margin-bottom: 2.5em;
	padding: 0;
	list-style-position: inside;
	line-height: 2;
}

@media screen and (min-width: 750px) {
	.default-article article {
		width: 75%;
	}
}

.banner-home {
    height: 100vh;
    padding: 120px 7% 80px 7%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.banner-home:after {
	content: "";
	display: flex;
	width: 100%;
	height: 50vw;
	transform: translate(0, -45%);
	background: linear-gradient(to bottom, rgba(17, 22, 104, 0) 20%, rgba(25, 44, 123, 1) 45%, rgba(41, 45, 110, 0.5) 75%, rgba(41, 45, 110, 0) 100%);
	position: absolute;
	left: 0;
	top: 100%;
}

/* .banner-home .banner-image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-home .banner-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
} */

.banner-home .home-banner-video-container {
	position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
}

.banner-home .home-banner-video-container .video-wrapper {
	height: 100%;
}

.banner-home .home-banner-video-container .banner-video {
	height: 100%;
}

.banner-home .home-banner-video-container video {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.banner-home .banner-content {
	position: relative;
	z-index: 2;
}

.banner-home .banner-content .banner-heading span {
	display: flex;
	font-weight: 700;
	font-weight: 700;
    font-size: clamp(22px, 3.75vw, 120px);
    line-height: 1.2;
}

.banner-home .banner-text-container {
	display: flex;
	justify-content: flex-end;
}



.banner-home .banner-text-container .banner-text-container-inner {
	width: 100%;
	margin-bottom: 50px;
}

@media screen and (min-width: 750px) {
	.banner-home .banner-text-container .banner-text-container-inner {
		width: 50%;
	}
}

@media screen and (min-width: 1000px) {
	.banner-home .banner-text-container .banner-text-container-inner {
		width: 30%;
	}
}

.home-brands {
	position: relative;
	padding: 50px 7%;
	display: flex;
    justify-content: center;
}

.home-brands .home-brands-inner {
	width: 100%;
	text-align: center;
}

.home-brands .home-brands-inner .brands-main {
/* 	margin-top: clamp(50px, 5vw, 120px); */
	margin-bottom: clamp(25px, 2.5vw, 60px);
}

.home-brands .home-brands-inner .brands-title {
	font-size: clamp(16px, 1.25vw, 42px);
}

.home-brands .home-brands-inner .brands-logos,
.brands-page-main .brands-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: clamp(15px, 3vw, 80px);
}

.home-brands .home-brands-inner .brands-logos .brand-logo-container,
.brands-page-main .brands-logos .brand-logo-container {
	display: flex;
	width: 40%;
	min-width: 100px;
	margin: 10px clamp(10px, 1vw, 40px);
}

@media screen and (min-width: 600px) {
	.home-brands .home-brands-inner .brands-logos .brand-logo-container,
	.brands-page-main .brands-logos .brand-logo-container {
		width: 10vw;
	}
}

.home-brands .home-brands-inner .brands-logos .brand-logo-container .brand-logo-container-inner,
.brands-page-main .brands-logos .brand-logo-container .brand-logo-container-inner {
	width: 100%;
	padding-top: 100%;
	height: 0;
	position: relative;
}

.home-brands .home-brands-inner .brands-logos .brand-logo-container .brand-logo-container-inner img,
.brands-page-main .brands-logos .brand-logo-container .brand-logo-container-inner img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (min-width: 750px) {
	.home-brands .home-brands-inner {
		width: 60%;
	}
}

.banner-about {
	height: 100vh;
	padding: 120px 7% 80px 7%;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.banner-about .about-banner-heading {
	font-size: clamp(32px, 6.2vw, 162px);
    font-weight: 400;
    line-height: 1.1;
    margin: 0.5em 0;
	position: relative;
	z-index: 2;
}

.banner-about .about-banner-image1-container,
.banner-about .about-banner-image2-container {
	position: absolute;
}

.banner-about .about-banner-image1-container img,
.banner-about .about-banner-image2-container img {
	width: 100%;
	object-fit: contain;
}

.banner-about .about-banner-image1-container {
	left: 15%;
	bottom: 30%;
	width: 15vw;
	min-width: 100px;
}

.banner-about .about-banner-image2-container {
	right: 7%;
	top: 40%;
    width: 30vw;
}

@media only screen and (min-aspect-ratio: 1/1) {
	.banner-about .about-banner-image1-container {
		left: 15%;
		bottom: 0;
		width: 15vw;
		min-width: 100px;
	}

	.banner-about .about-banner-image2-container {
		right: 7%;
		top: 45%;
		width: 30vw;
	}
}

.venture {
	padding: 50px 7%;
}

.venture .venture-introduction {
	width: 100%;
	margin-bottom: clamp(80px, 10vw, 150px);
}

.venture .venture-introduction .venture-introduction-text {
	font-size: clamp(18px, 2.1vw, 56px);
}

.venture .venture-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.venture .venture-flex .venture-stats {
	display: flex;
	justify-content: space-between;
	margin-bottom: clamp(30px, 5vw, 80px);
}

.venture .venture-flex .venture-stats .venture-stat {
	width: 30%;
}

.venture .venture-flex .venture-stats .venture-stat .venture-stat-top {
	display: flex;
	align-items: flex-end;
}

.venture .venture-flex .venture-stats .venture-stat .venture-stat-top .venture-stat-number {
	font-size: clamp(42px, 6.775vw, 146px);
	font-weight: 800;
	line-height: 1;
	margin-right: clamp(5px, 1vw, 10px);
}

.venture .venture-flex .venture-stats .venture-stat .venture-stat-top .venture-stat-plus {
	font-size: clamp(25px, 6.775vw, 146px);
	font-weight: 800;
	line-height: 1;
}

.venture .venture-flex .venture-stats .venture-stat .venture-stat-top .venture-stat-extra-text {
	font-size: clamp(12px, 1.45vw, 56px);
	font-weight: 900;
	line-height: 1.8;
}

.venture .venture-flex .venture-stats .venture-stat .venture-stat-caption {
	font-size: clamp(12px, 1.565vw, 46px);
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0.5em;
}

.venture .venture-flex .venture-stats,
.venture .venture-flex .venture-main-text {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.venture {
		padding: 80px 7%;
	}
	
	.venture .venture-introduction {
		width: 70%;
	}
	
	.venture .venture-flex .venture-stats {
		width: 50%;
	}
	.venture .venture-flex .venture-main-text {
		width: 43%;
	}
}

.what-we-do {
	padding: 50px 7%;
	position: relative;
}

.what-we-do .what-we-do-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 55vw;
	object-fit: contain;
}

.what-we-do .what-we-do-items {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.what-we-do .what-we-do-items .what-we-do-card {
	width: 100%;
	background-color: rgb(255, 255, 255, 0.5);
	border-radius: clamp(15px, 1vw, 25px);
	backdrop-filter: blur(50px) brightness(200%);
	-webkit-backdrop-filter: blur(50px) brightness(200%);
	padding: clamp(15px, 2%, 30px);
	margin: 15px 0;
}

.what-we-do .what-we-do-items .what-we-do-card .what-we-do-card-heading {
	color: #292D6E;
	font-size: clamp(20px, 2.1vw, 56px);
	line-height: 1.2;
}

.what-we-do .what-we-do-items .what-we-do-card .what-we-do-card-text {
	margin-top: 4vw;
}

.what-we-do .what-we-do-items .what-we-do-card .what-we-do-card-text p {
	color: #292D6E;
}

@media screen and (min-width: 750px) {
	.what-we-do {
		padding: 80px 7%;
	}
	
	.what-we-do .what-we-do-items .what-we-do-card {
		width: 31%;
		margin: 0;
	}
}

@media screen and (min-width: 1000px) {
	.what-we-do .what-we-do-items {
		width: 75%;
	}
}

.banner-contact {
    height: 100vh;
    padding: 120px 7% 80px 7%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.banner-contact:after {
	content: "";
	display: flex;
	width: 100%;
	height: 50vw;
	transform: translate(0, -45%);
	background: linear-gradient(to bottom, rgba(17, 22, 104, 0) 20%, rgba(25, 44, 123, 1) 45%, rgba(41, 45, 110, 0.5) 75%, rgba(41, 45, 110, 0) 100%);
	position: absolute;
	left: 0;
	top: 100%;
}

.banner-contact .banner-image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-contact .banner-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.banner-contact .banner-content {
	z-index: 2;
	width: 100%;
}

.banner-contact .banner-content .banner-heading {
	font-size: clamp(36px, 6.2vw, 162px);
    font-weight: 400;
    line-height: 1.1;
    margin: 0.5em 0;
}

.banner-contact .banner-content .banner-heading-left {
	position: absolute;
	top: 150px;
	width: 100%;
}

.banner-contact .banner-content .banner-heading-right {
	text-align: right;
	margin-bottom: 50px;
}

@media screen and (min-width: 750px) {
	.banner-contact .banner-content .banner-heading-left {
		width: 30vw;
	}
}

.brands-page-main {
	position: relative;
/* 	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%); */
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 5%, rgba(0,0,0,0.3) 15%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	z-index: 0;
}

/* .brands-page-main:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

} */

.brands-page-main .brands-page-main-inner {
	padding: 120px 7% 80px 7%;
	position: relative;
}

.brands-page-main .brands-page-main-inner .brands-main-text {
	font-size: clamp(18px, 2.1vw, 56px);
	width: 100%;
}

.banner-brands .banner-brands-inner {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
}

.banner-brands .banner-brands-heading {
	font-size: clamp(30px, 10.2vw, 162px);
    font-weight: 400;
    line-height: 1;
/*     margin: 1.5em 0 0.5em 0; */
	margin: clamp(50px, 10vh, 300px) 0 0.5em 0;
	width: 65%;
}

.banner-brands .brands-banner-image1-container,
.banner-brands .brands-banner-image2-container {
	position: absolute;
	z-index: -1;
}

.banner-brands .brands-banner-image1-container {
	left: 9%;
	top: 45%;
    width: 45vw;
}

.banner-brands .brands-banner-image2-container {
	right: 8%;
	top: 33%;
    width: 45vw;
}

.banner-brands .brands-banner-image1-container img,
.banner-brands .brands-banner-image2-container img {
	width: 100%;
	object-fit: contain;
}

@media screen and (min-width: 340px) {
	.banner-brands .banner-brands-heading {
		font-size: clamp(36px, 10.2vw, 162px);
	}
}

@media screen and (min-width: 500px) {
		
	.banner-brands .brands-banner-image1-container {
		top: unset;
		bottom: 20%;
		left: 7%;
		width: 35vw;
	}
	
	.banner-brands .brands-banner-image2-container {
		top: unset;
		bottom: 35%;
		right: 6%;
		width: 35vw;
	}
	
}

@media only screen and (min-aspect-ratio: 1/1) and (min-width: 600px) {
	.banner-brands .banner-brands-heading {
		width: 100%;
		font-size: clamp(36px, 6.2vw, 162px);
	}
	
	.banner-brands .brands-banner-image1-container {
		left: 7%;
		bottom: 0;
		width: 35vw;
	}

	.banner-brands .brands-banner-image2-container {
		right: 6%;
		bottom: 30%;
		width: 30vw;
	}
}


@media screen and (min-width: 750px) {
	.brands-page-main .brands-page-main-inner .brands-main-text {
		width: 75%;
	}
}

.connect {
	position: relative;
	padding: 50px 7%;
}

.connect .contact-form .form-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.connect .contact-form .form-flex .form-left,
.connect .contact-form .form-flex .form-right {
	width: 100%;
}

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

	.connect .contact-form .form-flex .form-left,
	.connect .contact-form .form-flex .form-right {
		width: 48.5%;
	}
}

.connect .contact-form label {
	font-weight: 700;
}

.connect .contact-form p {
	margin: clamp(15px, 1.5vw, 30px) 0;
	position: relative;
}

.connect .contact-form p:after {
	content: "";
	height: 1px;
	width: 100%;
	display: flex;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
}

.connect .contact-form .form-submit + p:after {
	display: none;
}

.connect .contact-form p input,
.connect .contact-form p textarea,
.connect .contact-form p select {
	background-color: transparent;
	color: #FFFFFF;
    border: none;
	width: 100%;
	padding: clamp(15px, 1vw, 25px) 10px;
    font-size: clamp(14px, 1.05vw, 24px);
	appearance: none;
}

.connect .contact-form .form-field-select {
	width: 100%;
	position: relative;
}

.connect .contact-form .form-field-select .wpcf7-form-control-wrap:after {
	content: "";
	width: clamp(15px, 1.5vw, 20px);
	height: clamp(8px, 0.75vw, 11px);
	background-image: url('images/caret.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
}

.connect .contact-form p input:focus,
.connect .contact-form p textarea:focus,
.connect .contact-form p select:focus,
.connect .contact-form p input:focus-visible,
.connect .contact-form p textarea:focus-visible,
.connect .contact-form p select:focus-visible,
.connect .contact-form p input:focus-within,
.connect .contact-form p textarea:focus-within,
.connect .contact-form p select:focus-within {
	outline: 0;
	border: none;
}

.connect .contact-form p select option {
	color: #292D6E;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(30px) brightness(15%);
	-webkit-backdrop-filter: blur(30px) brightness(15%);
}

/* .connect .contact-form p select option:checked {
	background-color: #292D6E;
	color: #FFFFFF;
}

.connect .contact-form p select option:hover {
	background-color: #292D6E;
	color: #FFFFFF;
}
 */
.connect .contact-form .form-submit p {
	display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.connect .contact-form .form-submit p:after {
	display: none;
}

.connect .contact-form .form-submit p input {
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: clamp(10px, 0.835vw, 24px);
    border: 1px solid #FFFFFF;
    border-radius: 5vw;
    width: clamp(150px, 10vw, 300px);
    padding: 8px;
	background-color: transparent;
	transition: background-color 0.5s ease, color 0.5s ease, font-weight 0.5s ease;
	cursor: pointer;
}

.connect .contact-form .form-submit p input:hover {
	color: #292D6E;
	font-weight: 700;
	background-color: #FFFFFF;
}

@media screen and (min-width: 750px) {
	.connect {
		padding: 80px 7%;
	}
}

.home-network {
	padding: 50px 7%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap-reverse;
}

.home-network .home-network-text-container,
.home-network .home-network-image-container {
	width: 100%;
}

.home-network .home-network-text-container .home-network-heading {
	font-size: clamp(18px, 2.1vw, 56px);
	font-weight: 600;
}

.home-network .home-network-image-container {
	position: relative;
	padding-top: 100%;
}

.home-network .home-network-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.home-network .home-network-image-container:before {
	content: "";
	height: 150%;
	width: 150%;
	background: radial-gradient(
		circle,
		rgba(255, 255, 255, 0.76) 0%,
		rgba(236, 236, 242, 0.69) 10%,
		rgba(215, 216, 228, 0.62) 20%,
		rgba(199, 201, 218, 0.56) 25%,
		rgba(186, 188, 209, 0.52) 30%,
		rgba(163, 165, 194, 0.44) 35%,
		rgba(151, 153, 185, 0.39) 40%,
		rgba(127, 130, 169, 0.31) 45%,
		rgba(105, 108, 153, 0.23) 50%,
		rgba(88, 91, 142, 0.17) 55%,
		rgba(74, 77, 132, 0.12) 60%,
		rgba(61, 65, 124, 0.07) 65%,
		rgba(41, 45, 110, 0) 70%
	);
	display: flex;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
}

@media screen and (min-width: 750px) {
	.home-network {
		padding: 80px 7%;
		padding-top: 120px;
	}
	
	.home-network .home-network-text-container {
		width: 50%;
	}
	
	.home-network .home-network-text-container .home-network-heading {
		margin-top: 0;
	}
	
	.home-network .home-network-image-container {
		width: 45%;
		padding-top: 45%;
	}
}

.banner-network {
	height: 100vh;
	padding: 120px 7% 80px 7%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
/* 	background-image: url('images/network-background-original.png'); */
	background-image: url('images/network-background.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
}

.banner-network:after {
	content: "";
    display: flex;
    width: 100%;
    height: 50vw;
    transform: translate(0, -45%);
    background: linear-gradient(to bottom, rgba(17, 22, 104, 0) 20%, rgba(25, 44, 123, 1) 45%, rgba(41, 45, 110, 0.5) 75%, rgba(41, 45, 110, 0) 100%);
    position: absolute;
    left: 0;
    top: 100%;
}

.banner-network .banner-content {
	position: relative;
	z-index: 2;
}

.banner-network .banner-heading {
	font-size: clamp(32px, 6.2vw, 162px);
	font-weight: 400;
	line-height: 1.2;
    width: 100%;
}

@media screen and (min-width: 750px) {
	.banner-network .banner-heading {
		width: 70%;
	}
}

.network-introduction {
	padding: 50px 7%;
	position: relative;
}

.network-introduction .network-introduction-text-container {
	width: 100%;
	font-size: clamp(18px, 2.1vw, 56px);
	line-height: 1.4;
}

.network-introduction .network-introduction-image {
	mix-blend-mode: screen;
	position: absolute;
	top: 70%;
	right: -5%;
	width: 55vw;
	object-fit: contain;
	animation: rotateLeftRight 5s ease-in-out infinite;
}

@keyframes rotateLeftRight {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media screen and (min-width: 450px) {
	.network-introduction .network-introduction-image {
		top: 50%;
	}
}

@media screen and (min-width: 750px) {
	.network-introduction {
		padding: 80px 7%;
	}
	
	.network-introduction .network-introduction-text-container {
		width: 65%;
	}
	
	.network-introduction .network-introduction-image {
		top: -10%;
	}
}

.partners {
	padding-bottom: 50px;
}

.partners .partners-slider {
	background: rgba(255, 255, 255, 0.63); /* white color with 63% opacity */
	-webkit-backdrop-filter: blur(50px) brightness(100%);
    backdrop-filter: blur(50px) brightness(100%);
    opacity: 1; /* Fully opaque */
	padding: 15px 0;
}

.partners .partners-slider .partners-logo-container {
	width: 100%;
	padding-top: 50%;
}

.partners .partners-slider .partners-logo-container img.partners-logo {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 80%;
	object-fit: contain;
}

.partners .partners-text-container {
	padding: 0 7% 50px 7%;
}

.partners .partners-text-container .partners-text-container-inner {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.partners {
		padding-bottom: 80px;
	}
	.partners .partners-text-container .partners-text-container-inner {
		width: 65%;
	}
}

.network-cta {
	padding: 30px 7%;
}

.network-cta .network-cta-inner {
	width: 100%;
}

.network-cta .network-cta-heading {
	margin-bottom: 20px;
}

@media screen and (min-width:  750px) {
	.network-cta {
		padding: 50px 7%;
	}
	
	.network-cta .network-cta-inner {
		width: 65%;
	}
}

footer {
	padding: 50px 7%;
}

footer .footer-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0;
}

footer .footer-flex .footer-left {
	width: 18vw;
	min-width: 150px;
}
footer .footer-flex .footer-right {
	width: 10vw;
	min-width: 100px;
}

footer .footer-flex .footer-left figure img {
	width: 100%;
	object-fit: contain;
}

footer .footer-flex .footer-left p {
	font-size: clamp(9px, 1.05vw, 24px);
}

footer .footer-flex .footer-right .widget-title {
	text-transform: uppercase;
	font-weight: 400;
	font-size: clamp(12px, 0.835vw, 18px);
}

footer .footer-flex .footer-right ul {
	margin: 0;
	margin-top: 25px;
	padding: 0;
	list-style: none;
}

footer .footer-flex .footer-right ul li {
	margin: 0.5em 0;
}

footer .footer-flex .footer-right ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: clamp(14px, 1.05vw, 24px);
	position: relative;
	width: fit-content;
	padding: 5px 15px 5px 0;
	display: block;
}

footer .footer-flex .footer-right ul li a:after {
	content: "";
	height: 1px;
	width: 100%;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s ease;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

footer .footer-flex .footer-right ul li a:hover {
	font-weight: 700;
}

footer .footer-flex .footer-right ul li a:hover:after {
	transform: scaleX(1);
}

footer .footer-copyright {
	padding-top: 50px;
}

footer .footer-copyright p {
	margin: 0;
	text-align: center;
	font-size: clamp(12px, 0.625vw, 14px);
}

footer .footer-copyright a {
	text-decoration: none;
}


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

.from-left,
.from-right {
	opacity: 0;
}

.button-container-center {
	display: flex;
	justify-content: center;
}

.button {
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: clamp(10px, 0.835vw, 24px);
    border: 1px solid #FFFFFF;
    border-radius: 5vw;
/*     width: clamp(150px, 10vw, 300px); */
	width: clamp(150px, 13vw, 300px);;
    padding: 8px;
	background-color: transparent;
	transition: background-color 0.5s ease, color 0.5s ease, font-weight 0.5s ease;
}

.button:hover {
	color: #292D6E;
	font-weight: 700;
	background-color: #FFFFFF;
}

.section-heading {
	font-size: clamp(28px, 3.13vw, 82px);
}

.section-heading.section-heading-center {
	text-align: center;
}

.banner-scroll-container {
	display: flex;
	justify-content: center;
}

.banner-scroll {
	display: flex;
    justify-content: center;
	position: relative;
}

.banner-scroll .banner-scroll-text {
    display: flex;
    justify-content: center;
    width: 90%;
	margin-bottom: 15px;
    text-align: center;
	text-transform: uppercase;
    font-size: clamp(12px, 0.835vw, 20px);
}

.banner-scroll:before {
	content: '';
  position: absolute;
  left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
  top: 100%;
  width: 1px;
  height: 60px;
  background-color: rgba(255,255,255,0.5);
}

.banner-scroll:after {
  content: '';
  position: absolute;
  left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
  top: 100%;
  width: 1px;
  height: 60px;
  background-color: #FFFFFF;
  transform-origin: top; /* Start growing from the top */
  animation: reappear 1.6s ease-out infinite; /* Continuous animation */
}

@keyframes reappear {
  0% {
    transform: scaleY(0); /* Start collapsed at the top */
    transform-origin: top; /* Origin is at the top for growing */
  }
  50% {
    transform: scaleY(1); /* Fully extended downwards */
    transform-origin: top; /* Line grows down from the top */
  }
  51% {
    transform-origin: bottom; /* Switch origin to bottom for shrinking */
  }
  100% {
    transform: scaleY(0); /* Line shrinks towards the bottom */
    transform-origin: bottom; /* Shrinking towards the bottom */
  }
}

.banner-brands {
    height: 100vh;
    --cursorX: 50vw;
    --cursorY: 50vh;
    --gradientSize: 10vmax; /* Set the size of the gradient */
    position: relative;
    cursor: none;
    overflow: hidden;
    padding: 120px 7% 80px 7%;
}

.banner-brands::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: radial-gradient(
        circle var(--gradientSize) at var(--cursorX) var(--cursorY),
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 80%,
        rgba(0, 0, 0, 0.6) 100%
    );
}


/* Navigation
--------------------------------------------- */
.site-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to bottom, rgba(41, 45, 110, 1) 20%, rgba(41, 45, 110, 0.75) 45%, rgba(41, 45, 110, 0.5) 75%, rgba(41, 45, 110, 0.25) 90%, rgba(41, 45, 110, 0) 100%);
	position: fixed;
	z-index: 5;
	width: 100%;
	padding: 20px 7%;
}

.site-branding {
	width: 18vw;
	min-width: 150px;
	display: flex;
	align-self: flex-start;
}

@media screen and (min-width: 320px) {
	.site-branding {
		min-width: 180px;
	}
}

@media screen and (min-width: 340px) {
	.site-branding {
		min-width: 200px;
	}
}

.custom-logo {
	width: 100%;
	object-fit: contain;
}

.main-navigation {
/* 	display: block; */
/* 	width: 100%; */
	width: fit-content;
}

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

.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: 200px; */
	width: max-content;
}

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

.main-navigation li {
	position: relative;
	margin-left: 0;
	margin-bottom: 0.5em;
}

.menu-item-object-language_switcher {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-navigation li.menu-item-has-children a:first-child span {
	position: relative;
}

.main-navigation li.menu-item-has-children a:first-child span:after {
    content: ' \25E2';
    color: #FFFFFF;
    position: absolute;
	left: 100%;
    top: 0;
    transform: translateY(0%) rotate(45deg) scale(0.5);
	transform-origin: right;
}

.main-navigation li.menu-item-has-children .sub-menu a:first-child span:after {
	display: none;
}

.main-navigation li.menu-item-has-children:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-image: url('images/globe-icon.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	filter: invert(1);
	-webkit-filter: invert(1);
	margin-right: 5px;
}

.main-navigation .menu-item-object-language_switcher ul.sub-menu li {
	margin-left: 23px!important;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: clamp(14px, 0.835vw, 16px);
	font-weight: 400;
	position: relative;
	padding: 5px 0;
	transition: font-weight 0.5s ease;
}

.main-navigation a:after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: transform 0.5s ease;
}

.main-navigation a:hover {
	font-weight: 700;
}

.main-navigation a:hover:after {
	transform: scaleX(1);
}

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

.main-navigation {
	padding-bottom: 0;
	transition: padding-bottom 0.5s ease;
}

.main-navigation.toggled {
	padding-bottom: 50vh;
}

.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 30px;
	height: 30px;
}

.menu-toggle div {
	width: 30px;
	height: 3px;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-top: 0;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
}

.main-navigation.toggled .menu-toggle div:first-child {
	margin-bottom: -6px;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle div:last-child {
	margin-top: -6px;
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
}

.main-navigation .menu-toggle {
	margin-top: 0;
}

.main-navigation.toggled .menu-toggle {
	margin-top: 3px;
}

.main-navigation.toggled .menu-menu-1-container {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	background-color: transparent;
	transition: background-color 0.5s ease, backdrop-filter 0.5s ease, -webkit-backdrop-filter 0.5s ease;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 5%;
}


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

	.menu-toggle {
		display: none;
	}
	
	.main-navigation.toggled {
		padding-bottom: 0;
	}
	
	.main-navigation.toggled .menu-menu-1-container {
		position: relative;
		top: 0;
		padding: 0;
		text-align: right;
	}

	.main-navigation ul,
	.main-navigation.toggled ul {
		display: flex;
	}
	
	.main-navigation li {
		margin-bottom: 0;
		margin-left: clamp(10px, 1.5em, 50px);
	}
	
	.main-navigation ul.sub-menu li {
		margin-left: 0;
	}
	
	.main-navigation li.menu-item-has-children:after {
		left: 110%;
		right: unset;
	}
	
	.site-branding {
		align-self: center;
	}
}

.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,
.page {
	margin: 0 0 1.5em;
} */

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
/* .widget {
	margin: 0 0 1.5em;
} */

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

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

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

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