<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name:	Showcase Pro
	Theme URI: http://my.studiopress.com/themes/showcase/
	Description: This is the Showcase Pro Theme created for the Genesis Framework.
	Author: Bloom
	Author URI: http://www.designbybloom.co

	Version: 2.0.2

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.4

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: 0 0
}

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

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: small;
}

td,
th {
	padding: 0
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;display=swap');

/* Box Sizing
 * ========================================================================== */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
 * ========================================================================== */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.page-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.page-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

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

/* Author section */
.entry-meta.custom_author {
	width: 100%;
	padding: 5px 0 5px;
}

.author_imag {
	float: left;
	width: 60px !important;
	height: 60px !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 20px;
}

.author_imag img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 60px !important;
	height: 60px !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 20px;
}

.custom_author_info {
	float: left;
	width: auto;
	color: #838379;
	font-weight: 400;
}

.custom_author_info h4 {
	font-size: 16px;
	color: #838379;
	font-weight: 300;
	text-transform: capitalize;
	margin: 0;
}

.custom_author_info span {
	font-size: 18px;
	color: #838379;
	font-weight: 400;
}

.entry-meta {
	letter-spacing: 0.1818em;
}

.entry-content {
	float: left;
	width: 100%;
}

.author-info-box {
	padding: 20px;
	float: left;
	background: #eeefee !important;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}

.author-avatar img {
	border-radius: 50%;
}

p.entry-meta {
	display: none;
}

span.entry-author::before {
	display: none;
}

time.entry-time::before {
	display: none;
}

time.entry-time {
	margin: 0;
}

.entry-footer p.entry-meta {
	display: block !important;
}

.author-description {
	box-sizing: border-box;
	float: left;
	width: 80%;
	padding-left: 28px;
}

.author-description p {
	font-size: 15px;
	letter-spacing: 0.6px;
}

.author-link {
	float: left;
	width: 100%;
	margin: 5px 0 0px;
}

.author-link a {
	padding: 0 !important;
	color: #2a2a2a !important;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .27px;
	line-height: 20px;
	margin: 0 7px 0 0;
}

.author-description h2 {
	color: #2a2a2a;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .14px;
	line-height: 22px;
	text-decoration: none;
	text-transform: capitalize;
	padding-bottom: 5px;
	letter-spacing: 1px;
	margin: 0;
}

.archive.author .entry-meta_cu.custom_author {
	display: none;
}

.author article {
	float: left;
	width: 100%;
}

/* .archive.author .author-info-box {
    display: none;
}
/* End Author section */

@media only screen and (min-width: 800px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: inherit;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}


/* Typography
 * ========================================================================== */

html {
	font-size: 62.5%;
}

body {
	color: #1a1a1a;
	font-family: 'Gotham Book', Gotham-Book, Arial, sans-serif;
	font-style: normal;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 2rem;
	font-weight: 300;
	letter-spacing: -0.02em;
}

/* Display */

h1,
.widget-title,
.widgettitle,
.content .entry-title,
.site-title {
	font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.2;


}

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

	h1,
	.content .entry-title {
		font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
		font-style: normal;
		font-size: 2.5rem;
		font-weight: 900;
		line-height: 1.2;
	}

}

/* Headline */

h2,
.fin-component h2 {
	font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 3.4rem;
	font-weight: 900;
	line-height: 1.2;
}

.fin-component h1,
.fin-component h2,
.fin-component h3,
.fin-component h4,
.fin-component h5,
.fin-component h6 {
	margin-top: 3rem;
}

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

	h2 {
		font-size: 4rem;
	}
}

/* Title */

h3,
body.woocommerce-page ul.products li.product h3,
h1.archive-title {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 400;
}

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

	h3,
	body.woocommerce-page ul.products li.product h3,
	h1.archive-title {
		font-size: 2.5rem;
	}
}

/* SubTitle */

h4,
.site-description {
	font-size: 1.8rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 400;
}

/* Mast */

h5,
.genesis-nav-menu a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.archive.category .archive-title,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	font-size: 1.3rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

/* Caption */

h6,
.genesis-nav-menu .sub-menu a,
.entry-meta,
.wp-caption-text,
.gallery-caption,
.site-footer p,
.pagination a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-MyAccount-navigation li a,
p.comment-meta,
.more-link.button {
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


/* Small */

small,
.button.small {
	font-size: 1rem;
}


p {
	margin: 0 0 1.625em;
	padding: 0;
}

p.intro {
	font-size: 1.8rem;
	line-height: 1.8;
}

strong {
	font-weight: 700;
}

blockquote {
	margin: 2rem 0;
}

.entry-content blockquote {
	padding-left: 5rem;
	border-left: 2px solid #1a1a1a;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 0.8em;
	color: #555555;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 0.2rem 0.4rem;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 1rem;
	margin: 0 0 1rem;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

fieldset {
	border: 1px solid #e5e5e5;
	padding: 3rem;
	margin: 2rem auto;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #eee;
	margin: 0 0 4rem;
	padding: 4rem 0 0;
}

/* Links
 * ========================================================================== */

a {
	color: #1db3e2;
	text-decoration: none;
	outline: 0;
}

a:hover {
	border-color: transparent;
	text-decoration: underline;
}

/* Transitions
 * ========================================================================== */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button:after,
.button:before,
.genesis-nav-menu a,
.showcase-entry-grid .overlay,
.showcase-entry-grid .entry,
button.sub-menu-toggle:before,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span {
	-webkit-transition: all .75s cubic-bezier(0, 1, .5, 1);
	-moz-transition: all .75s cubic-bezier(0, 1, .5, 1);
	-ms-transition: all .75s cubic-bezier(0, 1, .5, 1);
	-o-transition: all .75s cubic-bezier(0, 1, .5, 1);
	transition: all .75s cubic-bezier(0, 1, .5, 1);
}

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

	.site-header,
	.genesis-nav-menu .sub-menu {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

}

/* Selection
 * ========================================================================== */

::-moz-selection {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

::selection {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

/* Forms, Inputs &amp; Buttons
 * ========================================================================== */

input,
select,
textarea,
body.woocommerce-cart table.cart td.actions .coupon .input-text {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	color: #1a1a1a;
	padding: 1.2rem 2rem 1rem;
	width: 100%;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: auto;
}

textarea {
	height: auto;
}

button,
.button,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="url"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 1rem;
	width: auto;
}

input:focus,
textarea:focus,
body.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	outline: none;
	border-color: #1db3e2;
}

::-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #d8d8d8;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* Buttons
 * ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
.pagination:not(.adjacent-entry-pagination) a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page button.button.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page input.button,
body.woocommerce-page button.button.alt.disabled,
body.woocommerce-page input.button.alt,
body.woocommerce-page input.button:disabled,
body.woocommerce-page input.button:disabled[disabled] {
	background-color: #1db3e2;
	border-radius: 5px;
	box-shadow: none;
	border: 0;
	color: #fff;
	line-height: 2em !important;
	cursor: pointer;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 1.1rem 2rem 1rem;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.pagination li a:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page button.button.alt.disabled:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page input.button.alt:hover {
	background-color: #1db3e2;
	text-decoration: none;
	color: #fff;
	opacity: 1;
	box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.1), 0 2rem 2rem rgba(0, 0, 0, 0.1);
}

.button.small {
	font-size: 1.4rem;
	padding: 0.8rem 2rem 0.5rem;
}

.button.light {
	background: #eeeeee;
	color: #1a1a1a;
}

.button.light:hover {
	color: #fff;
}

.bg-primary .button.light {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.bg-primary .button.light:hover,
.bg-secondary .button.light:hover {
	box-shadow: inset 0 0 0 20rem rgba(255, 255, 255, 0.2);
}

.button.full-width {
	display: block;
	width: 100%;
}

.button.arrow-left:before,
.button.arrow-right:after {
	font-family: Ionicons;
	vertical-align: top;
}

.button.arrow-right:after {
	content: "\f30f";
	margin-left: 0.8rem;
}

.button.arrow-right:hover:after {
	margin-left: 1.2rem;
	margin-right: -0.4rem;
}

.button.arrow-left:before {
	content: "\f2ca";
	margin-right: 0.8rem;
}

.button.arrow-left:hover:before {
	margin-right: 1.2rem;
	margin-left: -0.4rem;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gallery
 * ========================================================================== */

.gallery {
	margin: 0 auto 4rem;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 1rem 0 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 0.4rem;
}

.gallery-caption {
	margin-left: 0;
}


/* Tables
 * ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 4rem;
	width: 100%;
}

.post-55810 table {
	line-height: 1;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 0.6rem;
}

.post-55810 td {
	vertical-align: baseline;
}

th {
	font-weight: 400;
}

/* Accessibility
 * ========================================================================== */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #1a1a1a;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 2rem;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	outline: 1px dotted rgba(0, 0, 0, 0.2);
}

/* Wordpress
 * ========================================================================== */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 4rem;
}

img.alignnone,
.alignnone {
	margin-bottom: 2rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 6rem 4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 4rem 6rem;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 6rem 0 4rem;
}

.wp-caption-text {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 1rem;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 3rem;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

/* Site Containers
 * ========================================================================== */

.showcase-landing {
	background: #fff;
}

.full-width-content .content,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .entry-content .woocommerce {
	margin: 0 auto;
	max-width: 80rem;
	float: none;
}

.wrap {
	margin: 0 auto;
	padding: 0 5%;
}

.site-inner {
	clear: both;
	padding: 4rem 0;
	overflow: hidden;
	background: #fff;
}

.front-page .site-inner {
	padding: 0;
}

.full.full-width-content .content,
.woocommerce-page.full-width-content .content {
	max-width: 100%;
	width: 100%;
}

.title-center .entry-header .entry-title {
	text-align: center;
}

/* Join telegram */
.join-free {
	float: left;
	width: 100%;
	text-align: center;
}

.join-free h3 {
	font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2;
	font-size: 4rem;
}

.join-free ul {
	text-align: left;
	list-style: none !important;
	margin: 40px 0 30px;
	padding: 0;
}

.join-free li .tcb-icon {
	padding-right: 12px;
	width: 27px;
}

.join-free li {
	list-style: none !important;
	padding-bottom: 2px;
}

.join-free a {
	display: block;
	margin-bottom: 30px;
}

.join-free a {
	display: inline-block;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	padding: 35px 87px 25px 12px;
	text-align: left;
	min-height: 88px;
	position: relative;
	text-decoration: none;
	background: rgb(37, 46, 62);
	background: -moz-linear-gradient(45deg, rgba(37, 46, 62, 1) 0%, rgba(41, 51, 65, 1) 80%, rgba(41, 51, 65, 1) 81%, rgba(59, 65, 75, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(37, 46, 62, 1) 0%, rgba(41, 51, 65, 1) 80%, rgba(41, 51, 65, 1) 81%, rgba(59, 65, 75, 1) 100%);
	background: linear-gradient(45deg, rgba(37, 46, 62, 1) 0%, rgba(41, 51, 65, 1) 80%, rgba(41, 51, 65, 1) 81%, rgba(59, 65, 75, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#252e3e', endColorstr='#3b414b', GradientType=1);
	border-radius: 20px;
}


.join-free a::after {
	content: "";
	position: absolute;
	background: url(../../wp-content/themes/showcase-pro/images/telegram_PNG.png);
	right: 13px;
	top: 12px;
	width: 65px;
	height: 65px;
	z-index: 9;
	background-size: 65px;
	background-repeat: no-repeat;
}

/* Join telegram */

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

	body:not(.with-page-header) .site-inner {
		padding-top: 18rem;
	}

}

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

	.content {
		float: right;
		width: 68.5%;
	}

	.content-sidebar .content {
		float: left;
	}

	.sidebar-primary {
		float: right;
		width: 28.5%;
	}

	.sidebar-content .sidebar-primary {
		float: left;
	}

	.wrap {
		max-width: 120rem;
	}

	.site-inner {
		padding: 8rem 0;
	}

}

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

	.wrap {
		max-width: 120rem;
	}

}

/* Grid
 * ========================================================================== */

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

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.footer-widgets .widget-area,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.one-fourth,
	.footer-widgets .widget-area {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.footer-widgets .widget-area:first-child {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}
}

/* Front Page Widgets
 * ========================================================================== */

.flexible-widget-area&gt;.wrap {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.flexible-widgets .widget {
	margin-bottom: 2rem;
}

.flexible-widgets .widget:last-child {
	margin-bottom: 0;
}

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

	.flexible-widget-area&gt;.wrap {
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.flexible-widgets,
	.front-page .featured-content.widget .widget-wrap {
		margin-left: -2rem;
		margin-right: -2rem;
		width: calc(100% + 4rem);
	}

	.front-page .featured-content .widgettitle {
		margin-left: 2rem
	}

	.flexible-widgets .widget,
	.front-page .featured-content.widget .entry {
		float: left;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-area .widget:nth-of-type(1),
	.flexible-widgets.widget-halves.uneven .widget:last-of-type {
		width: 100%;
	}

	.flexible-widgets.widget-fourths .widget {
		width: 25%;
	}

	.flexible-widgets.widget-halves .widget {
		width: 50%;
	}

	.flexible-widgets.widget-thirds .widget,
	.front-page .featured-content.widget .entry {
		width: 33.33%;
	}

	.flexible-widgets.widget-halves .widget:nth-child(even),
	.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
	.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
		clear: left;
	}
}

/* Front Page 2
 * ========================================================================== */

.front-page-2 {
	text-align: center;
	background: #fff;
}

/* Front Page 3
 * ========================================================================== */

.front-page-3 {
	background-color: #f7f6f7;
	overflow: hidden;
}

.front-page-3 .widget-area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	position: relative;
}

.front-page-3 .widget img.pull-left {
	margin-left: -25%;
}

.front-page-3 .widget img.pull-right {
	margin-right: -25%;
}

.front-page-3 .widget img.pull-right,
.front-page-3 .widget img.pull-left {
	max-width: 150%;
	width: auto;
	margin-bottom: -50%;
	margin-top: 20px;
}

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

	.front-page-3 .flexible-widgets.widget-halves .widget,
	.front-page-3 .widget {
		width: 50%;
		float: left;
		align-self: center;
	}

	.front-page-3 .widget img.pull-left,
	.front-page-3 .widget img.pull-right {
		margin-bottom: -30%;
		margin-top: -30%;
		pointer-events: none;
	}
}


/* Front Page 4
 * ========================================================================== */

.front-page-4 {
	text-align: center;
}

.front-page-4 a,
.front-page-4 {
	color: #fff;
}

.front-page-4 blockquote {
	font-size: 2rem;
	font-weight: 300;
	font-style: normal;
	margin: 2rem auto;
}

@media only screen and (min-width: 800px) {
	.front-page-4 blockquote {
		font-size: 3rem;
		max-width: 75%;
	}
}

/* Front Page 5
 * ========================================================================== */

.front-page-5 {
	background: #fff;
}

.front-page-5 .widget:nth-of-type(1) {
	text-align: center;
}


/* Widgets
 * ========================================================================== */

.widget {
	word-wrap: break-word;
}

.widget ol&gt;li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 2rem;
	text-indent: -2rem;
}

.widget li li {
	border: 0;
	margin: 0 0 0 3rem;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Testimonials
 * ========================================================================== */

.lSAction {
	display: none !important;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg&gt;li a {
	background-color: #555;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg&gt;li.active a,
#gts-testimonials .lSSlideOuter .lSPager.lSpg&gt;li:hover a {
	background-color: #1db3e2;
}

/* Icons
 * ========================================================================== */

.icon {
	font-size: 6rem;
	margin: 0 0 2rem;
	color: #1db3e2;
}


/* Featured Content
 * ========================================================================== */

.featured-content.widget .entry {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Breadcrumbs
 * ========================================================================== */

.breadcrumb {
	margin-bottom: 1.6rem;
}


/* Plugins
 * ========================================================================== */

/* Genesis eNews Extended */

.enews-widget input {
	margin-bottom: 1rem;
}

.enews-widget p {
	margin-bottom: 2rem;
}

.enews form+p {
	line-height: 1.5;
	margin-top: 3rem;
}

/* Genesis Simple Share */

.content .share-after {
	margin-bottom: 2rem;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #1a1a1a;
	border: 1px solid #1a1a1a;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #1a1a1a !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack */

#wpstats {
	display: none;
}

/* Widget Custom Menu
 * ========================================================================== */

.widget_nav_menu .sub-menu {
	margin-top: 0rem;
}

/* WooCommerce
 * ========================================================================== */

body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page .woocommerce-message::before,
body.woocommerce-page .woocommerce-info::before,
body.woocommerce-page div.product p.price,
body.woocommerce-page div.product span.price,
body.woocommerce-page ul.products li.product .price,
body.woocommerce-page form .form-row .required,
.woocommerce-MyAccount-navigation li a {
	color: #1a1a1a;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #f7f6f7;
	border-bottom: 0;
	margin: 0 -1px 0 0;
	padding: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 1.5rem 2rem;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}

body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error {
	border: 0;
	margin-top: 2rem !important;
	line-height: 5rem;
}

body.woocommerce-page span.onsale,
body.woocommerce-page ul.products li.product .onsale {
	border-radius: 0;
	top: 0;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0 1rem;
	background: #1a1a1a;
}

body.woocommerce ul.cart_list li,
body.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	background: none;
	border: none;
	float: left;
	padding: 0.5rem !important;
	width: 50%;
}

body.woocommerce ul.cart_list li img,
body.woocommerce ul.product_list_widget li img {
	width: 100% !important;
}

.woocommerce-cart .entry-content p:first-child::first-letter,
.woocommerce-checkout .entry-content p:first-child::first-letter {
	float: none;
	font-size: inherit;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
	width: auto;
}

body.woocommerce ul.products li.product .price del,
body.woocommerce div.product p.price del,
body.woocommerce div.product span.price del {
	display: inline !important;
}

select.orderby {
	margin-bottom: 2rem;
}

.stars a,
.star-rating span:before {
	color: #ffb35e !important;
}

.woocommerce .quantity .qty {
	padding: 1.2rem 1rem 1rem;
}

.woocommerce form .form-row label.inline {
	margin-left: 2rem;
}

/* Search Form
 * ========================================================================== */

.search-form {
	position: relative;
	width: 100%;
	margin-bottom: 7rem;
}

.search-form:after {
	content: "\f4a4";
	position: absolute;
	right: 1.5rem;
	top: 0;
	font-family: ionicons;
	font-size: 3rem;
	line-height: 60px;
	pointer-events: none;
	color: #dcdcdc;
}

.search-form input[type="search"] {
	width: 100%;
	padding: 2rem 2.8rem 2rem 1.2rem;
	font-size: 1.6rem;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	text-indent: -9999px;
	border-color: transparent !important;
	background: transparent !important;
}

.search-form input[type="submit"]:hover {
	box-shadow: none;
}

.before-footer .search-form {
	margin-bottom: 0;
}

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

	.search-form {
		width: auto;
		margin-bottom: 0rem;
	}
}

/* Site Header
 * ========================================================================== */

.site-header,
.header-image .site-header {
	width: 100%;
	z-index: 999;
	padding: 0;
	position: relative;
	background: #fff;
}

.title-area {
	float: left;
}

.site-title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 5rem;
	margin: 0 auto;
}

.site-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title&gt;a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	height: 5rem;
	width: 14rem;
	background-image: url(images/logo_dark.png);
}

@media only screen and (min-width: 1080px) {
	body.with-page-header.header-image:not(.header-scroll) .site-title a {
		background-image: url(../../wp-content/uploads/2019/09/cropped-Forex-School-2.png) !important;
	}
}

.header-image .title-area {
	margin: 0;
	width: 14rem;
}

.site-description {
	display: none;
}

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

	.site-header,
	.header-image .site-header {
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
	}

	.single .site-header {
		top: 20px;
		background-color: #fff;
	}


	.header-scroll .site-header {
		background: #fff;
		padding: 0;
		box-shadow: 0 0.2rem rgba(0, 0, 0, 0.05);
	}

	.site-header .wrap {
		max-width: none;
	}

	.site-title {
		font-size: 3.2rem;
		line-height: 8rem;
	}

	.header-image .site-title&gt;a {
		height: 7.5rem;
		width: 20rem;
	}

	.header-image .title-area {
		width: 20rem;
	}

	.with-page-header .site-title a {
		color: #fff;
	}

	.header-scroll .site-title a {
		color: #1a1a1a;
	}

	.header-scroll .site-header .genesis-nav-menu .menu-item.highlight a {
		border: 2px solid #1a1a1a;
		color: #1a1a1a;
	}
}

/* Navigation
 * ========================================================================== */
/* header.site-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu.genesis-nav-menu  {
    margin-top: 20px;
} */
.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	margin: 0 1.6rem 0;
	position: relative;
	opacity: 0.8;
	color: #1a1a1a;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item&gt;a,
.genesis-nav-menu .sub-menu .current-menu-item&gt;a:hover {
	text-decoration: none;
	opacity: 0.8;
}


/*.nav-primary .genesis-nav-menu&gt;li&gt;a{
	margin: 0 0 0 18px !important;
	padding-top: 0;
}
*/

/*.nav-primary .genesis-nav-menu .log_out_user_on {
    background-color: transparent;
}
.nav-primary .genesis-nav-menu .log_out_user_on a {
    padding: 8px 16px;
    background: #ffae2a;
	color:#1a1a1a;
	text-align: center;
}


.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item &gt; a,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover {
	text-decoration: none;
	opacity: 0.8;
}
*/
@media only screen and (min-width: 1080px) {

	.with-page-header .genesis-nav-menu a,
	.with-page-header .genesis-nav-menu .menu-item.highlight a {
		color: #fff;
	}

	.postid-24833 .with-page-header .genesis-nav-menu a,
	.postid-24833 .with-page-header .genesis-nav-menu .menu-item.highlight a,
	.postid-4872 .with-page-header .genesis-nav-menu a,
	.postid-4872 .with-page-header .genesis-nav-menu .menu-item.highlight a,
	.header-scroll .site-header .genesis-nav-menu a {
		color: #1a1a1a;
	}

	.genesis-nav-menu .menu-item.highlight a {
		background: transparent;
		border: 2px solid #1a1a1a;
		border-radius: 5px;
		line-height: 1;
		padding: 1rem 2rem 0.8rem;
	}

	.with-page-header .genesis-nav-menu .menu-item.highlight a {
		border: 2px solid #fff;
	}

	.genesis-nav-menu .menu-item.highlight a:hover {
		background: #fff;
		color: #1a1a1a;
	}

	.genesis-nav-menu .sub-menu {
		width: 18rem;
		z-index: 99;
		background: #fff;
		box-shadow: 0 2rem 2rem -0.05rem rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		opacity: 0 !important;
		margin-top: 0;
		position: absolute;
		left: 0;
		margin-left: 2rem;
		pointer-events: none;
		text-align: left;
		display: block !important;
	}

	.genesis-nav-menu .sub-menu {
		width: 18rem;
		z-index: 99;
		background: #fff;
		box-shadow: 0 2rem 2rem -0.05rem rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		opacity: 0 !important;
		margin-top: 0;
		position: absolute;
		left: 0;
		margin-left: 2rem;
		pointer-events: none;
		text-align: left;
		display: block !important;
	}

	.genesis-nav-menu .menu-item:hover&gt;.sub-menu {
		opacity: 1 !important;
		pointer-events: all;
	}

	.genesis-nav-menu&gt;.menu-item:hover&gt;.sub-menu {
		margin-top: -1rem;
	}

	.genesis-nav-menu .sub-menu li a {
		border-top: none;
		padding: 0.8rem 1.6rem;
		margin: 0;
		color: #1a1a1a;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li:first-child&gt;a {
		padding-top: 1.6rem;
	}

	.genesis-nav-menu .sub-menu li:last-child a {
		padding-bottom: 1.2rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0 0 0 17.8rem;
		top: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu:before {
		display: none;
	}
}

/* Responsive Menu */

button.sub-menu-toggle,
button.menu-toggle {
	display: none;
	visibility: hidden;
	background: transparent !important;
	color: transparent;
}

@media only screen and (max-width: 1080px) {

	button.sub-menu-toggle,
	button.menu-toggle {
		display: block;
		visibility: visible;
	}

	.nav-primary,
	.nav-primary .sub-menu {
		width: 100%;
		display: none;
	}

	button.menu-toggle {
		display: block;
		float: right;
		background: none;
		padding: 0;
		overflow: hidden;
		width: 50px;
		height: 50px;
		position: relative;
	}

	button.menu-toggle:hover,
	button.menu-toggle:active,
	button.menu-toggle:focus,
	button.sub-menu-toggle:hover,
	button.sub-menu-toggle:active,
	button.sub-menu-toggle:focus {
		box-shadow: none;
	}

	button.menu-toggle:before {
		position: absolute;
		color: #1a1a1a;
		top: 1rem;
		right: 1.2rem;
		display: inline-block;
		font-size: 2.8rem;
		margin: 0 auto;
		padding: 0;
	}

	button.menu-toggle.activated::before {
		content: "\f2d7";
		right: 1.5rem;
	}

	button.sub-menu-toggle {
		position: absolute;
		right: 0;
		top: 0;
		background: transparent;
		padding: 0 1.25rem 0;
	}

	button.sub-menu-toggle:before {
		color: #1a1a1a;
		font-size: 16px;
		padding: 14px 5px 14px;
		cursor: pointer;
	}

	button.sub-menu-toggle.activated:before {
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.nav-primary .genesis-nav-menu li {
		width: 100%;
	}

	.nav-primary .genesis-nav-menu&gt;li:first-child {
		margin-top: 20px;
	}

	.nav-primary .genesis-nav-menu li .sub-menu {
		margin: 0 0 0 24px;
		width: calc(100% - 24px);
	}

	.nav-primary .genesis-nav-menu a {
		margin: 0 4rem 0 0;
		padding: 1rem 0;
	}

}

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

	.nav-primary {
		text-align: right;
	}

	.bg-primary .nav-primary {
		padding-bottom: 22px;
	}

	.nav-primary .genesis-nav-menu&gt;li&gt;a {
		margin: 0 0 0 24px;
		padding: 3rem 0;
	}

	.nav-primary .genesis-nav-menu&gt;li.left {
		float: left;
	}

	.nav-primary .genesis-nav-menu&gt;li.menu-item-has-children&gt;a:after {
		top: 18px;
	}
}

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

	.nav-primary .genesis-nav-menu&gt;li&gt;a {
		margin: -2px 0 0 32px;
		color: #1a1a1a;
	}
}

/* Sub Nav
 * ========================================================================== */

.nav-secondary {
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 99;
}

.nav-secondary .wrap {
	padding: 0;
}

.nav-secondary .genesis-nav-menu {
	padding: 1.6rem 0;
	margin-bottom: -1.6rem;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-secondary .genesis-nav-menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 1rem;
	padding: 4px;
}

.nav-secondary ul li:first-child {
	margin-left: 5%;
	padding-left: 0;
}

.nav-secondary ul li:last-child {
	margin-right: 5%;
	padding-right: 0;
}

.nav-secondary .genesis-nav-menu li a {
	opacity: 0.8;
	padding: 2rem 0;
	margin: 0;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a {
	opacity: 1;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a:after {
	content: " ";
	border-bottom: 5px solid #333;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 800px) {
	.nav-secondary {
		width: 100%;
	}
}

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

	.nav-secondary .genesis-nav-menu li {
		margin: 0 12px;
	}

	.nav-secondary ul li:first-child {
		margin-left: 0;
	}

	.nav-secondary ul li:last-child {
		margin-right: 0;
	}

}

/* WooCommerce Account Nav
 * ========================================================================== */

body.woocommerce-account .entry-title {
	text-align: center;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
	text-align: center;
	width: 100%;
	float: none;
}

body.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
	float: none;
	max-width: 80rem;
	margin: 0 auto;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0 0 4rem !important;
}

.woocommerce-MyAccount-navigation li {
	display: block;
	list-style: none;
}

.woocommerce-MyAccount-navigation li a {
	text-decoration: none;
	padding: 1rem;
	display: inline-block;
}

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

	.woocommerce-MyAccount-navigation li {
		display: inline-block;
	}
}


/* Pagination
 * ========================================================================== */

.pagination,
body.woocommerce-page nav.woocommerce-pagination {
	margin: 4rem auto;
	text-align: center;
}

.pagination.adjacent-entry-pagination {
	padding: 4rem 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.pagination.adjacent-entry-pagination .pagination-previous,
.pagination.adjacent-entry-pagination .pagination-next {
	float: none;
	text-align: center;
	padding: 2rem 0;
}

.pagination ul,
body.woocommerce-page nav.woocommerce-pagination ul {
	display: inline-block;
}

.pagination li,
body.woocommerce-page nav.woocommerce-pagination ul li {
	border-radius: 0;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination:not(.adjacent-entry-pagination) li a {
	display: block;
	padding: 1rem 1.5rem 0.8rem;
	text-decoration: none;
	color: #1a1a1a;
	border-radius: 5px;
	background: transparent;
}

.pagination li a:hover,
.pagination li.active a,
body.woocommerce-page nav.woocommerce-pagination ul li span.current {
	background: #1db3e2;
	color: #fff;
}

@media only screen and (min-width: 800px) {
	.pagination.adjacent-entry-pagination .pagination-previous {
		float: left;
		text-align: left;
		padding: 2rem 0;
	}

	.pagination.adjacent-entry-pagination .pagination-next {
		float: right;
		text-align: right;
		padding: 2rem 0;
	}
}

/* Background Images and Colors
 * ========================================================================== */

.with-background-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.with-background-image:after {
	-ms-filter: "alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.30;
}

.bg-primary,
.bg-primary a {
	color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
	position: relative;
	z-index: 2;
}

.bg-primary:after,
.bg-light-gray:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bg-primary:after {
	background: #1a1a1a;
}

.bg-light-gray:after {
	background: #dcdcdc;
}

/* Page Header
 * ========================================================================== */

.page-header {
	padding: 8rem 0;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #1a1a1a;
}

.page-header h1,
.page-header .author-box-title {
	line-height: 1.2;
	font-size: 40px;
	display: inline-block;
}

.page-header h1:last-child {
	margin-bottom: 0;
}

.page-header p {
	font-size: 2.4rem;
	max-width: 74rem;
	margin-left: auto;
	margin-right: auto;
}

.page-header p:last-child {
	margin-bottom: 0;
}

.page-header a:not(.button) {
	opacity: .5;
}

.page-header a:hover:not(.button) {
	opacity: 1;
}

@media only screen and (min-width: 800px) {
	.page-header p {
		font-size: 2.4rem;
		max-width: 74rem;
		margin-left: auto;
		margin-right: auto;
	}


	.page-header {
		padding: calc(7% + 10.8rem) 0 7%;
	}

	.home .page-header {
		padding: calc(10% + 10.8rem) 0 10%;
	}

	.page-header h1,
	.page-header .author-box-title {
		font-size: 6rem;
	}

	.page-header .entry-meta {
		font-size: 1.6rem;


	}

	/* Pricing Table
 * ========================================================================== */

	.pricing-table,
	.pricing-table&gt;* {
		display: flex;
		flex-wrap: wrap;
	}

	.pricing-table&gt;* {
		align-self: stretch;
	}

	.pricing-table&gt;*&gt;* {
		align-self: stretch;
		flex-grow: 1;
		width: 100%;
	}

	.pricing-table .plan {
		box-shadow: inset 0 0 0 2px #f0f0f0;
		text-align: center;
		padding: 40px 20px 20px;
		margin: 0 0 40px;
		width: 100%;
		position: relative;
		transition: all .2s ease-out;
		font-size: 14px;
		margin-bottom: 40px;
	}

	.pricing-table .plan em {
		opacity: .5;
		margin-bottom: 20px;
		display: block;
	}

	.pricing-table .plan h3 {
		color: #1db3e2;
	}

	.pricing-table .plan h3 span {
		font-size: .66em;
	}

	.pricing-table .plan ul {
		margin: 0 0 40px;
		line-height: 2;
	}

	.pricing-table .plan ul li {
		list-style: none;
	}

	.pricing-table .plan p {
		padding-left: 2rem;
		padding-right: 2rem;
		z-index: 3;
		align-self: flex-end;
	}

	.pricing-table .plan ul.small {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1rem;
		letter-spacing: 0.07em;
		margin-bottom: 2rem;
		opacity: 0.75;
	}


	.pricing-table .plan.featured {
		background: #fff;
		box-shadow: 0 0 0 4px #1db3e2;
		z-index: 2;
		border-radius: 5px;
	}

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

		.pricing-info {
			padding-top: 8rem;
		}

		.pricing-table .plan {
			margin-bottom: 4rem !important;
		}

		.pricing-table .plan.one-fourth {
			width: 50%;
			margin: -2px 0 0 -2px;
		}

		.pricing-table .plan.one-fourth:first-child,
		.pricing-table .plan.one-fourth:nth-child(3) {
			margin-left: 0;
		}

		.pricing-table .plan.one-third {
			width: 33%;
			margin: 0 0 0 -2px;
		}

		.pricing-table .plan.one-third:first-child {
			margin-left: 0;
		}
	}

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

		.pricing-table .plan.one-fourth {
			width: 25%;
			margin: 0 0 0 -2px;
		}

		.pricing-table .plan.one-fourth:first-child {
			margin-left: 0;
		}

		.pricing-table .plan.one-fourth:nth-child(3) {
			margin-left: -2px;
		}
	}


	/* Archives
 * ========================================================================== */

	.archive-description {
		margin-bottom: 4rem;
		padding-bottom: 2.5rem;
		border-bottom: 1px solid #dcdcdc;
	}

	/* Entries
 * ========================================================================== */

	.entry {
		margin-bottom: 1em;
	}

	.page-template-page_blog .entry,
	.blog .entry,
	.archive .entry:not(.product),
	.single-post .entry {
		margin-bottom: 4rem;
		padding: 4rem 0;
		border-bottom: 1px solid #dcdcdc;
		position: relative;
	}

	.page-template-page_blog .entry:last-child,
	.blog .entry:last-child,
	.archive .entry:last-child {
		border-bottom-width: 0px;
	}

	.single-post .entry:first-child {
		padding: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}

	.page-template-page_blog .blog-template-description {
		display: none;
	}

	.entry-title a {
		color: #1a1a1a;
	}

	.entry-content ol,
	.entry p,
	.entry-content p,
	.author-box p,
	.entry-content ul,
	.entry ul,
	.entry ol,
	.entry-content .wp-video,
	.entry-content .wp-audio-shortcode,
	.entry-content .video-player,
	.quote-caption {
		margin-bottom: 2em;
		line-height: 2;
	}

	.entry-content ol,
	.entry ol,
	.entry-content ul,
	.entry ul {
		margin-left: 4rem;
	}

	.single .entry-content p.intro,
	.page:not(.page-template-page_blog) .entry-content p.intro {
		display: block;
		font-size: 2.4rem;
		font-weight: 300;
	}

	.single .entry-content p.intro:after,
	.page .entry-content p.intro:after {
		content: " ";
		border-bottom: 1px solid #dcdcdc;
		margin: 4rem auto;
		display: block;
	}

	.post-image.entry-image {
		margin-bottom: 4rem;
	}

	.entry-content .gform_wrapper ul.gform_fields {
		margin: 0 0 3rem;
	}

	.entry-content ol li,
	.entry ol li {
		list-style-type: decimal;
	}

	.entry-content ul li,
	.entry ul li {
		list-style: disc;
	}

	.entry-content ol ol,
	.entry ol ol,
	.entry-content ul ul,
	.entry ul ul {
		margin-bottom: 0;
	}

	.entry-content ul.list-unstyled,
	.entry-content ol.list-unstyled {
		margin-left: 2rem;
	}

	.entry-content ul.list-unstyled&gt;li,
	.entry-content ol.list-unstyled&gt;li,
	.entry-content .gform_wrapper ul li {
		list-style: none;
	}

	/* Author Box
 * ========================================================================== */

	.single .author-box {
		margin: 4rem auto 4rem;
		text-align: center;
		position: relative;
	}

	.single .author-box .author-box-title {
		margin: 0;
	}

	.author-box .avatar,
	body.woocommerce-page img.avatar {
		max-width: 8rem;
		height: 8rem;
		width: 8rem;
		border-radius: 4rem;
		margin-bottom: 2rem;
	}

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

		.single .author-box {
			padding-left: 10rem;
			text-align: left;
		}

		.author-box .avatar {
			position: absolute;
			left: 0;

		}
	}


	/* Entry Grid
 * ========================================================================== */

	.showcase-entry-grid .entry {
		overflow: hidden;
		margin-top: 2rem;
		margin-bottom: 2rem;
		padding: 0;
		position: relative;
		text-align: center;
		border: 0;
	}

	.showcase-entry-grid .entry:hover {
		transform: translateY(-0.5rem);
		box-shadow: 0 2rem 2rem -1rem rgba(0, 0, 0, 0.25);
	}

	.showcase-entry-grid .entry a {
		border: 0;
		overflow: hidden;
		color: #fff;
	}

	.showcase-entry-grid .entry img {
		display: block;
	}

	.overlay {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.3);
		-ms-filter: "alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: 0;
	}

	.overlay:hover {
		-ms-filter: "alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.overlay-inner {
		width: 100%;
		height: 100%;
		display: table;
		overflow: hidden;
	}

	.overlay-details {
		display: table-cell;
		padding: 1.6rem;
		vertical-align: middle;
		position: relative;
		z-index: 3;
	}

	@media only screen and (max-width: 800px) {

		.showcase-entry-grid {
			margin-left: -1rem;
			margin-right: -1rem;
			width: calc(100% + 2rem);
		}

		.showcase-entry-grid .entry {
			width: calc(50% - 2rem);
			float: left;
			margin: 1rem;
		}
	}


	/* Comments
 * ========================================================================== */


	.comment-respond,
	body.woocommerce #review_form #respond,
	body .woocommerce form.checkout_coupon,
	body .woocommerce form.login,
	body .woocommerce form.register,
	body .woocommerce-MyAccount-content form {
		background: #f7f6f7;
		border: 0;
		padding: 2rem 2rem 1rem;
		margin-bottom: 4rem;
		border-radius: 5px;
	}

	.entry-comments,
	.entry-pings {
		padding: 4rem 0 0;
	}

	p.comment-meta,
	.entry-comments .comment,
	.entry-comments .comment-reply {
		margin-bottom: 4rem;
	}

	.entry-comments .comment {
		padding: 2rem 0;
		border-bottom: 1px solid #dcdcdc;
	}

	.entry-comments .comment:last-child {
		margin-bottom: 0;
		border: 0;
	}

	.comment-list .comment-respond {
		padding-left: 0;
	}

	.comment-header {
		line-height: 1;
	}

	.comment-author {
		margin: 6px 0 2px;
	}

	.comment-author span:first-of-type {
		font-weight: 700;
	}

	.comment-author .avatar {
		float: left;
		margin-right: 1.6rem;
		margin-bottom: 1.6rem;
		border-radius: 2.4rem;
		margin-top: -0.6rem;
	}

	.comment-autor,
	.comment-meta a {
		text-transform: uppercase;
	}

	.comment-meta a {
		font-size: 1.2rem;
	}

	.comment-edit-link {
		margin-bottom: 2rem;
		display: inline-block;
	}

	.comment-notes,
	.entry-pings .reply {
		display: none;
	}

	.comment-form p label {
		font-weight: bold;
	}

	p.comment-form-comment {
		margin-bottom: 2rem;
	}

	.comment-list li {
		list-style-type: none;
	}

	.comment-reply-title small {
		font-size: 1.8rem;
		font-weight: 400;
	}

	.entry-comments ul.children {
		margin-left: 4rem;
	}

	.ping-list .reply {
		display: none;
	}

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

		.comment-respond,
		body.woocommerce #review_form #respond,
		body .woocommerce form.checkout_coupon,
		body .woocommerce form.login,
		body .woocommerce form.register,
		body .woocommerce-MyAccount-content form {
			padding: 4rem 4rem 3rem;
			margin-bottom: 0;
		}
	}

	/* Widget Areas
 * ========================================================================== */

	.sidebar .widget {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}

	.sidebar .widget:last-child {
		border-bottom: 0;
	}

	.widget-area ul li {
		list-style-type: none;
		margin-bottom: 1.6rem;
	}

	/* Before Footer Widget Area
 * ========================================================================== */

	.before-footer {
		background: #f7f6f7;
		padding: 6rem 0;
	}

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

		/* .before-footer {
		padding: 10rem 0;
	} */

		.entry-content before-footer {
			color: #fff
		}

		.before-footer .enews form {
			margin-left: -1rem;
			margin-right: -1rem;
			width: calc(100% + 2rem);
		}

		.before-footer .enews form input {
			margin: 0 1rem;
			width: calc(25% - 2rem);
			float: left;
		}
	}


	/* Footer Widgets
 * ========================================================================== */

	.footer-widgets {
		padding: 6rem 0 0;
		background: #1a1a1a;
		color: #fff;
	}

	.footer-widgets .prompt-button {
		color: #202020;
	}

	.footer-widgets .widget-area {
		margin-bottom: 4rem;
	}

	.footer-widgets a:not(.button) {
		color: #fff;
		opacity: .5;
		font-size: 14px;
	}

	.footer-widgets a:not(.button):hover {
		opacity: 1;
	}

	.footer-widgets .widgettitle {
		opacity: 1;
		text-transform: none;
		letter-spacing: 0;
		font-weight: bold;
		font-size: 1.5rem;
		margin-bottom: 3rem;
	}

	.footer-widgets .simple-social-icons ul {
		margin-top: 1rem !important;
	}

	.footer-widgets .simple-social-icons ul li {
		margin: 0px 2.4rem 1.2rem 0 !important;
	}

	.footer-widgets .simple-social-icons ul li a {
		padding: 0px !important;
		border: 0px !important;
	}

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

		.footer-widgets {
			padding: 8rem 0 0;
		}

		/* .footer-widgets .widgettitle {
		margin-bottom: 6rem;
	} */
	}


	/* Site Footer
 * ========================================================================== */

	.site-footer {
		padding: 2rem 0;
		background: #1a1a1a;
		text-align: center;
		color: #fff
	}

	.site-footer a {
		color: #fff;
	}

	.site-footer p {
		margin-bottom: 0;
	}
}


/* 15-JUNE-2020-START */
.forex-trading-school-sidebar {
	border-radius: 6px;
	filter: drop-shadow(0px 2px 42px rgba(41, 41, 41, 0.15));
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 40px 20px;
	text-align: center;
	position: relative;
}

.forex-trading-school-sidebar:before,
.forex-trading-school-sidebar:after {
	width: 100%;
	height: 40%;
	content: "";
	background-image: url(../../wp-content/uploads/2020/06/box-shape-image.png);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	background-position: bottom center;
	background-repeat: repeat-x;
}

.forex-trading-school-sidebar:after {
	bottom: 0;
	top: auto;
	transform: rotate(180deg);
}

.forex-trading-school-sidebar-inr {
	padding: 0;
	position: relative;
	z-index: 99;
}

.forex-trading-school-sidebar h3 {
	font-weight: 600;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	background-color: #f1f2f1;
	letter-spacing: 0.8px;
	display: inline-block;
	padding: 4px 8px;
	border-radius: 8px;
	position: relative;
	z-index: 99;
}

.forex-trading-school-sidebar-inr h4 {
	font-weight: 800;
	margin: 25px 0 15px;
	color: #0084ff;
	line-height: 26px;
	text-transform: capitalize;
	letter-spacing: 0;
	font-size: 22px;
}

.forex-trading-school-sidebar-inr p {
	color: #333333b3;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}

.start-learning-btn {
	text-align: center;
}

.start-learning-btn a {
	background: #ee6754;
	color: #fff;
	display: inline-block;
	padding: 18px 24px;
	text-transform: capitalize;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	border-radius: 8px;
	font-weight: 600;
	font-family: "Montserrat";
}

.forex-trading-school-sidebar-inr img {
	float: none;
	margin: 35px auto;
	display: inherit;
	max-width: 200px;
}

.sidebar.sidebar-primary .widget {
	margin-bottom: 0rem;
	margin-top: 2rem;
}

.custom_author_info .custom_author_name a {
	margin-right: 10px;
	color: #1a1a1a;
}

.custom_author_info .custom_author_name a:hover {
	color: #1db3e2;
}

/* 15-JUNE-2020-END */
.footer-widgets .footer-widget-area p {
	margin-bottom: 18px;
}

.genesis-nav-menu .log_out_user_on {
	margin-left: 36px;
	padding-right: 0;
}

.nav-primary .genesis-nav-menu .log_out_user_on a {
	margin: 0;
	padding: 10px 15px;
	background: #349fff;
	color: #fff;
	opacity: 1;
}

.floatingprompt {
	background: #fff !important;
}

.closeicon span {
	background: #349fff !important;
}

.prompt-button a {
	background: #349fff !important;
}

.five_column .chat_now_box_plugin .customlink_plugin {
	background: #349fff !important;
}


/* sidbar-section */

.sidebar-section {
	float: right;
	width: 100%;
	background: url(images/side-bar.jpg) center top;
	background-size: cover;
	padding: 60px 30px 45px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 10px #f0f0f0;
}

.sidebar-section span {
	font-size: 15px;
	color: #333;
	background: #eeeeee;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 22px;
	padding: 0px 8px;
	border-radius: 6px;
}

.sidebar-section h4 {
	font-size: 22px;
	color: #0084ff;
	font-weight: 900;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
	line-height: 31px;
	letter-spacing: 0;
	margin: 25px 0 20px;
}

.sidebar-section p {
	font-size: 16px;
	color: #646464;
	line-height: 23px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

.start-img {
	display: inline-block;
	width: 100%;
	margin: 47px 0 53px;
}

.start {
	display: inline-block;
	width: 100%;
}

.start a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	background: #ee6754;
	padding: 20px 22px;
	border-radius: 7px;
	display: inline-block;
}

.start a:hover {
	color: #fff;
	background: #ee604c;
	text-decoration: none;
}

/* sidbar-section-end*/


.footer-widgets .widget-area {
	margin-left: 2.448%;
}

.widget-area.footer-widgets-4.footer-widget-area {
	width: 90%;
	padding-left: 3%;
}

.social-links a {
	font-size: 18px !important;
	margin-right: 16px;
	float: left;
	margin-top: 10px;
	opacity: 1 !important;
}

.social-links {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.social-links p {
	font-size: 14px;
	color: #838383;
	margin: 20px 0 0 !important;
	float: left;
	width: 100%;
}

.creds {
	color: #646464;
	font-size: 14px;
}

.creds a {
	color: #646464;
}

.site-footer a:hover {
	color: #fff;
}

.social-links .footer-logo {
	width: 100px;
	margin-right: 20px;
	vertical-align: middle;
	float: left;
}

.footer-widgets .widgettitle {
	text-transform: uppercase;
}

/* ARCHIVE-PAGE-START */
.archive-description.taxonomy-archive-description {
	position: relative;
	padding: 40px 10px;
	border-bottom: 1px solid #ebebeb;
	background: #fafafa;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	margin: 136px 0 0;
	border-top: 1px solid #efefef;
	font-family: Roboto, Arial, sans-serif;
}

.archive-description.taxonomy-archive-description span.sub-title {
	display: block;
	z-index: 2;
	color: #2d53fe;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 600;
}

.archive-description.taxonomy-archive-description .archive-title {
	position: relative;
	z-index: 2;
	margin-top: 16px;
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.03em;
	margin-bottom: 0;
	font-family: Roboto, Arial, sans-serif;
}

.archive-description.taxonomy-archive-description i.background {
	position: absolute;
	margin-top: 0;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #b4b4b4;
	opacity: 0.042;
	font-size: 126px;
	line-height: 0.6;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	pointer-events: none;
	font-family: Roboto, Arial, sans-serif;

}

body.archive.category .site-inner {
	padding: 60px 0 100px !important;
	font-family: Roboto, Arial, sans-serif;
}

main#genesis-content .archive-description.taxonomy-archive-description {
	display: none;
}

body.archive.category article.post {
	float: left;
	width: 33%;
	padding: 10px 15px !important;
	margin-bottom: 40px !important;
	border: none !important;
}

body.archive.category .archive excerpts {
	display: none;
}

body.archive.category main.content {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
}

@media screen and (min-width: 800px) {
	.archive.category main.content {
		max-width: 70%;
		width: 70%;
	}
}

body.archive.category article.post img {
	height: 200px;
	object-fit: cover;
	margin: 0;
	box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
	transition: all .3s ease;
}

.archive.category article.post img:hover {
	opacity: 1;
	box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
	-webkit-filter: brightness(1.07);
	filter: brightness(1.07);
	transform: translate(0, -2px);
}

body.archive.category article.post a.entry-image-link {
	margin-bottom: 30px;
	display: block;
}

body.archive.category article.post .entry-title {
	font-weight: 600;
	font-size: 18px;
	font-family: Roboto, Arial, sans-serif;
	line-height: 1.3;
	margin: 15px 0;
	padding: 0 15px;
}

body.archive.category article.post .entry-content {
	float: left;
	width: 100%;
	padding: 0 15px;
}

body.archive.category article.post .entry-content p {
	font-size: 16px;
	line-height: 1.6875;
	color: #505050;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

body.archive.category article.post a.button {
	display: none;
}

.archive-pagination.pagination {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #161616;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: center;
	margin: 60px 0 0;
	font-family: Roboto, Arial, sans-serif;
}

.archive-pagination.pagination ul {
	display: inline-block;
	padding: 5px 26px;
	border: 1px solid #ebebeb;
}

.archive-pagination.pagination ul li {
	margin: 0;
	line-height: 30px !important;
	font-size: 14px;
	color: #161616;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	padding: 0 5px;
	margin-right: 10px;
}

.archive-pagination.pagination ul li a {
	padding: 0;
	margin: 0;
	border-radius: 0;
	background-color: transparent !important;
	line-height: 30px !important;
	font-size: 14px;
	color: #161616;
	font-weight: 500;
	letter-spacing: 0.03em;
	box-shadow: none;
	text-transform: capitalize;
}

.archive-pagination.pagination ul li.pagination-omission {
	color: #b4b4b4;
	font-size: 0.86em;
	font-weight: bold;
}

.archive-pagination.pagination ul li.pagination-next {
	margin-right: 0;
	padding-right: 0;
}

.archive-pagination.pagination ul li.pagination-previous {
	padding-left: 0;
}

.archive-pagination.pagination ul li.active a,
.archive-pagination.pagination ul li a:hover {
	color: #1db3e2;
	background-color: transparent !important;
}

body.archive.category .before-footer {
	display: none;
}

/* ARCHIVE-PAGE-END */



/* Price Action */

.banner-outer {
	float: left;
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.custom-container {
	max-width: 1260px;
	margin: auto;
}

.banner-inner {
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 50px 40px;
}

.banner-inner span {
	font-weight: 600;
	font-size: 16px;
	line-height: 120.4%;
	text-align: left;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
}

.banner-inner h1 {
	font-weight: 600;
	font-size: 42px;
	line-height: 56px;
	text-align: left;
	text-transform: capitalize;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 0 15% 0 0;
	margin: 15px 0 10px;
}

.banner-inner p {
	font-weight: 400;
	font-size: 15.4px;
	line-height: 22px;
	text-align: left;
	text-transform: capitalize;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.bet-now-button {
	float: left;
	width: 100%;
	text-align: left;
	margin: 30px 0 0;
}

.bet-now {
	background: #FF8400;
	border-radius: 37px;
	margin: 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 25px 10px 5px;
	position: relative;
	width: 357px;
	display: inline-block;
	border: 1px solid #FF8400;
	text-align: center;
}

.bet-now:hover {
	background: transparent;
	border-radius: 37px;
	color: #FFFFFF;
	border: 1px solid #fff;
	text-decoration: none;
}

.bet-now::after {
	position: absolute;
	content: "\f105";
	font-family: 'FontAwesome';
	right: 20px;
	top: 10px;
	font-size: 20px;
}

.benefits-section,
.professional-outer,
.learn-outer {
	float: left;
	width: 100%;
}

.benefits-inner {
	float: left;
	width: 100%;
	padding: 48px 0 38px;
}

.benefits-left {
	float: left;
	width: 31.7%;
}

.benefits-center {
	float: left;
	width: 29%;
	margin: 0 45px;
}

.benefits-one {
	background: #FFFFFF;
	box-shadow: 0px 0px 16px rgba(57, 89, 135, 0.17);
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	padding: 21px;
	align-items: center;
	align-content: center;
	margin-bottom: 26px;
}

.benefits-img img {
	line-height: 80px;
	vertical-align: middle;
}

.benefits-img {
	background: rgba(13, 107, 214, .05);
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	display: inline-block;
	border-radius: 50%;
}

.benefits-text {
	float: left;
	width: 74%;
	padding-left: 17px;
}

.benefits-text p {
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	text-transform: capitalize;
	color: #202020;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.benefits-ce-two {
	float: left;
	width: 100%;
	text-align: center;
}

.benefits-ce-two h3 {
	font-weight: normal;
	font-size: 26px;
	line-height: 129.4%;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	background: #0D6BD6;
	border-radius: 3px;
	padding: 30px 30px;
	height: 246px;
}

.benefits-two-img {
	position: relative;
	width: 100%;
	float: left;
	margin-top: -110px;
}

.benefits-center-text {
	float: left;
	width: 100%;
	text-align: center;
}

.benefits-center-text p {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-transform: capitalize;
	color: #414141;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}

.Signup-benefits {
	float: left;
	width: 100%;
	text-align: center;
}

.Signup-benefits .bet-now {
	width: 80%;
	margin: 0;
}

.Signup-benefits .bet-now:hover {
	border-color: #FF8400;
	color: #FF8400;
}

.professional-outer {
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.professional-inner {
	float: left;
	width: 100%;
	padding: 50px 0 80px;
	text-align: center;
}

.professional-inner2 {
	width: 100%;
	background: #fff;
	padding: 31px 47px 15px 50px;
	display: inline-block;
	max-width: 971px;
	border-radius: 3px;
}

.professional-inner h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 169.4%;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 22px;
	padding: 0 12%;
}

.profe-left {
	float: left;
	width: 74%;
	text-align: left;
}

.profe-left p {
	font-weight: 400;
	font-size: 14px;
	line-height: 182.4%;
	text-transform: capitalize;
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px;
}

.profe-right {
	float: right;
	width: 26%;
	text-align: right;
}

.profe-right img {
	width: 190px;
	height: 190px;
	border: 14px solid #F5861F;
	border-radius: 50%;
}

.learn-inner {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
}

.learn-inner span {
	font-weight: 600;
	font-size: 15px;
	line-height: 179.4%;
	text-align: center;
	text-transform: capitalize;
	color: #7C828B;
	font-family: 'Montserrat', sans-serif;
}

.learn-inner h3 {
	font-weight: bold;
	font-size: 26px;
	line-height: 179.4%;
	text-align: center;
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.Setup-trader {
	display: flex;
	margin-top: 40px;
	padding: 0 0px;
	flex-wrap: wrap;
}

.Setup-trader-one {
	text-align: left;
	padding: 0 32px 0 0px;
	width: 25%;
}

.Setup-trader-img {
	float: left;
	width: 100%;
}

.Setup-trader-text {
	float: left;
	width: 100%;
}

.Setup-trader-text h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	text-transform: capitalize;
	color: #373737;
	font-family: 'Montserrat', sans-serif;
	margin: 24px 0 15px;
	border-bottom: 1px solid #DEE6F2;
	padding-bottom: 10px;
}

.Setup-trader-text p {
	font-weight: 500;
	font-size: 13px;
	line-height: 23px;
	text-transform: capitalize;
	color: #202020;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.difference-outer {
	float: left;
	width: 100%;
	background: #0D6BD7;
	border-bottom: 18px solid #2573cc;
}

.difference-inner {
	float: left;
	width: 100%;
	padding: 56px 0 70px;
}

.difference-left {
	float: left;
	width: 52%;
}

.difference-right {
	float: right;
	width: 48%;
	position: relative;
	text-align: center;
}

.difference-right::after {
	content: "";
	position: absolute;
	background: url(images/lpbg.png) left top no-repeat;
	width: 285px;
	height: 178px;
	left: 80px;
	top: 0;
}

.difference-left h3 {
	font-weight: 800;
	font-size: 30px;
	line-height: 179.4%;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 30px;
	position: relative;
	padding-bottom: 10px;
}

.difference-left span {
	font-weight: 500;
	font-size: 19px;
	line-height: 179.4%;
	text-transform: capitalize;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
}

.difference-left h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	background: #DEE6F2;
	height: 1px;
}

.difference-left p {
	font-weight: 300;
	font-size: 16px;
	line-height: 190.4%;
	text-transform: capitalize;
	color: #FFFFFF;
	margin: 0 0 20px;
	font-family: 'Montserrat', sans-serif;
}

.difference-button {
	float: left;
	width: 100%;
}

.difference-button .bet-now {
	margin: 0;
	background: #fff;
	border: none;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	color: #0D6BD7;
	font-family: 'Montserrat', sans-serif;
	width: 381px;
	text-align: center;
	padding: 11px 25px 11px 5px;
}

.everything-left .benefits-one h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 139.4%;
	text-transform: capitalize;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.benefits-two {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 0 26px;
}

.everything-section {
	background: rgba(152, 152, 152, 0.17);
	float: left;
	width: 100%;
}

.everything-inner {
	float: left;
	width: 100%;
	padding: 40px 0 10px;
}

.everything-left {
	float: left;
	width: 31.7%;
}

.everything-left .benefits-img {
	float: left;
}

.everything-left .benefits-one p {
	border-top: 1px solid #DEE6F2;
	margin: 0px 20px 0;
	padding-top: 15px;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
	text-transform: capitalize;
	color: #202020;
	font-family: 'Montserrat', sans-serif;
}

.everything-left .benefits-one {
	padding-top: 26px;
}

.everything-left.benefits-right .benefits-two {
	margin-bottom: 18px;
}

.everything-left.benefits-right .benefits-one {
	padding-top: 18px;
}

.everything-left .benefits-one p {
	margin-left: 0;
	margin-right: 0;
}

.benefits-text span {
	font-weight: 600;
	font-size: 14px;
	line-height: 179.4%;
	text-transform: capitalize;
	color: #2181D3;
}

.everything-section .benefits-two-img {
	margin: 0;
}

.everything-section .benefits-two-img {
	margin: 0 0 30px;
	background: #fff;
	border-radius: 50%;
	width: 352px;
	height: 352px;
	line-height: 352px;
	display: inline-block;
	float: none;
}

.everything-section .benefits-two-img img {
	vertical-align: middle;
}

.everything-section .Signup-benefits .bet-now {
	width: 100%;
	margin: 0;
}

.everything-section .benefits-ce-two h4 span {
	text-decoration-line: underline;
}

.everything-section .benefits-ce-two h4 {
	font-weight: bold;
	font-size: 26px;
	line-height: 149.4%;
	text-align: center;
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	margin: 40px 0 20px;
	letter-spacing: 0;
}

.others-outer {
	float: left;
	width: 100%;
	margin-top: 0;
	background: #0D6BD7;
}

.others-inner {
	float: left;
	width: 100%;
	text-align: center;
	padding: 48px 0 52px;
}

.others-inner h3 {
	font-weight: bold;
	font-size: 26px;
	line-height: 179.4%;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.others-inner2 {
	float: left;
	width: 100%;
	margin-top: 20px;
	display: flex;
}

.others-left {
	background: #fff;
	float: left;
	width: 50%;
	margin: 0 20px 0 0;
	padding: 21px 20px 22px 35px;
	text-align: left;
	border-radius: 3px;
}

.others-left:nth-child(2) {
	margin: 0 0 0 20px;
}

.others-left p {
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #545E63;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	margin: 0;
	padding: 0 0 0 83px;
	min-height: 150px;
}

.others-left p::after {
	content: "";
	position: absolute;
	background: url(images/saying.png) left top no-repeat;
	width: 67px;
	height: 57px;
	left: 9px;
	top: 0;
}

.others-left p::before {
	content: "";
	position: absolute;
	background: url(images/saying1.png) left top no-repeat;
	width: 67px;
	height: 57px;
	right: 130px;
	bottom: -1px;
}

.profile {
	float: left;
	width: 100%;
	display: flex;
	margin-top: 40px;
	align-items: center;
	padding-left: 10px;
}

.profile-img {
	float: left;
	width: 73px;
	margin-right: 10px;
	position: relative;
}

.profile-name h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 156.4%;
	text-transform: capitalize;
	color: #202020;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.profile-name span {
	font-size: 16px;
	color: #909090;
}

.others-left:nth-child(2) p::before {
	bottom: -29px;
}

.profile-img::after {
	content: "";
	position: absolute;
	top: -15px;
	background: #F48E17;
	height: 2px;
	width: 95px;
	left: 0;
}

.faq-outer {
	float: left;
	width: 100%;
}

.faq-inner {
	float: left;
	width: 100%;
	padding: 30px 15% 55px;
}

.faq-inner h3 {
	font-weight: bold;
	font-size: 26px;
	line-height: 179.4%;
	text-align: center;
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	margin-bottom: 26px;
}

.faq-inner h3::after {
	content: "";
	position: absolute;
	bottom: -3px;
	background: #F48E17;
	width: 67px;
	height: 2px;
	left: 50%;
	transform: translate(-50%, 0);
}

/* tabls */

.tabs-menu {
	float: left;
	width: 100%;
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.tabs-menu li {
	float: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #FAFAFF;
	width: 100%;
}

.tabs-menu li.current {
	position: relative;
	z-index: 5;
}

.tabs-menu li a {
	color: #fff;
	text-decoration: none;
	color: #FAFAFF;
	padding: 12px 25px;
	width: 100%;
	background: #5b8f7a;
	display: block;
}

.tabs-menu li a:hover {
	color: #fff;
}

.tabs-menu .current a {
	color: #000;
}

.tabs-menu .current a:hover {
	color: #F48E17;
	text-decoration: none;
}

.tab {
	float: left;
	margin-bottom: 20px;
	width: auto;
}

.tab-content {
	display: none;
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 13px;
	line-height: 202.4%;
	text-transform: capitalize;
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
	padding: 0 28px 20px;
	background: #FFFFFF;
	box-shadow: 0px 9px 13px rgba(57, 89, 135, 0.15);
}

#tabs-1 {
	display: block;
}

.question-tab {
	float: left;
	width: 100%;
	background: #fff;
}

/* tabls-end*/

.tabs-heading {
	font-weight: 500;
	font-size: 15px;
	line-height: 141.4%;
	text-transform: capitalize;
	color: #535353;
	font-family: 'Montserrat', sans-serif;
	background: #F4F6F8;
	border-radius: 3px;
	margin-top: 12px;
	padding: 13px 28px;
	float: left;
	width: 100%;
}

.tabs-heading a {
	display: inline-block;
	width: 100%;
	color: #535353;
	outline: none;
}

.tabs-heading.current {
	background: #FFFFFF;
	box-shadow: 0px -1px 13px rgba(57, 89, 135, 0.15);
}

.tabs-heading.current a {
	color: #F48E17;
}

.price-outer {
	float: left;
	width: 100%;
	background: #0D6BD7;
}

.price-inner {
	float: left;
	width: 100%;
	padding: 40px 0 55px;
	text-align: center;
}

.price-inner h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 179.4%;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.price-inner p {
	font-weight: normal;
	font-size: 16px;
	line-height: 177.4%;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	padding: 0 17%;
	margin: 0;
}

.price-inner2 {
	display: flex;
	margin-top: 20px;
	padding: 0 17%;
	align-items: center;
}

.price-one {
	background: #1d528b;
	padding: 34px 28px 46px;
	border-radius: 3px;
	margin: 0 11px 0 0;
	min-height: 140px;
}

.price-one.price-two {
	margin: 0 0 0 11px;
}

.price-one .bet-now {
	margin: 0;
	background: transparent;
	border-color: #fff;
}

.price-one .bet-now:hover {
	background: transparent;
	color: #fff;
}

.price-inner .price-inner2 p {
	padding: 0;
	font-weight: 500;
	font-size: 14.4px;
	line-height: 22px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin: 16px 0 0;
}

.price-one.price-two {
	margin: 0 0 0 11px;
	background: #1D528B;
	padding-bottom: 40px;
}

.price-one.price-two .bet-now {
	border-color: #fff;
	color: #ffff;
	background: transparent;
}

.price-img {
	float: left;
	width: 100%;
	text-align: center;
	margin: 17px 0 0;
}

.price-img img {
	background: #FFFFFF;
	border-radius: 4px;
	padding: 10px 30px;
	margin: 0 7px;
}

.brokerfind-section {
	float: left;
	width: 100%;
	background: #E0E0E0;
}

.brokerfind-inner {
	float: left;
	width: 100%;
	text-align: center;
	padding: 40px 0 40px;
}

.brokerfind-inner span {
	font-weight: 600;
	font-size: 15px;
	line-height: 179.4%;
	text-align: center;
	text-transform: capitalize;
	color: #1885FA;
	font-family: 'Montserrat', sans-serif;
}

.brokerfind-inner h3 {
	font-weight: 800;
	font-size: 30px;
	line-height: 179.4%;
	text-align: center;
	text-transform: capitalize;
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.brokerfind-inner2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
}

.brokerfind-one {
	display: inline-block;
	width: 23.8%;
	margin: 0 20px 0 0;
	background: #fff;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 0 22px 84px;
	position: relative;
}

.brokerfind-img {
	float: left;
	width: 100%;
	position: relative;
	margin: -30px 0 0;
}

.brokerfind-img img {
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	border-radius: 3px;
}

.brokerfind-one:nth-child(4) {
	margin: 0;
}

.brokerfind-text {
	float: left;
	width: 100%;
	text-align: left;
}

.brokerfind-inner .brokerfind-text h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 179.4%;
	text-transform: capitalize;
	color: #29366A;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	padding: 30px 0 0;
	margin: 0;
}

.brokerfind-text p {
	font-weight: 300;
	font-size: 12px;
	line-height: 186.4%;
	text-transform: capitalize;
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 15px;
}

.minimumd {
	float: left;
	width: 100%;
	border-top: 1px dashed #CFCFCF;
	border-bottom: 1px dashed #CFCFCF;
	padding: 15px 0 15px;
}

.brokerfind-inner .minimumd span {
	font-weight: 300;
	font-size: 12px;
	line-height: 179.4%;
	text-transform: capitalize;
	color: #29366A;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	display: inline-block;
	text-align: left;
}

.minimumd strong {
	font-weight: 600;
	font-size: 18px;
	line-height: 179.4%;
	text-transform: capitalize;
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
}

.minimumd.minimumd2 strong {
	font-weight: 400;
	font-size: 12px;
	line-height: 179.4%;
	text-transform: capitalize;
	color: #1a1a1a;
	font-family: 'Montserrat', sans-serif;
	float: left;
	width: 100%;
}

.type-desp {
	float: left;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 27px;
}

.flag-field {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	margin-left: 9px;
}

.brokerfind-inner .type-desp span {
	font-weight: 300;
	font-size: 12px;
	line-height: 179.4%;
	text-transform: capitalize;
	color: #F48E17;
	float: left;
	width: 100%;
	text-align: left;
}

.type-desp strong {
	font-weight: 400;
	font-size: 12px;
	line-height: 179.4%;
	text-transform: capitalize;
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
}

.type-button {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0;
	padding: 0 22px;
}

.type-button .bet-now {
	margin: 0;
	width: 100%;
	text-align: center;
	background: #FF9111;
}

.type-button .bet-now:hover {
	margin: 0;
	width: 100%;
	text-align: center;
	background: #FF9111;
}

.type-button .bet-now:hover {
	border-color: #FF8400;
	color: #FF8400;
	background: transparent;
}

.footer-custom {
	float: left;
	width: 100%;
	background: #fff;
}

.footer-custom-inner {
	float: left;
	width: 100%;
	padding: 16px 0 90px;
}

.footer_one {
	float: left;
	width: auto;
}

.footer_one p {
	font-weight: 400;
	font-size: 13px;
	line-height: 202.4%;
	text-transform: capitalize;
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0 0;
}

.footer_two {
	float: right;
	width: auto;
}

.footer_two img {
	margin: 0 0 0 15px;
}

.bet-now-button .bet-now:first-child::after {
	content: "Free";
	position: absolute;
	left: 23px;
	font-weight: 300;
	font-size: 12.4px;
	line-height: 22px;
	text-align: center;
	text-transform: p;
	color: #F5861F;
	top: -13px;
	background: #FFFFFF;
	border-radius: 20px;
	width: 55px;
	font-family: 'Montserrat', sans-serif;
}

.banner-right {
	float: right;
	width: 40%;
}

.banner-left {
	float: left;
	width: 59%;
	text-align: left;
	padding-top: 20px;
}

/* Price Action-end*/

/* guides */
.guides-outer {
	float: left;
	width: 100%;
}

.guides-inner {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.guides-one {
	width: 49%;
	text-align: center;
	padding: 10px 15px 30px;
	display: inline-block;
	vertical-align: top;
}

.guides-one h3 {
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 10px;
}

.guides-down {
	float: left;
	width: 100%;
	text-align: center;
}

.guides-down a {
	background: #1db3e2;
	color: #fff;
	display: inline-block;
	padding: 10px 40px;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
}

.guides-img {
	float: left;
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
}

.guides-img img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	width: 90%;
}

.difference-right img {
	max-width: 390px;
	width: 100%;
}

.benefits-sidebar {
	float: left;
	width: 100%;
}

.benefits-sidebar .benefits-center {
	width: 100%;
	margin: 0;
}


/* guides-end*/

@media only screen and (max-width: 1600px) and (min-width: 1300px) {

	.nav-primary .genesis-nav-menu&gt;li&gt;a {
		margin: -2px 0 0 22px;
	}

}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
	.start-learning-btn a {
		padding: 18px 20px;
	}

	.forex-trading-school-sidebar-inr h4 {
		line-height: 24px;
		font-size: 20px;
	}

	.forex-trading-school-sidebar-inr p {
		font-size: 15px;
		line-height: 22px;
	}

	.start-learning-btn a {
		padding: 18px 20px;
		font-size: 14px;
	}

	.start a {
		font-size: 16px;
	}

	/* ARCHIVE-PAGE-END */
	.archive-description.taxonomy-archive-description i.background {
		font-size: 110px;
	}

	/* ARCHIVE-PAGE-END */


	/* Price Action*/

	.banner-inner {
		padding: 50px 0 50px;
	}

	.banner-inner h1 {
		font-size: 41px;
		line-height: 51px;
		padding: 0 8% 0 0;
	}

	.benefits-center {
		margin: 0 35px;
	}

	.custom-container {
		padding: 0 10px;
	}

	.benefits-text {
		width: 69%;
	}

	.benefits-text p {
		font-size: 14px;
		line-height: 20px;
	}

	.benefits-ce-two h3 {
		font-size: 23px;
		padding: 30px 20px;
	}

	.professional-inner h3 {
		font-size: 20px;
		line-height: 144.4%;
		margin: 0 0 22px;
		padding: 0 8%;
	}

	.professional-inner {
		padding: 40px 0 60px;
	}

	.Setup-trader-one {
		padding: 0 25px 0 0;
	}

	.Setup-trader-text h4 {
		font-size: 18px;
		min-height: 46px;
	}

	.difference-right::after {
		width: 215px;
		height: 156px;
		left: 30px;
	}

	.difference-left span {
		font-size: 16px;
	}

	.difference-left p {
		font-size: 15px;
		line-height: 180.4%;
	}

	.everything-section .benefits-two-img {
		width: 272px;
		height: 272px;
		line-height: 272px;
	}

	.everything-section .benefits-two-img img {
		max-width: 90%;
	}

	.everything-section .Signup-benefits .bet-now {
		font-size: 12px;
	}

	.everything-left .benefits-one h3 {
		font-size: 16px;
	}

	.others-inner {
		padding: 40px 0 45px;
	}

	.others-left p {
		font-size: 13px;
		line-height: 22px;
		min-height: 180px;
	}

	.others-left p::before {
		right: 90px;
		bottom: -31px;
	}

	.others-left:nth-child(2) p::before {
		bottom: -29px;
		right: 60px;
	}

	.faq-inner {
		padding: 30px 12% 50px;
	}

	.price-inner2 {
		padding: 0 5%;
	}

	.brokerfind-one {
		margin: 0 15px 0 0;
	}

	.footer-custom-inner {
		padding: 16px 0 40px;
	}

	.type-button .bet-now {
		font-size: 13px;
	}

	.banner-left {
		padding-top: 0px;
	}

	/* Price Action-end*/


}


@media only screen and (max-width: 1099px) {
	aside.sidebar {
		margin-top: 40px;
	}

	.forex-trading-school-sidebar-inr {
		text-align: center;
	}

	.genesis-nav-menu .log_out_user_on {
		margin-left: 0;
	}

}

@media only screen and (max-width: 991px) and (min-width: 768px) {

	/* ARCHIVE-PAGE-END */
	.archive-description.taxonomy-archive-description i.background {
		font-size: 110px;
	}

	.archive-description.taxonomy-archive-description .archive-title {
		font-size: 24px;
	}

	body.archive.category article.post {
		padding: 10px 10px !important;
		margin-bottom: 30px !important;
	}

	body.archive.category article.post .entry-title {
		font-size: 16px;
		padding: 0 10px;
	}

	body.archive.category article.post .entry-content {
		padding: 0 10px;
	}

	body.archive.category article.post .entry-content p {
		font-size: 15px;
	}

	.archive-pagination.pagination {
		margin: 30px 0 0;
	}

	/* ARCHIVE-PAGE-END */


	/* Price Action*/

	.banner-inner {
		padding: 40px 0 40px;
	}

	.banner-inner h1 {
		font-size: 35px;
		line-height: 45px;
		padding: 0;
	}

	.benefits-center {
		margin: 0 25px;
	}

	.custom-container {
		padding: 0 10px;
	}

	.benefits-text {
		width: 61%;
		padding-left: 10px;
	}

	.benefits-text p {
		font-size: 13px;
		line-height: 20px;
	}

	.benefits-ce-two h3 {
		font-size: 20px;
		padding: 25px 15px;
	}

	.professional-inner h3 {
		font-size: 20px;
		line-height: 144.4%;
		margin: 0 0 22px;
		padding: 0 8%;
	}

	.professional-inner {
		padding: 40px 0 60px;
	}

	.Setup-trader-one {
		padding: 0 25px 0 0;
	}

	.Setup-trader-text h4 {
		font-size: 17px;
		min-height: 46px;
	}

	.difference-right::after {
		width: 215px;
		height: 156px;
		left: 30px;
	}

	.difference-left span {
		font-size: 16px;
	}

	.difference-left p {
		font-size: 14px;
		line-height: 170.4%;
	}

	.everything-section .benefits-two-img {
		width: 202px;
		height: 202px;
		line-height: 202px;
	}

	.everything-section .benefits-two-img img {
		max-width: 90%;
	}

	.everything-section .Signup-benefits .bet-now {
		font-size: 12px;
	}

	.everything-left .benefits-one h3 {
		font-size: 15px;
	}

	.others-inner {
		padding: 40px 0 45px;
	}

	.others-left p {
		font-size: 13px;
		line-height: 22px;
		min-height: 220px;
		padding: 0 0 0 40px;
	}

	.others-left p::before {
		right: 130px;
		bottom: 29px;
		width: 50px;
		height: 40px;
		background-size: 50px;
	}

	.others-left:nth-child(2) p::before {
		bottom: 7px;
		right: 30px;
	}

	.faq-inner {
		padding: 20px 0% 40px;
	}

	.price-inner2 {
		padding: 0;
		flex-wrap: wrap;
	}

	.brokerfind-one {
		margin: 0 5px 60px;
		width: 48.5%;
		vertical-align: top;
	}

	.footer-custom-inner {
		padding: 16px 0 40px;
	}

	.type-button .bet-now {
		font-size: 13px;
	}

	.bet-now {
		width: 337px;
	}

	.benefits-one {
		padding: 15px;
		margin-bottom: 20px;
	}

	.Signup-benefits .bet-now {
		width: 100%;
	}

	.professional-inner2 {
		padding: 31px 40px 15px 40px;
	}

	.profe-right {
		width: 29%;
	}

	.profe-left {
		width: 71%;
	}

	.profe-left p {
		font-size: 13px;
		line-height: 170.4%;
		margin: 0 0 15px;
	}

	.difference-inner {
		padding: 46px 0 60px;
	}

	.difference-left h3 {
		font-size: 25px;
		line-height: 179.4%;
		margin: 0 0 25px;
	}

	.everything-section .benefits-ce-two h4 {
		font-size: 20px;
		line-height: 149.4%;
		margin: 40px 0 20px;
	}

	.everything-left .benefits-one p {
		margin: 0px 20px 0;
		font-size: 13px;
		line-height: 20px;
	}

	.benefits-two {
		margin: 0 0 20px;
	}

	.others-inner h3 {
		font-size: 22px;
	}

	.others-left {
		margin: 0 10px 0 0;
		padding: 15px 15px 15px 20px;
	}

	.others-left:nth-child(2) {
		margin: 0 0 0 10px;
	}

	.profile-name h4 {
		font-size: 16px;
	}

	.others-left p::after {
		width: 50px;
		height: 40px;
		left: -12px;
		background-size: 50px;
	}

	.profile {
		margin-top: 20px;
		padding-left: 10px;
	}

	.tabs-heading {
		font-size: 14px;
	}

	.price-inner p {
		font-size: 16px;
		padding: 0 10%;
	}

	.price-one {
		padding: 30px 25px 30px;
		margin: 0 0 20px;
		min-height: 1px;
		width: 100%;
	}

	.price-one.price-two {
		margin: 0;
		padding-bottom: 30px;
	}

	.price-inner {
		padding: 30px 0 45px;
	}

	.brokerfind-inner h3 {
		font-size: 25px;
		line-height: 170.4%;
	}

	.brokerfind-one:nth-child(4) {
		margin: 0 5px 0;
	}

	.brokerfind-one:nth-child(3) {
		margin-bottom: 0;
	}

	.banner-left {
		width: 60%;
		padding-top: 0;
	}

	.banner-right {
		width: 40%;
	}

	/* Price Action-end*/



}


@media only screen and (min-width: 800px) {
	.footer-widgets {
		padding: 0;
	}

	.footer-widgets .wrap {
		display: flex;
		-webkit-display: flex;
	}

	.footer-widgets .footer-widget-area {
		width: auto;
		padding: 6rem 0;
		margin-bottom: 0;
	}

	.widget-area.footer-widgets-4.footer-widget-area {
		width: 68%;
		padding-left: 4%;
		border-left: 1px solid #3b4048;
	}

}

@media only screen and (max-width: 1079px) {
	body:not(.with-page-header) .site-inner {
		padding-top: 4rem;
	}

	/* ARCHIVE-PAGE-START */
	.archive-description.taxonomy-archive-description {
		margin: 0;
	}

	/* ARCHIVE-PAGE-END */

}

@media only screen and (max-width: 799px) {

	/* ARCHIVE-PAGE-START */
	body.archive.category .site-inner {
		padding: 50px 0 50px !important;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 50px;
	}

	/* ARCHIVE-PAGE-END */

	/* 17-JUNE-2020-START */
	.entry-content ol li,
	.entry ol li {
		list-style-type: decimal;
	}

	.entry-content ul li,
	.entry ul li {
		list-style-type: disc;
	}

	.entry-content ol,
	.entry ol,
	.entry-content ul,
	.entry ul {
		margin-left: 3rem;
		line-height: 1.8;
		margin-bottom: 1.5em;
	}

	.entry-content p {
		line-height: 1.6em;
	}

	/* 17-JUNE-2020-END */

}

@media only screen and (max-width: 767px) {
	body:not(.with-page-header) .site-inner {
		padding-top: 0;
	}

	.start-learning-btn a {
		padding: 15px;
		font-size: 14px;
	}

	.forex-trading-school-sidebar-inr p {
		color: #333333b3;
		margin: 0;
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		font-family: 'Open Sans', sans-serif;
	}

	.sidebar-section {
		padding: 40px 20px 30px;
	}

	.sidebar-section h4 {
		font-size: 22px;
		line-height: 26px;
		margin: 20px 0 20px;
	}

	.sidebar-section p {
		font-size: 16px;
		line-height: 20px;
	}

	.start-img {
		margin: 30px 0 30px;
	}

	.start a {
		font-size: 16px;
		padding: 15px 20px;
	}

	.author-info-box {
		flex-wrap: wrap;
		text-align: center;
	}

	.author-avatar {
		width: 100%;
	}

	.author-description {
		width: 100%;
		padding-left: 0px;
	}

	.widget-area.footer-widgets-4.footer-widget-area {
		width: 100%;
		padding-left: 0%;
	}

	/* ARCHIVE-PAGE-END */
	body.archive.category .site-inner {
		padding: 50px 0 50px !important;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 50px;
	}

	.archive-description.taxonomy-archive-description i.background {
		font-size: 80px;
	}

	.archive-description.taxonomy-archive-description .archive-title {
		font-size: 22px;
	}

	body.archive.category article.post {
		width: 50%;
		padding: 10px 10px !important;
		margin-bottom: 30px !important;
	}

	body.archive.category article.post a.entry-image-link {
		margin-bottom: 25px;
		;
	}

	body.archive.category article.post img {
		height: 160px;
	}

	body.archive.category article.post .entry-title {
		font-size: 16px;
	}

	body.archive.category article.post .entry-content p {
		font-size: 15px;
		line-height: 22px;
	}

	body.archive.category article.post .entry-title {
		padding: 0 10px;
	}

	body.archive.category article.post .entry-content {
		padding: 0 10px;
	}

	.archive-pagination.pagination {
		margin: 20px 0 0;
	}

	.archive-pagination.pagination ul {
		padding: 5px 15px;
	}

	.archive-pagination.pagination ul li {
		margin-right: 5px;
	}

	/* ARCHIVE-PAGE-END */



	/* Price Action*/

	.banner-inner {
		padding: 40px 0 40px;
	}

	.banner-inner h1 {
		font-size: 28px;
		line-height: 35px;
		padding: 0;
	}

	.benefits-center {
		margin: 0 0 20px;
		width: 100%;
	}

	.custom-container {
		padding: 0 10px;
	}

	.benefits-text {
		width: 61%;
		padding-left: 10px;
	}

	.benefits-text p {
		font-size: 13px;
		line-height: 20px;
	}

	.benefits-ce-two h3 {
		font-size: 20px;
		padding: 25px 15px;
		height: 206px;
	}

	.professional-inner h3 {
		font-size: 20px;
		line-height: 144.4%;
		margin: 0 0 20px;
		padding: 0;
	}

	.professional-inner {
		padding: 40px 0 40px;
	}

	.Setup-trader-one {
		padding: 0 20px 30px 20px;
		width: 50%;
		text-align: center;
	}

	.Setup-trader-text h4 {
		font-size: 17px;
		min-height: 1px;
	}

	.difference-right::after {
		width: 215px;
		height: 156px;
		left: 30px;
	}

	.difference-left span {
		font-size: 16px;
	}

	.difference-left p {
		font-size: 14px;
		line-height: 170.4%;
		margin: 0 0 15px;
	}

	.everything-section .benefits-two-img {
		width: 202px;
		height: 202px;
		line-height: 202px;
	}

	.everything-section .benefits-two-img img {
		max-width: 90%;
	}

	.everything-section .Signup-benefits .bet-now {
		font-size: 12px;
	}

	.everything-left .benefits-one h3 {
		font-size: 15px;
	}

	.others-inner {
		padding: 40px 0 45px;
	}

	.others-left p {
		font-size: 13px;
		line-height: 22px;
		min-height: 120px;
		padding: 0 0 0 40px;
	}

	.others-left p::before {
		right: 130px;
		bottom: 15px;
		width: 50px;
		height: 40px;
		background-size: 50px;
	}

	.others-left:nth-child(2) p::before {
		bottom: -8px;
		right: 150px;
	}

	.faq-inner {
		padding: 20px 0% 40px;
	}

	.price-inner2 {
		padding: 0;
		flex-wrap: wrap;
	}

	.brokerfind-one {
		margin: 0 5px 60px;
		width: 48%;
		vertical-align: top;
	}

	.footer-custom-inner {
		padding: 15px 0 15px;
	}

	.type-button .bet-now {
		font-size: 13px;
	}

	.bet-now {
		font-size: 15px;
		padding: 9px 30px;
		line-height: 20px;
		margin: 0 0 10px;
		width: auto;
	}

	.benefits-one {
		padding: 15px;
		margin-bottom: 15px;
	}

	.Signup-benefits .bet-now {
		width: 100%;
	}

	.professional-inner2 {
		padding: 31px 40px 15px 40px;
	}

	.profe-right {
		width: 190px;
	}

	.profe-left {
		width: 64%;
	}

	.profe-left p {
		font-size: 13px;
		line-height: 170.4%;
		margin: 0 0 15px;
	}

	.difference-inner {
		padding: 40px 0 40px;
		display: flex;
		flex-direction: column-reverse;
	}

	.difference-left h3 {
		font-size: 25px;
		line-height: 179.4%;
		margin: 0 0 25px;
	}

	.everything-section .benefits-ce-two h4 {
		font-size: 20px;
		line-height: 149.4%;
		margin: 20px 0 20px;
	}

	.everything-left .benefits-one p {
		margin: 0px 20px 0;
		font-size: 13px;
		line-height: 20px;
	}

	.benefits-two {
		margin: 0 0 20px;
	}

	.others-inner h3 {
		font-size: 22px;
	}

	.others-left {
		margin: 0 0 20px 0;
		padding: 15px 15px 15px 20px;
		width: 100%;
	}

	.others-left:nth-child(2) {
		margin: 0 0 0 10px;
	}

	.profile-name h4 {
		font-size: 16px;
	}

	.others-left p::after {
		width: 50px;
		height: 40px;
		left: -12px;
		background-size: 50px;
	}

	.profile {
		margin-top: 20px;
		padding-left: 10px;
	}

	.tabs-heading {
		font-size: 14px;
	}

	.price-inner p {
		font-size: 15px;
		padding: 0;
	}

	.price-one {
		padding: 30px 25px 30px;
		margin: 0 0 20px;
		min-height: 1px;
		width: 100%;
	}

	.price-one.price-two {
		margin: 0;
		padding-bottom: 30px;
	}

	.price-inner {
		padding: 30px 0 45px;
	}

	.brokerfind-inner h3 {
		font-size: 25px;
		line-height: 170.4%;
	}

	.brokerfind-one:nth-child(4) {
		margin: 0 5px 0;
	}

	.brokerfind-one:nth-child(3) {
		margin-bottom: 0;
	}

	.benefits-left {
		width: 100%;
	}

	.learn-inner {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.difference-right {
		width: 100%;
	}

	.difference-left {
		width: 100%;
	}

	.everything-left {
		width: 100%;
	}

	.others-inner2 {
		flex-wrap: wrap;
	}

	.price-inner h3 {
		font-size: 25px;
	}

	.footer_one {
		width: 100%;
		text-align: center;
	}

	.footer_two {
		width: 100%;
		text-align: center;
	}

	.banner-left {
		width: 60%;
		padding-top: 0;
	}

	.banner-right {
		width: 40%;
	}

	/* Price Action-end*/


	/* guides*/
	.guides-one {
		width: 100%;
		padding: 10px 10px 30px;
	}

	.guides-img {
		height: 200px;
		margin-bottom: 20px;
	}

	/* guides-end*/


}

@media only screen and (max-width: 639px) and (min-width: 480px) {

	/* Price Action*/
	.banner-inner {
		padding: 40px 0 40px;
		display: flex;
		flex-direction: column;
	}

	.banner-inner h1 {
		font-size: 25px;
		line-height: 32px;
		text-align: center;
	}

	.benefits-inner {
		padding: 35px 0 35px;
	}

	.professional-inner h3 {
		font-size: 18px;
		margin: 0 0 20px;
	}

	.professional-inner2 {
		padding: 20px 20px 15px 20px;
	}

	.profe-left {
		width: 100%;
	}

	.profe-right {
		width: 100%;
		text-align: center;
	}

	.profe-right img {
		width: 170px;
		height: 170px;
		border: 10px solid #F5861F;
	}

	.learn-inner h3 {
		font-size: 22px;
	}

	.Setup-trader-one {
		padding: 0 10px 20px 10px;
	}

	.Setup-trader-text h4 {
		font-size: 16px;
		min-height: 50px;
	}

	.difference-left span {
		font-size: 15px;
	}

	.brokerfind-inner {
		padding: 30px 0 30px;
	}

	.brokerfind-one {
		margin: 0 0px 60px;
		width: 100%;
	}

	.brokerfind-one:nth-child(3) {
		margin-bottom: 60px;
	}

	.banner-right {
		width: 100%;
		margin-top: 10px;
	}

	.banner-left {
		width: 100%;
		text-align: center;
	}

	.banner-inner p {
		text-align: center;
	}

	.bet-now-button {
		text-align: center;
	}

	/* Price Action-end*/

}


@media only screen and (max-width: 479px) {
	.forex-trading-school-sidebar-inr p {
		font-size: 15px;
		line-height: 24px;
	}

	/* ARCHIVE-PAGE-START */
	.archive-description.taxonomy-archive-description {
		padding: 32px 10px;
	}

	.archive-description.taxonomy-archive-description .archive-title {
		font-size: 20px;
		margin-top: 12px;
	}

	.archive-description.taxonomy-archive-description i.background {
		font-size: 55px;
	}

	body.archive.category article.post {
		width: 100%;
		padding: 0 10px !important;
	}

	body.archive.category article.post img {
		height: auto;
	}

	.archive-pagination.pagination {
		margin: 10px 0 0;
	}

	.archive-pagination.pagination ul li {
		display: inline-block;
		float: none;
	}

	.archive-pagination.pagination ul li.pagination-previous {
		padding: 0;
		width: 100%;
		margin: 0 0 5px;
	}

	.archive-pagination.pagination ul li.pagination-next {
		margin: 5px 0 0;
		padding: 0;
		width: 100%;
	}

	/* ARCHIVE-PAGE-END */



	/* Price Action*/
	.banner-inner {
		padding: 30px 0 30px;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.banner-inner h1 {
		font-size: 20px;
		line-height: 26px;
		margin: 20px 0 10px;
		text-align: center;
	}

	.benefits-inner {
		padding: 35px 0 35px;
	}

	.professional-inner h3 {
		font-size: 18px;
		margin: 0 0 20px;
	}

	.professional-inner2 {
		padding: 20px 20px 15px 20px;
	}

	.profe-left {
		width: 100%;
	}

	.profe-right {
		width: 100%;
		text-align: center;
	}

	.profe-right img {
		width: 170px;
		height: 170px;
		border: 10px solid #F5861F;
	}

	.learn-inner h3 {
		font-size: 22px;
	}

	.Setup-trader-one {
		padding: 0 10px 20px 10px;
	}

	.Setup-trader-text h4 {
		font-size: 16px;
		min-height: 1px;
		margin: 12px 0 15px;
	}

	.difference-left span {
		font-size: 15px;
	}

	.brokerfind-inner {
		padding: 30px 0 30px;
	}

	.brokerfind-one {
		margin: 0 0px 60px;
		width: 100%;
	}

	.brokerfind-one:nth-child(3) {
		margin-bottom: 60px;
	}

	.banner-inner span {
		font-size: 14px;
		line-height: 16px;
	}

	.bet-now {
		font-size: 12px !important;
		padding: 9px 30px !important;
		line-height: 20px !important;
	}

	.Setup-trader-one {
		padding: 0 10px 20px 10px;
		width: 100%;
	}

	.difference-button .bet-now {
		font-size: 13px;
		width: 100%;
	}

	.everything-left .benefits-one p {
		margin: 0px 10px 0;
	}

	.benefits-text {
		width: 70%;
	}

	.others-left p::before {
		display: none;
	}

	.faq-inner h3 {
		font-size: 20px;
		line-height: 159.4%;
		margin-bottom: 26px;
	}

	.tabs-heading {
		font-size: 15px;
		margin-top: 12px;
		padding: 12px 15px;
	}

	.tab-content {
		font-size: 13px;
		line-height: 180.4%;
		padding: 0 15px 15px;
	}

	.price-inner h3 {
		font-size: 22px;
		line-height: 139.4%;
	}

	.price-one {
		padding: 20px 10px 20px;
		margin: 0 0 20px;
	}

	.price-one .bet-now {
		font-size: 11px;
	}

	.price-img img {
		padding: 10px 20px;
		margin: 0 3px;
	}

	.bet-now-button {
		margin-top: 25px;
	}

	.banner-inner p {
		font-size: 14px;
		line-height: 22px;
	}

	.banner-right {
		width: 100%;
		margin-top: 10px;
	}

	.banner-left {
		width: 100%;
		text-align: center;
	}

	.banner-inner p {
		text-align: center;
	}

	.bet-now-button {
		text-align: center;
	}

	/* Price Action-end*/

	/*guides*/

	.guides-one h3 {
		font-size: 18px;
	}

	.guides-one {
		padding: 10px 10px 20px;
	}

	/*guides-end*/


}

.entry-meta_cu.custom_author {
	display: none;
}</pre></body></html>