/*!
Theme Name: Tracker
Theme URI: http://underscores.me/
Author: Tracker
Author URI: http://www.trackingfox.com
Description: Tracker WordPress 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: tracking-fox
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.

Tracker 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 {
	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: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #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: 0;
	border-color: 0;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: none;
}

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: none;
}

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: #33475B;
	border: none;
	border-radius: 3px;
	padding: 15px;
	font-weight: 500;
}

input,
textarea {
	margin-bottom: 20px;
}

.wpcf7 input,
.wpcf7 textarea {
	margin-bottom: 0;
}

form p {
	margin-top: 0;
}

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: #000;
}

select {
	border: none;
}

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: 991px) {

	.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;
}

.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;
}

/*--------------------------------------------------------------
# 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;
}

/*******************************/

/* TrackingFox WordPress Theme */

/*******************************/

	/* CSS STRUCTURE

	1. General styles
	2, Elementor
	3. Header
	4. Sidebar
	4. Footer
	5. Blog
	6. Page
	7. Page template: Checkout
	8. Media queries

	*/

/*******************************/
/* 1. General styles */
/*******************************/

/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 20px!important;
    padding-left: 20px!important;
}*/

@media screen and (min-width: 1200px) {
	.blog .container,
	.single .container {
	    max-width: 1180px!important;
	}
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

::selection,
::-moz-selection {
	color: #ffffff;
	background: #ff7a59;
}

:focus {outline:none;}

body, button, input, select, optgroup, textarea {
	font-family: 'Poppins', sans-serif;
}

body {
	font-size: 16px;
	color: #33475b;
	font-weight: 400;
	overflow-x: hidden;
}

h1, h2, h3, h3.widget-title, h4, h5, h6 {
	text-decoration: none; 
	margin: 0 0 0.67em 0;
	line-height: 1.3;
	letter-spacing: -0.3px;
}

h3, h3.widget-title, h4, h5, h6 {
	font-weight: 600;
}

h1, h2 {
	font-weight: 700;
}

p, li {
	font-size: 1em;
	line-height: 1.8em;
}

p {margin-bottom: 1.3em;}

/* Typograpgy scaling: 1.333 - Perfect Fourth */
h1, .page-title { margin-top: 0; font-size: 42px; }
h2 {font-size: 36px;}
h3 {font-size: 32px;}
h4 {font-size: 26px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}
small, .text_small {font-size: 0.75em;}*/

a {
	color: #ff7a59;
	transition: 0.1s ease-in;
}

.entry-content a,
.content a:not(.btn),
.content a:not(.wp-block-button__link),
.wp-block-file__textlink {
	border-bottom: 1px solid rgba(125,125,125,0.3);
}

.entry-content .post-info a {
	border-bottom-color: transparent;
}

.entry-content a:hover,
.post-info a:hover,
.content a:hover:not(.btn),
.wp-block-file__textlink:hover {
	border-bottom: 2px solid #ff7a59;
}

.entry-content a.btn-read-more,
.entry-content a.btn-read-more:hover,
.content-box > a,
figure > a,
a[data-featherlight],
a.feature-linked,
a.portfolio-box,
#filters a,
a.btn-all-projects,
a.btn-all-projects:hover,
a.btn-read-more,
a.btn-read-more:hover,
.projects-nav a,
a.button,
a.woocommerce-review-link,
.stars a,
.sidebar-nav a,
.wc-tabs > li > a,
a.remove,
.pagination a,
.gallery-item a,
.wp-block-file a.wp-block-file__button,
a.wp-block-button__link {
	border-bottom: 0!important;
}

a {
	color: #ff7a59;
	transition: 0.1s all ease-in-out;
}

a:hover,
a:visited,
a:focus {
	color: #e56e50;
}

a,
a:hover,
a:visited,
a:focus {
	outline: none;
	text-decoration: none;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.fa {
	color: #333;
}

ul li {
	list-style: none;
}

ul ol li {
	list-style: unset!important;
}

hr {
	margin: 15px 0;
	border-top: 1px solid #ddd;
}

pre {
    padding: .8em 1em;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
	background-color: #fff;
	border: 1px solid #e2e4e7;
    border-radius: 4px;
}

.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;
}

.sticky {
	display: block;
}

.comments-title::before,
#reply-title::before {
	display: inline-block;
	transform: translateY(5px);
	margin-right: 10px;
}

.gallery-caption {
	display: block;
}

.bypostauthor {
	display: block;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-top: 0 !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-top: 0 !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content {
	position: relative;
	transform: translateY(30px);
	background-color: transparent;
	padding: 120px 0;
	transition: 0.2s ease-in-out;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

.content.fadeIn {
	transform: translateY(0);
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
}

.content.no-mrg {
	padding: 0;
}

.no-mrg {
	margin: 0;
}

.page-content p:first-child {
	margin-top: 0;
}

.page-content img {
	margin-bottom: 20px;
}

.content ul,
.content ol,
main ul,
main ol,
.panel-body ul,
.panel-body ol {
	padding-left: 20px;
}

ul ol li:before {
	content: none!important;
}

.sidebar-nav ul li:before,
.page-numbers li:before {
	content: none!important;
}

.panel-body ul li:before {
	background: #ff7a59;
}

.divider-light,
.divider-dark {
	height: 1px;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.divider-light {
	border-top: 1px dashed #eee;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.no-gutter [class*='col-'] {
	padding-right: 0!important;
	padding-left: 0!important;
}

.no-top-mrg {
	margin-top: 0!important;
}

.mrg-mob {
	margin: 30px 0;
}

.img-gray img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.btn {
	display: inline-block;
	cursor: pointer;
}

.btn,
.wp-block-button__link,
input[type="submit"] {
	position: relative;
	min-width: 160px;
	width: auto;
	padding: 16px 32px;
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	transition: 0.1s;
	border-radius: 3px;
	margin-top: 15px;
	margin-right: 7px;
	letter-spacing: 0.3px;
	border-style: solid!important;
	overflow: hidden;
}

.wpcf7 input[type="submit"] {
	width: 100%;
	padding: 25px 40px;
	text-align: center;
	font-size: 18px;
	margin-top: 0;
	cursor: pointer;
}

.team-member a .content-box-info,
.service-item a .content-box-info {
	position: relative;
}

.wp-block-button__link br {
    display: none;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
input[type=submit]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #e56e50;
	border-color: #ff7a59;
	color: #fff;
}

.btn-primary {
	position: relative;
}

.btn-primary span {
	position: relative;
	z-index: 1;
	color: #fff;
}

.btn-regular, a.btn-regular {
	color: #666;
	border: 1px solid rgba(125,125,125,0.25);
}

.btn-primary,
a.btn-primary,
input[type="submit"],
input[type=submit],
.woocommerce button[type="submit"],
.wp-block-button__link {
	background: #ff7a59;
	color: #fff;
}

.btn-primary,
a.btn-primary,
input[type="submit"],
input[type=submit],
.woocommerce button[type="submit"],
.wp-block-button__link {
	border: 1px solid #ff7a59;
}

.btn span {
	position: relative;
	z-index: 1;
}

blockquote {
	position: relative;
	padding: 20px 45px 25px 30px;
	margin: 0 0 40px 0;
	font-size: 1.7em;
	border-left: 1px solid #ff7a59;
}

blockquote,
blockquote p,
.content-box-info blockquote p {
	line-height: 1.5em;
}

blockquote p {
	margin: 0 !important;
}

.btn.btn-fullwidth,
.btn-fullwidth input[type="submit"] {
	width: 100%;
}

input[type="submit"],
#login-form input[type="submit"] {
    width: 100%;
    padding: 25px 40px;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    cursor: pointer;
}

.bg-transparent {
	background: transparent!important;
	box-shadow: none!important;
	-webkit-box-shadow: none;
}

.calendar_wrap td,
.calendar_wrap th {
	padding: 10px;
}

.sidebar {
    font-size: 15px;
}

.sidebar-nav .postform {
	margin-top: 10px;
}

/*******************************/
/* 2. Elementor */
/*******************************/

.toggle-with-shadow .elementor-toggle-item {
    box-shadow: 0px 2px 7px rgba(0,0,0,0.07);
    border-radius: 3px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
	.mobile-full .elementor-button {
		width: 100%;
	}
}

.box-steps img {
	width: 100%;
}

.box-steps .elementor-image-box-content {
    padding: 0 12%;
}

.box-steps .elementor-widget-container {
	overflow: hidden;
}

.tooltip-left .elementor-widget-container::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -6px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 7px 0;
	border-color: transparent #33475b transparent transparent;
}

.tooltip-bot .elementor-widget-container::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #33475b transparent transparent transparent;
}

.overflow-hidden,
.overflow-hidden .elementor-widget-container {
	overflow: hidden!important;
}

.fas.fa-tags {
    transform: scaleX(-1);
}

#btn-feedback {
	line-height: 24px;
}

#btn-feedback:hover i {
	color: #fff;
}

#btn-feedback i {
	font-size:24px;
	color: #ff7a59;
	vertical-align:middle;
	transition: 0.2s;
}

/* Testimonial */

.box-testimonial {
	position: relative;
}

.box-testimonial::after {
	content: '”';
	font-size: 56px;
	position: absolute;
	top: 6px;
	right: 18px;
	color: #ddd;
}

.box-testimonial .testimonial-star-rating {
	margin-right: 10px;
	font-size: 18px;
	color: #f0ad4e;
	font-style: initial;
	vertical-align: top;
	letter-spacing: -1px;
}

/* F.A.Q. Toggle icon */

.elementor-toggle-item .elementor-toggle-icon {
	position: relative;
}

.elementor-toggle-icon-closed, .elementor-toggle-icon-opened {
	position: relative;
	z-index: 2;
}

.elementor-toggle-item .elementor-toggle-icon::after {
	content: '';
	display: block;
	position: absolute;
	left: -12px;
	top: -10px;
	width: 36px;
	height: 36px;
	background: #eee;
	border-radius: 100%;
	transform: scale(0);
	transition: 0.2s;
}

.elementor-toggle-item:hover .elementor-toggle-icon::after {
	transform: scale(1);
}

.elementor-tab-title a {
    color: inherit;
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: top;
    line-height: 1.3em;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	display: inline-block;
    width: 10px;
    margin-top: 3px;
    font-size: 17px;
}

/* Fix FAQ toggle title for Elementor editing mode
.elementor-toggle .elementor-tab-title {
	font-size: 18px!important;
	font-weight: 500!important;
}
*/

.elementor-toggle-item p:first-child {
	margin-top: 0;
}

/* Video icon */

.elementor-custom-embed-play i {
	opacity: .9;
}

.eicon-play::before {
	opacity: 0;
}

.eicon-play {
	background: url(img/icon-play.svg) no-repeat;
	background-size: cover;
}



/*******************************/
/* 3. Header */
/*******************************/

#header {
	top: -93px;
	display: block;
	min-height: 93px;
	height: auto;
	background: #fff;
	transition: all .4s ease-out;
	transition: 0.2s top cubic-bezier(.4,.73,.4,.74);
	box-shadow: 0px 1px 0px rgba(125,125,125,0.1);
}

header .container-fluid {
	max-width: 1180px;
}

ul.nav.nav-tabs {
	padding: 0;
	margin-bottom: -2px;
}

ul.nav.nav-tabs li:before {
	content: none;
}

nav ul {
	float: right;
	margin: 0;
}

nav ul li {
	position: relative;
	list-style: none;
	display: inline-block;
}

header #logo {
	position: relative;
	float: left;
	display: inline-block;
	margin: 0;
	z-index: 999;
	font-size: 16px;
	line-height: 93px;
	color: #000;
}


#header.header-minimized #logo,
#header.header-minimized #mainmenu > li > a {
	line-height: 72px;
}

#header.header-minimized {
	min-height: auto;
}

#header.header-minimized .widget {
    margin: 0 0 .9em;
}

#header.header-minimized #logo img {
	max-width: 190px;
}

#header.header-minimized .btns-wrapper .btn {
    margin-top: 14px;
}

#logo img {
	max-width: 217px;
	transition: 0.15s;
}

header #logo > a {
	display: block;
	letter-spacing: 0px;
	font-size: 20px;
}

#search {
	margin-top: -10px;
	float: right;  
}

#header.affix {
	position: fixed!important;
	top: 0!important;
	z-index: 999999;
	width: 100%;
	transition: all .4s ease-out;
	transition: 0.2s top cubic-bezier(.4,.73,.4,.74);
    max-width: 100%!important;
	transform: translateY(0px)!important;
	border-radius: 0!important;
}

@media screen and (max-width: 783px) {
	.admin-bar #header.affix {
		top: 46px!important;
	}
	.admin-bar #header.affix.header-minimized {
		top: 0px!important;
	}
}

@media screen and (min-width: 783px) {
	.admin-bar #header.affix {
		top: 32px!important;
	}

}

.affix-top {
	transition: all .4s ease-out;
	transition: 0.2s top cubic-bezier(.4,.73,.4,.74);
}

.header-wrapper {
	min-height: 93px;
	position: relative;
	z-index: 999;
}

#mainmenu > li ul {
	display: block;
	opacity: 0;
	position: absolute;
	width: 240px;
	top: 100%;
	background: #fff;
	padding-left: 0;
	visibility: hidden;
	z-index: 999;
	margin-top: 20px;
	transition: 0.2s;
	padding: 10px 0;
}

#mainmenu li {
	position: relative;
}

#mainmenu li:hover > ul {
	visibility: visible;
	margin-top: 0;
	opacity: 1;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

#mainmenu ul li:hover > ul,
#mainmenu ul li ul li:hover > ul {
	visibility: visible;
}

#mainmenu li ul li {
	display: block;
	padding: 0 10px;
	border-bottom: none;
}

#mainmenu li ul li a {
	display: block;
	width: 100%;
	line-height: 1.2em;
	font-size: 0.86em;
	color: #666;
	letter-spacing: 0.3px;
}

#mainmenu a {
	text-decoration: none;
	padding: 13px 15px;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: -0.3px;
	transition: 0.15s all ease-out;
	border-bottom-right-radius: 5px;
}

#mainmenu > li > a {
	line-height: 93px;
	color: #33475b;
	font-size: 17px;
	display: inline-block;
	padding: 0px 10px;
	position: relative;
	z-index: 9;
	font-weight: 500;
	letter-spacing: 0;
}

#mainmenu > li:hover > a,
#mainmenu > li.menu-item-has-children:hover:after {
	color: #ff7a59;
}

#mainmenu .menu-active {
	color: #ff7a59;
}

#mainmenu > li.menu-item-has-children:after {
	content: '';
	position: absolute;
	bottom: 10px;
	right: calc(50% - 4px);
	width: 0;
	height: 0;
	color: #888;
	font-weight: 300;
	border-style: solid;
	border-width: 0 0 7px 7px;
	border-color: transparent transparent #ffffff transparent;
	opacity: 0.1;
	transition: 0.2s;
}

#mainmenu > li.menu-item-has-children:hover:after {
	color: #ff7a59;
	opacity: 1;
	right: 10px !important;
}

/*******************************/
/* 3.1. Second level Nav */
/*******************************/

#mainmenu ul li ul {
	position: absolute;
	left: 100%;
	visibility: hidden;
	top: -10px;
	transition: 0.2s;
	background: #eee;
}

#mainmenu li ul li:hover > ul {
	display: block;
	visibility: visible;
	margin-left: 0;
}

.navbar-collapse {
	padding-right: 0;
}

#mainmenu ul li a:hover {
	color: #ff7a59;
}

.submenu-dark #mainmenu li ul li::before {
	color: rgba(255,255,255,0.1);
}

#mainmenu li ul li a {
	color: #333;
}

#mainmenu li ul li ul li a {
	color: #666;
}

#mainmenu li ul li ul li a:hover {
	color: #757575;
}

/*******************************/
/* 3.2. Header button */
/*******************************/

.btns-wrapper {
	display: block;
    float: right;
    width: auto;
    margin-left: 20px;
}

.btns-wrapper .btn {
	line-height: 1em;
	margin-top: 22px;
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
}

/*******************************/
/* 3.3. Menu Toggle Button */
/*******************************/

.menu-toggle {
	position: relative;
	top: 25px;
	z-index: 999;
	margin-right: 5px;
	margin-left: 10px;
	transition: 0.2s;
	float: right;
	width: 50px;
}

.header-minimized .menu-toggle {
	top: 15px;
}

.menu-toggle .icon-bar {
	background: #ddd;
}

.menu-toggle .icon-bar {
	background: #777;
}

.toggled .icon-bar {
	background: #000;
}

.toggled .icon-bar {
	background: #333;
}

.menu-toggle,
.menu-toggle {
cursor: pointer;
  border: none!important;
  background: transparent !important;
}

.toggled .menu-toggle {
  background: #F5F8FA !important;
}

.menu-toggle .icon-bar {
	display: block;
	width: 26px;
	height: 2px;
	transition: all 0.2s;
	margin: 5px 0;
}

.toggled .menu-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.toggled  .menu-toggle .middle-bar {
	opacity: 0;
	width: 18px;
}

.toggled .menu-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.menu-toggle .top-bar {
	transform: rotate(0);
}

.menu-toggle .middle-bar {
	opacity: 1;
}

.menu-toggle .bottom-bar {
	transform: rotate(0);
}

.toggled .btns-wrapper {
	float: none;
	margin: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.toggled.main-navigation {
	position: relative;
	padding-bottom: 90px;
}

.toggled .btns-wrapper .btn {
	display: block;
	width: 100%;
	margin: 20px 0;
	text-align: center;
	font-size: 17px;
	padding: 20px;
}

/************************************/
/* 4. Footer */
/************************************/

#footer {
	padding-top: 80px;
	background: #2b3c4c;
}

#footer, #footer a {
	color: #cbd6e2;
}

#footer ul, #footer ol {
	padding-left: 0;
	margin-left: 0;
}

#footer a:hover {
	color: #fff;
}

.footer-copyright {
	font-size: 0.75em;
}

#footer .widget_media_image {
	display: inline-block;
	margin-right: 10px;
}

#footer .widget_media_image img {
	transition: 0.1s;
}

#footer .widget_media_image a img:hover {
	opacity: .6;
}

#footer .widget-title {
	font-weight: 600;
}

.widget-footer {
    margin-bottom: 30px;
}

/************************************/
/* 5. Blog page */
/************************************/

aside ul, aside ol {
	padding-left: 0;
	margin-left: 0;
}

aside ul li {
    margin-bottom: 12px;
    line-height: 1.3em;
}

#content {
	padding: 120px 0;
	background: #f5f8fa;
}

article.post {
	padding: 7%;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 60px;
}

.comment-list {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 80px;
}

.comment-list li {
	list-style: none;
}

.comment-list .comment {
	margin-top: 40px;
}

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	border: none;
	background: #fff;
}

.comment-form input[type="submit"] {
	cursor: pointer;
}

#reply-title {
    font-weight: 700;
}

.post .entry-title a {
	color: #33475b;
}

.post .entry-footer span {
	margin-right: 15px;
}

.entry-meta, .entry-footer {
    color: #777;
}

.page-title {
    margin-bottom: 2em;
}


.post-thumbnail {
	display: block;
    margin-bottom: 30px;
}

.entry-title a:hover {
	color: #ff7a59;
}

.more-link {
	display: inline-block;
    margin-bottom: 30px;
}


/************************************/
/* 6. Page Layout */
/************************************/

.page #content {
	padding: 0;
	background: transparent;
}

#title-area {
    text-align: center;
    padding: 80px 0;
    border-bottom: 1px solid #f5f8fa;
}

#title-area h1 {
	font-size: 49px;
}

#title-area p {
    font-weight: 300;
    font-size: 19px;
}

.title-container {
    width: 60%;
    margin: 0 auto;
}

.content h2 {
    font-size: 30px;
}

.content p {
    font-size: 17px;
}

/************************************/
/* 7. Page Template: My Account - login forms */
/************************************/

.form-container {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 8% 8% 6% 8%;
	border-radius: 25px;
	transform: translateY(-60px);
}

.form-container hr {
	margin-bottom: 20px;
}

.section-map-bg {
	background: url(../tracking-fox/img/section-bg.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 140px;
}

.form-container .btn-underline {
	font-size: 0.93em;
	margin-right: 20px;
}

.tooltip-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	background: #eee;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

.tooltip-icon:hover {
	background: #2b3c4c;
	color: #fff;
}

/* Bootstrap tooltip */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.93rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 350px;
  padding: 0.75rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

/************************************/
/* 7. Page Template: Dashboard */
/************************************/

.user-dashboard .dashboard-section {
	padding: 10%;
	margin-bottom: 40px;
}

.user-dashboard .container {
	max-width: 1180px;
}

.user-dashboard h2 {
	font-size: 1.8em;
	font-weight: 600;
}

.user-dashboard .checkout-plan {
	margin: 40px 0 20px 0;
}

.user-dashboard .checkout-plan .card-grey {
	border-radius: 5px;
	background: #F5F8FA;
}

.user-dashboard .checkout-plan li {
	text-align: left;
	width: 100%;
	padding: 7%;
	min-height: auto;
	margin: 0 0 10px 0;
}

.user-dashboard .plan-name {
	display: inline-block;
	font-size: 18px;
}

.user-dashboard .checkout-plan .plan-tag-popular {
    transform: translate(0%, -50%);
}

.user-dashboard .checkout-plan .plan-discount {
	margin-top: 0;
}

hr {
	margin: 30px 0;
}

.section-plan .plan-info h3 {
	display: inline-block;
}

.section-plan .plan-info .plan-valid {
	font-size: 1em;
	color: #999;
	margin-left: 10px;
}

hr {
	background: transparent;
	border-top-color: #F5F8FA;
}

.user-dashboard .plans-horizontal .plan-checkbox {
	position: relative;
	transform: none;
	left: auto;
	text-align: center;
}

.user-dashboard .plans-horizontal .plan-checkbox-container {
	display: inline-block;
	width: 10%;
	margin-right: 5%;
	vertical-align: middle;
}

.user-dashboard .plans-horizontal .plan-heading-container {
	display: inline-block;
	width: 35%;
	margin-right: 5%;
	vertical-align: middle;
}

.user-dashboard .plans-horizontal .plan-heading {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 0;
}

.user-dashboard .plans-horizontal .checkout-plan .plan-price {
	font-size: 1.35em;
}

.user-dashboard .plans-horizontal .plan-tagline {
	font-size: 0.85em;
}

.user-dashboard .plans-horizontal .plan-price-container {
	display: inline-block;
	width: 40%;
	margin-right: 0;
	vertical-align: middle;
}

.btn.btn-underline {
	padding-left: 0!important;
	padding-right: 0!important;
	background-color: transparent!important;
	border-color: transparent!important;
	text-align: center;
	min-width: auto;
	border: 0!important;
	padding-top: 5px;
}

.btn.btn-underline:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 10px;
	height: 1px;
	width: 100%;
	left: 0;
	right: 0;
	background: #ff7a59; 
	transition: 0.1s;
}

.btn.btn-underline:hover:after {
	color: #e56e50;
	width: 90%;
	left: 5%;
	right: 5%;
}

.btn.btn-underline:hover,
.btn.btn-underline:focus,
.btn.btn-underline:visited {
	color: #e56e50;
}

.margin-right-30 {
	margin-right: 30px;
}

.margin-top-0 {
	margin-top: 0px!important;
}

/* Dashboard: User info */

.user-dashboard .section-user .user-details {
	display: block;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 25px;
	line-height: 1.6em;
}

.btn.btn-underlined {
	border-bottom: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
}

.user-dashboard .btn {
	font-size: 0.93em;
	margin-top: 5px;
}

.fa-check::before {
    content: "\f00c";
}

/************************************/
/* 7. Page Template: Checkout */
/************************************/

.page-template-page-checkout #mainmenu,
.page-template-page-checkout .menu-toggle,
.page-template-page-checkout .btns-wrapper .btn {
	display: none!important;
}

.page-template-page-checkout #header.affix {
	position: initial!important;
}

.product-checkout,
.user-dashboard {
	padding: 80px 0;
	background-color: #F5F8FA;
}

.product-checkout .container {
	max-width: 900px!important;
	margin: 0 auto;
}

.product-checkout .checkout-section {
	margin-bottom: 80px;
}

.section-heading-container {
	margin-bottom: 30px;
}

.product-checkout section h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.product-checkout .section-number {
	display: inline-block;
	line-height: 44px;
	width: 44px;
	height: 44px;
	background: #E1E4E6;
	border-radius: 100%;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
	color: #ff7a59;
	font-size: 22px;
}

.checkout-product-box .product-image-container {
	display: inline-block;
	width: 20%;
	margin-right: 5%;
}

/* Checkout Product quantity */

.checkout-product-box {
	padding: 35px;
}

.checkout-product-box .product-image-container {
	display: inline-block;
	width: 20%;
	margin-right: 5%;
}

.checkout-product-box .product-info-container {
	display: inline-block;
	width: 45%;
	margin-right: 3%;
	vertical-align: middle;
}

.checkout-product-box .product-image {
	width: 100%;
	margin: 0 auto;
}

.checkout-product-box .product-title {
	font-size: 20px;
	display: block;
}

.checkout-product-box .old-price {
	opacity: .6;
}

.checkout-product-box .product-quantity {
	display: inline-block;
	width: 23%;
	min-width: 120px;
	vertical-align: middle;
}

.product-quantity input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.product-quantity input[type="number"] {
	text-align: center;
	background: transparent;
	font-size: 20px;
	margin-bottom: 0;
	text-align: center;
}

.product-quantity input[type=number]::-webkit-inner-spin-button, 
.product-quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

.product-quantity {
	position: relative;
}

.product-quantity .quantity-btn {
	position: absolute;
	cursor: pointer;
}

.quantity-btn {
	display: inline-block;
	padding: 0;
	width: 42px;
	height: 42px;
	top: 50%;
	border: none;
	transform: translateY(-50%);
	background: #eeeeee;
	border-radius: 100%;
	text-align: center;
	line-height: 42px;
	transition: 0.1s ease-in;
}

.quantity-btn:hover {
	background: #ff7a59;
}

.quantity-btn:hover i {
	color: #fff;
}

.quantity-btn.btn-minus {
	left: 0;
}

.quantity-btn.btn-plus {
	right: 0;
}

.info-box.discount {
	background: #33475B;
	color: #fff;
	font-weight: 500;
	animation: MoveUpDown 1.2s ease-in-out 3;
	-webkit-animation: MoveUpDown 1.2s ease-in-out 3;
}

.animation-up-down {
	animation: MoveUpDown 1.2s ease-in-out infinite;
	-webkit-animation: MoveUpDown 1.2s ease-in-out infinite;
}

.animation-left-right {
	animation: MoveLeftRight 1.2s ease-in-out 3;
	-webkit-animation: MoveLeftRight 1.2s ease-in-out 3;
}


.info-box {
	position: relative;
	margin-top: 20px;
	font-size: .9em;
	border-radius: 3px;
	display: inline-block;
	padding: 7px 16px;
	background: #e5e5e5;
	color: #33475B;
}

@-webkit-keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

@-webkit-keyframes MoveLeftRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

@keyframes MoveLeftRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}


.info-box.discount::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #33475b transparent;
}

.info-box i {
	font-family: 'Font Awesome 5 Free';
	font-size: 15px;
	color: #ff7a59;
	margin-right: 10px;
}

/* Checkout Plan */

.checkout-plan {
	padding: 0;
	margin: 40px 0;
}

.checkout-plan li {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	width: 32%;
	margin-right: .5%;
	padding: 35px 20px 60px 20px;
	text-align: center;
	position: relative;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,.2);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,.2);
	box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,.2);
	transition: 0.1s ease-in;
	min-height: 248px;
}

.payment-method label {
	transition: 0.1s;
}

.payment-method label:hover,
.checkout-plan li:hover {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(125,125,125,.2);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(125,125,125,.2);
	box-shadow: inset 0px 0px 0px 3px rgba(125,125,125,.2);
}

.checkout-plan li:hover .plan-heading {
	color: #ff7a59;
	transition: 0.1s ease-in;
}

.checkout-plan .plan-popular {
	padding-top: 60px;
	padding-bottom: 80px;
	min-height: 300px;
}

.checkout-plan .plan-tag-popular {
    position: absolute;
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #ff7a59;
    padding: 2px 6px;
    border-radius: 3px;
    top: 0;
    transform: translate(-50%, -50%);
    width: 120px;
}

.checkout-plan .plan-heading {
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
}

.checkout-plan .plan-tagline {
	display: block;
	font-size: 0.9em;
	color: #999;
	line-height: 1.3em;
	margin: 3px 0;
}

.checkout-plan .plan-price {
	font-size: 1.4em;
	font-weight: 500;
	margin-right: 2px;
}

.checkout-plan .plan-price strike {
	margin-right: 5px;
	font-size: .8em;
	font-weight: 400;
	opacity: .6;
}

.checkout-plan .plan-discount {
	display: block;
	font-size: .9em;
	font-weight: 500;
	margin-top: 20px;
}

.checkout-plan .plan-discount i {
	color: #ff7a59;
	margin-right: 10px;
}

.checkout-plan .plan-checkbox {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

.plan-checkbox {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #e5e5e5;
}

.plan-checkbox i {
	opacity: 0;
	font-size: 18px;
	line-height: 42px;
	transform: scale(0);
	transition: 0.15s ease-in;
}


.plan-checkbox input {
	display: none;
}

.payment-method label.active,
.checkout-plan li.active {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,122,89,1);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,122,89,1);
	box-shadow: inset 0px 0px 0px 3px rgba(255,122,89,1);
}

.payment-method input:checked ~ .plan-checkbox,
.active .plan-checkbox {
	background: #ff7a59;
	transition: 0.1s ease-in;
}

.payment-method input:checked ~ .plan-checkbox i,
.active .plan-checkbox i {
	color: #fff;
	transform: scale(1);
	opacity: 1;
}

.checkout-plan li.active .plan-heading {
	color: #ff7a59;
}

/* Payment Method */

.checkout-payment-method {
	padding: 0;
	margin: 0 0 40px 0;
}

.payment-method {
	display: inline-block;
	padding: 0;
	width: 49%;
	margin-right: .5%;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
}

.payment-method .plan-checkbox {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.payment-method input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.payment-method label {
	display: block;
	width: 100%;
	margin-bottom: 0;
	cursor: pointer;
	text-align: center;
	padding: 30px 20px 30px 75px;
}

.payment-method img {
	max-width: 150px;
}

.card-white {
	margin-left: 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 7px rgba(0,0,0,0.07);
}

/* Checkout Form */

.product-checkout #checkout-form .row {
	margin-right: -.5%!important;
	margin-left: -.5%!important;
}

.product-checkout #checkout-form .col-md-6,
.product-checkout #checkout-form .col-xs-12 {
	padding-left: .5% !important;
	padding-right: .5% !important;
}

.product-checkout input,
.product-checkout select {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 500;
}

.product-checkout select {
	cursor: pointer;
}

.product-checkout select option:disabled {
	color: #C3C3C3;
}

.product-checkout input[type="text"] {
	background: #fff;
}

label {
	display: inline-block;
	margin-bottom: 10px;
}

fieldset {
	padding: 0;
	margin-bottom: 30px;
	border: 0;
}

select,
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 {
	padding: 20px;
	width: 100%;
	color: #33475B;
	background: #F5F8FA;
	border: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 20px;
  padding-right: 2rem;
}

/* Checkout Table */

.checkout-table {
	line-height: 28px;
}

.checkout-table thead td {
	text-transform: uppercase;
	color: #777;
	letter-spacing: .5px;
}

.checkout-table strong {
	font-weight: 600;
}

.checkout-table a.delivery-time {
	background: none;
	font-size: 13px;
	color: #33475B;
	background: #ddd;
	padding: 3px 8px;
	cursor: pointer;
	border-radius: 3px;
	transition: 0.1s;
}
.checkout-table a.delivery-time:hover {
	background: #ff7a59;
	color:#fff;
}

.margin-right-10 {
	margin-right: 10px;
}

.checkout-table .cart-total {
	font-size: 2em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	line-height: 60px;
}

.checkout-table tr td:last-child {
	text-align: right;
	vertical-align: top;
}

.checkout-table {
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#btn-checkout {
	display: block;
	width: 100%;
	padding: 30px;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0;
}

.post-checkout {
	margin-top: 40px;
	font-size: 15px;
}

.post-checkout p {
	line-height: 1.3em;
}

.post-checkout i {
	margin-right: 10px;
	color: #ff7a59;
}

.modal.show {
	opacity: 1!important;
	transition: 0.2s;
}

table.delivery-times {
	background: #fff;
	border:0;
}

#delivery-table {
	transition: 0.2s;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
}

.modal-content {
	 position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 60px;
    transform: translate(-50%,-50%);
    width: 480px;
    max-width: 100%;
}

.modal .close {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	border: none;
	font-size: 48px;
	cursor: pointer;
	font-weight: 200;
}

.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
}


/*******************************/
/* Preloader */
/*******************************/

.preloader-wrapper {
	height: 101%;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: 0.5s ease-in;
}

.preloader-wrapper .preloader {
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 45px);
	border: 1px solid #eee; /* Light grey */
	border-top: 1px solid #ff7a59; /* Blue */
	border-radius: 50%;
	width: 90px;
	height: 90px;
	animation: spin 1s linear infinite;
}

.preloader-wrapper.preloader-hide {
	opacity: 0;
	animation-duration: 0.05s ease-out;
	visibility: hidden;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(90deg); }
	50% { transform: rotate(120deg); }
	75% { transform: rotate(210deg); }
	100% { transform: rotate(360deg); }
}

/*******************************/
/* Affiliate page */
/*******************************/

.affiliate-table table {
	line-height: 1.3em;
	table-layout : fixed;
}

.affiliate-table th:first-child {
	width: 45%;
}

.affiliate-table table td {
	font-size: 1.3em;
	padding: 25px 0;
	vertical-align: top;
	font-weight: 500;
}

.affiliate-table table td span {
	display: inline-block;
	margin-top: 10px;
	font-size: .9rem;
	font-weight: 400;
	color: #999;

}

table th {
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
	color: #777;
	letter-spacing: .5px;
	border-bottom: 1px solid #f5f8fa;
	padding-bottom: 25px;
}

table strong {
	font-weight: 600;
}

table th:last-child,
table tr td:last-child {
	text-align: right;
}

.affiliate-table tbody td:last-child {
	color:#f16334;
}

/*#form-affiliate {
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
}


#form-affiliate-overlay {
	content: '';
	display: block;
	position: fixed;
	width: 100%;
    height: 100%;
	top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
}
*/

.btn-large {
	padding-right: 40px;
	padding-left: 40px;
	font-size: 22px;
	font-weight: 600;
}

.modal-affiliate {
	background: #fff;
	padding: 80px;
	width: 800px;
	border-radius: 25px;
}

/*******************************/
/* 9. Media Queries */
/*******************************/

@media screen and (max-width: 990px) {

    header {
        min-height: 80px;
        position: static!important;
        line-height: 1.42857143;
    }

    .navbar-collapse {
        box-shadow: none;
        border-top: none;
    }

    header h1#logo {
        margin-left: 10px;
    }

    #logo img {
        max-width: 200px;
    }
    
    #footer-bot,
    #footer-bot ul {
        float: none!important;
        text-align: center!important;
        margin-top: 20px;
    }

    nav {
        margin: 0;
        display: block;
        float: none;
        padding-bottom: 20px;
    }

    #mainmenu .btns-wrapper .btn:first-child  {
        margin-right: 2%;
    }

    nav ul {
        float: none;   
    }

    nav ul li {
        width: 100%;
    }

    #mainmenu > li > a {
        padding: 40px 30px;
        border-top: 1px solid #F5F8FA;
        border-right: 0;
        display: block;
        text-align: center;
        font-size: 22px;
    }
    #header.header-minimized #mainmenu > li > a,
    #mainmenu > li > a {
    	line-height: 0!important;
    }

    #mainmenu .active {
        border-top: 1px solid #ddd;
    }

    ul#mainmenu {
        width: 100%;
        border-top: none;
    }

    #mainmenu a {
        display: block;
        line-height: normal;
    }

    #mainmenu li:before {
        content: none;

    }

    .navbar-collapse {
        padding: 0;
    }
    
    #mainmenu ul {
        display: block;
        width: 100%;
        position: static;
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
    }

    #title-area h1 {
        font-size: 42px;
    }

    #title-area {
        padding: 100px 0;
    }

    #content {
   		padding: 100px 0;
	}

	.single .entry-title {
	    font-size: 2em;
	}

}

@media screen and (max-width: 768px) {
	.checkout-product-box {
		padding: 35px 20px 35px 20px;
	}
	.checkout-product-box .product-image-container {
		width: 15%;
		margin-right: 2%;
	}
	.checkout-product-box .product-title {
		font-size: 18px;
	}
	.checkout-product-box .product-quantity {
		float: right;
	}
	.checkout-table a.delivery-time {
		margin-left: 0;
		display: inline-block;
		padding-top: 0;
		padding-bottom: 0;
	}
	.checkout-table td {
		padding: 6px 0;
		vertical-align: top;
		line-height: 1.3em;
		height: 32px;
	}

	#title-area h1 {
	    font-size: 36px;
	}

	#title-area {
	    padding: 80px 0;
	}

	#content {
   		padding: 80px 0;
	}
	.title-container {
	    width: 100%;
	}

	.checkout-plan li,
	.checkout-plan .plan-popular {
		min-height: auto;
	}

	.affiliate-table table {
		font-size: .8em;
	}

	.user-dashboard .dashboard-section {
    	padding: 40px 20px;
    	margin-bottom: 40px;
   		margin-left: -15px;
   		margin-right: -15px;
	}

	.user-dashboard .checkout-plan .card-grey {
    	font-size: 0.96em;
	}

	.form-container {
   		padding: 15% 10%;
    	transform: translateY(-30px);
    	margin-left: -15px;
    	margin-right: -15px;
	}

	.modal-affiliate {
		padding: 60px 40px;
	}

}

@media screen and (max-width: 620px) {
	.checkout-plan li {
	    width: 100%;
	    margin-right: 0;
	    padding: 30px 20px 45px 20px;
	    margin-bottom: 60px;
	}

	.btns-wrapper .btn {
		display: none;
	}

	.payment-method {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 540px) {
	.tooltip-left .elementor-widget-container::after {
	    bottom: 0;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 0 6px 6px 6px;
	    border-color: transparent transparent #33475b transparent;
	    top: 0px;
	}
}


@media screen and (max-width: 440px) {
	.checkout-product-box {
		padding: 35px 35px 20px 35px;
	}
	.checkout-product-box .product-image-container {
		width: 33%;
		margin-left: 2%;
		margin-right: 5%;
	}
	.checkout-product-box .product-info-container {
	    width: 58%;
	    margin-right: 0;
	}
	.checkout-product-box .product-title {
		font-size: 20px;
	}
	.checkout-product-box .product-quantity {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}