:root {
  --black: #000000;
  --white: #ffffff;
  --cat-color-1: #0092e6;
  --cat-color-2: #2fb5bd;
  --cat-color-3: #ca3737;
  --cat-color-4: #bda72f;
  --link-color-alt: #ee5252;
  --alt-blue:  #229ed4;
  --alt-grey: #f1f1ef;
  --hover-blue: #408bbc;
  --light-grey: #f7f7f9;
  --shadow: 0px 0px 20px rgba(0,0,0,0.09);
}


body {
	font-family: 'Open Sauce One', sans-serif;
padding-top: 180px;
	font-size: 16px;
	position: relative;
	font-style: normal!important;
}

a {
	text-decoration: none;
	color: #000;
}

.featured-partner{
	margin-top: 32px;
}

.entry-content a {
    color: #1e6da0;
    text-decoration: none;
    
}

.entry-content p a,
.entry-content li a {
	border-bottom: 1px dashed #1e6da0;
}

.entry-content a:hover {
	color: #000;
}

.entry-content table {
	margin-top: 2em;
	font-size: .9em;
}

.entry-content table thead {
	border: none;
}
  
.entry-content table th,
.entry-content table.no-header tr:first-of-type td {
	background: var(--alt-blue);
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
}

.entry-content tr:first-of-type td a {
/*	color: #fff;*/
	border-bottom: none;
} 


ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: 800;
	text-transform: capitalize;
}

h2.wp-block-heading {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.9em;
}

h2.wp-block-heading:first-of-type {
/*	margin-top: 0.5em;*/
}

h2.wp-block-heading strong {
	font-weight: 800;
}

/*h2.wp-block-heading:before, .cta.exchange h2:before {
    content: "";
    display: block;
    height: 160px;
    margin: -160px 0 0;
}*/

.crypto-data {
    display: inline; 
    white-space: nowrap; 
    font: inherit; 
    color: inherit; 
}


h3.wp-block-heading {
    margin-top: 2em;
    font-size: 1.3em;
    font-weight: 800;
    margin-bottom: 1em;
}
h3.wp-block-heading strong {
	font-weight: 800;
}

.wp-block-heading.no-margin {
	margin: 0;
}

.wp-block-embed__wrapper > div {
	margin: 2em auto;
}

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

.ftr-pst {
	border: 1px solid #cacaca;
    border-radius: 25px;
    padding: 1em;

}
.ftr-hdr a {
	color:#000!important;
	border-bottom: 0px!important;
	font-weight: 700;
	text-decoration: none!important;
	font-size: 25px;
	line-height: 30px;
	font-family: 'Open Sauce One', sans-serif;

}
.ftr-hdr {
	margin-top: 10px;
}
.ftr-hdr p{
	text-decoration: none!important;
}

.ftr-pst h2 a{
	color:#000!important;
	margin: 15px 0;
}
.ftr-pst h2{
	margin: 15px 0;
}

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

.boxed {
    border-radius: 20px;
    margin-top: 1em;	
    padding: 1em;
    border: 1px solid #cacaca;
    margin-bottom: 2em;
}

.boxed.grey {
    background: var(--light-grey);
    border: none;
}

.boxed.blue {
    background: var(--alt-blue);
    color: #fff;
    border: none;
}

.boxed .wp-block-heading,
.card .wp-block-heading {
	margin-top: 0;
}

.card,
.wcard {
    border-radius: 20px;
    margin-top: 1em;	
    padding: 1.5em;
    border: 1px solid #cacaca;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);	
    background-color: #fff;
}

.card:hover {
	top: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);	
}

hr.is-style-wide {
    border-color: #cacaca;
    border-width: 1px;
    margin: 2.3em 0 2.3em;
}

.btn {
	border: 1px solid var(--alt-blue);
	border-radius: 25px;
}

.wp-block-button__link {
	background-color: var(--alt-blue);
	color: #fff !important;
	border-color:var(--alt-blue);
	font-size: .9em;
	text-decoration: none !important;
	font-weight: 700;
	border-bottom: none !important;
}

.wp-block-button__link:hover {
	color: #fff !important;
	background-color: var(--alt-blue);
	font-weight: 700;
	text-decoration: none !important;
}

.beehiiv-success {
    font-size: 1.2em;
    font-weight: 700;
    margin: 20px 0;
    color: var(--alt-blue);
}

table {
	font-family: 'Open Sauce One', sans-serif;
	font-size: 1em;
}

.highcharts-axis-labels text {
	font-size: 1.1em !important;
}

.highchart-container {
    display: block;
    margin-bottom: 2em;
}

.read-more {
	margin-bottom: 2em;
	position: relative;
	z-index: 1;
}

.read-more .visible:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 86px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    bottom: 0;
}

.read-more.shown .visible:before {
	display: none;
}

.read-more .read-more-toggle {
	display: block;
	position: absolute;
	bottom: -20px;
	right: 25px;
	font-weight: 700;
	cursor: pointer;
}

.read-more .more li {
	margin-bottom: 0;
	padding-bottom: 15px;
}

.read-more .read-more-toggle:before {
	content: "Read More";
}

.read-more.shown .read-more-toggle:before {
	content: "Read Less";
}

.btn a {
    color: var(--alt-blue);
    font-weight: 600;
    padding: 0.5em 1em;
    display: block;
    font-size: 1.5em;
}

.btn a:hover {
	color: #fff;
}

@media only screen and (max-width: 900px) {
    #menu-item-16272 a {
        padding: 14px 0px;
    }
}

@media only screen and (min-width: 900px) {
#menu-item-16273 a{
	border: 1px solid black;
	border-radius: 25px;;
	padding: 10px 20px;
}}
@media only screen and (min-width: 900px) {
#menu-item-16272 a{
	background: var(--alt-blue);
	color: #fff;
	transition: all .3s;
	border-radius: 25px;;
	padding: 10px 20px;
}}

#menu-item-16272{color: #fff!important;}

.btn-nav {
	background: var(--alt-blue);
	color: #fff;
	transition: all .3s;
}

.btn-nav:hover {
	background: var(--hover-blue);
}

.btn-nav a {
	color: #fff !important;
}

.cn-buttons-container a {
	color: #fff !important;
}

.container {
	max-width: 1350px;
	margin: 0 auto;
}

.full-banner {
	padding: 3em 0 2em;
}

.full-width {
	max-width: 100% !important;
}

.gray-bg {
	background: var(--alt-grey);
}

.wp-block-table td, 
.wp-block-table th {
	border: none;
}

.site-header {
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 4;
    background: #fff;
    top: 0;
    border-bottom: 1px solid #cacaca;
	transition: top 0.3s;
    box-shadow: none;
}

.scrolled .site-header {
/*	box-shadow: 0px 2px 10px rgb(5 109 203 / 17%);*/
}

.admin-bar .site-header {
	top: 32px;
}

.site-header .mobile-menu-toggle {
	display: none;
}

.site-header .header-bar {
	display: flex;
	align-items: center;
	padding: .7em 1em;
}

.site-header  .site-identity {
	width: 132px;
	transition: all .3s;
}

.site-header .brand svg {
	width: 100%;
}

.site-header .brand-mob svg {
display: none;
}
/*
.site-header .brand path {
	fill: #000;
}*/

.site-header .header-r {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.site-header .top-navigation-right {
	margin-left: auto;
}

.site-header .top-navigation-right .mobile-menu-close {
	display: none;
}

.site-header .main-navigation ul {

}

.site-header .main-navigation li {
    display: inline-block;
    margin-right: 1em;
    position: relative;
/*    height: 50px;*/
    line-height: 50px;
}

.site-header .main-navigation li:last-of-type {
    margin-right: 0;
    line-height: 26px;
}

.site-header .main-navigation li a {
	font-weight: 700;
	color: #000;
}

.site-header .main-navigation li.current-menu-item > a {
    color: #1b7197;
}

.site-header .main-navigation li .sub-menu {
     display: none; 
    position: absolute;
    width: 300px;
    left: 0;
    margin: 0;
    background: #fff;
    padding: 1em;
    border: 1px solid #cacaca;
    border-radius: 5px;
    top: 46px;
    z-index: 1;
}

.site-header .main-navigation li:hover .sub-menu {
	display: block;
}

.site-header .main-navigation li .sub-menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 1.5em;
    height: auto;
    font-size: .9em;
    line-height: normal;
    transition: all .3s;
    margin-left: 0;
}

.site-header .main-navigation li .sub-menu li:hover {
	margin-left: 5px;
}

.site-header .main-navigation li .sub-menu li:last-of-type {
	margin-bottom: 0;
}

#menu-top-nav-menu > li .toggle {
	display: none;
}

.site-header .search-nav {
    cursor: pointer;
    margin-top: -10px;
    margin: 1em 1em 1em 2em;
}

.search-curtain {
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255,255,255,0.95);
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

body.search-in {
	overflow: hidden;
}

body.search-in .search-curtain {
	display: flex;
	visibility: visible;
	opacity: 1;
}

.search-curtain .close {
	top: 20px;
	right: 20px;
	position: absolute;
}

.search-curtain .close svg {
    transform: scale(1.5);
    cursor: pointer;
}

.search-curtain .sf-field-post_type {
	display: none;
}

.search-curtain .searchandfilter ul li {
    margin-right: 15px;
    padding: 0;
}

.search-input-wrap {
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

.search-input-wrap input {
    font-size: 2em;
    padding: 15px;
    background: #f1f1f1;
    border: none;
    border-radius: 14px;
    height: auto;
    display: block;
	width: 650px;
	position: relative;    
}

.search-input-wrap button {
    background: var(--alt-blue);
    color: #fff;
    border: none;
    font-size: 2em;
    height: 76px;
    border-radius: 8px;
    padding: 0 1em;
    align-self: start;
}

.search-input-wrap form > div {
	display: flex;
	gap: 1em;
}

.search-input-wrap form > ul {
	flex-wrap: nowrap;
}

.search-curtain .search-mm {
    position: absolute;
    width: 40%;
        max-width: 500px;
    bottom: 0;
    right: 0;
}

.search-curtain h3 {
	font-size: 2.5em;
     text-align: center; 
    margin-bottom: 0.5em;
    text-transform: uppercase;	
}

.footer-signup {
	margin-top: 2em;
}

.footer-signup > .container {
	display: flex;
	align-items: center;
	max-width: 900;
	justify-content: center;
	margin: 2em auto;
}

.footer-signup .signup-wrap {

}

.footer-signup h2 {
	font-size: 3em;
}

.footer-signup form {
	margin-top: 2.2em;
}

.footer-signup .mm-art img {
	max-width: 230px;
	margin-left: 30px;
}

.footer-top {
	position: relative;
	bottom: -1em;
	margin-top: 1em;
}

.site-footer {
	background-color: var(--light-grey);
	padding-top: 2em;
	font-size: .9em;
}

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

.site-footer .brand {
	width: 230px;
	position: relative;
	top: -100px;
}

.site-footer .brand-mob svg {
	display: none!important;
}
/*
.site-footer .brand path {
	fill: #000;
}
*/
.site-footer .main-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

.site-footer .main-footer nav h4 {
	font-size: 1.1em;
	margin-bottom: 14px;
}

.site-footer .main-footer nav .nav-menu-label {
	font-weight: 700;
}

.site-footer .main-footer nav li {
	margin-bottom: 1em;
}

.site-footer .footer-bottom {
    background: #ffffff;
    padding: 2em;
}

.site-footer .footer-sub-navigation ul {
	display: flex;
	justify-content: space-between;
}

.site-footer .footer-sub-navigation li {
	display: inline-block;
}



.site-footer .copyright-wrap .container{
	display: flex;
	align-items: center;
}

.site-footer .copyright-wrap .social {
	margin-left: auto;
}

.meta-top {
    display: flex;
    margin-bottom: 0.4em;
    /* border-bottom: 1px solid #cacaca; */
    /* padding-bottom: 0.8em; */
}

.breadcrumbs {
    font-size: .7em;

}

.breadcrumbs a {
    color: #000;
    text-transform: capitalize;
}

.breadcrumbs svg {

}

.num-pages {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #cacaca;
}

.pagination {
    margin: 0 auto;
    align-items: center;
    justify-content: center;
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px solid #cacaca;    
}

.pagination .pages {
	display: block;
	text-align: center;
	border: none;
	margin-bottom: 15px;
}

.pagination .page,
.pagination .current,
.pagination .extend,
.pagination .first,
.pagination .last {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 3px;
    margin: 0 4px;
    display: inline-block;
    padding: 5px 10px;
}

.pagination .first,
.pagination .last {
	border: none;
}

.pagination .extend {
	border: none;
	margin: 0;
	display: none;
}



.pagination .previouspostslink,
.pagination .nextpostslink {
	border: none;
}

.signup-widget {
	max-width: 800px;
	margin: 0 auto;
	padding: 2em;
	position: relative;
}

.signup-widget .mm-icon {
    position: absolute;
    top: 14px;
    right: 17px;
    max-width: 73px;
}

.signup-widget h3 {
    margin-bottom: 15px;
    font-size: 2em;	
    padding-right: 80px;
}

.signup-widget .hero-sub-form {
	margin-bottom: 0;
	background: #fff;
}

.advert-trigger,
.sponsored-callout {
    margin-left: auto;
    font-size: .7em;
    padding-left: 10px;
}

.advert-trigger a,
.sponsored-callout a {
    cursor: pointer;
    font-weight: 600;
    color: #1d1d1d !important;
}

header.entry-header {
    margin-top: 3em;
}

header.entry-header h1 {
    font-size: 3.1em;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

body.page .entry-header {
    margin: 0;
    padding-top: 2em;
    padding-bottom: 1.5em;
}

/*body.page .entry-header > .container {
    padding-bottom: 2em;
}*/

body.page .entry-header > .container:after {
	content: "";
	display: block;
	margin-top: 2em;
	border-bottom: 1px solid #cacaca;
}

body.page .entry-header .boxed {
	margin-bottom: 0;
}

.modal-header {
    padding: 1em 2em;	
}

.modal-body {
    padding: 1.5em 2em;
}

.modal-content {
    border-radius: 13px;
    border: none;	
}

.promise {
    position: relative;
    padding-left: 80px;
    /*    max-width: 350px;*/
    margin-left: auto;
    font-size: .9em;
    padding: 1em 1em 1em 68px;
    display: inline-block;
    vertical-align: bottom;
    border:1px solid #cacaca;
    margin-bottom: 1em;
}

.promise img {
    max-width: 45px;
    position: absolute;
    left: 10px;
    top: 1px;
}

.promise .text {
    font-size: .9em;
    line-height: 1.4em;
    margin-top: 4px;
}

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

.author-meta-wrap {
    background: var(--light-grey);
}

.author-meta {
    margin: 0 0.5em 0 0;
    display: inline-block;
    padding-right: 1em;
    border-right: 1px solid #cacaca;
}

.author-meta:last-of-type {
    border: none;
    padding-right: 0;
    margin-right: 0;
}

.author-meta .author {
	display: flex;
	align-items: center;
}

.author-meta .author-label {
	text-transform: uppercase;
	font-weight: 800;
	display: inline-block;
	margin-right: 10px;
	font-size: .7em;
}

.author-meta .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 7px;
}

.author-meta .avatar svg {
	display: block;
	width: 40px;
	height: 38px;
}

.author-meta .name {
    font-size: .7em;
    font-weight: 600;
    text-transform: uppercase;
}

.author-meta .name a {
	color: #000;
	text-decoration: none;
}

.author-meta .nickname {
    color: #a7a7a7;
    font-size: .8em;
    max-width: 170px;
}

.author-block {
	margin-bottom: 2em;
	margin-top: 2em;
}

.wp-block-column .author-block:first-of-type {
	margin-top: 3.5em;
}

.author-block .author {
	display: flex;
	gap: 1em;
}

.author-block .author .avatar {
	position: relative;
	width: 80px;
	margin-top: 5px;
}

.author-block .author .avatar img {
	border-radius: 10px;
	max-width: 70px;
}

.author-block .author .info {
	width: 55%;
}

.author-block .author .author-bio {
    margin-top: 5px;
    font-size: .8em;
}

.author-block .author .name {
	font-size: 1.1em;
	font-weight: 800;
}

.author-block .author .name .nickname {
	font-size: .8em;
	font-weight: 600;
}

.author-block .author .actions {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: flex-end;
}



.author-block .author .actions .btn {
    background: #ffffff;
    color: var(--alt-blue);
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
}

.author-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    /* display: inline-block; */
    padding: 7px 0 0 10px;
    float: left;
    margin-left: 10px;
    border: 1px solid #cacaca;
}

.author-social a svg {
	width: 18px;
}

.author-social a path {
	fill: #b3b3b3;
	width: 20px;
}

.daily-template-default .author-bio-section {
	display: none !important;
}

.team-member .photo {
	position: relative;
	 aspect-ratio: 1 / 1;
	 overflow: hidden;
	 border-radius: 20px;
	 margin-bottom: 1em;
	
}

.team-member .photo > div {
	position: absolute;
	width: 100%;	
	transition: all .3s;
}

.team-member .photo .second {
	opacity: 0;
	visibility: hidden;

}

.team-member:hover .photo .second {
	opacity: 1;
	visibility: visible;
}

.team-member .description {
	margin-top: 0.2em;
}

.team-member .social {
	display: flex;
	padding: 0;
	margin: 7px 0 0 0;
}

.team-member .social .social-item {
	width: 30px;
	height: 30px;
	margin-right: 7px;
}

.team-member .social .social-item {
	list-style-type: none;
}

.team-member .social .social-item a {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}

.team-member .social .social-item.twitter {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 0H3.75A3.75 3.75 0 0 0 0 3.75v16.5A3.75 3.75 0 0 0 3.75 24h16.5A3.75 3.75 0 0 0 24 20.25V3.75A3.75 3.75 0 0 0 20.25 0Z' fill='%231DA1F2'%3E%3C/path%3E%3Cpath d='M18.75 7.635c-.506.26-1.012.346-1.603.433.59-.347 1.012-.866 1.181-1.558-.506.346-1.097.52-1.772.692a2.91 2.91 0 0 0-2.025-.865c-1.772 0-3.122 1.73-2.7 3.461-2.278-.086-4.303-1.211-5.737-2.942-.76 1.298-.338 2.942.843 3.808-.421 0-.843-.173-1.265-.346 0 1.298.928 2.51 2.194 2.855-.422.087-.844.173-1.266.087.338 1.125 1.35 1.99 2.616 1.99-1.013.78-2.532 1.212-3.966 1.039 1.266.779 2.7 1.298 4.219 1.298 5.147 0 8.015-4.414 7.847-8.481a3.95 3.95 0 0 0 1.434-1.471Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}

.team-member .social .social-item.linkedin {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 0H3.75A3.75 3.75 0 0 0 0 3.75v16.5A3.75 3.75 0 0 0 3.75 24h16.5A3.75 3.75 0 0 0 24 20.25V3.75A3.75 3.75 0 0 0 20.25 0Z' fill='%230233B5'%3E%3C/path%3E%3Cpath d='M8.363 5.299a1.55 1.55 0 1 1-3.099 0 1.55 1.55 0 0 1 3.099 0Zm.012 2.788H5.25V18h3.125V8.087Zm4.989 0h-3.105V18h3.105v-5.204c0-2.893 3.768-3.13 3.768 0V18h3.118v-6.277c0-4.882-5.576-4.704-6.886-2.3V8.086Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}

.about-links {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;

}

.about-links li {
	list-style-type: none;
	display: inline-block;
	padding: 10px;
	border: 1px solid #cacaca;
	border-radius: 10px;
	margin-right: 10px;
	background: #fff;
}

.about-links li a {
	text-decoration: none;
	color: #000;
	position: relative;
	padding-left: 30px;
	display: inline-block;
	text-align: left;
	border: none;
}

.about-links li a:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
}

.about-links li.twitter a:before {background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 0H3.75A3.75 3.75 0 0 0 0 3.75v16.5A3.75 3.75 0 0 0 3.75 24h16.5A3.75 3.75 0 0 0 24 20.25V3.75A3.75 3.75 0 0 0 20.25 0Z' fill='%231DA1F2'%3E%3C/path%3E%3Cpath d='M18.75 7.635c-.506.26-1.012.346-1.603.433.59-.347 1.012-.866 1.181-1.558-.506.346-1.097.52-1.772.692a2.91 2.91 0 0 0-2.025-.865c-1.772 0-3.122 1.73-2.7 3.461-2.278-.086-4.303-1.211-5.737-2.942-.76 1.298-.338 2.942.843 3.808-.421 0-.843-.173-1.265-.346 0 1.298.928 2.51 2.194 2.855-.422.087-.844.173-1.266.087.338 1.125 1.35 1.99 2.616 1.99-1.013.78-2.532 1.212-3.966 1.039 1.266.779 2.7 1.298 4.219 1.298 5.147 0 8.015-4.414 7.847-8.481a3.95 3.95 0 0 0 1.434-1.471Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");}
.about-links li.instagram a:before {background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg' class='h-8 w-8'%3E%3Cpath d='M27.5.07h-22a5 5 0 0 0-5 5v22a5 5 0 0 0 5 5h22a5 5 0 0 0 5-5v-22a5 5 0 0 0-5-5Z' fill='%23F00073'%3E%3C/path%3E%3Cpath d='M16.5 6.238h4.916c1.156 0 1.735.29 2.168.434.579.289 1.012.433 1.446.867.434.434.723.868.868 1.446.144.434.289 1.012.433 2.169v9.831c0 1.157-.289 1.735-.433 2.169-.29.578-.434 1.012-.868 1.445-.434.434-.867.723-1.446.868-.433.145-1.012.29-2.168.434h-9.832c-1.156 0-1.735-.29-2.168-.434-.579-.29-1.012-.434-1.446-.867-.434-.434-.723-.868-.868-1.446-.144-.434-.289-1.012-.433-2.169v-9.831c0-1.157.289-1.735.433-2.169.29-.578.434-1.012.868-1.446.434-.434.867-.723 1.446-.867.433-.145 1.012-.29 2.168-.434H16.5Zm0-2.169h-4.916c-1.3 0-2.168.29-2.891.579a6.313 6.313 0 0 0-2.169 1.445c-.723.723-1.012 1.302-1.446 2.17-.289.722-.433 1.59-.578 2.89v9.832c0 1.301.29 2.169.578 2.892.29.723.723 1.445 1.446 2.168.723.723 1.301 1.012 2.169 1.446.723.29 1.59.434 2.891.578h9.832c1.3 0 2.168-.289 2.891-.578a6.312 6.312 0 0 0 2.169-1.446c.723-.723 1.012-1.301 1.446-2.168.289-.723.433-1.59.578-2.892v-9.831c0-1.302-.29-2.169-.578-2.892a6.314 6.314 0 0 0-1.446-2.169c-.723-.722-1.301-1.012-2.169-1.445-.723-.29-1.59-.434-2.891-.579H16.5Z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M16.5 9.852a6.17 6.17 0 0 0-6.217 6.217 6.17 6.17 0 0 0 6.217 6.217 6.17 6.17 0 0 0 6.217-6.217A6.17 6.17 0 0 0 16.5 9.852Zm0 10.265c-2.169 0-4.048-1.734-4.048-4.048 0-2.168 1.735-4.048 4.048-4.048 2.169 0 4.048 1.735 4.048 4.048 0 2.169-1.88 4.049-4.048 4.049ZM22.861 11.154a1.446 1.446 0 1 0 0-2.892 1.446 1.446 0 0 0 0 2.892Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");}
.about-links li.tiktok a:before {background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg' class='h-8 w-8'%3E%3Cpath d='M.5 5.07a5 5 0 0 1 5-5h22a5 5 0 0 1 5 5v22a5 5 0 0 1-5 5h-22a5 5 0 0 1-5-5v-22Z' fill='%23000'%3E%3C/path%3E%3Cpath d='M14.323 13.637v-.892a7.04 7.04 0 0 0-.936-.066c-3.823-.005-6.932 3.108-6.932 6.938a6.937 6.937 0 0 0 2.962 5.685 6.913 6.913 0 0 1-1.863-4.727c0-3.775 3.023-6.851 6.77-6.938Z' fill='%2325F4EE'%3E%3C/path%3E%3Cpath d='M14.493 23.744a3.17 3.17 0 0 0 3.16-3.052l.006-15.114h2.759a5.404 5.404 0 0 1-.087-.958h-3.766l-.006 15.114a3.17 3.17 0 0 1-3.16 3.052c-.53 0-1.028-.133-1.471-.367.57.8 1.506 1.325 2.565 1.325ZM25.572 10.707v-.84c-1.053 0-2.03-.31-2.855-.85a5.236 5.236 0 0 0 2.855 1.69Z' fill='%2325F4EE'%3E%3C/path%3E%3Cpath d='M22.718 9.016a5.21 5.21 0 0 1-1.288-3.438h-1.008a5.225 5.225 0 0 0 2.296 3.438ZM13.391 16.444a3.17 3.17 0 0 0-3.166 3.168c0 1.218.692 2.278 1.7 2.807a3.137 3.137 0 0 1-.6-1.849 3.17 3.17 0 0 1 3.165-3.169c.326 0 .642.056.937.148V13.7a7.04 7.04 0 0 0-.937-.067c-.056 0-.107.005-.162.005v2.954c-.3-.091-.611-.147-.937-.147Z' fill='%23FE2C55'%3E%3C/path%3E%3Cpath d='M25.573 10.707v2.93a8.965 8.965 0 0 1-5.243-1.687v7.667c0 3.826-3.11 6.944-6.937 6.944a6.908 6.908 0 0 1-3.976-1.259 6.925 6.925 0 0 0 5.075 2.216c3.822 0 6.938-3.112 6.938-6.943v-7.667a8.965 8.965 0 0 0 5.242 1.686v-3.77c-.382 0-.748-.04-1.1-.117Z' fill='%23FE2C55'%3E%3C/path%3E%3Cpath d='M20.329 19.617V11.95a8.965 8.965 0 0 0 5.242 1.687v-2.93a5.236 5.236 0 0 1-2.855-1.69 5.268 5.268 0 0 1-2.3-3.44h-2.76l-.005 15.115a3.17 3.17 0 0 1-3.16 3.051 3.18 3.18 0 0 1-2.57-1.319 3.18 3.18 0 0 1-1.7-2.807 3.17 3.17 0 0 1 3.165-3.169c.326 0 .642.056.937.148v-2.954c-3.746.081-6.77 3.158-6.77 6.933 0 1.823.708 3.484 1.863 4.727a6.908 6.908 0 0 0 3.975 1.258c3.823 0 6.938-3.117 6.938-6.943Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");}

.mission-blocks {
	margin-top: 2em;
}

.mission-blocks .wp-block-column {
	padding-left: 20px;
	border-left: 3px solid var(--alt-blue);
}

.mission-blocks .wp-block-column h3 {
	margin-top: 10px;
}

.date-wrap {
	font-size: .8em;
    font-weight: 700;
    margin: 1.5em 0 1em;
}

.date-wrap:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjQgMnYyMmgtMjR2LTIyaDN2MWMwIDEuMTAzLjg5NyAyIDIgMnMyLS44OTcgMi0ydi0xaDEwdjFjMCAxLjEwMy44OTcgMiAyIDJzMi0uODk3IDItMnYtMWgzem0tMiA2aC0yMHYxNGgyMHYtMTR6bS0yLTdjMC0uNTUyLS40NDctMS0xLTFzLTEgLjQ0OC0xIDF2MmMwIC41NTIuNDQ3IDEgMSAxczEtLjQ0OCAxLTF2LTJ6bS0xNCAyYzAgLjU1Mi0uNDQ3IDEtMSAxcy0xLS40NDgtMS0xdi0yYzAtLjU1Mi40NDctMSAxLTFzMSAuNDQ4IDEgMXYyem0xIDExLjcyOWwuODU1LS43OTFjMSAuNDg0IDEuNjM1Ljg1MiAyLjc2IDEuNjU0IDIuMTEzLTIuMzk5IDMuNTExLTMuNjE2IDYuMTA2LTUuMjMxbC4yNzkuNjRjLTIuMTQxIDEuODY5LTMuNzA5IDMuOTQ5LTUuOTY3IDcuOTk5LTEuMzkzLTEuNjQtMi4zMjItMi42ODYtNC4wMzMtNC4yNzF6Ii8+PC9zdmc+);
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-size: cover;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -2px;
}

.seen-on {
    display: flex;
    align-items: center;
    font-size: .9em;
    font-weight: 800;
    margin: 1em 0 1em;
    justify-content: flex-end;
    padding-top: 15px;
    display: none !important;
}

.seen-on img {
/*    filter: grayscale(100%);*/
    height: 50px;
    width: auto !important;
/*    opacity: 0.7;*/
    margin-left: 1.5em;
}

.accordion {
	margin-bottom: 2em;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-left: 0;
    border-right: 0;
}

.accordion-item .accordion-header button {
    font-weight: 700;
    font-size: 1.1em;
    color: #000;
    padding: 20px 10px;
    background: #fff;
    text-transform: capitalize;
}

.accordion-item .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.accordion-item .accordion-body {
	padding-left: 20px;
}

.home .entry-content.container {
	max-width: 100%;
	padding: 0;
}

.home .home-hero {
	align-items: center !important;
}

.home h1 {
    font-size: 4.4em;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 25px;
}

.home h1 span {
	font-weight: 600;
}

.home .home-hero .read-by-intro {
	opacity: 0.6;
    font-weight: 400;
    font-size: .9em;
}

.home .home-hero .read-by {
	position: relative;
	z-index: 1;
}

.home .hero-art {
	position: relative;
}

.home .hero-art .mm {
	position: relative;
	z-index: 1;
}

.home .hero-art .mm svg {
	max-width: 569px;
    margin-top: 4em;	
}

.home .hero-art .blob {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10%;
    right: 0;
    width: 150%;
    overflow: hidden;
    display: block !important;
}

.blob path {
	animation: blob 15s linear infinite;
}

@keyframes blob {
  0% {    d:path("M915.92683 539.14911C915.92683 756.16111 1222.44863 890.74332 487.05863 932.96135C-248.32737 975.18035 71.81368 695.44078 56.34853 540.02635C40.88339 384.61286 211.42663 442.78532 211.42663 313.60735C211.42663 184.43032 285.68263 265.3165 393.63363 187.45249C501.58563 109.58751 362.96671 109.47003 681.88971 15.19095C1000.81164 -79.08816 915.92683 322.13711 915.92683 539.14911Z");
  }
  50% {   d:path("M900.76077 433.31969C900.76077 650.33169 1261.71483 810.83892 526.32483 853.05791C-209.06117 895.27691 17.51367 511.16554 95.61483 460.12291C173.716 409.07931 250.69283 362.88092 250.69283 233.70391C250.69283 104.52592 275.00264 99.23844 382.95364 21.37405C490.90564 -56.49036 443.4629 145.67448 762.3859 51.39587C1081.30593 -42.88333 900.76077 216.30769 900.76077 433.31969Z");
  }  
  100% {    d:path("M915.92683 539.14911C915.92683 756.16111 1222.44863 890.74332 487.05863 932.96135C-248.32737 975.18035 71.81368 695.44078 56.34853 540.02635C40.88339 384.61286 211.42663 442.78532 211.42663 313.60735C211.42663 184.43032 285.68263 265.3165 393.63363 187.45249C501.58563 109.58751 362.96671 109.47003 681.88971 15.19095C1000.81164 -79.08816 915.92683 322.13711 915.92683 539.14911Z");
  }
 
}

.hero-sub-form,
.hero-referral-form {
	background: var(--alt-grey);
	border-radius: 31px;
	padding: .5em;
	display: flex;
	margin-bottom: 2em;
}
#sub-form {
	background: var(--alt-grey);
	border-radius: 31px;
	padding: .5em;
	display: flex;
	margin-bottom: 2em;
}

.hero-sub-form button,
.hero-referral-form button {
    font-weight: 700;
    padding: 0 3em;
    font-size: 1em;
}
#sub-form button{
    font-weight: 700;
    padding: 0 3em;
    font-size: 1em;
}
.hero-sub-form button:hover,
.hero-referral-form button:hover {
	color: #fff;
}
#sub-form button:hover,
#sub-form button:hover {
	color: #fff;
}
.hero-sub-form input,
.hero-referral-form input {
    flex: 1;
    margin-right: 1em;
    background: transparent;
    border: none;
    line-height: 50px;
    font-size: 1.1em;
    font-weight: 300;
    padding-left: 10px;
}

#sub-form input,
#sub-form input {
    flex: 1;
    margin-right: 1em;
    background: transparent;
    border: none;
    line-height: 50px;
    font-size: 1.1em;
    font-weight: 300;
    padding-left: 10px;
}

.hero-sub-form input:focus,
.hero-referral-form input:focus {
	outline: none;
}

.referral-block,
.sub-block {
	display: none;
}

.toc-widget {
    top: 150px;
    padding-left: 0px;
    border-radius: 20px;
    padding: 30px 25px 20px;
    border: none !important;
    background: var(--light-grey) !important;
}


.toc-widget h3 {
	font-size: 1.3em;
    padding-bottom: 10px;
    border-bottom: 1px solid #cacaca;
    margin-top: -7px;	
    color: #000;
}

.toc-widget ul.skip-ahead {
	padding: 0;
}

.toc-widget ul.skip-ahead .head2 {
    list-style-type: none;
    font-size: .9em;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 13px;
    transition: all .3s;
}

.toc-widget ul.skip-ahead .head2.active {
	font-weight: 800;
	border-left: 4px solid #fff;
	padding-left: 15px;
}

.toc-widget ul.skip-ahead .head3 {
    padding-left: 0;
    font-size: .7em;
    margin-left: 8px;
}

.toc-widget li a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    border: none;
}

.toc-widget li a:hover {
	color: #000;
}

.toc-toggle {
	display: none;
}

.section-header {
    margin: 6em auto 3em auto;
    position: relative;
}

.section-header .sub-head {
	color: var(--alt-blue);
	text-transform: uppercase;
}

.section-header .main-head {
	font-size: 2.5em;
}

.section-header .read-more {
    position: absolute;
    right: 0;
    top: 2em;
}

.section-header .read-more:hover {
	background: var(--alt-blue);
}

.section-header.center .sub-head,
.section-header.center .main-head {
	text-align: center;
}

.milk-road-tweet {
	background: #fff;
	border: 1px solid #cacaca;
	padding: 2em;
	position: relative;
	border-radius: 10px;
	height: 100%;
}

.milk-road-tweet .logo {
	width: 30px;
	position: absolute;
	top: 1em;
	right: 1em;
	transition: all .3s;
}

.milk-road-tweet .logo:hover {
	transform: scale(1.2);
}

.milk-road-tweet .name {
	font-weight: 700;
}

.milk-road-tweet .handle {
	font-size: .9em;
}

.milk-road-tweet .content {
	margin-top: 15px;
}

.search-filter-results {
	position: relative;
}

.searchandfilter .sf-field-sort_order {
    margin-right: 22px;
    position: relative;
    top: 4px;	
}

.searchandfilter .sf-field-sort_order h4 {
	position: relative;
	top: -3px;
}

.searchandfilter ul {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

.searchandfilter ul li {
	display: flex;
	gap: 15px;
}

.searchandfilter .sf-meta-range-slider {
	display: flex;
}

.searchandfilter .meta-slider {
    width: 200px;
    position: relative;
    top: -3px;
    margin-left: 15px;
}

.sf-actions .form ul li {
	margin-left: 15px !important;
}

.sf-actions input[type="text"] {
    background: #f1f1f1;
    border-radius: 10px;
    border: none;
    padding: 1em;
    height: 50px;
    margin-right: 10px;
}

.sf-actions select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0!important;
    background: #f1f1f1;
    background-image: none;
    flex: 1;
    padding: 0 0.5em;
    color: #323232;
    cursor: pointer;
    font-size: 1em;
/*    font-family: 'Open Sans', sans-serif;*/
}
.sf-actions select::-ms-expand {
   display: none;
}
.sf-actions li[data-sf-field-input-type="select"] label {
   position: relative;
   display: flex;
   width: 20em;
   height: 3em;
   line-height: 3;
   background: #5c6664;
   overflow: hidden;
   border-radius: .25em;
}
.sf-actions li[data-sf-field-input-type="select"] label::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: var(--alt-blue);
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
    color: #fff;
}
.sf-actions li[data-sf-field-input-type="select"] label:hover::after {
   color: #fff;
   background: var(--alt-blue);
   filter: brightness(85%);
}

.sf-field-post-meta-tags_wallet li {
	position: relativee;

}

.sf-field-post-meta-tags_wallet li input {
	position: relative;
	display: none;
}

.sf-field-post-meta-tags_wallet li label {
    font-weight: 600;
    box-shadow: 0px 0px 0px 2px var(--alt-blue);
    border-radius: 5px;
    padding: 10px 20px !important;
    text-align: center;
    margin-left: 15px;
    display: inline-block;
    color: var(--alt-blue);
    cursor: pointer;
    font-size: .9em;
}

.sf-field-post-meta-tags_wallet li input:checked + label {
/*	box-shadow: 0px 0px 0px 4px var(--alt-blue);*/
background: var(--alt-blue);
color: #fff;

}


.fear-greed-block .index-slider {
	margin-bottom: 4em;
	padding-top: 3em;
}

.page-id-4465 .fear-greed-block .index-slider .slider {
	background: rgb(237,32,36);
	background: linear-gradient(270deg, rgba(237,32,36,1) 0%, rgba(247,170,92,1) 24%, rgba(236,198,89,1) 43%, rgba(203,198,72,1) 71%, rgba(141,198,63,1) 100%)!important;
	height: 50px;
	width: 100%;
	background-size: contain;
	border-radius: 50px;
	display: flex;
	color: #fff;
	font-weight: 700;
	position: relative;
}

.fear-greed-block .index-slider .slider {
/*	background-image: url("https://milkroad.com/wp-content/uploads/2023/04/slider-gradient.svg");*/
	background: rgb(237,32,36);
	background: linear-gradient(90deg, rgba(237,32,36,1) 0%, rgba(247,170,92,1) 24%, rgba(236,198,89,1) 43%, rgba(203,198,72,1) 71%, rgba(141,198,63,1) 100%);
	height: 50px;
	width: 100%;
	background-size: contain;
	border-radius: 50px;
	display: flex;
	color: #fff;
	font-weight: 700;
	position: relative;
}

.fear-greed-block .index-slider .slider .icon {
    max-width: 74px;
    bottom: 37px;
    position: absolute;
    transition: all .3s;
    left: 50%;
}

.fear-greed-block .index-slider .slider .icon:before {
    width: 65px;
    content: "";
    display: block;
    position: relative;
    left: -56%;
    background-image: url(https://milkroad.com/wp-content/uploads/2023/04/milkman-greed.svg);
    height: 100px;
    background-size: cover;
}

.fear-greed-block .index-slider .slider .fear {
	position: absolute;
	left: 20px;
	top: 10px;
}

.fear-greed-block .index-slider .slider .greed {
	position: absolute;
	right: 20px;
	top: 10px;
}

.fear-greed-block .index-slider .slider .counter {
    position: absolute;
    left: 50%;
    text-align: center;
    /* width: 74px; */
    bottom: -72px;
    font-size: 1.2em;
    color: #000;
    left: -17px;
}

.fear-greed-block {
	max-width: 900px;
	margin: 0 auto;
}

.fear-greed-table {
    position: relative;
    border-radius: 25px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    margin-bottom: 2em;
}
@media only screen and (max-width: 600px) {
.fear-greed-table .table-item a {
	display: flex;
	padding: 15px 10px 15px 5px;
	gap: 10px;
	align-items: center;
	color: #000;
}
}
@media only screen and (min-width: 600px) {

.fear-greed-table .table-item a {
    display: flex;
    padding: 1.5em;
    gap: 10px;
    align-items: center;
    color: #000;
}
}
.fear-greed-table .table-item:nth-of-type(odd) {
	background-color: var(--light-grey);
}

.fear-greed-table .table-item .thumb img {
	max-width: 90px;
	transition: all .3s;
}

.fear-greed-table .table-item a:hover .thumb img {
	max-width: 110px;
}

.fear-greed-table .table-item .title {

}

.fng-prices{
	display: flex;
    margin-left: auto;
    gap: 20px;
}
@media only screen and (max-width: 600px) {
	.fng-prices{
		display: flex;
		margin-left: auto;
		gap: 10px;
	}
	.fear-greed-table .table-item .value {
		text-align: right;
	}
	.fear-greed-table .table-item .value_24h {
		text-align: right;
	}
	.fear-greed-table .table-item .value_ytd {
		text-align: right;
	}
}

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

.fear-greed-table .table-item .value_24h {
    text-align: right;
}
.fear-greed-table .table-item .value {
    text-align: right;
}

.fear-greed-table .table-item .value_ytd {
    text-align: right;
}
}
.fear-greed-table .sponsored {
    /* display: flex; */
    justify-content: center;
    font-size: .75em;
    padding: 11px 0 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: repeating-linear-gradient( 45deg, #f7f7f7, #ffffff 10px, #fafafa 10px, #fafafa 20px );
    font-weight: 500;
    text-align: center;
}

.fear-greed-table .sponsored img {
	height: 20px;
	display: inline-block;
	margin-left: 3px;
}

/* CTA GLOBALS */

.cta {
	margin: 2em 0;
}

.cta .inner {
	box-shadow: var(--shadow);
	padding: 1em;
	border-radius: 25px;
	background: #fff;
	margin-bottom: 1em;
}

.cta .action-button {
    text-align: center;
    width: 100%;
}

.cta .via-sub {
	font-size: .65em;
	text-align: center;
	margin-top: 4px;
}

.cta .att-table {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #cacaca;
	border-radius: 10px;
	font-size: .7em;
}

.cta .att-table > div {
    width: 50%;
    padding: 0.6em;
    border-bottom: 1px solid #cacaca;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta .att-table > div:nth-of-type(odd) {
	border-right: 1px solid #cacaca;
}

.cta .att-table > div:nth-last-of-type(2),
.cta .att-table > div:nth-last-of-type(1) {
	border-bottom: none;
}

.cta .att-table .l-row {
    color: #a5a5a5;
    font-weight: 600;
}

.cta .att-table .v-row {
	font-weight: 700;
}

.cta .info-icon {
	width: 20px;
    display: inline-block;
    position: relative;
    top: -1px;	
}

/* CTA SPECIFICS */


/* CTA REVIEW */
.cta.review {
	max-width: 350px;
}

.cta.review .logo {
    max-width: 250px;
    margin: 1em auto 1em;
    height: 100px;
    display: flex;
    align-items: center;
}

.cta.review .review-block {
	position: relative;
	text-align: center;
	margin: 1em 0;
}

.cta.review .review-block .inner {
	border: 1px solid #cacaca;
	display: inline-block;
	border-radius: 34px;
	padding: 0px 1em;
}

.cta.review .review-block .num-score {
    font-weight: 800;
    font-size: 2em;
    display: inline-block;
    margin-right: 5px;
}

/*.cta.review .review-block .stars {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAxLjMzM2wyLjA2IDQuMTczIDQuNjA3LjY3NC0zLjMzMyAzLjI0Ni43ODYgNC41ODdMOCAxMS44NDZsLTQuMTIgMi4xNjcuNzg3LTQuNTg3TDEuMzM0IDYuMThsNC42MDYtLjY3NEw4IDEuMzMzeiIgc3Ryb2tlPSIjREJEQkRCIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) repeat-x 0 0;
    width: 100px;
    margin-bottom: 2px;
    zoom: 1.3;
    display: inline-block;
}

.cta.review .review-block .stars .rating {
    display: block;
    width: 0;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAxLjMzM2wyLjA2IDQuMTczIDQuNjA3LjY3NC0zLjMzMyAzLjI0Ni43ODYgNC41ODdMOCAxMS44NDZsLTQuMTIgMi4xNjcuNzg3LTQuNTg3TDEuMzM0IDYuMThsNC42MDYtLjY3NEw4IDEuMzMzeiIgZmlsbD0iI0Y3Qzc0OCIgc3Ryb2tlPSIjRjdDOTRBIiBzdHJva2Utd2lkdGg9IjEuMzYzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
    z-index: 2;
    position: relative;
    max-width: 100%;
}*/

.cta.review .review-block .stars {
    width: 100px;
    margin-bottom: 2px;
    zoom: 1.3;
    display: inline-block;
}

.cta.review .review-block .stars .rating {
    display: block;
    width: 0;
    height: 25px;
    background-image: url(https://milkroad.com/wp-content/uploads/2023/05/carton-star.png);
    z-index: 2;
    position: relative;
    max-width: 100%;
    background-size: contain;
    top: 6px;
}

/* CTA EXCHANGE */
.cta.exchange {
	position: relative;
	width: 100%;
}

.cta.exchange .top {
	display: flex;
	align-items: center;
	gap: 1em;
	padding-bottom: 1em;
}

.cta.exchange .top .logo {
	max-width: 120px;
}

.cta.exchange .top .logo img {
    border-radius: 15px;
    max-height: 100px;
    width: 120px;
    object-fit: contain;
}

.cta.exchange .top .name h3 {
	font-size: 2em;
}

.cta.exchange .top .name .best {
	font-size: .9em;
}

.cta.exchange .top .action-button {
	margin-left: auto;
	max-width: 200px;
}

.cta.exchange .top .action-button a {
	text-decoration: none;
}

.cta.exchange .mid {
	margin: 1em 0 2em;
}

.cta.exchange .bottom {
	display: flex;
	gap: 1em;
	padding-top: 2em;
	border-top: 1px solid rgba(0,0,0,.125);
}

.cta.exchange .bottom > div {
    flex-grow: 1;
    max-width: 30%;
}

.cta.exchange .bottom .label {
	font-weight: 700;
	margin-bottom: 10px;
}

.cta.exchange .bottom .review img {
    max-width: 30px;
    display: inline-block;
    margin-bottom: 7px;
}

.cta.exchange .bottom .review .score {
	display: inline-block;
	margin-left: 5px;
	font-weight: 700;
}

.cta.exchange .bottom .review .read {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -10px;
}

.cta.exchange .bottom .review .btn {
    font-weight: 700;
    margin-top: 10px;
    font-size: .7em;
    text-decoration: none;
    color: #474747;
    border: 1px solid #cacaca;
    background: transparent;
}

.cta.exchange .bottom .review .btn:hover {
	background: var(--alt-blue);
	border-color: var(--alt-blue);
	color: #fff;
}

.cta.exchange .bottom .review .btn:hover {
	color: #fff;
}

.cta.exchange .bottom .token img {
    max-width: 40px;
    border-radius: 50%;
}

.cta.exchange .faqs {
	margin-top: 2em;
}

.cta.exchange .faqs .accordion {
	margin-bottom: 0;
}


/*CTA Wallet*/
.cta.wallet .bottom {
    flex-wrap: wrap;
}


/*CTA STAKING*/

.cta.staking .bottom {
    display: block;
    border: 1px solid rgba(0,0,0,.125);
    padding: 0;
    border-radius: 15px;
}

.cta.staking .bottom .sub-row {
	display: flex;
	max-width: 100%;
	gap: 1em;
	padding: 0 15px;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.cta.staking .bottom .sub-row:last-of-type {
	border-bottom: none;
}

.cta.staking .bottom .sub-row > div {
    max-width: 20%;
    flex-basis: 17%;
    margin: 15px 0;
}

.cta.staking .action-col {
	margin-left: auto;
	text-align: center;
}

.cta.staking .action-col .sub {
	font-size: .75em;
	margin-top: 6px;
}


/*CTA CREDIT CARD*/

.cta.cc .bottom {
    display: block;
    border: 1px solid rgba(0,0,0,.125);
    padding: 0;
    border-radius: 15px;
}

.cta.cc .bottom .sub-row {
	display: flex;
	max-width: 100%;
	gap: 1em;
	padding: 0 15px;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.cta.cc .bottom .sub-row:last-of-type {
	border-bottom: none;
}

.cta.cc .bottom .sub-row > div {
    max-width: 25%;
    flex-basis: 25%;
    margin: 15px 0;
}

.cta.cc .action-col {
	margin-left: auto;
	text-align: center;
}

.cta.cc .action-col .sub {
	font-size: .75em;
	margin-top: 6px;
}

/* CTA MORTAGES */
.cta.mortgage .action-col {
	margin-left: auto;
}

.cta.mortgage .action-col .sub {
	font-size: .8em;
}

/* CTA LENDING */
.cta.lending .action-col {
    margin-left: auto;
    text-align: center;
}

.cta.lending .action-col .sub {
	font-size: .8em;
	text-align: center;
}

/* CTA YIELD FARMING */
.cta.yield-farming .action-col {
	margin-left: auto;
}

.cta.yield-farming .action-col .sub {
	font-size: .8em;
}

/* CTA BANNER */

.cta.banner {
/*	max-width: 950px;*/
}

.cta.banner .inner {
	display: flex;
	gap: 2em;
}

.cta.banner .logo {
    max-width: 100px;
    text-align: center;
    margin: 0 auto 0.5em auto;
    height: 100px;
    display: flex;
    align-items: center;
}

.cta.banner .action-button {
    text-align: center;
    font-size: .8em;
}

.cta.banner .vendor {
	width: 20%;
}

.cta.banner .description {
	width: 50%;

    font-size: .8em;
}

.cta.banner .att-table {
	width: 30%;
}

.cta.banner .action-button a {
	font-size: 1em;
}

.cta-wrapper.group {
    border-radius: 10px;
    border: 1px solid #cacaca;
    overflow: hidden;
    margin-bottom: 2em;
    padding: 10px;
    background: var(--light-grey);
}

.cta-wrapper.group .cta.banner {
	margin: 0;
	box-shadow: none;
	border-bottom: 1px solid #cacaca;
	border-radius: 0;
}

.cta-wrapper.group .cta.banner:last-of-type {
	border-bottom: none;
}

/* CTA HERO */

.cta.hero {
	max-width: 100%;
	box-shadow: none;
	padding: 0;
	background: transparent;
}

.cta.hero .inner {
    background-color: var(--alt-grey);
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    text-align: center;
    padding: 2em 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta.hero .logo {
	max-width: 200px;
	margin: 0 auto;
}

.cta.hero .action-button {
    text-align: center;
    width: 250px;
    margin: 1em auto;
}

.cta.wallet {

}

.review-wp-topper {
    border-radius: 25px;
    margin-bottom: 2em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 4em;
}

.review-wp-topper h2 {
	margin-bottom: 0;
}

.review-wp-topper .wp-block-columns {
	padding: 1em 2em;
	border: 1px solid #cacaca;
}

.review-wp-topper .cta {
	margin: 0 auto;
    position: relative;
    top: -100px;
}

.review-wp-header {
    background: var(--alt-blue);
    color: #fff;
    padding: 1.5em;
    padding-top: 0.4em;
    position: relative;
    padding-bottom: 1em;
}

.review-wp-header:before {
    display: block;
    background-size: cover;
    height: 71px !important;
    background-image: url(../images/rtop.png);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -71px;
    width: 100%;
    margin: 0 !important;
}




.pros-cons-list {
	display: flex;
	gap:3em;
	justify-content: space-between;
}

.pros-cons-list > div {
	width: 50%;
}

.pros-cons-list h3 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.2em;
}

.pros-cons-list h3 img {
    width: 53px;
    display: inline-block;
    margin-right: 7px;
}

.pros-cons-list ul {
	font-size: .85em;
	padding: 0;
}

.pros-cons-list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 2em;
    line-height: 1.4em;
    list-style-type: none;
}

.pros-cons-list li svg {
	width: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.pros-cons-list .pros li path {
	fill: green;
}

.pros-cons-list .cons li path {
	fill: red;
}

/*.page-id-5:before {
	background: var(--light-grey);
	content: "";
	display: block;
	height: 50vh;
}*/

.single-daily .featured-image {
	margin-top: 3em;
	display: none;
}

.single-daily .featured-image img {
	    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.single-daily header.entry-header {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 2em;
}

.single-daily .entry-content {
	max-width: 800px;
	padding: 0 2em;
/*	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;*/
	margin: 0 auto;
}

.single-daily .beehiiv__body > .image:first-of-type {
	/*max-width: 200px;*/
	text-align: center;
	margin: 0 auto;
	max-width: 100%!important; 
	margin-bottom: 2em;
}

.single-daily .beehiiv__body {
	font-size: 1em;
}

.post-config {
    display: flex;
    flex-wrap: wrap;
}

.post-config article {
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    padding: 2em;
}

.post-config article:nth-of-type(even) {
	padding-right: 0;
}

.post-config article:nth-of-type(odd) {
	padding-left: 0;
}

.post-config article .inner-article {
	display: flex;
	gap: 1em;
}

.post-config article .thumb {
    position: relative;
    width: 30%;
    height: auto;
    overflow: hidden;
    /* border-radius: 6px; */
    display: flex;
    align-items: center;
}

.post-config.top-stories article .thumb img {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 7px;
}

/*.post-config article .thumb .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
}*/

.post-config article .thumb .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;   
}

.post-config article .thumb a {
    display: block;
    /* overflow: hidden; */
    position: relative;
    height: 100%;
    width: 100%;
}

.post-config article .date {
	font-size: .8em;
	font-weight: 700;
	margin-bottom: 8px;
	display: block;
}

.post-config .post-title a {
	color: #000;
	text-decoration: none;
}


/* LAYOUT 1-3 */
.post-config.widget-1-3 {
	display: grid;
}

.post-config.widget-1-3 {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 10px; 
  align-items: center;
  margin-bottom: 2em;
}

.post-config.widget-1-3 > article {
	padding: 2em;
}


.post-config.widget-1-3 > article .excerpt,
.post-config.widget-1-3 > article .author {
	display: none;
}



.post-config.widget-1-3 > article .post-title {
	font-size: 1.1em;
}

.post-config.widget-1-3 > article .post-title a {
	color: #000;
}

.post-config.widget-1-3 > article .thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.post-config.widget-1-3 > article .excerpt {
	font-size: .8em;
}

.post-config.widget-1-3 > article .date {
    font-size: .8em;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.post-config.widget-1-3 > article:nth-of-type(odd),
.post-config.widget-1-3 > article:nth-of-type(even) {
	padding: 1em;
}

.post-config.widget-1-3 > article:nth-of-type(1) {
	grid-row-start: 1;
    grid-row-end: 4;
    border: 1px solid #cacaca;
    border-radius: 25px;
    padding: 1em;
}

.post-config.widget-1-3 > article {
    border-top: 1px solid #d4d4d4;
    height: 100%;
    display: flex;
    align-items: center;
}

.post-config.widget-1-3 > article .thumb {
	width: 30%;
}

.post-config.widget-1-3 > article .body {
	width: 70%;
}

.post-config.widget-1-3 > article:first-of-type .excerpt {
	display: block;
}

.post-config.widget-1-3 > article:first-of-type .inner-article {
	flex-direction: column;
}

.post-config.widget-1-3 > article:first-of-type .body {
	width: 100%;
}

.post-config.widget-1-3 > article:first-of-type .thumb {
    width: 100%;
    height: 300px;	
    display: block;
}

.post-config.widget-1-3 > article:first-of-type .post-title {
	font-size: 1.5em;
}



.post-config.widget-1-3 > article:last-of-type {
	border-bottom: 1px solid #d4d4d4;
}


/* LAYOUT: Top Stories */

.post-config.top-stories article .body {
	width: 70%;
}

.post-config.top-stories article:nth-of-type(1),
.post-config.top-stories article:nth-of-type(2) {
    flex-direction: column;
}

.post-config.top-stories article:nth-of-type(1) .inner-article,
.post-config.top-stories article:nth-of-type(2) .inner-article{
    flex-wrap: wrap;
}

.post-config.top-stories article:nth-of-type(1) .thumb,
.post-config.top-stories article:nth-of-type(2) .thumb {
    width: 100%;
}

.post-config.top-stories article:nth-of-type(1) .thumb img, 
.post-config.top-stories article:nth-of-type(2) .thumb img {
}

.post-config.top-stories article:nth-of-type(1) .body,
.post-config.top-stories article:nth-of-type(2) .body {
	width: 100%;
}

.post-config.top-stories article:nth-of-type(1) .body .post-title,
.post-config.top-stories article:nth-of-type(2) .body .post-title {
    font-size: 1.4em;
}

.post-config.top-stories article .excerpt {
    display: none;
}

.post-config.top-stories article:nth-of-type(1) .excerpt,
.post-config.top-stories article:nth-of-type(2) .excerpt {
    display: block;
}


/* LAYOUT: CARDS  */
.post-config.cards {
	flex-wrap: nowrap;
	gap: 1em;
}

.post-config.cards article {
    flex-basis: 33.3333%;
    padding: 0 !important;
}

.post-config.cards article .inner-article {
    display: flex;
    gap: 1em;
    flex-direction: column;
    border: 1px solid #cacaca;
    padding: 1em;
    border-radius: 10px;
}

.post-config.cards article .thumb {
	width: 100%;
	height: auto;
}

.post-config.cards article .thumb img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.post-config.cards article .excerpt {
	font-size: .85em;
}

.single-news .entry-header {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 1em;
	margin-bottom: 2em;
}


.single-news .featured-image {
	max-height: 450px;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 2em;
    margin-bottom: 2em;
}

.single-news .featured-image img {
    object-fit: cover;
    width: 100%;	
}

.single-news .post-content {
	max-width: 1000px;
	margin: 0 auto;
}

.single-news .post-content .author-block {
    border-top: 1px solid #cacaca;
    padding-top: 30px;
}

.single-news .author-meta-wrap {
    margin-bottom: 0.6em;
}

.gle-resource .entry-header {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.single-resource  .author-bio-section{
	display: none!important;
}

.single-resource .featured-image {
	max-height: 450px;
    overflow: hidden;
	display: block!important;
    border-radius: 20px;
    margin-top: 2em;
    margin-bottom: 2em;
}

.single-resource .featured-image img {
    object-fit: cover;
    width: 100%;	
}

.single-resource .post-content {
	max-width: 1000px;
	margin: 0 auto;
}

.single-resource .post-content .author-block {
    border-top: 1px solid #cacaca;
    padding-top: 30px;
}

.single-resource .author-meta-wrap {
    margin-bottom: 0.6em;
}

.archive.author .author-header {
/*	background: var(--alt-blue);
	color: #fff;*/
	margin-top: 0;
	padding: 4em 0 2em;
}

.archive.author .author-header .inner {
	display: flex;
}

.archive.author .author-header .left-col {

}

.archive.author .author-header .avatar {
	border-radius: 50%;
	width: 170px;
	height: 170px;
	overflow: hidden;
/*	border: 6px solid #fff;*/
}

.archive.author .author-header .avatar img {
	width: 100%;
	object-fit: cover;
	height: 100%;

}

.archive.author .author-header .info {
	padding-left: 2em;
}

.archive.author .author-header h1 {
	margin-bottom: 0;
}

.archive.author .author-header .desc {
	margin-top: 15px;
}

.single-daily .site-main {
    background: #f4f4f4;
    padding-top: 3em;
  	padding-bottom: 2em;
}

.single-daily .main-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 0 1em;	
    position: relative;
}

.single-daily .breadcrumbs {
	margin-bottom: 1.8em;	
}

.single-daily .single-date {
    position: absolute;
    top: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 5px 1em;
    font-weight: 700;
    font-size: .9em;
    /* text-transform: uppercase; */
    border-bottom-left-radius: 4px;
}

.single-daily .beehiiv__body hr {
    border-bottom: 2px dashed var(--alt-blue);
    background: transparent;
    opacity: 1;
    margin: 3em 0;
}

.single-daily .beehiiv__body .image {
	margin: 2em 0;
	text-align: center;
}

.single-daily .beehiiv__body .image img {
    width: 100%;
    max-width: 80%;
}

.single-daily .beehiiv__body .heading {
	margin-bottom: 2em;
}

.single-daily .beehiiv__body ul {
	margin: 1em 0;
	padding-left: 2.5em;
}

.single-daily .beehiiv__body li {
	list-style-type: square;
}

.single-daily .beehiiv__body {
	padding-bottom: 3em;
	margin-bottom: 3em;
}

/* SUBSCRIBE PAGE */
.page-id-71 header.site-header,
.page-id-71 header.entry-header,
.page-id-71 .footer-signup,
.page-id-71 .footer-top,
.page-id-71 .site-footer,
.page-id-71 .price-scroller-wrap {
	display: none!important;
}

.page-id-71 {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 716 653' fill='none' xmlns='http://www.w3.org/2000/svg' class='hidden lg:block lg:h-full lg:w-full lg:max-w-2xl 2xl:max-w-4xl'%3E%3Cpath d='M-299.455 28.61c-38.96-259.269-414.699-366.153 426.693-544.167 841.391-178.014 517.735 208.065 567.779 394.728C745.061 65.834 533.444 22.25 556.635 176.58c23.192 154.331-79.53 67.386-190.177 179.139-110.646 111.754 54.195 95.489-297.062 263.453-351.257 167.963-329.891-331.295-368.851-590.563Z' fill='url(%23wave-desktop_svg__a)'%3E%3C/path%3E%3Cdefs%3E%3CradialGradient id='wave-desktop_svg__a' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(-59.809 389.698 271.956) scale(1544.76 1456.82)'%3E%3Cstop offset='0.472' stop-color='%2342ADDB'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%239AFAFA'%3E%3C/stop%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.page-id-71 .brand {
	margin: 0 0 5em 0;
	padding: 0 15px;
}

.page-id-71 .brand svg {
    max-width: 200px;
    width: 35%;
}

.page-id-71 h1 {
	font-size: 4em;
	font-weight: 300;
}

.page-id-71 h1 span {
	font-weight: 700;
}

.value-negative,
.price-negative {
	color: red;
}

.value-positive,
.price-positive {
	color: green;
}


.chart .price-chart-filters {
    list-style-type: none;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.chart .price-chart-filters li {
	list-style-type: none;
}

.chart .price-chart-filters li button {
	padding: 10px;
	border: 1px solid #cacaca;
	border-radius: 4px;
	background: transparent;
	font-family: 'Open Sauce One', sans-serif;
}

.chart .price-chart-heading,
.chart .stablecoin-chart-titles h2 {
    font-size: 4.5em;
    font-weight: 700;
    text-align: center;
    letter-spacing: -3px;
}

.chart .price-chart-description,
.chart .stablecoin-chart-description {
	text-align: center;
}

.chart .price-chart-legend {
	display: none;
}

.chart .highcharts-line-series path {
    stroke-width: 2px;
    stroke: var(--alt-blue);
}

.chart .stablecoin-chart-legend ul {
    display: flex;
    padding: 0;
    margin-left: auto;
    justify-content: flex-end;
    margin-top: 19px;
    padding-bottom: 10px;
}

.chart .stablecoin-chart-legend ul li {
	list-style-type: none;
	margin-bottom: 0;
}

.chart .stablecoin-chart-legend ul button {
	background: transparent;
	border:none;
}

.chart .stablecoin-chart-legend ul button p {
	margin-bottom: 0;
}

.price-calculator form {
	display: flex;
	gap: 2em;
}

.price-calculator .sr-only {
	display: none;
}

.price-calculator h3 {
	font-size: 1.5em;
	margin-top: 20px;
}


.price-calculator .price-calculator-field {
    display: flex;
    width: 50%;
    margin: 2em 0;
    border: 1px solid #cacaca;
    border-radius: 5px;
    overflow: hidden;
}

.price-calculator .price-calculator-field-prefix {
    background: #cacaca;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 50px;
}

.price-calculator .price-calculator-field-prefix p {
	margin-bottom: 0;
}

.price-calculator .price-calculator-field > label {
    position: relative;
    width: 100%;
}

.price-calculator .price-calculator-field > label input {
    border: none;
    background: transparent;
    padding-left: 20px;
    line-height: 45px;
    width: 100%;
}

.price-calculator .price-calculator-input-symbol {
    position: absolute;
    top: 12px;
    left: 5px;
}

.milk-list ul {
	padding-left: 0 !important;
}

.milk-list ul li {
    list-style-type: none;
    display: flex;
    border-bottom: 1px solid #cacaca;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.milk-list ul li:last-of-type {
	margin-bottom: 0;
	border: none;
}

.milk-list ul li > p:nth-of-type(2) {
	margin-left: auto;
	font-weight: 700;
}

.milk-table table {
	table-layout: fixed;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 2em;
}

.milk-table thead tr,
.milk-table th {
	border: none;

}

.milk-table .th-inner {
	display: inline-block;
}

.milk-table table thead th {
    background: #fff;
    color: #040404;
    font-weight: 700;
    font-size: 1.2em;
    border-bottom: 1px solid #cacaca;
}

.milk-table tr td {
	vertical-align: middle;
	font-weight: 400;
}

.milk-table tr:nth-child(n+16) {
	display: none;
}

.milk-table.full-table tr:nth-child(n+16) {
	display: table-row;
}

.milk-table tr td:last-of-type a {
	display: inline-block;
	background: var(--alt-blue);
	padding: 10px 1em;
	color: #fff;
	border-radius: 30px;
	font-weight: 700;
	text-align: center;
	font-size: .9em;
	width: 100%;
	white-space: nowrap;
}

.milk-table .coin-name {
    font-weight: 700;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 115px;
    text-align: center;
}

.milk-table .coin-details,
.milk-table .coin-details a {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #000;
}

.milk-table .coin-logo img {
	max-width: 40px;
	transition: all .3s;
}

.milk-table .coin-details a:hover .coin-logo img {
	max-width: 45px;
}

.milk-table .editor-pick {
	font-weight: 700;
}



.milk-table .editor-pick-exchange a {
	display: flex;
	color: #000 !important;
	align-items: center;
	gap: 4px;
	font-weight: 400;
}

.milk-table .editor-pick-exchange-logo {
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: 0px;
}

.milk-table .editor-pick-exchange-logo.nexo {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-nexo.png);}
.milk-table .editor-pick-exchange-logo.compound {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-compound.png);}
.milk-table .editor-pick-exchange-logo.aave {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-aave.png);}
.milk-table .editor-pick-exchange-logo.arch {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-arch.png);}
.milk-table .editor-pick-exchange-logo.youhodler {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-youhoddler.png);}
.milk-table .editor-pick-exchange-logo.unchained {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-unchained.png);}


.milk-table th.exchange-title:before, 
.milk-table .editor-pick-head:before {
    content: "";
    display: inline-block;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 0;
}

.milk-table .exchange-title.nexo:before {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-nexo.png);}
.milk-table .exchange-title.compound:before {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-compound.png);}
.milk-table .exchange-title.aave:before {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-aave.png);}
.milk-table .exchange-title.coinbase:before {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-coinbase.png);}
.milk-table .exchange-title.arch:before {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-arch.png);}
.milk-table .exchange-title.youhodler:before {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-youhoddler.png);}
.milk-table .exchange-title.unchained:before {background-image: url(/wp-content/themes/milkroad/assets/images/logos/l-unchained.png);}

.milk-table .editor-pick-head:before {
    background-image: url(/wp-content/uploads/2023/06/mrp.png);
    width: 27px;
    height: 33px;
    position: relative;
    top: 0px;
    margin: 0 6px 0 0;
}

.milk-table .editor-pick-head {
	padding-top: 13px;
}

.milk-table .exchange-title, 
.milk-table .editor-pick-head {
    white-space: nowrap;
}

.milk-table .exchange-title .th-inner {
	position: relative;
}

.milk-table .exchange-title a {
	color: #000 !important;
	text-decoration: none !important;
}

.milk-table .exchange-title a:after {
	content: "";
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.467 10.875.592 10l8.583-8.583H1.3V.167h10v10h-1.25V2.292l-8.583 8.583Z' fill='%230445C0'%3E%3C/path%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
    left: 3px;
    background-repeat: no-repeat;
}

.milk-table .exchange-title a:hover {
	color: var(--alt-blue) !important;
}

.milk-table .exchange-title button,
.milk-table .sticky-header-container th button {
    background: var(--alt-blue);
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    font-size: 12px;
    margin-top: 6px;
    padding: 3px 10px;
}

.milk-table .sticky-header-container {
	top: 132px !important;
}

.milk-table .sticky-header-container th {
    background: #fff;
    color: #000;
    border: none;
    padding-top: 0 !important;
    padding-bottom: 4px !important;
}

.milk-table .sticky-header-container tr {
	border-top: none;
	border-bottom: 1px solid #cacaca;
}

.milk-table .fixed-table-container td {
	border: none !important;
}

.milk-table th {
	background: #fff !important;
	color: #000 !important;
	border-bottom: 1px solid #cacaca;
}

.staking-table tr td:first-of-type {
	display: flex;
	gap: 12px;
	align-items: center;
}

.staking-table tr td p {
	margin-bottom: 0;
}

.staking-table td a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 140px;	
}

.table-row-toggle {
    position: relative;
    z-index: 1;
    padding: 6px 1em;
    border-radius: 7px;
    font-weight: 600;
    border: 1px solid #a6a6a6;
    margin: 0 auto 40px auto;
    display: block;
    cursor: pointer;
    width: 127px;
    text-align: center;
}

.table-row-toggle:hover {
	background: var(--alt-grey);
}

.table>:not(:first-child) {
	border-top: 0;
}

.notfound {
	padding-top: 2em;
	text-align: center;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 4em;
}

.notfound h1 {
	font-size: 10em;
	text-align: center;
}

.exchange-table thead {
	background: transparent;
}

.exchange-table thead td {
	font-weight: 800;
	font-size: 1em;
	    padding-bottom: 15px;
}

.exchange-table td {
	vertical-align: middle;
}

.exchange-table .exchange-field {
    text-align: center;
    font-weight: 700;
    padding: 16px 0;
}

.exchange-table .exchange-field img {
    max-width: 35px;
    border-radius: 50%;
}

.exchange-table .price-field {
    font-size: 1.2em;
    font-weight: 500;
}

.exchange-table .fees-field {

}

.exchange-table .min-field {

}

.exchange-table .actions-field {

}

.exchange-table .actions-field .btn {
    background: var(--alt-blue);
    color: #fff;
    font-size: 1em;
    padding: 4px 25px;
    font-weight: 800;
}

.price-scroller-wrap {
  border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    display: flex;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 3;
	transition: all .5s ease-in;
	opacity: 0;
}


.price-scroller-in .price-scroller-wrap {
	opacity: 1;
}
.price-scroller{
	font-size: 12px!important;
	display: flex;
    flex-flow: row;
    align-items: center;
    animation: 24.9491s linear 0s infinite normal none running infiniteslide1726652653181ad2;
}
@media only screen and (max-width: 600px) {
	.price-scroller-wrap .sponsored {
		min-width: 120px!important;
	}

	.price-scroller-wrap{
	/*margin-top: 41px;}*/
}
}
.price-scroller-wrap .sponsored{
    min-width: 230px;
    text-align: center;
    background: #F5D554;
    padding: 10px;
    color: #000;
    font-weight: 800;
    font-size: 12px;
    display: flex;
/*display: none;*/
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 2px 0px 4px rgba(0,0,0,0.5);
}

.price-scroller-wrap .sponsored:hover {
	background: #F5D554;
	color: #000;
}

.price-scroller-wrap .sponsored img {
	max-width: 92px;
}

.price-scroller-wrap .infiniteslide_wrap {
    padding: 0 0 0;
}

.admin-bar .price-scroller-wrap .infiniteslide_wrap {
    padding: 0px;
}

.price-scroller li > a,
.price-scroller li > div {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding-right: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    border-left: 1px solid #cacaca;
    padding-top: 5px;
}

.price-scroller li h4 {
    font-size: 1.2em;
    text-transform: uppercase;
}

.price-scroller li p {
    padding-top: 7px;
}

.price-scroller li p.coin-change {
	color: green;
}

.price-scroller li p.coin-change.negative {
	color: red;
}

.price-scroller li img {
    border-radius: 50%;
    max-width: 20px;
    overflow: hidden;
    margin-top: -5px;
}

.flex-cta {
    border-radius: 20px;
    margin-top: 1em;	
    padding: 1.5em;
    border: 1px solid #cacaca;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);	
    background-color: #fff;	
}

.flex-cta .operator-cols {
    align-items: center !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.flex-cta .info-cols {
	padding: 2em 0 1em;
}

.flex-cta .info-cols h4 {
	font-size: 1.1em;
}

.flex-cta .logo-col {
	max-width: 15%;
}

.flex-cta .logo-col img {
    width: 100% !important;
    height: auto !important;
}

.flex-cta .name-col h2 {
	margin-bottom: 5px;
	margin-top: 0;
}

.flex-cta .action-col {

}

.flex-cta .action-col p {
	font-size: .8em;
}

.flex-cta .action-group {
    display: flex;
    text-align: center;
}

.flex-cta .action-group > .wp-block-group__inner-container{
    margin-left: auto !important;
    margin-right: 0 !important;	
}

@media (max-width: 1435.98px) { 

	.site-header .top-navigation-right {
	    margin-left: auto;
		z-index: 999;
	    position: absolute;
	    width: 100%;
	    background: var(--alt-blue);
	    top: 0;
	    left: 0;
	    height: 100vh;
	    padding: 2em;
	    max-width: 370px;
	    transform: translateX(-370px);
	    transition: all .3s;
	    overflow-y: scroll;
		color: #fff;
	}
	

	.site-header .top-navigation-right .mobile-menu-close {
	    display: block;
	    position: absolute;
	    right: 20px;
	    top: 20px;
	    cursor: pointer;
	}

	.site-header .top-navigation-right .mobile-menu-close path {
		fill: #fff;
	}

	.mobile-menu-open .site-header .top-navigation-right {
		transform: translateX(0);
	}

	.mobile-menu-open {
		overflow: hidden;
	}

	.site-header .mobile-menu-toggle {
		display: block;
	}

	#menu-top-nav-menu {
		margin-top: 4em;
	}

	#menu-top-nav-menu > li {
	    font-size: 1.6em;
	    position: relative;
	    margin-right: 0;
	    border-bottom: 1px dashed rgba(255,255,255,0.4);
	    display: block;
	}

	#menu-top-nav-menu > li a {
	    color: #fff !important;
	    display: block;
	}	


	#menu-top-nav-menu > li.btn {
	    font-size: 1em;
	    border: 1px solid #fff;
	    border-radius: 100px;
	    margin-top: 2em;
	}

	#menu-top-nav-menu > li .toggle {
	    position: absolute;
	    right: 0;
	    top: 0;
	    cursor: pointer;
	    padding: 0 15px;
	    display: block;
	}

	#menu-top-nav-menu > li .toggle:before {
		content: "+";
	}

	#menu-top-nav-menu > li.open .toggle:before {
		content: "-";
	}

	#menu-top-nav-menu > li .sub-menu {
	    position: relative;
	    background: transparent;
	    border: none;
	    top: 0;
	    padding: 0.5em 0 1em 0.4em;
	}

/* First-level sub-menu styling *//*
#menu-top-nav-menu > li .sub-menu {
    position: absolute;
    background: transparent;
    border: none;
    top: 100%; 
    left: 0; 
    padding: 0.5em 0 1em 0.4em;
    display: none; 
}


#menu-top-nav-menu > li:hover > .sub-menu {
    display: block;
}
#menu-top-nav-menu > li:hover > .sub-menu ul.sub-menu{
    display: none;
}


#menu-top-nav-menu .sub-menu ul.sub-menu{ {
    position: absolute;
    top: 0; 
    left: 100%; 
    background: transparent;
    border: none;
    padding: 0.5em 0 1em 0.4em;
    display: none; 


#menu-top-nav-menu .sub-menu li:hover > ul.sub-menu {
    display: block;
}


@media (max-width: 768px) {
    #menu-top-nav-menu .sub-menu .sub-menu {
        left: auto; 
        right: 100%; 
    }
}

@media screen and (max-width: 1024px) {
    #menu-top-nav-menu > li:hover .sub-menu .sub-menu {
        right: 0; 
    }
}
*/
	#menu-top-nav-menu > li:hover .sub-menu {
		display: none;
	}

	#menu-top-nav-menu > li.open .sub-menu {
		display: block;

	}

	#menu-top-nav-menu > li .sub-menu li {
/*	    font-size: 15px;*/
	    margin-bottom: 0.8em;
	}

	#menu-top-nav-menu > li .sub-menu li a {
		font-weight: 500;
		font-size: 14px;
	}

	.site-header .mobile-menu-toggle {
		position: relative;
		margin-right: 20px;
		cursor: pointer;
	}

	.site-header .mobile-menu-toggle .line {
	    width: 35px;
	    height: 3px;
	    background-color: #000;
	    display: block;
	    margin: 5px auto;
	    -webkit-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    position: relative;
	    border-radius: 10px;
	}

	.mobile-menu-open .site-header .mobile-menu-toggle .line:nth-of-type(1) {transform: rotate(45deg);top: 7px;}
	.mobile-menu-open .site-header .mobile-menu-toggle .line:nth-of-type(2) {transform: translateX(-10px);opacity: 0;visibility: hidden;}
	.mobile-menu-open .site-header .mobile-menu-toggle .line:nth-of-type(3) {transform: rotate(-45deg);top: -9px;}

	.milk-table table {
		table-layout: auto;
	}

	.milk-table table thead td {
		min-width: 150px;
	}

}

@media(max-width:1100px) {

.site-footer .main-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
    flex-wrap: wrap;
}

.site-footer .footer-navigation {
    width: 50%;
    margin-bottom: 2em;
}

}

@media (min-width: 768px) {
	.site-header .brand-mob svg{
		display: none!important;
	}
}
@media (max-width: 767.98px) {

	.site-header .brand svg{
		display: none;
	}
	.site-header .brand-mob svg{
		display: block!important;
	}
	body {
		margin-top: 90px;
		padding-top: 28px;
		font-size: 14px;
	}

	html #wpadminbar {
		display: none !important;
	}

	.site-header .header-bar {
		background-color: var(--alt-blue);
	}

	.site-header .mobile-menu-toggle .line {
		background-color: #fff;
	}

	.site-header .site-identity {
		width: 80px;
	}

	.site-header .brand path,
	.site-header .search-nav path {
		fill: #fff;
	}
	.search-input-wrap {
		padding: 0 15px;
	}

	.search-input-wrap input {
		width: 100%;
	}

	header.entry-header h1 {
	    font-size: 2em;
	    letter-spacing: 0;
	}

	.site-footer .brand {
	    width: 165px;
	    top: 0;
	    margin-bottom: 4em;
	}

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

	.footer-signup h2 {
	    font-size: 2em;
	    text-align: center;
	}

	.footer-signup .mm-art {
		display: none;
	}

	.entry-content > .wp-block-columns .wp-block-column:nth-of-type(1) {
		order: 1;
	}

	.entry-content > .wp-block-columns .wp-block-column:nth-of-type(2) {
		order: 2;
	}

	.section-header {
	    margin: 3em auto 1.5em;
	    position: relative;
	}

	.section-header .main-head {
	    font-size: 1.6em;
	}

	.section-header .read-more {
		display: none;
	}

	.home-hero {
		padding: 0 !important;
	}

	.home-hero .wp-block-column:nth-of-type(1){
		order: 2;
		padding: 0 15px;
	}

	.home-hero .wp-block-column:nth-of-type(2){
		order: 1;
		position: relative;
		background: rgb(66,173,219);
		background: linear-gradient(332deg, rgba(66,173,219,1) 0%, rgba(154,250,250,1) 100%);
		    padding-top: 3em;
	}

	.home-hero .wp-block-column:nth-of-type(2):after {
		content: "";
		display: block;
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 375 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.105 28.133C14.317 30.918 7.33 33.783 0 36.54V60h376V.778c-28.399 22.817-63.449 38.685-96.815 43.335-43.58 5.664-84.345-7.38-120.323-18.893-20.474-6.552-39.397-12.607-56.406-14.436-30.271-3.607-54.236 6.225-81.351 17.349Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
	    background-size: cover;
	    width: 100%;
	    height: 34%;
	    position: absolute;
	    z-index: 1;
	    bottom: 0;
	}

	.home .hero-art .blob {
		display: none !important;
	}

	.home .hero-art .mm {
	    position: relative;
	    z-index: 1;
	    bottom: 0;
	    max-width: 230px;
	    margin: 0 auto;
	    width: 31%;
	    left: 10%;
	}

	.home .hero-art .mm svg {
		margin-top: 0;
	}

	.home h1 {
		font-size: 3.3em;
	}

	.home .home-hero .read-by-intro {
	    text-align: center;
	}

	.home .home-hero .read-by {
	    position: relative;
	    z-index: 1;
	    max-width: 500px;
	    margin: 0 auto 2em;
	}

	.hero-sub-form button {
	    font-weight: 700;
	    padding: 0px 1em;
	    font-size: 1em;
	    white-space: nowrap;
	}


	.page-id-71 .home-hero .wp-block-column:nth-of-type(2) {
		background: transparent;
	}

	.page-id-71 h1 {
	    font-size: 3em;
	}

	.page-id-71 .home-hero .wp-block-column:nth-of-type(2):after {
		display: none;
	}

	.page-id-71 {
	    background-size: 71%;
	}

	hr.is-style-wide {
	    border-color: #e9e9e9;
	    border-width: 1px;
	    margin: 1.7em 0 1.8em;
	}

	body.page .entry-header {
	    padding-bottom: 1em;
	    padding-top: 1em;
	    margin-bottom: 0;
	}

    body.page .entry-header > .container {
    	padding-bottom: 1em;
    }

    .promise {
    	margin-top: 0;
    	margin-bottom: 1em;
    }

	.author-meta-wrap {
	    border-radius: 0;
	    padding: 15px 0 0;
	    display: inline-block;
	    padding: 7px 15px;
	    border-radius: 15px;
	}

	.author-meta {
		width: auto;
		border:none;
		margin: 6px 0;
	}

	.author-meta .author-label {
		display: none;
	}

	.archive.author .author-header .inner {
	    display: block;
	    text-align: center;
	}

	.archive.author .author-header .avatar {
	    margin: 0 auto;
	}

	.archive.author .author-header .info {
	    padding-left: 0;
	    margin-top: 2em;
	}

	.fear-greed-block {
	    margin-top: 5em;
	}

	.review-wp-topper .wp-block-column:nth-of-type(1) {
		order: 2;
	}

	.review-wp-topper .wp-block-column:nth-of-type(2) {
		order: 1;
	}

	.review-wp-topper .cta {
		top: 0;
	}

	.review-wp-topper h3.wp-block-heading {
		margin-top: 0;
	}

	.cta.exchange .top {
	    display: block;
	    text-align: center;
	    padding-bottom: 1em;
	}

	.cta.exchange .top .logo {
	    margin: 0 auto;
	    margin-bottom: 15px;
	}

	.cta.exchange .top .name {
		margin-bottom: 15px;
	}

	.cta .bottom {
		flex-wrap: wrap;
	}

	.cta .bottom > div {
	    min-width: 20%;
	}

	.advert-trigger {
	    margin-top: -2px;
	}

	.advert-trigger a {
		white-space: nowrap;
	}

	.pros-cons-list {
		display: block;
	}

	.pros-cons-list > div {
	    width: 100%;
	}

	.con-list-label {
		margin-top: 2em;
	}

	.search-curtain .search-mm {
	    width: 215px;
	    height: auto;
	}

	.search-curtain .search-mm img {
		object-fit: cover;
	}

	.post-config.top-stories article {
	    flex-basis: 100%;
	    padding: 0;
	    margin-bottom: 2em;
	}

	.post-config.cards {
		flex-wrap: wrap;
	}

	.post-config.cards article {
		flex-basis: 100%;
	}

	.post-config.cards article .thumb {
	    width: 100%;
	    height: auto;
	}

	.post-config.cards article .thumb img {
		width: 100%;
    	height: auto;
	}

	.post-config.widget-1-3 {
		display: block;
	}

	.post-config.widget-1-3 > article {
		padding: 1em 0 !important;
	}

	.post-config.widget-1-3 > article  .thumb {
		height: auto;
	}

	.post-config.widget-1-3 > article:first-of-type {
		border: none;
	}

	.post-config.widget-1-3 > article:first-of-type .inner-article {
	    flex-direction: row;
	}

	.post-config.widget-1-3 > article:first-of-type .thumb {
		width: 30%;
		height: auto;
	}

	.post-config.widget-1-3 > article:first-of-type .excerpt {
		display: none;
	}

	.post-config.widget-1-3 > article:first-of-type .post-title {
	    font-size: 1.1em;
	}

	.post-config.widget-1-3 > article:first-of-type .body {
	    width: 70%;
	}

	.beehiiv__body {
	    font-size: 14.5px;
	}

	.single-daily .entry-content {
		padding: 0;
	}

	.toc-widget {
	    opacity: 0;
	    visibility: hidden;
	    position: fixed;
	    width: 90%;
	    z-index: -1;
	    transition: all .3s;
	    left: 50%;
	    top: 50%;
	    max-height: 100%;
    	overflow-y: scroll;
	    transform: translate(-50%, -50%);
	    z-index: 7;
	}

	.toc-curtain {
		z-index: 6;
		position: fixed;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
		background: #000;
	}

	.toc-in .toc-widget {
		visibility: visible;
		opacity: 1;
		
	}

	.toc-in .toc-curtain {
		visibility: visible;
		opacity: 0.8;
	}

	.toc-toggle {
	    display: block;
	    position: fixed;
	    width: 100%;
	    padding: 14px;
	    background: var(--light-grey);
	    right: 0;
	    bottom: 0;
	    cursor: pointer;
	    transform: translateY(70px);
	    transition: all .3s;
	    text-align: center;
	    font-weight: 700;
	    border-top: 1px solid #cacaca;
	    box-shadow: 0px -2px 3px rgba(0,0,0,0.05);
	    z-index: 2;
	}

	.toc-toggle.in {
	    transform: translateY(0px);
	}

	.toc-toggle:hover {
		background: var(--alt-grey);
	}

	.toc-toggle:after {
		content: "Table of Contents";
	}

	.toc-toggle svg {
	    width: 27px;
	    margin-right: 10px;
	}

	.toc-toggle path {
		fill: #000;
	}

	.fear-greed-table .table-item .thumb img {
	    max-width: 50px;
	}

.flex-cta .operator-cols {
    justify-content: center;
    text-align: center;
    gap: 0;
}

.flex-cta .action-group > .wp-block-group__inner-container {
    margin-left: auto !important;
    margin-right: auto !important;
}

.flex-cta .info-cols {
	flex-wrap: wrap !important;
}

.flex-cta .wp-block-columns.info-cols > div {
	flex-basis: 46% !important;
	text-align: center;
}


}

@media (max-width: 575.98px) { 

	body {
	    font-size: 14px;
	    padding-top: 100px;
	}

	.fear-greed-block .index-slider .slider .icon:before {
	    width: 45px;
	    height: 70px;
	}


	.site-header .search-nav {
		margin-left: 0;
	}

	.site-footer .footer-navigation {
	    width: 100%;
	    text-align: center;
	}

	.site-footer .footer-bottom {
	    padding: 2em 0;
	    text-align: center;
	}

	.site-footer .footer-sub-navigation ul {
		display: block;
	}

	.site-footer .footer-sub-navigation li {
	    display: block;
	    margin-bottom: 1em;
	}

	.site-footer .copyright-wrap .container {
	    display: block;
	    text-align: center;
	    padding-top: 20px;
	}

	.site-footer .about-links li {
		margin-bottom: 10px;
	}

	.cta .top {
		flex-wrap: wrap;
	}

	.cta .top .action-button {
	    max-width: 100% !important;
	    width: 100%;
	}

	.author-block .author .info {
	    width: auto;
	}

	.author-block .author .actions {
		display: none;
	}

	.cta.exchange .bottom .label {
		margin-bottom: 5px;
	}

	.cta .bottom .sub-row > div, 
	.cta .bottom > div {
	    margin: 7px 0 !important;
	    font-size: .9em;
	    line-height: 1.2em;
	}

    .cta .bottom .review .btn {
    	text-indent: -9999px;
    	display: none;
    }

	.chart .price-chart-filters {
	    gap: 2px;
	}

	.chart .price-chart-filters li button {
		padding: 6px;
	}

	.chart .price-chart-heading, .chart .stablecoin-chart-titles h2 {
		font-size: 3.5em;
	}

	.page-id-71 {
		padding-top: 0;
	}
/*
	.price-scroller-in .price-scroller-wrap {
	    top: 67px;
	}*/

	.price-scroller-wrap {
	    font-size: .8em;
	}
.sponsored-text-197{
	display: none;
}

}

