/*!
Theme Name: TymeBank Theme
Theme URI: http://underscores.me/
Author: Bandile Web Development (PTY) Ltd
Author URI: http://bandileweb.co.za
Description: Custom WordPress theme for TymeBank South Africa
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: tyme
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.

TymeBank Theme 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%;
}

/* 
* Include New TymeBank Font
*/

@font-face {
	font-family: 'DMSans Bold';
	src: url("./fonts/DMSans-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}
  
@font-face {
	font-family: 'DMSans Medium';
	src: url("./fonts/DMSans-Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DMSans Regular';
	src: url("./fonts/DMSans-Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DMSans Italic';
	src: url("./fonts/DMSans-Italic.ttf");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Larken Regular';
	src: url("./fonts/Larken-Regular.woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Larken Bold';
	src: url("./fonts/Larken-Bold.woff2");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Tyme Icon';
	src: url("./fonts/tyme-icon.woff2");
	font-weight: normal;
	font-style: italic;
}

.icon {
    font-family: 'Tyme Icon !important;
}

.icon {
    display: inline-block;
    font: normal normal normal 1em/1 tyme-icon;
    color: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	scroll-behavior: smooth;
}

:root {
	--animate-duration: 800ms;
	--animate-delay: 0.9s;
}

/**
 * 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,
h2,
h3,
h4,
h5,
h6 {
	font-size: 2em;
	margin: 0.67em 0;
	font-family: 'Larken Bold';
}

/* 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, small {
    font-size: .7em !important;
}

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

body ul, 
body ol {
    margin-left: 1rem;
    padding-left: 1rem;
}

/* 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: 'DMSans Regular', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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: #2d2d3a;
	background-color: #2d2d3a !important;
	font-family: 'DMSans Regular', sans-serif !important;
}

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;
	font-size: 13px;
}

body p {
	font-size: 13px;
}

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: initial;
}

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;
	width: 100%;
}

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

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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;
}

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

/* Header Styles
------------------------*/
header#masthead {
    padding-top: 20px;
	position: fixed;
    width: 100%;
	z-index: 999;
	height: 7vh;
	background: linear-gradient(180deg, #191925 0.9%, rgba(25, 25, 37, 0.682496) 35%, rgba(25, 25, 37, 0.174749) 80.55%, rgba(25, 25, 37, 0) 90.84%, rgba(25, 25, 37, 0) 99.37%);
}

#banking-login-menu {
	text-align: right;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

#banking-login-menu li {
	display: inline-block;
}

#banking-login-menu li a {
	text-decoration: none;
	line-height: 15px;
	margin-right: 5px;
}

#banking-login-menu li.login-button a {
	padding: 10px 20px;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	border-radius: 100px;
	transition: 0.5s ease;
}

#banking-login-menu li.open-account a {
	margin-right: 0;
}

#banking-login-menu li.open-account a {
	padding: 10px 20px;
	border: 1px solid #FFDD00;
	color: #000;
	background-color: #FFDD00;
	display: block;
	border-radius: 100px;
	transition: 0.5s ease;
}

#banking-login-menu li.login-button a:hover {
	background-color: #2D2D3A;
}

#banking-login-menu li.open-account a:hover {
	background-color: #2D2D3A;
	border-color: #2D2D3A;
	color: #FFDD00;
}

#site-navigation {
	text-align: center;
}

#site-navigation li {
	display: inline-block;
}

ul#primary-menu {
    width: 100%;
    display: block;
}

#primary-menu li a {
    color: #fff;
    padding: 10px 10px;
}

ul#primary-menu .current-menu-item a,
#primary-menu li a:hover {
	color: #FFDD00;
}

.standard-banner {
    position: relative;
}

.home .site-branding img.custom-logo {
	opacity: 0;
	display: none;
	transition: opacity 1.6s ease;
}

.home-banner img {
	width: 100%;
}

.banner-content {
    position: relative; 
	overflow: visible;
    padding-top: 20%;
	padding-bottom: 15%;
    width: 100%;
	z-index: 9;
}

.home .banner-content {
	top: 20%;
}

.home-banner {
    position: relative;
}

.slide {
    background-size: cover !important;
}

.standard-banner:after,
.home-banner:after {
	content:"";
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 184px;
	background: url(imgs/banner-gradient.png);
}

.banner-background {
	width: 100%;
}

.banner-content h1 {
	width: 80%;
    color: #fff;
    font-size: 4em;
	text-align: center;
    margin: 0 auto;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}

.home .banner-content h1 {
	width: 50%;
	color: #ffffff;
    font-size: 4em;
	text-align: left;
	margin: 0;
	margin-bottom: 40px;
	text-shadow: none;
}

.home .banner-logo.sticky .custom-logo {
	width: 180px;
	margin-top: 20px;
	z-index: 9999;
}

.home .banner-logo .custom-logo {
	transition: all 1s ease;
	width: 290px;
}

.home .banner-logo.sticky {
	top: 0;
	position: fixed;
	z-index: 9999;
}

.admin-bar .banner-logo.sticky {
	top: 32px;
}

.home .banner-logo {
	margin-bottom: 30px;
}

.site-branding img.custom-logo {
    max-width: 180px;
}

.banner-content h1 {
	margin-bottom: 40px;
}

ul.app-store-links {
    display: inline-block;
}

.action-buttons {
	text-align: center;
}

.action-button {
	background: #FFDD00;
	color: #191925;
	padding: 15px 25px;
	display: inline-block;
	border-radius: 100px;
	text-decoration: none;
	transition: 0.5s ease;
	vertical-align: middle;
	margin-right: 20px;
	transition: 0.5s ease;
	margin-bottom: 10px;
}

.action-button:hover {
	background-color: #2D2D3A;
    border-color: #2D2D3A;
    color: #FFDD00;
}

/* Footer Style
---------------------*/
.site-footer {
	background: #2D2D3A;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	margin-top: -40px;
    position: relative;
}

.footer-extras {
	margin-bottom: 40px;
	border-bottom: 2px solid #95959D;
}

.footer-extras .row {
	margin-bottom: 40px;
}

.widget-title {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	font-family: 'DMSans Regular';
}

.site-info p {
	color: #95959D;
	font-size: 12px;
}

#legal-footer-menu a {
	color: #95959D;
	text-decoration: none;
	font-size: 12px;
}

#legal-footer-menu {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#legal-footer-menu li {
    display: inline-block;
    padding-right: 10px;
}

#general-footer-menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#general-footer-menu li a {
	color: #ffffff !important;
	text-decoration: none;
	font-size: 13px;
}

.footer-logo {
	width: 150px;
	margin-top: 22%;
}

.app-store-links {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.app-store-links li {
	display: inline-block;
	margin-right: 10px;
}

.app-store-links img {
	width: 100px;
	background: #000;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 5px;
}

.accordion-button:focus {
	box-shadow: none !important;
	border: none !important;
}

.accordion .accordion-item {
    margin-bottom: 10px;
    border-radius: 20px !important;
    overflow: auto !important;
}

.accordion .accordion-button {
	border-radius: 10px;
	background: #eaf5f8;
	background-color: #eaf5f8 !important;
}

div.accordion {
    background: transparent !important;
    background-color: transparent !important;
    margin-bottom: 30px;
}

.col-md-5 {
	text-align: center;
}

.footer-app-icons {
	position: relative;
}

.footer-phone {
    width: 85%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    /* margin-top: 20%; */
}

.mobile-phone {
	position: relative;
	padding: 0 !important;
}

.social-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-links li {
	display: inline-block;
	margin-right: 10px;
}

.social-links li img {
	width: 35px;
}

.app-message h4,
.app-message p {
	color: #fff;
}

.app-message p  {
	font-size: 13px;
}

.app-message {
    margin-top: 20%;
}

/*
* Content Sections
*/

.home-sections img {
	width: 40%;
	margin-bottom: 30px;
}

.card-promos {
    padding-top: 0;
    margin-top: -110px;
}

.card-promos .row>* {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
    margin-top: var(--bs-gutter-y);
}

.card.promo {
	background: #2D2D3A;
	padding: 15px !important;
	box-shadow: 10px 10px 0px 0px #FFDD00;
	border-radius: 20px;
	transition: 0.25s ease;
	z-index: 1;
	cursor: pointer;
}

.card.promo:hover {
	transform: translate(-10px, -10px);
	filter: drop-shadow(0.5rem 0.5rem 0 rgba(252, 222, 5, 0.8));
}

.card.promo h5 {
	color: #ffffff;
	font-size: 1.5rem;
}

.card.promo img {
	border-radius: 15px;
}

.list-items-image .intro-heading {
	margin-top: 20px;
}

.list-items-image.left-image .list-content {
    margin-left: -80px;
    padding-left: 100px;
}

.column-left-image .intro-heading {
    margin-top: 80px;
    text-align: left;
}

img.icon {
    width: 50px;
        height: 56px;
}

.list-content {
    padding: 20px 40px;
    background: #eaf5f8;
    height: 90%;
    margin-top: 5%;
    margin-right: -10%;
	border-radius: 5%;
	padding-right: 60px;
}

.list-content .fancy-link {
	font-size: 18px;
    color: #212529;
    margin-left: 8% !important;
    display: inline-block;
    width: auto;
	position: relative;
	margin-top: -20px;

}

.sub-nav {
	list-style: none;
	margin: 0;
	padding: 60px 0;
	width: 100%;
	background: #2d2d3a;
}

.sub-nav li {
	display: inline-block;
	padding: 10px 0;
	margin-right: 10px;
}

.sub-nav-item {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 100px;
	background: #191925;
	color: #ffffff !important;
	text-decoration: none;
	transition: 0.5s ease;
}

.sub-nav-item:hover {
	background: #FFDD00;
	color: #212529 !important;
}

.list-content .fancy-link:after {
    content: url(imgs/tymearrow-dark.png);
	display: block;
    position: absolute;
    right: -20%;
    top: 14px;
    transition: 0.5s ease-in;
}

.list-content .fancy-link:hover {
	color: #212529;
}

.yellow-drop {
    filter: drop-shadow(-1rem 1rem 0 rgba(252, 222, 5, 0.8))
	drop-shadow(-1rem 1rem 0 rgba(252, 222, 5, 0.8));
	transition: filter 600ms ease-in;
}

.purple-drop {
    filter: drop-shadow(-1rem 1rem 0 rgba(61, 47, 145, 0.8))
	drop-shadow(-1rem 1rem 0 rgba(61, 47, 145, 0.8));
	transition: filter 600ms ease-in;
}

.list-content ul {
	list-style: none;
	margin-left: none;
	padding-left: 0;
	margin-top: 20px;
}

.page-id-228 #why.pop-ups-row .call-action-section {
	margin-top: -60px;
	margin-bottom: 40px;
}

.page-id-228 #benefits h3.intro-heading {
	margin-top: 0;
}

.list-content ul li {
	margin-bottom: 15px;
}

.list-content ul li:before {
    width: 24px;
    height: 24px;
    content: "\EA9F";
    font-family: "Tyme Icon";
    position: relative;
    top: 2px;
    margin: 0 20px 0 -44px;
    border-radius: 50%;
	border: 2px solid #3d2f91;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    color: #3d2f91;
}

#mega-menu-wrap-main-menu {
	margin-top: 5px;
}

.mega-current-menu-item a {
	color: #FFDD00 !important;
}

#mega-menu-wrap-main-menu .mega-menu-link {
	display: inline-block !important;
	position: relative !important;
}

.mega-popular-item .mega-menu-link:after {
    display: inline-block !important;
    position: absolute !important;
    content: "POPULAR" !important;
    right: -55px !important;
    padding: 5px !important;
    font-size: 8px !important;
    background: #3d2f91 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    top: 0px;
}

.mega-new-item .mega-menu-link:after {
    display: inline-block !important;
    position: absolute !important;
    content: "NEW" !important;
    right: -35px !important;
    padding: 5px !important;
    font-size: 8px !important;
    background: #ffdd00!important;
    color: #ffffff !important;
    border-radius: 5px !important;
    top: 0px;
}

.list-items-image img {
	border-radius: 10%;
	position: relative;
}

.light-text {
	color: #ffffff;
}

header.entry-header {
	display: none;
}

section {
    padding-top: 80px;
    padding-bottom: 100px;
	background-size: cover !important;
    background-repeat: no-repeat !important;
}

.section-title {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 50px;
}

section.white-gradient {
	padding-top: 25%;
}

section.white-gradient:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 80%;
	background: linear-gradient(0deg, #ffffff 0.9%, rgba(255, 255, 255, 0.682496) 35%, rgba(255, 255, 255, 0.174749) 66.55%, rgba(255, 255, 255, 0) 80.84%, rgba(255, 255, 255, 0) 95.37%);
	width: 100%;
	z-index: 1;
}

/* .container {
    position: relative;
} */

section {
    position: relative;
}

.section-title img {
	width: 150px;
}

.card-3column-simple,
.card-2column-simple {
	text-align: center;
}

.card-2column-simple .col-md-5,
.card-3column-simple .col-md-4 {
	margin: 0 auto;
}

.center-image {
	text-align: center;
	margin: 0 auto;
	position: relative;
	width: 80%;
}

.page-id-602 .column-left-image img {
	filter: none !important;
}

.content {
	text-align: center !important;
	position: relative;
	z-index: 2;
}

.extra-content {
	margin-top: 40px;
}

.content .call-action-section {
	margin-top: 30px;
	margin-bottom: 20px;
}

.main-contact {
	background: #2d2d3a;
	padding: 20px 30px;
	width: 90%;
	margin: 0 auto;
	border-radius: 20px;
	margin-top: 60px;
}

.main-contact span {
	display: block;
	color: #ffffff;
}

.main-number {
	color: #ffdd00 !important;
	font-size: 2rem;
	margin-top: 5px;
}

.contact-us .intro-heading{
	text-align: center;
}

.card-2column-simple .card,
.card-3column-simple .card,
.card-4column-simple .card {
	padding: 30px 20px;
	border-radius: 20px;
	text-align: center;
}

#primary .card-4column-simple:nth-child(2) { 
	padding-top: 10px !important;
}

.card-title {
	font-size: 1.2rem;
}

.col-md-4,
.col-md-5,
.col-md-3 {
    margin-bottom: 10px !important;
}

.card {
    height: 100% !important;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.card-number {
    display: inline-block;
    position: relative;
    background: #ffdd00;
    padding: 25px 35px;
    border-radius: 100%;
    color: #3d2f91;
    width: auto;
    text-align: center;
	margin: 0 auto;
}

.center-image img {
	margin-top: 10%;
}

.content-3column-section {
	text-align: center;
}

.content-3column-section h6 {
	font-size: 22px;
	margin: 20px;
}

.pop-message {
	background: #E8F3F5;
	border-radius: 20px;
	text-align: left;
	padding: 20px;
	max-width: 35%;
	display: block;
}

.app-call-action {
	text-align: center;
	padding-top: 80px;
}

.app-call-action h3 {
	margin-bottom: 30px;
}

.app-call-action p {
	margin-bottom: 40px;
}

.column-button {
	color: #ffffff !important;
	padding: 10px 35px;
	text-decoration: none;
	background: #2D2D3A;
	border-radius: 20px;
}

.column-button.bright-button {
	background: #FFDD00;
	color: #212529 !important;
}

.column-button.bright-button:hover {
	color: #ffffff;
}

.column-button:hover {
	color: #FFDD00;
}

.pop-ups-row .call-action-section {
	text-align: center;
	display: block;
	margin-top: 60px;
}

@media (max-width: 991px) {
	.center-image p.pop-message:nth-child(2) {
		position: absolute;
		left: -22% !important;
		top: 8% !important;
	}
	.center-image p.pop-message:nth-child(3) {
		position: absolute;
		right: -22% !important;
		top: 14% !important;
	}
	.center-image p.pop-message:nth-child(4) {
		position: absolute;
		left: -22% !important;
		bottom: 20% !important;
	}
	.pop-message {
		max-width: 50% !important;
	}
}

@media (min-width: 992px) and (max-width: 1400px) {
	.center-image p.pop-message:nth-child(2) {
		position: absolute;
		left: 5% !important;
		top: 15% !important;
	}
	.center-image p.pop-message:nth-child(3) {
		position: absolute;
		right: 0% !important;
		top: 20% !important;
	}
	.center-image p.pop-message:nth-child(4) {
		position: absolute;
		left: 5% !important;
		bottom: 20% !important;
	}
	.center-image p.pop-message:nth-child(5) {
		position: absolute;
		right: 0% !important;
		bottom: 20% !important;
	}
}

@media (min-width: 1400px) {
	.center-image p.pop-message:nth-child(2) {
		position: absolute;
		left: 5% !important;
		top: 15% !important;
	}
	.center-image p.pop-message:nth-child(3) {
		position: absolute;
		right: 5% !important;
		top: 20% !important;
	}

	.center-image p.pop-message:nth-child(4) {
		position: absolute;
		left: 5% !important;
		bottom: 20% !important;
	}
	.center-image p.pop-message:nth-child(5) {
		position: absolute;
		right: 5% !important;
		bottom: 20% !important;
	}
}

.mega-menu-row.mega-promotions.promotions {
    background: #000000 !important;
    border-radius: 10px !important;
	margin-top: 30px !important;
}

.mega-menu-row.mega-promotions.promotions .mega-sub-menu .mega-menu-item-type-widget > div {
	padding: 15px 30px !important;
}

.mega-menu-row.mega-promotions.promotions li {
	padding: 0 !important;
}

.mega-menu-row.mega-promotions.promotions li img {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}

.mega-menu-row.mega-promotions.promotions li span {
	color: #FFDD00 !important;
}

.friends-pricing-table {
	width: 95%;
    margin: 0 auto;
	background: #ffffff;
	background-color: #ffffff;
	box-shadow: 10px 10px 0px 0px #3d2f91;
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

.friends-pricing-table:after {
	content: "";	
	position: absolute;	
	width: 100%;		
	top: 20px;
	height: 100%;	
	left: 20px;	
	z-index: -1;	
	background-color: rgba(61, 67, 145, 0.5);
	border-radius: 10px;
}

.pricing-table {
    width: 95%;
    margin: 0 auto;
	background: #ffffff;
	background-color: #ffffff;
	box-shadow: 10px 10px 0px 0px #FFDD00;
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

.pricing-table:after {
	content: "";	
	position: absolute;	
	width: 100%;		
	top: 20px;
	height: 100%;	
	left: 20px;	
	z-index: -1;	
	background-color: rgba(252, 222, 5, 0.5);
	border-radius: 10px;
}

.accordion-body td {
    width: 30%;
    padding-bottom: 20px;
}

.accordion-body li {
    font-size: 13px;
}

.just-met {
	background: #3d2f91;
	border-radius: 10px;
	padding: 40px 50px;
	color: #ffffff;
	margin-top: 50px;
	overflow: initial;
	position: relative;
	margin-left: -10px;
    margin-right: -10px;
}

.just-met .table-title {
	background: #ffdd00;
	border-radius: 15px;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 30px;
	color: #3d2f91;
	margin-top: -70px;
	margin-bottom: 20px;
	overflow: visible;	
}

.just-met p {
	margin-bottom: 5px;
}

.just-met .table-title span {
	color: #191925;
}

.just-met .table-title h2 {
	margin-bottom: 0;
}

.just-met .the-total {
	color: #ffdd00;
	margin-bottom: 5px;
}

.good-friends {
	background: #ffdd00;
	border-radius: 10px;
	padding: 40px 50px;
	color: #3d2f91;
	margin-top: 50px;
	overflow: initial;
	position: relative;
	margin-left: -10px;
    margin-right: -10px;
}

.good-friends .table-title {
	background: #3d2f91;
	border-radius: 15px;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 30px;
	color: #ffdd00;
	margin-top: -70px;
	margin-bottom: 20px;
	overflow: visible;	
}

.good-friends .table-title span {
	color: #ffffff;
}

.good-friends p {
	margin-bottom: 5px;
}

.good-friends .table-title h4 {
	margin-bottom: 0;
}

.good-friends .the-total {
	color: #191925;
	margin-bottom: 5px;
}

.pricing-table .accordion,
.friends-pricing-table .accordion {
	padding: 30px;
    background: #ffffff !important;
    margin-top: -20px !important;
    border-radius: 10px;
	padding-top: 100px !important;
}

.pricing-table .accordion .accordion-item,
.friends-pricing-table .accordion .accordion-item {
    border-radius: 10px !important;
}

.accordion-body td.total {
	text-align: right;
}

.pricing-table .accordion-button::before ,
.friends-pricing-table .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: 0;
	margin-right: 20px;
    content: "\EA86";
	font-family: "Tyme Icon";
	font-size: 25px;
    /* background-image: var(--bs-accordion-btn-icon); */
    background-repeat: no-repeat;
	margin-top: -5px;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
	float: left;
}

.pricing-table .accordion-button,
.friends-pricing-table .accordion-button {
	display: inline-block;
}

span.total-text {
    float: left;
}

span.total {
	float: right;
}

.pricing-table .accordion-button:not(.collapsed),
.friends-pricing-table .accordion-button:not(.collapsed) {
	background-color: transparent;
}

.pricing-table .accordion-button:not(.collapsed)::before,
.friends-pricing-table .accordion-button:not(.collapsed)::before {
    /* background-image: var(--bs-accordion-btn-active-icon); */
	content: "\EA86";
    transform: var(--bs-accordion-btn-icon-transform);
	margin-top: 5px;
}

.pricing-table .accordion-button::after,
.friends-pricing-table .accordion-button::after {
	display: none;
}

.pricing-table button.accordion-button,
.friends-pricing-table button.accordion-button {
	border-bottom: 2px solid #3d2f91; 
	/* display: inline-block; */
}

.pricing-table h4.accordion-header button,
.friends-pricing-table h4.accordion-header button {
	color: #3d2f91;
}

.center-image p.pop-message:nth-child(2) {
	position: absolute;
	left: 10%;
	top: 12%;
}

.normal-intro {
	color: #ffffff;
}

.styled-intro {
	color: #FFDD00;
}

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

.column2-text-row {
	text-align: center;
}

.column2-text-row p {
	margin-bottom: 30px;
}

.column2-text-row .intro-heading {
	margin-bottom: 10px;
}

.column2-text-row .col-md-5 {
	margin: 0 auto;
}

.content img {
	max-width: 365px;
    width: auto;
    margin-top: 30px;
}

.column-right-image h3.intro-heading {
	margin-top: 15%;
}

.column-right-image,
.column-right-image h3 {
    text-align: left !important;
}

.card-2column .card-body {
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	text-align: left;
	padding: 40px;
}

.card-2column .col-md-5 {
	margin: 0 auto;
}

.card-2column .card img {
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

.card-2column .card {
	border-radius: 50px;
	border: none !important;
	margin-bottom: 20px;
}

.card-2column .card-body .card-link {
	text-decoration: none;
	color: #000;
	display: block;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

body .card {
    border: none !important;
}

a.fancy-link {
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: auto;
	position: relative;
}

a.fancy-link:hover {
	color: #ffffff;
}

.fancy-link:after {
	content: url('imgs/TymeArrow.png');
	display: block;
    position: absolute;
    right: -15%;
    top: 25%;
    transition: 0.5s ease-in;
}

a.fancy-link:hover:after {
	transform: translateX(10%);
}

.fees {
	/* filter: drop-shadow(1rem 1rem 0 rgba(252, 222, 5, 0.8)) drop-shadow(1rem 1rem 0 rgba(252, 222, 5, 0.8)); */
}

.fees ul {
	margin: 0;
	margin-left:  20px;
	padding: 0;
	text-align: left;
}

.fees-heading {
    position: relative;
    background: #3d2f91;
    color: #FFFFFF;
    font-size: 20px;
	margin-left: -10px;
	margin-right: -10px;
    border-radius: 10px;
    padding: 0px;
	text-align: center;
}

/* .fees-heading:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #3d2f91 transparent;
    border-width: 31px 120px 0;
    bottom: -29px;
    left: 50%;
    margin-left: -120px;
} */

.context-block .fancy-link:after {
    content: url(imgs/tymearrow-dark-small.png);
    display: block;
    position: absolute;
    right: -12%;
    top: 19px;
    transition: 0.5s ease-in;
}

.context-block .fancy-link {
	color: #212529;
	font-size: 13px;
}

.context-block .fancy-link:hover {
	color: #212529;
}

h2.amount-circle {
    display: inline-block;
    margin-top: -20%;
    position: relative;
    background: #ffdd00;
	padding: 20px 0;
    border-radius: 50px;
    color: #3d2f91;
    width: 80px;
    text-align: center;
}

span.triangle {
    position: absolute;
    z-index: 1;
}

.triangle img {
    vertical-align: initial;
}

h2.amount {
    position: relative;
    z-index: 99;
	margin-bottom: 0;
}

.fees-table-section .section-content-header {
	text-align: center;
}

.fees-table-section .section-title span {
	color: #3d2f91;
}

.fees-section .section-title {
	margin-bottom: 40px;
	padding-bottom: 40px;
	color: #ffffff;
}

.context-block {
	background: #ffffff;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	text-align: left;
}

.context-block h6 {
	color: #3d2f91;
}

.fee-description {
	padding: 20px 30px;
	padding-top: 35px !important;
    background: #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.context-block {
	position: relative;
	z-index: 1;
	box-shadow: 10px 10px 0px 0px #FFDD00;
}

.context-block:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 20px;
    height: 100%;
    left: 20px;
    z-index: -1;
    background-color: rgba(252, 222, 5, 0.5);
    border-radius: 10px;
}

.bg-element {
    display: block;
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
	border-radius: 10px;
}

.fees {
    background: #ffffff;
    width: 92%;
    margin: 0 auto;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	box-shadow: 10px 10px 0px 0px #FFDD00;
}

.fees:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 20px;
    height: 100%;
    left: 20px;
    z-index: -1;
    background-color: rgba(252, 222, 5, 0.5);
    border-radius: 10px;
}

/*
* Animations
*/

@-webkit-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@-moz-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
.FadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.FadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-duration: 0.6s;
    animation-delay: 0.6s;
}

/** fadeInRight **/

@-webkit-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(10px);
        -moz-transform: translatex(10px);
        -o-transform: translatex(10px);
        transform: translatex(10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(10px);
        -moz-transform: translatex(10px);
        -o-transform: translatex(10px);
        transform: translatex(10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(50px);
        -moz-transform: translatex(50px);
        -o-transform: translatex(50px);
        transform: translatex(50px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.FadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-duration: 0.6s;
    animation-delay: 0.6s;
}

section h3.intro-heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
}

.faq-section .intro-paragraph {
    text-align: center;
    margin-bottom: 30px;
}

.disclaimer-text {
    margin-top: 30px;
}

table.section-fees-table {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    border-radius: 20px;
}

table.section-fees-table th,
table.section-fees-table td {
    padding-top: 20px; 
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

table.section-fees-table tr {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

table.section-fees-table tr:last-child {
    border: none !important;
}

table.section-fees-table td {
    padding: 20px !important;
    width: 60%;
}

table.section-fees-table td:last-child {
    width: 20%;
}

.secondary-fee-title {
    border-top: 2px solid #3d2f91;
}

table.section-fees-table th {
    padding-bottom: 20px !important;
}

.accordion .accordion-button {
    font-size: 1.3rem;
}

.category-cards {
    margin-bottom: 30px;
}

.category-cards a {
    color: #191925 !important;
    text-decoration: none !important;
}

.category-cards .card {
    border-radius: 15px;
    background: #FFDD00;
}

.category-cards img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.category-cards .card {
    filter: drop-shadow(-0.3rem 0.3rem 0 rgba(252, 222, 5, 0.5))
 drop-shadow(-0.3rem 0.3rem 0 rgba(252, 222, 5, 0.5))
 drop-shadow(-0.3rem 0.3rem 0 rgba(252, 222, 5, 0.5));
}

.sub-category-content .card {
    border-radius: 15px;
    background: #FFDD00;
    border: none !important;
}

.card {
    border: none !important;
}

.sub-category-content .card a {
    color: #191925 !important;
    text-decoration: none !important;
}

.sub-category-content .card img,
.mixed-categories .featured-post img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.sub-category-content .card p {
    text-transform: uppercase;
}

#money-tips {
    background: #ffffff;
}

#money-stories {
    background: #FFDD00;
}

#money-stories .card {
    background: #2D2D3A;
    color: #ffffff !important;
}

#money-stories .card a {
    color: #ffffff !important;
}

#preventing-fraud {
    background: #ffffff;
}

.single-page-post {
    background: #ffffff;
}

.page article,
.single-legal article {
    display: none !important;
}

@media (min-width: 992px) {
    .single-page-post .container {
        max-width: 80%;
    }
}


.single-page-post .entry-content {
    padding: 20px;
}

.single-page-post .post-thumbnail img {
    border-radius: 15px;
}

.mixed-categories .featured-post {
    margin-bottom: 30px;
}

.mixed-categories {
    background: #ffffff;
}

.mixed-categories .card {
    border-radius: 15px;
}

.mixed-categories .section-title {
    margin-top: 30px;
}

.fullwidth-image {
    padding: 0;
    text-align: center;
}

.fullwidth-image p {
    margin-top: 40px;
}

.page-id-6137 .center-image img {
    max-width: 40%;
}

#accordionTable .accordion-item {
    margin-bottom: 0;
}

#accordionTable .accordion-item .accordion-button,
#accordionTable .accordion-item .accordion-body,
#accordionTable .accordion-item {
    border-radius: 0;
}

#accordionTable .accordion-item .accordion-body {
    padding: 0 !important;
}

#accordionTable .accordion-item .accordion-body td {
    padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

#accordionTable .accordion-item .accordion-body table {
    margin-bottom: 0;
}

#accordionTable .accordion-item:first-child,
#accordionTable .accordion-item:nth-child(2){
    border-bottom: 1px solid #3d2f91;
}

#accordionTable .accordion-item tr:last-child td {
    border-bottom:none !important;
}

#accordionTable .accordion-item  button.accordion-button {
    text-transform: uppercase;
    color:#2d2d3a;
    background-color: #ffffff !important;
}

#accordionTable {
    background: transparent !important;
    background-color: transparent !important;
    margin-bottom: 30px;
    border-radius: 20px !important;
    overflow: auto;
}

#accordionTable .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
}

#accordionTable {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

ul#general-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#business-tips .section-title {
    color: #FFDD00;
}

.readmore {
    text-decoration: none;
    color: #2d2d3a;
}

.single-page-post .post-thumbnail img {
    width: 100%;
}

.list-content ul {
    margin-left: 40px;
}

.col-sm-6,
.col-sm-3,
.col-sm-4 {
    margin-bottom: 20px !important;
}

.simple-table-save p,
.simple-table-save .intro-heading,
.simple-table-save table td {
    text-align: left;
}

.simple-table-save table td {
    padding: 5px;
}

.simple-table-save .table-container {
    border-bottom: 8px solid #3d2f91;
    border-left: 5px solid #3d2f91;
    border-right: 5px solid #3d2f91;
}

.simple-table-save .col-sm-6 {
    padding: 20px;
}

.simple-table-save table h2 {
    font-size: 50px;
}

.table-container {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.simple-table-save table span {
    display: block;
    font-size: 13px;
}

.simple-table-save table span:first-child {
    font-weight: 600 !important;
}

.simple-table-save .table-container p,
.simple-table-save .table-container h4 {
    padding: 15px 0;
}

.simple-table-save h3.intro-heading {
    margin-top: 25%;
}

.standard-table th,
.standard-table td {
    padding: 10px;
    text-align: center;
}

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

.buy-all-section {
    text-align: center;
}

.buy-all-section h6 {
    margin-top: 20px;
}

a.column-button {
    display: inline-block;
    margin-bottom: 30px;
}

.moretyme-section .fancy-terms {
    background: #eaf5f8;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 20px;
    text-align: center;
}

.moretyme-section video {
    border-radius: 20px;
    margin-bottom: 10px;
}

.animated-progress {
  width: 100%;
  height: 15px;
  border-radius: 5px;
  margin: 5px 0;
  overflow: hidden;
  position: relative;
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: rgb(255, 251, 251);
  line-height: 30px;
  position: absolute;
  text-align: end;
  padding-right: 5px;
}

.fancy-terms .col-md-4:first-child .progress-blue span {
   background: rgb(85,133,197);
background: linear-gradient(90deg, rgba(85,133,197,1) 25%, rgba(97,168,210,1) 92%); 
}

.fancy-terms .col-md-4:nth-child(2) .progress-blue span {
background: rgb(97,168,210);
background: linear-gradient(90deg, rgba(97,168,210,1) 15%, rgba(107,193,218,1) 45%, rgba(113,196,138,1) 70%);
}


.fancy-terms .col-md-4:nth-child(3) .progress-blue span {
background: rgb(113,196,138);
background: linear-gradient(90deg, rgba(113,196,138,1) 29%, rgba(243,236,26,1) 70%);
}

.progress-blue {
    margin-bottom: 20px;
}

ul.scrolling-logos {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.scrolling-logos li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
}

ul.scrolling-logos {
    width: 100%;
    overflow: auto;
    position: relative;
}

.scroll-logos {
    background: #eaf5f8;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    margin-bottom: 10px;
}

.card-promos .modal.show .modal-dialog{
    margin-top: 15%;
}

button.btn-close {
    background: #FFDD00 var(--bs-btn-close-bg) center/1em auto no-repeat;
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 5px;
    opacity: 1;
}

.modal-content img {
    border-radius: 20px;
}

.modal-content {
    border-radius: 20px !important;
    background: transparent !important;
}

.fullwidth-image {
    padding: 35px 0;
}

.image-card img {
    max-width: 250px;
}

.image-card {
    margin-bottom: 20px;
}

.image-column-simple {
    text-align: center;
}

.image-card .card-number {
    margin-bottom: 10px;
    padding: 10px;
    width: 60px;
}

.image-column-simple .call-action-section {
    margin-top: 30px;
}

table td {
    font-size: 13px;
}

.moretyme-logo  {
    text-align: center;
    margin-bottom: 30px;
}

.moretyme-logo img {
    max-width: 150px;
}

#moretyme-page {
    text-align: center;
}

#moretyme-page .fancy-terms {
    background: transparent;
}

#accordionFAQ td {
    border: none !important;
}

#accordionFAQ tr {
    border-bottom: 1px solid #2d2d3a;
}

.content-logos .content-logo {
    max-width: 200px;
}

.content-logos {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.tymehealth-table table td,
.tymehealth-table table th,
.tymehealth-table p {
    text-align: left;
}

.tymehealth-table table th {
    text-transform: uppercase;
}

@media(max-width: 992px) {
    .card-promos {
    padding-top: 0;
    margin-top: -50px;
    }
}

.post-video iframe{
    min-width: 100%;
    min-height: 450px;
    border-radius: 20px !important;
}

.content-scroll .intro-heading {
    color: #ffffff;
}

section#scrolling-images {
	overflow: hidden;
	width: 100%;
}

@media (max-width: 769px) {
       #mega-menu-wrap-main-menu {
        margin-top: 0px;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
       
    }
        .col-4.col-md-3.login-header {
        width: 80%;
        display: none;
        left: 0;
        top: 5px;
    }
    
        .site-branding img.custom-logo {
        max-width: 140px;
        position: fixed;
        top: 5px;
        z-index: 99;
    }   
        .banner-content h1 {
        font-size: 3rem;
    }
    
    #mega-menu-wrap-main-menu .mega-menu-toggle {
         background: linear-gradient(180deg, #191925 0.9%, rgba(25, 25, 37, 0.682496) 35%, rgba(25, 25, 37, 0.174749) 80.55%, rgba(25, 25, 37, 0) 90.84%, rgba(25, 25, 37, 0) 99.37%) !important;
    }
    
    ul#mega-menu-main-menu {
        width: 90% !important;
        margin: 0 auto !important;
        border-radius: 20px !important;
        overflow: auto;
        background: rgba(45,45,58,0.9) !important;
        overflow: hidden !important;
    }
    
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: rgba(45,45,58,0.95) !important;
    }
    
    #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
        right: -50px;
    }
    
    .home .banner-content h1 {
        width: 100%;
        font-size: 3em;
    }
    
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        width: 100%;
    }
    
        .list-content {
        padding: 20px 20px;
        padding-right: 20px !important;
    }
}

#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right {
    justify-content: normal !important;
}

.col-md-6,
.col-md-3 {
    margin-bottom: 20px;
}

.banking-content-table tr td:nth-child(2) {
	text-align: left;
}

.banking-content-table tr:nth-child(odd) td:first-child {
	background: #ffffff;
}

.banking-content-table tr td {
	border-radius: 10px;
	padding: 20px;
}

.banking-content-table tr:nth-child(odd) td:nth-child(2) {
	background: #e7e8e9;
}

.banking-content-table tr:nth-child(even) td:first-child {
	background: #ffdd00;
}

.banking-content-table tr:nth-child(even) td:nth-child(2) {
	background: #fef7c2;
}

.banking-content-table table {
	border-spacing: 10px;
	border-collapse: separate;
}

.intro-text {
	text-align: center;
}

.free-title {
	background: #ffdd00;
	color: #000;
}

.fee-title {
	background: #2d2d3a;
	color: #fff;
}

.table-headings th {
	text-align: center;
	width: 35%;
	padding: 10px;
	border-radius: 10px;
}

.fee-titles td:first-child {
	background: #ffdd00;
}

.fee-titles td {
	background: #939598;
	padding: 10px;
}

.fee-titles td h5 {
	margin: 0;
}

.fee-pricing:nth-child(even) td:first-child {
	background: #fdf4ad;
}

.fee-pricing td:first-child {
	text-align: left;
}

.fee-pricing td {
	text-align: center;
	padding: 5px 10px;
}

.fee-pricing:nth-child(even) td {
	background: #d1d2d4;
}

.table-headings h4 {
	margin: 0;
}

.free-banking-fees-table {
	border-spacing: 10px;
	border-collapse: separate;
}

a.float-btn {
	border: 1px solid #FFDD00;
    color: #000;
    background-color: #FFDD00;
    transition: 0.5s ease;
    display: inline-block;
    padding: 5px 15px;
    border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
    text-decoration: none;
    position: fixed;
    right: -10px;
    top: 20%;
    z-index: 9;
}

a.float-btn:hover {
    background-color: #2D2D3A;
    border-color: #2D2D3A;
    color: #FFDD00;
}


.arrow {
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.up-arrow {
    background: #191925;
    padding: 10px 20px;
    border-radius: 100%;
    z-index: 9999;
    display: inline-block;
}

.top {
	--offset: 50px; 
	right: 20px;
	position: fixed;
	bottom: 20px;      
	margin-right:10px; 
	place-self: end;
	/* visual styling */
	white-space: nowrap;
}

.page-id-8005 .card-link {
	padding: 10px 35px !important;
	border-radius: 20px;
	display: inline-block !important;
}

ul#subnav-menu {
	text-align: center;
	padding: 60px 0;
	margin: 0;
}

#subnav-menu li {
    display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

#subnav-menu li a {
	display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    background: #191925;
    color: #ffffff !important;
    text-decoration: none;
    transition: 0.5s ease;
}

#subnav-menu li a:hover,
#subnav-menu li.current-menu-item a {
	background: #FFDD00;
	color: #000 !important;
}

.partner-logos {
	list-style: none;
	margin: 0;
	padding: 0;
}

.partner-logos li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.partner-logos li img {
	background: #ffffff;
	border-radius: 5px;
	max-height: 70px;
	padding: 20px 30px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);

}

.testimonial-content {
	background: #191925;
	color: #ffffff !important;
	text-align: left;
	padding: 50px !important;
}

.testimonial-logo {
	padding: 0 !important;
}

.col-md-3.testimonial-logo {
	margin-bottom: 0 !important;
    position: relative;
    margin-right: -2%;
    border-radius: 35px;
}

.col-md-3.testimonial-logo img {
    border-radius: 25px;
    margin-top: 2px;
}

.col-md-8.testimonial-content {
    border-radius: 30px;
	position: relative;
}

p.testimonial-author {
    width: fit-content;
    border-top: 3px solid #FFDD00;
    padding-top: 10px;
    margin-top: 30px;
}

/* Slideshow container */
.testimonial-container {
	max-width: 100%;
	position: relative;
	margin: auto;
}

.row.testimonial {
	display: none;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
  }

  .testimonial.fade:not(.show) {
	opacity: 1;
  }

  .testimonial-footer {
	display: flex;
	margin-top: 30px;
  }

  .testimonial-nav {
	background: #FFDD00;
	border-radius: 20px;
	margin-right: 30px;
  }

  .testimonial-nav a{
	color: #2D2D3A;
  }

  .testimonial-nav a:hover {
	color: #ffffff !important;
  }

  .numbertesti {
    display: inline-block;
    float: right;
    position: absolute;
    right: 10%;
}

.popup-section .modal-content {
	background: #ffffff !important;
	padding: 20px;
}

.popup-section .modal.show .modal-dialog {
	margin-top: 20%;
}

.popup-section .modal {
	--bs-modal-width: 800px;
}

.popup-section .col-lg-3 {
	margin: 0 auto;
	text-align: center;
}

.share-link-form .gform-body {
    width: 50%;
    margin: 0 auto;
	position: relative;
}

.share-link-form div#field_submit {
    position: absolute;
    right: 0;
    bottom: 0;
}

.share-link-form .gform-body .gfield.gfield--width-eleven-twelfths {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}

input.gform-button {
    border: none;
    background: #ffdd00;
    padding: 12px 30px;
    border-radius: 20px;
	color: #2d2d3a;
}

.gform_wrapper.gravity-theme .gfield input.large, 
.gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #000;
}