/*
Theme Name: CoinChoose
Author: Renz Ramos
Description: WordPress Theme for CoinChoose
Version: 1.0.0
Tags: coin, cryptocurrencies
*/

.h3, h3 {
    font-size: 1.25rem!important;
}
.grecaptcha-badge {
    display: none!important;
}
body{
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Open Sans', sans-serif;
}
p {
    font-size: 16px;
    line-height: 20px;
}
article iframe {
    display: block;
    margin: 0 auto;
}
.marquee{
    opacity:0;
}

/* author box */
.author-box img {
	border-radius: 50%;
}
p.author-description {
	font-size: 14px;
	margin-bottom: 20px !important;
	line-height: 1.7 !important;
}
.author-box {
    padding: 20px;
    margin-bottom: 30px;
	background: #f0f0f0;
    border-left: 5px solid #000273;
}
.author-box h3.author-name {
	color: #000273;
	font-weight: 600;
	margin: 20px 0;
	border-left: 3px solid #000273;
    padding-left: 10px;
}
.author-info i {
	font-size: 35px;
}
/* end author box */

/* Top Bar */
#main-topbar {
    background: #020368;
    padding: 5px;
}

#main-topbar .top-bar-coins-container p {
    color: white;
    margin: 0px;
    font-size: 13px;
    line-height: 1em;
}

.top-bar-coins-container .seperator {
    opacity: .4;
    margin: 0px 10px;
}

#main-topbar .top-bar-coins-container {
    padding: 0px;
}

#main-topbar .top-bar-coins-container .seperator {
    opacity: .4;
    margin: 0px 10px;
}

#main-topbar .top-bar-coins-container .value {
    color: white;
    font-size: 11px;
    padding: 3px 10px;
    margin-left: 10px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.30);
    display: inline-block;
}
/* .Top Bar */


/* Header */
#my-menu:not(.mm-menu) {
    display: none;
}
.mm-menu {
    background: #ffffff;
    border-color: rgb(248, 249, 250);
    color: rgba(0,0,0,.75);
}
#mobile-button {
    position: absolute;
    right: 21px;
    top: 6px;
    display: none;
}
#mobile-button div {
    width: 48px;
    height: 8px;
    background-color: #020368;
    margin: 6px 0;
}
.logged-in #main-header.sticky #mobile-button {
    top: 5px;
}
.navbar {
    padding: 0px; 
}
.navbar img.logo {
    max-width: 153px;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation a.mega-menu-link .mega-description-group .mega-menu-description {
    display: none;
}
#mega-menu-wrap-header_navigation #mega-menu-header_navigation a.mega-menu-link .mega-description-group {
    vertical-align: initial;
}
/* .Header */

/* Search */
body.search-active {
    overflow: hidden;
}
.search-active .search-overlay {
    position: absolute;
    height: 100vh;
    width: 100%;
}
.search-active .search-overlay .fa-times {
    font-size: 50px;
    color: #000273;
    float: right;
    margin: 25px 30px;
    cursor: pointer;
}
#search-btn {
    cursor: pointer;
    border: none;
    padding: 0 10px;
    color: #000273;
    outline: none;
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: transparent;
}
#search-btn:hover {
    opacity: 0.8;
}
.search-form-wrap {
    position: fixed;
    height: 100vh;
    width: 100%;
	top:-100% !important;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.search-form-wrap .search-form {
    position: relative;
    width: 80%;
    max-width: 465px;
}
.search-form-wrap .search-form #search {
    border: none;
    border-bottom: solid 1px #000273;
    padding: 10px;
    line-height: 1em;
    background-color: transparent;
    color: #000273;
    outline: none;
    font-size: 30px;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.search-form-wrap .search-form #search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000273;
}
.search-form-wrap .search-form #search::-moz-placeholder { /* Firefox 19+ */
  color: #000273;
}
.search-form-wrap .search-form #search:-ms-input-placeholder { /* IE 10+ */
  color: #000273;
}
.search-form-wrap .search-form #search:-moz-placeholder { /* Firefox 18- */
  color: #000273;
}
.search-form-wrap .search-form input[type="submit"] {
    color: #fff;
    background-color: #000273;
    line-height: 1em;
    padding: 7px 15px;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    border: none;
}
/* Search */

.post-type {
    background: #727272;
    color: white;
    padding: 3px 31px;
    font-size: 12px;
}
.slick-next {
    right: -9px;
}
.slick-prev {
    left: -9px;
}

.twitter-tweet {
    margin: 15px auto;
}

.pagination-container {
    margin: 15px 0px;
}

.pagination-container .pagination {
    justify-content: center;
}
.page-item.active .page-link {
    background-color: #000273;
    border-color: #002880;
}
.page-link {
    color: #000273;
}
.pagination a {
    padding: 5px 10px;
    border: 1px solid #e4e4e8;
}
.pagination {
    justify-content: center;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: #000273;
    border-color: #002880;
    padding: 5px 10px;
    color: white;
    text-decoration: none;
}

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

.share-container li {
    display: inline-block;
}

.share-container,
.share-image {
    display: inline-block;
}

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

.share-container img {
    max-width: 32px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

#post-video-popup .title {
    font-size: 18px;
    margin-bottom: 0px;
    border-bottom: 1px solid #3333332e;
    padding-bottom: 5px;
    background: #0001B4;
    padding: 7px 20px;
    text-align: center;
    color: #0001B4;
    color: white;
}
#post-video-popup .mfp-close {
    color: white;
    top: 1px;
    opacity: 1;
}
#post-video-popup {
    padding: 0px;
    max-width: 750px;
    width: 80%;
    background: transparent;
}
#post-video-popup .embed-responsive {
    margin-bottom: -1px;
}

.post-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.post-video {
    position: relative;
    cursor:pointer;
}

.post-video-play a {
    color: white;
}

.post-video-play a {
    color: white;
}

.post-video-play .fas {
    color: white;
    font-size: 60px;
}
.post-video:hover .post-video-play img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
    color: #fc851d;
}
.post-video:before {
    background: #000000a3;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}


.basic-slider-container {
    margin: 0px -15px;
}
.basic-slide .post-container {
    padding: 0px 15px;
}

.post-with-label-container {
    position: relative;
}
.post-with-label-container {
    margin-bottom: 30px;
}
.post-label {
    position: absolute;
    color: white;
    background: #fff;
    padding: 5px 15px;
    color: white;
    z-index: 99;
}
/* .post-label.post-label-coins {
    background: #e67e22;
}
.post-label.post-label-exchanges {
    background: #2980b9;
}
.post-label.post-label-mining {
    background: #636e72;
}
.post-label.post-label-blockchain {
    background: #16a085;
}
.post-label.post-label-sponsored {
    background: #FFD700;
    color: black;
}
.post-label.post-label-interview {
    background: #e74c3c;
}
.post-label.post-label-wallets {
    background: #9b59b6;
}
.post-label.post-label-fintech {
    background: #ffffff;
    color: black;
    border: 1px solid black;
}
.post-label.post-label-startups {
    background: #273c75;
} */

a {
    color: #000273;
}
.btn {
    padding: 3px 20px;
    font-size: 15px;
    border-radius: 0px;
}
img.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.bg-gray {
    background: #F5F8FF;
}
.action {
    margin: 15px 0px 0px;
}
.action a.btn-action {
    background: #0001B4;
    display: inline-block;
    color: white;
    padding: 5px 15px;
    font-size: 15px;
    text-transform: uppercase;
}
.action a.btn-action:hover {
    background: black;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.btn-generic {
    background: #0001B4;
    color: white;
    text-transform: uppercase;
    padding: 3px 20px;
    font-size: 15px;
    white-space: normal;
}
.btn-trade {
    background: #e67e22;
}
.btn-trade:hover {
    background: #d35400;
    color: white;
}
.slick-prev:before,
.slick-next:before {
    color: #0001b4;
}




.modern-follow-us-container {
    padding: 15px 20px 15px;
    border-left: 5px solid #000273;
    background: #f0f0f0;
    margin-bottom: 10px;
}
.modern-follow-us-container ul {
    margin-bottom: 0px;
}
.modern-follow-us-container h2 {
    margin: 9px 0px 5px !important;
    font-size: 14px !important;
}
.modern-follow-us-container a {
    font-size: 35px;
    margin-right: 6px;
}

.tags .tag {
    display: inline-block;
    font-size: 12px;
    background: #3333;
    color: white;
    padding: 5px;
    margin: 5px 0px;
    padding: 1px 15px;
}
.tags .tag a {
    color: #333;
    text-decoration: none;
}


.modern-tags-container .tag {
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    padding: 10px 15px;
    display: inline-block;
    background-color: #f0f0f0;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    margin-right: 10px;
}
.modern-tags-container .tag:hover a {
    color: white;
}
.modern-tags-container .tag:hover {
    background: #0001b4;
    color: white;
    transition: background-color .3s;
}



.social-follow-container ul {
    padding: 0px;
}

.social-follow-container ul li {
    list-style-type: none;
    display: inline-block;
}
.social-follow-container img {
    max-width: 32px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.social-follow-container img:hover{
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.social-icon {
    max-width: 37px;
    margin-bottom: 10px;
}
/* Common */
.section {
    margin: 0px;
}
.section h2 {
    color: #0001B4;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bolder;
    margin-bottom: 15px;
}
article img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.shadow{
    box-shadow: 0px 0px 10px 0px rgba(0, 101, 203, 0.178);
}
.box-container {
    background: white;
}
.box-container img {
    width: 100%;
}
.box-container .box-content {
    padding: 15px;
}
.box-container h2 {
    font-size: 19px;
    margin-bottom: 0px;
    border-bottom: 1px solid #3333332e;
    padding-bottom: 5px;
    background: #E0E5F2;
    padding: 7px 20px;
    text-align: center;
    color: #0001B4;
}
.box-container .action {
    text-align: center;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #646F8E;
    border: none;
}
.change {
    color: green;
    font-weight: bolder;
}
.change .fas {
    margin-left: 5px;
    position: relative;
    top: 0px;
}
.change.change-down,
.change.change-red {
    color: red;
}
.section .container{
    position:relative;
}
.section-view-all {
    text-align: center;
    margin: 15px 0px;
}
.section-view-all a {
    text-transform: uppercase;
    background: #0001b4;
    color: white;
    padding: 7px 27px;
    font-size: 13px;
    margin-right: 19px;
    position: relative;
    top: -12px;
}
.section-view-all a:hover {
    text-decoration: none;
    background: #000273;
}

.post-image img {
    width: 100%;
}

.zoom-effect,
.zoom-effect .post-image,
.zoom-effect .image{
    overflow: hidden;
}
.zoom-effect img {
    transition: all .3s;
}
.zoom-effect:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    transition: all .3s;
}
.all-post-action-container button {
    font-size: 11px;
}
.form-control {
    border-radius: 0px;
}

.wpcf7 .form-group label {
    font-weight: bolder;
    color: #000273;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}
span.wpcf7-list-item-label {
    font-weight: bolder;
    opacity: .8;
}
span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {
    font-weight: normal;
    opacity: .8;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    display: block;
    background: #f44;
    color: white;
    padding: 5px 10px;
}
/* .Common */

/* Header */
.logged-in #main-header.sticky {
    top: 32px;
}
#main-header {
    transition: all 1s;
    position: relative;
}
#main-header.sticky {
    position: fixed;
    font-size: 24px;
    line-height: 48px;
    height: 48px;
    width: 100%;
    background: #000000;
    text-align: left;
    top: 0px;
    z-index: 99999;
    width: 100%;
    transition: all 1s;
}
#main-header.sticky #mega-menu-wrap-header_navigation #mega-menu-header_navigation>li.mega-menu-item>a.mega-menu-link {
    height: 56px;
    line-height: 56px;
}
#main-header .navbar img.logo {
    transition: all .6s;
}
#main-header.sticky .navbar img.logo {
    max-width: 93px;
    transition: all .6s;
}
/* .Header */

/* Home */
.section-home-top-coins {
    padding: 40px 0px 50px;
    background: #FFFFFF;
}
.section-home-banners {
    padding: 50px;
    background: #E7ECF6;
}
.section-home-news {
    padding-bottom: 15px;
}
.section-home-news .container {
    position: relative;
}
.section-home-featured-coins .header-div a:last-child {
    /* display: none !important; */
    pointer-events: none;
}
.section-home-events .section-view-all, 
.section-home-videos .section-view-all {
    margin-top: 40px;
    margin-bottom: 0px;
}
/* .Home */

/* Coin Table */
.currency-table {
    color: #646F8E;
}

section.section.section-featured-coins .related-coins-container {
    background: #ececec;
    padding: 10px 0px;
}

section.section.section-featured-coins h2 {
    background: #020351;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 0px;
}

td.text-center.rank span {
    color: #646F8E;
    padding: 6px;
    width: 33px;
    height: 33px;
    display: inline-block;
    font-size: 14px;
}

td.text-left.coin-logo a {
    color: #646F8E;
}

td.text-left.coin-logo img {
    margin-right: 10px;
}


td.text-center.percent-change span i {
    float: right;
    position: relative;
    top: 0px;
    right: 1px;
    border-radius: 50%;
    background: #407440;
    padding: 5px;
    font-size: 7px;
    color: white;
}
td.text-center.percent-change span {
    display: block;
    color: white;
    padding: 1px;
    font-size: 13px;
    padding: 5px;
    font-weight: bolder;
    color: #0b4e0b;
}
td.text-center.percent-change.red span i {
    background: #c0392b;
}

td.text-center.percent-change.red span {
    color: #c0392b;
}


.currency-table tr:hover {
    background: #E8EAFF;
}
td.text-center.percent-change.down span {
    background: #e74c3c;
}
td.text-center.percent-change.down span i {
    color: #e74c3c;
}
/* .graph div svg {
    border-radius: 10px !important;
}
.graph div {
    border-radius: 10px !important;
}
.graph>div {
    border: 1px solid #0001b44d !important;
    border-radius: 10px;
    box-sizing: content-box;
} */
/* .Coin Table */

/* Sub */
article p {
    font-size: 16px;
    line-height: 1.5em;
}
.section-header {
    padding: 75px;
    text-align: center;
}
.section-header h1,
.section-header header{
    color: white;
    font-size: 2.6em;
}
.section-header #breadcrumbs{
    margin-bottom: 0px;
}
.section-header #breadcrumbs,
.section-header #breadcrumbs a {
    color: white;
}
.section-content {
    padding: 40px;
}

.post-related {
    border-bottom: 1px solid #d0c8c8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.event-container .btn-generic,
.post-related-container .btn-generic {
    font-size: 11px;
    padding: 5px 20px;
}
.post-related.hide-post {
    display: none;
}
.post-related h3 {
    color: #0001B4;
    text-transform: uppercase;
    font-size: 24px;
}
.post-related p{
    color: #646F8E;
}
.post-related-container .post-related .type {
    position: absolute;
    top: 0px;
    background: #d35400;
    padding: 5px 15px;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
}

.post-related-container .post-related.post-related-news .type {
    background: #2c3e50;
}

.featured-image-container {
    margin: 0px 0px 20px;
}
.featured-image-container img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.top-social-media-sharer>div {
    position: relative;
    top: -5px;
}

.top-social-media-sharer ul {
    margin: 0px;
}



/* .Sub */

/* Coins and Exchanges*/
.section-coins td {
    vertical-align: middle;
}
.section-coins td.coin-logo img {
    margin-right: 10px;
    max-width: 40px;
}
.section-coins {
    background: #E9EAE8;
}

.section-coins td {
    vertical-align: middle;
    padding: 5px;
    /* border: 1px solid rgba(51, 51, 51, 0.09); */
    background: white;
    color: #333;
    font-size: 15px;
    position: relative;
}
.section-coins td .rank {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #333;
    left: -18px;
    padding-top: 3px;
    background: white;
    border: 1px solid #dee2e6;
    top: 10px;
}
.section-coins td .rank.rank-new {
    background: #f1c40f;
    font-size: 10px;
    color: #333;
    padding-top: 7px;
}
.section-coins.section-exchanges td .rank {
    top: 10px;
}
.section-coins .table thead th {
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    color: #333;
    text-transform: uppercase;
}
.section-coins tr:hover {
    background: transparent;
}
.section-coins td.coin-logo {
    padding-left: 25px;
}

.coin-social-container a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.coin-social-container a:hover {
    opacity: 0.8;
}

.section-exchange-summary .coin-box-container .exchange-title h2 {
    margin-bottom: 10px;
}
.section-exchange-summary .coin-box-container .exchange-logo {
    max-width: 60px;
}

/* .Coins */


/* Sidebar */
.subscription-container .content p {
    font-size: 13px;
}

.subscription-container h2 {
    font-size: 19px;
    margin-bottom: 3px;
}
.subscription-container input[type=email] {
    font-size: 12px;
    height: auto;
}

.subscription-container input[type=button] {
    background: #0001b4;
    color: white;
    font-size: 12px;
    height: auto;
}
.subscription-container .lds-ellipsis div {
    background: #0001b4;
}
.subscription-container .cpl-notification-container.failed {
    background: #e42f2f;
    margin: 15px 0px;
}
.subscription-container .cpl-notification-container.sent {
    margin: 15px 0px;
}
.subscription-container .cpl-notification-container p {
    font-size: 13px;
}
.subscription-container .cpl-notification-container {
    border-radius: 0px!important;
    color: white;
    font-size: 10px!important;
    padding: 3px 10px;
    margin: 0px;
}

#main-sidebar {
    margin-bottom: 30px;
}
.sidebar-box{
    margin-bottom: 30px;
}
.latest-post-box .latest-post h3 {
    font-size: 14px;
    margin-bottom: 0px;
}
.latest-posts {
    padding: 15px;
}
.latest-posts .latest-post {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    padding-bottom: 15px;
}
.latest-posts .latest-post:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}
/* Slider */
.slick-slider{
    display: none;
}
.slick-initialized {
    display: block;
    transition: all .3s;
}
/* Slider */

/* CryptoCompare */

/* .CryptoCompare */

/*  Inline Coins */
.section-inline-coins {
    padding-bottom: 10px;
    background: white;
    overflow: hidden;
}
.section-inline-coins.sticky {
    position: fixed;
    bottom: -75px;
    padding: 0px;
    background: white;
    z-index: 999;
    -webkit-animation: mover 1.1s;
    animation: mover 1.1s;
    animation-fill-mode: forwards;;
}
.section-inline-coins.sticky .inline-coins-container {
    padding: 0px 0px 0px;
    box-shadow: 1px 5px 11px 1px #F5F8FF;
    position: relative;
    top: 8px;
}
.section-inline-coins.sticky .inline-coin-container img {
    max-width: 20px;
    display: inline-block;
}
.section-inline-coins.sticky .section-inline-coins .inline-coin-container .price {
    font-size: 13px;
}
.section-inline-coins.sticky .title,
.section-inline-coins.sticky .inline-coin-container .price,
.section-inline-coins.sticky .change {
    font-size: 14px;
}
.section-inline-coins.sticky .inline-coin-container {
    padding: 4px 0px 7px;
}

@-webkit-keyframes mover {
    0% {
        bottom:-50px;
        opacity:.5;
    }
    100% {
        bottom:0px;
        opacity:1;
    }
}

@keyframes mover {
    0% {
        bottom: -50px;
        opacity: .5;
    }

    100% {
        bottom: 0px;
        opacity: 1;
    }
}



.inline-coins-container {
    padding: 5px 0px 0px;
    box-shadow: 1px 5px 11px 1px #F5F8FF;
}
.inline-coin-container a {
    text-decoration: none;
    color: #0001B4;
}
.inline-coin-container {
    display: inline;
    margin-right: 15px;
    padding: 5px 0px 10px;
}

.inline-coin-container .price {
    color: #33333391;
    font-weight: bolder;
}
.inline-coin-container img {
    max-width: 30px;
    display: inline-block;
}
/*  .Inline Coins */

/* Exchanges Archive */
.archive-exchange-container {
    margin: 15px 0px;
}
/* Exchanges Archive */

/* Single Coin */
.section-coin-summary h2 {
    font-size: 40px;
}
.section-coin-summary {
    padding: 30px;
}
.section-coin-summary .coin-price-buy-details a:hover {
    background: #d35400;
    color: white;
    opacity: .8;
    border-color: #d35400;
}
.section-coin-summary .coin-price-buy-details a {
    padding: 12px;
    font-size: 20px;
    margin-top: 13px;
    background: #e67e22;
    color: white;
}
.section-coin-summary .coin-summary-box {
    padding: 15px;
    margin-top: 0px;
    position: relative;
    background: #F5F8FF;
}
.coin-box-container {
    background: #F5F8FF;
    padding: 20px;
    margin-bottom: 30px;
}
#coin-overview-vollar.coin-overview-container.coin-box-container {
    min-height: 448px;
}
.coin-box-container .twitter-timeline {
    max-height: 593px;
}
.coin-box-container h2 {
    margin-bottom: 15px;
    font-size: 22px;
}
.coin-overview-container.coin-box-container {
    min-height: 560px;
}
.coin-overview-table-wrapper {
    max-height: 355px;
}

.ccc-widget.ccc-chart-v3 div {
    border: none !important;
    background: transparent !important;
}

.ccc-widget.ccc-chart-v3 div.chartTypeTabLinks {
    background: #0001b4 !important;
    font-size: 11px;
    text-transform: uppercase;
}

.ccc-widget.ccc-chart-v3 div.chartTypeTabLinks.cTypeTabActive {
    background: #f1c40f !important;
    color: black;
}

a.cryptocompare-logo {
    display: none;
}

.coin-price-buy-details h2 {
    font-size: 32px;
}



.coin-social-container ul .fab {
    font-size: 45px;
    opacity: 1;
    color: #A6AFC1;
}

.coin-price-buy-details button {
    margin-top: 10px;
}

.coin-price-details h2 {
    font-size: 37px;
    position: relative;
}
.coin-price-details .badge {
    font-size: 12px;
    position: relative;
    top: -7px;
    padding: 3px 10px;
}
.coin-price-details img {
    max-width: 80px;
}
.coin-summary-box {
    background: white;
    padding: 10px;
    margin-top: 15px;
    position: relative;
}

.coin-summary-box .information {
    position: absolute;
    right: 5px;
    top: 2px;
    opacity: .4;
    font-size: 20px;
}
.coin-summary-box h3 {
    font-size: 15px;
    margin-bottom: 00px;
    color: #646F8E;
    font-weight: 400;
}
.coin-summary-box p {
    margin-bottom: 0px;
    font-size: 21px;
    color: #0001B4;
    font-weight: bolder;
    margin-top: 5px;
}
.related-coin {
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.14);
    padding-bottom: 10px;
}
.related-coin-title h3 {
    font-size: 17px;
    margin-bottom: 0px;
    color: #333;
}
.related-coin img {
    max-width: 49px;
    display: block;
    margin: 0 auto;
}
.coin-box-container .post-container h3 {
    color: #333;
    font-weight: 600;
}
/* Single Coin */

/* Single Business */
.business-details-container ul {
    padding-left: 20px;
    margin-bottom: 0px;
}
/* Single Business */


/* Single News */
.label-sponsored {
    display: inline;
    background: #FFD700;
    color: black;
    padding: 5px;
    font-size: 14px;
    padding: 1px 20px;
    position: relative;
    top: 1px;
}
.single article p {
    /*font-size: 20px;*/
    font-weight: normal;
    line-height: 29px;
    margin-bottom: 30px;
}
.single h1.single-title {
    font-size: 42px;
    font-weight: bolder;
    margin-bottom: 10px;
    color: #020368;
    line-height: 40px;
}
.single h1.single-title+#breadcrumbs {
    margin-bottom: 10px;
}
.single .tags {
    margin-bottom: 20px;
}
#post-sharer .share-container-wrapper li {
    display: block;
    margin-bottom: 3px;
}

#post-sharer .share-container-wrapper {
    float: right;
    margin-top: 5px;
}
#post-sharer .share-container-wrapper .share-image {
    font-size: 8px;
    display: block;
    width: 35px;
}
#post-sharer .share-container-wrapper .share-image p {
    font-size: 10px;
    text-align: center;
    line-height: 11px;
}
#post-sharer .share-container-wrapper img {
    max-width: 35px;
}
#post-sharer .share-container {
    margin: 0px 0px 11px;
}
.single-news #main-footer {
    margin-bottom: 0;
}
/* .Single News */

/* Archive News */
.section-featured-news {
    padding-top:30px;
    padding-bottom: 15px;
}
.post-grid-container {
    margin-bottom: 30px;
    position: relative;
}
.post-grid-container .title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    text-shadow: 1px 1px 1px #000000e3;
}
.post-grid-container .title h2 {
    font-size: 20px;
    margin-bottom: 0px;
    color: white;
}
.post-grid-container .title a:hover {
    text-decoration: none;
    color: #060768;
}

.post-grid-container .content {
    position: absolute;
    bottom: 0px;
    padding: 16px 15px 5px;
    background: rgba(12, 12, 12, 0.54);
    width: 100%;
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.36) 30%, rgba(0, 0, 0, 0.79) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.36) 30%, rgba(0, 0, 0, 0.79) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.36) 30%, rgba(0, 0, 0, 0.79) 100%);
}
.post-grid-container .meta {
    font-size: 15px;
    margin-bottom: 8px;
}
.post-grid-container .meta p {
    margin: 0px 0px 0px;
    font-size: 14px;
    color: white;
}
.post-grid-container .image {
    border: 1px solid rgba(51, 51, 51, 0.078);
}
.post-grid-container .image img {
    width: 100%;
    height: auto;
}
.other-featured-posts .post-grid-container {
    margin-bottom: 20px;
}
.other-featured-posts .post-label {
    font-size: 10px;
}
.other-featured-posts .post-grid-container .title h2 {
    font-size: 12px;
    line-height: 13px;
    font-weight: normal;
}
.other-featured-posts .post-grid-container .meta p {
    font-size: 9px;
}
.other-featured-posts .post-grid-container .meta {
    margin-bottom: 0px;
}

.single-news article .post-meta-container p {
    font-size: 15px;
    margin-bottom: 15px;
}
/*.single-news article .post-sub-titles {*/
/*    font-style: italic;*/
/*    border-bottom: 1px solid rgba(51, 51, 51, 0.25);*/
/*    border-top: 1px solid rgba(51, 51, 51, 0.25);*/
/*    padding: 15px 0px;*/
/*    font-size: 16px;*/
/*    opacity: .8;*/
/*}*/
.single article .post-sub-titles {
    border-bottom: 1px solid rgba(51, 51, 51, 0.25);
    border-top: 1px solid rgba(51, 51, 51, 0.25);
    padding: 15px 0px;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
    font-weight: 600;
}
.news-twitter-container .twitter-timeline {
    height: 1275px!important;
}
/* Archive News */



/* Single */
.post-meta-container .seperator {
    margin: 0px 10px;
}
.post-meta-container i {
    color: #333;
    margin-right: 5px;
}
/* Single */

.section-home-featured-coins {
    padding: 30px;
    /*background: url(assets/images/header-background.jpg);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
}








.bg-blue-blockchain {
    background: url(assets/images/header-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-grid {
    background: #f5f8ff;
    padding: 30px;
}
.section-grid small {
    color: #333;
    font-size: 11px;
    margin: 5px 0px 15px;
    display: block;
}

.padding {
    padding: 40px;
}
.section-featured-coins {
    background: #3232c2;
    padding: 40px 0px 30px;
    margin-bottom: 0px;
}
.section-featured-coins .box-container {
    margin-bottom: 0px;
}
.coins-navigation-container {
    font-size: 13px;
    font-weight: bolder;
    margin-bottom: 5px;
}
.coins-container h3 {
    font-size: 12px;
    margin: 0px;
}
.coins-container p {
    margin: 0px;
    font-size: 12px;
}
.coins-container .coin {
    padding: 6px 0px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}


/* Table */
.table-headings-container {
    font-size: 13px;
    font-weight: bolder;
    margin-bottom: 5px;
}
/* .Table */



.coins-container .row {
    align-items: center;
}

.post-container h3, 
.post-container h2 {
    margin-bottom: 0px;
    color: #0001B4;
    font-size: 16px;
    margin: 5px 0px;
    font-weight: bolder;
    min-height: 40px;
}
.post-container .post {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.14);
    padding-bottom: 10px;
}
.post-title-container a {
    text-decoration: none;
}
.post-title-container {
    border-top: 2px solid #0001b4;
    padding-top: 5px;
}
.post-date-container p {
    margin: 7px 0px;
    opacity: .6;
    font-size: 14px;
}
.post-description-container p {
    font-size: 14px;
    margin-bottom: 0px;
}




/* Add Event */
.add-event-acceptance-message {
    position: relative !important;
    top: -29px;
    margin-bottom: -35px !important;
    padding-left: 30px !important
}

.acf-terms-and-conditions label {
    font-size: 0px;
    position: relative;
    top: -4px;
    left: 8px
}

.acf-terms-and-conditions {
    position: relative;
    z-index: 99999;
    width: 100px
}

.acf-button-group label.selected {
    border-color: #6abe25 !important;
    background: #6abe25 !important
}

.add-event-heading>.acf-label>label {
    background: #000273;
    color: white;
    padding: 6px 0px 6px 50px !important;
    margin-bottom: 20px !important
}
.add-event-heading>.acf-label>label span.step {
    background: #002880;
    padding: 10px 10px;
    margin-right: 10px;
    font-size: 20px;
    position: absolute;
    top: -7px;
    left: 10px;
}
.acf-field input[type="text"],
.acf-field input[type="password"], 
.acf-field input[type="number"], 
.acf-field input[type="search"], 
.acf-field input[type="email"], 
.acf-field input[type="url"], 
.acf-field textarea, 
.acf-field select {
    width: 100%;
    padding: 10px 5px;
    resize: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    height: 35px;
    border: 1px solid #3333334a;
}
.event-registration-container .acf-button:hover {
    opacity: .7
}

.event-registration-container ul.acf-checkbox-list {
    position: absolute
}

.event-registration-container .acf-fields>.acf-field {
    border: none
}

.event-registration-container .acf-terms-and-conditions .acf-label {
    display: none
}
.event-registration-container .acf-button.button.button-primary {
    background: #000273;
    color: white;
    padding: 10px 35px;
    width: auto;
    display: inline;
    border: none;
    text-transform: uppercase;
}
.event-registration-container .acf-switch.-on {
    background: #1d4822;
    border-color: #1d4822
}

.event-registration-container .acf-form-fields>.acf-field {
    padding-left: 0px;
    padding-right: 0px
}

/* .Add Event */

/* Ads */
.ad-spot-container img {
    max-width: 100%;
    height: auto;
	min-height: 50px;
}
/* .ad-spot-container img:hover {
    transform: scale(1.05);
    transition: all .3s;
    cursor: pointer;
} */
/* Ads */

/* Contact */
.scf-form input[type=button] {
    background: #0001b4;
    color: white;
}
.acf-form-submit {
    z-index: 9999;
    position: relative;
}
.scf-form-group label {
    color: #0001b4;
    font-size: 14px;
    font-weight: bolder;
}
/* Contact */

#main-footer {
    background: #333;
    margin-bottom: 35px;
}
#main-footer .logo {
    max-width: 200px;
    margin: 0 0px 14px;
    filter: brightness(0) invert(1);
    display: block;
    position: relative;
    left: -15px;
    cursor: pointer;
}
#main-footer .social-media-container {
    margin-top: 15px;
}

#main-footer .social-media-container a {
	padding: 0;
    background: white;
    border: solid 2px #fff;
    color: #000273;
    border-radius: 50%;
    font-size: 18px;
    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;
    width: 38px;
    height: 38px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#main-footer .social-media-container a:hover {
    background-color: #000273;
    color: #fff;
}
.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    cursor: pointer;
    background: #000273;
    border: 1px solid rgba(255, 255, 255, 0.31);
}
.footer-links-container {
    padding: 30px;
    background: url(assets/images/footer-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-links-container h2 {
    color: white;
    text-transform: uppercase;
}
.footer-links-container a {
    color: white;
    font-size: 13px;
}
.footer-logo-container p {
    color: white;
    font-size: 13px;
}
.copyright-container {
    background: #000187;
    padding: 5px;
}
.copyright-container p,
.copyright-container ul {
    padding: 0px;
    margin: 0px;
    color: white;
    font-size: 13px;
}
.copyright-container p a {
    color: white;
}
.copyright-container ul {
    text-align: right;
}

.copyright-container ul li {
    list-style-type: none;
    display: inline-block;
}
.copyright-container ul li a {
    color: white;
}
.copyright-container ul li:last-child:after{
    display: none;
}
.copyright-container ul li:after {
    content: '|';
    margin: 0px 7px;
}


@media (min-width: 1200px){
    .container {
        max-width: 1220px;
    }
}
@media (max-width: 1199px){
    /* Navigation */
    #mega-menu-wrap-header_navigation #mega-menu-header_navigation > li.mega-menu-item > a.mega-menu-link {
        font-size: 11px;
    }
    /* Navigation */
}
@media (max-width: 1024px){

    /* Top Bar */
    #main-topbar .top-bar-coins-container {
        text-align: center;
    }
    /* Top Bar */
    
    /* Header */
    #main-navigation {
        display: none;
    }
    .navbar img.logo {
        max-width: 100px;
    }
    #mobile-button{
        display:block;
    }
    #mobile-button {
        right: 30px;
    }

    /* .Header */

    /* Home Page */
    .section-home-featured-coins {
        padding: 20px 0;
    }
    /* Home Page */

    /* Sidebar */
    .sidebar-box .coins-container h3, 
    .sidebar-box .coins-container p {
        font-size: 11px;
    }
    .sidebar-box .coins-navigation-container {
        font-size: 11px;
    }
    /* Sidebar */

    /* Events */
    .event-filter-container .form-control {
        font-size: 11px;
        padding: 5px;
    }
    /* Events */

    /* Post Grid */
    .post-grid-container .title h2 {
        font-size: 16px;
    }
    /* Post Grid */

    /* Coins */
    .coin-summary-box p {
        font-size: 18px;
    }
    .coin-summary-box h3 {
        font-size: 15px;
    }
    .coin-box-container table.table {
        font-size: 13px;
    }
    /* Coins */

    /* Search */
    #search-btn {
        right: 40px;
        position: relative;
        font-size: 30px;
    }
    /* Search */

}
@media (max-width: 991px){
    /* Search */
    #search-btn {
        top: 8px;
        right: 85px;
        position: absolute;
    }

    /* Search */    

    /* Sidebar */
    #main-sidebar,
    #post-sharer{
        height: auto !important;
    }
    #main-sidebar .inner-wrapper-sticky,
    #post-sharer .inner-wrapper-sticky {
        position: relative !important;
        top: initial !important;
        left: initial !important;
        width: 100% !important;
        transform: none !important;
    }
    /* Sidebar */

    /* Single News */
    .single-news h1.single-title,
    .single-press-releases h1.single-title,
    .single-roundups h1.single-title{
        font-size: 30px;
        line-height: 1.2em;
    }
    #post-sharer .share-container-wrapper {
        float: none;
    }
    #post-sharer .share-container-wrapper > *, 
    #post-sharer .share-container-wrapper ul.share-container li {
        display: inline-block !important;
        width: auto !important;
    }
    /* Single News */

}
@media (max-width: 800px){
    /* Navigation */
    #mobile-button {
        right: 40px;
    }
    /* Navigation */

    .coins-navigation-container {
        font-size: 11px;
    }
    .coins-navigation-container {
        font-size: 11px;
    }
    .coins-container p, 
    .coins-container h3 {
        font-size: 10px;
    }

    /* Table Responsive */
    .section-coins td .rank {
        position: absolute;
        height: 30px;
        color: #333;
        left: -18px;
        padding-top: 3px;
        background: white;
        border: 1px solid #dee2e6;
        top: -15px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .custom-table-responsive thead {
        display: none !important;
    }
    .custom-table-responsive tbody {
        display: block;
        width: 100%;
    }
    .custom-table-responsive tbody tr, 
    .custom-table-responsive tbody tr td {
        display: block !important;
        width: 100%;
        max-width: 100% !important;
        text-align: left !important;
        position: relative;
    }
    .custom-table-responsive .currency-table {
        display: block !important;
    }
    .custom-table-responsive .currency-table tr {
        margin: 0px 0px 15px;
    }
    .custom-table-responsive .currency-table td {
        padding: 5px 20px;
    }
    .custom-table-responsive .currency-table tr td:first-child {
        padding-top: 15px;
    }
    .custom-table-responsive .currency-table tr td:last-child {
        padding-bottom: 15px!important;
    }
    .custom-table-responsive tbody tr td:before {
        font-weight: 700;
        display: inline-block;
        line-height: 1em;
        margin-right: 5px;
    }
    .custom-table-responsive tbody tr td.rank:before {
        content: 'Rank #:';
    }
    .custom-table-responsive tbody tr td.coin-logo:before {
        content: 'Name:';
    }
    .custom-table-responsive tbody tr td:nth-child(3):before {
        content: 'Market Cap:';
    }
    .custom-table-responsive tbody tr td:nth-child(4):before {
        content: 'Price:';
    }
    .custom-table-responsive tbody tr td:nth-child(5):before {
        content: 'Available Supply:';
    }
    .custom-table-responsive tbody tr td.percent-change:before {
        content: '% Change (24h):';
    }
    .custom-table-responsive tbody tr td.graph:before {
        content: 'Price Graph ($):';
    }
    .custom-table-responsive tbody tr .percent-change span {
        display: inline-block !important;
        max-width: 85px;
        width: 100%;
    }
    .custom-table-responsive tbody tr .graph > div {
        display: inline-block !important;
        max-width: 100%;
        width: 100%;
        vertical-align: text-top;
        margin-top: 10px;
        margin-bottom: .75rem;
    }
    .custom-table-responsive tbody tr {
        border: 1px solid #dee2e6;
        margin-bottom: 30px;
        width: 48%;
        float: left;
    }
    .custom-table-responsive tbody td {
        border: none;
        padding-bottom: 0 !important;
    }
    .custom-table-responsive tbody tr:nth-child(odd) {
        margin-right: 4%;
    }
    .custom-table-responsive:before, 
    .custom-table-responsive:after {
        content: '';
        clear: both;
        display: table;
    }
    /* Table Responsive */

    /* Coins */
    .coin-overview-container.coin-box-container {
        min-height: initial;
    }
    .coin-price-details h2 {
	    text-align: center;
	    margin-bottom: 10px;
	}
	.section-coin-summary .coin-price-buy-details a {
	    max-width: 300px;
	    margin: 0 auto;
	}
    /* Coins */

    /* Global - Post Grid Container */
    .post-grid-container .content {
        position: relative;
        background: #fff;
        padding: 15px;
        border: solid 1px rgba(33, 37, 41, 0.3);
        border-top: none;
    }
    .post-grid-container .title h2,
    .post-grid-container .meta p{
        color: #212529;
    }
    .post-grid-container .title {
        text-shadow: none;
        padding: 0;
    }
    .post-grid-container .meta {
        margin-bottom: 0;
    }
    /* Global - Post Grid Container */

}

@media (max-width: 640px){
    
    /* Top Bar */
    #main-topbar{
        display: none;
    }
    /* Top Bar */

    /*  Global  */
    .basic-slider-container {
        margin: 0px 15px;
    }
    /*  .Global  */

    .padding {
        padding: 15px;
    }
    
    .section h2 {
        font-size: 20px;
    }
   

    .section-home-featured-coins {
        padding: 30px 20px 5px;
    }
    .section-home-featured-coins .ccc-widget.ccc-chart {
        margin-bottom: 25px;
    }
    .section-home-featured-coins .row > div {
        padding: 0px;
    }
    
    
     
    .section-home-top-coins {
        padding: 15px 0px 10px;
        background: #FFFFFF;
    }
    .section .box-container h2 {
        font-size: 19px;
        padding: 10px 0px;
    }
    .box-container {
        margin-bottom: 30px;
    }
    .coins-container p {
        font-size: 10px;
    }
    .coins-container h3 {
        font-size: 10px;
    }
    
    .section-home-banners {
        padding: 15px 0px 0px;
    }
    .ad-spot-container {
        margin-bottom: 15px;
    }
    
    .post-with-label-container {
        margin-bottom: 30px;
    }
    
    .section-grid {
        padding: 15px 0px;
    }
    
    /* Video Section */
    .section-view-all a {
        display: block;
        text-align: center;
        margin: 0px auto;
        max-width: 80%;
    }
    
    .section-view-all {
        position: relative;
    }
    /* Video Section */

    /* Sidebar */
    #main-sidebar {
        margin-bottom: 30px;
    }
    .sidebar-box .box-container {
        margin: 0;
    }
    .sidebar-box .box-container .ad-spot-container {
        margin-bottom: 0;
    }
    /* .Sidebar */

    /* Coins */
    .coin-price-details h2 span.badge {
	    top: -2px;
	}
	.section.section-coin-about #view-all-exchanges {
	    display: block;
	    padding: 5px 10px;
	    box-sizing: border-box;
	    line-height: 1.2em;
	    margin: 15px auto 0;
	    width: 100%;
	    max-width: 255px;
	    white-space: normal;
	}
	.section.section-coin-about .coin-exchanges-container table.table {
	    width: 650px;
	}
    /* Coins */

    
    /* Footer */
    #main-footer .logo {
        margin: 0 auto;
        max-width: 200px;
        display: block;
    }
    
    .footer-links-container h2 {
        text-align: center;
        margin-top: 15px;
    }
    
    .footer-links-container ul li a {
        padding: 10px 0px;
        display: block;
        border-bottom: 1px solid rgba(255, 242, 242, 0.13);
    }
    
    .footer-links-container ul li:last-child a {
        border: none;
        padding-bottom: 0px;
    }
    .footer-links-container {
        background-attachment: fixed;
        padding: 30px 15px;
    }
    .footer-links-container h2 {
        margin: 0 auto;
        padding: 15px 0;
        display: block;
        width: 100%;
        border-bottom: solid 1px rgba(255, 255, 255, 0.35);
        line-height: 1em;
        text-align: left;
    }
    .footer-links-container h2:after {
        content: '+';
        display: inline-block;
        margin-left: 10px;
        float: right;
    }
    .footer-links-container h2.menu-open:after {
        content: '-';
    }
    .footer-links-container .footer-menu {
        text-align: left;
    }
    .footer-content-container.footer-menu-wrap {
        padding: 10px 0;
    }
    .copyright-container p, 
    .copyright-container ul {
        padding: 5px 0;
    }
    /* Footer */

    .custom-table-responsive tbody tr {
        width: 100%;
        margin-right: 0;
    }
    .section-header {
        padding: 75px 15px;
    }
    .section-header h1,
    .section-header header {
        font-size: 2em;
    }
    .latest-posts .latest-post img {
        display: block;
        margin: 0 auto;
    }

    /* Pagination */
    .pagination a {
        font-size: 14px;
    }
    /* Pagination */

}
@media (max-width: 414px){
    /* Navigation */
    #mobile-button {
        right: 20px;
    }
    /* Navigation */

    /* Search */
    #search-btn {
        right: 70px;
    }
    /* Search */

    /* Banner */
    .section-header h1,
    .section-header header{
        font-size: 1.5em;
    }
    .section-header #breadcrumbs {
        font-size: 13px;
    }
    /* Banner */

    /* Related Posts */
    .section-related-pages .post-related h3 {
        font-size: 18px;
        margin-top: 10px;
    }
    /* Related Posts */

    /* Coins */
    .section-coin-summary {
        padding: 0;
    }
    .coin-social-container a, 
    .coin-social-container a .fab {
        display: block;
        font-size: 30px;
    }
    .section-coin-about .ccc-chart-v3 > div {
        padding: 0 !important;
    }
    .section-coin-about .ccc-chart-v3 .chartTypeTabLinks {
        font-size: 9px !important;
    }
    .coin-price-buy-details .container-fluid {
	    padding: 0;
	}
	.coin-price-details h2 img {
	    display: block;
	    margin: 0 auto;
	}
    /* Coins */

    /* Partners */
    .section-single-event .partner-events-container {
        padding: 15px;
        margin-bottom: 30px;
    }
    .partner-events-container a {
        font-size: 12px;
    }
    /* Partners */
    
    #main-content article a {
        word-break: break-word;
    }
    ol, 
    ul {
        padding-left: 15px;
    }
    .section-single-content article ol ul {
        padding-left: 20px;
    }

    /* Single News */
    .single-news h1.single-title,
    .single-press-releases h1.single-title,
    .single-roundups h1.single-title{
        font-size: 27px;
        line-height: 1.2em;
    }
    /* Single News */
}