/*!
Theme Name: Trading Pedia
Theme URI: http://tradingpedia.com/
Author: PS
Author URI: http://tradingpedia.com/
Description: Trading Pedia official theme
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trading-pedia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Trading Pedia is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Imports
# Typography
# Elements
# General Classes
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Header
# Content
	## Posts and pages
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
}

h1 {
	font-size: 1.875rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.25rem;
}

@media screen and (max-width: 575px) {
	h1, h2, h3 {
		text-align: left;
	}

	h1 {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 1.3rem;
	}

	h3 {
		font-size: 1.1rem;
	}
}

p {
	margin-bottom: 1.125rem;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	font-family: 'Titillium Web', sans-serif;
	color: #5b5b5b;
	overflow-x: hidden;
}

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

ul, ol {
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

ul li {
	margin: 10px 0;
}

ul li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff693b;
    border: 1px solid #d45c37;
    margin: 0 5px 2px 2px;
}

ul li p {
	margin: 0;
}

ol {
	list-style: decimal;
	padding: 0;
	margin: 10px 0;
	list-style-position: inside;
}

ol li {
	margin: 3px 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	/*border: 1px solid #e6e6e6;*/
	border: 2px solid #2196f5;
}

table td,
table th {
	padding: 10px;
}

table th.broker-name {
	min-width: 180px;
}

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

table thead td,
table th {
	background: #2196f5;
	color: #fff;

}

table tr:nth-child(2n) td {
	background: #f0f0f0;
}

/*--------------------------------------------------------------
# General Classes
--------------------------------------------------------------*/
.border-radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.border-radius-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.border-radius-0 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.fade {
	height: 0;
}

.fade.show {
	height: auto;
}

.clear {
	clear: both;
}

.separator {
	width: 100%;
	height: 3px;
	background: #e6e6e6;
}

.infobox {
	margin: 15px 0;
	padding: 15px;
	background: #E9ECEF;
}

.c2a-btn {
	text-transform: uppercase;
	font-size: 20px;
	padding: 20px 0;
	display: block;
	text-align: center;
	color: #fff;
	background: #ff693b;
	border: 1px solid #d45c37;
	font-weight: 500;
}

.c2a-btn.secondary {
	background: #2196f5;
	border: 1px solid #197AB4;
}

.c2a-btn:hover {
	background: #43B37A;
    border: 1px solid #11874B;
	color: #fff;
	opacity: 0.75;
}

.c2a-btn:not([href]), .c2a-btn.secondary:not([href]) {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.7;
	color: #fff !important;
	background: #5b5b5b;
	border: 1px solid #5b5b5b;
}

ul.general-list {
	padding: 10px 0 10px 15px;
	list-style: none;
}

ul.general-list li {
	margin: 10px 0 10px 5px;
}

ul.general-list li:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ff693b;
	margin: 0 5px -5px -5px;
}

@media screen and (min-width: 768px) {
	.report-illustration {
		max-width: 80%;
	}
}

.table-wrapper {
	overflow-x: scroll;
}

a.yt-video-preloader,
.videojs-holder {
	position: relative;
	display: block;
	cursor: pointer;
	margin-bottom: 1.5em;
}

a.yt-video-preloader:after,
.videojs-holder:before {
	content: url(images/yt-play-button.png);
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 35.5px);
}

.videojs-holder:hover:before {
	z-index: -1;
}

.videojs-holder:hover img {
	opacity: 0.75;
}

#video-meta-data {
	margin-bottom: 0;
}

.content-wall-hidden {
	display: none;
}

.info-small {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

/* Chalkboard */
.chalkboard {
	font-size: 24px;
	color: #E8E8E8;
	/*font-family: "Walter Turncoat", cursive;*/
	display: block;
	min-height: auto;
	margin: 0 auto 20px auto;
	background-color: #497959;
	padding: 20px 30px;
	overflow-y: auto;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: #CE8F41 solid 10px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

@media screen and (max-width: 575px) {
	.chalkboard {
		font-size: 14px;
	}
}

/* Fix CLS */
.affmo_au.loading {
	min-height: 700px;
	background: none;
	animation: none;
}

.affmo_au.loading:before {
	content: '';
	display: block;
	width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #999;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 0.8s infinite ease-in-out;
    animation: sk-scaleout 0.8s infinite ease-in-out;
}

/* Interlinking panel */
.interlinking-panel {
	display: flex;
	padding: 15px 0;
	background: #E9ECEF;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 20px 0;
}

.interlinking-panel .col1,
.interlinking-panel .col2 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    position: relative;
    width: 100%;
    min-height: 1px;
    text-align: left;
    margin: 0;
}

.interlinking-panel li {
	display: block;
	width: 100%;
}

.interlinking-panel li::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ff693b;
}

/* Guide Interlinking */
.guide-interlinking .interlinking-item {
	font-size: 16px;
	margin: 3px 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.popmake.pum-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    position: relative !important;
    left: 0 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
ul.nav {
	margin: 0;
}

ul.nav li {
	margin: 0;
}

ul.nav li.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

ul.nav li::before {
	content: initial;
}

ul.nav li.highlighted a {
	color: #ef5350;
}

ul.nav li.highlighted a:hover {
	color: #ff0000 !important;
}

ul.nav li.dropdown:hover .dropdown-menu

.nav-tabs {
	border-bottom: none;
}

.nav-tabs .nav-item h2,
.nav-tabs .nav-item h3 {
	margin: 0;
}

.nav-tabs .nav-item .nav-link {
	padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #353535;
    background: #EDF8FF;
    font-weight: 500;
	border: 2px solid #ECECEC;
	border-right: 0;
	margin-bottom: -1px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-tabs .nav-item:first-child .nav-link {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

.nav-tabs .nav-item:last-child .nav-link {
	border-right: 2px solid #ECECEC;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.nav-tabs .nav-item .nav-link.active {
	background: #fff;
	border-bottom: 2px solid #fff;
}

.tab-content {
	padding: 15px 0;
	border: 2px solid #CECECE;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

.tab-content h4 {
	font-size: 16px;
	margin: 5px 0;
}

.tab-content .author-meta {
	font-size: 14px;
	color: #ff6229;
}

.tab-content .author-meta .avatar {
	height: 25px;
	width: 25px;
	border-radius: 50%;
}

@media screen and (min-width: 992px) {
	#masthead #primary-menu ul li a.nav-link {
		font-size: 15px;
		padding: 0.5rem 0.3rem;
		font-weight: 500;
	}

	#masthead #primary-menu ul li a:hover {
		color: #5caddc;
		position: relative;
	}

	#masthead #primary-menu ul li a:before {
		content: url('./images/menu-hover.svg');
		position: absolute;
		left: 0;
		left: 50%;
    	top: -8px;
    	margin-left: -32px;
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease-in-out;
	}

	#masthead #primary-menu ul.dropdown-menu li a:before {
		content: none;
	}

	#masthead #primary-menu ul li a:hover:before {
		visibility: visible; 
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#masthead #main-navigation {
		position: relative;
		justify-content: flex-end;
	}

	#masthead #primary-menu {
		position: absolute;
		top: 50px;
		left: -100%;
		z-index: 999;
		width: 200%;
		background: #eee;
	}

	#masthead #primary-menu ul li a {
		padding-left: 15px;
	}
}

/* Guide Nav Prev-Next */
.guide-nav-prev-next {
	margin-bottom: 15px;
}

/* Guide Nav TOC */
.guide-nav-table-of-contents,
.guide-nav-table-of-related {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0;
}

.guide-nav-table-of-related li {
	text-align: left;
}

ol.guide-nav-table-of-contents {
	list-style: decimal;
	font-size: 0.875rem;
}

ol.guide-nav-table-of-contents li {
	margin: 0;
}

.guide-nav-table-of-contents ol {
	padding: 0;
	font-size: 0.875rem;
	list-style-position: outside;
	margin: 0;
}

.guide-nav-table-of-contents li {
	margin: 0;
	text-align: left;
}

.guide-nav-table-of-contents li::before {
	content: initial;
	width: 0;
	height: 0;
}

.guide-nav-table-of-contents li a {
	line-height: 1.4;
}

.guide-nav-table-of-contents h3,
.guide-nav-table-of-contents h4 {
	margin: 0;
	line-height: 1.2;

}

.guide-nav-table-of-contents h3,
.guide-nav-table-of-contents h4,
.guide-nav-table-of-related h3 {
	font-size: 1rem;
    font-weight: normal;
    text-align: left;
    line-height: 1.4;
    display: inline;
}

.guide-nav-table-of-contents h3.has-subpages {
	font-size: 1rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
    margin: 5px 0 5px -15px;
    padding: 5px;
    background: #eee;
    display: block;
}

.guide-nav-table-of-contents ol li {
	margin: 0;
}

.guide-nav-table-of-contents li.active a,
.guide-nav-table-of-related li.active a {
	font-weight: bold;
	border-bottom: 1px solid #ff693b;
}

/* Pagination */
.pagination {
	justify-content: center;
    font-size: 1.25rem;
    position: relative;
    margin-top: 15px;
}

.pagination .nav-links .prev,
.pagination .nav-links .next {
	position: absolute;
	font-size: 1.375rem;
	top: 0;
}

.pagination .nav-links .prev {
	left: -15px;
}

.pagination .nav-links .next {
	right: -15px;
}

.pagination .nav-links .prev::before,
.pagination .nav-links .next::after {
	font-size: 1rem;
	font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.pagination .nav-links .prev::before {
	content: url( images/ico-arrow-left-solid.svg );
	margin-right: 3px;
	width: 15px;
	display: inline-block;
}

.pagination .nav-links .next::after {
	content: url( images/ico-arrow-right-solid.svg );
	margin-left: 3px;
	width: 15px;
	display: inline-block;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #5caddc;
}

a:hover, a:focus, a:active {
	color: #43B37A;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.breadcrumb {
	font-size: 0.75em;
}

.aioseo-breadcrumb-separator {
	display: inline-block;
	margin: 0 3px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

@media screen and (max-width: 480px) {
	.entry-content .alignleft,
	.entry-content .alignright {
		max-width: 180px;
	}
}

@media screen and (max-width: 360px) {
	.entry-content .alignleft,
	.entry-content .alignright {
		width: 100%;
		max-width: 100%;
		display: block;
		margin: 0;
		float: none;
	}
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.full-width {
	max-width: 100vw !important;
	width: 100vw !important;
    position: relative;
    margin-left: -50vw !important;
    left: 50%;
}

.row:before,
.row:after {
	width:0px; height:0px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
	font-size: 0.875rem;
	text-align: justify;
}

.widget select {
	max-width: 100%;
}

h2.widget-title {
	border-bottom: none;
    color: #7abce2;
}

.widget .news-tv-sb {
	margin-top: -1.5em;
	height: 700px;
}

ul.related_post li {
	font-size: 14px;
}

ul.related_post.wp_rp li {
	font-size: 18px;
    text-align: left;
}

/* Quick links */
.widget .quick-links {
	padding-left: 0;
	list-style: none;
}

.broker-sidebar-list li,
.widget .quick-links li {
	list-style: none;
	font-size: 16px;
	margin: 0;
	position: relative;
    padding-left: 25px; 
    text-align: left;
}

/* Featured brokers cards */
.featured-brokers-cards .item .card-content {
	box-shadow: 0 0px 2px 0 rgba(0,0,0,0.5);
	margin-bottom: 15px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

@media (max-width: 991px) {
	.featured-brokers-cards .item .card-content {
		font-size: 0.8em;
	}
}

.featured-brokers-cards .item .card-content img {
	display: block;
	margin: 0 auto;
}

.featured-brokers-cards.brokers-list .item .card-content img {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.featured-brokers-cards .item .card-content img.logo {
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.featured-brokers-cards .item .card-content ul.features {
	padding: 10px 0 10px 15px;
	list-style: none;
}

.featured-brokers-cards .item .card-content ul.features li {
	margin: 10px 0 10px 5px;
	text-align: left;
}

.featured-brokers-cards .item .card-content ul.features li:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ff693b;
	margin: 0 5px -5px -5px;
}

.featured-brokers-cards.brokers-list .item .card-content ul.features li:before {
    font-size: 1.1em;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 3px;
    border-radius: 50%;
    border: 1px solid #11874B;
    opacity: 0.9;
    background: transparent;
    border: none;
    position: relative;
    bottom: -1px;
}

@media (max-width: 991px) {
	.featured-brokers-cards.brokers-list .item .card-content ul.features li:before {
		font-size: 0.8em;
	}
}

.featured-brokers-cards.brokers-list .item .card-content ul.features li.yes:before {
    content: url( images/circle-check-solid.svg );
	display: inline-block;
	width: 20px;
	height: 20px;
}

.featured-brokers-cards.brokers-list .item .card-content ul.features li.no:before {
    content: url( images/circle-xmark-solid.svg );
	display: inline-block;
	width: 20px;
	height: 20px;
}

.featured-brokers-cards .item .card-content .excerpt i {
	position: absolute;
	bottom: 10px;
	right: 15px;
	color: #5caddc;
	cursor: pointer;
	width: 18px;
	height: 18px;
}

.featured-brokers-cards .item .card-content .excerpt .excerpt-content {
	font-size: 0.9em;
	padding: 10px 15px;
	font-size: 14px;
    padding: 10px 15px;
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    display: none;
}

@media (max-width: 991px) {
	.featured-brokers-cards .item .card-content .excerpt .excerpt-content {
		font-size: 0.75em;
	}
}

.featured-brokers-cards .item .card-content .excerpt:hover .excerpt-content {
	display: block;
}

.featured-brokers-cards .item .card-c2a {
	margin-bottom: 15px;
}

.featured-brokers-cards.brokers-list .item .card-c2a .c2a-btn {
	padding: 10px 0;
}

.featured-brokers-cards.video-list .item .card-content {
	background: #e6e6e6;
}

.featured-brokers-cards.video-list .item .card-content h2 a {
	font-size: 16px;
	color: #5b5b5b;
}

.video-js.vjs-fluid {
	height: 464px; 
	overflow: hidden;
}

/* Recommended brokers table */
ol.recommended-brokers-table {
	list-style: none;
	counter-reset: idxBroker;
}

ol.recommended-brokers-table li.item {
	counter-increment: idxBroker;
}

.recommended-brokers-table .item {
	border: 1px solid #8c949a;
    overflow: hidden;
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
    margin-right: -15px;
    padding-right: 15px;
    border-right: 1px solid #8c949a;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
}

@media (max-width: 1200px) {

	.video-js.vjs-fluid { height: 388px; }

}
@media (max-width: 992px) {

	.video-js.vjs-fluid { height: 286px; }	

}

@media screen and (max-width: 575px) {
	.recommended-brokers-table .item .c2a-box-wrapper .c2a-box {
		margin-right: 0;
		padding-right: 0;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

@media (max-width: 480px) {

	.video-js.vjs-fluid { height: auto; min-height:  218px; }		

}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box img {
	padding: 30px 0 0 0;
	width: 100%;
	border-radius: 10px;
	padding: 0; 
	margin: 30px 0 0;
}

.recommended-brokers-table.featured .item .c2a-box-wrapper .c2a-box img {
	margin: 0;
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .ribbon span::before {
	content: url(images/broker-star.svg);
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .ribbon-0 span {
	background: #e6e6e6;
	border-bottom: 3px solid #ccc;
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .ribbon-0 span::after {
	content: " Platinum";
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .ribbon-1 span {
	background: #E6B410;
	border-bottom: 3px solid #C29500;
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .ribbon-1 span::after {
	content: " Gold";
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .ribbon-2 span {
	background: #ccc;
	border-bottom: 3px solid #999;
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .ribbon-2 span::after {
	content: " Silver";
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .ribbon-3 span {
	background: #EBA055;
	border-bottom: 3px solid #CD7F32;
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .ribbon-3 span::after {
	content: " Bronze";
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .btn {
	padding: 5px 0;
}
.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .btn { border-radius: 10px; border: 0; }
.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .btn:hover { opacity: 1; background-color: #ff5e2c; }
.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .btn:focus { color: #fff; }
.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .btn + .btn:hover { background-color: #0e84e4; }

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .item {
	border: none;
	overflow: auto;
	margin-top: 5px;
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .item .title {
	font-size: 1rem;
	font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .item .content {
	font-weight: normal;
    font-size: 0.8rem;
}

.recommended-brokers-table .item .c2a-box-wrapper .c2a-box .item .content ul li {
	text-align: left;
}

.recommended-brokers-table .features-box .best-for {
	font-size: 16px;
	font-weight: 300;
}

.recommended-brokers-table.small .features-box .best-for {
	font-size: 16px;
}

.recommended-brokers-table.small .features-box .brand-name {
	padding: 15px 0;
}

.recommended-brokers-table.small.featured .features-box .brand-name {
	padding: 10px;
	margin: 0 -10px;
}

.recommended-brokers-table .features-box .brand-name {
	font-size: 28px;
	font-weight: bold;
}

@media (max-width: 575px) {
	.recommended-brokers-table .features-box .brand-name {
		text-align: center;
	}
}

.recommended-brokers-table .features-box .brand-name a {
	color: #5b5b5b;
}

.recommended-brokers-table .features-box .brand-name .brand-main-feature {
	background: #ef5350;
    border: 1px solid #ca2824;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
    border-radius: 2px;
    border-radius: 5px;
}

.recommended-brokers-table.small .features-box .brand-name {
	font-size: 24px;
	margin: 0;
}

.recommended-brokers-table .features-box .features-list {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	background-color: var(--lightBlue);
	padding: 10px;
	border-radius: 4px;
}

@media (max-width: 480px) {
	.recommended-brokers-table .features-box .features-list {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}

.recommended-brokers-table .features-box .features-list li {
	margin: 0;
	line-height: 1.7;
}

.recommended-brokers-table .features-box .features-grid {
	border-top: 1px solid #8c949a;
	background: #e0f1ff;
	height: calc(100% - 66px);
    align-items: center;
    justify-content: center;
}

.recommended-brokers-table.small.featured .features-box .features-grid {
	height: calc(100% - 54px);
}

.recommended-brokers-table .features-box .features-grid.main-info {
	height: auto;
	align-items: flex-start;
    justify-content: flex-start;
}

.recommended-brokers-table .features-box .features-grid .item {
	width: 20%;
	float: left;
	text-align: center;
	border: none;
	border-right: 3px solid #c4eaff;
    margin-right: -3px;
    padding-right: 3px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.recommended-brokers-table .features-box .features-grid .item:last-child {
	border: none;
	margin: 0;
	padding-right: 0;
}

.recommended-brokers-table .features-box .features-grid.main-info .item {
	display: block;
	text-align: left;
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	float: none;
}

.recommended-brokers-table .features-box .features-grid.main-info .item .title {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

.recommended-brokers-table .features-box .features-grid.main-info .item .content {
	font-weight: normal;
	font-size: 0.8rem;
}

.recommended-brokers-table .features-box .features-grid.main-info .item .content ul {
	margin-top: 2px;
}

.recommended-brokers-table .features-box .features-grid.main-info .item .content ul li {
	margin: 3px 0;
	line-height: 1.25;
}

.recommended-brokers-table .features-box .features-grid.main-info .item .content ul li:before {
	background-size: contain;
	width: 10px;
	height: 10px;
	margin: 0 3px 0 0;
}

.recommended-brokers-table .features-box .features-grid.main-info .item img {
	max-width: 40px;
}

.recommended-brokers-table .features-box .features-grid .item .title {
	font-size: 1rem;
}

.recommended-brokers-table .features-box .features-grid .item .title img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #2196f5;
}

.recommended-brokers-table .features-box .features-grid .item .content {
	font-size: 1rem;
	font-weight: bold;
}

.recommended-brokers-table .features-box .features-grid.main-info .risk-warning {
	margin-top: 10px;
	margin-bottom: 10px;
}

.recommended-brokers-table .general-description {
	padding-top: 10px;
	border-top: 1px solid #8c949a;
	font-size: 1rem;
}

.recommended-brokers-table .general-description p {
	margin-bottom: 0.5rem;
}

@media (max-width: 991px) {
	.recommended-brokers-table.small.featured .features-box .brand-name {
		font-size: 20px;
		margin: 0 -15px;
		white-space: nowrap;
	}

	.recommended-brokers-table .features-box .brand-name .brand-main-feature {
		font-size: 10px;
	}

	.recommended-brokers-table.small.featured .features-box .features-grid {
	    height: calc(100% - 48px);
	}

	.recommended-brokers-table .features-box .features-grid .item .title,
	.recommended-brokers-table .features-box .features-grid .item .content {
		font-size: 0.75rem;
	}
}

/* Broker Listings */
ol.broker-listings {
	list-style: none;
    counter-reset: idx;
}

ol.broker-listings li.item {
	list-style: none;
	counter-increment: idx;
}

.broker-listings .c2a-box {
	height: 100%;
}

.broker-listings .c2a-box img {
	padding: 0 !important;
	width: 100%;
}

.broker-listings .brand-name h3 {
	display: inline-block;
	margin-right: 10px;
}

.broker-listings .brand-name h3::before {
	content: counter(idx)'. ';
}

.broker-listings .brand-name .broker-listing-bonus {
	color: #ff693b;
	font-size: 18px;
}

.broker-listings .brand-name .broker-listing-bonus .fa {
	color: #2196f5;
}

.broker-listings .c2a-btn.secondary {
	margin-top: 5px;
}

.broker-listings .features-grid {
	font-size: 1.10rem;
}

@media (max-width: 575px) {
	.broker-listings .brand-name {
		text-align: center;
	}

	.recommended-brokers-table .features-box .features-grid .item .title img {
		width: 43px;
	}
}

/* ------------------------------------------------------------ *\
	Trading Instruments
\* ------------------------------------------------------------ */

.instruments {
    background-color: #d6f0ff;
    padding: 20px;
    text-align: center; 
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.instruments .instruments_head { 
    margin-bottom: 20px;
}

.instruments .instruments_head h2 {
    font-size: 30px;
}

.instruments .instruments_head  p {
    text-align: justify;
}

.instruments .instruments_foot {
    text-align: justify;
}

.instruments li::before {
    content: none;
}

.instruments .instrument { 
    padding: 35px 0;
    background-color: #fff;
    background-image: url(images/trading-platforms-box-bg.svg);
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 10px; 
} 

.instruments .instrument:focus {
    outline: none !important;
}

.instruments .instrument a {
    padding: 10px;
    background-color: #2196f5;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
 }

.instruments .instrument a:hover {
    background-color: #ff693b;
}

/* ------------------------------------------------------------ *\
	Platforms
\* ------------------------------------------------------------ */

.platforms {
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.platforms table {
    margin-bottom: 0;
    text-align: center;
}

.platforms table tr td{
    padding: 20px 10px;
}

.platforms table th {
    width: 25%;
    background-color: #fff;
}

.platforms table th h3 { 
    color: #000;
    text-transform: uppercase;
}

.platforms table td { 
    color: #000;
    font-weight: 600;
    font-size: 23px;
}

.platforms table tr:nth-child(2n) td {
    background: #edf8ff !important;
}

.platforms table td + td,
.platforms table th + th { 
    border-left: 2px solid #e6e6e6;
}

.platforms table td img{ 
    margin: 0 5px;
}

/* ------------------------------------------------------------ *\
	Tab Tables
\* ------------------------------------------------------------ */

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

.content_holder table thead td {
    font-size: 17px;
    padding: 15px 5px;
}

.content_holder.collapse {
    display: block !important;
    height: 400px; 
    position: relative;
}

.content_holder.collapse.show {
    height: auto;
}

.content_holder.collapse:before { 
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 102%;
    height: 150px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 27%, rgba(255,255,255,0) 100%);
    z-index: 20;
} 

.content_holder.collapse.show:before{
    content: none;
} 

.table-action button {
    padding: 15px 80px;
    border: none;
    background-color: #ff693b;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.table-action button:focus {
    outline: none;
}


.toggle-table {
    height: 400px; 
    position: relative;
}

.toggle-table:before { 
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 102%;
    height: 150px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 27%, rgba(255,255,255,0) 100%);
    z-index: 20;
} 

.content_holder {
    border: 1px solid #e6e6e6;
    border-radius: 0 10px 10px 10px;
}

.content_holder table tr:nth-child(2n) td {
    background: #edf8ff;
}

.content_holder_inner { 
    padding: 0 !important;
}

.bi_tabs_holder_2 .tab_header_item {
    padding: 20px;   
}

.skin4.top.tabs_wrapper{
    border: none !important;
}

.bi_tabs_holder_2 li:before {
    content: none !important;
}

.skin4.top .tab_header_item a{
    color: #000 !important; 
    font-size: 20px !important;
}

.skin4.top .tab_header_item {
    background-color: #edf8ff !important;
    border: 1px solid #e6e6e6 !important;
}

.skin4.top .tab_header_item.tab_selected {
	background-color: #fff !important;
}

.tab_header_item.first_tab {
    border-radius: 10px 0 0 0;
}

.tab_header_item.last_tab {
    border-radius: 0 10px 0 0;
}

.skin4.top .tab_content{ 
    padding: 0 !important;
}

.content_holder table {
	border: none;
}

.content_holder table thead td {
    background: #e6e6e6;
    color: #000;
    vertical-align: bottom;
    font-size: 18px;
}

.content_holder table thead td+td { 
    border-left: 2px solid #fff !important;
}

.content_holder table tbody td+td{
    border-left: 2px solid #e6e6e6;
}

.inner_content thead td { 
    width: 15%; 
    text-align: center;
}

.inner_content tbody td { 
    padding: 15px 0;
    text-align: center;
}

.inner_content table {
    margin: 0;  
}

.banking_tabs_holder tbody {
    font-weight: 600;
}

.banking_tabs_holder ul li:before {
	content: none !important;
}

.banking_tabs_holder .inner_content > p{
    font-size: 16px; 
    text-align: center;
    font-style: italic; 
}

.banking_tabs_holder .tab_header_item {
    padding: 20px;
}

/* ------------------------------------------------------------ *\
    Ready to trade
\* ------------------------------------------------------------ */

.ready-to-trade  { 
    background-image: url(images/ready-bg.png);
    padding: 30px;
    background-size: cover;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.ready-to-trade h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}

.ready-to-trade a {
    display: block; 
    padding: 10px 15px;
    border-radius: 10px;
    border: 3px solid #fff;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.ready-to-trade a:focus {
    box-shadow: 2px 2px 5px inset rgb(104, 104, 104);
}

.ready-to-trade .demo {
    background-color: #2bba2b;
    margin-bottom: 15px;
}

.ready-to-trade .account {
    background-color: #ed373d;
}

/* Ribbon */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}
.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #2980b9;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 262px;
	padding: 5px 0;
	background-color: #3498db;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #333;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #ccc;
}

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-left::before {
	top: 0;
	right: 0;
}
.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}
.ribbon-top-left span {
	right: -17px;
	top: 23px;
	transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
	top: -10px;
	right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon-top-right::before {
	top: 0;
	left: 0;
}
.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}
.ribbon-top-right span {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
}
.ribbon-bottom-left::after {
	top: 0;
	left: 0;
}
.ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
}
.ribbon-bottom-right::after {
	top: 0;
	right: 0;
}
.ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
}

/* Sidebar recommended */
.sb-recommended-brands .brand {
	margin-bottom: 10px;
    background: #fafafa;
    padding: 5px;
    border: 1px solid #eee;
}

.sb-recommended-brands .brand .features {
	padding: 0 0 0 5px;
}

.sb-recommended-brands .brand .c2a-btn {
	font-size: 1rem;
	padding: 10px 0;
	margin: 5px 0;
	font-weight: bold;
}

.sb-recommended-brands .brand .disclaimer {
	font-size: 0.75rem;
	line-height: 1.2;
	font-style: italic;

}

/* Broker sidebar */
.broker-siderbar-widget {
	margin: 0 0 20px 0;
	font-size: 0.875rem;
	text-align: justify;
}

.broker-sidebar-icons,
.broker-sidebar-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.broker-sidebar-icons li {
	display: inline-block;
	max-width: 84px;
	margin: 3px 0;
}

.broker-sidebar-icons li:last-child {
	margin-right: 0;
}

.broker-sidebar-icons li::before {
	content: initial;
}

.broker-sidebar-list li::before,
.widget .quick-links li::before {
	font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    margin: 0 3px 0 0;
    border-radius: 50%;
    border: 1px solid #11874B;
    color: #43B37A;
    opacity: 0.9;
    background: transparent;
    width: auto;
    height: auto;
    content: "";
    position: absolute;
    top: 15%;
    left: 0;
    background-image: url(images/bullet.svg);
    width: 17px;
    height: 17px;
    border: none;
}

.broker-sidebar-icons li img {
	max-width: 96%;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
}

.widget .quick-links li a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.broker-sidebar-table {
	border: none;
}

.broker-sidebar-table tr {
    font-size: 17px; 
}

.broker-sidebar-table tr td:last-child {
	text-align: right;
}

.broker-sidebar-table tr td span.no,
.broker-sidebar-table tr td span.yes {
    font-size: 18px;
    font-weight: 700;
}

.broker-sidebar-table tr td span.yes {
	color: #43B37A;
}

.broker-sidebar-table tr td span.no {
	color: #CA3268;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	padding: 4px 0;
}

.site-header .btn { 
	font-weight: 600;
	font-size: 15px;
	padding: 3px 5px;
}

.site-header .navbar-toggler {
	padding: 0;
	margin-left: 10px;
	border:  0;
}
.site-header .navbar-toggler:focus {
	outline:  none;
	border:  0;
}

@media (max-width: 768px) {

	.site-header .btn { 
		font-size: 14px;
		padding: 3px 5px;
	}

}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3E%3Cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}

/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero { 
    background-image: url(assets/images/header-bg.png);
    background-position: center;
    background-size: cover;
    padding: 47px 0;
    margin-bottom: 20px;
}

.hero.unavailable {
	filter: grayscale(90%);
}

.hero .slogan {
	display: flex;
	align-items: center;
}

.hero .logo {
    text-align: center;
    line-height: 120px;
}

.hero span {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    text-shadow: 3px 2px 0px #000;
}

.hero.unavailable .not-supported-label {
	max-width: 280px;
    width: 100%;
    background: #999;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #fff;
    border: 3px solid #fff;
    font-size: 13px;
}

.hero .action-btns {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
}

.hero .action-btns a {
    display: inline-block; 
    width: 280px;
    padding: 10px 0;
    border: 3px solid #fff;
    border-radius: 10px;
    font-size: 18px; 
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.hero .action-btns a:focus {
    box-shadow: 2px 2px 2px inset rgb(117, 117, 117);
}

.hero .action-btns div:first-child a{
    background-color: #2bba2b; 
    margin-bottom: 10px;
}

.hero .action-btns div:nth-child(2) a{
    background-color: #ed373d;
}

.hero .action-btns .short-risk-warning {
	font-size: 12px;
	color: #000;
	display: block;
	border-radius: 4px;
	padding: 5px 3px;
	text-align: center;
	background: #fff;
	width: 100%;
	max-width: 280px;
	margin-top: 5px;
}

@media (max-width: 800px) {
	.hero .slogan {
		display: block;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* General */
.content-area {
	text-align: justify;
}

.archive .page-header {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

.archive .page-header h1.page-title {
	margin-bottom: 10px;
}

.archive .page-header h1.page-title img {
	float: right;
}

.archive .page-header .archive-description {
	font-size: 14px;
}

.archive .feed-item {
	margin-bottom: 15px;
}

.archive .feed-item .thumbnail {
	/*padding-left: 0;*/
}

.archive .feed-item .feed-item-content h3 a {
	color: #666;
}

.archive .feed-item .feed-item-content {
	/*padding: 0;*/
}

.archive .feed-item .feed-item-content .datetime-published {
	font-size: 10px;
	font-weight: bold;
}

.risk-warning {
	padding: 5px 10px;
	font-size: 12px;
	border: 1px dashed #ff693b;
}

/* Trading Market Hours Table */

#market-time-wrapper {
	position: relative;
}

#market-time {
    overflow-x: scroll;
    margin-bottom: 20px;
	margin-left: 70px;
}

.market-time {
	border: 1px solid #eaeaea;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	table-layout: fixed;
}
.market-time th,
.market-time td {
	font-size: 12px;
	width: 60px;
}

.market-time th {
	background: #fff;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 58px;
	height: 26px;
    border: 1px solid #eaeaea;
    color: #888;
    font-size: 10px;
}

.market-time td {
	border: 1px solid #eaeaea;
	white-space: nowrap; 
	overflow: hidden;
}

.market-time td.sydney-market-time {
	background-color: #49AE50;
}

.market-time td.tokyo-market-time {
	background-color: #336699;
}

.market-time td.overlap {
	background-color: #18176C;
}

.market-time td.overlaph {
	background-color: #3B6A4B;
}

.market-time td.london-market-time {
	background-color: #F78225;
}

.market-time td.new-york-market-time {
	background-color: #D42629;
}

/* FAQ */
.section-faq .faq-box {
	border: 3px solid #e6e6e6;
	padding: 10px 20px;
}

.section-faq .faq-box .faq-item {
	border-bottom: 5px solid #e6e6e6;
}

.section-faq .faq-box .faq-item:last-child {
	border: none;
}

.section-faq .faq-box .faq-item h3 {
	color: #4d4d4d;
	margin: 0;
	padding: 20px 30px 0 20px;
	cursor: pointer;
	position: relative;
}

.section-faq .faq-box .faq-item h3::after {
    content: "";
    width: 18px;
    height: 12px;
    display: inline-block;
    background: url(images/faq-open.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.section-faq .faq-box .faq-item h3.opened::after,
.page-template-best-brokers-list .section-faq .faq-box .faq-item h3:after {
	background-image: url(images/faq-close.svg);
}

.page-template-best-brokers-list .section-faq .faq-box .faq-item .faq-answer {
	display: block !important;
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post h1.entry-title {
	margin: 15px 0 5px 0;
	color: var(--base);
}

.post .entry-meta {
	margin: 10px 0;
}

.post .entry-meta .col-author {
	min-width: 290px;
	text-align: left;
}

.post .entry-meta .col-data-author {
	position: relative;
	width: 100%;
}

.post .entry-meta .col-data-author img {
	position: absolute;
	bottom: 0;
}

@media ( max-width: 576px ) {
	.post .entry-meta .col-author {
		min-width: 160px;
		font-size: 14px;
	}

	.post .entry-meta .col-author img {
		max-width: 40px;
	}

	.post .entry-meta .col-author .datetime {
		font-size: 10px;
	}
}

/* ------------------------------------------------------------ *\
 Content area
\* ------------------------------------------------------------ */

.content-area .entry-content > ul li { 
    padding-left: 25px;
    position: relative;
}
.content-area .entry-content > ul li:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(images/bullet.svg);
    width: 17px;
    height: 17px;
}

.content-area .entry-content > ul.list-inline li {
	display: inline-block;
}

.content-area .entry-content blockquote,
.content-area .entry-content blockquote p {
	margin: 0;
	font-size: 1.1rem;
	font-style: italic;
	background: #F3F3F3;
	border-radius: 10px;
	padding: 10px;
}

.content-area .entry-content blockquote {
        margin: 10px 0;
}

.content-area .entry-content blockquote .comment {
	font-style: normal;
	font-size: 1.125rem;
	font-weight: bold;
}

.content-area .amchart {
	max-width: 800px;
	width: 100%;
	height: 500px;
	border: 1px solid #CCC;
	border-radius: 10px;
}

.content-area .amchart-caption {
	text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #777;
}

.content-area .amchart-legend-img img {
	max-height: 40px;
}

.content-area .sub-heading {
	font-weight: bold;
	font-size: 1.25rem;
	clear: both;
}

.content-area .sub-heading:before {
	content: '';
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background: url(images/sub-heading-icon.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    bottom: -4px;
}

.content-area .guide-list {
	list-style-type: none;
	padding-left: 32px;
}

.content-area .guide-list li {
	counter-increment: step-counter;
    position: relative;
}

.content-area .guide-list li:before {
    content: counter(step-counter);
    background-color: #ff693b;
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding: 5px 0;
    border-radius: 14px;
    display: block;
    text-align: center;
    position: absolute;
    left: -32px;
    top: 3px;
    width: 100%;
    max-width: 27px;
}

.content-area .important {
	clear: both;
	padding: 10px;
    border: 1px dashed #ff693b;
    background: #e0f1ff;
    margin-bottom: 1.125rem;
}

.content-area .important p:last-child {
	margin-bottom: 0;
}

/* Homepage */
section h2.section-title {
	margin-bottom: 20px;
	color: #808080;
}

section#home-header {
	background: url('/wp-content/themes/trading-pedia/images/home-header-background.png') no-repeat;
	background-size: cover;
	min-height: 350px;
}

section#home-header h1 {
	margin: 20px 0;
	color: #fff;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
}

section#home-header .container {
	height: 350px;
}

section#home-header .container a.btn {
	border: 3px solid #ff693b;
    font-size: 24px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    box-shadow: 1px 1px 0 rgba(0,0,0,0.4), 1px 1px 0 rgba(0,0,0,0.2) inset;
	display: block;
	max-width: 320px;
	margin: 20px auto;
	background: rgba(255,134,96,0.4);
}

section#home-header .container a.btn:hover {
	background: rgba(255,134,96,0.6);
}

section#home-tabbed-posts {
	margin-top: -100px;
}

section#home-tabbed-posts .tab-content {
	background: #fff;
	color: #5b5b5b;
	font-size: 0.75rem;
	padding: 30px 0;
}

section#home-tabbed-posts .tab-content .feed-item {
	margin: 5px 0;
}

section#home-tabbed-posts .tab-content .feed-item h3 {
	font-size: 1rem;
	font-weight: normal;
}

section#home-tabbed-posts .tab-content .feed-item .datetime-published {
	font-weight: bold;
}

section#home-featured-brokers {
	background: #c2e9ff;
	padding: 30px 0;
	color: #808080;
	font-size: 1rem;
	font-weight: 500;
}

section#home-recommended-brokers {
	padding: 30px 0;
	color: #808080;
	font-size: 0.875rem;
}

section#home-other-guides {
	padding: 20px 0;
}

section#home-other-guides .item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e6e6e6;
}

section#home-other-guides .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border:none;
}

section#home-other-guides img {
	display: inline-block;
	max-width: 30px;
	margin-right: 5px !important;
}

section#home-other-guides a,
.row-chess-mate-items a {
	color: #4d4d4d;
	font-size: 1rem;
	line-height: 2;
	font-weight: 400;
}

section#home-other-guides .primary {
	text-align: left;
}

section#home-other-guides .primary a {
	font-weight: bold;
}

/*--------------------------------------------------------------
## Slider statistics
--------------------------------------------------------------*/
.list-statistics { list-style: none; width: 100vw; position: relative; margin-left: -50vw; left: 50%; height: 50px; -webkit-animation: fadeIn 700ms ease-in-out 1s both;
animation: fadeIn 700ms ease-in-out .5s both; }

@-webkit-keyframes fadeIn{
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeIn{
	from { opacity: 0; }
	to { opacity: 1; }
}
.list-statistics li { padding: 0 15px; }
.list-statistics li:before { display: none; }

.list-statistics .ico { display: inline-block; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; }
.list-statistics .ico--down { border-top: 14px solid #ff413e; }
.list-statistics .ico--up { border-bottom: 14px solid #21ce95; }

.list-statistics .percent-down { background-color: #fde2e3; }
.list-statistics .percent-up { background-color: #9df5dd; }

/*--------------------------------------------------------------
## Section and inner lists
--------------------------------------------------------------*/

.section-news { padding: 20px 0; }
.section-news + .section-news { margin-top: 30px; }
.section-news .section-title { display: block; font-size: 20px; text-transform: uppercase; margin-bottom: 5px; font-weight: normal; }
.section-news .section-title.featured-title { background: #eee; padding: 10px; border-radius: 5px; margin-bottom: 15px; }
.section-news .article__content { font-size: 14px; }
.section-news .tag { display: inline-block; min-width: 100px; color: #fff; font-size: 14px; text-transform: uppercase; line-height: 1.1; border-radius: 5px; padding: 3px 10px; background-color: #00a18e; text-align: center; }
.section-news .info span { display: block; font-size: 14px; text-align: left; }
.section-news .info .author-article { font-weight: normal; font-size: 16px; }
.section-news h3 { font-size: 16px; text-align: left; margin-top: 10px; }
.section-news p { font-size: 14px; }
.section-news img { border-radius: 10px; }

.section-news .list-articles { display: flex; }
.section-news .list-articles li:before { display: none; }
.section-news .list-articles li + li { border-left: 2px solid #e6e6e6; }
.section-news .list-articles li p { font-size: 20px; line-height: 1.2; margin-bottom: 10px; }
.section-news .list-articles li .tag { margin-top: 10px; }
.section-news .list-articles li .tag.tag-6 { background-color: #ff693b; }
.section-news .list-articles li .tag.tag-7 { background-color: #59acdd; }
.section-news .list-articles li .tag.tag-8 { background-color: #d99843; }
.section-news .list-articles .article__content { display: flex; justify-content: space-between; flex-direction: column; }

.section-news .list-news { font-size: 14px; }
.section-news .list-news li { line-height: 1.2; }
.section-news .list-news li + li { margin-top: 5px; }
.section-news .list-news li:before { display: none; }
.section-news .list-news li > h3 { font-weight: normal; font-size: 14px; }
.section-news .list-news .info span { display: inline-block; }
.section-news .list-news .info .author { font-weight: normal; color: #ff6229; }
.section-news .list-news .info .time { opacity: 0.6; }
.section-news  a.read-more { display: block; font-size: 14px; font-weight: 700; text-align: right; color: #ff6229; text-decoration: none; }

.section-news .tradingview-widget-container { min-height: 675px; }

.section-featured-video-analyses h3 { font-size: 18px; margin-top: 10px; }
.section-featured-video-analyses img { border-radius: 10px; }
.section-featured-video-analyses .list-articles li:before { display: none; }

.section-subscribe { background-color: #d6f0ff; padding: 30px 0; }
.section-subscribe h2,
.section-subscribe p { text-align: center; }
.section-subscribe p { font-style: italic; }
.section-subscribe .section__form { width: 760px; margin: auto; }
.section-subscribe .section__form form { width: 100%; display: flex; justify-content: space-between; }
.section-subscribe .section__form input { border: 0; border-radius: 10px; }
.section-subscribe .section__form .field { font-size: 18px; width: calc(100% - 300px); color: #ccc; padding: 10px 15px; }
.section-subscribe .section__form .btn-submit { font-size: 22px; text-transform: uppercase; color: #fff; font-weight: 700; background-color: #2196f5; width: 270px; }
.section-subscribe .section__form .btn-submit:focus { box-shadow: none; border: 0; outline: none; }

.section-featured-video-tutorials { background: #f5f5f5; }

.section-academy { padding: 20px 0; border-top: 2px solid #e6e6e6; }
.section-academy .section__image { height: 110px; width: 100%; overflow: hidden; background-size: contain; background-repeat: no-repeat; background-position: center; border-radius: 10px; display: block; }
.section-academy h2 { text-transform: uppercase; margin-bottom: 10px; }
.section-academy h3 { margin-bottom: 0; }
.section-academy h3,
.section-academy p { font-size: 14px; text-align: left; }
.section-academy p { color: #8e9499; line-height: 1.2; }
.section-academy a.read-more { color: #ff6229; white-space: nowrap; font-weight: 700; text-decoration: none; }
.section-academy .label { font-size: 10px; padding: 3px 7px; border-radius: 5px; text-transform: uppercase; font-weight: 700; white-space: nowrap; background-color: #9bb0c2; color: #fff; }
.section-news a.read-more:hover,
.section-academy a.read-more:hover { color: #2196f5; }

.section-guides { padding: 30px 0; border-top: 2px solid #e6e6e6; }
.section-guides .guide .guide__content { border-radius: 10px; overflow: hidden; margin-bottom: 10px; border: 1px solid #2196f5; }
.section-guides .guide h3 { margin-bottom: 0; }
.section-guides .guide h3 a,
.section-guides.ext .guide h3 { display: flex; align-items: center; font-size: 1rem; background-color: #2196f5; background-color: var(--blue); color: #fff; font-weight: 400; padding: 10px; margin-bottom: 0; }
.section-guides.ext .guide h3 { font-size: 20px; font-weight: 500; }
.section-guides .guide .title { position: relative; font-size: 16px; font-weight: normal; text-align: left; padding: 5px 10px; background-color: #fff; margin-bottom: 0; }
.section-guides .guide .title { font-size: 16px; font-weight: normal; text-align: left; padding: 5px 10px 5px 25px; background-color: #fff; margin-bottom: 0; }
.section-guides .guide .guide__content title:last-child { padding-bottom: 15px; }
.section-guides .guide .title:before { position: absolute; top: 8px; left: 10px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid var(--blue); content: ''; }
.section-guides .guide .title a { display: block; }
.section-guides .guide ul { padding: 0 15px; }
.section-guides.ext .guide .guide__content p { padding: 0 15px; }
.section-guides.ext .guide .guide__content p:first-of-type { margin-top: 10px; }
.section-guides.ext .guide .guide__content p:last-of-type { margin-bottom: 0; }
.section-guides .guide .ico { display: inline-block; height: 18px; width: 18px; background-repeat: no-repeat; background-position: center; background-size: contain; background-image: url(images/info.svg); margin-left: 5px; }
.section-guides .guide__actions { width: 100%; }
.section-guides .guide .btn-guide { position: relative; display: block; font-size: 18px; width: calc(100% + 4px); color: #fff; background-color: #ff693b; padding: 10px 45px 10px 25px; font-weight: 700; transition: .3s ease-in-out; }
.section-guides .guide .btn-guide:hover { background-color: #ff5e2c; }

.section-calendar { background-color: #c4e9ff; padding: 30px 0; margin-bottom: -15px; }
.section-calendar h2 { text-align: center; text-transform: uppercase; }
.section-calendar ul li:before { display: none; }
.section-calendar .section__body { border-radius: 10px; overflow: hidden; }
.section-calendar .event { margin: 0; background-color: #f5f5f5; border-radius: 5px; border: 2px solid #e6e6e6; padding: 10px 15px; }
.section-calendar .event + .event { margin-top: 15px; }
.section-calendar .event h4 { margin-bottom: 0; }
.section-calendar .event span.time { font-size: 14px; opacity: 0.8; }
.section-calendar .slick-arrow { position: absolute; top: 13px; border: 0; font-size: 0; padding: 0; background-color: transparent; z-index: 99; }
.section-calendar .slick-arrow:focus { outline: none; box-shadow: none; }
.section-calendar .slick-prev { left: 33.33%; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-right: 12px solid #fff; }
.section-calendar .slick-next { left: 66.66%; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 12px solid #fff; }

.list-calendar { position: relative; margin: 0; }
.list-calendar li { margin: 0; }
.list-calendar .list-title { font-size: 24px; padding: 10px; background-color: #2196f5; color: #fff; text-align: center; margin-bottom: 0; }
.list-calendar .list__content { margin-top: 0; background-color: #fff; padding: 20px; }

.slick-initialized .slick-slide .event,
.slick-initialized .slick-slide .list-title span { opacity: 0.7; }
.slick-initialized .slick-current .event,
.slick-initialized .slick-current .list-title span { opacity: 1; }

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

	.list-articles { flex-wrap: wrap; }
	.list-articles li { width: 100%; padding: 10px 15px; }
	.list-articles li + li { border-left: 0; }
	.list-articles .article__image { height: 220px; }
	.list-articles .article__content { height: auto; }
	.section-subscribe .section__form { width: 100%; }

	.section-news + .section-news { margin-top: 0; }
	.section-news .featured .article__image { height: 220px; }

	.section-news a.read-more { margin-bottom: 15px; }

	.section-academy .section__content { margin-bottom: 15px; }

	.guide { margin-bottom: 15px; }

}

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

	.section-news .featured .article__image,
	.list-articles .article__image { height: 180px; }

	.section-news .list-articles li + li { border: none; margin: 0; }
	.section-news .featured > .row > .col-md-6 + .col-md-6 { margin-top: 20px }
	
	.section-subscribe .section__form form { flex-direction: column; }
	.section-subscribe .section__form .field { margin-bottom: 10px; }
	.section-subscribe .section__form .field,
	.section-subscribe .section__form .btn-submit { width: 100%; }
	.section-subscribe .section__form .btn-submit { font-size: 18px; }

	.section-academy .section__image { margin-bottom: 10px; }

	.list-articles li p { font-size: 16px; }

	.c2a-btn { font-size: 14px; }

}

/*--------------------------------------------------------------
## Email subscription widget
--------------------------------------------------------------*/
.content-wall-image-teaser {
	text-align: center;
}

@media( min-width: 768px ) {
	.content-wall-image-teaser img {
		max-width: 50%;
	}
}

.email-subscription-widget {
	border-radius: 8px;
    background: #ff693b;
    padding: 15px;
    margin: 15px 0;
}

.email-subscription-widget.content-wall {
	border-radius: 8px;
    background: transparent;
    padding: 15px;
    margin: 15px 0;
    -moz-box-shadow: 0 0 8px #aaa;
    -webkit-box-shadow: 0 0 8px #aaa;
    box-shadow: 0 0 8px #aaa;
}

.email-subscription-widget .title {
	text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
}

.email-subscription-widget.content-wall .title {
	color: #5b5b5b;
}

.email-subscription-widget .sub {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.email-subscription-widget.content-wall .sub {
	color: #5b5b5b;
}

.email-subscription-widget input {
	font-size: 14px;
    height: 36px;
    padding-left: 17px;
    margin-right: 20px;
    border-radius: 8px;
    background: #fff;
    border: none;
    width: 100%;
    display: block;
    margin: 5px 0;
}

.email-subscription-widget.content-wall input {
	background: #f6f6f6;
}

.email-subscription-widget input[type="submit"] {
	box-sizing: border-box;
    width: auto;
    height: 36px;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border-radius: 8px;
    max-width: 100%;
    width: 100%;
    border: 2px solid #fff;
    white-space: nowrap;
    background-color: #1255ab;
    padding: 0px 10px;
}

.email-subscription-widget input[type="submit"]:hover {
	opacity: 0.85;
	cursor: pointer;
}

/* Post footer */
.post-author,
.highlighted-infobox {
	font-size: 0.875rem;
}

.post-author {
	border-left: 3px solid #ff693b;
}

.highlighted-infobox {
	border-left: 3px solid #2196f5;
}

.post-author img,
.highlighted-infobox img,
.entry-meta img {
	float: left;
	margin-right: 5px;
	border-radius: 5px;
}

.in-content-highlighted-infobox.highlighted-infobox {
	padding: 10px;
	font-size: 1.125rem;
	margin-bottom: 10px;
}

.post-author span {
	display: block;
	font-weight: bold;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background: #2196f5;
	margin-top: 15px;
	padding: 30px 0;
	color: #fff;
	font-size: 12px;
	text-align: justify;
}

.site-footer a {
	color: #fff;
	border-bottom: 1px dotted;
}

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

.site-footer a.logo {
	display: block;
	border: none;
	margin-bottom: 10px;
}

.site-footer .menu {
	padding: 0;
	list-style: none;
	margin: 0 0 20px 0;
}

.site-footer .menu li::before {
	content: inherit;
	width: 0;
	height: 0;
	background: transparent;
	border: none;
    margin: 0;
}

.site-footer .menu#footer-right li {
	font-size: 14px;
}

.site-footer .menu#footer-left li {
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 5px 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	border: none;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 1030px) {
    .hero span { font-size: 20px !important; } 
    .ready-to-trade a { font-size: 20px !; }
}


@media only screen and (max-width: 830px) {
    .hero {
    	text-align: center;
    }

    .hero span {
    	font-size: 25px !important;
    	margin-top: 0;
    	margin-bottom: 20px;
    } 

    .logo {
    	margin-bottom: 30px;
    }

    .instruments .instrument a {
       font-size: 18px; 
    }

    .widget-area .broker-sidebar-icons li {
        height: auto;
    }

    .action-buttons a {
        margin-bottom: 15px;
    }

    .platforms img {
    	width: 50%;
	}

    .platforms h3 { 
        font-size: 12px; 
        text-align: center;
    }

    .platforms td { 
        font-size: 12px !important;
    }
  
    .platforms td img { 
        width: 30%;
    }
}

@media only screen and (max-width: 700px) {
    .instruments .instrument a {
        font-size: 16px; 
     }

     .action-buttons a{
         font-size: 18px;
     }
}

@media only screen and (max-width: 450px) {
    .tab_header_item {
        padding: 0px !important;
    }

    .ready-to-trade a {
        font-size: 15px !important;
        padding: 5px !important;
    }

    .platforms img {
        width: 50% !important; 
    
    }
    .platforms h3 { 
        font-size: 9px !important; 
        text-align: center;
    }

    .platforms td { font-size: 12px !important;}

    .content_holder table thead td {
        font-size: 9px !important; 
    }

    .inner_content tbody td {
        font-size: 10px;
    }
 }

/*--------------------------------------------------------------
## New styles
--------------------------------------------------------------*/

a { color: #2196f5; transition: .3s ease-in-out; }
a:hover { text-decoration: none; color: #ff693b; }
a:focus { color: inherit; outline: none; box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle { background-color: #4899c7; }

.entry-content ul li:before,
.interlinking-panel li:before { height: 14px; width: 14px; border-radius: 0; border: 0; background: transparent; background-image: url(images/bullet-features.svg); margin: 0 10px 0 0; }

section h2.section-title { color: #333; }

.guide-nav-prev-next a.prev { position: relative; display: inline-block; padding-left: 30px; }
.guide-nav-prev-next a.prev:before { position: absolute; display: block; height: 16px; width: 16px; top: 50%; left: 0; transform: translateY(-50%) rotate(90deg); background-image: url(images/open-icon.svg); background-repeat: no-repeat; background-position: center; background-size: contain; content: ''; }
.guide-nav-prev-next a.next { position: relative; display: inline-block; padding-right: 30px; }
.guide-nav-prev-next a.next:after { position: absolute; display: block; height: 16px; width: 16px; top: 50%; right: 0; transform: translateY(-50%) rotate(-90deg); background-image: url(images/open-icon.svg); background-repeat: no-repeat; background-position: center; background-size: contain; content: ''; }

/* Featured articles */
.section-news .section-title.featured-title { font-size: 28px; background-color: transparent; padding: 0; text-transform: none; color: #333; font-weight: bold; }
.section-news .list-articles li + li { border-left: 0; }
.section-news .featured h3 { font-size: 20px; }
.section-news .article h3 { font-size: 18px; }

.featured * { box-sizing: border-box; }
.article .wrapper-img { height: 160px; }
.featured .wrapper-img,
.article .wrapper-img { display: block; width: 100%; border-radius: 10px; background-size: cover; background-repeat: no-repeat; background-position: center; transition: .3s ease-in-out; }
.featured .wrapper-img { height: 200px; }
.featured .wrapper-img:hover,
.article .wrapper-img:hover { opacity: 0.8; }

/* Sections with videos */
.section-featured-video-analyses { background-image: url(images/tradingpedia-tv-bg.svg); background-size: cover; background-repeat: no-repeat; background-position: center; padding: 40px 0; }
.section-featured-video-analyses h2 { font-size: 28px; color: #fff; margin-bottom: 20px; }
.section-featured-video-analyses .nav-tabs .nav-item .nav-link { font-size: 24px; text-transform: none; padding: 10px 30px; transition: none; }
.section-featured-video-analyses a.thumbnail { display: block; position: relative; border-radius: 10px; overflow: hidden; height: 190px; border: 1px solid #333; transition: .3s ease-in-out; }
.section-featured-video-analyses a.thumbnail:hover { opacity: 0.8; }
.section-featured-video-analyses .tab-content { background-color: #fff; padding: 20px 15px 10px; border: 0; }
.section-featured-video-analyses .tab-content .author-meta { color: #333; }

@media (max-width: 768px) { 

	.section-featured-video-analyses .tab-content { padding: 5px 0; }
	.section-featured-video-analyses .nav-tabs .nav-item .nav-link { padding: 10px 15px; }
	.section-featured-video-analyses .tab-content h4 { text-align: left; }
	
}

.section-featured-video-tutorials { background-image: url(images/video-tutorials-bg.svg); background-size: cover; background-repeat: no-repeat; background-position: center; padding: 30px 0 30px; }
.section-featured-video-tutorials h2 { font-size: 28px; color: #fff; text-align: left; text-transform: none; }

.featured-brokers-cards.video-list { background-color: #fff; padding: 25px 15px 0; border-radius: 10px; }
.featured-brokers-cards.video-list .item .card-content { box-shadow: none; }
.featured-brokers-cards.video-list .item .card-content,
.featured-brokers-cards.video-list .item .card-content h2 { background: #fff; }
.featured-brokers-cards.video-list .item .card-content h2 a { color: #2196f5; }
.featured-brokers-cards.video-list .item .card-content .wrapper-image { position: relative; display: block; width: 100%; height: 190px; border-radius: 10px; border: 1px solid #333; background-size: cover; background-position: center; background-repeat: no-repeat; transition: .3s ease-in-out; }
.featured-brokers-cards.video-list .item .card-content .wrapper-image:hover { opacity: 0.8; }
.section-featured-video-analyses a.thumbnail:before,
.featured-brokers-cards.video-list .item .card-content .wrapper-image:before { position: absolute; display: block; height: 100px; width: 100px; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); background-image: url(images/video-play-button.svg); background-size: contain; background-repeat: no-repeat; background-position: center; z-index: 2; content: ''; }

.section-academy { padding-top: 30px; }
.section-academy,
.section-guides,
section#home-main-guides { border-top: 0; background: #f2f2f2; }
section#home-main-guides .content-wrapper { display: block; border: 1px solid #b3b3b3; background-color: #fff; padding-top: 15px !important; padding-left: 10px; padding-right: 10px; transition: .2s ease-in-out; }
section#home-main-guides .content-wrapper:hover { background-color: #ff693b; color: #fff; }
section#home-main-guides .content-wrapper img { transition: .2s ease-in-out; }
section#home-main-guides .content-wrapper:hover img { filter: brightness(0) invert(1); }
section#home-main-guides .content-wrapper  h3 { font-size: 18px; font-weight: normal; line-height: 1.2; margin-top: 10px; }

.section-academy .label { display: inline-block; font-size: 16px; background-color: #e6e6e6; color: #333; border: 1px solid #d3d3d3; font-weight: normal; text-transform: none; margin-bottom: 10px; }
.section-academy h2 { text-transform: none; color: #333; margin-bottom: 20px; }
.section-academy h3 { margin-bottom: 10px; }
.section-academy h3, 
.section-academy p { font-size: 16px; }
.section-academy p { color: #333; line-height: 1.4; }
.section-academy + .section-guides { padding-top: 0; }

section#home-featured-brokers { padding: 10px 0 0; }
section#home-featured-brokers { background-color: #fff; }
section#home-featured-brokers .featured-brokers-cards .item .card-content { background-color: #ededed; box-shadow: none; border: 1px solid #8c949a; padding: 15px; }
section#home-featured-brokers .featured-brokers-cards .item .card-content img.logo { border-radius: 10px; border: 1px solid #8c949a; margin-top: 10px; }
section#home-featured-brokers .featured-brokers-cards .item .card-content ul.features { color: #5b5b5b; padding-left: 0; padding-bottom: 0; padding-top: 0; }
.featured-brokers-cards .item .card-content ul.features li:before { height: 14px; width: 14px; background: transparent; background-image: url(images/bullet-features.svg); border: 0; border-radius: 0;  background-size: contain; background-repeat: no-repeat; background-position: center; margin: 0 10px 0 0; }
section#home-featured-brokers .featured-brokers-cards .item .card-content .c2a-btn { background-color: #ff693b; text-transform: none; border: 0; padding: 5px 15px; border-radius: 7px; }
section#home-featured-brokers .featured-brokers-cards .item .card-content .c2a-btn:focus { color: #fff; }
section#home-featured-brokers .featured-brokers-cards .item .card-content .c2a-btn:hover { opacity: 1; background-color: #ff5e2c; }
section#home-featured-brokers .featured-brokers-cards .item .card-content h3 { color: #5b5b5b; text-align: center; margin-top: 5px; }
.featured-brokers-cards.video-list .item .card-content h2 a:hover {	color: #ff693b; }
section#home-featured-brokers + section#home-recommended-brokers { padding: 0 0 30px; }

section#home-recommended-brokers .recommended-brokers-table .item { border: 1px solid #8c949a; }
section#home-recommended-brokers .recommended-brokers-table .features-box .features-grid .item { border: 0; border-top: 1px solid #8c949a; margin-right: 0; padding-right: 0; }
section#home-recommended-brokers .recommended-brokers-table .features-box .features-grid .item + .item { border-left: 1px solid #8c949a; }
section#home-recommended-brokers .recommended-brokers-table .features-box .features-grid { border-top: 0; }
section#home-recommended-brokers .recommended-brokers-table .item .c2a-box-wrapper .c2a-box { border-right: 1px solid #8c949a; }
section#home-recommended-brokers .recommended-brokers-table .features-box .brand-name { font-size: 26px; line-height: 1; margin-bottom: 10px; margin-top: 5px; }
section#home-recommended-brokers .recommended-brokers-table .features-box .brand-name a { color: #333; }
section#home-recommended-brokers .recommended-brokers-table .features-box .brand-name .brand-main-feature { border-radius: 5px; }
section#home-recommended-brokers .recommended-brokers-table .item .c2a-box-wrapper .c2a-box .btn + .btn:hover { background-color: #0e84e4; }
section#home-recommended-brokers .c2a-btn:hover { background-color: #ff5e2c; opacity: 1; }

section#home-other-guides .item { padding-bottom: 0; }
section#home-other-guides .item,
section#home-other-guides .item:last-child { border: 1px solid #8c949a; border-radius: 10px; overflow: hidden; }
section#home-other-guides .primary { padding: 20px 0 20px 20px; }
section#home-other-guides .secondary { position: relative; right: -34px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
section#home-other-guides .secondary a,
.row-chess-mate-items a { border: 1px solid #e6e6e6; margin-bottom: -1px; margin-left: -1px; text-align: left; }
section#home-other-guides .secondary a:nth-child(even),
.row-chess-mate-items a:nth-child(even) { background-color: #f8f8f8; }
section#home-other-guides .secondary a:hover,
.row-chess-mate-items a:hover { color: #ff693b; }

.interlinking-panel { background-color: #edf8ff; }
.interlinking-panel a { color: #5b5b5b; }
.interlinking-panel a:hover { color: #ff693b; }

/*--------------------------------------------------------------
## CTA header and banner
--------------------------------------------------------------*/

.header-cta { background-color: #eb592c; padding: 7px 0; margin-bottom: 20px; }
.header-cta * { color: #fff; font-weight: bold; }
.header-cta .container { display: flex; align-items: center; justify-content: space-between; }
.header-cta p, 
.header-cta ul { margin-bottom: 0; }
.header-cta ul { display: flex; margin-top: 0; border-left: 1px solid #ffc2ad; }
.header-cta ul li { display: flex; align-items: center; text-transform: uppercase; margin: 0; padding-left: 30px; }
.header-cta ul li:before { display: none; }
.header-cta ul li + li { margin-left: 30px; }
.header-cta .btn { font-size: 20px; background-color: #333; padding: 3px 15px; }
.header-cta .btn:hover { background-color: #423f3f; color: #fff; }

.header-cta .ico { height: 30px; width: 30px; background-repeat: no-repeat; background-position: center; background-size: contain; margin-right: 10px; }
.header-cta .ico--coin { background-image: url(images/ico-coins.svg); }
.header-cta .ico--learn { background-image: url(images/ico-learn.svg); }
.header-cta .ico--chart { background-image: url(images/ico-chart.svg); }

.section-cta-primary { position: relative; background-image: url(images/join-community-banner-bg.png); background-repeat: no-repeat; background-position: 50% 25%; background-size: cover; border-radius: 10px; padding: 15px 30px 10px; overflow: hidden; margin-bottom: 1.125rem; }
.section-cta-primary:before { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(235, 89, 44, 0.6); content: ''; }
.section-cta-primary * { color: #fff; }
.section-cta-primary h2 { text-align: center; margin-bottom: 0; }
.section-cta-primary h2,
.section-cta-primary .section__content { position: relative; z-index: 2; }
.section-cta-primary ul { margin-bottom: 0; }
.section-cta-primary .section__content,
.section-cta-primary ul,
.section-cta-primary ul li { display: flex; align-items: center; justify-content: space-between; }
.section-cta-primary ul li:before { display: none; }
.section-cta-primary ul li + li { margin-left: 20px; }
.section-cta-primary ul li .ico { position: relative; background-color: #fff; border-radius: 50%; height: 50px; width: 50px; border: 5px solid #fff; background-size: contain; background-repeat: no-repeat; background-position: center; margin-right: 10px; }
.section-cta-primary ul li .ico--learn { background-image: url(images/ico-learn-blue.svg); }
.section-cta-primary ul li .ico--chart { background-image: url(images/ico-chart-blue.svg); }
.section-cta-primary ul li .ico--coin { background-image: url(images/ico-coins-blue.svg); }
.section-cta-primary ul li span { display: inline-block; font-size: 20px; text-transform: uppercase; font-weight: bold; }
.section-cta-primary .btn { font-size: 20px; width: 160px; }

.section-cta-secondary { background-color: #eb592c; padding: 20px 30px 15px; border-radius: 10px; margin-bottom: 1.125rem; }
.section-cta-secondary * { color: #fff; }
.section-cta-secondary .ico { display: inline-block; height: 80px; width: 80px; background-color: #fff; border-radius: 50%; border: 10px solid #fff; background-size: contain; background-repeat: no-repeat; background-position: center; }
.section-cta-secondary .ico--learn { background-image: url(images/ico-learn-blue.svg); }
.section-cta-secondary .btn { font-size: 20px; width: 160px; }
.section-cta-secondary .flex { display: flex; justify-content: space-between; align-items: center; }
.section-cta-secondary .align-center { text-align: center; }
.section-cta-secondary p { font-size: 26px; line-height: 1.2; margin-bottom: 10px; text-align: left; }

/*--------------------------------------------------------------
## Sidebar Widget
--------------------------------------------------------------*/

h2.widget-title { color: #2196f5; }
h2.widget-title.widget-title-quick-links { margin-top: 32px }
.widget-area .widget_text .brand { background-color: #ededed; padding: 15px; border-radius: 10px; }
.widget-area .widget_text .brand h3 a { color: #5b5b5b; }
.widget-area .widget_text .brand .logo { display: block; border: 1px solid #b8b8b8; border-radius: 10px; overflow: hidden; }
.widget-area .widget_text .brand .logo:hover { opacity: 0.85; }
.widget-area .widget_text .brand .logo img { width: 100%; max-width: auto; }
.widget-area .widget_text .brand ul.general-list { margin-top: 0; padding-left: 0; text-align: left; }
.widget-area .widget_text .brand ul.general-list li { font-size: 18px; margin: 5px 0; }
.widget-area .widget_text .brand ul.general-list li:before { height: 14px; width: 14px; background: url(images/bullet-features.svg); background-repeat: no-repeat; background-position: center; background-size: contain; border-radius: 0; border: 0; margin: 0 10px 0 0; }
.widget-area .widget_text .brand .c2a-btn { background-color: #ff693b; text-transform: none; border: 0; padding: 5px 15px; border-radius: 7px; }
.widget-area .widget_text .brand .c2a-btn:hover { opacity: 1; background-color: #ff5e2c; }
.widget-area .widget_text .brand .c2a-btn + .btn { background-color: #2196f5; margin-top: 10px; }
.widget-area .widget_text .brand .c2a-btn + .btn:hover { background-color: #0e84e4; }
.widget-area .widget_text .brand .brand-read-more { display: block; color: #5b5b5b; text-decoration: underline; margin: 10px 0; }
.widget-area .widget_text .brand .brand-read-more i { margin-right: 5px; }
.widget-area .widget_text .brand .brand-read-more:hover { color: #ff693b; }
.widget-area .widget_text .brand .brand-read-more-text { display: none; }

.widget .quick-links li a { color: #5b5b5b; }
.widget .quick-links li a:hover { color: #ff693b; }

/*--------------------------------------------------------------
## Academy pages
--------------------------------------------------------------*/

.chalkboard { position: relative; background-color: #f6f6f6; color: #666; background-image: url(images/bg-image.png); border: 0; /*border: 10px solid #ccc;*/ padding: 0; overflow: hidden; }
.chalkboard-text { position: relative; padding: 30px 40px 20px; border: 10px solid #ccc; }
.chalkboard-text p { margin-bottom: 0.5rem; }
.chalkboard:before,
.chalkboard:after,  
.chalkboard-text:after,
.chalkboard-text:before { position: absolute; height: 25px; width: 25px; z-index: 2; content :''; }
.chalkboard:before { top: 0; left: 0; border-left: 10px solid #808080; border-top: 10px solid #808080; }
.chalkboard:after { top: 0; right: 0; border-right: 10px solid #808080; border-top: 10px solid #808080; }
.chalkboard-text:before { bottom: -10px; left: -10px; border-bottom-left-radius: 10px; border-left: 10px solid #808080; border-bottom: 10px solid #808080; }
.chalkboard-text:after{ bottom: -10px; right: -10px; border-bottom-right-radius: 10px; border-right: 10px solid #808080; border-bottom: 10px solid #808080; }

.chalkboard ul li { margin: 0; }
.chalkboard ul li:before { height: 14px; width: 14px; background: transparent; background-image: url(images/bullet-features.svg); background-repeat: no-repeat; background-position: center; background-size: contain; margin-right: 10px; border: 0; border-radius: 0; }

/*--------------------------------------------------------------
## Trading Apps page
--------------------------------------------------------------*/

.featured-brokers-cards.brokers-list .item .card-content ul.features li.yes:before { margin-right: 10px; color: #2196f5; }
.featured-brokers-cards.brokers-list .item .card-content ul.features li.no:before { margin-right: 10px; }
.featured-brokers-cards.brokers-list .item .card-c2a .c2a-btn { background-color: #ff693b; text-transform: none; border: 0; padding: 5px 15px; border-radius: 7px; }
.featured-brokers-cards.brokers-list .item .card-c2a .c2a-btn:hover { opacity: 1;  background-color: #ff5e2c; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer { padding: 30px 0 20px; }
.site-footer a { border: 0; }
.site-footer a:hover { color: #fff; opacity: 0.85; }
.site-footer p { font-size: 14px; }

.site-footer .main-footer-nav { display: flex; align-items: center; background-color: #fff; border-radius: 10px; padding: 5px; }
.site-footer .main-footer-nav span.btn { min-width: 180px; font-size: 18px; font-weight: bold; cursor: default; background-color: #ff693b; border-radius: 7px; }
.site-footer .main-footer-nav span.btn:hover { background-color: #ff693b; }
.site-footer .menu#footer-left li { font-size: 14px; display: block; text-align: right; line-height: 1.1; text-transform: none; font-style: italic; }
.site-footer .menu#footer-left li a { text-decoration: underline; }
.site-footer .menu-footer-left-container { width: 100%; }
.site-footer .menu#footer-right { display: flex; justify-content: space-around; margin-bottom: 0; }
.site-footer .menu#footer-right li { position: relative; font-size: 16px; line-height: 1.2; padding-left: 25px; margin-left: 30px; }
.site-footer .menu#footer-right li:before { position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 18px; width: 18px; background: url(images/footer-news-icon.svg); background-repeat: no-repeat; background-position: center; background-size: contain; content: ''; }
.site-footer .menu#footer-right li a { color: #333; }
.site-footer .site-info { font-size: 16px; font-style: italic; }

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media (max-width: 1200px) {

	.header-cta .btn { font-size: 18px; }
	.header-cta ul li { line-height: 1.2; padding-left: 15px; }
	.header-cta ul li + li { margin-left: 15px; }

}

@media (max-width: 1024px) {

	section#home-featured-brokers .featured-brokers-cards .item .card-content .c2a-btn { font-size: 16px; }

	.site-footer .main-footer-nav span.btn { font-size: 16px; min-width: 120px; }
	.site-footer .menu#footer-right { margin-left: 15px; }
	.site-footer .menu#footer-right li { font-size: 14px; margin-left: 15px; }

	.section-cta-primary .section__content { flex-direction: column; }
	.section-cta-primary .btn { margin-bottom: 15px; }

	.section-cta-secondary .ico { height: 50px; width: 50px; }

}

@media (max-width: 992px) {

	.header-cta .container { flex-direction: column; }
	.header-cta ul { border-left: 0; margin: 5px 0; }
	.header-cta p { text-align: center; }

	.section-cta-primary ul,
	.section-cta-primary ul li { flex-direction: column; }
	.section-cta-primary ul li .ico { height: 35px; width: 35px; }
	.section-cta-primary ul li + li { margin-left: 0; }

}

@media (max-width: 768px) {

	.guide-nav-prev-next a.prev { margin-bottom: 10px; }

	.featured .wrapper-img,
	.article .wrapper-img { height: 100px; }

	.section-featured-video-analyses .tab-content .author-meta { text-align: left; }
	.section-featured-video-analyses a.thumbnail { height: 105px; }
	.section-featured-video-analyses a.thumbnail:before, 
	.featured-brokers-cards.video-list .item .card-content .wrapper-image:before { height: 60px; width: 60px; }

	.featured-brokers-cards.video-list { margin-left: 0; margin-right: 0; }
	.featured-brokers-cards.video-list .item .card-content .wrapper-image { height: 135px; }
	.section-academy h3 { font-size: 20px; }
	.section-guides .guide .title { font-size: 16px; }
	section#home-main-guides .content-wrapper h3 { text-align: center; }

	.recommended-brokers-table .features-box .features-grid .item { justify-content: space-between; padding: 5px 0; }

	section#home-other-guides .primary { text-align: center; }
	section#home-other-guides .primary  img { margin: auto; }
	section#home-other-guides .secondary { right: 0; margin: auto auto 10px; }

	.chalkboard-text { padding: 10px 20px 0; }

	.section-cta-primary ul { margin-bottom: 10px; }
	.section-cta-primary ul li + li { margin: 0; }
	.section-cta-secondary p { font-size: 20px; }
	
	.widget-area .widget_text .brand .logo { text-align: center; }

	.site-footer .main-footer-nav,
	.site-footer .menu#footer-right { flex-direction: column; align-items: flex-start; }
	.site-footer .menu#footer-right,
	.site-footer .menu#footer-right li { margin-left: 0; }
	.site-footer .menu#footer-right li { margin:  5px; padding-left: 20px; }

}

@media (max-width: 576px) {

	.site-footer a.logo,
	.site-footer .menu#footer-right li,
	.site-footer .menu#footer-left li,
	.site-footer .main-footer-nav,
	.site-footer .menu#footer-right { text-align: left; align-items: flex-start; }
	section#home-recommended-brokers .recommended-brokers-table .item .c2a-box-wrapper .c2a-box { border-right: 0; }

}

@media (max-width: 480px) {

	.header-cta ul { flex-direction: column; }
	.header-cta ul li + li { margin-left: 0; }

	.section-cta-secondary p { text-align: center; }
	.section-cta-secondary .flex { flex-direction: column; align-items: center; }
	.section-cta-secondary .btn { margin-bottom: 10px; }

}

/*--------------------------------------------------------------
## From User Panel styles
--------------------------------------------------------------*/
.btn-orange { background-color: #ff693b; color: #fff; }
.btn-orange:hover { color: #fff; background-color: #ff5e2c; }
.btn-dark { background-color: #333; color: #fff; border: 2px solid #fff; font-weight: bold; }
.btn-dark:hover { background-color: #423f3f; border: 2px solid #fff; }
/* Header - Join Academy */
.header-join-academy { margin-bottom: 0; background-color: #eb592c; color: #fff; font-weight: 600; padding: 5px 0; background-color: #777; height: 42px; }
.header-join-academy * { font-size: 14px; }
.header-join-academy .header__body { display: flex; justify-content: space-between; align-items: center; }
.header-join-academy .btn-dark { border: 0; padding: 5px 25px; }
.header-join-academy ul { border-left: 2px solid #ffc2ad; padding-left: 55px; border-left: 2px solid #ccc; }
.header-join-academy ul,
.header-join-academy p { margin: 0; }
.header-join-academy ul,
.header-join-academy ul li { display: flex; align-items: center; }
.header-join-academy ul li { margin: 0; }
.header-join-academy ul li:before { display: none; }
.header-join-academy ul li + li { margin-left: 20px; }
.header-join-academy ul li span { text-transform: uppercase; }
.header-join-academy .ico { height: 32px; width: 32px; margin-right: 8px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.header-join-academy .ico--learn { background-image: url(images/ico-learn-grey.svg); }
.header-join-academy .ico--candles { background-image: url(images/ico-chart-grey.svg); }
.header-join-academy .ico--coin { background-image: url(images/ico-coins-grey.svg); }

@media (max-width: 1200px) {
	.header-join-academy ul { border-left: 0; }

}

@media (max-width: 991px) {
	.header-join-academy { height: 52px; }
}

@media (max-width: 768px) {
	.header-join-academy { height: 65px; }
	.header-join-academy .header__body { flex-direction: column; }
	.header-join-academy ul { display: none }
	.header-join-academy p { text-align: center; margin-bottom: 3px; }
}

.header-join-academy {
	background-color: #1255ab;
	color: #fff;
	height: auto;
}

.header-join-academy p,
.header-join-academy p a {
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.header-join-academy ul {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

.header-join-academy ul li span {
	color: #fff;
}

.header-join-academy ul li + li {
	margin-left: 40px;
}

.header-join-academy ul li a {
	display: flex;
	align-items: center;
}

.header-join-academy .btn-dark,
.header-join-academy .btn-dark:hover {
	background-color: #eb592c;
	color: #fff;
}

.header-join-academy .btn-dark:after {
	display: inline-block;
	margin-left: 6px;
	content: '\2192';
}

.header-join-academy ul {
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
}

@media screen and (max-width: 1200px) { 
	.header-join-academy ul {
		background-color: transparent;
	}

	.header-join-academy p,
	.header-join-academy p a {
		font-size: 14px;
	}
	.header-join-academy ul:before,
	.header-join-academy ul:after {
		display: none;
	}
}

@media screen and (max-width: 1024px) { 
	.header-join-academy .header__body {
		flex-direction: column;
	}

	.header-join-academy ul {
		margin-bottom: 7px;
		margin-top: 5px;
	}

	.header-join-academy ul:before,
	.header-join-academy ul:after {
		display: inline-block;
	}
}

/*--------------------------------------------------------------
## Subheader menu
--------------------------------------------------------------*/
.subheader-menu-container { background-color: #eb592c; color: #fff; font-weight: 600; padding: 5px 0; margin-bottom: 20px; max-height: 100%; height: 57px; overflow-y: inherit !important }
.subheader-menu-container ul.menu { display: flex; justify-content: center; }
.subheader-menu-container ul.menu li { margin: 0 10px; position: relative;}
.subheader-menu-container ul.menu li:before { content: none; }
.subheader-menu-container ul.menu li a { color: #fff; text-transform: uppercase; font-size: 16px; }
.subheader-menu-container ul.menu li a:hover { opacity: 0.75; }
.subheader-menu-container ul.menu li a:before { content: ''; background-size: contain; background-repeat: no-repeat; height: 24px; width: 24px; display: inline-block; margin-bottom: -5px; margin-right: 5px; }
.subheader-menu-container ul.menu li.forex > a:before { background-image: url(images/ico-forex-brokers.svg); }
.subheader-menu-container ul.menu li.cfd > a:before { background-image: url(images/ico-cfd-brokers.svg); }
.subheader-menu-container ul.menu li.stock > a:before { background-image: url(images/ico-stock-brokers.svg); }
.subheader-menu-container ul.menu li.crypto > a:before { background-image: url(images/ico-crypto-brokers.svg); }
.subheader-menu-container ul.menu li.indices > a:before { background-image: url(images/ico-indices-brokers.svg); }
.subheader-menu-container ul.menu li.commodity > a:before { background-image: url(images/ico-commodity-brokers.svg); }
.subheader-menu-container ul.menu li ul.sub-menu { background: #eb592c; margin: 0; }
/*.subheader-menu-container ul.menu li ul.sub-menu li { margin: 0; padding: 5px 0; }
.subheader-menu-container ul.menu li:hover ul.sub-menu,
.subheader-menu-container ul.menu li ul.sub-menu:hover { display: block; }
subheader-menu-container ul.menu li ul.sub-menu li:hover a { opacity: 0.7; }*/
.subheader-menu-container ul.menu li ul.sub-menu li a { border-bottom: 1px dotted #fff; display: block; padding: 3px 0; }
.subheader-menu-container ul.menu li ul.sub-menu li a:before { content: none; }

.subheader-menu .menu > li.menu-item-has-children {
	position: static;
}

.subheader-menu .menu > li.menu-item-has-children > a {
	position: relative;
	display: inline-block;
    padding-right: 20px;
}	

.subheader-menu .menu > li.menu-item-has-children > a:after {
	position: absolute;
    display: block;
    font-size: 20px;
    line-height: 1;
    right: 5px;
    top: 0;
    visibility: visible;
    transition: .3s;
    content: '\2304';
}

.subheader-menu .menu > li > ul.sub-menu {
	display: none;
	padding: 10px;
	background: #fff;
	margin: 0;
}

.subheader-menu .menu > li:hover > ul.sub-menu {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    position: absolute;
    flex-direction: initial;
    z-index: 999;
    top: auto;
    left: 0;
    right: 0;
}

@media (max-width: 1199px) {
	.subheader-menu-container { height: 84px; }
}

@media (min-width: 993px) {
	.subheader-menu .menu > li.menu-item-has-children.single-col {
		position: relative;
	}

	.subheader-menu .menu > li.single-col:hover > ul.sub-menu {
		/*width: 200%;
		left: -50%;*/
	}
}

@media (max-width: 768px) {
	.subheader-menu-container ul.menu li { position: static; margin: 0 5px; }
	.subheader-menu-container ul.menu li a { font-size: 10px; display: block; text-align: center; }
	.subheader-menu-container ul.menu li a:before { display: block; margin: 0 auto; }
	/*.subheader-menu-container ul.menu li:hover ul.sub-menu, .subheader-menu-container ul.menu li ul.sub-menu:hover { top: 70px; width: 100%; }*/
	.subheader-menu-container ul.menu li ul.sub-menu li a { text-align: left; font-size: 14px; }
	.subheader-menu .menu > li.menu-item-has-children > a { padding-right: 10px; }
}

@media (max-width: 404px) {
	.subheader-menu-container { height: 99px; }
}

.subheader-menu .menu > li > ul.sub-menu:hover {
	display: flex;
}

.subheader-menu .menu > li > ul.sub-menu li {
	margin: 0;
	display: block;
}

.subheader-menu .menu > li > ul.sub-menu li a {
	font-size: 14px;
	text-transform: initial;
}

.subheader-menu .menu > li > ul.sub-menu > li {
    flex: 0 0 auto;
    width: 16.6666666667%;
    padding: 0 10px;
}

.subheader-menu .menu > li.single-col > ul.sub-menu > li {
	width: 100%;
	padding: 0;
}

.subheader-menu .menu > li > ul.sub-menu > li > ul {
	margin-left: 0;
}

.subheader-menu .menu > li > ul.sub-menu > li.disabled > a {
	pointer-events: none;
	cursor: pointer;
	font-weight: bold;
	display: block;
	border-bottom: 2px solid;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 992px) {
	.subheader-menu .menu > li:hover > ul.sub-menu {
		display: block;
		width: auto;
	}

	.subheader-menu .menu > li > ul.sub-menu {
		position: absolute;
		background: inherit;
	}

	.subheader-menu .menu > li > ul.sub-menu > li {
		width: 100%;
	}

	.subheader-menu .menu > li > ul.sub-menu > li.disabled {
		margin: 5px 0;
	}

	.subheader-menu .menu > li > ul.sub-menu > li a {
		color: inherit;
	}

	.subheader-menu .menu > li > ul.sub-menu > li.disabled > a {
		pointer-events: all;
		cursor: pointer;
		color: inherit;
		border: none;
		position: relative;
		display: inline-block;
	    padding-right: 20px;
	    padding: 5px 0;
	}

	.subheader-menu .menu > li > ul.sub-menu > li.disabled > a:after {
		position: relative;
	    font-size: 28px;
	    line-height: 1;
	    right: 0;
	    top: -3px;
	    visibility: visible;
	    transition: .3s;
	    content: '\2304';
	}

	.subheader-menu .menu > li > ul.sub-menu > li > ul.sub-menu {
		display: none;
	}

	.subheader-menu .menu > li > ul.sub-menu > li:hover > ul.sub-menu {
		display: block;
	}

	.subheader-menu .menu > li > ul.sub-menu > li:hover > ul.sub-menu li a {
		font-size: 12px;
		color: inherit;
	}
}

/* Font Awesome replacements */
.fas.fa-plus-circle,
.fas.fa-angle-left,
.fa.fa-calendar,
.fa.fa-caret-down,
.fa.fa-gift {
	font-family: inherit;
}

.fas.fa-plus-circle:before {
	content: url( images/ico-circle-plus-solid.svg );
	height: 100%;
	display: block;
}

.fas.fa-plus-angle-left:before {
	content: url( images/ico-angle-left-solid.svg );
	height: 100%;
	display: block;
}

.fa.fa-plus-calendar:before {
	content: url( images/ico-calendar-regular.svg );
	height: 100%;
	display: block;
}

.fa.fa-plus-caret-down:before {
	content: url( images/ico-caret-down-solid.svg );
	height: 100%;
	display: block;
}

.fa.fa-plus-gift:before {
	content: url( images/ico-gift-solid.svg );
	height: 100%;
	display: block;
}

/*--------------------------------------------------------------
## Basic Styles --- 2024 ---
--------------------------------------------------------------*/
:root {
	--base: #343034;
	--darkBlue: #1255ab;
	--blue: #356CB2;
	--lightBlue: #dcebff;
	--orange: #FF6306;
	--lightOrange: #F5813C;
	--semiOrange: #CD7F00;
}

body {
  font-family: 'Gilroy', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  color: var(--base);
}

h1 {
  font-size: 42px;
  color: var(--base);
  text-align: center;
  font-weight: 700;
}

h1 b {
  color: var(--darkBlue);
  font-weight: 700;
}

a {
	color: var(--blue);
}

a:hover {
	color: var(--orange);
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}


@media screen and (max-width: 992px) { 
	h1 {
		font-size: 34px;
	}

	h1 br {
		display: none;
	}
}


@media screen and (max-width: 768px) { 
	h1 {
		font-size: 28px;
	}
}

/* Redesign */
section#home-featured-brokers {
	margin-top: 30px;
}

section#home-featured-brokers .featured-brokers-cards .item .card-content .c2a-btn,
.section-guides .guide .btn-guide {
	background-color: var(--orange);
}

.c2a-btn {
	background-color: var(--orange);
}

.c2a-btn.secondary:hover, 
.c2a-btn.secondary {
	background-color: var(--darkBlue) !important;
}

.c2a-btn:hover,
.c2a-btn.secondary:hover {
	opacity: 0.9 !important;
}

.ico-star {
	position: relative;
	top: 2px;
	display: inline-block;
	background-image: url(images/new-images/star.svg);
	height: 15px;
	width: 15px;
	line-height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.section-guides .guide h3 a {
	background-color: var(--blue);
}

.section-guides .guide h3 a span.cnt {
	background-color: #dcebff;
    color: var(--base);
    font-weight: 500;
    font-size: 16px;
    padding: 2px;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

.section-guides .guide .guide__content {
	border: 1px solid var(--blue);
	background-color: #fff;
	height: 100%;
	display: flex;
    flex-direction: column;
}

.section-guides .guide .guide__content .guide__actions {
	margin-top: auto;
}

.section-guides .guide .btn-guide:after {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/new-images/explore-white.svg);
	content: '';
}

/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/

#masthead #primary-menu ul li a.nav-link { color: var(--base); }

/*--------------------------------------------------------------
## Section Main Intro 
--------------------------------------------------------------*/
.section-main-intro {
	margin-top: -20px;
}

.section-main-intro .section__head {
	background-color: #d8dfef;
	background-image: linear-gradient(to top, #c4ceeb, #ced6ed, #d8dfef, #e2e7f1, #edeff3);
	padding: 60px 0 70px;
	margin-bottom: 0;
}

.section-main-intro .section__bottom {
	padding: 70px 0;
	background-color: #dbe1ef;
	height: 160px;
	margin-bottom: 20px;
}

.section-main-intro h1 {
	text-align: center;
	margin: 0 auto 70px auto;
	max-width: 800px;
}

.section-main-intro .tabs-education {
	display: flex;
	list-style: none;
	margin: -18px;
}

.section-main-intro .tabs-education a {
	text-decoration: none;
	color: var(--base);
}

.section-main-intro .tabs-education .tab {
	padding: 15px 10px;
	border-radius: 10px;
	text-align: center;
	width: calc(14.28% - 18px);
	margin: 8px 9px;
	background-color: #fff;
	max-width: 300px;
}

.section-main-intro .tabs-education .tab:before {
	display: none;
}

.section-main-intro .tabs-education .ico {
	display: block;
	height: 40px;
	width: 40px;
	margin: 0 auto 15px;
	background-size: contain;
	background-repeat: no-repeat;
}

.section-main-intro .tabs-education .tab span {
	display: block;
	font-size: 16px;
}

.section-main-intro .tabs-education.content span {
	font-weight: 600;
}

.section-main-intro .tabs-wrapper {
	position: relative;
}

.section-main-intro .tabs-education .tab-head > a {
	position: relative;
	display: block;
}
.section-main-intro .tabs-education .tab-head.active {
	box-shadow: rgba(0, 0, 0, 0.07) 0px 6px 20px 0px;
}

.section-main-intro .tabs-education .tab-head.active > a:before,
.section-main-intro .tabs-education .tab-head.active > a:after {
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	left: 50%;
	transform: translateX(-50%);
	content: '';
}

.section-main-intro .tabs-education .tab-head.active > a:before {
	bottom: -35px;
	border-top: 20px solid #fff;
}

.section-main-intro .tabs-education .tab-head.active > a:after {
	bottom: -75px;
	border-bottom: 20px solid #dbe1ef;
}

.section-main-intro .tabs-education .tab-body {
	width: calc(100% - 18px);
}

.section-main-intro .tabs-education .btn-explore {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: var(--orange);
	padding-right: 33px;
	margin-top: 10px;
	padding-top: 10px;
}

.section-main-intro .tabs-education .btn-explore:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 1px;
	background-color: var(--base);
	opacity: 0.7;
	content: '';
}

.section-main-intro .tabs-education .btn-explore:after {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 0;
	transform: translateY(calc(-50% + 5px));
	background-image: url(images/new-images/explore.svg);
	height: 20px;
	width: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.section-main-intro .tabs-education.content {
	position: absolute;
	display: none;
	width: 100%;
	left: 18px;
	top: 210px;
}

.section-main-intro .tabs-education.content.active {
	display: flex;
}

.section-main-intro .tabs-education.content .ico {
	display: inline-block;
	height: 30px;
	width: 70px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 10px 0 0;
}

.section-main-intro .tabs-education.content .ico--flag {
	height: 25px;
	width: 40px;
	border: 1px solid #ccc;
	background-size: cover;
}

.section-main-intro .tabs-education.content .tab-body__name {
	display: flex; 
	align-items: center;
	justify-content: center;
	height: 30px;
}

@media screen and (max-width: 1224px) { 
	.section-main-intro .tabs-education .tab-head > a > span {
		height: 39px;
	}

	.section-main-intro .tabs-education.content {
		top: 225px;
	}
}

@media screen and (max-width: 992px) { 
	.section-main-intro .section__bottom {
		display: none;
	}
        .main-navigation .navbar-nav { background-color: #eee; }
	.section-main-intro .tabs-education {
		flex-direction: column;
		margin: 0;
	}

	.section-main-intro .tabs-education .tab {
		width: 100%;
		max-width: 100%;        
        text-align: left;
        margin: 5px 0;
        padding: 0;
	}

	.section-main-intro .tabs-education.content {
		position: static;
		top: 0;
		left: 0;
		margin: 0;
	}

	.section-main-intro .tabs-education.content .tab {
		margin: 0;
	}

	.section-main-intro .tabs-education .tab-head {
		position: relative;
	}

	.section-main-intro .tabs-education .tab-head:after {
		position: absolute;
		top: 22px;
		right: 15px;
		height: 20px;
		width: 20px;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(images/new-images/icon-plus.svg);
		content: '';
	}

	.section-main-intro .tabs-education .tab-head.active:after {
		background-image: url(images/new-images/icon-minus.svg);
	}

	.section-main-intro .tabs-education .tab-head > a {
		display: flex;
		align-items: center;
		padding: 15px;
		border: 1px solid #d6d6d6;
		border-radius: 10px;
	}

	.section-main-intro .tabs-education .tab-head.active > a:before,
	.section-main-intro .tabs-education .tab-head.active > a:after {
		display: none;
	}

	.section-main-intro .tabs-education .tab-head > a > span {
		height: auto;
	}

	.section-main-intro .tabs-education.content .tab-body__name {
		justify-content: flex-start;
	}

	.section-main-intro .tabs-education .ico {
		margin: 0 10px 0 0;
		height: 30px;
		width: 30px;
	}

	.section-main-intro .tabs-education.content .tab {
		padding: 7px 15px;
		border: 0;
	}

	.section-main-intro .tabs-education .btn-explore {
		margin-top: 0;
		padding-top: 5px;
	}

	.section-main-intro .tabs-education .btn-explore:before {
		display: none;
	}
}

@media screen and (max-width: 768px) { 
	.section-main-intro .section__head {
		padding: 40px 0 30px;
	}

	.section-main-intro h1 {
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------
## News Articles
--------------------------------------------------------------*/
.section-news .section__head {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 25px;
}

.section-news .btn-collapse {
	position: relative;
	padding-right: 30px;
	font-weight: 600;
	color: var(--blue) !important;
}

.section-news .btn-collapse:after,
.btn-readmore:after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
}

.section-news .btn-collapse {
	font-size: 16px;
}

.section-news .btn-collapse:after {
	background-image: url(images/new-images/collapse.svg);
}

.btn-readmore {
	position: relative;
	display: inline-block;
	font-size: 18px;
	padding: 10px 40px 10px 10px;
	background-color: var(--orange);
	color: #fff !important;
	margin-top: 38px;
	border-radius: 5px;
	font-weight: 600;
}

.btn-readmore:hover {
	opacity: 0.8;
}

.btn-readmore:after {
	background-image: url(images/new-images/explore-white.svg);
	right: 8px;
}

.section-news .news-list {
	list-style: none;
	counter-reset: custom-counter;
}

.section-news .news-list a {
	color: var(--base);
}

.section-news .news-list .article-wrapper:nth-child(3),
.section-news .news-list .article-wrapper:nth-child(2) {
	position: relative;
}

.section-news .news-list .article-wrapper:nth-child(2):before,
.section-news .news-list .article-wrapper:nth-child(3):before {
	position: absolute; 
	left: 0;
	top: 0;
	height: 1px;
	width: 100%;
	background-color: #d5d5d5;
	content: '';
}

.section-news .news-list .news-articles {
	border: 3px solid #eee;
	border-radius: 10px;
	counter-increment: custom-counter;
}

.section-news .news-list .news-articles + .news-articles {
	margin-top: 30px;
}

.section-news .news-list .news-articles .articles__head {
	position: relative;
	background-color: #eee;
	padding: 10px 20px 10px 75px;
}

.section-news .news-list .news-articles .articles__head:before {
	position: absolute;
	top: 50%;
	left: 20px;
	color: #fff;
	background-color: var(--orange);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transform: translateY(-50%);
	font-weight: 700;
	content: counter(custom-counter);
}

.section-news .news-list .news-articles .articles__head h3 {
	font-size: 20px;
}

.section-news .news-list .news-articles .articles__head a {
	position: relative;
	z-index: 3;
}

.section-news .news-list .news-articles .articles__body {
	display: none;
}

.section-news .news-list .news-articles .articles__body.opened {
	display: block;
}

.section-news .news-list .articles-wrapper {
	display: flex;
	padding: 15px 15px 0;
	justify-content: space-evenly;
	padding-left: 0;
}

.section-news .news-list .article-wrapper {
	display: flex;
	width: 100%;
	padding: 20px;
}

.section-news .news-list .article__image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 95px;
	width: 140px;
	margin-right: 20px;
	border-radius: 5px;
}
.section-news .news-list .article__image a {
	display: block;
	height: 100%;
	width: 100%;
}

.section-news .news-list .article__body {
	width: calc(100% - 160px);
}

.section-news .news-list .article__body p {
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	line-height: 1.5;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.section-news .news-list .article__body p a:hover {
	text-decoration: underline;
}

.section-news .news-list .article__body span {
	display: block;
	font-size: 13px;
	color: #757e83;
	line-height: 1.4;
}

.section-news .news-list .more-articles,
.section-news .news-list .article-wrapper.featured {
	width: 50%;
}

.section-news .news-list .more-articles {
	display: flex;
	flex-direction: column;
}

.section-news .news-list .article-wrapper.featured {
	flex-direction: column;
}

.section-news .news-list .article-wrapper.featured .article__image {
	width: 100%;
	height: 250px;
}

.section-news .news-list .article-wrapper.featured .article__body {
	padding: 10px;
	width: 100%;
}

.section-news .news-list .article-wrapper.featured .article__body p {
	margin-bottom: 12px;
}

.section-news .news-list .article-wrapper.featured span {
	font-size: 16px;
}

.section-news .news-list .article-wrapper.featured p {
	display: block;
	font-size: 22px;
	font-weight: 700;
	overflow: visible;
	text-overflow: inherit;
}

@media screen and (max-width: 992px) { 
	.section-news .news-list .articles-wrapper {
		flex-direction: column;
		padding-bottom: 15px;
		padding-left: 15px;
	}

	.section-news .news-list .article-wrapper {
		width: 100%;
		margin: 10px 0;
		padding: 0;
	}

	.section-news .news-list .article-wrapper.featured .article__image {
		margin-right: 0;
	}

	.section-news .news-list .more-articles {
		position: relative;
	}

	.section-news .news-list .more-articles:before {
		position: absolute;
		display: block;
		top: -10px;
		left: 0;
		height: 1px;
		width: 100%;
		background-color: #d5d5d5;
		content: '';
	}

	.section-news .news-list .more-articles, 
	.section-news .news-list .article-wrapper.featured {
		width: 100%;
	}

	.section-news .news-list .article-wrapper:nth-child(2),
	.section-news .news-list .article-wrapper:nth-child(3) {
		position: relative;
		padding-top: 15px;
	}

	.section-news .news-list .article-wrapper:nth-child(2):before,
	.section-news .news-list .article-wrapper:nth-child(3):before {
		position: absolute;
		display: block;
		height: 1px;
		width: 100%;
		left: 0;
		top: -7px;
		background-color: #d5d5d5;
		content: '';
	}

	.section-news .news-list .article-wrapper:nth-child(4):before {
		display: none;
	}

	.section-news .news-list .article-wrapper:nth-child(3) {
		display: none;
	}
}

@media screen and (max-width: 768px) { 
	.section-news .news-list .article__image {
		width: 120px;
	}

	.section-news .news-list .article__body {
		width: calc(100% - 140px);
	}

	.section-news .news-list .news-articles + .news-articles {
		margin-top: 15px;
	}

	.section-news .news-list .news-articles .articles__head {
		padding: 10px 5px 10px 68px;
	}

	.section-news .news-list .news-articles .articles__head:before {
		height: 34px;
		width: 34px;
		line-height: 34px;
	}

	.section-news .news-list .news-articles .articles__head:after {
		right: 10px;
		height: 30px;
		width: 30px;
	}

	.section-news .news-list .news-articles .articles__head h3 {
		font-size: 16px;
	}

	.section-news .news-list .article-wrapper:nth-child(2) {
		position: relative;
		padding-top: 15px;
	}

	.section-news .news-list .article-wrapper:nth-child(2):before {
		position: absolute;
		display: block;
		height: 1px;
		width: 100%;
		left: 0;
		top: -7px;
		background-color: #d5d5d5;
		content: '';
	}

	.section-news .news-list .article-wrapper:nth-child(2) {
		display: none;
	}

	.section-news .news-list .article-wrapper.featured {
		flex-direction: column;
	}

	.section-news .news-list .article-wrapper.featured p {
		font-size: 18px;
	}

	.section-news .news-list .article-wrapper.featured .article__image,
	.section-news .news-list .article-wrapper.featured .article__body {
		width: 100%;
	}

	.section-news .news-list .article-wrapper.featured .article__image {
		margin-right: 0;
		height: 180px;
	}

	.section-news .news-list .article-wrapper.featured .article__body {
		padding: 5px 0;
	}

	.section-news .news-list .article-wrapper.featured .article__body p {
		margin-bottom: 5px;
	}

	.btn-readmore {
		display: block;
		margin-top: 15px;
	}
}


/*--------------------------------------------------------------
## Section Authors SM
--------------------------------------------------------------*/
.section-authors-sm {
	padding: 20px 0 10px;
	background-color: #eee;
	margin-top: -20px;
}

.section-authors-sm .section__head {
	font-weight: bold;
	font-size: 1.5rem;
}

.section-authors-sm .container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.section-authors-sm .list-authors {
	display: flex;
	justify-content: space-between;
	padding-left: 40px;
}

.section-authors-sm .list-authors li:before {
	display: none;
}

.section-authors-sm .list-authors li + li {
	margin-left: 45px;
}

.section-authors-sm .list-authors .author__image {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	border: 3px solid #fff;
	margin: 0 auto 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0px 4px 10px rgba(111, 112, 115, 0.3);
}

.section-authors-sm .list-authors .author-name {
	display: block;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
}

.section-authors-sm .list-authors .author-role {
	font-size: 12px;
	margin: 5px 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}

.section-authors-sm .ico {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
}

.section-authors-sm .ico--x {
	background-image: url(images/new-images/twitter-x.svg);
}

.section-authors-sm .ico--linkedin {
	background-image: url(images/new-images/linkedin.svg);
}

.section-authors-sm .author-social-media {
	display: flex; 
	justify-content: center;
}

.section-authors-sm .author-social-media a + a {
	margin-left: 7px;
}

@media screen and (max-width: 992px) { 
	.section-authors-sm .container {
		flex-direction: column;
	}

	.section-authors-sm .list-authors {
		padding-left: 0;
	}
}

@media screen and (max-width: 768px) { 
	.section-authors-sm .list-authors {
		flex-wrap: wrap;
	}

	.section-authors-sm .list-authors li {
		width: calc(33.33% - 20px);
		margin: 10px;
	}

	.section-authors-sm .list-authors li + li {
		margin-left: 10px;
	}
}

@media screen and (max-width: 480px) { 
	.section-authors-sm .list-authors li {
		width: calc(50% - 10px);
		margin: 5px;
	}

	.section-authors-sm .list-authors li + li {
		margin-left: 5px;
	}
}

/*--------------------------------------------------------------
## Section Reports Slider
--------------------------------------------------------------*/
.section-reports-slider { 
	padding: 20px 0 50px; 
}

.section-reports-slider h2 {
	margin-bottom: 20px;
}

.section-reports-slider .report-wrapper {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.section-reports-slider .report-wrapper .report__image {
	width: 100%;
	height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section-reports-slider .report-wrapper .report__actions {
	padding: 20px 15px;
}

.section-reports-slider .report-wrapper .report__actions a {
	font-weight: 600;
	text-align: center;
}

.section-reports-slider .report-title {
	display: inline-block;
	color: var(--base);
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.section-reports-slider .report-title:hover {
	text-decoration: underline;
}

.section-reports-slider .btn-regular {
	display: block;
	background-color: var(--orange);
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	margin-top: 30px;
}

.section-reports-slider .slider {
	margin: 0 auto;
	max-width: 1200px;
}

.section-reports-slider .swiper-container {
	padding-bottom: 25px;
}

.section-reports-slider .swiper-scrollbar {
	background: #d6d6d6;
}

.section-reports-slider .swiper-container-horizontal > .swiper-scrollbar {
	border-radius: 2px;
	height: 7px;
	width: 330px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.section-reports-slider .swiper-wrapper img {
  width: 100%;
}

@media screen and (max-width: 768px) { 
	.section-reports-slider {
		padding-top: 0;
	}

	.section-reports-slider .report-title {
		font-size: 16px;
	}

	.section-reports-slider .report-wrapper .report__actions {
		padding: 15px 10px;
	}

	.section-reports-slider .btn-regular {
		margin-top: 20px;
	}
}


/*--------------------------------------------------------------
## Section Info Box
--------------------------------------------------------------*/
.section-info-box {
	padding: 40px 0;
}

.section-info-box .section__image {
	display: block;
	height: 230px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section-info-box .section__content {
	padding: 30px;
}

.section-info-box .info-wrapper {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}

.section-info-box .info-wrapper + .info-wrapper {
	margin-top: 25px;
}

.section-info-box h3 {
	font-size: 26px;
}

.section-info-box a {
	font-weight: 600;
	color: var(--orange);
}

@media screen and (max-width: 768px) { 
	.section-info-box .section__content {
		padding: 15px;
	}
}

@media screen and (max-width: 480px) { 
	.section-info-box .section__image {
		height: 175px;
	}
}


/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: var(--darkBlue);
}

.site-footer .menu#footer-left li {
	text-align: left;
}

.site-footer .menu#footer-left li a {
	text-decoration: none;
	font-style: normal;
}

.site-footer .main-footer-nav {
	background-color: transparent;
}

.site-footer .menu#footer-right li {
	padding-left: 0;
	font-size: 18px;
}

.site-footer .menu#footer-right li:first-child {
	margin-left: 0;
}

.site-footer .menu#footer-right li:before {
	display: none;
}

.site-footer .menu#footer-right li a {
	color: #fff;
	font-weight: 600;
}

.site-footer .menu-footer-left-container .menu {
	margin-top: 40px;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) { 
	.site-footer .menu#footer-right li {
		margin-left: 0;
	}

	.site-footer .main-footer-nav {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-radius: 0;
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------
## Articles from Category
--------------------------------------------------------------*/
h2.widget-title {
	color: var(--darkBlue);
}

article.article-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

article.article-wrapper + article.article-wrapper {
	margin-top: 20px;
}

article.article-wrapper .article__thumbnail {
	height: 200px;
	width: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}

article.article-wrapper .article__thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}

article.article-wrapper .feed-item-content {
	width: calc(100% - 320px);
}

article.article-wrapper .feed-item-content h2 a {
	color: var(--base);
}

article.article-wrapper .feed-item-content h2 a:hover {
	text-decoration: underline;
}

article.article-wrapper .datetime-published {
	font-size: 15px;
	font-weight: 600;
	color: #595e69;
}

@media screen and (max-width: 992px) { 
	article.article-wrapper {
		flex-direction: column;
	}

	article.article-wrapper .feed-item-content,
	article.article-wrapper .article__thumbnail {
		width: 100%;
	}

	article.article-wrapper .article__thumbnail {
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------
## Post Redesign
--------------------------------------------------------------*/
.entry-meta .post__head {
	display: flex;
}

.entry-meta .post__head h1,
.entry-meta .post__head h2 {
	text-align: left;
	margin-bottom: 25px;
	color: var(--base);
}

.entry-meta .post__head .avatar {
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.entry-meta .post__title {
	width: 60%;
}

.entry-meta .post__image {
	width: 40%;
	border-radius: 5px;
	overflow: hidden;
}

.entry-meta .post__image .post-cover {
	display: block;
	height: 260px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

/*
.post.has-post-thumbnail .entry-content > p:first-child img,
.post.has-post-thumbnail .entry-content > img:first-child {
	display: none;
}
*/

@media screen and (max-width: 992px) { 
	.entry-meta .post__head {
		flex-direction: column;
	}

	.entry-meta .post__title,
	.entry-meta .post__image {
		width: 100%;
	}

	.entry-meta .post__title {
		margin-bottom: 15px;
	}

	.entry-meta .post__head h1, 
	.entry-meta .post__head h2 {
		text-align: center;
	}
}

@media screen and (max-width: 768px) { 
	.entry-meta .post__image .post-cover {
		height: 200px;
	}
}

/*--------------------------------------------------------------
## Related Posts Widget
--------------------------------------------------------------*/
.wp_rp_wrap ul.related_post {
	margin-top: 30px !important;
}

.wp_rp_wrap ul.related_post li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.wp_rp_wrap ul.related_post li:before {
	display: none;
}

.wp_rp_wrap ul.related_post li:after {
	display: block;
	clear: both;
	content: '';
}

.wp_rp_wrap ul.related_post li a.wp_rp_thumbnail {
	float: left;
	width: 150px !important;
	height: 150px !important;
	margin-right: 30px;
	border-radius: 10px;
	overflow: hidden;
}

.wp_rp_wrap ul.related_post li a.wp_rp_thumbnail:after {
	position: absolute;
	left: 180px;
	bottom: 15px;
	background: var(--orange);
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	padding: 7px 15px;
	border-radius: 5px;
	content: 'Continue To Article \2794';
}

.wp_rp_wrap ul.related_post li .wp_rp_title {
	display: block;
	color: var(--base);
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 1200px) { 
	.wp_rp_wrap ul.related_post li .wp_rp_excerpt {
		display: block;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

@media screen and (max-width: 768px) { 
	.wp_rp_wrap ul.related_post li a.wp_rp_thumbnail {
		height: 100px !important;
		width: 100px !important;
		margin-right: 15px;
		border-radius: 5px;
	}

	.wp_rp_wrap ul.related_post li a.wp_rp_thumbnail:after {
		display: none;
	}

	.wp_rp_wrap ul.related_post li .wp_rp_title {
		font-size: 20px;
		text-overflow: inherit;
		-webkit-line-clamp: inherit;
		line-height: 1.2;
	}	
}

/*--------------------------------------------------------------
## Tables 
--------------------------------------------------------------*/
ol.recommended-brokers-table {
	counter-reset: brokers-counter !important;
}

ol.recommended-brokers-table li.item {
	position: relative;
	counter-increment: brokers-counter;
	overflow: visible;
	border: 0;
	box-shadow: 0 .125rem .5rem rgba(0, 0, 0, 0.25);
}

ol.recommended-brokers-table li.item:before {
	position: absolute;
	display: block;
	top: 10px;
	left: -15px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 50%;
	color: var(--base);
	border: 1px solid var(--base);
	text-align: center;
	content: counter(brokers-counter);
	z-index: 9;
}

ol.recommended-brokers-table li.item + li.item {
	margin-top: 20px;
}

ol.recommended-brokers-table .general-description {
	border-top: 1px solid #e0e0e0;
}

ol.recommended-brokers-table .features-box .features-grid {
	background-color: #fff;
	border-top: 0;
	padding-top: 10px;
}

ol.recommended-brokers-table .features-box .features-grid.main-info .risk-warning {
	border: 0 !important;
	background-color: #ecf4ff;
/*	color: #fff;*/
}

.recommended-brokers-table .features-box .brand-name {
	padding-top: 10px;
}

ol.recommended-brokers-table .features-box .brand-name a {
	color: var(--base);
}

.recommended-brokers-table .features-box .brand-name h3:before {
	content: none;
}

ol.recommended-brokers-table .item .c2a-box-wrapper .c2a-box {
	border-right: 1px solid #e0e0e0;
}

ol.recommended-brokers-table .btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.recommended-brokers-table.small .btn .ico-right,
ol.recommended-brokers-table .btn .ico-right {
	display: inline-block;
	background-image: url(images/new-images/explore-white.svg);
	height: 16px;
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
}

.recommended-brokers-table .features-box .brand-name .brand-main-feature {
	background: #CD7F00;
	border: 0;
	padding: 5px 5px 3px 5px;
}

.recommended-brokers-table .features-box .features-grid.main-info .item {
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	background-color: var(--lightBlue);
	margin-bottom: 6px;

}

ol.recommended-brokers-table .features-box .features-grid.main-info .item .title {
	position: relative;
	text-decoration: none;
	text-transform: none;
	background-color: var(--blue);
	padding: 2px 6px;
	color: #fff;
	text-align: center;
	margin-bottom: 6px;
}

ol.recommended-brokers-table .show-hidden-features a {
	display: flex;
	justify-content: start;
	align-items: center;
}

.recommended-brokers-table.small > .item {
	border: 0;
	box-shadow: 0 .125rem .5rem rgba(0, 0, 0, 0.25);
}

.recommended-brokers-table.small .item .c2a-box-wrapper .c2a-box .btn {
	position: relative;
	padding-right: 40px;
}

.recommended-brokers-table.small.featured .item .c2a-box-wrapper .c2a-box .btn {
	font-size: 16px;
}

.recommended-brokers-table.small .item .c2a-box-wrapper .c2a-box .btn:after {
	position: absolute;
	top: 50%;
	right: 15px;
	background-image: url(images/new-images/explore-white.svg);
	height: 16px;
	width: 20px;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
}

.recommended-brokers-table.small .item .c2a-box-wrapper .c2a-box {
	border-right: 1px solid #e0e0e0;
}

@media (max-width: 575px) {
	.recommended-brokers-table.small .item .c2a-box-wrapper .c2a-box {
		border: none;
	}
}

.recommended-brokers-table.small .features-box .features-grid {
	border-top: 1px solid #e0e0e0;
}

.recommended-brokers-table.small .features-box .features-grid,
.recommended-brokers-table.small .features-box .features-grid .item {
	background-color: var(--lightBlue);
}

.recommended-brokers-table.small .features-box .features-grid .item {
	border-right: 0;
}

.recommended-brokers-table.small .features-box .features-grid .item + .item {
	border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) { 
	ol.recommended-brokers-table .item .c2a-box-wrapper .c2a-box img {
		margin-top: 0;
	}
}

/*--------------------------------------------------------------
## Ordered List with Brokers
--------------------------------------------------------------*/
.list-brokers {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	counter-reset: brokers-counter;
	margin: -5px -5px 20px;
	clear: both;
}

.list-brokers > li {
	position: relative;
	display: flex;
	align-items: center;
	counter-increment: brokers-counter;
	background-color: var(--lightBlue);
	border-radius: 7px;
	padding: 7px 15px 7px 55px;
	margin: 5px;
	width: calc(50% - 10px);
	box-shadow: 0 .125rem .5rem rgba(0, 0, 0, 0.15);
}

.list-brokers > li:before {
	position: absolute;
	display: block;
	top: 50%;
	left: 15px;
	color: var(--blue);
	background-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transform: translateY(-50%);
	font-weight: 700;
	border: 1px solid #e0e0e0;
	content: counter(brokers-counter);
}

.list-brokers > li:first-child {
	background-color: #fec84e;
	background-image: linear-gradient(315deg, #fec84e 0%, #ffdea8 74%);
}

.list-brokers > li:first-child:before {
	color: var(--base);
}

.list-brokers > li:first-child:after {
	position: absolute;
	display: block;
	top: -10px;
	left: 5px;
	font-size: 14px;
	font-weight: 600;
	padding: 2px 5px;
	line-height: 1;
	border-radius: 4px;
	background-color: var(--lightOrange);
	color: #fff;
  	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	content: 'Top Rated';
}

.list-brokers > li a {
	display: flex;
	width: 100%;
	color: var(--blue);
}

.list-brokers > li figure {
	margin: 0 15px 0 0;
	border-radius: 7px; 
	overflow: hidden;
}

.list-brokers > li .broker-name,
.list-brokers > li .broker-rating {
	display: block;
	text-align: left;
	white-space: nowrap;
	line-height: 1.1;
}

.list-brokers > li .broker-name {
	font-weight: 600;
}

.list-brokers > li .broker-rating {
	font-size: 15px;
}

.list-brokers > li a em {
	font-size: 10px;
	text-align: left;
	color: inherit;
	position: absolute;
	visibility: hidden;
}

.list-brokers > li > a:hover em {
	visibility: visible;
}

@media screen and (max-width: 992px) { 
	.list-brokers > li {
		width: 100%;
	}	
}

@media screen and (max-width: 768px) { 
	.list-brokers > li:before {
		left: 10px;
	}

	.list-brokers > li figure img {
		width: 135px;
	}

	.list-brokers > li {
		padding-left: 45px;
		padding-right: 10px;
	}
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/
.table-responsive { 
	border-radius: 10px;
	clear: both;
}

table tr:nth-child(2n) td {
	background-color: #ecf4ff;
}

.table-small tr th,
.table-small tr td {
	font-size: 16px;
	text-align: left;
}

.table--blue tr th {
	border-bottom: 0 !important;
}

.table--blue tr th:nth-child(odd) {
	background-color: var(--blue);
}

.table--blue tr th:nth-child(even) {
	background-color: #3d7bc9;
}

.table--blue tr td:first-child {
	font-weight: 600;
}

.table--blue tbody td + td {
	border-left: 1px solid #e0e0e0;
}

/*--------------------------------------------------------------
## Table list all brokers
--------------------------------------------------------------*/
.table-list-all-brokers {
	border: 1px solid #e6e6e6;
}

.table-list-all-brokers tr td {
	font-size: 14px;
}

.table-list-all-brokers tr:nth-child(2n) td {
	background-color: transparent;
}

.table-list-all-brokers tbody:nth-child(2n) tr td {
	background-color: #ecf4ff;
}

.table-list-all-brokers tr td.brand {
	min-width: 275px;
	position: relative;
	font-size: 14px;
	padding-top: 1rem;
}

.table-list-all-brokers tr td.brand .rank {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 4px;
    line-height: 1.1;
	background-color: #3D7BC9;
	color: #fff;
}

.table-list-all-brokers tr td.brand .brand-main img {
	display: inline-block;
	margin-right: 5px;
}

.table-list-all-brokers tr td.brand .brand-info {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.table-list-all-brokers tr td.brand .brand-info .trustpilot-info {
	width: 120px;
	margin-right: 5px;
}

.table-list-all-brokers tr td.brand .brand-info .trustpilot-info a {
	color: inherit;
	font-size: 12px;
}

.table-list-all-brokers tr td.brand .brand-info .trustpilot-info img {
	width: 100px;
	display: inline-block;
	margin-right: 3px;
}

.table-list-all-brokers tr td .tp-review-count {
	font-size: 10px;
}

.table-list-all-brokers tr td .chart-spreads-data {
    width: 100%;
    height: 220px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/*--------------------------------------------------------------
## Ordered Brokers
--------------------------------------------------------------*/
.ordered-brokers-features {
	margin-bottom: 20px;
	counter-reset: custom;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.ordered-brokers-features a {
	font-weight: 600;
	color: var(--base);
	background: linear-gradient(to bottom, var(--blue), var(--blue));
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 1px 3px;
	text-decoration: none;
	transition: all .2s;
}

.ordered-brokers-features a:hover {
	color: #fff;
	background-size: 3px 20px;
}

.ordered-brokers-features li {
	position: relative;
	padding-left: 40px;
	counter-increment: custom;
}

.ordered-brokers-features li:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	color: var(--blue);
	background-color: #fff;
	border-radius: 50%;
	--size: 30px;
	width: var(--size);
	height: var(--size);
	line-height: var(--size);
	text-align: center;
	font-weight: 700;
	border: 1px solid #e0e0e0;
	content: counter(custom);
}

.ordered-brokers-features li + li {
	margin-top: 10px;
}

/*--------------------------------------------------------------
## Regulators listing
--------------------------------------------------------------*/
.regulators-listing .tier-title {
	color: #333;
	border-bottom: 2px solid #007cba;
	padding-bottom: 10px;
}
    
.regulators-listing .regulator-item {
	background-color: #f8f9fa;
	transition: all 0.3s ease;
}

.regulators-listing .regulator-item:hover,
.regulators-listing .regulator-item.clickable:hover {
	background-color: #e9ecef;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.regulators-listing .regulator-link {
	text-decoration: none;
	color: inherit;
}

.regulators-listing .regulator-link:hover {
	text-decoration: none;
	color: inherit;
}

.regulators-listing .regulator-item.clickable {
	cursor: pointer;
}

.regulators-listing .regulator-item.clickable:hover .regulator-abbr {
	color: #0056b3;
}

.regulators-listing .flag-icon {
	border: 1px solid #ddd;
	border-radius: 2px;
}

.regulators-listing .regulator-abbr {
	font-size: 1.1em;
	color: #007cba;
	transition: color 0.3s ease;
}

.regulators-listing .country-name {
	font-size: 0.9em;
}

/*--------------------------------------------------------------
## Author line
--------------------------------------------------------------*/
.author-line { font-size: 14px; margin-bottom: 20px; color: #555; text-align: left; }
.author-line .author { display: inline-block; font-weight: bold; border-bottom: 1px dotted; cursor: pointer; }
.author-line .author .author-sub-box { position: absolute; z-index: 10; display: none; max-width: calc(100% - 30px); left: 15px; padding: 10px; background: #fff; border-radius: 12px; border: 1px solid #ccc; }
.author-line .author:hover .author-sub-box,
.author-line .author .author-sub-box:hover { display: block; cursor: initial; }
.author-line .author .author-sub-box .author-name a { font-size: 20px; font-weight: bold; color: #000; }
.author-line .author .author-sub-box .author-bio { font-weight: normal; }
.author-line img.social-icon { max-width: 22px; float: none; }

@media (max-width: 480px) {
	.author-line .sep {
		display: block;
		height: 5px;
        text-indent: -9999px;
	}
}

/* Scroll to section */
.scroll-to-section {
	margin: 0 0 10px 0;
	padding: 10px 0;
	overflow-x: scroll;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	white-space: nowrap;
	position: relative;
	height: 48px;
	scrollbar-width: none; /* Firefox */
  	-ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.scroll-to-section::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}

.scroll-to-section button {
	content: '←';
    position: sticky;
    left: 0;
    top: 2px;
    padding: 2px 9px;
    font-size: 20px;
    border-radius: 50%;
    color: #777;
    border: 1px solid #777;
    line-height: 1;
    z-index: 99;
    display: none;
}

.scroll-to-section button.next {
	content: '→';
	right: 0;
	left: auto;
}

.scroll-to-section: button:hover {
	cursor: pointer;
}

.scroll-to-section li {
	display: inline-block;
	margin: 0 5px;
	padding: 0 !important;
}

.scroll-to-section li:before {
	content: none !important;
}

.scroll-to-section li a {
	font-size: 14px;
	color: var(--base);
	border-radius: 6px;
	padding: 5px;
    border: 1px solid #777;
}

.scroll-to-section li a:hover {
	opacity: 0.8;
}

/* Star rating */
.star-rating {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    position: relative;
    letter-spacing: 2px;
}

h2 .star-rating,
h3 .star-rating {
	display: inline;
    margin-left: 5px;
}

.star-rating::before {
    content: "★★★★★";
    color: #ddd;
    font-size: 24px;
}

.star-rating::after {
    content: "★★★★★";
    color: gold;
    color: #EB592D;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-0::after { width: 0%; }
.stars-1::after { width: 20%; }
.stars-1-5::after { width: 30%; }
.stars-2::after { width: 40%; }
.stars-2-5::after { width: 50%; }
.stars-3::after { width: 60%; }
.stars-3-5::after { width: 70%; }
.stars-4::after { width: 80%; }
.stars-4-5::after { width: 90%; }
.stars-5::after { width: 100%; }