/*!
Theme Name: Investerns
Theme URI: https://investerns.com
Author: Marvin Emmax Developer
Author URI: https://investerns.com
Description: Trading, Forex, Courses Ecommerce Bootstrap 5 Theme
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: investerns-group
Tags: Forex, Trading, Crypto, E-commerce, Courses, Invest

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

Investerns 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 */


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


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

.footer .nav.nav-footer li a {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.wpcf7-spinner {
	visibility: hidden;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	position: relative;
	display: block;
	margin: 25px 25px 25px 25px;
	left: calc(50% - 35px);
}

.wpcf7 form .wpcf7-response-output {
	border-radius: 15px;
	padding: 1rem 1rem;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: var(--theme-gray-3);
	color: var(--theme-blue-2);
	border: none;
	border-left: 6px solid var(--theme-yellow);
	box-shadow: 0 2px 16px 0 rgba(255, 160, 1, 0.08);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background-color: #fff5f5;
	color: #b81c23;
	border: none;
	border-left: 6px solid #b81c23;
	box-shadow: 0 2px 16px 0 rgba(184, 28, 35, 0.08);
}

.wpcf7 form.spam .wpcf7-response-output {
	background-color: #4897e9;
	color: var(--theme-white);
	border: none;
	border-left: 6px solid var(--theme-blue-2);
	box-shadow: 0 2px 16px 0 rgba(21, 97, 162, 0.08);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #4897e9;
	color: var(--theme-white);
	border: none;
	border-left: 6px solid var(--theme-blue-2);
	box-shadow: 0 2px 16px 0 rgba(21, 97, 162, 0.08);
}

.wa__btn_popup .wa__btn_popup_txt {
	background-color: #104b89;
	color: #ffffff;
	border-radius: 15px;
}

a.scroll-top-btn {
	bottom: 100px !important;
}