/* RIVKIN CUSTOM CSS */

/* FONTS */
@font-face {
    src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
    font-family: 'Neue Haas Display Roman';
    font-weight: normal;
    font-style: normal;
}
@font-face {
    src: url('../fonts/NeueHaasDisplayRomanItalic.ttf') format('truetype');
    font-family: 'Neue Haas Display Roman';
    font-weight: normal;
    font-style: italic;
}



/* GENERAL STYLING */

body{
	font-family: 'Neue Haas Display Roman', 'Open Sans';
	font-weight: 400;
}

::-moz-selection{
	background:  #ED7F1B;
	color: white;
}

::selection{
	background:  #ED7F1B;
	color: white;
}

.page{
	margin: 0;
}

.mp-form-row.mepr_invisible_recaptcha {
    visibility: collapse !important;
}

.grecaptcha-badge{
	visibility: collapse !important;  
}

li strong {
    white-space: nowrap;
}

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

blockquote strong a{
	color: royalblue !important;
}

blockquote strong a:hover{
	color: 	#ED7F1B !important; 
}

.wide-wrapper{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

a{
	text-decoration: none;
}

fieldset {
    padding: 0;
}

.alm-load-more-btn.more.loading {
    color: transparent;
    background-color: transparent !important;
    font-size: 0 !important;
}

.alm-btn-wrap .alm-load-more-btn.loading::before {
    left: 50%;
    margin-left: -15px;
}

a:hover{
	color: #ED7F1B;
	text-decoration: none;
}

a:visited, a:focus {
    color: inherit;
	outline: 0;
}

a.button-small:visited {
    color: white !important;
}

.bg-orange{
	background: #ed7f1b;
	color: white;
}

.bg-orange:hover{
	color: white;
}

.bg-darkgrey{
	background: #353535;
	color: white;
}

.bg-offwhite{
	background: #fcfcfc;
}

.bg-lightgrey{
	background: #f7f7f7;
}

.bg-general-gray{
    background-color: #f9f9f9;
}

.button-small {
    font-size: 14px;
    letter-spacing: .015em;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: 600;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

a.button-small:visited {
    color: white;
}

.bg-blur {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.button-small:hover{
	-webkit-box-shadow: 0 0 11px rgba(33,33,33,.2);
	        box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.myaccount-subscription .credit-card-details {
    text-align: right;
}
.myaccount-subscription .credit-card-details a{
    border: 1px solid grey;
    padding: 10px;
    border-radius: 4px;
    color: grey;
    font-size: 12px;
}
.myaccount-subscription .credit-card-details a:hover{
    border: 1px solid grey;
    background-color: grey;
    padding: 10px;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
}

.mp_wrapper .mepr-cards {
    background: none !important;
}
.action-button {
    border: 0;
    font-size: 14px;
    color: white;
    background: #ed7f1b;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: .07em;
    border-radius: 4px;
    font-family: 'Open Sans';
    padding: 0 50px;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}

.noti-svg-loader {
	display: none;
}

.color-black{
	color: #161616;
}

.color-grey{
	color: #707070;
}

.color-white{
	color: #FFF;
}

.color-orange{
	color: #ed7f1b
}

.color-lightblue{
	color: #9bb5c6;
}

.color-greenblue{
	color: #92b0af;
}

.color-purple{
	color: #a1a2b7;
}

.color-darkbluegreen {
    color: #2f7f90;
}

.uppercase{
	text-transform: uppercase;
}

.underline{
	text-decoration: underline;
}

.pointer{
	cursor: pointer;
}

.hover-effect:hover {
    opacity: 0.6;
}
/* TEXT TRANSFORM AND SPACING */

.tc{
	text-align: center;
}
.tl {
    text-align: left;
}

/* FONT SIZING */

.extra-small-text{
	font-size: 10px;
}

.big-text{
	font-size: 50px;
}

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

.fs-13{
	font-size: 13px;
}

.fs-14{
	font-size: 14px;
}

.fs-16{
	font-size: 16px;
}

.fs-18{
	font-size: 18px;
}

.fs-20{
	font-size: 20px;
}

.fs-24{
	font-size: 24px;
}

.fs-32{
	font-size: 32px;
}

.fs-48{
	font-size: 48px;
}

/* FONT WEIGHT */

.fw-500{
	font-weight: 500;
}

.fw-600{
	font-weight: 600;
}

.fw-700{
	font-weight: 700;
}

.fw-800{
	font-weight: 800;
}

/* LETTER SPACING */


.ls-3{
	letter-spacing: 0.03em;
}

.ls-10{
	letter-spacing: 0.1em;
}

/* FONT STYLE */
.fstyle-italic {
    font-style: italic;
}
/* DISPLAYS */

.block{
	display: block;
}

.inline-block{
	display: inline-block;
}

.align-center{
	display: block;
	text-align: center;
	margin: 0 auto;
}

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

/* FLEX */

.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-wrap{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.center{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


.space-around{
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.space-between{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.align-flex-end{
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.flex-50{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}

/* BORDERS */

.border-white{
	border: 1px solid white;
}

.br-5{
	border-radius: 5px;
}

/* PADDINGS & MARGINS */

.m-auto{
	margin: 0 auto;
}

.m-0{
	margin: 0;
}

.mr-10{
	margin-right: 10px;
}

.mb-10{
	margin-bottom: 10px;
}

.mb-15{
	margin-bottom: 15px;
}

.mb-20{
	margin-bottom: 20px;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-40{
	margin-bottom: 40px;
}

.mb-50{
	margin-bottom: 50px;
}

.mb-60{
	margin-bottom: 60px;
}

.mb-80{
	margin-bottom: 80px;
}

.mb-100{
	margin-bottom: 100px;
}

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

.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}


.pv-10{
	padding-top: 8px;
	padding-bottom: 8px;
}

.pv-20{
	padding-top: 20px;
	padding-bottom: 20px;
}

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

.pv-50{
	padding-top: 50px;
	padding-bottom: 50px;
}

.pv-60{
	padding-top: 60px;
	padding-bottom: 60px;
}

.pv-80{
	padding-top: 60px;
	padding-bottom: 60px;
}

.pv-100{
	padding-top: 100px;
	padding-bottom: 100px;
}

.ph-15{
	padding-left: 15px;
	padding-right: 15px;
}

.pb-0{
	padding-bottom: 0;
}

.pb-30{
	padding-bottom: 30px;
}

.pb-80{
	padding-bottom: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

div#content{
	padding-top: 110px;
}
/* GRID */
.layout-active .st0 {
    fill: #ed7f1b;
}
/* BORDERS */

.separator{
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

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

/* HEADER */

header#masthead {
	display: -webkit-box;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	justify-content: center;
	padding: 0px 40px;
	text-align: center;
	border-bottom: 1px solid #eee;
	position: fixed;
	width: 100%;
    background: linear-gradient( 45deg, #161c22, #29373f );
    z-index: 10000;
    color: white;
}

header#masthead a {
    color: white;
}

header#masthead li a:hover:before{
    background: white !important;
}
header#masthead .additional-nav a {
    color: #000;
}

header#masthead .additional-nav .language-icons a {
    margin: 0;
    padding: 4px;
}
.language-icons .wpml-ls-legacy-list-horizontal {
    padding: 0;
    margin-left: 20px;
    border: none;
}
.language-icons {
    min-width: fit-content;
}

.language-icons--responsive {
    display: none;
    @media screen and (max-width: 767px){
        display: block;
    }
}


header#masthead .menu-main-menu-container {
    display: -webkit-box;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

header#masthead .site-branding, header#masthead .additional-nav{
	/* -webkit-box-flex: 0;
	-webkit-flex: 0 0 28.9%;
	    -ms-flex: 0 0 28.9%;
	        flex: 0 0 28.9%; */
	width: 33%;
}

header#masthead .site-branding{
	text-align: left;
	display: flex; align-items: center;
}

header#masthead .additional-nav{
	text-align: right;
    display: flex;
    justify-content: end;
}

header#masthead .additional-nav .additional-menu-items {
    display: flex;
    justify-content: flex-end;
    text-wrap: nowrap;
    white-space: nowrap;
}

header#masthead .additional-nav .additional-menu-items .icons {
    display: flex;
    margin-right: 30px;
}

header#masthead .main-navigation {
    /* -webkit-box-flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; */
	width: 33%;
    line-height: 110px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
    display: flex;
    justify-content: center;
}

header#masthead.minimal-header .main-navigation{
	line-height: 75px;
}

header#masthead img.custom-logo {
    max-width: 140px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

header#masthead.minimal-header img.custom-logo{
	max-width: 110px;
}

.mepr-subscriptions, .mepr-payments {
    display: none;
}

.main-navigation a {
    color: #161616;
    text-transform: uppercase;
    font-size: 13px;
	letter-spacing: 0.05em;
}

.main-navigation a:hover{
	color: #ed7f1b;
}

.main-navigation li a:hover:before {
    background: #ED7F1B !important;
}

header#masthead .additional-nav a {
    margin-left: 20px;
	font-size: 14px;
}


header#masthead .additional-nav a.color-black:hover{
	text-decoration: underline;	
}

.second-logo {
    height: 35px; mix-blend-mode: lighten; margin-left: 20px;
}

svg#user-icon {
    display: none;
}

.main-navigation li{
	padding: 0 15px;
}

.current-menu-item a {
    font-weight: bold;
}

.mobile-navigation .menu li a:focus {
    color: #ed7f1b;
}

a.hamburger.is-active:focus .line {
    background-color: #ed7f1b !important;
}

.main-navigation li a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.wc-comment-author .admin-comment-icon {
    margin-left: 26px;
}
.wc-comment-author .admin-comment-icon::before {
    content: '';
    background-image: url( '../images/comments-rivkin-admin.png' );
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.disable-user-comment-box {
    height: 100%;
    background-color: #F8F8F8;
    min-height: 99px;
    padding: 30px;
}

.related-posts {
    border-radius: 5px;
}

.main-navigation li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.main-navigation li a:hover:before, .main-navigation li a:focus:before, .main-navigation li a:active:before, .main-navigation li.current-menu-item a:before{
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hamburger {
	display: none;
    position: absolute;
    left: 20px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.hamburger .line{
  width: 28px;
  height: 2px;
  background-color: white;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active .line:nth-child(2){
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.hamburger:hover{
  cursor: pointer;
}

.mobile-navigation.is-active {
    transform: translateY(0);
}

.mobile-navigation {
	display: none;
    z-index: 5;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid #ececec;
    transform: translateY(-100%);
    transition: all 500ms ease;
}

.mobile-navigation .menu {
    list-style: none;
    margin: 0;
    padding: 5px 20px;
}

.mobile-navigation .menu li {
    line-height: 2;
    padding: 5px 0;
}

.mobile-navigation .menu li a {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.07em;
	font-size: 14px;
}

.mobile-navigation .menu li:last-of-type {
    border: 0;
}
.mobile-navigation .menu li {
    border-bottom: 1px solid #eee;
}

/* NEW CUSTOM TABLE */
/* CUSTOM TABLE */

.new-custom-table {
    border: 1px solid #a5b3c2;
    margin: 0 auto;
	font-size: 13px;
}

.new-custom-table tr:first-of-type th {
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
	color: #466281;
}

.new-custom-table tr{
	border-top: 1px solid #a5b3c2;
	border-bottom: 1px solid #a5b3c2;
}

.new-custom-table tbody tr:first-child td {
    background-color: #FFF;
}

.new-custom-table tbody tr td{
	background: #f4f7f9;
	padding: 20px;
	/* text-align: left; */
}

/* GENERAL ITEMS */
div#filter-toggle svg:first, div#saved-toggle svg:first {
    width: 14px;
}

#page, #paywall{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.page-title{
	margin-top: 0;
	letter-spacing: 0.2em;
	font-weight: 600;
}

/* FOOTER */

footer h5 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 17px;
}

footer h6 {
    font-weight: 500;
    font-size: 15px;
	margin-bottom: 15px;
}

footer p {
    font-size: 13px;
    letter-spacing: 0.015em;
}

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

footer .col-4 ul {
	margin-left: -10px;
	padding-top: 20px;
}

footer .col-4 ul li {
    display: inline-block;
    margin: 0 10px;
}

footer ul#primary-menu {
    -webkit-column-count: 2;
            column-count: 2;
}


footer ul#primary-menu li a{
	color: white;
	font-size: 13px;
}

.footer-nav ul{
	-ms-flex-pack: distribute;
	    justify-content: space-around;
    padding: 30px 10%;
    font-size: 13px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.footer-nav ul li a{
	color: white;
}
footer i.fab {
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    font-size: 22px;
}

/* POST GRID*/

.premium-tag{
	position: absolute;
	top: 0;
	right: 20px;
}

.post-grid.wrapper{
	max-width: 1280px;
	margin: 0px auto 40px;
}

.post-grid .post-content{
    width: calc(50% - 10px);
    padding-bottom: 40%;
	position: relative;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-content:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	opacity: .7;
}

.post-content a {
    width: 100%;
}

.alm-listing{
	transition: all 500ms ease-in-out;
}

.post-grid .post-content .post-content-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 25px;
}

/* Overlay Single Post */
.relative {
    position: relative;
}

.relative .overlay {
    top: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content .force-a-color a {
    color: #FFF;
}
.related-posts .overlay, .portfolio-related-articles .overlay {
    top: 0;
    left: 0;
}

.related-posts *:not(:first-child) {
    z-index: 1;
}

.post-grid .overlay, .relative .overlay, .related-posts .overlay, .portfolio-related-articles .overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
  	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.37) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.04)), color-stop(60%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,0.37)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.37) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.37) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.37) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.37) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
	border-radius: 5px;
}

.post-content-box h5 {
    font-size: 22px;
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(2) h5, .post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(9) h5 {
    font-size: 30px;
}

/* Grid is being handled by post with floats. Static height and % widths. This could cause trouble in the future but no easy way comes to mind to build the layout */

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(2){
	float: left;
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(1){
	float: right;
	padding-bottom: 19%; /* Fallback*/
	padding-bottom: calc(20% - 20px);
	margin-bottom: 10px;
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(3){
	float: left;
	margin-top: 10px;
    padding-bottom: 20%;
    width: calc(25% - 20px);
    margin-left: 20px;
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(4){
	float: right;
	margin-top: 10px;
    padding-bottom: 20%;
    width: calc(25% - 10px);
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(5){
    float: left;
	margin-top: 20px;
	padding-bottom: 20%;
    width: calc(25% - 15px);
    margin-right: 20px;
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(6) {
    float: left;
	margin-top: 20px;
	padding-bottom: 20%;
    width: calc(25% - 15px);
    margin-right: 20px;
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(7){
    float: left;
	margin-top: 20px;
	padding-bottom: 20%;
    width: calc(50% - 10px);
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(8) {
    padding-bottom: calc(20% - 20px);
    float: left;
    margin-top: 20px;
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(9) {
    padding-bottom: 40%;
    float: right;
    margin-top: 20px;
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(10) {
    float: left;
	margin-top: 20px;
	padding-bottom: 20%;
    width: calc(25% - 15px);
    margin-right: 20px;
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(11) {
    float: left;
	margin-top: 20px;
	padding-bottom: 20%;
    width: calc(25% - 15px);
    margin-right: 20px;
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(12) {
	float: left;
	margin-top: 20px;
	padding-bottom: 20%;
    width: calc(50% - 10px);
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(13) {
	float: left;
	margin-top: 20px;
    padding-bottom: 20%;
    width: calc(25% - 20px);
    margin-left: 20px;
}

.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(14) {
	float: right;
	margin-top: 20px;
    padding-bottom: 20%;
    width: calc(25% - 10px);
}

.post-list .post-content .post-content-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 25px;
}

.post-grid .post-content .date .clock-black{
	display: none;
}

.post-grid .post-content:nth-of-type(1n + 15) .date .clock-white, .post-grid .alm-reveal:nth-of-type(1n + 2) .date .clock-white {
    display: none;
}

.post-grid .post-content:nth-of-type(1n + 15) .date .clock-black, .post-grid .alm-reveal:nth-of-type(1n + 2) .date .clock-black  {
    display: inline-block !important;
}

.post-grid .post-content p, .post-content-box .image-thumb, 
.post-grid .post-content:nth-of-type(1n + 15) .overlay,
.post-grid .alm-reveal:nth-of-type(1n + 2) .post-content .overlay,
.post-list .post-content .overlay{
	display: none;
}

.post-grid .post-content:nth-of-type(1n + 15) p,
.post-grid .alm-reveal:nth-of-type(1n + 2) .post-content p,
.post-grid .alm-reveal:nth-of-type(1) .post-2 p,
.post-grid .alm-reveal:nth-of-type(1) .post-7 p,
.post-grid .alm-reveal:nth-of-type(1) .post-8 p,
.post-grid .alm-reveal:nth-of-type(1) .post-9 p,
.post-grid .alm-reveal:nth-of-type(1) .post-12 p,
.post-list .post-content{
    display: block;
    font-size: 13px;
}

.post-grid .post-content:nth-of-type(1n + 15),
.post-grid .alm-reveal:nth-of-type(1n + 2) .post-content,
.post-list .post-content{
	float: left;
	margin-top: 20px;
	padding-bottom: 0;
	background-image: none !important;
	background-color: #fbfbfb !important;
	border-radius: 5px;
	height: 240px;
	display: flex;
	transition: all 500ms ease;
}

.post-grid .post-content:nth-of-type(2n + 16),
.post-grid .alm-reveal:nth-of-type(1n + 2) .post-content:nth-of-type(even){
    float: right;
}

.post-grid .post-content:nth-of-type(1n + 15) .image-thumb, .post-grid .alm-reveal:nth-of-type(1n + 2) .post-content .image-thumb, .post-list .post-content .image-thumb, .post-grid .post-content:nth-of-type(1n + 15) .color-thumb, .post-grid .alm-reveal:nth-of-type(1n + 2) .post-content .color-thumb, .post-list .post-content .color-thumb{
	display: block;
    background-size: cover;
	flex: 0 0 190px;
    height: 190px;
	/*
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    padding-bottom: 30%;
	*/
    background-position: center center;
}

.post-grid .post-content:nth-of-type(1n + 15) .post-content-box,
.post-grid .alm-reveal:nth-of-type(1n + 2) .post-content .post-content-box,
.post-list .post-content .post-content-box{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    position: static;
    bottom: inherit;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.post-grid .post-content:nth-of-type(1n + 15) .post-content-box a,
.post-grid .alm-reveal:nth-of-type(1n + 2) .post-content .post-content-box a,
.post-list .post-content-box a{
    color: #000;
}


.post-grid .post-content:nth-of-type(1n + 15) .info-container,
.post-grid .alm-reveal:nth-of-type(1n + 2) .post-content .info-container,
.post-list .post-content .info-container{
	margin-left: 25px;
}

.info-container .category {
    border-radius: 5px;
}

.recommended-post-link {
    color: #fff;
}

.recommended-post-link:hover {
    color: #fff;
    text-decoration: underline !important;
}

.post-grid .post-content:nth-of-type(1n + 15) h5,
.post-grid .alm-reveal:nth-of-type(1n + 2) .post-content h5,
.post-list .post-content h5{
	font-size: 18px;
}

.post-grid .post-content:nth-of-type(1n + 15) .post-content-box .category,
.post-grid .alm-reveal:nth-of-type(1n + 2) .post-content .post-content-box .category,
.post-list .post-content .post-content-box .category{
    border: 1px solid black !important;
    font-size: 11px;
    margin-bottom: 15px;
}

.post-grid .post-content:nth-of-type(1n + 15) img,
.post-grid .alm-reveal:nth-of-type(1n + 2) .post-content img,
.post-list .post-content img{
    max-width: 25%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.post-grid .post-content:nth-of-type(1n + 15) .date,
.post-grid .alm-reveal:nth-of-type(1n + 2) .post-content .date,
.post-list .post-content .date{
	font-size: 13px;
}

.post-grid.wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.wrapper.post-list {
    max-width: 1280px;
}

.wrapper.post-list .alm-reveal {
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.wrapper.post-list .post-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    position: relative;
}

.featured-post {
    position: absolute;
    right: 10px;
    top: 0px;
    color: white;
}

.post-list .post-content:nth-of-type(1), .post-list .post-content:nth-of-type(2) {
    margin-top: 0;
}

.post-list .post-content .premium-tag {
    top: 25px;
    left: 186px;
}
.post-list .post-content .featured-post {
    top: 25px;
    left: 25px;
    width: 280px;
}

/* LIST LAYOUT */

.post-list .post-content .post-content-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    position: static;
    bottom: inherit;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.post-list .date .clock-black {
    display: inline-block !important;
}

.post-list .date .clock-white {
    display: none !important;
}
/* 3-MONTHS-LANDING-PAGE */
.three-months-landing .nav-landing, .shared-pack-landing .nav-landing {
    width: 100%;
    background-color: #FFF;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;

}
.three-months-landing .nav-landing .site-branding, .shared-pack-landing .nav-landing .site-branding {
    width: 50%;
    text-align: left;
}
.three-months-landing .nav-landing .info, .shared-pack-landing .nav-landing .info {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 1em;
    align-items: center;
}
.three-months-landing .nav-landing .info svg, .shared-pack-landing .nav-landing .info svg {
    width: 18px;
    vertical-align: sub;
}
.three-months-landing .nav-landing .info div a, .shared-pack-landing .nav-landing .info div a {
    color: #000;
}
.three-months-landing .nav-landing .info div:nth-child(2), .shared-pack-landing .nav-landing .info div:nth-child(2) {
    margin-left: 20px;
}
.three-months-landing .nav-landing .info div:nth-child(2) a, .shared-pack-landing .nav-landing .info div:nth-child(2) a {
    margin-left: 5px;
}
.three-months-landing .nav-landing .site-branding a, .shared-pack-landing .nav-landing .site-branding a {
    max-width: 140px;
    transition: all 300ms ease;
}
.three-months-landing #counter {
    margin-top: 50px;
    margin-bottom: 50px; 
    /* min-width: 430px; */
    margin-left: 5%;
}
.three-months-landing #counter .clock-box {
    display: inline-block;
    font-size: 3em;
    font-weight: 700;
    color: #FFF;
    border: 1px solid #FFF;
    min-width: 90px;
    text-align: center;
    margin-right: 0.4em;
}

.three-months-landing .clock-box .clock {
    margin-bottom: 0;
    line-height: 1.2em;
}
.three-months-landing .clock-box .clock-text {
    font-size: 0.4em;
    color: #FFF;
    margin-bottom: 0.1em;
}
.three-months-landing .cover-page {
    background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
    min-height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    background-image: url( '../images/3-months-landing/header-bkg2.jpg' );
}
.three-months-landing .cover-page .box, .shared-pack-landing .cover-page .box {
    width: 50%;
    margin-left: 5%;
}
.three-months-landing .cover-page .box h1, .shared-pack-landing .cover-page .box h1 {
    color: #FFF;
    font-size: 4em;
    font-weight: 700;
}
.three-months-landing .cover-page .box h2, .shared-pack-landing .cover-page .box h2 {
    color: #FFF;
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 1.4em;
}
.three-months-landing .btn-buy, .shared-pack-landing .btn-buy, .mepr-submit.mepr-share-button, input[name=new-password-submit].mepr-submit {
    background: #ED7F1B;
    color: white;
    width: 100%;
    height: 53px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-family: 'Open Sans';
    font-weight: 700;
    border: 0;
    padding: 12px 5em 12px 5em;
    border-radius: 3px;
}

.three-months-landing .product-description {
    padding-bottom: 50px;
    background: #f9f9f9;
}
.three-months-landing .product-description .box {
    margin: auto 30% auto 30%;
    padding-top: 50px;
    text-align: justify;
}
.three-months-landing .product-description .box-img {
    margin-left: auto;
    margin-right: auto;
}
.three-months-landing .product-description .box.single-post {
    margin-top: 50px;
    margin-left: 20%;
    margin-right: 20%;
}
.three-months-landing .product-description .box.single-post .new-custom-table {
    overflow-x: overlay;
}
.three-months-landing .product-description .box h2 {
    font-size: 2em;
    color: #000;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}
.three-months-landing .product-description .box p {
    font-size: 1em;
    color: #000;
    line-height: 1.7em;
}
.three-months-landing #primary {
    margin-top: 50px;
    margin-bottom: 50px;
}
.three-months-landing #data-insights {
    border: none;
    padding: 0;
}
.three-months-landing .site-main h1 {
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}
.three-months-landing #data-insights p {
    font-size: 12px;
}
.three-months-landing .banner, .shared-pack-landing .banner {
    display: flex;
    text-align: left;
    justify-content: center;
    margin: 50px 9% 50px 12%;
    padding: 40px 10% 40px 10%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(68,68,68,0.2);
    min-width: 790px;
}
.three-months-landing .banner .btn-buy, .shared-pack-landing .banner .btn-buy {
    padding: 12px 2em 12px 2em;
}
.three-months-landing .banner div, .shared-pack-landing .banner div {
    margin: auto;
    width: 50%;
}
.three-months-landing .banner-footer, .shared-pack-landing .banner-footer {
    background-color: #f9f9f9;
    padding-bottom: 50px;
}
.three-months-landing .banner-footer .banner, .shared-pack-landing .banner-footer .banner {
    margin-top: 0;
    margin-bottom: 0;
}
.three-months-landing .banner div:last-child, .shared-pack-landing .banner div:last-child {
    text-align: right;
}
.three-months-landing .explanation .box {
    margin: auto 20% auto 20%;
}
.three-months-landing .explanation ol {
    margin: 0 0 1.5em 1em;
}
.three-months-landing .explanation .box h2 {
    text-align: left;
    font-size: 1.5em;
}

/**
	PAGE INSIGHT - NEW CUSTOM TEMPLATE
*/

main, .superposition-effect {
	background: url('../images/bg.gif') 0 0 repeat-x;
}
.page-template-page-insights main {
	/* background: url('../images/bg.gif') 0 0 repeat-x; */
	background: linear-gradient(45deg,#161c22,#29373f);
}
.primary-container-boxes {
	display: flex;
	margin: 0 auto;
	padding-bottom: 200px;
	max-width: 1264px;
}
.primary-container-boxes > .space-box:nth-child(1) {
	width:70%; padding-right: 40px;
}
.primary-container-boxes > .space-box:nth-child(2) {
	width:30%;
}

.content-box .overlay {
	height: 100%;
    border-radius: 15px;
    width: 100%;
	left: 0;
	top: 0;
    position: absolute;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.37) 100%);
}
.content-box .box{
	border-radius: 15px; 
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items: center;
	color: #FFFFFF;
	text-align: center;
	flex: auto;
	max-width: 400px;
	padding: 10px;
	position: relative;
	overflow: hidden;
}
.content-box .box .box-image {
	border-radius: 15px;
	position: relative;
	margin-bottom: 20px;
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items: center;
	padding: 30px;
	width: 100%;
	height: 100%;
	background-color: black; /* fallback color */
	background-image: url("https://rivkin.com.au/members/wp-content/uploads/2020/11/thumb-high-conviction.jpg");
	background-position: center;
	background-size: cover;
}

.content-box .box .box-image {
	transition: all .5s;
}
.content-box .box:hover .box-image {
	transform: scale(1.05);
}

.box-image .date {
	z-index: 1;
}

.content-box .box h1 {
	font-weight: 700;
	z-index: 1;
}
.content-box .box p {
	margin-bottom: 10px;
	z-index: 1;
	width: 100%;
}
.strategies .content-box {
	display: flex; height: 100%; flex-wrap: wrap;
}
.featured .content-box {
	display: flex; flex-direction: column; height: 100%;
}
.featured .box {
	min-height: 200px;
}
.featured .box:nth-child(2) {
	/* margin-top: 40px; */
}
.strategies .box {
	flex-basis: 50%;
}
/* .strategies .box:nth-child(1) {
	margin-right: 40px;
    height: 50%;
    max-width: initial;
} */


.main-categories {
	background-color: #ffffff;
	position: relative;
}

.categories-container {
	background-color: #FFFFFF;
	max-width: 1420px;
	margin: 0 auto;
	padding: 40px;
	z-index: 2;
	position: relative;
}

.category-slider-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.title-and-arrows {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 15px;
	max-height: 60px;
}
.title-and-arrows h1 {
	margin: 0;
	flex: 0 0 50%;
}
.title-and-arrows .arrows {
	flex: 0 0 50%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.see-all-btn {
	text-decoration: inherit; /* no underline */
	margin-right: 20px;
    border: 1px solid #404040 !important;
    padding: 5px 30px;
    font-size: 12px;
	letter-spacing: 1px;
    border-radius: 5px;
	color: #404040;
	cursor: pointer;
}
.see-all-btn:hover {
	background-color: #404040;
	color: #ffffff !important;
}

.category-boxes-container {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-around;
}

a .category-box-image {
	transition: all .5s;
	border-radius: 15px;
}
.category-boxes-container a:hover, .category-boxes-container a, .category-boxes-container a:visited {
	color: inherit;
}

.category-box {
	width: calc(25% - 30px);
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.category-box .overlay {
	height: 220px;
	border-radius: 15px;
    width: 100%;
    position: absolute;
    z-index: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.37) 100%);
}

.category-box p{
	margin-top: 10px;
	font-size: 14px;
	color: #000;
	padding-left: 20px;
	z-index: 1;
}
.category-box, .category-box:visited {
	color: #FFFFFF;

}
.category-box h1 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 20px; 
	z-index: 1;
}
.category-box .date {
	z-index: 1;
}

.category-box-image {
	border-radius: 15px; 
	padding: 30px;
	width: 100%;
	height: 100%;
	background-color: black; /* fallback color */
	background-image: url("https://rivkin.com.au/members/wp-content/uploads/2020/11/thumb-high-conviction.jpg");
	background-position: center;
	background-size: cover;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.superposition-effect {
	height: 200px;
	width: 100%;
	position: absolute;
	z-index: 1;
}




.prev-arrow, .next-arrow {
	font-size: 30px;
	cursor: pointer;
}
.prev-arrow.disable, .next-arrow.disable{
	cursor: inherit;
	color: #f2f2f2;
}

.next-arrow {
	margin-left: 14px;
}

.gradient-line {
	width: 100%;
    height: 1px;
    /* background-image: linear-gradient(45deg, #D3D3D3, #D3D3D3, #D3D3D3, #FFFFFF); */
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.fav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	cursor: pointer;
}
.fav:hover,
.fav:hover .heart
{
	color: #996e43;
	stroke: #996e43;
}
.fav:hover .notification-st0, .fav:hover .clock {
	fill: #996e43;

}

/* ACCOUNT */
.account .mp_wrapper {
    max-width: 725px;
    margin: auto;

}
.account a {
    color: #404040;
}
.account .mp_wrapper:nth-child(2) {
    max-width: 350px;
}
.account .mepr-active-nav-tab a {
    border-bottom: 2px solid #ed7f1b;
    color: #ed7f1b;
}
.account #mepr-account-nav {
    border-bottom: 1px solid #d4d9dd !important
}
.account #user_email {
    position : relative; 
    color: grey;
}
/* SHARED-PACK-LANDING-PAGE */
.shared-pack-landing .cover-page {
    background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
    min-height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    background-image: url( '../images/shared-pack/header-bkg.jpg' );
    display: flex;
}

.shared-pack-landing .cover-page .box h1, .shared-pack-landing .cover-page .box h2 {
    color: #000;
}
.shared-pack-landing .cover-page .box h3 {
    font-weight: 500;
    font-size: 1.1em;
    letter-spacing: 2px;
}
.shared-pack-landing .cover-page .box {
    min-width: 774px;
}

.shared-pack-landing .product-description {
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}
.shared-pack-landing h2 {
    font-weight: 700;
    font-size: 3.2em;
}
.shared-pack-landing h4 {
    font-size: 1.1em;
    font-weight: 600;
}
.shared-pack-landing h5 {
    font-weight: 700;
    font-size: 1.2em;
}
.shared-pack-landing p {
    font-weight: 400;
    font-size: 1em;
}
.shared-pack-landing .small-boxes {
    display: flex;
    justify-content: space-around;
}
.shared-pack-landing .small-boxes .step-box {
    max-width: 250px;
}
.shared-pack-landing .small-boxes .line {
    margin-top: 80px;
    height: 1px;
    border-bottom: 1px solid #ed7f1b;
    width: 100%;
    max-width: 200px;
}
.shared-pack-landing .small-boxes .step-box h3 {
    font-size: 1.2em;
    font-weight: 700;
}
.shared-pack-landing h3 {
    font-size: 1.5em;
    font-weight: 700;
}
.shared-pack-landing .banner div:first-child {
    width: 100%;
}
.shared-pack-landing .banner h2 {
    font-size: 1.9em;
}
.shared-pack-landing .banner-footer .banner {
    margin: 0 5% 0 5%;
}
.shared-pack-landing .section-contact {
    width: 50%;
}

.shared-pack-landing .form-box {
    margin: auto;
    max-width: 370px !important;
    background: rgba(255, 255, 255, 0.3) !important;
    border-radius: 20px;
}
.shared-pack-landing .form-box form {
    text-align: center !important;
    max-width: 370px !important;
}
.shared-pack-landing ._form_41 form ._form-title, .shared-pack-landing ._form_42 form ._form-title {
    font-weight: 700 !important;
    font-family: 'Open Sans' !important;
    margin-bottom: 20px !important;
    padding: 10px 35px 10px 35px;

}
.shared-pack-landing ._form_41 form input, .shared-pack-landing ._form_42 form input {
    padding: 15px !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: transparent !important;
    font-family: 'Open Sans' !important;
    margin-top: 18px !important;
}
.shared-pack-landing ._form_41 form button, .shared-pack-landing ._form_42 form button {
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 16px !important;
    margin-top: 5px;
}

.shared-pack-landing .first-trades {
    margin: 0;
    padding: 0;
}
.shared-pack-landing .first-trades li, .shared-pack-landing .subscription-info ul li {
	list-style-type: none;
	font-size: 1.3em;
	margin: 15px 0;
	padding-left: 35px;
	position: relative;
}

.shared-pack-landing .first-trades li::before, .shared-pack-landing .subscription-info ul li::before {
    content: '';
    background-image: url(https://rivkin.com.au/members/wp-content/uploads/2019/08/icon-benefits.png);
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -40px;
    /* margin-top: 3px; */
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -12px;
}
.shared-pack-landing .years-box {
    margin-left: 10%;
    margin-right: 10%;
}
.shared-pack-landing .years-box .trades{
    width: 60%;
}
.shared-pack-landing .years-box .trades h3{
    font-size: 2.1em;
    font-weight: 700;
}
.shared-pack-landing .years-box .years-image{
    width: 100%;
}

.shared-pack-landing .subscription-img{
    width: 60%;
    text-align: left;
}
.shared-pack-landing .subscription-info {
    width: 40%;
    text-align: right;
    margin-right: 10%;
    padding-left: 5%;
}
.shared-pack-landing .subscription-info h3 {
    font-weight: 600;
}
.shared-pack-landing .subscription-info ul li {
	margin: 5px 0;
    padding-left: 0;
    font-size: 1em;
    letter-spacing: 1.6px;
}

.shared-pack-landing .subscription-info ul li::before {
    background-image: url(https://rivkin.com.au/members/wp-content/uploads/2019/08/icon-benefits.png);
    display: inline;
}

.shared-pack-landing .banner .btn-buy {
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 1.5em;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: none;
}

.shared-pack-landing.funnel {
    margin: auto 10% auto 10%;
}
.shared-pack-landing .footer-form {
    background-color: #b7dbe7;
}

.shared-pack-landing .footer-form .section-contact {
    width: 100%;
}

.shared-pack-landing .comment {
    font-style: italic;
    font-size: 0.7em;
}

/* EOFY-2020 */
.eofy-2020 .cover-page {
    background-image: url( '../images/eofy-2020/eofy-landing2.jpg' );
}
.eofy-2020 .cover-page .box {
    margin-left: 3%;
    margin-top: 140px;
}
.eofy-2020 .years-box {
    margin-left: 20%;
    margin-right: 20%;
}
.shared-pack-landing.eofy-2020 .form-box form {
    text-align: left !important;
    max-width: 370px !important;
}
.shared-pack-landing.eofy-2020 ._form_42 form input {
    margin-top: 0 !important;
}
.shared-pack-landing.eofy-2020 .years-box .years-image {
    width: auto;
}
/* EOFY-2020-STRATEGIES */
.eofy-2020-strategies .cover-page {
    background-image: url( '../images/eofy-2020-strategies/eofy2020-strategies.jpg' );
}
.eofy-2020-strategies .cover-page .box {
    margin-left: 3%;
    margin-top: 140px;
}
.eofy-2020-strategies .years-box {
    margin-left: 20%;
    margin-right: 20%;
}
.shared-pack-landing.eofy-2020-strategies .form-box form {
    text-align: left !important;
    max-width: 370px !important;
}
.shared-pack-landing.eofy-2020-strategies ._form_42 form input {
    margin-top: 0 !important;
}
.shared-pack-landing.eofy-2020-strategies .years-box .years-image {
    width: auto;
}
/* SAVED POSTS */

.saved-posts.wrapper {
    max-height: 0;
	height: 0;
    display: flex;
    justify-content: flex-start;
    max-width: 1080px;
    margin: 20px auto 20px;
    overflow: hidden;
    transition: all 700ms ease;
    opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}
	
.saved-posts.wrapper.toggled {
	height: 100%;
    max-height: 1000px;
    opacity: 1;
}

.saved-posts .saved-post {
    flex: 0 0 calc(20% - 20px);
    margin-left: 10px;
    margin-right: 10px;
	background-size: cover;
	border-radius: 5px;
	position: relative;
}
	
.saved-post .post-content-box {
    padding: 25% 15px 15px;
}

.saved-post .post-content-box h5 {
    font-size: 16px;
    font-weight: 700;
}

.saved-post .date {
    font-size: 13px;
}

.saved-post img.clock-white {
    width: 18px;
    margin-top: -2px;
    margin-right: 7px !important;
}
	
.saved-posts.wrapper.text {
    display: block;
    text-align: center;
}
	
.saved-posts.wrapper.text a{
	color: #ED7F1B;
}
	
.saved-posts.wrapper.text svg {
    display: inline;
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.saved-posts.wrapper.portfolio-related-articles h5, .saved-posts.wrapper.portfolio-related-articles .date {
	z-index: 1;
	position: relative;
}
.saved-posts.wrapper.portfolio-related-articles {
	border-bottom: 1px solid #eee; background-color: #fff;width: 100%; max-height: unset; opacity: initial;
    height: auto;
	justify-content: start;
	border-bottom: none;
	flex: 0 0 calc(22% - 20px);
}

.saved-posts.wrapper.portfolio-related-articles .saved-post {
	flex: 0 0 calc(23%);
	margin-left: 0;
}

/* ONBOARDING FLOW */
.modal-onboarding-flow {
    line-height: 25px;
    z-index: 10000;
}
.modal-onboarding-flow .modal-header {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
}
.modal-onboarding-flow .modal-header .modal-title-box {
    font-size: 1.5em;
    font-weight: 700;
}
.modal-onboarding-flow .modal-header h3 {
    font-size: 0.8em;
    text-align: center;
}
.modal-onboarding-flow .modal-body {
    padding: 0;
    margin: 20px 40px 20px 40px;
}
.modal-onboarding-flow .modal-dialog {
    max-width: 700px;
}

.modal-onboarding-flow p {
    font-size: .9em;
}
.modal-onboarding-flow ol {
    font-size: .9em;
    margin: 0;
    padding-left: 0;
}
.modal-onboarding-flow ol li {
    list-style-type: none;
    padding: 0 0 0 1.3em;
    text-indent: -1em;
    counter-increment: item;
}
.modal-onboarding-flow ol li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}
.modal-onboarding-flow .alm-load-more-btn {
    background-color: transparent !important;
    font-weight: 700;
    border-color: #ed7f1b;
}
.modal-onboarding-flow .alm-load-more-btn:hover {
    background-color: #ed7f1b !important;
    color: #FFF;
    border-color: #ed7f1b;
}
.modal-onboarding-flow .alm-load-more-btn.prev-btn {
    background-color: transparent !important;
    font-weight: 700;
    border-color: #dee2e6;
    color: #dee2e6;
}
.modal-onboarding-flow .alm-load-more-btn.prev-btn:hover {
    border-color: gray;
    color: gray;
}

.cf-disclaimer {
    text-align: justify; margin-left: 15%; margin-right: 15%; font-size: 13px; line-height: 20px; color: grey
}
/* MANAGED */	
.modal-title-box {
    margin-top: 30px;
    text-align: center;
    padding-left: 40px;
    width: 100%;
}
.modal-title-box h3 {
    font-weight: 700;
}
.modal-title-box h3 {
    font-size: 0.9em
}
.modal-title-box h5 {
    font-size: 0.8em;
}
.managed-modal {
    z-index: 10001;
    margin-top: 44px;
}
.managed-modal .modal-dialog {
    max-width: 600px;
    max-height: 1000px;
}

.managed-modal .modal-header .close {
    color: #000;
}

.managed .text-below {
    font-size: 0.7em;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: justify;
}

.managed-modal .modal-header {
    border: none;
    padding-bottom: 0;
}

.managed-modal .modal-body {
    padding-right: 10%;
    padding-left: 10%;
    margin: auto;
}

.managed-modal .modal-body table {
    width: auto;
    overflow: auto;
    max-height: 500px;
    display: block;
    margin-bottom: 0;
}

.managed-modal .modal-body table td {
    font-size: 0.8em !important;
}

.managed-modal .modal-body table td:nth-child(2) {
    padding-right: 20px;
    font-weight: 700 !important;
}

.managed-modal button {
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 50px;
    width: 115px;
}
/* SMSF */	
.smsf, .managed {
    margin-top: 50px;
}

.smsf .hero, .managed .hero {
    padding: 40px 0 40px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.smsf .hero .content, .managed .hero .content {
    text-align: center;
    z-index: 2;
    position: relative;
}

.smsf .hero .content h1, .managed .hero .content h1 {
    margin-top: 0;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.trading-table.trading-table-smsf td:nth-child(3), .trading-table.trading-table-smsf th:nth-child(3) {
    min-width: 150px;
    padding-left: 30px
}
/* Account Details */
.smsf .account-details, .managed .account-details {
    margin-top: 50px;
}

.smsf .account-details .logo-box, .managed .account-details .logo-box {
  border-radius: 10px;
  padding: 20px;
}

.smsf .data-table, .managed .data-table {
    display: table;
    width: 100%;
}

.smsf .data-row, .managed .data-row {
    display: table-row;
    width: auto;
    clear: both;
}
.smsf .data-row .data, .managed .data-row .data {
    text-align: left;
    float: left; /* fix for  buggy browsers */
    display: table-column;         
    /* width: 180px;  
    max-width: 180px;   */
    width: 20%;
    margin-bottom: 10px;
}

.smsf .account-width .data-row .data, .managed .account-width .data-row .data {
    text-align: left;
    float: left; /* fix for  buggy browsers */
    display: table-column;         
    /* width: 180px;  
    max-width: 180px;   */
    width: 33%;
    margin-bottom: 10px;
}

.smsf .data-row .data h6, .managed .data-row .data h6 {
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 0.9em;
}
.smsf .data-row .data p {
    font-weight: 400;
    /* width: 500px; */
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 0px;
}

.managed .data-row .data p {
    font-weight: 400;
    /* width: 500px; */
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 0px;
}

.smsf .documents .data-row .data p {
    width: 500px;
}

.smsf .data-table .data-row .data:nth-child(1) p, .managed .data-table .data-row .data:nth-child(1) p {
    width: 100%;
}

.smsf .account-details h3, .managed .account-details h3 {
    font-weight: 700;
    font-size: 1.45em;
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.smsf .text-below {
    font-size: 0.8em;
    font-style: italic;
    margin-top: 20px;
}

.smsf .disclaimers {
    margin-left: 0;
    padding-left: 15px;
}

.smsf .text-below p {
    margin-bottom: 0px;
}

.managed .text-below p {
    margin-bottom: 0px;
    width: 71%;
    margin: auto;
}

.smsf .block h3, .smsf .account-details h4, .managed .block h3, .managed .account-details h4 {
    font-weight: 600;
    font-size: 1em !important;
}
/* Estimated Balance */
.smsf .table-container .details, .managed .table-container .details {
    max-width: 700px;
    margin: 0 auto;
}
.smsf .estimated-balance .details, .managed .estimated-balance .details {
    max-width: 900px;
}

.smsf .estimated-balance .trading-table tr:nth-child(2) td:first-child, .managed .estimated-balance .trading-table tr:nth-child(2) td:first-child {
    max-width: 250px;
    width: 250px;
}


.smsf .table-container .title-box, .managed .table-container .title-box {
    margin-top: 50px;
    display: flex;
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.smsf .table-container .title-box h3, .managed .table-container .title-box h3 {
    font-weight: 700;
    font-size: 1.45em;
}
.smsf .table-container .title-box h7, .managed .table-container .title-box h7 {
    margin-left: auto;
    padding-top: 6px;
    font-size: 0.8em;
}
.smsf .block, .managed .block {
    padding: 16px 0 0;
    text-align: justify;
    position: relative;
}
.smsf .block .trading-table, .managed .block .trading-table {
    border: 1px solid #eee;
}

.smsf .total-box, .managed .total-box {
    display: flex;
}
.smsf .total-box p, .managed .total-box p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 0.8em;
}
.smsf .total-box .text, .managed .total-box .text {
    margin-left: auto;
    margin-right: 20px;
    max-width: 200px;
    display: flex;
    align-items: center;
    text-align: right;
}
.smsf .total-box .total, .managed .total-box .total {
    border: solid 1px #eee;
    color: #689150;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.smsf .total-box .total p, .managed .total-box .total p {
    margin-left: 75px;
    margin-right: 75px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
}

.smsf .estimated-balance svg, .managed .estimated-balance svg {
    padding-left: 5px;
    height: 20px;
}

.smsf .block .trading-table tr:nth-of-type(even), .managed .block .trading-table tr:nth-of-type(even) {
    background: #F9F9F9;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}


.smsf .block .trading-table tr:first-of-type th, .managed .block .trading-table tr:first-of-type th {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px;
}

.smsf .block .trading-table tr td, .managed .block .trading-table tr td {
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.managed .estimated-balance .block .trading-table tr td {
    text-align: initial;
    height: 60px;
    padding-right: 30px;
}

.smsf .trading-table .custom-account input, .managed .trading-table .custom-account input {
    width: 50px;
    font-size: 0;
    font-size: 13px;
}

.smsf .trading-table .custom-account .account-detail input, .managed .trading-table .custom-account .account-detail input {
    width: 100%;
}

.smsf .trading-table .svg-loader, .managed .trading-table .svg-loader {
    display: none;
}
.smsf .trading-table .custom-account .error, .managed .trading-table .custom-account .error {
    border: 1.8px solid red;
}
.smsf .trading-table .custom-account td:nth-child(1), .managed .trading-table .custom-account td:nth-child(1) {
    font-style: italic;
}


.smsf .block .trading-table tr td:first-of-type, .smsf .block .trading-table tr th:first-of-type, .managed .block .trading-table tr td:first-of-type, .managed .block .trading-table tr th:first-of-type {
    padding-left: 20px;
}

.smsf .any-doubts, .managed .any-doubts {
    margin-top: 55px;
    margin-bottom: 135px;
}

.smsf .any-doubts .box, .managed .any-doubts .box {
    border-top: 1px solid #eee;
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding-top: 38px;
}
.smsf .any-doubts .box svg, .managed .any-doubts .box svg {
    height: 50px;
}

.smsf .any-doubts .box .title, .managed .any-doubts .box .title {
    font-weight: 600;
}
.smsf .section-resume .text p {
    text-align: justify !important;
}
/* MARKETING */
.marketing h3 {
    font-weight: 700;
    font-size: 1.45em;
    margin-bottom: 20px;
}
.marketing .section-resume {
    max-width: 700px;
    margin-top: 50px;
}

.marketing .section-resume {
    text-align: center;
}

.marketing .section-resume .icons {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-between;
}

.marketing .section-resume .icons svg {
    height: 50px;
}
.marketing .section-resume .icons p {
    font-weight: 700;
    font-size: 0.9em;
    margin-top: 15px;
}
.marketing .section-video .wrapper {
    max-width: 800px;
    margin-top: 50px;
}

.marketing .section-video {
    background-color: #f2f2f2;
}
.marketing .section-video .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
.marketing .section-video .text-video {
    display: flex;
}
.marketing .section-video .text-video .text {
    font-weight: 400;
    text-align: justify;
}
.text-video .text, .text-video .video {
    width: 100%;
}

.marketing .section-video .video-responsive {
    display: none;
}
.marketing .section-contact {
    text-align: center;
    margin-top: 50px;
}
/* SINGLE POST */

.single-post .hero {
    padding: 140px 0 50px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.single-post .introduction-block h6, .single-post .block p {
    line-height: 2;
}

.single-post .introduction-block {
    padding: 60px 0 0px;
}

.single-post .block {
    padding: 16px 0 0;
    text-align: justify;
	position: relative;
}

.single-post .block p, .single-post .block img {
    margin-bottom: 15px;
}

.single-post .block img {
    max-width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-post .block img:hover {
	cursor: pointer;
}

.single-post .content {
    padding: 0 0 40px;
}

.single-post .block p strong {
    font-weight: 600;
}

.single-post .block blockquote {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background-color: whitesmoke;
    padding: 15px 15px 0;
}

.single-post .block li {
    line-height: 2;
    /* padding-bottom: 15px; */
}

.single-post .introduction-block h6{
	font-weight: 600;
    text-align: justify;
}

.single-post .recommended-posts-block .flex .recommended-post:nth-of-type(1), 
.single-post .recommended-posts-block .flex .recommended-post:nth-of-type(2){
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(25% - 10px);
	        flex: 0 0 calc(25% - 10px);
}

.single-post .recommended-posts-block .flex .recommended-post:nth-of-type(3){
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(50% - 10px);
	        flex: 0 0 calc(50% - 10px);
}

.single-post .recommended-post {
    padding: 80px 20px 10px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
	position: relative;
}


/* ADDITIONAL MENU */
.submenu, .submenu-info {
    display: none;
    position: absolute;
    left: 0;
    background: #fafafa;
    width: 120px;
    /* height: 80px; */
    top: 32px;
    border: 1px solid #999;
    border-radius: 5px;
}

.submenu .upgrade {
    padding-bottom: 4px;
    padding-top: 4px;
    border-radius: 3px;
    margin-right: 10px;
    color: #FFF;
    font-weight: 400;
}

.submenu .upgrade:hover {
    color: #FFF;
    font-weight: 600;
}

nav.additional-nav > div {
    position: relative;
    line-height: 40px;
}

nav.additional-nav .pointer:hover .submenu {
		display: flex;
        flex-direction: column;
}

.account-options-menu {
    display: flex;
    align-items: center;
    position: relative;
    span {
        text-wrap: nowrap;
    }
}

/* RECENT UPDATES NAV */

nav.additional-nav .latest-updates-fav:hover .submenu-info, nav.additional-nav .saved-posts-fav:hover .submenu-info {
    display: block;
}

.submenu-info:hover ~ svg .clock, svg:hover .clock {
    fill: #996e43;
}

.submenu-info:hover ~ svg .heart, svg:hover .heart {
    stroke: #996e43;
}

nav.additional-nav .latest-updates-fav .submenu-info, nav.additional-nav .saved-posts-fav .submenu-info {
    width: 295px;
    right: 115px;
    max-height: 450px;
    top: 34px;
    overflow-y: auto;
    background-color: #FFF;
    border: 1px solid #eee;
}
nav.additional-nav .saved-posts-fav .submenu-info {
    right: 150px;
}
.submenu-info .box {
    text-align: left;
}
.submenu-info .box .title {
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9em;
    color: #161c22;
}
.submenu-info .box .resource {
    display: flex;
    background-color: #fafafa;
    margin: 0 10px 10px 10px;
    padding: 10px;
    align-items: center;
}
.submenu-info .box .resource .img-box {
    height: 25px;
    width: 30px;
    margin-right: 10px;
    border-radius: 3px;
}
.submenu-info .box .resource .text {
    width: 100%;
}
.submenu-info .box .resource .text a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
    margin-left: initial !important;
    font-size: inherit !important;
}
.submenu-info .box .resource .text h1 {
    font-size: 0.8em;
    font-weight: 600;
    margin: 0;
}
.submenu-info .box .resource .text:hover h1, .submenu-info .box .resource .text:hover p {
    color: #996e43;
}
.submenu-info .box .resource .text p {
    font-size: 0.6em;
    margin: 0;
    line-height: 20px;
    font-style: italic;
    color: #707070;
}


.submenu a {
    font-size: 13px !important;
    padding: 0 10px;
    text-align: right;
		color: #000;
}

.submenu a:hover{
		color: #996e43;
}


.clock-2.active {
    fill: #996e43;
}

.heart-lines.active {
    stroke: #996e43;
}

/* AJAX LOAD MORE */

button.alm-load-more-btn.more {
    background: #ed7f1b;
    padding: 12px 24px;
    line-height: 1;
    font-size: 12px;
    font-family: 'Open Sans';
}

.alm-btn-wrap .alm-load-more-btn.done {
    display: none;
}


.alm-btn-wrap .alm-load-more-btn:hover, .alm-btn-wrap .alm-load-more-btn.loading {
      background-color: #ed7f1b ;
      color: #fff;
      text-decoration: none; }

/* FILTERS */
div#alm-filters-filters {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    max-width: 1024px;
    margin: 0 auto;
}


div#alm-filter-1 {
    flex: 0 0 100%;
    justify-content: center;
    text-align: center;
}

#alm-filter-1 li.alm-filter--radio {
    display: inline-block;
}

div#alm-filter-2 {
    flex: 0 0 100%;
    margin-bottom: 20px;
}

.alm-filters-container .alm-filter--text-wrap {
    position: relative;
    text-align: center;
}


div#alm-filter-2 .alm-filter--text-wrap {
    position: relative;
    text-align: center;
    width: 440px;
    margin: 0 auto;
}

#alm-filter-2 button {
    box-shadow: none;
    border-radius: 0;
    font-size: 13px;
    color: #161c22;
    background: white;
    border: 1px solid #ccc;
    border-left: 0;
}

input#search-text, input#s-text {
	font-family: 'Open Sans';
    width: 440px;
		height: 40px;
    text-align: left;
		border-color: #ccc !important;
    font-size: 13px;
		border-radius: 0;
		border-right: 0;
		background-image: url(https://rivkin.com.au/members/wp-content/uploads/2019/08/search-icon.png);
		background-repeat: no-repeat;
		background-size: 16px;
		background-position: 8px;
		padding-left: 32px;
}



input#search-text::placeholder, input#s-text::placeholder{
		font-size: 14px;
		color: #ED7F1B;
}

#alm-filter-1 li.alm-filter--radio a:before, #alm-filter-1 li.alm-filter--radio a:after {
    display: none;
}

#alm-filter-1 li.alm-filter--radio a {
    padding: 15px;
    margin:  0px 0px 10px 10px;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 3px;
	font-weight: 700;
}

#alm-filter-1 .active {
    color: white;
    background: #161c22;
    border-color: #161c22;
}

.alm-filters-container .alm-filter--title h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.alm-filter--taxonomy a {
    font-size: 13px !important;
    line-height: 22px !important;
}

.alm-filter--taxonomy a:focus {
    outline: none;
    text-decoration: none;
}

div#alm-filter-6 {
    display: none;
}

.toggle-container {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}

.toggle-container > div {
    font-size: 12px;
    text-transform: uppercase;
    width: 136px;
    border-bottom: 1px solid #999;
    padding: 6px 2px;
    margin: 0 8px;
		letter-spacing: 0.03em;
    cursor: pointer;
		position: relative;
		display: block;
		margin-top: 10px;
}

.alm-filters-container .alm-filter {
    display: block;
    padding: 0;
    margin: 0;
}

.alm-filters-container .alm-filter--taxonomy .alm-filter--title{
		padding-top: 20px;
}

.alm-filters-container .alm-filter--taxonomy, div#alm-filter-2{
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: all 500ms ease;
}

.alm-filters-container .alm-filter--taxonomy.toggled, div#alm-filter-2.toggled{
		max-height: 320px;
		opacity: 1;
}

.alm-filters-container .alm-filter--taxonomy{
		width: 33%;
		padding: 1%;
		text-align: center;
}

div#alm-filter-4 {
		padding-left: 7%;
		
}

.alm-filters-container .alm-filter li a{
	text-align: left;
}

/* div#alm-filter-2 ul, div#alm-filter-3 ul {
    column-count: 2;
} */

.alm-filters-container .alm-filter li a.active.field-checkbox:before, .alm-filters-container .alm-filter li a.active.field-radio:before {
    border-color: #888;
    background-color: #888;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ED7F1B;
    background-color: #ED7F1B;
}

.alm-filters-container .alm-filter li a.field-checkbox:before {
    height: 16px;
    border-radius: 0;
    width: 16px;
    top: 2px;
    left: 2px;
}

.alm-filters-container .alm-filter li a.field-checkbox:after {
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 10px;
    top: 4px;
    left: 7px;
}

.toggle-container > div i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 20%;
    transition: all 500ms ease;
}

.toggle-container > div.toggled i {
    transform: rotate(180deg);
}

div.search-toggle svg {
    width: 12px;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

input#search-text:focus, input#search-text:focus + button, input#search-text:focus + button + button, input#s-text:focus, input#s-text:focus + button, input#s-text:focus + button + button {
    border-color: #ED7F1B !important;
}

div .btn-clear {
    border-right: none !important;
    border-left: none !important;
    color: #666 !important;
    text-decoration: underline;
    font-weight: 100 !important;
    display: none;
    padding-right: 0 !important;
}

/* LAYOUT SWITCH */

.layout-info {
    max-width: 1280px;
    text-align: right;
    margin: 0 auto 20px;
}

.layout-info a {
    width: 20px;
    height: 20px;
    display: inline-block;
		outline: 0 !important;
		text-decoration: none !important
}

.fade-out{
		opacity: 0;
}

/* EMBED IN POST */

.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

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

.tradingview-widget-container > p > div {
    text-align: center;
    margin: 0 auto;
}


/* SHORTCODE */
.keyconcept-triangle{
    position: absolute;
    background-color: transparent;
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 17px solid #F0F0F0;
    top: -18px;
    left: 32px;
}
.keyconcept-triangle .inner-triangle {
    position: relative;
    top: -24px;
    left: -17px;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 16px solid #FFFF;
}
.keyconcept-shortcode-description{
    white-space: break-spaces;
    box-shadow: 0 12px 20px rgba(68,68,68,0.2);
    text-align: left;
    width: auto;
    height: auto;
    min-width: 340px;
    position: absolute;
    display: none;
    background-color: #FFFF;
    padding: 20px;
    text-align: left;
    border-radius: 5px;
    border: solid 0.1px #d2d2d2;
    transition: all 300ms ease;
    left: -35px;
    top: 35px;
    color: #000;
    z-index: 9;
    line-height: 1.5em;
}
.keyconcept-shortcode-name{
    white-space: nowrap;
    color: #ed7f1b;
    text-decoration: underline;
    text-decoration-style: dashed;
    position: relative;
    cursor: help;
    text-underline-position: under
}

.keyconcepts-posts .accordion {
    background-color: #FFF;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #000;
    border-radius: 0;
  }
.keyconcepts-posts .accordion .active-text {
    color: #ed7f1b;
  }

  .keyconcepts-posts .panel {
    display: none;
    background-color: white;
    overflow: hidden;
    margin-bottom: 0;
  }
  .keyconcepts-posts .panel p {
    margin-bottom: 0;
  }

/* TAGS */

.tags-list {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    padding: 60px 0;
    /* border-bottom: 1px solid #999; */
    width: 100%;
}

.tags-list img {
    height: 45px;
    margin-right: 15px;
}
.tags-list .post-tag {
    line-height: 40px;
    white-space: nowrap;
    margin: 0 5px 10px;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 0 15px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(64, 64, 64);;
}

.tags-list .post-tag:hover {
    background-color: #999;
    color: #fff;
}

/* RELATED POSTS */

.related-posts .more-posts, .related-posts .related-articles{
		flex: 0 0 calc(50% - 10px);
}

.more-posts > div > div, .related-articles > div > div {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
    padding: 20px;
    height: 200px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
		background-size: cover;
		position: relative;
}

.more-posts > div > div:nth-of-type(1),
.more-posts > div > div:nth-of-type(2) {
    flex: 0 0 calc(50% - 10px);
}

.more-posts > div > div:nth-of-type(3) {
    flex: 0 0 100%;
	height: 420px;
}


.related-articles > div > div:nth-of-type(1),
.related-articles > div > div:nth-of-type(2) {
    flex: 0 0 100%
}

.related-articles > div > div:nth-of-type(3), .related-articles > div > div:nth-of-type(4) {
    flex: 0 0 calc(50% - 10px);
}

.related-posts > div > h5{
		flex: 0 0 100%;
}

/* POST SOCIAL SHARER */

.single-post .content {
    display: flex;
    flex-wrap: wrap;
}

.single-post .block p a:visited {
    color: royalblue;
}

/* .single-post .content .container:nth-of-type(2) {
    margin-left: 0;
} */

.recommended-posts-block {
    width: 100%;
}

.social-sharer-container {
    flex: 0 0 calc((100vw - 1140px)/2);
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
    padding-right: 30px;
    padding-top: 70px;
		align-self: flex-start;
}

.social-sharer {
    width: 30px;
    float: right;
}

.social-sharer .floating-back-button{
		background: black;
    padding-bottom: 0;
    margin-bottom: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
}

.social-sharer a{
		position: relative;
		display: block;
		padding-bottom: 15px;
		cursor: pointer;
		transition: all 300ms ease;
}

.social-sharer a:hover span{
		opacity: 1;
		right: 40px;
}

.social-share a{
		outline: 0 !important;
		text-decoration: none;

}

.social-sharer span {
    position: absolute;
    opacity: 0;
    transition: all 300ms ease;
    top: calc(50% - 8px);
    right: 50px;
    color: #000;
    font-size: 12px;
    white-space: nowrap;
    transform: translateY(-50%);
}

.social-sharer a:nth-of-type(2) {
    border-bottom: 1px solid #999;
		padding-bottom: 15px;
}

.social-sharer a:nth-of-type(3){
		padding-top: 15px;
}

.social-sharer a:nth-of-type(3) span{
		top: 50%;
}

.simplefavorite-button:focus{
	opacity: .7;
}

.simplefavorite-button.active{
	opacity: 1 !important;
}

.disable-button {
    pointer-events: none;
    opacity: .3;
}

.mobile-share{
	display: none;
}

/* FLOAT POST LEFT WHEN ONLY 1 RESULT */

#ajax-load-more[data-total-posts="1"] .alm-reveal .post-content {
    float: left;
}

/* LOGIN & REGISTER */

.register-container {
	max-width: 800px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.register-container > div {
		flex: 0 0 calc(50% - 60px); 
}


.login-container, .register-container {
    margin: 0 auto;
}

.login-container {
	max-width: 400px;
}

.login-container h2 {
	font-size: 24px;
	margin-bottom: 30px;
}

.register-container h2 {
	font-size: 17px;
	margin-bottom: 45px;
}


input#user_email, input#mepr_user_password, input#mepr_user_password_confirm {
	font-size: 13px;
}
/* Customize the label (the container) */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px;
    background-color: #FFF;
    height: 51px;
    padding-top: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2)
}
  
/* Hide the browser's default radio button */
.container-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom radio button */
.checkmark {
position: absolute;
top: 10px;
left: 20px;
height: 25px;
width: 25px;
border-radius: 50%;
border: solid 2px #eee;
}

.subscription-monthly, .subscription-annual {
margin-left: 20px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
background-color: #FFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-checkbox input:checked ~ .checkmark:after {
display: block;
}

/* Style the indicator (dot/circle) */
.container-checkbox .checkmark:after {
top: 7px;
left: 6.9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: #2196F3;
}

.subscription-checkbox {
    display: flex;
    flex-wrap: wrap;
}
/* input#user_email {
    background-image: url(https://rivkin.com.au/members/wp-content/uploads/2019/08/email-icon.svg);
    background-repeat: no-repeat;
    background-size: 27px 27px;
    background-position: 12px 13px;
    line-height: 2.4;
    padding-left: 50px;
} */

/* input#mepr_user_password, input#mepr_user_password_confirm {
    background-image: url(https://rivkin.com.au/members/wp-content/uploads/2019/08/password-icon.svg);
    background-repeat: no-repeat;
    background-size: 27px 27px;
    background-position: 12px 13px;
    line-height: 2.4;
    padding-left: 50px;	
} */

.register-container label.mepr-checkbox-field a, #register-login {
	font-size: 13px;
	color: #404040;
}

.register-container div.mp-form-row.mepr_tos {
	margin-bottom: 0;
}

.register-insights button.go-back-step {
    display: none;
}

body:not(.page-template-page-strategies-register) .register-container .mp-form-submit::after, 
body:not(.page-template-page-strategies-register) .login-container .submit::after {
	content: '';
	display: block;
	width: 100%;
	/* background-color: #efefef; */
	height: 1px;
	margin-top: 35px;
}

.login-container .mp-spacer:nth-of-type(1) {
    display: none;
}

.mepr-signup-form input[type="submit"], .submit input[type="submit"]{
		font-weight: 700 !important;
		text-transform: uppercase !important;
}

#register-login {
    text-align: center;
    border-top: 1px solid #eee;
    margin: auto;
    padding: 25px;
    background-color: #fcfcfc;
    max-width: 800px;
}

#register-login a {
	color: #ec7f1c;
	text-decoration: underline;
	font-weight: 700;
}

.register-insights .mp-form-row.mepr_last_name, 
.register-insights .mp-form-row.mepr_first_name{
	display: none;
}

.register-strategies a.have-coupon-link{
		display: none;
}

#data-insights {
	flex: 0 0 calc(50% - 60px); 
	/* border: 1px solid #efefef; */
	border-radius: 10px;
	padding: 35px 40px 20px;
}

#data-insights h3 {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 30px;
}

#data-insights p {
	font-size: 14px;
}

#data-insights ul {
	margin: 0;
	padding: 0;
}

#data-insights ul li {
	list-style-type: none;
	font-size: 13px;
	margin: 15px 0;
	padding-left: 35px;
	position: relative;
}

#data-insights ul li::before {
    content: '';
    background-image: url(https://rivkin.com.au/members/wp-content/uploads/2019/08/icon-benefits.png);
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -40px;
    /* margin-top: 3px; */
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -12px;
}

#strategies {
	max-width: 100%;
	flex: 0 0 100%;
	background-color: #92b0af;
	color: white;
	border-radius: 5px;
	padding: 20px 25px;
	margin-top: 20px;
	text-align: center;
}

#strategies p {
	font-size: 13px;
	margin-bottom: 0;
}

#strategies p a {
	font-weight: 700;
	border-bottom: 1px solid white;
	color: white;
}

.modal-content .go-back-step {
    display: none;
}


.login-container h2, .register-container h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
		letter-spacing: 0.1em;
}

input#user_login {
    font-size: 13px;
    background-image: url(https://rivkin.com.au/members/wp-content/uploads/2019/08/email-icon.svg);
    background-repeat: no-repeat;
    background-size: 27px 27px;
    background-position: 12px 13px;
    line-height: 2.4;
    padding-left: 50px;
}

input#user_pass{
		font-size: 13px;
    background-image: url(https://rivkin.com.au/members/wp-content/uploads/2019/08/password-icon.svg);
    background-repeat: no-repeat;
    background-size: 27px 27px;
    background-position: 12px 13px;
    line-height: 2.4;
    padding-left: 50px;
}

.mp_wrapper .mp-form-row{
		margin-bottom: 20px;
}

.mepr_password + div {
    display: flex;
    justify-content: space-between;
}

.mepr_password + div label {
    font-size: 13px;
		flex: 0 0 50%;
}

.mepr_password + div a {
    flex: 0 0 50%;
    text-align: right;
    font-size: 13px;
}

input#wp-submit, .mepr-signup-form input[type="submit"] {
    border: 0;
    width: 100%;
    font-size: 14px;
    color: white;
    background: #ed7f1b;
    line-height: 40px;
    font-weight: 600;
		letter-spacing: .015em;
    border-radius: 4px;
		font-family: 'Open Sans'
}

/* ALERT BOX */

.toast-window{
    position: fixed;
    width: 450px;
    background: white;
    z-index: 100000;
    box-shadow: 0 12px 20px rgba(68,68,68,0.2);
    top: 40px;
    right: 35px;
		visibility: hidden;
}

.toast-window.show {
  visibility: visible; 
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

.toast-window.hide{
		animation-play-state: paused;
		opacity: 0;
		top: 10px;
		transition: all 500ms ease;
}

@-webkit-keyframes fadein {
  from {top: 10px; opacity: 0;}
  to {top: 40px; opacity: 1;}
}

@keyframes fadein {
  from {top: 10px; opacity: 0;}
  to {top: 40px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 40px; opacity: 1;}
  to {top: 10px; opacity: 0;}
}

@keyframes fadeout {
  from {top: 40px; opacity: 1;}
  to {top: 10px; opacity: 0;}
}

@-webkit-keyframes fadeinBottom {
  from {bottom: -20px; opacity: 0;}
  to {bottom: 0px; opacity: 1;}
}

@keyframes fadeinBottom {
  from {bottom: -20px; opacity: 0;}
  to {bottom: 0px; opacity: 1;}
}

@-webkit-keyframes fadeoutBottom {
    from {bottom: 0; opacity: 1;}
  to {bottom: -20px; opacity: 0;}
}

@keyframes fadeoutBottom {
  from {bottom: 0; opacity: 1;}
  to {bottom: -20px; opacity: 0;}
}

.toast-window h5 {
    font-weight: 700;
    color: #996e43;
    font-size: 18px;
}

.toast-window h5 svg {
    width: 26px;
}

.toast-window a {
    text-decoration: underline;
    color: #996e43;
}

.toast-window p {
    font-size: 13px;
    padding-left: 32px;
    margin: 0;
}

.toast-window > div:first-of-type {
    padding: 30px;
}

.toast-window > div:last-of-type {
    padding: 15px 30px;
    background: #fafafa;
    text-align: right;
}

.toast-window button {
    font-family: Open Sans;
    color: #996e43;
    background: transparent;
    border-color: #996e43;
    padding: 8px 16px;
		transition: color 500ms ease, background 500ms ease;
}

.toast-window button:hover{
		background: #996e43;
		color: white;
}

/* DISCLAIMER */

.disclaimer-container{
	max-width: 800px;
}

.disclaimer-container + a{
	display: none;
}

/* SAVED POSTS */

.saved-posts.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1080px;
    margin: 20px auto 20px;
    overflow: hidden;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    opacity: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
	
.saved-posts.wrapper.toggled {
    max-height: 100%;
    opacity: 1;
}

.saved-posts .saved-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 20px);
            flex: 0 0 calc(20% - 20px);
    margin-left: 10px;
    margin-right: 10px;
	background-size: cover;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 155px;
}
	
	
.saved-post .post-content-box {
    padding: 25% 15px 15px;
}

.saved-post .post-content-box h5 {
    font-size: 16px;
    font-weight: 700;
}

.saved-post .date {
    font-size: 13px;
}

.saved-post img.clock-white {
    width: 18px;
    margin-top: -2px;
    margin-right: 7px !important;
}
	
.saved-posts.wrapper.text {
    display: block;
    text-align: center;
}
	
.saved-posts.wrapper.text a{
	color: #ED7F1B;
}
	
.saved-posts.wrapper.text svg {
    display: inline;
    width: 20px;
    height: 20px;
    margin-top: -3px;
}


#comment-box {
    text-align: center;
    padding: 80px 0;
    margin: 40px auto 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

a#view-comments {
    color: white;
    background: #996e43;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 50px;
    letter-spacing: 0.1em;
}

#disqus_thread{
	display: none;
}

#wpcomm .wpdiscuz-form-top-bar{
	display: none;
}

/* TRADING TABLES */
.col-4.sites > h4 {
    display: flex;
    justify-content: center;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 20px;
}

/* AUTHOR */
.author .author-title {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
}
.author .biography {
    margin: auto;
    max-width: 1000px;
}
.author .biography p {
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
    text-align-last: center;
    font-weight: 500;
}
.author .author-title img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-right: 10px;
}
/* TABLES */

.single-post .block .trading-table tr:first-of-type th {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-post .block .trading-table {
    border: 1px solid #eee;
}

.elementor-shortcode .trading-table tr td:first-of-type,
.single-post .block .trading-table tr td:first-of-type,
.elementor-shortcode .trading-table tr th:first-of-type,
.single-post .block .trading-table tr th:first-of-type,
.elementor-shortcode .trading-table tr th:first-of-type {
    padding-left: 20px;
}

.highlight > div {
	border-radius: 5px;
    background: #d9ebff;
    height: 25px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-shortcode .trading-table tr:nth-of-type(even),
.single-post .block .trading-table tr:nth-of-type(even) {
    background: #F9F9F9;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.single-post .block .trading-table tr td, .elementor-shortcode .trading-table tr td {
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 400;
	position: relative;
	z-index: auto;
}

.single-post .block .trading-table tr td:last-of-type, .elementor-shortcode .trading-table tr td:last-of-type,
.single-post .block .trading-table tr td:nth-last-child(3),
.single-post .block .trading-table tr td:nth-last-child(2),
.elementor-shortcode .trading-table tr td:nth-last-child(2) {
	z-index: 1;
}

.single-post .block .trading-table th:nth-of-type(n + 3),
.elementor-shortcode .trading-table th:nth-of-type(n + 3),
.elementor-shortcode .trading-table td:nth-of-type(n + 3),
.single-post .block .trading-table td:nth-of-type(n + 3) {
    text-align: center;
}

.elementor-shortcode .trading-table tr:first-of-type th:nth-of-type(1),
.single-post .block .trading-table tr:first-of-type th:nth-of-type(1),
.elementor-shortcode .trading-table tr:first-of-type td:nth-of-type(1),
.single-post .block .trading-table tr:first-of-type td:nth-of-type(1) {
    width: 12%;
    z-index: 99;
}

.single-post .block .trading-table th:nth-of-type(n + 3),
.elementor-shortcode .trading-table th:nth-of-type(n + 3),
.elementor-shortcode .trading-table td:nth-of-type(n + 3),
.single-post .block .trading-table td:nth-of-type(n + 3),
.single-post .block .trading-table td:nth-of-type(n + 3) {
    text-align: center;
    width: 8%;
		padding-left: 10px;
		padding-right: 10px;
}

.elementor-shortcode .trading-table th:last-of-type,
.single-post .block .trading-table th:last-of-type,
.elementor-shortcode .trading-table td:last-of-type,
.single-post .block .trading-table td:last-of-type {
    padding-right: 20px;
}

.single-post .block .trading-table.columns-11 th:last-of-type, .single-post .block .trading-table.columns-10 th:last-of-type {
    min-width: 100px;
}


.elementor-shortcode .trading-table tr td:first-of-type,
.single-post .block .trading-table tr td:first-of-type {
    color: #ed7f1b;
    font-weight: 900;
}

.elementor-shortcode .trading-table td:last-of-type,
.single-post .block .trading-table td:last-of-type
{
		font-weight:700;
		position: relative;
		z-index: 1;
}

.elementor-shortcode .trading-table td.positive:last-of-type,
.single-post .block .trading-table td.positive:last-of-type,
.single-post .block .historical-performance.columns-10 td.positive:nth-of-type(1n + 8),
.single-post .block .historical-performance.columns-10 td.positive:nth-of-type(1n + 9),
.single-post .block .historical-performance.columns-11 td.positive:nth-of-type(1n + 9),
.single-post .block .historical-performance.columns-10 td.positive:nth-of-type(1n + 10),
.single-post .block .historical-performance.columns-9 td.positive:nth-of-type(1n + 8),
.single-post .block .historical-performance.columns-9 td.positive:nth-of-type(1n + 9),
#asx-event td.positive:nth-of-type(8){
		color: #65b966;
}

.elementor-shortcode .trading-table td.negative:last-of-type,
.single-post .block .trading-table td.negative:last-of-type,
.single-post .block .historical-performance.columns-10 td.negative:nth-of-type(1n + 8),
.single-post .block .historical-performance.columns-10 td.negative:nth-of-type(1n + 9),
.single-post .block .historical-performance.columns-11 td.negative:nth-of-type(1n + 9),
.single-post .block .historical-performance.columns-10 td.negative:nth-of-type(1n + 10),
.single-post .block .historical-performance.columns-9 td.negative:nth-of-type(1n + 8),
.single-post .block .historical-performance.columns-9 td.negative:nth-of-type(1n + 9),
#asx-event td.negative:nth-of-type(8){
		color: #FF8888;
}

.single-post .block .historical-performance.columns-11 td:nth-of-type(1n + 9),
.single-post .block .historical-performance.columns-10 td:nth-of-type(1n + 8),
.single-post .block .historical-performance.columns-10 td:nth-of-type(1n + 9),
.single-post .block .historical-performance.columns-10 td:nth-of-type(1n + 10),
.single-post .block .historical-performance.columns-9 td:nth-of-type(1n + 8),
.single-post .block .historical-performance.columns-9 td:nth-of-type(1n + 9),
#asx-event td:nth-of-type(8){
    font-weight: 700;
}

.single-post .block #fx-and-liquid-markets .highlight{
	color: #6697d0;
}

.elementor-shortcode .trading-table tr td:last-of-type:after,
.single-post .block .trading-table tr td:last-of-type:after,

.single-post .block #fx-and-liquid-markets .highlight:after,
.single-post .block .historical-performance.columns-11 td:nth-of-type(1n + 9):after,
.single-post .block .historical-performance.columns-10 td:nth-of-type(1n + 8):after,
.single-post .block .historical-performance.columns-10 td:nth-of-type(1n + 9):after,
.single-post .block .historical-performance.columns-9 td:nth-of-type(1n + 8):after,
#asx-event td:nth-of-type(8):after
{
    content: '';
    display: block;
    width: 80px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    z-index: -1;
    left: 50%;
    margin-left: -46px;
    border-radius: 5px;
}

.single-post .block #fx-and-liquid-markets .highlight:after{
	background: #d9ebff;
}

.single-post .block #fx-and-liquid-markets th:nth-of-type(n + 3),
.single-post .block #fx-and-liquid-markets td:nth-of-type(n + 3){
	padding-left: 5px;
	padding-right: 5px;
}

.single-post .block #fx-and-liquid-markets th:nth-of-type(1),
.single-post .block #fx-and-liquid-markets td:nth-of-type(1){
	width: 8%;
}

.single-post .block #fx-and-liquid-markets td:nth-of-type(2), .single-post .block #fx-and-liquid-markets th:nth-of-type(2) {
    text-align: center;
    padding: 14px;
}

.single-post .block #fx-and-liquid-markets td:last-of-type:after {
    width: 65px;
    margin-left: -32px !important;
}


.elementor-shortcode .trading-table tr td.positive:last-of-type:after,
.single-post .block .trading-table tr td.positive:last-of-type:after,
.single-post .block .historical-performance.columns-10 td.positive:last-of-type:after,
.single-post .block .historical-performance.columns-11 td.positive:nth-of-type(1n + 9):after,
.single-post .block .historical-performance.columns-10 td.positive:nth-of-type(1n + 8):after,
.single-post .block .historical-performance.columns-10 td.positive:nth-of-type(1n + 9):after,
.single-post .block .historical-performance.columns-9 td.positive:nth-of-type(1n + 8):after,
#asx-event td.positive:nth-of-type(8):after{
		/* background: #DAEEDA; */
}

.elementor-shortcode .trading-table tr td.negative:last-of-type:after,
.single-post .block .trading-table tr td.negative:last-of-type:after,
.single-post .block .historical-performance.columns-10 td.negative:last-of-type:after,
.single-post .block .historical-performance.columns-11 td.negative:nth-of-type(1n + 9):after,
.single-post .block .historical-performance.columns-10 td.negative:nth-of-type(1n + 8):after,
.single-post .block .historical-performance.columns-10 td.negative:nth-of-type(1n + 9):after,
.single-post .block .historical-performance.columns-9 td.negative:nth-of-type(1n + 8):after,
#asx-event td.negative:nth-of-type(8):after{
		/* background: #FFEBEB; */
}

.elementor-shortcode .trading-table tr td:last-of-type:after,
.single-post .block .trading-table tr td:last-of-type:after,
.single-post .block .historical-performance.columns-11 td:last-of-type:after,
.single-post .block .historical-performance.columns-10 td:last-of-type:after,
.single-post .block .historical-performance.columns-9 td:last-of-type:after{
	margin-left: -46px !important; 
}

.single-post .block #fx-and-liquid-markets .highlight:after,
.single-post .block .historical-performance.columns-11 td:nth-of-type(1n + 9):after,
.single-post .block .historical-performance.columns-10 td:nth-of-type(1n + 8):after,
.single-post .block .historical-performance.columns-10 td:nth-of-type(1n + 9):after,
.single-post .block .historical-performance.columns-9 td:nth-of-type(1n + 8):after,
#asx-event td:nth-of-type(8):after{
	margin-left: -40px;
}

.single-post .block #fx-and-liquid-markets .highlight:last-of-type:after{
	margin-left: -46px;
}


#upcoming-ipo-table tr td:last-of-type:after,
#upcoming-dividends-table tr td:last-of-type:after,
#asx-top-momentum-stocks tr td:last-of-type:after{
	 display: none;
}

#upcoming-ipo-table td:last-of-type,
#upcoming-dividends-table td:last-of-type,
#asx-top-momentum-stocks td:last-of-type{
	 color: initial;
	 font-weight: initial;
}

table#asx-top-momentum-stocks td:nth-of-type(3) div,
table#asx-up-trending-stocks td:nth-of-type(3) div,
table#asx-up-trending-stocks-hist td:nth-of-type(3) div,
table#us-top-momentum-stocks td:nth-of-type(3) div{
    height: 0;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

table#asx-fundamental-picks td:last-of-type, table#us-fundamental-picks td:last-of-type{
	font-weight: initial;
}

#asx-short-interest td:nth-of-type(4),
#us-short-interest td:nth-of-type(4),
#asx-short-interest td:nth-of-type(5),
#us-short-interest td:nth-of-type(5),
#asx-event td:last-of-type {
    font-weight: initial;
}

table#insider-buying td:last-of-type:after,
table#insider-selling td:last-of-type:after,
#asx-short-interest td:last-of-type:after,
#us-short-interest td:last-of-type:after{
	display: none;
}

#insider-buying td:last-of-type,
#insider-selling td:last-of-type,
#asx-short-interest td:last-of-type,
#us-short-interest td:last-of-type{
    color: #141414;
}

#asx-event th:last-of-type {
    width: 20%;
}

table.columns-4 {
    max-width: 700px;
    margin: 0 auto;
}

table.columns-5 {
    max-width: 800px;
    margin: 0 auto;
}

/* CUSTOM TABLE */

.single-post .block .custom-table {
    border: 1px solid #a5b3c2;
    max-width: 800px;
    margin: 0 auto;
	font-size: 13px;
}

.single-post .block .custom-table tr:first-of-type th {
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
	color: #466281;
}

.single-post .block .custom-table tr{
	border-top: 1px solid #a5b3c2;
	border-bottom: 1px solid #a5b3c2;
}

.single-post .block .custom-table tbody tr td{
	background: #f4f7f9;
	padding: 20px;
	text-align: left;
}

.custom-table tr td:first-of-type, .custom-table tr th:first-of-type {
    width: 40%;
}

.custom-table tbody tr td:first-of-type{
    font-weight: 700;
    color: #466281;
	letter-spacing: 0.03em;
}

.custom-table {
    text-align: left;
}

/* PRICING PAGE */

.pricing-table{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pricing-table .column{
    border: 1px solid #eee;
    background: white;
	-webkit-box-flex: 33.33%;
	    -ms-flex: 33.33%;
	        flex: 33.33%;
}

.pricing-table .column.scale{
	-webkit-transform: scale(1.15);
	        transform: scale(1.15);
    -webkit-box-shadow: 0 6px 20px rgba(68,68,68,0.1);
            box-shadow: 0 6px 20px rgba(68,68,68,0.1);
}

.pricing-table .title {
    padding: 30px 20px;
}

.pricing-table .title h3{
	margin: 0;
}

.pricing-table .title h3 img{
	display: inline-block;
    width: 60px;
    position: relative;
    top: -3px;
}

.pricing-table .price{
	padding: 40px 20px;
	background: #f7f7f7;
	text-align: center;
}

.pricing-table .price h2 span {
    display: block;
    font-size: 13px;
    text-transform: lowercase;
	font-weight: 400;
}

.pricing-table .price h2 sup {
    top: -1.7em;
    margin-left: -0.5em;
    font-size: 35%;
}

.pricing-table .column:nth-of-type(3) sup{
	margin-left: 0;
	margin-right: -0.5em;
}

.pricing-table .price h2 {
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 40px;
}

.pricing-table .column:nth-of-type(3) .title h3{
	height: 24px;
    position: relative;
    top: -12px;
}
.pricing-table .column:nth-of-type(1) .price {
    border-bottom: 9px solid #9bb5c6;
}

.pricing-table .column:nth-of-type(2) .price {
    border-bottom: 14px solid #f7f7f7;
}

.pricing-table .column:nth-of-type(3) .price {
    border-bottom: 9px solid #a1a2b7;
}

.pricing-table .column:nth-of-type(3) .price h2 {
    font-size: 33px;
}

.pricing-table .price a {
    border: 1px solid #161616;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #161616;
    font-size: 14px;
    letter-spacing: 0.07em;
}

.embed-container {
    max-width: 50% !important;
    margin: 0 auto;
    padding-bottom: 30% !important;
}

#alm-filter-1 .active {
    border-color: #161c22 !important;
}

.single-post .block ol li {
    line-height: 2;
    margin-bottom: 0px
}

.pricing-table .column:nth-of-type(2) .price a{
	background: #92b0af;
	color: white;
	border-color: #92b0af;
}

.features {
    padding: 30px 78px;
	position: relative;
}

.features ul {
	margin: 0;
	padding: 0;
}

.features ul li {
	list-style-type: none;
	font-size: 13px;
	margin: 15px 0;
	padding-left: 0px;
	position: relative;
}

.features ul li::before {
	content: '';
	background-image: url('https://rivkin.com.au/members/wp-content/uploads/2019/08/icon-benefits.png');
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-left: -40px;
	margin-top: -12px;
	background-size: contain;
	background-repeat: no-repeat;
}

.features span {
    position: absolute;
    left: 15px;
    font-size: 11px;
    color: #aaa;
    bottom: 0px;
}

.features strong{
	white-space: nowrap;
}

.pricing-table .column:nth-of-type(3) .features ul li {
    position: relative;
    left: 25px;
}

/* COMPARISON TABLE */

.comparison-table table svg {
    width: 16px;
}

.comparison-table table tr:nth-of-type(even) {
    background: #F9F9F9;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.comparison-table tr td:first-of-type, .comparison-table tr th:first-of-type {
    text-align: left;
    width: 50%;
}

.comparison-table td, .comparison-table th {
    padding: 10px;
    text-align: center;
    font-size: 13px;
}

.comparison-table table th{
	font-size: 15px;
	padding: 15px 10px;
	text-transform: uppercase;
}

.comparison-table tr th:nth-of-type(1n + 2) {
    width: 15%;
}

.comparison-table table th img {
    width: 50px;
    position: relative;
    top: -2px;
}

.faq h3, .comparison-table h3 {
    font-weight: 700;
    margin-bottom: 60px;
}

.faq .row {
    margin-left: -50px;
    margin-right: -50px;
}

.faq .col-6 {
    padding: 0 50px;
}

.faq p {
    font-size: 14px;
    margin-bottom: 60px;
    line-height: 2;
}

.faq h6 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 30px;
}

/* MANAGED  */

.logo-box{
	border-radius: 5px;
	padding: 50px 20px;
	text-align: center;
}

.logo-box img {
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
}


/* CHECKOUT */

.mepr-signup-form .mp-form-label, fieldset label{
    font-size: 13px !important;
    margin-bottom: 5px;
}

.mp-form-row.mepr_first_name .mp-form-label label:after, .mp-form-row.mepr_last_name .mp-form-label label:after {
    content: '*';
}

.mp-form-row.mepr_password_confirm {
    display: block;
}

.mp_wrapper .mp-form-row {
    position: relative;
}

.mp_wrapper .mepr-form-has-errors, .mp_wrapper .cc-error {
    left: 47px;
    font-size: 12px;
    top: 3px;
}

.mepr-form input.invalid {
    border-width: 1px !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mepr-form input.invalid, .mepr-form select.invalid, .mepr-form textarea.invalid, .mepr-form label.mepr-checkbox-field.invalid, .mepr-form div.mepr-checkboxes-field.invalid, .mepr-form div.mepr-radios-field.invalid {
    background-color: #ffffff !important;
	border: 1px solid #ED7F1B !important;
}

.mp-form-row.mepr_custom_field.mepr_mepr-address-two /*, .mp-form-row.mepr_custom_field.mepr_mepr-address-city */ {
    display: none;
}

.mp_wrapper select {
    padding: 10px 15px !important;
	background-color: white;
    background-image: url(https://rivkin.com.au/members/wp-content/uploads/2019/10/angle-arrow-down.svg);
    background-size: 12px;
    background-position: 95% center;
    background-repeat: no-repeat;
}

input.next.action-button {
    background: #ED7F1B;
    color: white;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-family: 'Open Sans';
    font-weight: 700;
	border: 0;
}

.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type=text], .mp_wrapper input[type=url], .mp_wrapper input[type=email], .mp_wrapper input[type=tel], .mp_wrapper input[type=number], .mp_wrapper input[type=password], option {
    font-size: 13px;
    line-height: 2.4;
}

.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type=text], .mp_wrapper input[type=url], .mp_wrapper input[type=email], .mp_wrapper input[type=tel], .mp_wrapper input[type=number], .mp_wrapper input[type=password] {
    padding: 10px 15px;
}

.mp_wrapper select {
    border-radius: 3px;
    padding: 16px 10px;
}

.mepr-checkout-form.spc input {
    height: 53px;
}

form#mepr-signup-form {
    position: relative;
}

/*
form#mepr-signup-form fieldset{
    position: relative;
}

.page-template-page-strategies-register form#mepr-signup-form fieldset:not(:first-of-type) {
	display: none;
}
*/

.modal-content .mp-form-row.mepr_first_name, .modal-content .mp-form-row.mepr_last_name {
    display: none !important;
}

a.go-back {
    padding: 20px;
    font-size: 13px;
    text-decoration: underline;
    color: #333;
    position: absolute;
    bottom: 0;
}

.modal-content{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.modal-content .pricing-table{
	display: block;
}

.modal-content .pricing-table h2 span {
    letter-spacing: 0;
}

.modal-content .price {
    background: transparent;
    padding: 0;
}

.modal-content .pricing-table .price h2{
	margin-bottom: 0
}

.modal-content .upgrade{
	background: #ED7F1B;
    color: white;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-family: 'Open Sans';
    font-weight: 700;
	border: 0;
	text-align: center;
	display: block;
}

.modal-content .features {
    padding: 30px 78px;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

/*
.modal-content .features ul li {
    margin: 10px auto;
    display: inline-block;
}.features {
    
}

.modal-content .features ul li:nth-of-type(2){
	max-width: 150px;
}
*/

.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type="text"], .mp_wrapper input[type="url"], .mp_wrapper input[type="email"], .mp_wrapper input[type="tel"], .mp_wrapper input[type="number"], .mp_wrapper input[type="password"], option{
	-webkit-appearance: none;
}

.login-container{
	position: relative;
}

.switch-box {
    position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}

.switch-box:not(:first-of-type) {
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translateX(-60%) translateY(-50%);
            transform: translateX(-60%) translateY(-50%);
	min-width: 300px;
	opacity: 0;
	visibility: hidden;
}

.switch-box:not(:first-of-type).show-box{
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	opacity: 1;
	visibility: visible;
}

.visibility-hidden{
	visibility: hidden;
}

.go-back-step {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-top: 5px;
    background: 0;
    border: 0;
    font-family: Open Sans;
    color: #ed7f1b;
    text-decoration: underline;
    font-size: 13px;
}

.mepr-signup-form .switch-box:not(:first-of-type) {
	position: absolute;
	top: 0;
    -webkit-transform: translateX(-60%) translateY(0%);
            transform: translateX(-60%) translateY(0%);
	min-width: 300px;
	opacity: 0;
	visibility: hidden;
}

.register-insights .switch-box:not(:first-of-type){
	position: inherit;
	top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
	min-width:  inherit;
	opacity:  inherit;
	visibility: inherit;
}

.gated-register #mepr-signup-form fieldset.switch-box {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    min-width: inherit;
    opacity: inherit;
    visibility: inherit;
}

.mepr-signup-form .switch-box:not(:first-of-type).show-box{
	-webkit-transform: translateX(-50%) translateY(0%);
	        transform: translateX(-50%) translateY(0%);
	opacity: 1;
	visibility: visible;
}

.lead-modal .login-container {
    padding: 0;
}

.lead-modal .gated-register #mepr-signup-form .switch-box:nth-of-type(2) {
    display: none;
}

.hide-box{
	-webkit-transform: translateX(-10%);
	        transform: translateX(-10%);
	opacity: 0;
}

.alm-filter--title {
    text-align: left;
}

/* div#alm-filter-2 {
    margin-left: 13% ;
} */

div#alm-filter-4 {
    padding-left: 0px ;
    width: 20% !important;
}

.alm-filters-container .alm-filter--title h3 {
    font-size: 12px !important;
}

.alm-filter--radio .alm-filter--link {
	transition: all 500ms ease;
}

.toggle-container > div {
    border-bottom: 1px solid #d4d9dd !important;
}

.block h3 {
    font-size: 1.4rem !important;
}

.block .custom-table {
    margin-bottom: 20px !important;
}

/* CONTACT */

.wpcf7-text {
    line-height: 45px;
    font-size: 13px;
    padding: 0 15px !important;
    font-family: 'Open Sans';
    width: 70%;
    border: 1px solid #dedede !important;
}

.wpcf7-textarea {
    padding: 15px;
    font-size: 13px;
    font-family: 'Open Sans';
	border: 1px solid #dedede !important;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: orange !important;
    outline: 0;
}

input.wpcf7-form-control.wpcf7-submit{
	border: 0;
    font-size: 14px;
    color: white;
	width: 70%;
    background: #ed7f1b;
    line-height: 40px;
    font-weight: 700;
    border-radius: 4px;
    font-family: 'Open Sans';
    padding: 6px 50px;
    text-transform: uppercase;
}

ul.contact-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0 0 0 20px;
}

ul.contact-list li{
    padding: 10px 0;
}

ul.contact-list li svg{
	margin-right: 10px;
}

/* COMMENT BOX*/

div#comments {
    text-align: left;
}

ol.comment-list, ol.children {
    list-style: none;
}

.reply a, .comment-respond p.form-submit input {
    background: #eaeaea;
    padding: 4px 10px;
    color: #9a9a9a;
    font-size: 14px;
    border-radius: 4px;
    font-family: 'Open Sans';
    font-weight: 400;
    border: 1px solid #eaeaea;
    line-height: 26px;
    display: inline-block;
}

.comment-content p{
	margin-bottom: 10px;
}

ol.comment-list {
    margin: 0;
    padding: 25px 0;
}

.comment-metadata {
    font-size: 13px;
    color: #9a9a9a;
}

a.comment-edit-link{
	display: none;
}

.comment-body {
    margin-bottom: 20px;
}

p.logged-in-as, p.comment-form-comment label {
    display: none;
}

h3#reply-title {
    font-size: 1rem;
}

/* ACCOUNT PREFS */

.mepr-account-subscr-id, 
#mepr-account-subscriptions-table th:nth-of-type(3),
#mepr-account-subscriptions-table td:nth-of-type(3),
#mepr-account-subscriptions-table th:nth-of-type(6),
#mepr-account-subscriptions-table td:nth-of-type(6){
    display: none;
}

.mobile-icon {
	display: none;
}

/* LEAD MODAL */

.single-post .block.blur-content > p, .single-post .block.blur-content > table , .single-post .block.blur-content > h1, .single-post .block.blur-content > h2, .single-post .block.blur-content > h3, .single-post .block.blur-content > h4, .single-post .block.blur-content > h5, .single-post .block.blur-content > h6{
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.blur-content {
        -webkit-touch-callout: none; /* iOS Safari */
          -webkit-user-select: none; /* Safari */
           -khtml-user-select: none; /* Konqueror HTML */
             -moz-user-select: none; /* Old versions of Firefox */
              -ms-user-select: none; /* Internet Explorer/Edge */
                  user-select: none; /* Non-prefixed version, currently
                                        supported by Chrome, Opera and Firefox */
}

.lead-modal {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 100;
    min-width: 600px;
    padding: 60px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}

div.wpcf7 .ajax-loader {
    position: absolute;
}

.lead-modal {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-template-page-strategies-register .page-title, .memberpressproduct-template-page-free-trial-register .page-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-top: 50px;
    font-size: 27px;
}

.references {
    display: flex;
    align-items: center;
}

.container-notifications {
    max-width: 725px;
    margin: auto;
}

.box-notification h2{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}
.small-box-notifications {
    margin: 15px 14px;

}
.small-box-notifications h3 {
    font-size: 14px;
    color: #ed7f1b;
    border-bottom: 1px solid;
    max-width: 190px;
    font-weight: 600;
    padding-bottom: 3px;
}
.small-box-notifications .notifications-list {
    display: flex;
    flex-wrap: wrap;

}

.small-box-notifications .notifications-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15%;
}
.small-box-notifications .notification {
    display: flex;
    align-items: center;
    background-color: #F9F9F9;
    padding: 7px;
    border-radius: 5px;
    margin: 5px 10px;
    width: 205px;
}

.small-box-notifications .notification:hover {
    cursor: pointer;
}
.small-box-notifications .notification svg {
    width: 19px;
    margin-right: 10px;
}
.small-box-notifications .notification span {
    font-size: 13px;
}

.img-zoom-modal {
	background-color: #000000;
	z-index: 99999;
	margin-top: 0;
}
.img-zoom-modal .modal-header{
	border-bottom: none;
	padding-right: 4%;
	padding-top: 0;
}
.img-zoom-modal .modal-header button {
	font-size: 40px;
}
.img-zoom-modal .modal-header button,.img-zoom-modal .modal-header button span{
	color: #FFFFFF;
	opacity: 1;
}
.img-zoom-modal .modal-dialog {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	margin-top: 0;
}
.img-zoom-modal .modal-content {
	max-width: 100%;
	background-color: #000000;
}
.img-zoom-modal .modal-content img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.zoom-img-box {
	padding: 0 !important;
	padding-right: 4% !important;
}
.zoom-img-box img:hover {
	cursor: pointer;
}

/* PORTFOLIOS */
.portfolio-filters {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.btn-portfolios {
	background-color: #f2f2f2;
	color: #000000;
	font-weight: 700;
	margin-right: 5px;
	padding: 12px;
	border: 0;
	outline: 0 !important;
	text-transform: uppercase;
    letter-spacing: .07em;
    font-family: 'Open Sans';
    font-weight: 700;
	text-align: center;
}
.btn-portfolios.active {
	background-color: #000000;
	color: #FFFFFF;
	cursor: default;
}

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

    .social-sharer-container{
        left: 20px;
    }
        
    .social-sharer a:hover span {
        right: inherit !important;
        left: 40px;
        background: white;
    }
    .social-sharer span {
        right: inherit !important;
        background: transparent;
        left: 20px;
        padding: 10px 15px;
        border-radius: 5px;
        border: 1px solid #ed7f1b;
    }
}
/* RESPONSIVE TABLET */	
@media screen and (min-width: 768px) and (max-width: 835px){	
    /* NAVBAR */	
    header#masthead {	
        padding: 0;	
        max-width: 1023px;
    }	
    header#masthead .main-navigation {	
        flex: initial;	
    }	
    header#masthead .additional-nav {	
        min-width: 190px;	
    }	
    header#masthead .site-branding {	
        display: none;	
    }	
    header#masthead .menu-main-menu-container {	
        justify-content: initial;	
    }	
    .main-navigation {	
        width: initial;	
    }	
    /* MAIN */	
    .layout-info {	
        display: none;	
    }	
    /* LIST POSTS */	
    .post-grid.wrapper {	
        margin-bottom: 20px;	
    }	
    .post-grid .post-content {	
        width: 100% !important;	
        height: 300px;	
        margin: 0 0 20px !important;	
        padding-bottom: 0 !important;	
    }	
    /* MORE POSTS */	
    .container {	
        max-width: 720px;	
        width: 90%;	
    }	
    .more-posts > div > div, .related-articles > div > div {	
        flex: 0 0 280px !important;	
        height: 240px !important;	
        margin-right: 20px;	
    }	
    .related-posts .more-posts > div, .related-posts .related-articles > div {	
        flex-wrap: nowrap !important;	
        overflow-y: auto;	
        padding-left: 20px;	
        padding-right: 20px;	
        width: 100vw;	
    }	
    .related-posts .more-posts, .related-posts .related-articles {	
        text-align: center;	
        flex: 0 0 100%;	
    }	
    .more-posts, .related-articles {	
        margin-bottom: 40px;	
    }	
    .related-posts .button-small {	
        text-align: center;	
        position: relative;	
        left: -10px;	
    }	
    .recommended-posts-block {	
        width: 100vw;	
        padding-left: 20px;	
        padding-right: 20px;	
    }	
    .single-post main .container {	
        padding: 0;	
    }	
    .recommended-posts-block .flex {	
        display: inline-flex;	
        flex-wrap: nowrap !important;	
        overflow-y: auto !important;	
        width: calc(100vw - 20px);	
        justify-content: flex-start !important;	
    }	
    .single-post .recommended-post {	
        flex: 0 0 280px !important;	
        padding: 60px 20px 20px;	
        margin-right: 20px;	
        height: 240px !important;	
    }	
    .single-post main .container {	
        margin-left: 0;	
        margin-right: 0;	
    }	
    .single-post .content {	
        justify-content: center;	
    }	
    .single-post .block, .single-post .introduction-block {	
        padding-right: 20px;	
    }	
    /* SMSF */	
    .content-area.smsf .site-main, .content-area.managed .site-main{	
        padding: 0 20px;	
    }
} 
/* RESPONSIVE 767 */
@media screen and (max-width: 767px){
    
    /* PORTFOLIOS */
    .portfolio-filters {
        flex-wrap: wrap;
    }
    .btn-portfolios {
        width: 43%;
        margin: 3px;
    }
	.primary-container-boxes {
		display: block;
	}
	.primary-container-boxes > .space-box:nth-child(1) {
		width: 100%;
		padding: 0;
	}
	/* .strategies .box:nth-child(1) {
		margin: 0;
		margin-bottom: 10px;
	} */
	.strategies .content-box {
		display: block;
		width: 100%;
	}
	
	.primary-container-boxes > .space-box:nth-child(2) {
		width: 100%;
	}
	.featured .box:nth-child(2) {
		margin-top: 0;
	}
	.primary-container-boxes {
		padding-bottom: 20px;
	}
	.title-and-arrows h1 {
		width: 100%;
		flex: 1;
	}
	.category-boxes-container .fade {
		opacity: 1;
		display: block;
	}
	.categories-container {
		padding: 40px 20px;
	}
	.category-boxes-container {
		width: calc(100% + 15px);
		overflow: scroll;
		flex-wrap: nowrap;
		max-height: 1000px;
		opacity: 1;
		height: 100%;
		max-height: 1000px;
		padding: 30px 10px;
		justify-content: flex-start;
	}
	.category-boxes-container .category-box {
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 20px;
		flex: 0 0 250px;
	}
	.category-boxes-container .category-box .category-box-main {
		height: 190px;
	}
	.title-and-arrows .arrows {
		display: none;
	}
	
	.small-box-notifications .notifications-list {
        margin-left: 0;
    }
	
	
	.by-rivkin-img {
		width: 50%;
	}
	.second-logo {
		margin-left: 10px;
		width: 150px;
	}
	header#masthead {
		/* background: url('../images/bg.gif') 0 0 repeat-x; */
		background: linear-gradient(45deg,#161c22,#29373f);
	}
    
.keyconcept-triangle {
    display:none;
}
.single-keyconcept .go-back {
    margin-left: 0 !important;
}
.keyconcept-shortcode-description {
    /* left: initial;
    min-width: 340px; */
    position: fixed;
    left: 0;
    top: 145px;
    box-shadow: 0 37px 20px rgba(68,68,68,.2);
}
.disclaimer-container {
    overflow: auto;
}
.cf-disclaimer {
   margin-left: auto; margin-right: auto;
}
.container-total {
    flex-direction: column-reverse;
}
.total-box {
    margin-bottom: 15px;
}
.references {
    display: block;
}
.post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(2) h5, .post-grid .alm-reveal:nth-of-type(1) .post-content:nth-child(9) h5 {
    font-size: 18px;
}

/* COMMENTS */
#wpcomm .wc-comment-header, #wpcomm .wc-reply .wc-comment-header {
    margin-left: 0;
}
/* SHARED PACK LANDING */
.shared-pack-landing .cover-page {
    display: inherit;
    background-image: url( '../images/shared-pack/mobile-header-bkg.jpg' );
    min-height: 300px;
}
.shared-pack-landing .cover-page .box {
    min-width: initial;
}
.shared-pack-landing .cover-page .box {
    width: 100%;
    margin: 0;
    margin-top: 15%;
}
.shared-pack-landing .cover-page .box h1 {
    text-align: center;
    font-size: 2em;
}
.shared-pack-landing .cover-form .box {
    margin-left: 5%;
    margin-right: 5%;
}
.shared-pack-landing .cover-form h2 {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.4em;
}
.shared-pack-landing .form-box form {
    width: 100% !important;
}
.shared-pack-landing .section-contact {
    width: 100%;
}
.shared-pack-landing .cover-form ._field-wrapper {
    border-bottom: #979797 1px solid;
}
.shared-pack-landing .small-boxes {
    display: initial;
}
.shared-pack-landing .product-description {
    margin-left: 5%;
    margin-right: 5%;
}
.shared-pack-landing .product-description .box h2 {
    font-size: 1.5em;
}
.shared-pack-landing .small-boxes .step-box {
    max-width: initial;
}
.shared-pack-landing .small-boxes .step-box h5 {
    color: #ed7f1b;
}
.shared-pack-landing .years-box .trades {
    width: 100%;
}
.shared-pack-landing .years-box .trades h3 {
    text-align: center;
    font-size: 1.7em;
}
.shared-pack-landing .subscription-img, .shared-pack-landing .subscription-info {
    width: 100%;
}
.shared-pack-landing .subscription-info h2 {
    text-align: center;
    font-size: 1.5em;
}
.shared-pack-landing .subscription-info {
    text-align: left;
}
.shared-pack-landing .subscription-info ul {
    margin: 0 0 1.5em 0em;
}
.shared-pack-landing .banner-footer {
    text-align: center;
}
.shared-pack-landing .banner-footer .banner {
    margin: 0;
    padding: 0;
    min-width: initial;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
}
.shared-pack-landing .banner div {
    width: 100%;
}
.shared-pack-landing .banner div:last-child {
    text-align: center;
    margin-top: 40px;
}
.shared-pack-landing .first-trades li, .shared-pack-landing .subscription-info ul li {
    font-size: 1.1em;
}
/*EOFY 2020*/
.shared-pack-landing.eofy-2020 .cover-page {
    background-image: url( '../images/eofy-2020/eofy-landing-mobile2.jpg' );
}
.shared-pack-landing.eofy-2020 .cover-page .box h1 {
    color: #FFF;
}
.shared-pack-landing.eofy-2020 .product-description {
    display: block !important;
}
.shared-pack-landing.eofy-2020 .box.tl {
    margin: auto !important;
    width: 100% !important;
}
.shared-pack-landing.eofy-2020 .eofy-2020-boxes {
    display: flex !important;
    flex-direction: column-reverse !important;
}
.shared-pack-landing.eofy-2020 .eofy-2020-boxes .trades.tl {
   width: 100%;
   margin-top: 0 !important;
}
.shared-pack-landing.eofy-2020 .years-box .years-image {
    margin-top: 50px !important;
}
.eofy-2020 .eofy-2020-text {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
/*EOFY 2020 Strategies*/
.shared-pack-landing.eofy-2020-strategies .cover-page {
    background-image: url( '../images/eofy-2020-strategies/eofy2020-strategies-mobile.jpg' );
}
.shared-pack-landing.eofy-2020-strategies .cover-page .box h1 {
    color: #FFF;
}
.shared-pack-landing.eofy-2020-strategies .product-description {
    display: block !important;
}
.shared-pack-landing.eofy-2020-strategies .box.tl {
    margin: auto !important;
    width: 100% !important;
}
.shared-pack-landing.eofy-2020-strategies .eofy-2020-boxes {
    display: flex !important;
    flex-direction: column-reverse !important;
}
.shared-pack-landing.eofy-2020-strategies .eofy-2020-boxes .trades.tl {
   width: 100%;
   margin-top: 0 !important;
}
.shared-pack-landing.eofy-2020-strategies .years-box .years-image {
    margin-top: 50px !important;
}
.eofy-2020-strategies .eofy-text {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
/* 3-MONTHS-LANDING-PAGE */
.three-months-landing .cover-page .box h1 {
    font-size: 3em;
}
.three-months-landing .cover-page .box {
    width: 100%;
    margin-left: 0;
    text-align: center;
}

.three-months-landing .switch-box:not(:first-of-type) {
    left: 0;
}
.three-months-landing #counter .clock-box {
    min-width: 70px;
    font-size: 2.4em;
    text-align: center;
    margin-right: 0.1em;
}

.three-months-landing .cover-page {
    text-align: center;
    background-image: url( '../images/3-months-landing/3months-landing-mobile4.jpg' );
}

.three-months-landing #counter {
    margin-left: 0.1em;
}
.three-months-landing .btn-buy, .shared-pack-landing .btn-buy {
    padding: 12px 2em 12px 2em;
}
.three-months-landing .nav-landing .info, .shared-pack-landing .nav-landing .info {
    display: inline;
    justify-content: flex-end;
    font-size: .7em;
    align-items: center;
    text-align: right;
    width: 100%;
}
.three-months-landing .nav-landing .info div:nth-child(2), .shared-pack-landing .nav-landing .info div:nth-child(2) {
    margin-left: 0;
}
.three-months-landing .nav-landing .site-branding a, .shared-pack-landing .nav-landing .site-branding a {
    max-width: 140px;
    transition: all 300ms ease;
}
.three-months-landing .product-description .box {
    text-align: justify;
    margin: auto 5% auto 5%;
}
.three-months-landing .product-description .box.single-post {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
}

.three-months-landing .signup-responsive {
    text-align: center;
}
/* RESPONSIVE-UPGRADE */
.responsive-upgrade a {
    background: #ED7F1B;
    width: 120px;
    /* height: 80px; */
    border: 1px solid;
    border-radius: 5px;
    color: #FFF !important;
    padding: 5px;
    font-weight: 600;
}

.responsive-my-account a:before {
    display: inline-block;
    background-size: 18px;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    content: '  ';
    background-image: url('../images/svg.svg');
    vertical-align: middle;
}

nav .loggedin {
		display: none;
}

nav .responsive-additional-actions {
    display: flex;
}
nav .responsive-additional-actions div {
    margin-right: 10px;
}
/* MANAGED */

.managed .modal-content {
    padding: 0;
}

.managed .modal-body {
    padding: 0;
}

.managed-modal .modal-body table {
    max-height: 340px;
    margin-top: 10px;
}

.managed .text-below {
    margin-bottom: 10px;
}

.managed .text-below p {
    width: 90%;
}

.managed-modal button {
    max-height: 300px;
    width: 115px !important;
}

/* SMSF */
.smsf table, .managed table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.smsf .data-row p, .managed .data-row p {
    max-width: 280px;
}
.smsf .data-row .data, .managed .data-row .data {
    width: initial;
}
.smsf .table-container .title-box, .managed .table-container .title-box {
    display: block;
}

.smsf .block .trading-table tr td, .managed .block .trading-table tr td {
    padding-right: 50px;
}

.smsf .total-box, .managed .total-box {
    display: grid;
}

.smsf .total-box .text, .managed .total-box .text {
    text-align: left;
}

.smsf .total-box .text, .smsf .total-box .total, .managed .total-box .text, .managed .total-box .total {
    margin: auto;
    min-width: 200px;
}

.smsf .total-box .total p, .managed .total-box .total p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.marketing .section-resume {
    padding: 0 20px;
}

.marketing .section-resume, .marketing .section-contact, .marketing .section-video .wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.marketing .section-resume .icons {
    justify-content: center;
}

.marketing .section-resume .icons .item {
    width: 50%;
}

.marketing .section-video {
    height: 650px;
}

.marketing .section-video .wrapper {
    text-align: center;
}

.marketing .section-video .text-video {
    display: block;
    justify-content: center;
}

.marketing .section-video .video {
    display: none;
}

.marketing .section-video .video-responsive {
    display: block;
}

.marketing .section-resume .icons .item:nth-child(2n) {
    flex-shrink: 0;
    flex-basis: 50%;
}

.btn-clear {
    border: none !important;
}

.hamburger, .mobile-navigation {
	display: block;
}
	
.big-text {
    font-size: 32px;
}

.page-title {
    font-weight: 500;
    padding: 40px 0;
}

main#main {
    padding: 0 20px;
}
	
/* FILTERS */
	
div#alm-filter-1 ul {
    display: inline-flex;
    overflow: scroll;
    width: 100vw;
    padding: 0 15px;
}
	
#alm-filter-1 li.alm-filter--radio a {
    border: 1px solid #dedede;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px;
    margin: 0 5px 10px;
}


.alm-filters-container .alm-filter ul li {
    flex: 0 0 auto;
}
	
/* div#alm-filter-2 {
    margin-left: 0;
} */

.alm-filters-container .alm-filter--taxonomy {
    width: 100%;
}

div#alm-filter-4 {
    padding-left: 0px;
    width: 100% !important;
	margin-bottom: 30px;
}

div#alm-filter-4 ul {
    column-count: 2;
}

div#filter-toggle span, div#filter-toggle i {
    display: none;
}

div#filter-toggle svg {
    height: 24px;
}

.toggle-container > div {
    width: 34px;
    border: 0 !important;
    text-align: center;
	margin-top: 0;
}
	
div.search-toggle span, div.search-toggle i {
    display: none;
}
	
div.search-toggle svg:first-of-type{
	width: 22px;
	display: none;
}

div.search-toggle svg .heart-lines, div.search-toggle svg .filter-lines{
	fill: #5d5d5d
}
	
.toggled svg .filter-lines{
    fill: #000 !important;
}
	
.toggled svg .search-lines, .toggled svg .heart-lines{
    stroke: #000 !important;
}
	
div#alm-filter-2 .alm-filter--text-wrap, input#search-text, input#s-text {
    width: 100%;
}
	
div#saved-toggle i, div#saved-toggle span{
	display: none;
}
	
div.search-toggle svg {
    width: 25px;
    position: relative;
    top: 0;
}
	
.saved-posts.wrapper{
	margin: 0 !important;
}
	
.toggle-container{
	margin-bottom: 25px;
}
	
.alm-filters-container .alm-filter--taxonomy {
    padding: 0;
}
	
input#search-text, input#s-text{
	margin-bottom: 20px;
	border: 0;
	border-bottom: 1px solid #ccc;
}

#alm-filter-2 button{
	display: none;
}
	
.mobile-icon {
	display: block;
}
	
.saved-posts.wrapper, .saved-posts.wrapper.portfolio-related-articles {
    width: calc(100% + 40px) !important;;
    overflow: scroll !important;
    flex-wrap: nowrap !important;
    margin-left: -20px !important;
    background: #ececec;
	padding: 0 30px !important;
}
.saved-posts.wrapper.portfolio-related-articles {
    justify-content: flex-start;
	background: none;
}

.saved-posts.wrapper.toggled{
	padding: 30px 30px !important;
}

.saved-posts .saved-post, .saved-posts.wrapper.portfolio-related-articles .post-content-box {
    margin-left: 0 !important;
    margin-bottom: 0;
    margin-right: 20px !important;
    flex: 0 0 200px !important;
}
	
	
/* GRID */

.post-grid .post-content .post-content-box {
    position: absolute;
}

.post-grid .post-content {
    width: 100% !important;
	height: 205px;
    margin: 0 0 20px !important;
    padding-bottom: 0 !important;
}

.layout-info {
    display: none;
}

.post-content-box h5, .post-2 h5, .post-9 h5 {
    font-size: 18px;
}
	
.post-grid .post-content .post-content-box .category {
    margin-bottom: 15px;
    padding: 8px 12px;
}

.post-content-box .date {
    font-size: 14px;
}

.post-content-box .date img {
    width: 16px;
}
	
.post-grid .post-content p{
	display: none;
}
	
.post-grid .post-content:nth-of-type(1n + 15) p, .post-grid .alm-reveal:nth-of-type(1n + 2) .post-content p, .post-grid .alm-reveal:nth-of-type(1) .post-2 p, .post-grid .alm-reveal:nth-of-type(1) .post-7 p, .post-grid .alm-reveal:nth-of-type(1) .post-8 p, .post-grid .alm-reveal:nth-of-type(1) .post-9 p, .post-grid .alm-reveal:nth-of-type(1) .post-12 p, .post-list .post-content {
    display: none;
}
	
.post-grid .post-content:nth-of-type(1n + 15) .post-content-box .image-thumb, .post-grid .alm-reveal:nth-of-type(1n + 2) .post-content .post-content-box .image-thumb {
    display: none;
}
	
.post-grid .alm-reveal:nth-of-type(1n + 2) .post-content p,
.post-grid .post-content:nth-of-type(1n + 15) p{
	display: block !important;
	margin-bottom: 10px;
}
	
.post-grid .post-content:nth-of-type(1n + 15), .post-grid .alm-reveal:nth-of-type(1n + 2) .post-content, .post-list .post-content {
    height: auto;
	background: transparent !important;
}
	
.post-grid .post-content:nth-of-type(1n + 15) .post-content-box, .post-grid .alm-reveal:nth-of-type(1n + 2) .post-content .post-content-box, .post-list .post-content .post-content-box{
	padding: 0 0 15px;
    border-bottom: 1px solid #eee;
}
	
.post-grid .post-content:nth-of-type(1n + 15) .post-content-box .category, .post-grid .alm-reveal:nth-of-type(1n + 2) .post-content .post-content-box .category, .post-list .post-content .post-content-box .category {
    border: 0 !important;
    padding: 0 !important;
    font-weight: 700;
    margin-bottom: 10px;
}
	
.post-grid .post-content:nth-of-type(1n + 15) .info-container, .post-grid .alm-reveal:nth-of-type(1n + 2) .post-content .info-container, .post-list .post-content .info-container {
    margin: 0;
}
	
.post-grid .post-content:nth-of-type(1n + 15) h5, .post-grid .alm-reveal:nth-of-type(1n + 2) .post-content h5, .post-list .post-content h5 {
    margin-bottom: 8px;
}
	
button.alm-load-more-btn.more {
    font-size: 13px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.post-grid.wrapper{
	margin-bottom: 20px;
}
	
/* FOOTER */
footer h5 {
    display: none;
}

footer .col-3 {
    display: none;
}

footer .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
}

footer .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

footer .col-5 .flex-50 {
    padding: 0 25px;
}

footer h6 {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

footer .col-4 ul {
    text-align: center;
}

.footer-nav ul {
    flex-wrap: wrap;
	padding: 15px 0;
}

.footer-nav ul li {
    flex: 0 0 100%;
    text-align: center;
    line-height: 2;
}
	
/* HEADER */
	
header#masthead .main-navigation{
	display: none;
}
	
header#masthead {
    padding: 0 20px;
    justify-content: flex-end;
}

div#content {
    padding-top: 70px;
}
	
header#masthead {
    padding: 0 20px;
    justify-content: flex-end;
    height: 70px;
}

	
header#masthead .additional-nav {
    flex: 0 0 120px;
	width: auto;
}
	
header#masthead .site-branding {
    text-align: center;
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
	display: none;
}
	
header#masthead img.custom-logo {
    max-width: 100px !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
	
nav.additional-nav > div span {
    display: none;
}

svg#user-icon {
    display: block;
    width: 24px;
}
	
nav.additional-nav > a:nth-of-type(1){
	letter-spacing: .015em;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: 600;
    margin: 0;
    background: #ed7f1b;
    color: white;
}
		
nav.additional-nav > a:nth-of-type(2) {
    display: none;
}

header#masthead .additional-nav {
    flex: 0 0 auto;
	width: auto;
}
	
/* SINGLE POST */
	
.single-post .hero {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
}


.hero-content .categories .taxonomy {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
}

.single-post h2.post-title{
	margin: 5px 0 15px;
    font-size: 28px;
}

.hero-content h6 {
    display: none;
}

.hero-content h5 img {
    width: 20px;
    position: relative;
    top: -1px;
}
.hero-content h5 {
    margin-bottom: 0;
    font-size: 16px;
}

.single-post main .container {
    padding: 0;
}

.single-post .hero {
    margin-left: -20px;
    margin-right: -20px;
    padding: 60px 20px 30px;
}

.single-post .introduction-block {
    padding-top: 20px;
}

.single-post .block {
    padding: 20px 0 0;
    text-align: justify;
}

.single-post .block ul li {
    padding-bottom: 5px;
}

.single-post .block ul, .single-post .block ol {
    margin-left: 20px;
    padding: 0;
    margin-top: 20px;
}
	
.single-post .block .custom-table,
.elementor-shortcode .trading-table, 
.single-post .block .trading-table, 
.single-post .block .new-custom-table  {
    overflow-x: auto;
    max-width: calc(100vw - 20px);
    display: block;
    position: relative;
    margin-right: 20px;
}

.single-post .block .new-custom-table {
    width: 100% !important;
    height: 100% !important;
}

.single-post .block .custom-table::-webkit-scrollbar-track,
.elementor-shortcode .trading-table::-webkit-scrollbar-track,
.single-post .block .trading-table::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.single-post .block .custom-table::-webkit-scrollbar, 
.elementor-shortcode .trading-table::-webkit-scrollbar,
.single-post .block .trading-table::-webkit-scrollbar
{
	width: 4px;
	height: 4px;
	background-color: #F5F5F5;
}

.single-post .block .custom-table::-webkit-scrollbar-thumb,
.elementor-shortcode .trading-table::-webkit-scrollbar-thumb,
.single-post .block .trading-table::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
	
.single-post .block .trading-table tr th,
.elementor-shortcode .trading-table tr th,
.elementor-shortcode .block .trading-table td,
.single-post .block .trading-table td {
    width: 50% !important;
}
	
.single-post .block img{
	max-width: 100%;
}
	
.tags-list{
	flex-wrap: wrap;
	padding: 20px 0;
}
	
.post-tag, .tags-list img {
    margin-bottom: 10px !important;
}
	
#comment-box {
    padding: 30px 0;
    margin: 0 auto;
}
	
	
#comment-box a {
	display: block;
	width: 100%;
}
.related-posts {
    padding: 0;
}

.related-posts .more-posts, .related-posts .related-articles {
    flex: 0 0 100%;
}

.related-posts .more-posts > div, .related-posts .related-articles > div {
    flex-wrap: nowrap !important;
    overflow-y: auto;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100vw;
}

.more-posts > div > div, .related-articles > div > div {
    flex: 0 0 280px !important;
    height: 180px !important;
    margin-right: 20px;
}
	
.related-posts .more-posts, .related-posts .related-articles {
    text-align: center;
}
	
.related-posts .button-small{
    text-align: center;
	position: relative;
	left: -10px;
}
	
.related-posts .more-posts h5, .related-posts .related-articles h5{
    text-align: left;
}
	
.more-posts, .related-articles {
    margin-bottom: 40px;
}
	
.related-posts .more-posts h5, .related-posts .related-articles h5 {
    font-size: 18px;
    font-weight: 700;
}
	
.related-posts > div:last-of-type {
    font-size: 14px;
}
	
.recommended-posts-block {
    width: 100vw;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.recommended-posts-block .flex {
    display: inline-flex;
    flex-wrap: nowrap !important;
    overflow-y: auto !important;
    width: calc(100vw - 20px);
    justify-content: flex-start !important;
}


.single-post .recommended-post {
    flex: 0 0 280px !important;
    padding: 60px 20px 20px;
    margin-right: 20px;
}

.elementor-shortcode .trading-table th:nth-of-type(n + 3),
.single-post .block .trading-table th:nth-of-type(n + 3){
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	
	.elementor-shortcode .trading-table tr td,
	.single-post .block .trading-table tr td{
		text-align: left;
	}
	
    .single-post .block .trading-table tr td:first-of-type,
    .elementor-shortcode .trading-table tr td:first-of-type,
    .elementor-shortcode .trading-table tr th:first-of-type,
    .single-post .block .trading-table tr th:first-of-type {
    	padding-right: 20px;
	}
	
	.elementor-shortcode .trading-table tr th:nth-of-type(2),
	.single-post .block .trading-table tr th:nth-of-type(2) {
		padding-right: 160px;
		padding-left: 20px;
	}
	
	.elementor-shortcode .trading-table tr td:nth-of-type(2),
	.single-post .block .trading-table tr td:nth-of-type(2) {
    	padding-left: 20px;
	}
	
	.elementor-shortcode .trading-table tr td:last-of-type:after,
	.single-post .block .trading-table tr td:last-of-type:after,
	.single-post .block .historical-performance td:nth-of-type(1n + 7):after, 
	.single-post .block #fx-and-liquid-markets .highlight:after {
    content: '';
		width: 66px;
		margin-left: -33px;
	}
	
	.elementor-shortcode .trading-table td:last-of-type,
	.single-post .block .trading-table td:last-of-type {
   		padding-right: inherit;
		padding-left: inherit;
	}
	
	.elementor-shortcode .trading-table tr th,
	.single-post .block .trading-table tr th {
		position: sticky;
		top: 0;
		background: white;
		z-index: 5;
		border-bottom: 1px solid #eee;
		box-shadow: 2px 2px 2px rgba(225,225,225,.7);
		white-space: nowrap;
	}
	
	.elementor-shortcode .trading-table tr td:first-of-type,
	.single-post .block .trading-table tr td:first-of-type {
		padding-right: 20px;
		position: sticky;
		left: 0;
		z-index: 4;
		background: white;
		box-shadow: 2px 2px 2px rgba(225,225,225,.7);
	}
	
	.elementor-shortcode .trading-table,
	.single-post .block .trading-table{
		max-height: 400px;
	}
	
	.elementor-shortcode .trading-table tr th:first-of-type,
	.single-post .block .trading-table tr th:first-of-type {
    z-index: 5;
    left: 0;
}
	
.single-post .hero {
    margin-left: -20px;
    margin-right: -20px;
    padding: 100px 20px 30px;
}

.social-sharer-container {
    position: absolute;
    top: 90px;
    padding: 0;
    left: inherit;
    flex: 0 0 100%;
    width: calc(100% - 40px);
    text-align: right;
}

.social-sharer {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.social-sharer a {
    height: 35px;
    width: 30px;
    border: 0 !important;
    margin: 0 8px !important;
    padding: 0 !important;
}

.social-sharer span {
    display: none;
}

.social-sharer .floating-back-button {
    position: absolute;
    background: transparent;
    font-size: 26px;
    margin: 0 !important;
	left: -16px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.social-sharer .st0, a.simplefavorite-button svg path, a#save-post-guest svg path {
    fill: white;
}
	
a.simplefavorite-button svg, a#save-post-guest svg {
    width: 28px;
    position: relative;
    top: 2px;
}
	
	.mobile-share{
		display: block;
	}
	
	.whatsapp-share, .mail-share{
		display: none !important;
	}
	
a#optin-to-post {
    width: 28px;
}
	
.block h1, .block h2, .block h3, .block h4 {
    font-weight: 700;
    margin-bottom: 15px;
}
	
/* MODALS */
	
	#page.blur{
		filter: none !important;
	}
	
	
	.modal {
        /* height: calc(100% - 70px) */
        overflow-y: auto;
    }
    
    .modal .modal-content {
        opacity: unset;
    }
	
	.modal-content {
    	padding: 20px;
    	opacity: .95;
    	height: 100%;
		display: flex;
  	  	justify-content: center;
		border: 0;
	}
	
	.modal-content .features {
    	padding: 10px 78px;
	}
	
	.modal .login-container{
		padding: 0;
	}
	
	.fs-12 {
    	font-size: 14px;
	}
	
	.mobile-navigation {
    	z-index: 1055;
	}
	
	.modal .mp-form-row.mepr_tos{
		margin: 0;
	}
	
	button#agree-disclaimer, .disclaimer-container {
    	width: 100%;
	}
	
	.register-strategies > div {
    flex: 0 0 100%;
}

.register-container h2 {
	font-size: 20px;
    margin-bottom: 25px;
}

div#membership p, div#membership img {
    text-align: center;
    width: 100%;
}

#strategies a {
    display: block;
    background-color: #92b0af;
    color: white;
    border-radius: 5px;
    padding: 15px 10px;
    margin-top: 8px;
}

#strategies {
    background: transparent;
    color: #92b0af;
    font-weight: 600;
    padding: 0;
    text-align: center;
}
	
.register-insights > div {
    flex: 0 0 100%;
}
	
button.go-back-step {
    margin-top: 10px;
    font-size: 14px;
}
	
.mepr-signup-form .switch-box:not(:first-of-type), .switch-box:not(:first-of-type){
	min-width: 100%;
}
	
.login-container.gated-register p {
    margin-bottom: 30px;
}
	
	/* PRICING */
	
	.pricing-table {
    flex-wrap: wrap;
    padding: 10px 0;
}

.pricing-table .column {
    flex: 0 0 100%;
    box-shadow: 0 6px 20px rgba(68,68,68,0.1);
    transform: scale(1) !important;
    margin-bottom: 25px;
}

.features span {
    bottom: 10px;
}

.pricing-table .column:nth-of-type(3) .features ul li {
    position: relative;
    left: 0;
}

.comparison-table {
    padding-top: 30px;
}

.faq h3, .comparison-table h3 {
    margin-bottom: 40px;
}

.faq .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
	padding: 0;
}
	
.comparison-table table {
    width: calc(100vw - 40px);
    overflow: scroll;
    display: inline-block;
}
	
.faq .row {
    margin-left: 0;
    margin-right: 0;
}
	
.comparison-table tr th:first-of-type {
    white-space: nowrap;
    padding-right: 35px;
}
	
/* TOAST */
	
.toast-window {
    bottom: 0;
    top: initial;
    right: 0;
    width: 100%;
	z-index: 10000000000;
}

.toast-window > div:first-of-type {
    padding: 20px;
}

.toast-window > div:last-of-type {
    background: transparent;
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 0;	
}
	
.toast-window.show {
  visibility: visible; 
  -webkit-animation: fadeinBottom 0.5s, fadeoutBottom 0.5s 4.5s;
  animation: fadeinBottom 0.5s, fadeoutBottom 0.5s 4.5s;
}

/* CONTACT */
	
.page-id-4905 .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.page-id-4905 .page-title {
    margin-bottom: 10px;
}

.page-id-4905 .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

.wpcf7-text, input.wpcf7-form-control.wpcf7-submit{
    width: 100%;
}

.page-id-4905 .row {
    margin-bottom: 0;
	flex-direction: column-reverse;
}
	
/* TRADING */
.col-4.sites {
    flex: 0 0 60%;
    max-width: 60%;
    margin-bottom: 60px;
}
	
.page-id-4836 .row.mb-80.align-flex-end, .page-id-4842 .row.mb-80.align-flex-end {
    justify-content: center;
    margin-bottom: 0px;
}
	
   /* LEAD MODAL */
    .lead-modal {
        min-width: 100%;
        height: auto;
    }
}

.no-results {
    text-align: center;
    font-size: 1.5em;
    display: none;
}



#discretionary_portfolio th:nth-child(2) {
    min-width: 150px;
    padding: 1rem 1.1rem;
}
#discretionary_portfolio th:nth-child(13) {
    min-width: 104px;
}

#discretionary_portfolio td {
    padding: 1rem 1.1rem;
}

.trading-table td:not(:first-of-type), .trading-table th:not(:first-of-type) {
    text-align: left;
}

.trading-table .field--datetime {
    min-width: 111px;
}

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

/* @media screen and (min-width: 48rem) {
    .container {
        width: calc(100vw - 10rem);
        max-width: 1220px;
    }
} */

@media (min-width: 1200px) {
    main .container {
      margin-left: 0;
    }
  }