/*
Theme Name: Cryptotimes
Author: iSun team.

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* deactive class css author page */
.unique-author-social-media-icon.deactive {
    opacity: 0.5;
    cursor: not-allowed;
}

.unique-author-social-media-icon.deactive a {
    cursor: not-allowed;
}
/* home page silder */
.newsletter-slide-in-wrapper:nth-child(1) {
    height: auto !important;
}
.advertise-form-holder .advertise-form__submit {
    color: #fff !important;
}

/* https://dcoin.atlassian.net/browse/WB-164 */
/* homepage LCP IMAGE fix, remove css fade in effect triggered trough js in /modules.js. Just for top of the page iamges, 2022-09-22 [ post-template-four.php ] */
.opacity-1,
.mkd-fade-in-layouts .mkd-content .mkd-bnl-holder .mkd-post-item:not(.slick-slide) .mkd-pt-image-holder.opacity-1,
/* category pages LCP image */
.mkd-bnl-holder .mkd-bnl-outer .mkd-bnl-inner .mkd-post-item.opacity-1 {
    opacity: 1
}