/*!
Theme Name: Fans Notifier
Theme URI: http://underscores.me/
Author: Fans Notifier
Author URI: http://underscores.me/
Description: Fans Notifier Website
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fans-notifier
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.

Fans Notifier 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;
}

/**
 * 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: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  font-family: "Poppins", serif;
}

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

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

ul,
ol {
  font-family: "Poppins", serif;
}

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: #4169e1;
}
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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.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;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.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%;
}

.nav-menu {
  font-family: "Work Sans";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

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

.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;
}

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

/* Forms
--------------------------------------------- */
:root {
  --cf7-font: inherit;
  --cf7-font-size: 18px;
  --cf7-font-weight: 400;
  --cf7-labels: #5a6e81;
  --cf7-input-text: #8CA3B9;
  --cf7-accent: #2d8cff;
  --cf7-accent-hover: #247de9;
  --cf7-accent-text: #ffffff;
  --cf7-warning: #fb584e;
  --cf7-warning-bg: #FFEDEC;
  --cf7-success: #00B474;
  --cf7-success-bg: #E6FFF0;
}

/* General Settings */
.wpcf7 {
  font-family: var(--cf7-font);
  font-weight: var(--cf7-font-weight);
  width: 100% !important;
}

.wpcf7 label {
  color: var(--cf7-labels);
}

.wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 15px !important;
}

.wpcf7 a {
  color: var(--cf7-accent) !important;
  text-decoration: none;
}

.wpcf7 a:hover {
  color: var(--cf7-accent-hover) !important;
}

/* General Inputs */
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 textarea {
  border: 1px solid #D5E0EB;
  background-color: #ffffff;
  border-radius: 6px;
  line-height: 1.3;
  padding: 10px 20px;
  min-height: 35px;
  font-size: var(--cf7-font-size);
  font-weight: var(--cf7-font-weight);
  font-family: var(--cf7-font);
  width: 100%;
  max-width: 400px;
  margin: 10px 0;
}
@media (min-width: 1921px) {
  .wpcf7 input[type=color],
  .wpcf7 input[type=date],
  .wpcf7 input[type=datetime-local],
  .wpcf7 input[type=datetime],
  .wpcf7 input[type=email],
  .wpcf7 input[type=month],
  .wpcf7 input[type=number],
  .wpcf7 input[type=search],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=text],
  .wpcf7 input[type=time],
  .wpcf7 input[type=url],
  .wpcf7 input[type=week],
  .wpcf7 textarea {
    font-size: 26px;
    line-height: 34px;
    padding: 16px 24px;
  }
}
@media (max-width: 1023px) {
  .wpcf7 input[type=color],
  .wpcf7 input[type=date],
  .wpcf7 input[type=datetime-local],
  .wpcf7 input[type=datetime],
  .wpcf7 input[type=email],
  .wpcf7 input[type=month],
  .wpcf7 input[type=number],
  .wpcf7 input[type=search],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=text],
  .wpcf7 input[type=time],
  .wpcf7 input[type=url],
  .wpcf7 input[type=week],
  .wpcf7 textarea {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Other Inputs */
.wpcf7 input[type=submit] {
  background: linear-gradient(325deg, rgb(181, 49, 90) 0%, rgb(239, 10, 106) 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-family: "Work Sans";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  width: auto;
  padding: 14px 24px;
}
@media (min-width: 1921px) {
  .wpcf7 input[type=submit] {
    font-size: 26px;
    padding: 24px 36px;
  }
}
@media (max-width: 1023px) {
  .wpcf7 input[type=submit] {
    font-size: 16px;
    padding: 12px 20px;
  }
}

.wpcf7 input:hover[type=submit] {
  background-color: var(--cf7-accent-hover);
  transition: 0.2s linear;
  cursor: pointer;
}

.wpcf7 input:focus[type=submit] {
  background-color: var(--cf7-accent-hover);
  outline: none;
  border: 0;
}

.wpcf7 input[type=file] {
  color: var(--cf7-input-text);
  font-size: var(--cf7-font-size);
  font-weight: var(--cf7-font-weight);
  font-family: var(--cf7-font);
}

.wpcf7 input:focus[type=file] {
  outline: none;
  border: 0;
}

.wpcf7 input[type=file]::file-selector-button,
.wpcf7 select {
  border: 1px solid #D5E0EB;
  background-color: #ffffff;
  border-radius: 6px;
  line-height: 1.3;
  padding: 0.7rem 1rem;
  color: var(--cf7-input-text);
  min-height: 35px;
  font-size: var(--cf7-font-size);
  font-weight: var(--cf7-font-weight);
  font-family: var(--cf7-font);
}

.wpcf7 input[type=file]::file-selector-button {
  cursor: pointer;
  margin-right: 20px;
}

/* Custom Checkbox */
.wpcf7 input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid var(--cf7-accent);
  border-radius: 6px;
  margin: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
}

.wpcf7 input[type=checkbox]:before {
  content: "\f147";
  font-family: "dashicons";
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  width: 18px;
  height: 18px;
  color: white;
  text-align: center;
  border-radius: 6px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 20px 20px var(--cf7-accent);
}

.wpcf7 input[type=checkbox]:checked::before {
  transform: scale(1);
}

.wpcf7-checkbox label,
.wpcf7-acceptance label,
.wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Custom Radio */
.wpcf7 input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: var(--cf7-accent);
  width: 18px;
  height: 18px;
  border: 2px solid var(--cf7-accent);
  border-radius: 100%;
  display: grid;
  place-content: center;
  cursor: pointer;
}

.wpcf7 input[type=radio]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--cf7-accent);
}

.wpcf7 input[type=radio]:checked::before {
  transform: scale(1);
}

/* Other States */
.wpcf7 input:hover[type=color],
.wpcf7 input:hover[type=date],
.wpcf7 input:hover[type=datetime-local],
.wpcf7 input:hover[type=datetime],
.wpcf7 input:hover[type=email],
.wpcf7 input:hover[type=month],
.wpcf7 input:hover[type=number],
.wpcf7 input:hover[type=search],
.wpcf7 input:hover[type=tel],
.wpcf7 input:hover[type=text],
.wpcf7 input:hover[type=time],
.wpcf7 input:hover[type=url],
.wpcf7 input:hover[type=week],
.wpcf7 input:hover[type=file]::file-selector-button,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
  border: 1px solid #92ACC7;
  outline: none;
  background-color: #ffffff;
}

.wpcf7 input:focus[type=color],
.wpcf7 input:focus[type=date],
.wpcf7 input:focus[type=datetime-local],
.wpcf7 input:focus[type=datetime],
.wpcf7 input:focus[type=email],
.wpcf7 input:focus[type=month],
.wpcf7 input:focus[type=number],
.wpcf7 input:focus[type=search],
.wpcf7 input:focus[type=tel],
.wpcf7 input:focus[type=text],
.wpcf7 input:focus[type=time],
.wpcf7 input:focus[type=url],
.wpcf7 input:focus[type=week],
.wpcf7 input:focus[type=checkbox],
.wpcf7 textarea:focus,
.wpcf7 select:focus,
.wpcf7 a:focus {
  border: 1px solid #92ACC7;
  outline: none;
  background-color: #ffffff;
}

/* Invalid Fields */
.wpcf7-not-valid-tip {
  color: var(--cf7-warning) !important;
  font-size: var(--cf7-font-size) !important;
  font-weight: var(--cf7-font-weight) !important;
}
@media (min-width: 1921px) {
  .wpcf7-not-valid-tip {
    font-size: 22px !important;
  }
}
@media (max-width: 1023px) {
  .wpcf7-not-valid-tip {
    font-size: 16px !important;
  }
}

.wpcf7-not-valid:not(input[type=file]):not(span) {
  border-color: #FFBAB6 !important;
  background-color: #FFFAFA !important;
}

.wpcf7 input:disabled[type=submit],
.wpcf7 input:disabled[type=submit]:hover {
  color: #ffffff;
  background-color: var(--cf7-warning);
  border: 0;
  cursor: not-allowed;
}

/* Response Messages */
.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output { /* Default */
  max-width: 800px;
  margin: 24px auto !important;
  padding: 10px 20px !important;
  border: 0 !important;
  border-radius: 6px !important;
}

.wpcf7 form.sent .wpcf7-response-output { /* Success */
  background-color: var(--cf7-success-bg) !important;
  color: var(--cf7-success) !important;
  border: 0 !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { /* Failed */
  background-color: var(--cf7-warning-bg) !important;
  color: var(--cf7-warning) !important;
  border: 0 !important;
}
@media (min-width: 1921px) {
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    font-size: 26px;
    margin-top: 40px !important;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.headline {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  text-transform: uppercase;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.site-footer {
  flex-shrink: 0;
}

/* Override UGG site */
/* Helpers */
/**************************/
/* Typography */
/**************************/
#content-section h1 {
  /* font-family: "Oswald", sans-serif; */
  font-size: 24px;
  /* font-weight: 400; */
  text-transform: uppercase;
  color: black;
  padding: 0;
  margin: 0;
}
@media (min-width: 1921px) {
  #content-section h1 {
    font-size: 36px;
  }
}

#content-section h2 {
  /* font-family: "Oswald", sans-serif; */
  font-size: 70px;
  /* letter-spacing: 10px; */
  text-align: center;
  color: white;
  /* font-weight: 400; */
  /* text-transform: uppercase; */
  z-index: 10;
  opacity: 0.9;
}
@media (min-width: 1921px) {
  #content-section h2 {
    font-size: 90px;
  }
}

#content-section h3 {
  /* font-family: "Oswald", sans-serif; */
  font-size: 32px;
  line-height: 36px;
  /* font-weight: 400;
  letter-spacing: 8px; */
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1921px) {
  #content-section h3 {
    font-size: 40px;
    line-height: 48px;
  }
}

#content-section p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1921px) {
  #content-section p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 1023px) {
  #content-section p {
    font-size: 16px;
    line-height: 20px;
  }
}

.first-character {
  font-weight: 400;
  float: left;
  font-size: 84px;
  line-height: 64px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.atw {
  color: #A92342;
  font-weight: 900;
}

/* Section - Title */
/**************************/
#content-section .title {
  background: white;
  padding: 60px;
  margin: 0 auto;
  text-align: center;
}

#content-section .title h1 {
  font-size: 35px;
  letter-spacing: 8px;
}

#content-section h4 {
  font-weight: 700;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 1921px) {
  #content-section h4 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  #content-section h4 {
    font-size: 24px;
    line-height: 28px;
  }
}

/* Section - block */
/**************************/
#content-section .block {
  padding: 60px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  text-align: justify;
}
@media (min-width: 1921px) {
  #content-section .block {
    max-width: 1800px;
  }
}

#content-section .block-gray {
  background: #f2f2f2;
  padding: 60px;
}

#content-section .section-overlay-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
}

/* Section - Parallax */
/**************************/
#content-section .parallax {
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 1921px) {
  #content-section .parallax {
    padding-top: 350px;
    padding-bottom: 350px;
  }
}
#content-section .parallax h2,
#content-section .parallax h3,
#content-section .parallax h4,
#content-section .parallax p {
  color: #fff;
}

#content-section .parallax.parallax-image-hero {
  background-image: url(img/parallax/hero.jpg);
  padding-top: 160px;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  #content-section .parallax.parallax-image-hero {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}
#content-section .parallax.parallax-image-1 {
  background-image: url(img/parallax/parallax1.png);
}
#content-section .parallax.parallax-image-2 {
  background-image: url(img/parallax/parallax2.png);
}
#content-section .parallax.parallax-image-3 {
  background-image: url(img/parallax/parallax3.png);
}
#content-section .parallax.parallax-image-4 {
  background-image: url(img/parallax/parallax4.png);
}
#content-section .parallax.parallax-image-5 {
  background-image: url(img/parallax/parallax5.png);
}
#content-section .parallax.parallax-image-6 {
  background-image: url(img/parallax/parallax6.png);
}
#content-section .parallax.parallax-image-7 {
  background-image: url(img/parallax/parallax7.png);
}
#content-section .parallax.parallax-image-8 {
  background-image: url(img/parallax/parallax8.png);
}
#content-section .parallax.parallax-image-9 {
  background-image: url(img/parallax/parallax9.png);
}
#content-section .parallax.parallax-image-10 {
  background-image: url(img/parallax/parallax10.png);
}
#content-section .parallax.parallax-image-11 {
  background-image: url(img/parallax/parallax11.png);
}
#content-section .parallax.parallax-image-12 {
  background-image: url(img/parallax/parallax12.png);
}
#content-section .parallax.parallax-image-13 {
  background-image: url(img/parallax/parallax13.png);
}
#content-section .parallax.parallax-image-14 {
  background-image: url(img/parallax/parallax14.png);
}
#content-section .parallax .parallax-text {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 20px;
  text-align: center;
}
/* Extras */
/**************************/
#content-section .line-break {
  border-bottom: 2px solid #A92342;
  width: 150px;
  margin: 24px auto;
}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #content-section .block {
    padding: 40px;
    width: 620px;
  }
}
@media screen and (max-width: 767px) {
  #content-section .block {
    padding: 30px;
    width: 420px;
  }
  #content-section h2 {
    font-size: 30px;
  }
  #content-section .block {
    padding: 30px;
  }
  #content-section .parallax {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 479px) {
  #content-section .block {
    padding: 30px 15px;
    width: 290px;
  }
}
/* Page wrapper */
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.fill-out-space {
  flex: 1 1 auto;
}

/* Header styles */
body.error404 .site-header,
body.archive .site-header,
body.category .site-header,
body.search .site-header,
body.search-results .site-header {
  background-image: url(img/parallax/hero.jpg);
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.site-header {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 3;
  padding: 0 24px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
@media (min-width: 1921px) {
  .site-header {
    padding: 0 48px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translateY(0) !important;
  opacity: 1 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-image: url(img/parallax/hero.jpg);
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-branding .site-title a,
.site-branding .site-title {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

/* Navigation styles */
.main-navigation {
  position: relative;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
@media (min-width: 1921px) {
  .main-navigation ul {
    gap: 36px;
  }
}
.main-navigation ul li {
  padding: 8px 0;
  display: block;
}
.main-navigation ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}
@media (min-width: 1921px) {
  .main-navigation ul li a {
    font-size: 26px;
  }
}
.main-navigation ul li a:hover {
  color: #BC2649;
}

/* Mobile Navigation */
.menu-toggle {
  display: none;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 16px;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    background: linear-gradient(325deg, rgb(181, 49, 90) 0%, rgb(239, 10, 106) 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    border: 0;
    padding: 8px 10px 10px 10px;
    font-weight: bold;
    font-size: 24px;
  }
  .main-navigation ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #001620;
    width: 240px;
    padding: 16px;
    border-radius: 4px;
  }
  .main-navigation ul.open {
    display: flex;
  }
}
#content-section .content-wrapper.role-selector {
  max-width: 900px !important;
  padding: 0;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.role-selector {
    max-width: 1300px !important;
  }
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.role-selector {
    padding: 0 40px;
  }
}

.role-selector {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 24px;
}
@media (min-width: 1921px) {
  .role-selector {
    gap: 36px;
  }
}
@media (max-width: 1023px) {
  .role-selector {
    flex-direction: column;
  }
}
.role-selector .role-selector__inner {
  padding: 20px;
  margin: auto;
  background: #BC2649;
  color: #fff;
  border-radius: 8px;
  width: 33.3333333%;
  text-decoration: none;
}
.role-selector .role-selector__inner:hover {
  box-shadow: 2px 2px 12px 0px rgba(0, 22, 32, 0.2117647059);
}
@media (min-width: 1921px) {
  .role-selector .role-selector__inner {
    padding: 36px;
  }
}
@media (max-width: 1023px) {
  .role-selector .role-selector__inner {
    width: 100%;
  }
}
.role-selector .role-selector__inner h4 {
  margin: 8px 0;
}
.role-selector .role-selector__inner p {
  font-size: 16px;
  word-break: break-word;
  margin: 0;
}

#content-section .content-wrapper.home-steps {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 24px;
  padding: 200px 40px 100px;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.home-steps {
    gap: 36px;
  }
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.home-steps {
    flex-direction: column;
    padding: 44px 24px;
  }
}
#content-section .content-wrapper.home-steps .home-steps__inner {
  padding: 20px;
  color: #bc2649;
  width: 33.3333333%;
  text-decoration: none;
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.home-steps .home-steps__inner {
    width: 100%;
  }
}
#content-section .content-wrapper.home-steps .home-steps__inner h4 {
  margin: 8px 0;
}
#content-section .content-wrapper.home-steps .home-steps__inner p {
  font-size: 18px;
  word-break: break-word;
  margin: 0;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.home-steps .home-steps__inner p {
    font-size: 26px;
    line-height: 34px;
  }
}

#content-section .content-wrapper.superfan-benefits {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 60px 40px 100px;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.superfan-benefits {
    gap: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #content-section .content-wrapper.superfan-benefits {
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 24px 40px;
    gap: 16px;
  }
}
@media (max-width: 769px) {
  #content-section .content-wrapper.superfan-benefits {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 24px 40px;
    gap: 0;
  }
}
#content-section .content-wrapper.superfan-benefits .superfan-benefits__inner {
  padding: 20px;
  color: #bc2649;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.superfan-benefits .superfan-benefits__inner {
    width: 100%;
  }
}
#content-section .content-wrapper.superfan-benefits .superfan-benefits__inner img {
  max-width: 180px;
  margin-top: 24px;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.superfan-benefits .superfan-benefits__inner img {
    max-width: 250px;
    margin-top: 32px;
  }
}
#content-section .content-wrapper.superfan-benefits .superfan-benefits__inner h4 {
  margin: 8px 0;
}
#content-section .content-wrapper.superfan-benefits .superfan-benefits__inner p {
  font-size: 18px;
  word-break: break-word;
  margin: 0;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.superfan-benefits .superfan-benefits__inner p {
    font-size: 26px;
    line-height: 34px;
  }
}

#content-section .content-wrapper.public-steps {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 24px;
  padding: 60px 40px 100px;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.public-steps {
    gap: 36px;
  }
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.public-steps {
    flex-direction: column;
    padding: 0px 24px 40px;
  }
}
#content-section .content-wrapper.public-steps .public-steps__inner {
  display: grid;
  justify-items: center;
  align-items: stretch;
  justify-content: space-around;
  align-content: space-between;
  padding: 20px;
  color: #bc2649;
  width: 33.3333333%;
  text-decoration: none;
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.public-steps .public-steps__inner {
    width: 100%;
  }
}
#content-section .content-wrapper.public-steps .public-steps__inner img {
  max-width: 180px;
  margin-top: 24px;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.public-steps .public-steps__inner img {
    max-width: 250px;
    margin-top: 48px;
  }
}
#content-section .content-wrapper.public-steps .public-steps__inner h4 {
  margin: 8px 0;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.public-steps .public-steps__inner h4 {
    margin: 16px 0;
  }
}
#content-section .content-wrapper.public-steps .public-steps__inner p {
  font-size: 18px;
  word-break: break-word;
  margin: 0;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.public-steps .public-steps__inner p {
    font-size: 26px;
    line-height: 34px;
  }
}

#content-section .content-wrapper.posts-container,
.content-wrapper.posts-container {
  width: 100%;
  max-width: 1360px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 auto 100px;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.posts-container,
  .content-wrapper.posts-container {
    grid-template-columns: 1fr;
    margin: 0 auto;
    padding: 0 24px 60px 24px;
  }
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.posts-container,
  .content-wrapper.posts-container {
    max-width: 1800px;
    gap: 36px;
  }
}
#content-section .content-wrapper.posts-container .post-link,
.content-wrapper.posts-container .post-link {
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
  background: #EFF0F7;
  color: inherit;
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.posts-container .post-link,
  .content-wrapper.posts-container .post-link {
    max-width: 100%;
    margin: 20px auto;
  }
}
#content-section .content-wrapper.posts-container .post-link:hover,
.content-wrapper.posts-container .post-link:hover {
  background-color: #efefef;
  border-color: #ccc;
}
#content-section .content-wrapper.posts-container .post-link .post-link_button,
.content-wrapper.posts-container .post-link .post-link_button {
  display: inline-block;
  background: linear-gradient(325deg, rgb(181, 49, 90) 0%, rgb(239, 10, 106) 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-family: "Work Sans";
  text-transform: uppercase;
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 20px;
  width: auto;
  padding: 10px 24px;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.posts-container .post-link .post-link_button,
  .content-wrapper.posts-container .post-link .post-link_button {
    font-size: 26px;
    line-height: 34px;
    padding: 16px 32px;
  }
}
#content-section .content-wrapper.posts-container .post-item,
.content-wrapper.posts-container .post-item {
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
}
#content-section .content-wrapper.posts-container .post-item .post-thumbnail,
.content-wrapper.posts-container .post-item .post-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#content-section .content-wrapper.posts-container .post-item img.wp-post-image,
.content-wrapper.posts-container .post-item img.wp-post-image {
  width: 100%;
}
#content-section .content-wrapper.posts-container .post-item h2,
.content-wrapper.posts-container .post-item h2 {
  font-size: 20px !important;
  line-height: 24px;
  color: #BC2649;
  text-decoration: none;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.posts-container .post-item h2,
  .content-wrapper.posts-container .post-item h2 {
    font-size: 26px !important;
    line-height: 34px;
  }
}
#content-section .content-wrapper.posts-container .post-item a,
.content-wrapper.posts-container .post-item a {
  text-decoration: none;
}
#content-section .content-wrapper.posts-container .post-item .post-excerpt,
.content-wrapper.posts-container .post-item .post-excerpt {
  font-size: 1em;
  color: #666;
  margin-bottom: 10px;
}
#content-section .content-wrapper.posts-container .post-item .read-more,
.content-wrapper.posts-container .post-item .read-more {
  font-size: 1em;
  color: #0073aa;
  text-decoration: none;
}
#content-section .content-wrapper.posts-container .post-item .read-more:hover,
.content-wrapper.posts-container .post-item .read-more:hover {
  color: #005177;
}
#content-section .content-wrapper.posts-container .post-item *,
.content-wrapper.posts-container .post-item * {
  text-decoration: none;
}

.owl-carousel {
  padding: 16px 16px 32px 16px;
}
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  display: none !important;
}
@media (max-width: 1024px) {
  .owl-carousel {
    background-color: #EFF0F7;
    padding-bottom: 16px;
  }
}
.owl-carousel .carousel-container {
  padding: 0 !important;
}
.owl-carousel .banner-container {
  padding-bottom: 0 !important;
}
.owl-carousel .owl-item img.quotes {
  width: 64px;
  margin: 0 auto;
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 2200px) {
  .owl-carousel .owl-item img.quotes {
    width: 80px;
  }
}

.welcome-slide .welcome-slide--inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  background: #fff;
}
@media (max-width: 767px) {
  .welcome-slide .welcome-slide--inner {
    flex-direction: column;
    background: #EFF0F7;
  }
}
@media (max-width: 1023px) {
  .welcome-slide .welcome-slide--inner {
    flex-direction: column;
    background: #EFF0F7;
  }
}
.welcome-slide .welcome-slide--inner .quote .quote__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 24px;
}
.welcome-slide .welcome-slide--inner .quote .quote-text {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  color: #001620;
}
@media (min-width: 2200px) {
  .welcome-slide .welcome-slide--inner .quote .quote-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1023px) {
  .welcome-slide .welcome-slide--inner .quote .quote-text {
    font-size: 16px;
    line-height: 22px;
    padding: 16px 0 0 0;
    text-align: center;
  }
}
.welcome-slide .welcome-slide--inner .quote .quote-name {
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 8px 0;
  color: #001620;
  font-weight: bold !important;
  margin-top: 16px;
}
@media (min-width: 2200px) {
  .welcome-slide .welcome-slide--inner .quote .quote-name {
    font-size: 26px;
    line-height: 30px;
    padding-top: 12px;
  }
}
@media (max-width: 1023px) {
  .welcome-slide .welcome-slide--inner .quote .quote-name {
    font-size: 17px;
    line-height: 22px;
    padding: 8px 0 0 0;
    text-align: center;
  }
}
.welcome-slide .welcome-slide-image {
  width: 100%;
  max-width: 200px;
  max-height: 176px;
  padding-left: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .welcome-slide .welcome-slide-image {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 300px;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .welcome-slide .welcome-slide-image {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 300px;
    padding: 0;
    margin: auto;
  }
}

.website-logo {
  width: 32px;
  margin: 24px 0;
}
@media (min-width: 1921px) {
  .website-logo {
    width: 46px;
  }
}

.home-logo-wrapper {
  width: 300px;
  margin: 0 auto 0px;
  display: block;
  position: relative;
}
@media (min-width: 1921px) {
  .home-logo-wrapper {
    width: 420px;
  }
}
@media (max-width: 1023px) {
  .home-logo-wrapper {
    width: 240px;
  }
}

#content-section .content-wrapper {
  padding: 40px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper {
    max-width: 1800px;
  }
}
@media (max-width: 1023px) {
  #content-section .content-wrapper {
    padding: 24px;
  }
}
#content-section .content-wrapper.home-hero-wrapper {
  max-width: 800px;
  text-align: center;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.home-hero-wrapper {
    max-width: 1200px;
  }
}
#content-section .content-wrapper.home-hero-wrapper h3 {
  font-size: 50px;
  line-height: 56px;
  margin: 10px 0 40px;
  word-wrap: break-word;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.home-hero-wrapper h3 {
    margin: 40px 0 70px;
    font-size: 80px;
    line-height: 96px;
  }
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.home-hero-wrapper h3 {
    margin: 0 0 30px;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.home-hero-wrapper h4 {
    margin: 60px 0 50px;
  }
}
#content-section .content-wrapper.carousel {
  background-color: #EFF0F7;
  margin: 50px auto;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.carousel {
    margin: 50px auto 100px;
  }
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.carousel {
    margin: 24px auto 0;
  }
}
#content-section .content-wrapper.our-apps {
  display: flex;
  gap: 40px;
  padding: 40px 40px 160px 40px;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.our-apps {
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.our-apps {
    display: block;
    padding: 24px;
  }
}
#content-section .content-wrapper.our-apps h3 {
  color: #BC2649;
}
#content-section .content-wrapper.our-apps .subscriber-apps {
  margin-bottom: 40px;
  padding: 40px;
  text-align: center;
  width: 50%;
  background-color: #EFF0F7;
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.our-apps .subscriber-apps {
    width: 100%;
    padding: 24px;
  }
}
#content-section .content-wrapper.our-apps .subscriber-apps p {
  color: #001620;
}
#content-section .content-wrapper.our-apps .subscriber-apps p {
  max-width: 660px;
  padding: 0 16px 16px;
  margin: auto;
}
#content-section .content-wrapper.our-apps .subscriber-apps p a {
  color: #001620;
  font-weight: bold;
}
#content-section .content-wrapper.our-apps .subscriber-apps .app-badge {
  width: 140px;
  margin: 24px;
  display: inline-block;
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.our-apps .subscriber-apps .app-badge {
    margin: 8px 8px 16px;
  }
}
#content-section .content-wrapper.our-apps .subscriber-apps .app-badge.button {
  background: linear-gradient(325deg, rgb(181, 49, 90) 0%, rgb(239, 10, 106) 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-family: "Work Sans";
  text-transform: uppercase;
  margin: 24px 0 24px;
  font-size: 18px;
  line-height: 20px;
  width: auto;
  padding: 20px 24px;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.our-apps .subscriber-apps .app-badge.button {
    font-size: 26px;
    line-height: 34px;
  }
}
#content-section .content-wrapper.our-apps .subscriber-apps .app-badge img {
  width: 100%;
}
#content-section .content-wrapper.creator-content, #content-section .content-wrapper.superfan-content {
  padding: 40px 40px 160px 40px;
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.creator-content, #content-section .content-wrapper.superfan-content {
    display: block;
    padding: 24px;
  }
}
#content-section .content-wrapper.creator-content h3, #content-section .content-wrapper.superfan-content h3 {
  color: #BC2649;
}
#content-section .content-wrapper.creator-content .phone-mockup, #content-section .content-wrapper.superfan-content .phone-mockup {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.creator-content .phone-mockup, #content-section .content-wrapper.superfan-content .phone-mockup {
    max-width: 1400px;
    margin-top: 60px;
  }
}
#content-section .content-wrapper.creator-content .superfan-app-badges, #content-section .content-wrapper.superfan-content .superfan-app-badges {
  font-size: 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.creator-content .superfan-app-badges, #content-section .content-wrapper.superfan-content .superfan-app-badges {
    gap: 36px;
  }
}
@media (max-width: 767px) {
  #content-section .content-wrapper.creator-content .superfan-app-badges, #content-section .content-wrapper.superfan-content .superfan-app-badges {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
#content-section .content-wrapper.creator-content .superfan-app-badges .app-badge, #content-section .content-wrapper.superfan-content .superfan-app-badges .app-badge {
  max-width: 160px;
}
@media (min-width: 1921px) {
  #content-section .content-wrapper.creator-content .superfan-app-badges .app-badge, #content-section .content-wrapper.superfan-content .superfan-app-badges .app-badge {
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  #content-section .content-wrapper.creator-content .superfan-app-badges .app-badge, #content-section .content-wrapper.superfan-content .superfan-app-badges .app-badge {
    max-width: 100%;
  }
}
#content-section .content-wrapper.text-section {
  margin: 100px auto;
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.text-section {
    margin: 40px auto;
  }
}
#content-section .content-wrapper.post-detail .wp-post-image {
  width: 100%;
}

.hover-effect {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.hover-effect:hover {
  -webkit-transform: scale(1.03) rotate(-1deg);
  -ms-transform: scale(1.03) rotate(-1deg);
  -moz-transform: scale(1.03) rotate(-1deg);
  transform: scale(1.03) rotate(-1deg);
}

.footer-button {
  margin-bottom: 16px;
}

.site-footer {
  padding: 40px 24px;
  width: 100%;
  background-image: url(img/parallax/hero.jpg);
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  font-family: "Poppins", serif;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 1921px) {
  .site-footer {
    font-size: 24px;
    line-height: 34px;
    padding: 60px 48px;
  }
}
@media (max-width: 1023px) {
  .site-footer {
    font-size: 14px;
    line-height: 18px;
  }
}
.site-footer a {
  color: #EFF0F7;
  font-weight: bold;
}
.site-footer a img {
  width: 32px;
  margin-right: 8px;
}
.site-footer a.footer-image-link {
  text-decoration: none;
  font-size: 0;
  display: inline-block;
}
.site-footer ul,
.site-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1921px) {
  .site-footer li {
    padding: 4px 0;
  }
}
.site-footer .site-footer-inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .site-footer .site-footer-inner {
    max-width: 1800px;
  }
}
.site-footer .site-footer-inner-content .social-links {
  margin-top: 36px;
}
.site-footer .footer-logo {
  width: 32px;
  margin-bottom: 20px;
}
@media (min-width: 1921px) {
  .site-footer .footer-logo {
    width: 48px;
  }
}
.site-footer .footer-links-copyright {
  display: flex;
  margin-top: 20px;
}
.site-footer .footer-links-copyright p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-links-copyright p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-links-copyright {
    flex-direction: column;
  }
}
.site-footer #footer-menu {
  display: flex;
  gap: 20px;
}
@media (min-width: 1921px) {
  .site-footer #footer-menu {
    gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer #footer-menu {
    flex-direction: column;
    gap: unset;
  }
}
.site-footer .fill-out-space {
  flex: 1 1 auto;
}

#content-section .marquee-text {
  display: block;
  overflow: hidden;
  font-size: 32px;
  line-height: 36px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #001620;
}
@media (min-width: 1921px) {
  #content-section .marquee-text {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 1023px) {
  #content-section .marquee-text {
    font-size: 24px;
    line-height: 28px;
  }
}
#content-section .marquee-text h3 {
  color: #BC2649;
  display: inline-block;
}
@media (min-width: 1921px) {
  #content-section .marquee-text h3 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 1023px) {
  #content-section .marquee-text h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

#content-section .section-headline,
.section-headline {
  color: #A92342;
  margin: auto;
  display: block;
  text-align: center;
  padding: 20px 0;
}
#content-section .section-headline,
.section-headline {
  font-size: 50px;
  line-height: 56px;
}
@media (min-width: 1921px) {
  #content-section .section-headline,
  .section-headline {
    font-size: 80px;
    line-height: 96px;
  }
}
@media (max-width: 1023px) {
  #content-section .section-headline,
  .section-headline {
    font-size: 32px;
    line-height: 40px;
  }
}
#content-section .section-headline.posts-headline,
.section-headline.posts-headline {
  margin: 80px 0 40px;
}
@media (max-width: 1023px) {
  #content-section .section-headline.posts-headline,
  .section-headline.posts-headline {
    margin: 24px 0 0;
  }
}
#content-section .section-headline.apps-headline, #content-section .section-headline.testimonials-headline,
.section-headline.apps-headline,
.section-headline.testimonials-headline {
  margin: 80px 0 0;
}
@media (max-width: 1023px) {
  #content-section .section-headline.apps-headline, #content-section .section-headline.testimonials-headline,
  .section-headline.apps-headline,
  .section-headline.testimonials-headline {
    margin: 24px 0 0;
  }
}
#content-section .section-headline.public-steps-headline,
.section-headline.public-steps-headline {
  margin: 80px 0 0;
}
@media (max-width: 1023px) {
  #content-section .section-headline.public-steps-headline,
  .section-headline.public-steps-headline {
    margin: 24px 0 0;
  }
}

section.error-404 {
  text-align: center;
  margin: auto;
  padding: 220px 40px;
}
section.error-404 h1 {
  color: #BC2649;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
}
@media (min-width: 1921px) {
  section.error-404 h1 {
    font-size: 80px;
    line-height: 96px;
  }
}
@media (max-width: 1023px) {
  section.error-404 h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

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 black;
  border-radius: 4px;
  padding: 7px 16px;
  outline: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.search-submit {
  padding: 12px 20px;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.25);
  background-color: #BC2649;
  border: 0;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  outline: 0;
}
@media (min-width: 1921px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .search-submit {
    font-size: 24px;
    padding: 16px 24px;
  }
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.search-submit:hover {
  background-color: #A92342;
}

.search-form {
  margin-top: 40px;
}

.page-template-static .content-wrapper ol,
.page-template-static .content-wrapper ul {
  list-style-position: inside;
  max-width: 800px;
  font-size: 18px;
  text-align: left;
  margin: 24px auto;
  padding: 0;
}
@media (min-width: 1921px) {
  .page-template-static .content-wrapper ol,
  .page-template-static .content-wrapper ul {
    max-width: 1200px;
    font-size: 26px;
    line-height: 34px;
  }
}
.page-template-static .content-wrapper p {
  max-width: 800px;
  text-align: left;
  margin: 24px auto;
}
@media (min-width: 1921px) {
  .page-template-static .content-wrapper p {
    max-width: 1200px;
  }
}
.page-template-static .content-wrapper table {
  max-width: 800px;
  margin: auto;
}
@media (min-width: 1921px) {
  .page-template-static .content-wrapper table {
    max-width: 1200px;
  }
}

.single-post #content-section p {
  max-width: 800px;
  text-align: left;
  margin: 24px auto;
}
@media (min-width: 1921px) {
  .single-post #content-section p {
    max-width: 1200px;
  }
}
.single-post #content-section blockquote p {
  background: #BC2649;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  font-style: italic;
}

.page-template-invite .content-wrapper p {
  max-width: 800px;
  text-align: left;
  margin: 24px auto;
}
@media (min-width: 1921px) {
  .page-template-invite .content-wrapper p {
    max-width: 1200px;
  }
}

#content-section .pricing-section .content-wrapper {
  padding: 16px 40px 160px 40px;
}
@media (max-width: 1023px) {
  #content-section .pricing-section .content-wrapper {
    padding: 16px 24px 56px 24px;
  }
}

.toggle {
  font-family: "Poppins", serif;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1921px) {
  .toggle {
    font-size: 26px;
    margin-bottom: 68px;
  }
}

.toggle-btn {
  margin: 0 1rem;
}
@media (min-width: 1921px) {
  .toggle-btn {
    margin: 0 1.8rem;
  }
}

.checkbox {
  display: none;
}

.sub {
  background: linear-gradient(135deg, #BC2649 0%, #A92342 100%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 1.6rem;
  width: 3.3rem;
  border-radius: 1.6rem;
  padding: 0.2rem;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .sub {
    height: 2.4rem;
    width: 4.6rem;
  }
}

.circle {
  background-color: #fff;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
}
@media (min-width: 1921px) {
  .circle {
    height: 1.8rem;
    width: 1.8rem;
  }
}

.checkbox:checked + .sub {
  justify-content: flex-end;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.cards .card.active {
  background: #001620;
  color: #fff;
  transform: scale(1.1);
  z-index: 1;
}
.cards .card.active ul li.pack {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .cards .card.active {
    width: 100%;
    transform: scale(1);
    margin: 24px 0;
  }
}

.card {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #001620;
  border-radius: 0.8rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .card {
    width: 100%;
  }
}
.card ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.card ul li {
  font-size: 12px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2px 0;
}
@media (min-width: 1921px) {
  .card ul li {
    font-size: 16px;
    padding: 4px 0;
  }
}
.card ul li.pack {
  font-size: 16px;
  font-weight: 600;
  color: #A92342;
}
@media (min-width: 1921px) {
  .card ul li.pack {
    font-size: 24px;
    margin-top: 8px;
  }
}
.card ul li.price {
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-top: -16px;
}
@media (min-width: 1921px) {
  .card ul li.price {
    font-size: 4rem;
    margin-top: -24px;
  }
}
.card b {
  margin-right: 4px;
}
.card .card-button {
  margin-bottom: 8px;
}
@media (min-width: 1921px) {
  .card .card-button {
    margin-bottom: 16px;
  }
}
.card.active .price {
  color: #fff;
}

.shadow {
  box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

#content-section .content-wrapper.contact-text {
  padding: 20px 0 80px;
}
@media (max-width: 1023px) {
  #content-section .content-wrapper.contact-text {
    padding: 0 24px 32px;
  }
}
#content-section .content-wrapper.contact-text .site-info__contact a {
  color: #BC2649;
}
#content-section .content-wrapper.contact-text .site-info__contact a:hover {
  color: #A92342;
}
#content-section .content-wrapper.contact-text .site-info__contact .social-links {
  margin-bottom: 80px;
}
#content-section .content-wrapper.contact-text .site-info__contact .social-links p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#content-section .content-wrapper.contact-text .site-info__contact .social-links a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
#content-section .content-wrapper.contact-text .site-info__contact .social-links a img {
  width: 32px;
  margin: 0 2px;
}

.page-template-blog #content-section .content-wrapper.posts-container {
  margin: 60px auto 0;
}
@media (min-width: 1921px) {
  .page-template-blog #content-section .content-wrapper.posts-container {
    margin: 80px auto 0;
  }
}
@media (max-width: 1023px) {
  .page-template-blog #content-section .content-wrapper.posts-container {
    margin: 24px auto 0;
  }
}
.page-template-blog #content-section .content-wrapper.pagination {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 60px;
}
@media (min-width: 1921px) {
  .page-template-blog #content-section .content-wrapper.pagination {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .page-template-blog #content-section .content-wrapper.pagination {
    margin-bottom: 40px;
  }
}
.page-template-blog #content-section .content-wrapper.pagination .page-numbers {
  color: #BC2649;
}
.page-template-blog #content-section .content-wrapper.pagination .current {
  color: #001620;
}
.page-template-blog #content-section .content-wrapper.pagination a {
  padding: 4px 6px;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
