/*!
Theme Name: Rational FX
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rational-fx
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
	 html {
	 	line-height: 1.15;
	 	-webkit-text-size-adjust: 100%;
	 }

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

/**
 * Remove the margin in all browsers.
 */
	 body {
	 	margin: 0;
	 }

/**
 * Render the `main` element consistently in IE.
 */
	 main {
	 	display: block;
	 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
	 h1 {
	 	font-size: 2em;
	 	margin: 0.67em 0;
	 }

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
	 hr {
	 	box-sizing: content-box;
	 	height: 0;
	 	overflow: visible;
	 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
	 pre {
	 	font-family: monospace, monospace;
	 	font-size: 1em;
	 }

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

/**
 * Remove the gray background on active links in IE 10.
 */
	 a {
	 	background-color: transparent;
	 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
	 abbr[title] {
	 	border-bottom: none;
	 	text-decoration: underline;
	 	text-decoration: underline dotted;
	 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
	 b,
	 strong {
	 	font-weight: bolder;
	 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
	 code,
	 kbd,
	 samp {
	 	font-family: monospace, monospace;
	 	font-size: 1em;
	 }

/**
 * Add the correct font size in all browsers.
 */
	 small {
	 	font-size: 80%;
	 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
	 sub,
	 sup {
	 	font-size: 75%;
	 	line-height: 0;
	 	position: relative;
	 	vertical-align: baseline;
	 }

	 sub {
	 	bottom: -0.25em;
	 }

	 sup {
	 	top: -0.5em;
	 }

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

/**
 * Remove the border on images inside links in IE 10.
 */
	 img {
	 	border-style: none;
	 }

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
	 button,
	 input,
	 optgroup,
	 select,
	 textarea {
	 	font-family: inherit;
	 	font-size: 100%;
	 	line-height: 1.15;
	 	margin: 0;
	 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
	 button,
	 input {
	 	overflow: visible;
	 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
	 button,
	 select {
	 	text-transform: none;
	 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
	 button,
	 [type="button"],
	 [type="reset"],
	 [type="submit"] {
	 	-webkit-appearance: button;
	 }

/**
 * Remove the inner border and padding in Firefox.
 */
	 button::-moz-focus-inner,
	 [type="button"]::-moz-focus-inner,
	 [type="reset"]::-moz-focus-inner,
	 [type="submit"]::-moz-focus-inner {
	 	border-style: none;
	 	padding: 0;
	 }

/**
 * Restore the focus styles unset by the previous rule.
 */
	 button:-moz-focusring,
	 [type="button"]:-moz-focusring,
	 [type="reset"]:-moz-focusring,
	 [type="submit"]:-moz-focusring {
	 	outline: 1px dotted ButtonText;
	 }

/**
 * Correct the padding in Firefox.
 */
	 fieldset {
	 	padding: 0.35em 0.75em 0.625em;
	 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
	 legend {
	 	box-sizing: border-box;
	 	color: inherit;
	 	display: table;
	 	max-width: 100%;
	 	padding: 0;
	 	white-space: normal;
	 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
	 progress {
	 	vertical-align: baseline;
	 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
	 textarea {
	 	overflow: auto;
	 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
	 [type="checkbox"],
	 [type="radio"] {
	 	box-sizing: border-box;
	 	padding: 0;
	 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
	 [type="number"]::-webkit-inner-spin-button,
	 [type="number"]::-webkit-outer-spin-button {
	 	height: auto;
	 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
	 [type="search"] {
	 	-webkit-appearance: textfield;
	 	outline-offset: -2px;
	 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
	 [type="search"]::-webkit-search-decoration {
	 	-webkit-appearance: none;
	 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
	 ::-webkit-file-upload-button {
	 	-webkit-appearance: button;
	 	font: inherit;
	 }

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
	 details {
	 	display: block;
	 }

/*
 * Add the correct display in all browsers.
 */
	 summary {
	 	display: list-item;
	 }

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

/**
 * Add the correct display in IE 10+.
 */
	 template {
	 	display: none;
	 }

/**
 * Add the correct display in IE 10.
 */
	 [hidden] {
	 	display: none;
	 }

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"]:not(.wpcf7-submit) {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	/*	display: none;*/
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Breadcrumb
--------------------------------------------- */
.breadcrumb {
    font-size: .75em;
    background: #F4F7F8;
    padding: 10px;
    border-radius: 8px;
    margin-top: 8px;
}

.breadcrumb a,
.breadcrumb a:visited {
	color: var(--blue);
}

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

/* Tabs
--------------------------------------------- */
.nav-tabs .nav-link {
	color: inherit;
    text-transform: uppercase;
    font-size: 14px;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-meta {
	font-size: 14px;
}

.entry-meta .author {
	font-weight: 500;
}

.entry-meta .posted-on .entry-date.published {
    display: none;
}

.entry-meta .posted-on .updated {
	display: inline-block;
}

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

/* Page template - DPR 
--------------------------------------------- */
body.page-template-dpr div.wrapper>img {
	width: 100%;
	height: 14.5833vw;
}

/* Review
--------------------------------------------- */
.page-template-review .entry-header {
    text-align: center;
    background: #EBEBEB;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-review .entry-header img {
    max-width: 50%;
}

.page-template-review .entry-header em.disclaimer {
	font-size: 12px;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
## Basic Styles
--------------------------------------------------------------*/

:root {
	--darkBlue: #224e87;
	--blue: #497fc5;
	--lightBlue: #d2e5ff;
	--lighterBlue: #ebf4ff;
	--orange: #FFBC50;
	--darkOrange: #FF9150;
	--yellow: #FFDA50;
	--green: #97ab0b;
	--lightGray: #e6e6e6;
	--blueToGray: #8995b6;
}

body {
	font-family: "Gilroy", sans-serif;
	font-size: 18px;
	width: 100%;
	overflow-x: hidden;
	color: #333;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

html[lang="el"] body {
	font-family: "Open Sans", Arial, sans-serif;
}

h1 {
	margin-top: 0;
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
	background-color: var(--darkBlue);
	color: #fff;
	padding: 7px 15px;
	border-radius: 7px;
}
h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
h4 {
	font-size: 24px;
	margin-bottom: 10px;
}
h5 {
	font-size: 20px;
	margin-bottom: 10px;
}
h6 {
	font-size: 17px;
	margin-bottom: 10px;
}

h1,
h4,
h5,
h6 {
	font-weight: 600;
}

h2,
h3 {
	font-weight: 400;
}

a,
a:visited,
a:focus {
	transition: 0.3s;
	color: var(--blue);
}
a:focus {
	color: inherit;
	outline: none;
}
a:not(.nohover):hover {
	text-decoration: none;
	opacity: 0.8;
}

p {
	text-align: justify;
	line-height: 1.6 !important;
}
p:empty {
	display: none;
}
p a[href^="tel:"],
p a[href^="mailto:"] {
	font-weight: 700;
}

blockquote {
	font-style: italic;
	border-left: 2px solid var(--lightGray);
	padding-left: 15px;
	font-weight: 600;
}

ol {
	counter-reset: custom-counter;
	list-style: none !important;
	background-color: var(--lighterBlue);
	padding: 25px 20px;
	margin-left: 0 !important;
	border-radius: 7px;
}
ol > li {
	padding-left: 40px;
	counter-increment: custom-counter;
	position: relative;
}
ol > li:before {
	position: absolute;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	--size: 30px;
	left: 0;
	line-height: calc(var(--size) + 3px);
	width: var(--size);
	height: var(--size);
	top: -3px;
	background: var(--blue);
	border-radius: 50%;
	text-align: center;
	content: counter(custom-counter);
}
ol > li > h3 {
	font-size: 20px;
	text-align: left;
}
ol > li > h4 {
	font-size: 20px;
	font-weight: 400;
}
ol > li + li {
	margin-top: 10px;
}
ol > li > p {
	margin-bottom: 10px;
}
ol > li > p:last-child {
	margin-bottom: 0;
}
.wrapper {
	width: 100%;
	overflow-x: hidden;
}

.meta-title {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #6F6F6F;
	letter-spacing: 1px;
}

.logo {
	display: block;
	position: relative;
	width: 200px;
	height: 75px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

html[lang="es-ES"] .logo,
html[lang="nl-NL"] .logo,
html[lang="hu-HU"] .logo,
html[lang="cs-CZ"] .logo,
html[lang="el"] .logo {
	width: 160px;
	height: 60px;
}

/* .logo:hover {
	transform: scale(1.1);
	opacity: 1;
} */
.ico {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	width: 40px;
}
.ico--shield {
	background-image: url(assets/images/shield-check.svg);
}
.ico--search {
	background-image: url(assets/images/icon-search.svg);
}
.ico--right {
	background-image: url(assets/images/icon-right-arrow.svg);
}
.ico--forex {
	background-image: url(assets/images/ico-forex.svg);
}
.ico--stocks {
	background-image: url(assets/images/ico-stocks.svg);
}
.ico--crypto {
	background-image: url(assets/images/ico-crypto.svg);
}
.ico--indices {
	background-image: url(assets/images/ico-indices.svg);
}
.ico--leverage {
	background-image: url(assets/images/leverage.png);
}
.ico--deposit-methods {
	background-image: url(assets/images/deposit-methods.png);
}
.ico--regulation {
	background-image: url(assets/images/regulations.png);
}
.ico--trading-platforms {
	background-image: url(assets/images/trading-platforms.png);
}
.ico--trading-instruments {
	background-image: url(assets/images/trading-instruments.png);
}
.ico--info {
	background-image: url(assets/images/icon-info.svg);
}
.clearfix:after {
	display: table;
	content: "";
	clear: both;
}
.btn {
	background-color: var(--blue);
	border: 2px solid var(--blue);
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff !important;
	text-decoration: none;
	font-weight: 500;
}
.btn .ico {
	height: 15px;
	width: 15px;
}
.btn:hover,
.btn:visited:hover {
	background-color: var(--darkBlue);
	border: 2px solid var(--darkBlue);
	color: #fff;
	opacity: 1;
}
.btn--white {
	background-color: #fff;
	color: var(--blue) !important;
}
.btn--white:hover,
.btn--white:visited:hover {
	color: #fff !important;
}
.btn--white:hover .ico {
	filter: invert(99%) sepia(10%) saturate(0%) hue-rotate(259deg) brightness(200%) contrast(100%);
}
.btn--flex {
	display: flex;
	align-items: center;
	max-width: 150px;
	justify-content: space-between;
}

.grecaptcha-badge {
	display: none;
}

.badge-table-any {
	max-width: 46px;
}

html[lang="pl-PL"] .badge-table-any {
	font-size: 12px;
	max-width: 62px;
}

html[lang="ro-RO"] .badge-table-any {
	font-size: 12px;
	max-width: 56px;
}

html[lang="hu-HU"] .badge-table-any {
	font-size: 12px;
	max-width: 56px;
}

html[lang="cs-CZ"] .badge-table-any {
	font-size: 12px;
	max-width: 56px;
}

html[lang="el"] .badge-table-any {
	font-size: 10px;
	max-width: 76px;
}

/* Classic List */
.list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.list li {
	position: relative;
	padding-left: 25px;
}
.list li + li {
	margin-top: 5px;
}
.list li:before {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 0;
	background-image: url(assets/images/ico-check.svg);
	background-size: contain;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
}
.list p {
	margin-bottom: 10px;
}
.list-2 {
	column-count: 2;
}
.list-3 {
	column-count: 3;
}
.list-4 {
	column-count: 4;
}

/* List Socials */
.list-socials {
	display: flex;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.list-socials li + li {
	margin-left: 15px;
}
.list-socials li a {
	text-decoration: none;
	font-size: 14px;
	color: inherit;
}
.list-socials li img {
	height: 26px;
	width: auto;
	border-radius: 5px;
}
h2.entry-title a {
	color: #fff !important;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Inner Lists
--------------------------------------------------------------*/

.entry-content .list-info {
  margin-left: 0;
  padding-left: 0;
}
.entry-content .list-info > li {
  padding: 15px;
  background-color: #ebebeb;
  border-radius: 5px;
}
.entry-content .list-info > li p {
  margin-bottom: 10px;
}
.entry-content .list-info > li p:last-child {
  margin-bottom: 0;
}
.entry-content .list-info > li:before {
  display: none !important;
}
.entry-content .list-info li + li {
  margin-top: 10px;
}
.entry-content .list-info li h3 {
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 20px;
}
.entry-content .list-info li h3:before {
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0;
  top: 3px;
  left: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid var(--blue);
  content: '';
}
.entry-content .list-info li ul {
  margin-left: 15px;
}
.entry-content .list-info li ul li,
.entry-content .list li ul li,
.entry-content .list-flags li ul li {
  padding: 0 0 0 25px;
}
.entry-content .list-info li ul li:before,
.entry-content .list li ul li:before,
.entry-content .list-flags li ul li:before {
  height: 16px;
  width: 16px;
}
.entry-content .list-flags li:before {
  background-image: url(assets/images/icon-flag.svg);
}
.entry-content .list-pros li:before {
  background-image: url(assets/images/icon-pros.svg);
}
.entry-content .list-cons li:before {
  background-image: url(assets/images/icon-cons.svg);
}
.entry-content .list-flags li ul li:before {
  background-image: url(assets/images/ico-check.svg);
}
.entry-content .list-flags,
.entry-content .list-pros,
.entry-content .list-cons {
  list-style: none;
  margin-left: 0;
  padding: 10px;
  border-radius: 7px;
}
.entry-content .list-flags {
  background-color: #ebebeb;
}
.entry-content .list-info p {
  margin-bottom: 10px;
}
.entry-content .list li h3 {
  text-align: left;
}
.entry-content .list-pros {
  background-color: var(--lightBlue);
}
.entry-content .list-cons {
  background-color: #ffdfdf;
}
.entry-content .list-pros li,
.entry-content .list-cons li {
  position: relative;
  padding: 5px 0 5px 35px;
}
.entry-content .list-pros li:before,
.entry-content .list-cons li:before {
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 0;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

/* FAQ */
 .entry-content details{
  margin-bottom: 1rem;
  padding: 10px 15px;
  border-radius: 7px;
  border: 1px solid silver;
  background-color: #fff;
}
.entry-content summary{
  list-style-type: none;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer; 
  position: relative;
  outline: none;
  color: var(--darkBlue);
  padding-right: 30px;
}
.entry-content summary::after{
  content: "\2192";
  padding: 0.5rem;
  position: absolute;
  right: 0;
  top: -0.5rem;
  color: var(--blue);
}
.entry-content details[open]{
  background: var(--lightBlue);
}
.entry-content details[open] summary{
  color: var(--darkBlue);
}
.entry-content details[open] summary::after{
  content: "x";
}
 .entry-content details p:last-child {
  margin-bottom: 0;
 }
.entry-content > h3 {
	font-weight: 600px;
}

 @media screen and (max-width: 768px) { 
 
   .entry-content summary {
    font-size: 18px;
    font-weight: 500;
   }
 
 }

/* Bootstrap full width fix */
.full-width {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}

.full-width .row {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1150px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

.entry-content ul {
	text-align: left;
}
.entry-content > ul,
.entry-content > ul ul,
.entry-content > ol ul {
	list-style: none !important;
	margin-left: 0 !important;
	list-style-type: none;
	padding-left: 0;
}
.entry-content > ul li {
	position: relative;
	padding: 5px 0 5px 35px;
}
.entry-content > ul li:before {
	position: absolute;
	display: inline-block;
	top: 5 px;
	left: 0;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	background-image: url(assets/images/ico-check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

@media screen and (max-width: 992px) {
	.list-3 {
		column-count: 2;
	}
	.list-4 {
		column-count: 3;
	}
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 19px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}

	blockquote {
		margin-left: 0;
	}

	.list-2 {
		column-count: 1;
	}
	.list-4 {
		column-count: 2;
	}
	.logo {
		width: 180px;
		height: 42px;
	}
}

@media screen and (max-width: 480px) {
	img.alignright,
	img.alignleft {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		margin-left: 0;
		margin-right: 0;
	}

	.list-3,
	.list-4 {
		column-count: 1;
	}
}

/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
	background-color: #fff;
	padding: 5px 0;
}
/*
.site-header:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: calc( 100% + 10px );
	height: 100%;
	background-image: url(assets/images/nav-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.05;
}
*/
.site-header .container {
	display: flex;
	align-items: center;
}

.site-header .menu {
	font-size: 14px;
	font-weight: 600;
}

html[lang="it-IT"] .site-header .menu,
html[lang="de-DE"] .site-header .menu,
html[lang="fr-FR"] .site-header .menu,
html[lang="nl-NL"] .site-header .menu,
html[lang="pl-PL"] .site-header .menu {
	font-size: 13px;
}

html[lang="es-ES"] .site-header .menu,
html[lang="hu-HU"] .site-header .menu,
html[lang="el"] .site-header .menu {
	font-size: 12px;
}

.site-header .menu li {
	position: relative;
}

.site-header .menu li + li {
	margin-left: 12px;
}

html[lang="es-ES"] .site-header .menu li + li,
html[lang="nl-NL"] .site-header .menu li + li,
html[lang="pl-PL"] .site-header .menu li + li,
html[lang="hu-HU"] .site-header .menu li + li,
html[lang="el"] .site-header .menu li + li {
	margin-left: 9px;
}

.site-header .menu a {
	color: #4d4d4d;
}

.site-header .menu li.current-menu-item a {
	color: var(--darkBlue);
}

/* Submenu */
.site-header .menu > li > a {
	padding: 20px 0;
}

.site-header .menu li ul {
	display: flex;
	flex-direction: column;
}

.site-header .menu li ul li a {
	color: #4d4d4d;
	font-size: 16px;
}

.site-header .menu li > ul > li:hover > a {
	opacity: 1;
	color: var(--darkBlue);
}

.site-header .menu li ul li.current-menu-item a {
	color: var(--darkBlue);
}

.site-header .show-nav {
	display: none;
	background-color: transparent;
	font-size: 18px;
	border: 0;
	color: #4d4d4d;
	white-space: nowrap;
	padding: 0;
	cursor: pointer;
}

.site-header .show-nav:focus {
	outline: none;
}

.site-header .show-nav i {
	color: var(--darkBlue);
}

/* Mega Menu */
.site-header .menu > li.menu-item-has-children {
	position: static;
}

.site-header .menu > li.menu-item-has-children.single-col {
	position: relative;
}

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

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

html[lang="it-IT"] .site-header .menu > li.menu-item-has-children > a:after,
html[lang="de-DE"] .site-header .menu > li.menu-item-has-children > a:after,
html[lang="fr-FR"] .site-header .menu > li.menu-item-has-children > a:after,
html[lang="nl-NL"] .site-header .menu > li.menu-item-has-children > a:after,
html[lang="pl-PL"] .site-header .menu > li.menu-item-has-children > a:after {
	font-size: 13px;
}

html[lang="es-ES"] .site-header .menu > li.menu-item-has-children > a:after,
html[lang="hu-HU"] .site-header .menu > li.menu-item-has-children > a:after,
html[lang="el"] .site-header .menu > li.menu-item-has-children > a:after {
	font-size: 12px;
}

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

.site-header .menu > li:hover > ul.sub-menu,
.site-header .menu > li > ul.sub-menu:hover {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    position: absolute;
    flex-direction: initial;
    z-index: 999;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -15px;
}

@media (min-width: 993px) {
	.site-header .menu > li.single-col:hover > ul.sub-menu {
		min-width: 210px;
		width: 200%;
		left: -50%;
	}

	.site-header .menu > li.double-col:hover > ul.sub-menu {
		width: 60%;
        left: 20%;
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		margin-top: -15px;
	}

	.site-header .menu > li.double-col:hover > ul.sub-menu li {
		width: 50%;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
}

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

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

.site-header .menu > li > ul.sub-menu li a {
	font-size: 14px;
	font-weight: normal;
	text-transform: initial;
	display: block;
	width: 100%;
}

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

html[lang="en-US"] .site-header .menu > li:not(.single-col):not(.double-col) > ul.sub-menu > li {
	width: 14%;
}

@media( min-width: 993px) {
	html[lang="en-US"] .site-header .menu > li:not(.single-col):not(.double-col) > ul.sub-menu > li.double-sub-menu {
		width: 30%;
	}

	html[lang="en-US"] .site-header .menu > li:not(.single-col):not(.double-col) > ul.sub-menu > li.double-sub-menu > ul.sub-menu {
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
    	column-gap: 5px;
    	display: flex;
	}

	html[lang="en-US"] .site-header .menu > li:not(.single-col):not(.double-col) > ul.sub-menu > li.double-sub-menu > ul.sub-menu > li {
		width: 49%;
	}
}

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

.site-header .menu > li > ul.sub-menu > li > ul {
	margin-left: 0;
	position: static;
}

.site-header .menu > li > ul.sub-menu > li.disabled > a {
	pointer-events: none;
	cursor: pointer;
	font-weight: bold;
	display: block;
	border-bottom: 2px solid;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	color: inherit;
}

@media ( max-width: 992px ) {
	.site-header .menu a {
		color: #fff;
	}

	.site-header .menu > li > a {
		padding: 10px 0;
	}

	.site-header .menu > li.menu-item-has-children > a:after {
		top: 10px;
	}

	.site-header .menu li.current-menu-item a {
		color: #fff;
	}

	.site-header .menu li ul.sub-menu {
		display: none;
	}

	.site-header .menu > li:hover > ul.sub-menu {
		display: block;
		width: auto;
	}

	.site-header .menu > li > ul.sub-menu {
		position: static !important;
		background: inherit;
	}

	.site-header .menu > li > ul.sub-menu > li {
		width: 100% !important;
	}

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

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

	.site-header .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;
	}

	.site-header .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';
	}

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

	.site-header .menu > li > ul.sub-menu > li:hover > ul.sub-menu li a {
		font-size: 16px;
		color: inherit;
	}
}

/* Search Box */
.site-header .header__form {
	position: relative;
	z-index: 9;
}

.site-header .header__form .ico {
	height: 27px;
	width: 27px;
}

.site-header .search-form {
	position: absolute;
	right: -10px;
	display: flex;
	align-items: center;
	width: 300px;
	background-color: var(--lightBlue);
	padding: 5px;
	top: 105%;
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	transition: .3s ease;
}

.site-header .open .search-form {
	visibility: visible;
	opacity: 1;
}

.site-header .search-form:before {
	content: '';
    background-color: transparent;
    border-right: 8px solid transparent;
    position: absolute;
    border-left: 8px solid transparent;
    border-bottom: 8px solid var(--lightBlue);
    border-top: 8px solid transparent;
    top: -15px;
    right: 18px;
}

.site-header .search-form .search-submit {
	background-color: var(--blue);
	font-size: 14px;
	border: 2px solid var(--blue);
	padding: 3px 20px;
	color: #fff !important;
	text-decoration: none;
	height: 30px;
	font-weight: 500;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.site-header .search-form .search-field {
	border: 0;
	width: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.site-header .header__logo {
	margin-right: 15px;
}

.site-header .header__body {
	display: flex;
	width: calc(100% - 215px);
	align-items: center;
	justify-content: space-between;
}

html[lang="es-ES"] .site-header .header__body,
html[lang="nl-NL"] .site-header .header__body,
html[lang="hu-HU"] .site-header .header__body,
html[lang="cs-CZ"] .site-header .header__body,
html[lang="el"] .site-header .header__body {
	width: calc(100% - 175px);
}

@media screen and (max-width: 1024px) {
	.site-header .menu {
		font-size: 18px;
	}
}

@media screen and (max-width: 992px) {
	.site-header .container {
		width: 100% !important;
		max-width: 100% !important;
	} 
	
	body.overflow {
		height: 100vh;
		overflow-y: hidden;
	}

	.site-header .header__body {
		position: relative;
		width: 100%;
		justify-content: flex-end;
	}

	.site-header .search-form {
		right: -50px;	
	}

	.site-header .search-form:before {
		right: 60px;
	}

	.site-header .header__form {
		right: 60px;
	}

	.nav-burger {
		position: absolute;
		width: 50px;
		height: 50px;
		border-radius: 6px;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1000;
	}

	.nav-burger span{
		position: relative;
		margin-top: 9px;
		margin-bottom: 9px;
		-webkit-user-select: none;
		user-select: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -15px;
		margin-top: -1.5px;
	}

	.nav-burger span, 
	.nav-burger span::before, 
	.nav-burger span::after {
		display: block;
		width: 30px;
		height: 3px;
		background-color: #2a2a2a;
		outline: 1px solid transparent;
		-webkit-transition-property: background-color, -webkit-transform;
		-moz-transition-property: background-color, -moz-transform;
		transition-property: background-color, transform;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	.nav-burger span::before, .nav-burger span::after {
		position: absolute;
		content: "";
	}

	.nav-burger span::before {
		top: -9px;
	}

	.nav-burger span::after {
		top: 9px;
	}

	.nav-burger.clicked span {
		background-color: transparent;
	}

	.nav-burger.clicked span::before {
		-webkit-transform: translateY(9px) rotate(45deg);
		-moz-transform: translateY(9px) rotate(45deg);
		-ms-transform: translateY(9px) rotate(45deg);
		-o-transform: translateY(9px) rotate(45deg);
		transform: translateY(9px) rotate(45deg);
	}

	.nav-burger.clicked span::after {
		-webkit-transform: translateY(-9px) rotate(-45deg);
		-moz-transform: translateY(-9px) rotate(-45deg);
		-ms-transform: translateY(-9px) rotate(-45deg);
		-o-transform: translateY(-9px) rotate(-45deg);
		transform: translateY(-9px) rotate(-45deg);
	}

	.nav-burger.clicked span:before, 
	.nav-burger.clicked span:after {
		background-color: #ffffff;
	}

	.nav-burger:hover {
		cursor: pointer;
	}

	.main-navigation {
		background-color: var(--blue);
		position: fixed;
		z-index: 999;
		top: 0;
		right: 0;
		height: 100%;
		max-width: 300px;
		width: 100%;
		padding: 80px 30px 50px 20px;
		overflow-y: auto;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		-moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}

	.main-navigation.show {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	.main-navigation.show ul.menu li {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}

	.main-navigation.show ul.menu li:nth-child(1) {
		transition-delay: 0.15s;
	}

	.main-navigation.show ul.menu li:nth-child(2) {
		transition-delay: 0.3s;
	}

	.main-navigation.show ul.menu li:nth-child(3) {
		transition-delay: 0.45s;
	}

	.main-navigation.show ul.menu li:nth-child(4) {
		transition-delay: 0.6s;
	}

	.main-navigation.show ul.menu li:nth-child(5) {
		transition-delay: 0.75s;
	}

	.main-navigation ul.menu {
		flex-direction: column;
	}

	.main-navigation ul.menu li {
		-webkit-transform: translateX(40px);
		-moz-transform: translateX(40px);
		-ms-transform: translateX(40px);
		-o-transform: translateX(40px);
		transform: translateX(40px);
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.main-navigation ul.menu li + li {
		margin-left: 0;
	}

	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background-color: #6C858D;
		opacity: 0;
		visibility: hidden;
	}

	.overlay.show {
		opacity: 0.5;
		visibility: visible;
	}
}

@media screen and (max-width: 768px) { 
	.site-header .header__logo {
		margin-right: 20px;
	}
}

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

	.site-header .header__form,
	.site-header .header__body {
		position: static;
	}
	.site-header .header__form {
		margin-right: 60px;
		right: 0;
	}
	.site-header .container {
		position: relative;
	}
	.site-header .search-form:before {
		display: none;
	}
	.site-header .search-form {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 340px;
		justify-content: center;
	}
	.site-header .header__form .ico {
		margin-top: 10px;
	}

}

/* Lang Switcher */
.site-header .header__lang_switcher {
	position: relative;
}

.site-header .header__lang_switcher .wpml-ls-legacy-dropdown {
	width: auto;
}

.site-header .header__lang_switcher .wpml-ls-legacy-dropdown {
	width: auto;
}

.site-header .header__lang_switcher .wpml-ls-legacy-dropdown a {
	padding-right: 20px;
}

.site-header .header__lang_switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	border: .20em solid transparent;
    border-top: .35em solid;
    top: calc(50% - .155em);
}

@media( max-width: 992px ) {
	.site-header .header__lang_switcher {
		right: 50px;
	}
}

/*--------------------------------------------------------------
## Author line
--------------------------------------------------------------*/
.author-line {
	font-size: 14px;
	margin-bottom: 10px;
	color: #555;
	text-align: left;
}

.author-line .author {
	display: inline-block;
	font-weight: 500;
	border-bottom: 1px dotted;
	cursor: pointer;
}

.author-line .author .author-sub-box {
	position: absolute;
	z-index: 999;
	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: 500;
	color: #000;
}

.author-line img.social-icon {
	max-width: 22px;
}

@media (max-width: 480px) {
	.author-line .sep {
		display: block;
		height: 5px;
        text-indent: -9999px;
	}
}

/*--------------------------------------------------------------
## Widget Go to
--------------------------------------------------------------*/
.widget-go-to {
	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+ */
}

.widget-go-to::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}

.widget-go-to 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;
}

.widget-go-to button.next {
	content: '→';
	right: 0;
	left: auto;
}

.widget-go-to: button:hover {
	cursor: pointer;
}

.widget-go-to li {
	display: inline-block;
	margin: 0 5px;
	padding: 0 !important;
}

.widget-go-to li:before {
	content: none !important;
}

.widget-go-to li a {
	font-size: 14px;
	color: var(--base);
	border-radius: 6px;
	padding: 5px;
    border: 1px solid #777;
    text-decoration: none;
}

.widget-go-to li a:hover {
	opacity: 0.8;
}

/*--------------------------------------------------------------
## RFX Blockquote
--------------------------------------------------------------*/
.rfx-blockquote {
	padding: 10px 15px;
    border: 1px solid #477FBF;
    margin-bottom: 15px;
    border-radius: 12px;
    background: #F4F7F8;
}

.rfx-blockquote .headline {
	font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.rfx-blockquote .headline img {
	border-radius: 50%;
    margin-right: 5px;
    width: 50px;
    height: 50px;
}

.rfx-blockquote .headline img.social-icon {
	width: 20px;
    height: 20px;
    margin: 0;
}

.rfx-blockquote .headline .extra-info {
	position: relative;
}

.rfx-blockquote .headline .extra-info i {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.rfx-blockquote .headline .extra-info .text {
	position: absolute;
	top: 15px;
	left: -3px;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    font-size: 14px;
    border: 1px solid #4d4d4d;
    cursor: initial;
    display: none;
}

.rfx-blockquote .headline .extra-info:hover .text {
	display: block;
}

.rfx-blockquote .headline a.social {
	position: absolute;
	top: -6px;
    left: 20px;
}

.rfx-blockquote .quote {
	font-size: 16px;
    line-height: 1.4;
}

/*--------------------------------------------------------------
## Featured Brokers
--------------------------------------------------------------*/
.featured-brokers {
	background-color: #fff;
	padding: 0;
	font-size: 16px;
	margin-bottom: 35px;
}

.featured-brokers > li {
	display: flex;
	align-items: flex-start;
	padding: 0;
	border: 1px solid #4d4d4d;
	border-radius: 10px;
	overflow: hidden;
}

.featured-brokers > li:before {
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	top: 5px;
	left: 5px;
	border-radius: 5px;
}

.featured-brokers > li + li {
	margin-top: 15px;
}

.featured-brokers .featured-bokers__head {
	width: 335px;
}

.featured-brokers .featured-broker__image {
	height: 200px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
	border-bottom-right-radius: 10px;
}

.featured-brokers .featured-bokers__head em {
	font-size: 12px;
	display: inline-block;
	margin: 0 0 15px 15px;
}

.featured-brokers .featured-broker__body {
	width: calc(100% - 335px);
	padding: 10px 20px;
}

.featured-brokers .featured-broker__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.featured-brokers .list-details {
	margin-left: 0;
	padding-left: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.featured-brokers .list-details img {
	height: 28px;
	width: auto;
	margin-bottom: 5px;
}

.featured-brokers .list-details.banking li {
	margin: 3px;
}

.featured-brokers .broker-name {
	display: block;
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 600;
}

.featured-brokers .meta {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
	line-height: 1.1;
}

.featured-brokers .meta span {
	width: calc(100% - 30px);
}

.featured-brokers .meta .ico {
	height: 22px;
	width: 22px;
	margin-right: 7px;
}

.featured-brokers .broker-regulations {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 7px;
}

.featured-brokers .featured-broker__actions {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.featured-brokers .featured-broker__actions:after {
	display: block;
	clear: both;
	content: '';
}

.featured-brokers .featured-broker__actions .btn {
	padding: 10px 15px;
	width: 135px;
}

.featured-brokers .featured-broker__actions .btn + .btn {
	margin-left: 15px;
}

.featured-brokers .list li {
	padding-left: 20px;
}

.featured-brokers .list-details--primary {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	column-count: 2;
}

.featured-brokers .list-details--primary li {
	display: flex;
	align-items: center;
	text-transform: capitalize;
}

.featured-brokers .list-details--primary li:before {
	top: 0;
}

.featured-brokers .list-details--primary li + li {
	margin-top: 5px;
}

.featured-brokers .list-details--primary li span {
	line-height: 1;
	margin-top: 3px;
}

.featured-brokers .list-details .ico {
	height: 20px;
	width: 20px;
	margin-right: 7px;
}

.featured-brokers .details-title {
	display: block;
	text-transform: uppercase;
	color: #6F6F6F;
}

.featured-brokers .list-details + .details-title {
	margin-top: 7px;
}

.featured-brokers .featured-broker__details {
	width: calc(100% - 300px);
}

.featured-brokers .featured-broker__details + .featured-broker__details {
	padding-left: 20px;
	border-left: 1px solid var(--lightGray);
	width: 300px;
}

.featured-brokers .featured-broker__details .list-details-wrapper {
	max-height: 240px;
	overflow-y: auto;
}

.broker-rating a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

.broker-rating a img {
	height: 25px;
	width: auto;
	margin-right: 7px;
}

.rating-title {
	font-size: 16px;
	font-weight: 600;
}

img.verified-company {
	display: block;
	height: 20px;
	width: auto;
	margin-top: 6px;
	border-radius: 4px; 
	overflow: hidden;
}


/* Filters */
.featured-brokers-filters {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
}

.featured-brokers-filters > span {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
	color: var(--blue);
}

.featured-brokers-filters ul {
	display: flex;
	justify-content: flex-start;
	font-size: 16px;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.featured-brokers-filters ul li {
	position: relative;
}

.featured-brokers-filters ul li a {
	padding: 5px 20px;
}

html[lang="es-ES"] .featured-brokers-filters ul li a,
html[lang="nl-NL"] .featured-brokers-filters ul li a,
html[lang="ro-RO"] .featured-brokers-filters ul li a,
html[lang="hu-HU"] .featured-brokers-filters ul li a {
	padding: 5px 10px;
    font-size: 14px;
}

.featured-brokers-filters ul li + li a {
	border-left: 1px solid #333;
}

.featured-brokers-filters ul a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
}

.featured-brokers-filters ul a span {
	white-space: nowrap;
}

.featured-brokers-filters ul a span:after {
	position: relative;
	top: 4px;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	background-image: url(assets/images/down-chevron.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s ease;
	content: '';
}

.featured-brokers-filters ul a.active span:after {
	transform: rotate(-180deg);
}

.featured-brokers-filters ul a .ico {
	height: 30px;
	width: 30px;
	margin-right: 7px;
}

/* Custom Checkbox */
.check-box input[type="checkbox"] {
	visibility: hidden;
}

.check-box {
	width: 22px;
	height: 22px;
	cursor: pointer;
	display: inline-block;
	margin: 2px 7px 0 0;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #ccc;
}

.check-box i {
	background: url('assets/images/ico-check.svg') no-repeat center center;
	position: absolute;
	left: 3px;
	bottom: -16px;
	width: 16px;
	height: 16px;
	background-size: contain;
	opacity: 1;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-transform:rotateZ(-180deg);
	-moz-transform:rotateZ(-180deg);
	-o-transform:rotateZ(-180deg);
	transform:rotateZ(-180deg);
}

.checkedBox {
	-moz-box-shadow: inset 0 0 5px 1px #ccc;
	-webkit-box-shadow: inset 0 0 5px 1px #ccc;
	box-shadow: inset 0 0 5px 1px #ccc;
	border-bottom-color: #fff;
}

.checkedBox i {
	bottom: 2px;
	-webkit-transform:rotateZ(0deg);
	-moz-transform:rotateZ(0deg);
	-o-transform:rotateZ(0deg);
	transform:rotateZ(0deg);
}


/* Filter Dropdown */
.filter-drop-down {
	position: absolute;
	min-width: 100%;
	padding: 15px 20px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
	top: calc(100% + 5px);
	background-color: var(--lightBlue);
	z-index: 3;
	transition: .3s ease;
	opacity: 0;
	visibility: hidden;
}

.filter-drop-down.show {
	opacity: 1;
	visibility: visible;
}

.filter-drop-down:after {
	content: '';
	background-color: transparent;
	border-right: 8px solid transparent;
	position: absolute;
	border-left: 8px solid transparent;
	border-bottom: 8px solid var(--lightBlue);
	border-top: 8px solid transparent;
	top: -15px;
	right: 20px;
}

.filter-drop-down .form-field {
	white-space: nowrap;
}

@media screen and (max-width: 1200px) { 
	.featured-brokers-filters ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.featured-brokers-filters ul li {
		border: 1px solid #f2f2f2;
	}

	.featured-brokers-filters ul li + li a {
		border-left: 0;
	}

	.featured-brokers-filters {
		flex-direction: column;
	}

	.featured-brokers-filters > span {
		margin-top: 0;
		margin-bottom: 15px;
	}
}


@media screen and (max-width: 992px) { 
	.featured-brokers > li {
		flex-direction: column;
		background-color: #f2f2f2;
	}

	.featured-brokers .featured-broker__body {
		width: 100%;
		background-color: #fff;
	}

	.featured-brokers .featured-broker__image {
		height: 120px;
		width: 282px;
		margin: 0 auto 15px;
		border-bottom-left-radius: 10px;
	}

	.featured-brokers .featured-bokers__head,
	.featured-brokers .featured-broker__details {
		width: 100%;
	}
}


@media screen and (max-width: 480px) { 
	.featured-brokers .featured-broker__body {
		padding: 10px;
	}

	.featured-brokers .featured-broker__content {
		flex-direction: column;
		padding: 5px 0;
	}

	.featured-brokers .featured-broker__image {
		width: 100%;
        height: 150px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
	}

	.featured-brokers .featured-broker__details + .featured-broker__details {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		border-left: none;
		padding-right: 20px;
	}

	.featured-brokers .list-details + .details-title {
		margin-top: 10px;
	}

	.featured-brokers .featured-broker__details .list {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.featured-brokers .list-details--primary {
		display: block;
	}

	.featured-brokers .broker-regulations {
		text-align: center;
	}

	.featured-brokers .broker-name {
		text-align: center;
		line-height: 1;
		margin-bottom: 10px;
	}

	.featured-brokers .details-title {
		display: block;
		width: 100%;
		text-align: center;
		font-weight: 500;
		padding: 4px 10px;
		margin-bottom: 5px;
		background-color: #f2f2f2;
		border-radius: 5px;
	}

	.featured-brokers .meta {
		justify-content: center;
		align-items: flex-start;
	}

	.featured-brokers .meta .ico {
		display: none;
	}

	.featured-brokers .meta span {
		display: block;
		width: 100%;
		background-color: var(--lighterBlue);
		padding: 4px 5px;
		border-radius: 5px;
		text-align: center;
	}

	.featured-brokers .list-details {
		justify-content: center;
	}
}


/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
.table-responsive {
	-ms-overflow-style: none;
    scrollbar-width: none;
}

.table-responsive::-webkit-scrollbar {
    display: none;
}

.table th,
.table td {
	padding: 10px 10px;
	vertical-align: middle;
}

.table th {
	background-color: var(--blue);
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.table.table-eq-col {
	min-width: 700px
}

.table.table-eq-col tr th:nth-child(1),
.table.table-eq-col tr th:nth-child(2) {
	width: 200px;
}

.table td.brand-logo {
	min-width: 160px;
}

.table td.brand-tp-rating {
	min-width: 180px;
}

.table img.broker-logo-sm {
	height: 50px;
	width: auto;
}

.table-centered td {
	text-align: center;
}

.table .list {
	margin-bottom: 0;
}

.table .list li {
	font-size: 16px;
	text-align: left;
}

.table .list li + li {
	margin-top: 0;
}

.table-centered .broker-rating a {
	justify-content: center;
}

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

.site-footer { 
	padding: 20px 0 0;
	margin-top: 15px; 
	box-shadow: 0 -5px 0px #0000000a, -0 -3px 1px #0000000f;
	margin-bottom: 0;
}

.site-footer .footer__head {
	margin-bottom: 10px;
}

.site-footer .footer__body {
	padding-bottom: 20px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(210,229,255,1) 100%);
}

.site-footer .list-socials {
	margin-bottom: 0;
}

.site-footer .footer-menu-container > div {
	height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-footer .footer-menu-container .menu {
	margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.site-footer .footer-menu-container .menu li {
	margin: 0 10px;
}

.site-footer .footer-menu-container .menu li:last-child {
	margin-right: 0;
}

.site-footer .footer-menu-container .menu li a {
	color: inherit;
	font-size: 14px;
	text-decoration: none;
}

@media (max-width: 576px) {
	.site-footer .footer-logo {
		margin-bottom: 15px;
		display: flex;
		justify-content: center;
	}

	.site-footer .footer-menu-container > div {
		justify-content: center;
	}
	.site-footer .footer-menu-container .menu {
		flex-direction: column;
	}
	.site-footer .footer-menu-container .menu li {
	  position: relative;
	  padding-left: 20px;
	}
	.site-footer .footer-menu-container .menu li:before {
	  position: absolute;
	  top: 8px;
	  left: 0;
	  background-color: var(--blue);
	  height: 10px;
	  width: 10px;
	  border-radius: 50%;
	  content: '';
	}
}
