/*
Theme Name: Quantpedia
Author: GrownApps.io
Author URI: http://grownapps.io/
Description: Lorem ipsum dolor sit amet
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu
Text Domain: quantpedia
Version: 1.0.12
*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important
}

body {
	font-family: 'Lato', serif;
	font-size: 16px;
}

select:hover {
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

.custom-li {
	list-style: none;
}

.custom-li li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #fff;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1em;
	/* Also needed for space (tweak if needed) */
}

footer {
	font-size: 14px;
}

footer .small-text {
	color: #464646;
}

footer .heading {
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

footer .social a {
	border-radius: 5px;
	font-size: 17px;
	color: #9a9996;
}

footer .social a:hover {
	background-color: black;
	color: #e7e0d8;
}

footer .social i {
	padding: 5px;
}

footer ul {
	list-style: none;
	margin-left: 0;
}

footer ul li {
	padding-bottom: 5px;
	padding-top: 5px;
}

footer ul li a {
	color: black;
}

footer ul li a.active {
	color: #8c6430;
}

footer ul li a:hover {
	color: #8c6430;
}

.table-home thead {
	background-color: #8e8e8e;
	color: white;
	font-size: 14px;
}

.table-home .active td {
	background-color: #efefef;
	color: black;
	font-weight: 600;
}

.table-home td.title {
	font-weight: 600;
}

.table-home th {
	padding-left: 20px;
}

.table-home td {
	color: #6b6b6b;
	height: 85px !important;
	text-align: left !important;
	border-top: 1px solid #8e8e8e;
	padding-left: 20px;
}

.f-w-800 {
	font-weight: 800;
}

.f-dark {
	color: #8c6430;
}

.pdd-l-r-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.pdd-l-r-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.pdd-10 {
	padding: 10px;
}

.pdd-15 {
	padding: 15px;
}

.pdd-30 {
	padding: 30px;
}

pdd-t-10 {
	padding-top: 10px;
}

.pdd-t-30 {
	padding-top: 30px;
}

.pdd-t-40 {
	padding-top: 40px;
}

.pdd-60 {
	padding: 60px;
}

.pdd-l-5 {
	padding-left: 5px;
}

.pdd-l-10 {
	padding-left: 10px;
}

.pdd-l-30 {
	padding-left: 30px;
}

.pdd-l-50 {
	padding-left: 50px;
}

.pdd-btm-10 {
	padding-bottom: 10px;
}

.pdd-btm-20 {
	padding-bottom: 20px;
}

.pdd-btm-30 {
	padding-bottom: 30px;
}

.pdd-btm-50 {
	padding-bottom: 50px;
}

.pdd-r-30 {
	padding-right: 30px;
}

.pdd-l-r-70 {
	padding-left: 70px;
	padding-right: 70px;
}

.mrg-r-15 {
	margin-right: 15px;
}

.mrg-r-10 {
	margin-right: 10px;
}

.mrg-t--5 {
	margin-top: -5px;
}

.mrg-top-0 {
	margin-top: 0px;
}

.mrg-top-10 {
	margin-top: 10px;
}

.mrg-top-15 {
	margin-top: 15px;
}

.mrg-top-20 {
	margin-top: 20px;
}

.mrg-top-30 {
	margin-top: 30px;
}

.mrg-top-35 {
	margin-top: 35px;
}

.mrg-top-40 {
	margin-top: 40px;
}

.mrg-top-50 {
	margin-top: 50px;
}

.mrg-top-60 {
	margin-top: 60px;
}

.mrg-btm-0 {
	margin-bottom: 0px;
}

.mrg-btm-10 {
	margin-bottom: 10px;
}

.mrg-btm-20 {
	margin-bottom: 20px;
}

.mrg-btm-40 {
	margin-bottom: 40px;
}

.mrg-btm-50 {
	margin-bottom: 50px;
}

.mrg-btm-35 {
	margin-bottom: 35px;
}

.mrg-btm-70 {
	margin-bottom: 70px;
}

.mrg-top-75 {
	margin-top: 75px;
}

.mrg-top-104 {
	margin-top: 65px;
}

.mrg-r-25 {
	margin-right: 25px;
}

.mrg-left--15 {
	margin-left: -15px;
}

.mrg-left--35 {
	margin-left: -35px;
}

.btn-1, header .login-menu button, .slider-home button, .mp_wrapper input[type="submit"] {
	background-color: #8c6430;
	padding: 13px 28px;
	color: white;
	font-weight: 600;
	font-family: 'Lato', serif;
	border-radius: 5px;
}

.btn-1.hollow {
	background-color: transparent;
	color: rgb(32, 116, 154);
}

.btn-1.center {
	margin-left: auto;
	margin-right: auto;
}

.mp-form-submit {
	text-align: center;
}

.mp_wrapper input[type="submit"] {
	display: inline-block;
}

.btn-1:hover, header .login-menu button:hover, .slider-home button:hover {
	background-color: #663E0A;
	color: #FFF;
}

.btn-subscribe {
	background-color: #0ebac5;
	color: white;
	font-size: 10px;
	font-weight: 600;
	font-family: 'Lato', serif;
	padding: 0 22px;
	text-transform: uppercase;
}

.text-upper {
	text-transform: uppercase;
}

.text-upper a {
	display: inline-block;
	color: #959595;
	line-height: 24px;
}

.text-upper a .fas {
	font-size: 24px;
	vertical-align: top;
	margin-right: 10px;
}

.italic {
	font-style: italic;
}

.f-c-y {
	color: #20749a;
}

.f-s-12 {
	font-size: 12px;
}

.f-s-14 {
	font-size: 14px;
}

.f-s-13 {
	font-size: 13px;
}

.f-s-17 {
	font-size: 17px;
}

.f-s-20 {
	font-size: 20px;
}

.f-s-22, .slider-home .sub-title {
	font-size: 22px;
}

.arvoYellow, .slider-home .main-title, section .heading {
	font-family: 'Lato', serif;
	color: #20749a;
}

.section-top {
	padding-bottom: 40px;
	padding-top: 40px;
}

.section-90 {
	padding-bottom: 50px;
	padding-top: 50px;
}

.section-35 {
	padding-bottom: 15px;
	padding-top: 31px;
}

.footer-section {
	padding-bottom: 40px;
	padding-top: 100px;
}

.white-line {
	background-color: white;
	position: absolute;
	height: 1px;
	width: 100%;
	content: "";
}

.think-box {
	max-width: 320px;
}

.small-text {
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	color: #9a9996;
}

.section-light-header {
	background-color: #f6f5f1;
}

.section-light {
	background-color: #f6f5f1;
}

.section-gray {
	background-color: #f1f1f0;
}

.section-dark {
	background-color: #e8dbcf;
}

.widget-container .heading h3 {
	font-family: 'PT Serif', serif;
	font-size: 20px;
	font-weight: 700;
	color: #20749a;
}

header {
	background-color: #f7ece1;
	font-family: 'Lato', sans-serif;
}

header .header-padding {
	padding: 29px 0 12px 0;
}

header ul {
	list-style: none;
	font-size: 17px;
}

header ul li {
	display: inline-block;
}

header .logout {
	text-align: left;
}

header .logout span {
	text-transform: none;
	font-weight: normal;
}

header ul li a {
	padding: 10px;
	color: black;
}

header ul li a.active {
	color: #8c6430;
}

header ul li a:hover {
	color: #8c6430;
}

header .login-menu ul {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

header .login-menu button {
	font-size: 12px;
	text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
	header .grid-x>.large-6 {
		width: 45%;
	}
	header .grid-x>.large-4 {
		width: 38.33333%;
	}
}

.slider-home .main-title {
	padding-top: 100px;
	font-size: 29px;
	font-weight: 900;
}

.slider-home .sub-title {
	font-family: 'Lato', serif;
	padding-bottom: 50px;
}

.home section .btn-1 {
	font-size: 18px;
	font-weight: 900;
}

.slider-home .btn-1 .fas {
	font-size: 21px;
	vertical-align: text-bottom;
}

.top-grid {
	padding: 30px 0;
	position: relative;
}

.top-grid:after {
	content: '';
	position: absolute;
	top: 0;
	left: 40px;
	right: 40px;
	bottom: 0;
	max-width: 980px;
	background: #f2e6db;
	border-radius: 10px;
	z-index: 1;
}

.top-grid > div {
	position: relative;
	z-index: 2;
}

.top-grid > div:first-child {
	padding: 0 70px;
}

.top-grid > div:first-child > div {
	max-width: 330px;
	margin-left: 60px;
	position: relative;
}

.top-grid > div:first-child > div:before {
	content: '';
	position: absolute;
	top: 0;
	left: -60px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.top-grid > div:first-child > div.clock:before {
	background-image: url(img/clock.svg);
}

.top-grid > div:first-child > div.data:before {
	background-image: url(img/data.svg);
}

.top-grid > div:first-child > div.puzzle:before {
	background-image: url(img/puzzle.svg);
}

.top-grid > div:first-child > div p {
	line-height: 1.3;
}

.top-grid .slider-wrap {
	margin: 0 -.9375rem;
}

.top-grid .slider-carousel {
	max-width: 505px;
	float: left;
}

.top-grid .owl-stage-outer {
	-webkit-box-shadow: 0px -3px 54px 0px rgba(50, 61, 73, 0.35);
	-moz-box-shadow: 0px -3px 54px 0px rgba(50, 61, 73, 0.35);
	box-shadow: 0px -3px 54px 0px rgba(50, 61, 73, 0.35);
}

.home .customers p a {
	color: #5252ef;
	font-weight: 600;
	text-decoration: underline;
}
.home .customers h4 {
	text-align: center;
	font-size: 20px;
	margin-top: 45px;
}
.home .customers h4 a {
	color: #464646;
}
.home .customers img {
	display: inline-block;
	max-width: 110px;
	margin-top: -6px;
	margin-left: 5px;
}

.owl-dots {
	margin-top: 25px;
	font-size: 0;
	text-align: center;
}

.owl-dots button.owl-dot {
	margin: 0 5px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
}

.owl-dots button.owl-dot.active {
	background-color: #20749a;
}

section .heading {
	font-size: 29px;
	font-weight: 900;
}

section .heading:last-child {
	padding-bottom: 20px;
}

section .heading:last-child:after {
	content: '';
	display: block;
	width: 111px;
	height: 1px;
	margin: 20px auto 0;
	background-color: #a17542;
}

section .sub-heading {
	font-family: 'Lato', serif;
	font-size: 18px;
}

.section-subscribe {
	background-color: #f7ece1;
}

.section-subscribe h4 {
	margin-bottom: 0;
}

.section-subscribe p {
	font-size: 13px;
}

.section-subscribe .far {
	color: #8c6430;
	font-size: 16px;
	margin-right: 8px;
	vertical-align: text-bottom;
}

.section-subscribe input[type="email"] {
	border-color: white;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section-subscribe div.wpcf7 .ajax-loader {
	display: none;
}

.icon {
	border: 1px solid #8c6430;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	line-height: 80px;
}

.steps {
	text-align: center;
}

.steps svg {
	display: inline-block;
	width: 100%;
	max-width: 550px;
}

.home .steps svg .st0 {
	fill: #7C4C2A;
}

.home .steps svg .st1,
.home .steps svg .st2 {
	fill: #20749a;
}

.icon svg {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: 60%;
}

.icon svg * {
	fill: #20749a;
}

.items-background {
	background-color: #f7ece1;
	margin-left: 30px;
	margin-right: 30px;
}

.items-background strong {
	color: #20749a;
}

.black_dot {
	position: absolute;
	top: 0;
	left: 8px;
	background-color: #20749a;
	color: white;
	height: 18px;
	width: 18px;
	line-height: 16px;
	border-radius: 50%;
	text-align: center;
	font-family: 'Montserrat', serif;
	font-size: 10px;
	font-weight: 700;
}

.testimonial-carousel .item {
	font-family: 'Lato', sans-serif;
	padding: 60px 40px 0;
	position: relative;
}

.testimonial-carousel .item:before {
	content: '';
	position: absolute;
	top: 0;
	background: url(img/quote.svg) no-repeat 50% 50%;
	width: 41px;
	height: 27px;
	left: 50%;
	margin-left: -20px;
}

.bear-markets .badge {
	padding: 3px 6px;
	margin: 0 0 7px;
	background: #0ebac5;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.bear-markets p {
	padding-right: 80px;
}

.bear-markets p a {
	color: #20749a;
	text-decoration: underline;
	font-weight: 900
}

.bear-markets .img img {
	width: 100%;
	position: relative;
	z-index: 2;
}

.bear-markets .img {
	position: relative;
}

.bear-markets .img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	z-index: 1;
	-webkit-box-shadow: 0px -3px 54px 0px rgba(50, 61, 73, 0.35);
	-moz-box-shadow: 0px -3px 54px 0px rgba(50, 61, 73, 0.35);
	box-shadow: 0px -3px 54px 0px rgba(50, 61, 73, 0.35);
}

.bear-markets .img:after {
	content: '';
	position: absolute;
	top: 20%;
	right: -3%;
	width: 46.365%;
	height: 21.255%;
	background: url(img/circle.svg) no-repeat;
	background-size: cover;
	z-index: 3;
}

.bear-markets.out-of-sample .img img,
.bear-markets.fp-pro .img img,
.bear-markets.fp-premium .img img {
	vertical-align: top;
}

.bear-markets.fp-premium .img img {
	width: 85%;
	margin: auto;
	display: block;
}

.bear-markets.out-of-sample .img:after, .bear-markets.out-of-sample .img:before,
.bear-markets.fp-pro .img:after, .bear-markets.fp-pro .img:before,
.bear-markets.fp-premium .img:after, .bear-markets.fp-premium .img:before {
	display: none;
	content: '';
}


.testimonial-carousel .item p {
	color: #464646;
	line-height: 1.3;
}

.testimonial-carousel .item .signature {
	color: #8e8e8e;
	font-size: 14px;
}

.testimonial-carousel .item .signature .name {
	color: #000;
	font-size: 15px;
}

.owl-arrows, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	border: 2px solid transparent;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-size: 24px;
	color: black;
}

.owl-arrows-hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	border: 2px solid white;
	color: white;
	cursor: pointer;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -100px;
	top: 40%;
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -100px;
	top: 40%;
}

.sign-up {
	padding-top: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	background-color: #f6f5f1;
	height: 670px;
}

.sign-up.entry-content {
	height: auto;
}

.sign-up .mepr_password_reset_requested > * {
	width: 100%;
	text-align: center;
}

.sign-up .header {
	background-color: #f7ece1;
	padding-top: 14px;
	padding-bottom: 14px;
}

.sign-up .header .text {
	border-left: 1px solid #8e8e8e;
	padding-left: 10px;
	color: #8e8e8e;
	font-weight: 600;
}

.sign-up h3 {
	font-family: 'PT Serif', serif;
	color: #8c6430;
	padding-top: 115px;
}

.sign-up .input, #mepr_loginform .input {
	padding: 5px 40px 10px 40px;
}

.sign-up .btn-1 {
	letter-spacing: 1px;
	font-size: 15px;
	padding: 11px 38px;
}

.sign-up a {
	text-decoration: underline;
	color: black;
	font-weight: 900;
}

.sign-up .conditions {
	font-size: 12px;
	color: #8e8e8e;
}

.sign-up .conditions a {
	text-decoration: underline;
	color: #8e8e8e;
}

.sign-up .login {
	font-weight: 700;
	font-size: 15px;
}

.sign-up .login a {
	text-decoration: underline;
	color: black;
	font-weight: 900;
}

/*.mepr-payment-method-desc-text p {
	display: none;
}*/

.sign-up .horizontal-line {
	position: absolute;
	content: "";
	height: 1px;
	width: 84px;
	background-color: #d3d3d3;
	left: 46%;
	bottom: 190px;
}

.mp_wrapper {
	width: 500px;
	margin: 0 auto;
}
.entry-content.sign-up .mp_wrapper {
	width: auto;
}
/*
.reveal .mp_wrapper {
	width: 70%;
}*/

.page-account .mp_wrapper {
	width: 800px;
}
#mepr-account-nav {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
#mepr-account-subscriptions-table td,
#mepr-account-payments-table td {
	font-size: .9rem;
}

#mepr-account-subscriptions-table tr th:last-of-type,
#mepr-account-payments-table tr td:last-of-type {
	display: none;
}

.page-template-default .heading {
	font-size: 22px;
}

.page-template-default footer .heading {
	font-size: 12px;
}

.page-template-default .entry-content h4 {
	color: #20749a;
	font-size: 18px;
	font-weight: 700;
}

.page-template-default .entry-content p {
	font-size: 14px;
	margin-bottom: 20px;
}

.page-template-default .wpcf7 label {
	font-size: 13px;
	font-weight: 400;
}

.page-template-default .wpcf7 .button {
	padding: 10px 30px;
}

.page-template-default .wpcf7 br {
	display: none;
}

.page-template-default section .heading:last-child {
	padding-bottom: 0;
}

.page-template-default section .heading:last-child:after {
	content: none;
}

.page-links-tools .heading {
	font-size: 30px;
}

.page-links-tools #charts_menu .item {
	width: 20%;
}

.page-links-tools #charts_menu .item a {
	font-size: 15px;
	padding: 10px;
}

.page-links-tools td p {
	margin-bottom: 0.2rem;
}

.banner {
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	border: none !important;
	border-radius: 10px;
	-webkit-box-shadow: -5px 9px 25px -4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -5px 9px 25px -4px rgba(0, 0, 0, 0.4);
	box-shadow: -5px 9px 25px -4px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.banner .width-1201 {
	width: 1201px;
}

.banner input {
	padding-left: 10px;
}

.banner svg {
	max-width: 62px;
	margin: 0 auto 35px;
}

.banner .close-button .icon {
	font-size: 20px !important;
	padding-bottom: 2px;
	padding-left: 7px;
	color: white;
	padding-right: 7px;
	border: 1px solid white;
	border-radius: 50%;
	font-weight: 700;
}

.banner .close-button .text {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px !important;
	color: white;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}

.banner .right-side {
	position: relative;
	background: linear-gradient(90deg, #7f4f0f 0%, #865c26 71%, #a56d23 100%);
}

.banner .right-side p {
	font-size: 18px;
	color: white;
	padding-left: 75px;
	padding-right: 75px;
}

.banner .right-side .block {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.banner .left-side h3 {
	font-size: 29px;
	font-weight: 700;
	color: #8c6430;
	font-family: 'PT Serif', sans-serif;
	margin-bottom: 30px;
}

.banner .left-side .input {
	padding-left: 53px;
	padding-right: 53px;
}

.banner .left-side button {
	padding: 12px 42px;
}

.banner svg .st0 {
	fill: #FFF;
}

.banner .left-side .conditions {
	font-size: 12px;
	color: #8e8e8e;
}

.banner .left-side .conditions a {
	text-decoration: underline;
	color: #8e8e8e;
}

.banner .left-side .login {
	font-weight: 700;
	font-size: 15px;
}

.banner .left-side .login a {
	text-decoration: underline;
	color: black;
	font-weight: 900;
}

.banner .horizontal-line {
	position: absolute;
	content: "";
	height: 1px;
	width: 84px;
	background-color: #d3d3d3;
	left: 30%;
	bottom: 65px;
}

.page-how-we-do-it .icon {
	float: left;
	background-color: #8c6430;
	margin: 0 20px 20px 0;
	text-align: center;
	line-height: 80px;
}

.page-how-we-do-it .sub-heading:after {
	content: '';
	display: block;
	width: 284px;
	height: 1px;
	margin: 20px auto 0;
	background-color: #b0b0b0;
}

.page-how-we-do-it h5 {
	font-family: 'Arvo', serif;
	font-size: 18px;
}

.page-how-we-do-it .icon svg {
	height: 40%;
}

.page-how-we-do-it .icon svg * {
	fill: #FFF;
}

.page-how-we-do-it .icon + p {
	padding: 5px 0;
	font-size: 13px;
	line-height: 1.8;
}

.pricing, .screener, .strategy {
	font-family: 'Open Sans', sans-serif;
}

.pricing [type='button'] {
	border-radius: 8px;
}

.free p {
	padding: 0 22%;
}

.free h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #8e8e8e;
}

.pricing section .heading:last-child {
	padding-bottom: 0;
}

.pricing section .heading:last-child:after {
	content: none;
}

.free .btn-1, .free header .login-menu button, header .login-menu .free button, .free .slider-home button, .slider-home .free button {
	background-color: white;
	border: 1px solid #c8c8c8;
	color: black;
	font-size: 16px;
	padding: 5px 31px;
	line-height: 1;
}

.free .btn-1 span, .free header .login-menu button span, header .login-menu .free button span, .free .slider-home button span, .slider-home .free button span {
	font-size: 10px;
	display: flex;
	color: #c8c8c8;
	padding-top: 5px;
}

.pricing-box {
	background-color: white;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
}

.pricing-box h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #8c6430;
}

.pricing-box .benefits p {
	padding: 0 32%;
}

.pricing-box .benefits p strong {
	font-weight: 800;
}

.pricing-box .packages .months {
	color: #8e8e8e;
	font-size: 13px;
	margin-bottom: 0;
}

.pricing-box .packages .price {
	color: black;
	margin-bottom: 0;
	font-size: 16px;
}

.pricing-box .packages .btn-1, .pricing-box .packages header .login-menu button, header .login-menu .pricing-box .packages button, .pricing-box .packages .slider-home button, .slider-home .pricing-box .packages button {
	width: 100%;
	background-color: #8e8e8e;
	padding: 15px 22px;
	line-height: 1;
}

.pricing-box .packages .btn-1:hover, .pricing-box .packages header .login-menu button:hover, header .login-menu .pricing-box .packages button:hover, .pricing-box .packages .slider-home button:hover, .slider-home .pricing-box .packages button:hover {
	background-color: #f7ece1;
}

.pricing-box .packages.active .btn-1, .pricing-box .packages.active header .login-menu button, header .login-menu .pricing-box .packages.active button, .pricing-box .packages.active .slider-home button, .slider-home .pricing-box .packages.active button {
	background-color: #8c6430;
}

.pricing-box .packages.active .btn-1:hover, .pricing-box .packages.active header .login-menu button:hover, header .login-menu .pricing-box .packages.active button:hover, .pricing-box .packages.active .slider-home button:hover, .slider-home .pricing-box .packages.active button:hover {
	background-color: #f7ece1;
}

.pricing-box .packages.active .months {
	font-weight: 600;
}

.pricing-box .packages.active .price {
	font-weight: 700;
}

.line {
	width: 110px;
	height: 1px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #8e8e8e;
}

.section-hr {
	position: relative;
	top: -10px;
	margin: 0;
}

.underline-heading {
	position: relative;
	z-index: 999;
	background-color: #f6f5f1;
	padding-left: 45px;
	padding-right: 45px;
}

.faq-col {
	padding: 20px 40px 0 40px;
}

.pay-pal-text {
	font-size: 11px;
	font-weight: 700;
	color: #8e8e8e;
}

ul.tabs {
	background: transparent;
	border: none;
	border: 1px solid #8e8e8e;
	border-bottom: none;
}

ul.tabs .tabs-title a {
	background-color: transparent;
	color: black;
	font-size: 14px;
	font-weight: bold;

}

ul.tabs .tabs-title {
	border-bottom: none;
}

ul.tabs .tabs-title:not(.is-active) {
	background-color: #bdbdbd;
}

ul.tabs li {
	width: 50%;
}

.tabs-content {
	min-height: 205px;
	background: transparent;
	border: 1px solid #8e8e8e;
	border-top: none;
}

.tabs-panel {
	min-height: 205px;
}

.tabs-panel.is-active.valign {
	display: flex;
	align-items: center;
    justify-content: center;
}

.screener {
	background-color: #f6f5f1;
}

.screener hr {
	margin: 0;
}

.single-pod_cpt_strategy iframe {
	max-height: 600px!important;
}

.responsive-table-wrapper thead {
	background-color: #8e8e8e;
	color: white;
	font-size: 14px;
}

.responsive-table-wrapper tbody {
	font-size: 13px;
}

.responsive-table-wrapper td, .responsive-table-wrapper th {
	border: 1px solid #ababab;
}

.responsive-table-wrapper th {
	position: relative;
	padding-right: 24px;
	font-weight: 400;
}

.responsive-table-wrapper tbody tr:hover {
	background-color: #f7ece1;
}

.responsive-table-wrapper .active td {
	background-color: #efefef;
	font-weight: 600;
}
.responsive-table-wrapper .active td a {
	color: black;
}
.responsive-table-wrapper td {
	text-align: left !important;
	border-top: 1px solid #8e8e8e;
}
.responsive-table-wrapper td a {
	/*color: #6b6b6b;*/
}

.screener .responsive-table-wrapper td {
	padding: 0;
}

.screener .responsive-table-wrapper td a {
	display: block;
	padding: 9px 10px;
	position: relative;
	z-index: 1;
	color: #6b6b6b;
}

.responsive-table-wrapper td.Title a {
	color: #0a0a0a;
	font-weight: 700;
}

.responsive-table-wrapper .has-tip {
	font-weight: inherit;
}

.responsive-table-wrapper .has-tip:after {
	content: '*';
}

.page-links-tools .responsive-table-wrapper th {
	padding: 10px 30px;
}

.page-links-tools .responsive-table-wrapper td {
	padding: 20px 30px;
	vertical-align: top;
}

.page-links-tools .responsive-table-wrapper td p {
	margin: 0;
	padding-left: 12px;
	position: relative;
}

.page-links-tools .responsive-table-wrapper td p:before {
	content: '–';
	position: absolute;
	top: 0;
	left: 0;
}

.btn-search {
	background-color: #bdbdbd;
	color: white;
	font-size: 14px;
	padding: 0 20px;
}

.btn-search:hover {
	cursor: pointer;
	background-color: #a6a6a6;
}

.btn-unclock {
	display: inline-block;
	background-color: #8c6430;
	color: white;
	font-size: 14px;
	padding: 10px 15px;
	margin-left: 30px;
	border: 0;
	border-radius: 3px;
	line-height: 1;
}

.btn-unclock:hover {
	background-color: #663E0A;
	color: #FFF;
}

.reset span {
	color: #d1d0cd;
	font-size: 15px;
}

.reset span:hover {
	cursor: pointer;
	color: #c1c0bd;
}

.screener-heading {
	font-size: 0;
}

.screener-heading .main {
	font-weight: 800;
	color: #20749a;
	font-size: 20px;
}

.screener-heading .sub {
	padding-left: 20px;
	font-size: 14px;
	color: #8e8e8e;
	position: relative;
}

.screener-heading .sub svg {
	position: absolute;
	top: 0;
	left: 5px;
	height: 100%;
}

.view-select {
	text-align: right;
}

.view-select select {
	height: 35px;
	font-size: 16px !important;
	background-color: #f6f5f1;
	padding-top: 5px !important;
	border-color: #8e8e8e;
	color: #0a0a0a !important;
	width: auto;
}

.view-select label {
	margin-right: 18px;
	line-height: 2.125rem;
	font-size: 16px;
}

.pagination {
	font-size: 0;
	justify-content: center;
}

.pagination li {
	margin: 0;
	padding: 6px 13px;
	background-color: white;
	border: 1px solid #dddddd;
	border-right-width: 0;
	border-radius: 0;
	color: #dddddd;
	white-space: nowrap;
}

.pagination li.disabled {
	padding: 6px 13px;
	cursor: not-allowed;
}

.pagination > li:first-child {
	border-radius: 3px 0 0 3px;
	border-right-width: 1px;
}

.pagination > .item-wrapper > li:first-child {
	border-left-width: 0px;
}

.pagination > li:last-child {
	border-right-width: 1px;
	border-radius: 0 3px 3px 0;
}

.pagination > .item-wrapper > li:last-child {
	border-right-width: 0px;
}

.pagination li:hover {
	background-color: #f6f6f6;
}

.pagination .actual,
.pagination .actual:hover {
	background-color: #8e8e8e;
}

.pagination .actual a {
	color: white;
}

.pagination li a {
	margin: -6px -13px;
	padding: 6px 13px;
	color: #000;
	white-space: nowrap;
}

.pagination li a:hover {
	cursor: pointer;
	background-color: transparent;
}

.pagination .prev a,
.pagination .next a {
	color: #8c6430;
}

.pagination .item-wrapper {
	display: flex;
	max-width: 800px;
	overflow: auto;
}

.pagination .item-wrapper::-webkit-scrollbar {
	height: 0.5rem;
  }

.pagination .item-wrapper::-webkit-scrollbar-track {
	background-color: #f7ece1;
}

.pagination .item-wrapper::-webkit-scrollbar-thumb {
	background-color: #8c6430;
}

.pagination .item-wrapper::-webkit-scrollbar-thumb:hover {
	background-color: #663E0A;
}

@media print, screen and (max-width: 40em) {
	.pagination .item-wrapper {
		display: none;
	}
}

.sort-col {
	display: none;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	float: right;
	right: 5%;
}

.sort-col.sorted,
th:hover > .sort-col {
	display: inline-block;
}

.screener input[type="text"] {
	color: #a8a6a2;
	font-size: 13px;
}

.screener select {
	height: 2.125rem;
	margin-bottom: 0;
	color: #a8a6a2;
	padding-left: 15px;
	font-size: 13px;
}

.screener select.has-value,
.screener input.has-value {
	background-color: #F0F8FA;
	color: #20749A;
}

.screener .wrap-label {
	padding-left: 45px;
	direction: rtl;
}

.screener label {
	padding-right: 5px;
	position: relative;
}

.screener-filters label {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}

.screener .wrap-label.has-badge {
	padding-left: 0;
}

.screener .wrap-label.has-badge label {
	padding-left: 45px;
}

.screener label > span {
	display: inline-flex;
	white-space: nowrap;
	direction: ltr;
}

.screener label span.badge {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 6px;
	width: 33px;
	background: #0EBAC5;
	border-radius: 2px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
}

.screener .search .input-group {
	margin-bottom: 0;
}

.screener .reset .wrap-field {
	padding-top: 8px;
	padding-left: 68px;
}

.screener .tip .wrap-field {
	padding-left: 46px;
	font-size: 15px;
}

.screener .wrap-field {
	padding-right: 4px;
}

.screener .wrap-field:last-child {
	padding-right: 0;
}

.screener .wrap-field + .wrap-field {
	padding-left: 4px;
}

.has-tip {
	border: none;
}

.screener label.has-tip > span:after {
	content: '?';
	display: inline-block;
	position: relative;
	top: 4px;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	border: 1px solid #959595;
	border-radius: 50%;
	font-size: 10px;
	color: #959595;
	text-align: center;
	line-height: 12px;
}

.screener-filters {
	margin-left: -45px;
}

.advanced-filter {
	position: relative;
	padding-right: 28px;
	text-transform: uppercase;
	cursor: pointer;
}

.advanced-filter > span + span {
	margin-left: 10px;
}

.advanced-filter .record {
	font-size: 12px;
	color: #959595;
	text-transform: none;
	position: relative;
}

.advanced-filter .record span + span {
	margin-left: 5px;
	padding-left: 5px;
	position: relative;
}

.advanced-filter .record span + span:before {
	content: '';
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 0;
	width: 1px;
	background-color: #959595;
}

.advanced-filter span[class^="arrow-"] {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	margin-left: 8px;
}

.advanced-filter span.arrow-down {
	border-bottom-width: 0;
	border-top-color: black;
}

.advanced-filter span.arrow-up {
	border-top-width: 0;
	border-bottom-color: black;
}

.strategy {
	padding-left: 25px;
	padding-right: 25px;
}

.strategy .heading {
	font-family: 'PT Serif', serif;
	color: #20749a;
	font-size: 33px;
	font-weight: 600;
}

.strategy .heading:after {
	content: none !important;
}

.strategy .gray {
	color: #959595;
}

.strategy .share .fa-share-alt + span {
	margin: 0 5px;
}

.strategy .refer {
	color: #464646;
	font-family: 'Open Sans', serif;
	font-size: 13px;
	display: inline-block;
}

.strategy .refer .far {
	color: #8c6430;
	font-size: 16px;
	margin: 0 10px;
	vertical-align: text-bottom;
}

.strategy .content {
	font-family: 'PT Serif', serif;
}

.strategy .content strong {
	font-weight: 700;
}

.strategy .content .side-box {
	padding-left: 35px;
	max-width: 400px;
	float: right;
}

div[id^="qpstrategybanner-"] {
	background-color: transparent;
	padding: 25px;
	border-radius: 5px;
	margin-top: 0;
}

div[id^="qpstrategybanner-"].bordered {
	border: 2px solid rgba(32, 116, 154, 0.3);
}

div[id^="qpstrategybanner-"].blue {
	background-color: #e2ecee;
}

div[id^="qpstrategybanner-"] .heading {
	font-size: 19px;
	color: #8c6430;
	font-weight: 400;
}

div[id^="qpstrategybanner-"] p {
	width: 100%;
	margin-top: 10px;
	font-family: 'Lato', serif;
	font-size: 15px;
}

div[id^="qpstrategybanner-"] p a {
	color: #000;
	text-decoration: underline;
}

.strategy .content .next-strategies .heading h3 {
	text-align: center;
}

.strategy .content .side-box .next-strategies .heading h3 {
	text-align: left;
}

.strategy .content .side-box .next-strategies {
	padding: 25px;
}

.strategy .content .side-box .next-strategies .strategy-row {
	padding-left: 36px;
	margin-left: -25px;
	margin-bottom: 10px;
}

.strategy .content .subtitle {
	font-size: 22px;
	color: #8c6430;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 25px;
}

.social-btn {
	border: 1px solid #959595;
	border-radius: 15px;
	padding: 4px 11px;
	color: #959595;
	margin-left: 3px;
	margin-right: 3px;
	font-family: 'Open Sans', serif;
	display: inline-block;
}

.social-btn:hover {
	cursor: pointer;
	background-color: #8c6430;
	color: white;
}

.call-to-action {
	background: #7f4f0f;
	background: linear-gradient(90deg, #7f4f0f 0%, #865c26 71%, #a56d23 100%);
	border-radius: 5px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 35px;
	position: relative;
}

.call-to-action .book svg {
	height: 50px;
}

.call-to-action .book svg * {
	fill: #FFF;
}

.call-to-action .arrow svg {
	height: 50px;
}

.call-to-action .arrow svg * {
	fill: #c1c1c1;
}

.call-to-action .heading h3 {
	font-size: 24px;
	font-weight: 600;
	color: white;
	text-shadow: -1px 3px 6px rgba(0, 0, 0, 0.4);
}

.call-to-action .smalltext {
	color: white;
}

.call-to-action .btn-1 {
	background-color: white;
	color: black;
	-webkit-box-shadow: -5px 9px 25px -4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -5px 9px 25px -4px rgba(0, 0, 0, 0.4);
	box-shadow: -5px 9px 25px -4px rgba(0, 0, 0, 0.4);
}

.call-to-action .white-line {
	background-color: white;
	position: absolute;
	height: 1px;
	width: 50px;
	content: "";
	left: 44%;
}

.call-to-action .book svg {
	height: 48px;
}

.call-to-action .large-1.book svg {
	float: right;
	height: 63px;
}

.call-to-action .large-3.heading h3 {
	padding-left: 13px;
	margin: 0;
}

.call-to-action .check-list,
.widget-container .check-list {
	margin-top: 1rem;
	list-style: none;
}

.call-to-action .check-list li,
.widget-container .check-list li {
	position: relative;
	padding-left: 15px;
}

.call-to-action .check-list li::before,
.widget-container .check-list li::before {
	position: absolute;
	content: "\f00c";
	left: -15px;
	top: 0px;
	font-family:"Font Awesome 5 Free";
	font-weight: 600;
}

.strategy-table .first, .strategy-table-left .first, .strategy-table-right .first {
	font-weight: 600;
	color: #8c6430;
	font-size: 14px;
}

.strategy-table hr, .strategy-table-left hr, .strategy-table-right hr {
	margin: 0;
}

.strategy-table-left {
	padding-right: 50px;
}

.strategy-table-right {
	padding-left: 50px;
}

.dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: -0.7em;
	background-color: #8e8e8e;
	border-radius: 50%;
	margin-right: 7px;
	margin-bottom: 2px;
}

.keyword {
	background-color: #e1e0dd;
	font-size: 16px;
	padding: 5px 24px;
	border-radius: 20px;
	margin-left: 5px;
	margin-right: 5px;
	color: #464646;
	display: inline-block;
}

.keyword:hover {
	background-color: #cccac5;
	color: #0a0a0a;
}

.source-paper .link a {
	color: #5252ef;
	font-size: 11px;
	font-weight: 600;
}

.source-paper.strategy-related-video,
.source-paper.strategy-related-picture {
    width: 100%;
}

.source-paper.strategy-related-video .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.source-paper.strategy-related-video .video-container iframe,
.source-paper.strategy-related-video .video-container object,
.source-paper.strategy-related-video .video-container embed,
.source-paper.strategy-related-video .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.source-paper.strategy-related-video iframe {
    margin: auto;
    display: block;
    width: 800px;
}

.source-paper.strategy-related-picture figure figcaption {
    text-align: center;
    margin-top: 20px;
}

.source-paper.strategy-related-picture figure img {
    display: block;
    width: 800px;
    height: auto;
    margin: auto;
}

.responsive-video .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back:hover {
	cursor: pointer;
	color: #8c6430;
	font-weight: 600;
}

.fa-question-circle {
	color: #c0c0c0;
}

a, button {
	outline: none !important;
}

/* Charts page
---------------------------------------------------------------------------- */

.grid-container.charts:after {
	content: "";
	display: table;
	clear: both;
}

.grid-container.charts div[id^="chart-"] {
	float: left;
	width: 50%;
	height: 200px;
}

div[id^="chart_container-"] {
	float: left;
	width: 100%;
}

.grid-container.charts div[id^="chart_container-"] div[id^="chart-"] {
	float: none;
}

div[id^="chart_container-center"] {
	text-align: center;
}

.grid-container.charts div[id^="chart_container-center"] div[id^="chart-"] {
	display: inline-block;
	float: none;
}

#chart_container-left {
	width: 50%;
}

#chart_container-left div[id^="chart-"] {
	width: 100%;
}

#charts_menu {
	margin: 20px 0 10px;
}

#charts_menu .item {
	display: inline-block;
	width: 12.821%;
	padding: 0 5px;
	font-size: 0;
	font-weight: normal;
}
#charts_menu.links-table .item {
	width: 17%;
}

#charts_menu .item a {
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #c8c7c5;
	border-radius: 5px;
	color: #999;
	font-size: 13px;
	font-weight: 700;
}

#charts_menu .item:hover a,
#charts_menu .item.active a {
	border-color: #936224;
	background-color: #936224;
	color: #FFF;
}

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

a.btn-1 {
	display: inline-block;
}

.screener.all th {
	font-size: 12px;
}

.screener.all td, .screener.all th {
	padding-left: 5px;
	padding-right: 12px;
}

.responsive-table-wrapper th[data-slug]/*,
.responsive-table-wrapper td*/ {
	cursor: pointer;
}

.strategy-row a {
	font-weight: 700;
	color: #0a0a0a;
}

.page-about .wp-block-column {
	margin: 0;
}

.page-about .wp-block-column:first-child {
	padding: 0 15px;
}

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

.blog article,
.archive article {
	margin-bottom: 40px;
}
.archive.tag article {
	margin-top: 40px;
}
.archive.tag article+article {
	margin-top: 0;
}

.blog article h2,
.archive article h2 {
	font-family: 'PT Serif', serif;
	font-size: 33px;
	font-weight: 600;
	margin-bottom: 15px;
}

.blog article h2 a,
.archive article h2 a {
	color: #20749a;
}

.blog article .date,
.archive article .date,
.post-meta .date{
	color: #8e8e8e;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}

.blog article .blog-content p,
.archive article .blog-content p {
	margin-bottom: 10px;
}

.blog a.more,
.archive a.more {
	color: #8e8e8e;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 4px 10px;
	border: 1px solid #8e8e8e;
	border-radius: 25px;
}

.single-blog-post .post-meta {
	padding: 15px 0;
}
.single-blog-post .post-meta .date {
	display: inline-block;
}

.single-blog-post .post-meta .date {
	margin-right: 30px;
}

.search-results article {
	margin-bottom: 2rem;
}
.search-results h1 {
	font-size: 2.2rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(140, 100, 48 , .4);
}
.search-results h2 {
	line-height: 1.2;
	font-size: 1.5rem;
}
.search-results .date {
	padding-bottom: 10px;
}

.widget-container {
	padding: 15px 30px;
	margin: 30px 0;
}

.widget_search form {
	width: 100%;
}
.widget_search label {
	display: none;
}
.widget_search input {
	float: left;
	border-radius: 0;
	border: 1px solid #8e8e8e;
	box-sizing: border-box;
	margin: 0;
	line-height: 38px;
	height: 40px;
	padding: 0;
}
.widget_search input[type="text"] {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 70%;
	border-right: none;
	padding-left: 10px;
}
.widget_search input[type="submit"] {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 30%;
	border-left: none;
	background-color: #8e8e8e;
	color: #fff;
}

.textwidget {
	width: 100%;
}

h3.widget-title {
	font-family: 'PT Serif', serif;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #20749a;
}
.widget_recent_entries li a {
	font-family: 'PT Serif', serif;
	color: #000;
	font-weight: 600;
}

.tagcloud a,
.single-blog-post .post-meta .tags a {
	display: inline-block;
	border-radius: 14px;
	font-size: 14px !important;
	line-height: 28px;
	height: 28px;
	color: #8e8e8e;
	background-color: #e9e7e2;
	padding: 0 12px;
	margin: 0 6px 6px 0;
}

.widget_media_image h3.widget-title, .widget_nav_menu h3.widget-title {
	font-size: 18px;
	color: #a8a8a7;
	margin: 10px;
}

.sidebar-partners img {
	display: inline-block;
	max-width: 45%;
	margin: 0 10px 15px 0;
}

.widget_nav_menu ul {
	padding-left: 30px;
}
.widget_nav_menu li {
	width: 50%;
	list-style: disc;
}
.widget_nav_menu li a {
	font-family: 'PT Serif', serif;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	padding: 0;
}

.btn-copy, .btn-copy span {
	cursor: context-menu !important;
}

/*#mepr-payment-methods-wrapper {
	display: none;
}

.mp_wrapper .mepr-payment-method .mepr-payment-method-desc-text.spc {
	color: transparent;
	font-size: 1px;
}

.mp_wrapper .mepr-payment-method .mepr-payment-method-desc-text.spc:before {
	display: block;
	font-size: 1rem;
	content: "Pay by your credit/debit card (use "Checkout as Guest" button after the redirect) or via your PayPal account.";
	color: #0a0a0a;
}*/

.premium-cols-wrapper .wp-block-column {
	margin-left: 0!important;
}
.premium-cols-wrapper .wp-block-column .wp-block-button a {
	width: 80%;
}

.grid-container.page-default {
	max-width: 55rem;
}

@media screen and (max-width: 639px) {
	.pricing-box .packages .btn-1, .pricing-box .packages header .login-menu button, header .login-menu .pricing-box .packages button, .pricing-box .packages .slider-home button, .slider-home .pricing-box .packages button {
		padding: 15px 20px;
	}
}

@media screen and (max-width: 1225px) {
	.width-1201 {
		width: 100% !important;
	}

	.banner {
		overflow: inherit !important;
	}
}

@media screen and (min-width: 1024px) {
	.large-order-initial {
		-webkit-box-ordinal-group: initial;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
}

@media screen and (max-width: 1023.9px) {
	.top-grid > div:first-child > div {
		max-width: 100%;
	}

	.top-grid > div:last-child {
		padding: 40px 100px 0;
	}

	.top-grid .slider-carousel {
		float: none;
		margin: 0 auto;
	}

	.section-gray, .section-subscribe {
		text-align: center;
	}

	.bear-markets p {
		padding-right: 0;
	}

	#charts_menu .item {
		width: 20%;
	}

	.grid-container.charts div[id^="chart-"] {
		float: none;
		width: 100%;
		height: 200px;
	}

	#chart_container-left {
		float: none;
		width: 100%;
	}

	.screener-heading .main,
	.screener-heading .sub {
		display: block;
		width: 100%;
	}

	.screener-heading .sub svg {
		display: none;
	}

	.screener-filters {
		margin: 0 -.46875rem;
	}

	.screener-filters > div {
		padding: 0 .46875rem;
	}

	.screener .wrap-label {
		padding-left: 0;
		direction: ltr;
	}

	.screener .wrap-label.has-badge label {
		padding-left: 39px;
	}

	.screener label span.badge {
		left: 0;
		line-height: 12px;
	}

	.screener label {
		width: auto;
	}

	.screener .reset .wrap-field {
		padding: 0;
	}

	.screener-filters > div.advanced-filter {
		padding-right: 28px;
	}

	footer .small-4, footer .small-12 {
		text-align: center;
	}

	footer .social .mrg-r-25 {
		margin-right: 10px;
	}

	footer .pdd-l-30 {
		padding-left: 0;
	}

	.owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: 6px;
	}

	.header-logo {
		margin: 0 auto;
		display: block;
	}

	.login-menu {
		text-align: center !important;
	}

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

	.view-select {
		padding-left: 0;
		margin-top: 20px;
	}

	.result {
		text-align: center;
	}

	.call-to-action .book svg {
		float: none !important;
		margin: 0 auto;
		display: block;
	}

	.call-to-action .heading h3 {
		text-align: center;
		margin-bottom: 10px;
	}

	.call-to-action .smalltext {
		text-align: center;
		margin-bottom: 10px;
	}

	.strategy-table-left, .strategy-table-right {
		padding-left: 0;
		padding-right: 0;
	}

	.mrg-left--15, .mrg-left--35 {
		margin-left: inherit;
		margin-right: inherit;
	}

	.right-side {
		position: inherit;
	}

	.right-side .block {
		position: inherit !important;
		top: inherit !important;
		transform: none !important;
	}

	.section-subscribe .input-group {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (min-width: 640px) {
	.medium-order-initial {
		-webkit-box-ordinal-group: initial;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
}

@media screen and (min-width: 768px) {
	#main-menu-toggle, #main-menu-close {
		display: none;
	}
	.page-links-tools .responsive-table-wrapper th:first-child {
		width: 20%;
		padding: 10px 40px;
	}

	.page-links-tools .responsive-table-wrapper td:first-child {
		width: 20%;
		padding: 40px;
		vertical-align: middle;
	}
}

@media screen and (max-width: 639.9px) {
	.top-grid > div:last-child {
		display: none;
	}

	#charts_menu {
		text-align: left;
	}

	.page-links-tools #charts_menu .item {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.screener .wrap-field {
		padding: 0;
	}

	.page-how-we-do-it .items-background {
		padding: 20px .9375rem;
		margin: 0 -.9375rem;
	}

	.screener .wrap-field + .wrap-field {
		padding: 4px 0 0;
	}

	.free {
		margin-bottom: 20px;
	}

	.free .mrg-top-104 {
		margin-top: 35px;
	}

	.pricing-box .benefits p {
		padding: 0 50px 0 50px;
	}

	.reset, .strategy-table, .strategy-table-left, .strategy-table-right {
		text-align: center;
	}

	.side-box {
		max-width: none !important;
		width: 100%;
		padding-left: 0 !important;
	}

	.call-to-action .smalltext {
		padding-left: 10px;
		padding-right: 10px;
	}

	.btn-unclock {
		margin-left: 0;
	}
}

/* -----------------------------------------
   Responsive tables
----------------------------------------- */

table th {
	font-weight: bold;
}

table td, table th {
	padding: 9px 10px;
	text-align: left;
}

/* Mobile */
@media screen and (max-width: 599px) {
	.premium-features-second-col .wp-block-column:nth-of-type(1) {
		order: 2;
	}

	.premium-features-second-col .wp-block-column:nth-of-type(2) {
		order: 1;
	}

	.premium-features-first-col .wp-block-column p, .premium-features-third-col .wp-block-column p {
		padding-left: 0!important;
	}
}

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

	#main-menu-toggle, #main-menu-close {
		position: absolute;
		padding: 25px;
		color: #000;
		font-size: 24px;
		top: 0;
		right: 0;
	}

	#main-menu-close {
		display: none;
	}

	.custom-menu {
		display: none;
	}

	.custom-menu li {
		display: block;
	}

	.free p {
		padding: 0 5%;
	}

	.pricing-box .benefits p {
		padding: 0 10%;
	}

	.page-about .wp-block-columns.has-2-columns {
		display: block;
	}

	.responsive-table-wrapper table,
	.responsive-table-wrapper thead,
	.responsive-table-wrapper tbody,
	.responsive-table-wrapper th,
	.responsive-table-wrapper td,
	.responsive-table-wrapper tr {
		display: block;
		font-size: 13px;
	}

	.responsive-table-wrapper tr td:last-of-type {
		border-bottom: 5px solid #f6f5f1;
	}
	.responsive-table-wrapper tr td:last-of-type {
		border-bottom: 5px solid #f6f5f1;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive-table-wrapper thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.responsive-table-wrapper .strategies-table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
	}

	.responsive-table-wrapper .strategies-table td a {
		padding-left: 35%;
	}

	.responsive-table-wrapper .strategies-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 9px;
		left: 9px;
		width: 30%;
		padding-right: 10px;
		z-index: 0;
	}

	/*
	Label the data
	*/
	.responsive-table-wrapper .strategies-table.screener td:nth-of-type(1):before {
		content: "ID";
	}

	.responsive-table-wrapper .strategies-table.screener td:nth-of-type(2):before {
		content: "Title";
	}

	.responsive-table-wrapper .strategies-table.screener td:nth-of-type(3):before {
		content: "Period";
	}

	.responsive-table-wrapper .strategies-table.screener td:nth-of-type(4):before {
		content: "Markets";
	}

	.responsive-table-wrapper .strategies-table.screener td:nth-of-type(5):before {
		content: "Performance";
	}

	.responsive-table-wrapper .strategies-table.screener td:nth-of-type(6):before {
		content: "Volatility";
	}

	.responsive-table-wrapper .strategies-table.screener td:nth-of-type(7):before {
		content: "Keywords";
	}

	.responsive-table-wrapper .strategies-table.table-home td:nth-of-type(1):before {
		content: "Title of Strategy";
	}

	.responsive-table-wrapper .strategies-table.table-home td:nth-of-type(2):before {
		content: "Period of Rebalancing";
	}

	.responsive-table-wrapper .strategies-table.table-home td:nth-of-type(3):before {
		content: "Markets Traded";
	}

	.responsive-table-wrapper .strategies-table.table-home td:nth-of-type(4):before {
		content: "Indicative Performance";
	}

	.responsive-table-wrapper .strategies-table.table-home td:nth-of-type(5):before {
		content: "Volatility";
	}

	.responsive-table-wrapper .strategies-table.table-home td:nth-of-type(6):before {
		content: "Keywords";
	}

	.responsive-table-wrapper .strategies-table.table-home td {
		height: auto !important;
	}

	.responsive-table-wrapper .strategies-table.table-home tr td:nth-child(1),
	.responsive-table-wrapper .strategies-table.table-home tr td:nth-child(2),
	.responsive-table-wrapper .strategies-table.table-home tr td:nth-child(4) {
		min-height: 55px!important;
	}

	.page-links-tools .responsive-table-wrapper td, .page-links-tools .responsive-table-wrapper th {
		border: none;
		border-bottom: 1px solid #ddd;
	}

	.view-select {
		display: none;
	}

	#charts_menu .item {
		width: 50%;
		margin-bottom: 5px;
	}

	.grid-container.charts-performance .grid-x:after,
	.grid-container.charts-complexity .grid-x:after,
	.grid-container.charts-risk .grid-x:after,
	.grid-container.charts-summary .grid-x:after {
		display: block;
		width: 100%;
		font-weight: bold;
		text-align: center;
		content: 'You have to use desktop to see these graphs.'
	}

	.grid-container.charts-performance .small-12.graphs-wrapper,
	.grid-container.charts-complexity .small-12.graphs-wrapper,
	.grid-container.charts-risk .small-12.graphs-wrapper,
	.grid-container.charts-summary .small-12.graphs-wrapper {
		display: none;
	}

	.single-pod_cpt_strategy .next-strategies {
		display: none;
	}

	.source-paper .link {
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}

span[class*="acceptance"] input[type=checkbox] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

span[class*="acceptance"] span.wpcf7-list-item {
	margin: 0;
}

span[class*="acceptance"] span.wpcf7-list-item-label {
	font-size: 14px;
}

/* Tablet and up */
@media screen and (min-width: 768px) {
	.premium-cols-wrapper {
		display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
	}

	.source-paper.strategy-related-video
	{
		max-width: 60%;
	}
}

@media screen and (min-width: 1200px) {
	.premium-cols-wrapper {
		display: grid;
	    grid-template-columns: 30% 13% 13% 13% 30%;
	}
}

/* Tablet and down */
@media screen and (max-width: 1023.9px) {
	.out-of-sample,
	.fp-pro,
	.fp-premium {
		text-align: center;
	}
}

/* LOADING ANIMATION */
.lds-default {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 20px auto;
}

.lds-default div {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #8c6430;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 37px;
	left: 66px;
}

.lds-default div:nth-child(2) {
	animation-delay: -0.1s;
	top: 22px;
	left: 62px;
}

.lds-default div:nth-child(3) {
	animation-delay: -0.2s;
	top: 11px;
	left: 52px;
}

.lds-default div:nth-child(4) {
	animation-delay: -0.3s;
	top: 7px;
	left: 37px;
}

.lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 11px;
	left: 22px;
}

.lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 22px;
	left: 11px;
}

.lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 37px;
	left: 7px;
}

.lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 52px;
	left: 11px;
}
.lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 62px;
	left: 22px;
}

.lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 66px;
	left: 37px;
}

.lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 62px;
	left: 52px;
}

.lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 52px;
	left: 62px;
}

@keyframes lds-default {
  	0%, 20%, 80%, 100% {
    	transform: scale(0.5);
	  }

  	50% {
    	transform: scale(1);
  	}
}

/* not sure why this is not default though */
.tooltip[aria-hidden="false"] {
	opacity: 1; 
}
