

nav {
    display: none;
};

body {
    background-color: #fff;
}

.blog-ct {
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.share {
    position: relative;
}

.share .icons {
    position: absolute;
    right: -200px;
    top: 0px;
    width: 150px;
}

.share .icons span {
   color: #000;
}

.blog-ct * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    color: #000;
    -webkit-font-smoothing: antialiased;
    font-family: proxima-nova;
}

.blog-ct strong {
    color: #000;
}

.blog-ct .underlined {
    text-decoration: underline;
}

.blog-ct .content-image-with-source {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.blog-ct .image-source {
    color: grey;
    font-size: 14px;
    margin-top: -40px;
}

@media(max-width: 600px) {
    .blog-ct .image-source {
        color: grey;
        font-size: 14px;
        margin-top: -40px;
        margin-left: 25px;
    }
}

/* Header  */

.blog-ct header {
    min-height: 560px;
    display: flex;
}

.blog-ct header .left-section {
    width: 50%;
    background: #000;
}

.blog-ct header .top {
    height: 55px;
    display: flex;
    align-items: center;
    padding-left: 21px;
}

.blog-ct header .top a {
    font-size: 14px;
    color: #929292;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
}

.blog-ct header .top a img {
    margin-right: 12px;
}

.blog-ct header .left-section .info {
    margin-left: 200px;
    border-left: 7px solid #56FFA5;
    min-height: 505px;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    padding-bottom: 40px;
}

.blog-ct header .left-section .info .cited{
    color: #858585;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 166px;
    margin-left: -19px;
    border: 1px solid #56FFA5;
    height: 43px;
    margin-bottom: 21px;
}

.blog-ct header .left-section .info h1 {
    font-size: 48px;
    font-family: "Montserrat";
    margin-bottom: 21px;
    color: #fff;
}

.blog-ct header .left-section .info .subtitle {
    color: #858585;
    font-size: 20px;
}

.blog-ct header .left-section .info .created-at {
    position: absolute;
    bottom: 16px;
    color: #858585;
    font-size: 12px;
}

.blog-ct header .left-section .info .created-at span {
    font-weight: 600;
    color: #858585;
}

.blog-ct header .left-section .info .created-at br {
    display: none;
}

.blog-ct header .right-section {
    width: 50%;
    background-image: url("/img/blog/header-image.svg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-ct header .right-section .top {
    display: none;
}

.blog-ct header .right-section h2 {
    font-size: 80px;
    color: #56FFA5;
    margin-top: 50px;
    font-weight: 800;
    line-height: 80px;
}

.blog-ct header .right-section a.source {
    color: #56FFA5;
    font-size: 11px;
    display: block;
    align-self: flex-end;
    margin: 16px;
    text-decoration: underline;
}

/* Written by  */

.blog-ct .written-by {
    margin-left: 200px;
    border-left: 7px solid #56FFA5;
    padding-top: 30px;
    padding-left: 15px;
    height: 220px;
    margin-bottom: 58px;
}

.blog-ct .written-by .user {
    margin-bottom: 21px;
    display: flex;
    align-items: center;
}

.blog-ct .writer-image {
    border-radius: 50%;
    width: 62px;
    height: 62px;
}

.blog-ct .written-by .user img {
    margin-right: 13px;
}

.blog-ct .written-by .user .about p {
    color: #000;
    font-size: 12px;
}

.blog-ct .written-by .user .about .name {
    text-transform: uppercase;
    font-weight: 800;
}

.blog-ct .written-by .user .about .occupation {
    margin-bottom: 10px;
}

.blog-ct .written-by .user .about .social-icons a{
    display: inline-block!important;
    background-size: cover!important;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.blog-ct .written-by .user .about .social-icons a:last-child{
    margin-right: 0px;
}

.blog-ct .written-by .user .about .social-icons .info-btn {
    left: 12px;
    top: -22px;
    background: url(/img/info-no-shadow.png) no-repeat center center / cover;
    width: 33px;
    height: 33px;
 }

.blog-ct .written-by .user .about .social-icons a.website {
    background-image: url('/img/social-icons/website.svg');
}

.blog-ct .written-by .user .about .social-icons a.instagram {
    background-image: url('/img/social-icons/instagram.svg');
}

.blog-ct .written-by .user .about .social-icons a.facebook {
    background-image: url('/img/social-icons/facebook.svg');
}

.blog-ct .written-by .user .about .social-icons a.linkedin {
    background-image: url('/img/social-icons/linkedin.svg');
}

.blog-ct .written-by .user .about .social-icons a.twitter {
    background-image: url('/img/social-icons/twitter.svg');
}

.blog-ct .written-by .user .about .social-icons a.medium {
    background-image: url('/img/social-icons/medium.png');
}

.blog-ct .written-by .user .about .social-icons a.quora {
    background-image: url('/img/social-icons/quora.svg');
}

.blog-ct .written-by .user .about .social-icons a.reddit {
    background-image: url('/img/social-icons/reddit.svg');
}

.blog-ct .written-by .user .about .social-icons a.yelp {
    background-image: url('/img/social-icons/yelp.svg');
}

.blog-ct .written-by .previous {
    font-size: 20px;
    color: #858585;
}

.blog-ct .written-by .previous-title {
    font-size: 20px;
    color: #858585;
    font-family: "montserrat";
    text-decoration: none;
}

/* Subscribe  */

.blog-ct .subscribe {
    width: 784px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
    margin: 0 auto;
    margin-bottom: 100px;
}

.blog-ct .subscribe .beforeSubscribe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-ct .subscribe .blogSubscribeForm {
    position: relative;
}

.blog-ct .subscribe .blogSubscribeForm .subscribe-error-article {
    position: absolute;
    top: -40px;
    color: red;
    font-size: 16px;
}

.blog-ct .subscribe .beforeSubscribe form {
    max-width: 276px;
}

.blog-ct .subscribe p {
    width: 332px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}

.blog-ct .subscribe input {
    width: 266px;
    color: #333;
    height: 35px;
    font-size: 16px;
    font-weight: 600;
    border: 3px solid #56FFA5;
    background: #EDEDED;
    margin-right: 10px;
    border-radius: 5px;
    padding-left: 10px;
}

.blog-ct .subscribe input::placeholder {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
}

.blog-ct .subscribe button {
    color: #000;
    font-size: 12px;
    width: 111px;
    height: 35px;
    background: #56FFA5;
    border-radius: 5px;
    font-weight: 800;
    border: none;
}

/* Content  */

.blog-ct .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-ct .content .highlighted {
    background-color: #57FFA6;
}

.blog-ct .content .text .shareTwitter {
    position: absolute;
    right: -60;
    top: 0px;
    display: none;
}

@media (max-width: 600px) {
    .blog-ct .content .text .shareTwitter {
        right: initial;
        left: 0px;
        top: -60px;
    }
}

.blog-ct .content .text .shareTwitter img {
    width: 42px;
}

.blog-ct .content .text.show-share .shareTwitter {
    display: block;
}

.blog-ct .content .text .shareTwitter:hover {
    display: block !important;
}

.blog-ct .content p {
    color: #000;
    font-size: 18px;
}

.blog-ct .content .text {
    width: 534px;
    line-height: 25px;
    margin-bottom: 30px;
    position: relative;
}

.blog-ct .content ul {
    width: 534px;
    line-height: 25px;
    margin-bottom: 30px;
}

.blog-ct .content ol {
    width: 534px;
    line-height: 25px;
    margin-bottom: 30px;
}

.blog-ct .content .cited-quote {
    display: flex;
    margin-bottom: 60px;
    margin-left: -250px;
}

.blog-ct .content .cited-quote .bottom-section {
    display: none;
 }

.blog-ct .content .cited-quote .left-section {
    margin-right: 18px;
    padding-top: 15px;
}

.blog-ct .content .cited-quote .left-section p {
    font-size: 11px;
    color: #858585;
    text-align: end;
}

.blog-ct .content .cited-quote .left-section .publication {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    color: #858585;
    text-align: end;
    display: block;
}

.blog-ct .content .cited-quote .left-section .title {
    width: 176px;
    font-size: 11px;
    text-align: end;
    text-decoration: underline;
    color: #858585;
    display: block;
    margin-bottom: 15px;
}

.blog-ct .content .cited-quote .left-section .author {
    width: 176px;
    font-size: 11px;
    text-align: end;
    color: #858585;
    display: block;
    text-decoration: underline;
}

.blog-ct .content .cited-quote .right-section {
    border-left: 40px solid #000;
    padding-left: 13px;
    padding-top: 6px;
    position: relative;
}

.blog-ct .content .cited-quote .right-section .bottom-line {
    border-bottom: 3px solid #56FFA5;
    height: 3px;
    position: absolute;
    bottom: 0px;
    width: calc(100% + 53px);
    margin-left: -53px;
}

.blog-ct .content .cited-quote .right-section .quote {
    width: 534px;
    margin-bottom: 25px;
    line-height: 25px;
    font-style: italic;
}

.blog-ct .content .cited-quote .right-section .quote span {
    font-weight: 600;
    color: #000;
}

.blog-ct .content .quote1 {
    font-size: 48px;
    color: #000;
    margin-bottom: 41px;
    width: 725px;
    margin-right: -90px;
    line-height: 48px;
}

.blog-ct .content .quote2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    font-style: italic;
    line-height: 42px;
    width: 534px;
}

.blog-ct .content .quote3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 55px;
    font-style: italic;
    line-height: 32px;
    width: 534px;
    border-left: 6px solid #000;
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.blog-ct .content .quote3 span {
    margin-top: 30px;
    font-weight: 400;
    display: block;
}

.blog-ct .content h3 {
    color: #000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    width: 735px;
    margin-right: -90px;
    margin-bottom: 55px;
}

.blog-ct .content h2 {
    color: #000;
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    width: 735px;
    margin-right: -90px;
    margin-bottom: 55px;
}

.blog-ct .content h1 {
    color: #000;
    font-size: 64px;
    line-height: 64px;
    width: 730px;
    margin-right: -90px;
    margin-bottom: 55px;
}

.blog-ct .content .soundcloud {
    margin-bottom: 67px;
}

.blog-ct .content .source {
    display: flex;
    margin-bottom: 120px;
    margin-left: -190px;
}

.blog-ct .content .source .left-section {
    margin-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.blog-ct .content .source .left-section p {
    font-size: 11px;
    color: #858585;
    text-align: end;
}

.blog-ct .content .source .left-section .publication {
    font-weight: 600;
    text-transform: uppercase;
}

.blog-ct .content .source .left-section .title {
    width: 176px;
    font-size: 11px;
    text-align: end;
    text-decoration: underline;
    color: #858585;
    display: block;
    margin-bottom: 15px;
}

.blog-ct .content .source .left-section .author {
    width: 176px;
    font-size: 11px;
    text-align: end;
    color: #858585;
    display: block;
    text-decoration: underline;
}

.blog-ct .content .source .right-section {
    position: relative;
}

.blog-ct .content .source .right-section .source-image {
    width: 639px;
    height: 300px;
    background-image: url("/img/blog/resource-image.svg");
    background-size: cover;
    background-position: center;
}

.blog-ct .content .source .right-section .source-title {
    width: 588px;
    height: 140px;
    background: #000;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    padding: 21px 49px 21px 53px;
    position: absolute;
    top: 217px;
}

/* Body image  */

p.with-image {
   position: relative;
}

p.with-image.medium {
   width: 840px;
}

p.with-image .image-links {
   position: absolute;
   top: 0;
   left: 0;
}

.blog-ct .body-image {
    height: 857px;
    background-image: url("/img/blog/body-image.svg");
    background-size: cover;
    background-position: center;
    margin-bottom: 100px;
    margin-top: 100px;
    position: relative;
}

.blog-ct .body-image.body-image-article {
   margin-bottom: 60px;
   margin-top: 60px;
}

.blog-ct .body-image .source {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #fff;
    border-right: 40px solid #000;
    height: 65px;
    width: 297px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 17px;
}

.blog-ct .body-image .source a {
    color: #979797;
    font-size: 11px;
    margin-bottom: 10px;
}

.blog-ct .body-image .source a:last-of-type {
    margin-bottom: 0px;
}

/* Medium image  */

.blog-ct .medium-image {
    height: 492px;
    width: 738px;
    background-image: url("/img/blog/body-image.svg");
    background-size: cover;
    background-position: center;
    margin-bottom: 52px;
    margin-right: -90px;
    position: relative;
}

.blog-ct .medium .medium-image {
   width: 840px;
   height: 524px;
   margin-right: 0;
}

.blog-ct .medium-image .medium-source {
    position: absolute;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    left: -82px;
    border-right: 40px solid #000;
    padding-right: 17px;
    height: 65px;
    justify-content: center;
}

.blog-ct .medium-image .medium-source a {
    color: #979797;
    font-size: 11px;
    margin-bottom: 10px;
}

/* Give thanks  */

.blog-ct .give-thanks-ct {
    display: flex;
    align-items: flex-start;
    background: #EFEDF0;
    padding: 40px 20px 29px 198px;
}

.blog-ct .give-thanks-ct .clap-icon {
    margin-right: 17px;
    position: relative;
    top: -15px;
}

.blog-ct .give-thanks-ct .give-thanks-title {
    font-family: "proxima-nova";
    font-size: 36px;
    color: #000000;
    line-height: 1.167;
    font-weight: 900;
}

.blog-ct .give-thanks-ct .let-them-know {
    font-family: "proxima-nova";
    font-size: 16px;
    color: #000000;
    line-height: 1.563;
    margin-bottom: 18px;
}

.blog-ct .give-thanks-ct .thanks-btn {
    border: 1px solid #A7A7A7;
    background-color: #4B4B4B;
    padding: 11px 23px;
    font-size: 11px;
    color: #56FFA5;
    font-family: "proxima-nova";
    font-weight: bold;
    border-radius: 17px;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
}

/* About writer  */

.blog-ct .about-writer {
    background: #030303;
    padding: 37px 20px 54px 197px;
}

.blog-ct .about-writer .user {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.blog-ct .about-writer .user img {
    margin-right: 13px;
}

.blog-ct .about-writer .user .about p {
    font-size: 12px;
}

.blog-ct .about-writer * {
    color: #fff;
}

.blog-ct .about-writer .user .about .name {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.blog-ct .about-writer .bio {
    width: 750px;
    line-height: 25px;
    margin-bottom: 18px;
    color: #fff;
}

.blog-ct .about-writer .social-icons a{
    display: inline-block!important;
    background-size: cover!important;
    width: 25px;
    height: 25px;
    margin-right: 2px;
}

.blog-ct .about-writer .social-icons a:last-child{
    margin-right: 0px;
}

.blog-ct .about-writer .social-icons .info-btn {
    left: 12px;
    top: -22px;
    background: url(/img/info-no-shadow.png) no-repeat center center / cover;
    width: 33px;
    height: 33px;
 }

 .blog-ct .about-writer .social-icons a.website {
    background-image: url('/img/social-icons/website.svg');
}

.blog-ct .about-writer .social-icons a.instagram {
    background-image: url('/img/social-icons/instagram.svg');
}

.blog-ct .about-writer .social-icons a.facebook {
    background-image: url('/img/social-icons/facebook.svg');
}

.blog-ct .about-writer .social-icons a.linkedin {
    background-image: url('/img/social-icons/linkedin.svg');
}

.blog-ct .about-writer .social-icons a.twitter {
    background-image: url('/img/social-icons/twitter.svg');
}

.blog-ct .about-writer .social-icons a.medium {
    background-image: url('/img/social-icons/medium.png');
}

.blog-ct .about-writer .social-icons a.quora {
    background-image: url('/img/social-icons/quora.svg');
}

.blog-ct .about-writer .social-icons a.reddit {
    background-image: url('/img/social-icons/reddit.svg');
}

.blog-ct .about-writer .social-icons a.yelp {
    background-image: url('/img/social-icons/yelp.svg');
}

/* Comments  */

.blog-ct .comments-ct {
    padding: 34px 20px 64px 197px;
}

.blog-ct .comments-ct h2 {
    color: #000;
    font-size: 36px;
}

.blog-ct .comments-ct img {
    margin-bottom: 29px;
}

.blog-ct .comments-ct p {
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.blog-ct .comments-ct .troll {
    width: 40px;
    margin-right: 13px;
    margin-bottom: 0px;
}

/* Source summary  */

.blog-ct .source-summary-ct {
    background: #242225;
    padding: 45px 20px 66px 197px;
}

.blog-ct .source-summary-ct h2 {
    color: #56FFA5;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
}

.blog-ct .source-summary-ct .sources {
    display: flex;
    flex-wrap: wrap;
    width: 570px;
} 

.blog-ct .source-summary-ct .sources .source {
    display: flex;
    margin-bottom: 11px;
    width: 284px;
    align-items: center;
}

.blog-ct .source-summary-ct .sources .source * {
    color: #fff;
}

.blog-ct .source-summary-ct .sources .source img {
    margin-right: 10px;
    width: 54px;
}

.blog-ct .source-summary-ct .sources .source p {
    font-size: 11px;
}

/* More from  */

.blog-ct .more-from-ct {
    background: #000;
    padding: 83px 20px 145px 200px;
}

.blog-ct .more-from-ct h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
    margin-left: 50px;
    color: #fff;
}

.blog-ct .more-from-ct .card {
    display: block;
    text-decoration: none;
    width: 784px;
    height: 325px;
    background: #747474;
    margin-bottom: 53px;
    background-size: cover;
    background-position: center;
}

.blog-ct .more-from-ct .card h2 {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-left: 0;
    padding: 0 40px;
}

.blog-ct .more-from-ct .logos {
    display: flex;
    margin-top: 100px;
    margin-left: 287px;
}

.blog-ct .more-from-ct .logos img {
    margin-right: 18px;
}

.blog-ct .headlines-images {
    margin-bottom: 30px;
}


/* Quick reactions  */

.blog-ct .quick-reactions {
    padding: 30px;
    background: #EFEDF0;
    display: none;
}

.blog-ct .quick-reactions h2 {
    font-size: 24px;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px;
}

.blog-ct .quick-reactions .emojis {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-ct .quick-reactions .emojis .emoji-ct {
    width: 75px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-ct .quick-reactions .emojis .emoji-ct img {
    margin-bottom: 10px;
    cursor: pointer;
}

.blog-ct .quick-reactions .emojis p {
    font-weight: 600;
    color: #999999;
    font-size: 14px;
}

.blog-ct .get-credits {
    width: 347px;
    height: 64px;
    background: #000;
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    z-index: 10;
    cursor: pointer;
}

.blog-ct .get-credits p {
    color: #fff;
}

.blog-ct .get-credits:hover .get-credits-content {
    display: block;
}

.blog-ct .get-credits span {
    font-weight: 800;
    color: #fff;
}

.blog-ct .get-credits img {
    margin-left: 15px;
}

.blog-ct .get-credits .get-credits-content {
    width: 347px;
    background: #fff;
    border: 1px solid #2FE3A6;
    padding: 15px 17px;
    position: absolute;
    top: -528px;
    display: none;
    cursor: initial;
    z-index: 10;
}

.blog-ct .get-credits .get-credits-content p {
    font-size: 18px;
    color: #000;
}

.blog-ct .get-credits .get-credits-content p:nth-of-type(2) {
    margin-top: 24px;
    margin-bottom: 15px;
}

.blog-ct .get-credits .get-credits-content p:nth-of-type(3) {
    margin: 0 auto;
    font-size: 12px;
    width: fit-content;
}

.blog-ct .get-credits .get-credits-content p:nth-of-type(3) a {
    color: #000;
}

.blog-ct .get-credits .get-credits-content p span {
    font-weight: 600;
    margin-bottom: 18px;
    color: #000;
}

.blog-ct .get-credits .get-credits-content .image {
    margin-bottom: 12px;
    width: 347px;
    position: relative;
    left: -18px;
    top: 13px;
    height: 195px;
    background-image: url("https://readocracy-img.s3.amazonaws.com/static/img/blog/cover.png");
    background-size: cover;
    background-position: center;
}

.blog-ct .get-credits .get-credits-content .get-started {
    width: 310px;
    height: 64px;
    background: #54FF83;
    font-weight: 800;
    color: #000;
    border: none;
    font-size: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
} 



@media (max-width: 600px) {

    .blog-ct header .right-section h2 {
        display: none;
    }

    .blog-ct .content h3 {
        margin-left: 25px;
        width: 85%;
        margin-right: 0px;
    }

    .blog-ct header .left-section {
        width: 90%;
        z-index: 2;
        margin-top: 147px;
        padding-left: 18px;
        padding-top: 24px;
    }

    .blog-ct header {
        position: relative;
        height: auto;
        min-height: auto;
    }

    .blog-ct header .right-section {
        width: 100%;
        position: absolute;
        top: 0px;
        height: 251px;
    }

    .blog-ct header .left-section .info {
        margin-left: 0px;
        min-height: auto;
        padding-bottom: 60px;
    }

    .blog-ct header .left-section .top { 
        display: none;
    }

    .blog-ct header .right-section .top { 
        display: none;
        width: 106px;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        padding-left: 0px;
    }

    .blog-ct header .right-section .top a { 
        font-size: 11px;
        color: #929292;
        display: flex;
        align-self: center;
        align-items: center;
        text-decoration: none
    }

    .blog-ct header .right-section .top a img {
        margin-right: 7px;
        height: 9px;
        width: auto;
    }

    .blog-ct header .right-section a.source {
        position: absolute;
        top: 0px;
        color: #AAAAAA;
        right: 0px;
    }

    .blog-ct header .left-section .info .subtitle {
        font-size: 24px;
    }

    .blog-ct header .left-section .info h1 {
        font-size: 32px;
        font-weight: 400;
    }

    .blog-ct header .left-section .info .created-at {
        font-size: 11px;
    }

    .blog-ct header .left-section .info .created-at br {
        display: block;
    }

    .blog-ct header .left-section .info .cited {
        width: 125px;
        height: 43px;
        font-size: 14px;
    }

    .blog-ct .written-by .user img {
        width: 41px;
        height: 41px;
    }

    .blog-ct .written-by {
        margin-left: 18px;
        padding-top: 6px;
        padding-left: 10px;
        height: 160px;
        margin-bottom: 49px;
    }

    .blog-ct .content {
        align-items: flex-start;
    }

    .blog-ct .content .text {
        width: 85%;
        margin-left: 25px;
        font-size: 18px;
    }

    .blog-ct .content .cited-quote {
        display: flex;
        margin-bottom: 60px;
        margin-left: 0px;
    }

    .blog-ct .content .cited-quote .left-section {
        display: none;
     }

    .blog-ct .content .cited-quote .right-section {
        border-left: 16px solid #000;
        border-bottom: none;
        padding-left: 9px;
    }

    .blog-ct .content .cited-quote .right-section .quote {
        width: 85%;
    }


    .blog-ct .content .cited-quote .bottom-section {
        display: block;
        border-top: 7px solid #909090;
        font-size: 11px;
        padding-top: 11px;
        padding-left: 9px;
        margin-left: -9px;
        width: fit-content;
        margin-bottom: 10px;
    }

    .blog-ct .content .cited-quote .bottom-section .publication {
        font-weight: 800;
        color: #858585;
        text-transform: uppercase;
    }
    

    .blog-ct .content .cited-quote .bottom-section .title {
        text-decoration: underline;
        color: #858585;
        display: block;
        margin-bottom: 10px;
    }

    .blog-ct .content .cited-quote .bottom-section .author {
        display: block;
        color: #858585;
        text-decoration: underline;
    }

    .blog-ct .content .source .bottom-section {
        display: block;
        border-top: 7px solid #909090;
        font-size: 11px;
        padding-top: 11px;
        padding-left: 9px;
        margin-left: 0px;
        margin-top: 13px;
        width: fit-content;
        margin-bottom: 10px;
    }

    .blog-ct .content .source .bottom-section .publication {
        font-weight: 800;
        color: #858585;
    }
    

    .blog-ct .content .source .bottom-section .title {
        text-decoration: underline;
        color: #858585;
        display: block;
        margin-bottom: 10px;
    }

    .blog-ct .content .source .bottom-section .author {
        display: block;
        color: #858585;
        text-decoration: underline;
    }

    .blog-ct .body-image {
        height: 250px;
        margin-bottom: 80px;
    }

    .blog-ct .body-image .source {
        bottom: -51px;
        border-right: none;
        border-left: 19px solid #000;
        height: 51px;
        width: 121px;
        align-items: flex-start;
        padding-right: 0px;
        padding-left: 6px;
    }

    .blog-ct .body-image .source .top-line {
        border-top: 7px solid #909090;
        height: 7px;
        width: 121px;
        margin-left: -6px;
        margin-top: -6px;
        margin-bottom: 5px;
    }

    .blog-ct .body-image .source a {
        margin-bottom: 7px;
    }

    .blog-ct .content .quote1 {
        margin-left: 25px;
        width: 85%;
        margin-right: 0px;
    }

    .blog-ct .content .quote2 {
        margin-left: 25px;
        width: 85%;
    }

    .blog-ct .content .quote3 {
        margin-left: 25px;
        width: 85%;
        border-left: 5px solid #000;
    }

    .blog-ct .content h2 {
        margin-left: 25px;
        width: 85%;
        margin-right: 0px;
    }

    .blog-ct .content h1 {
        margin-left: 25px;
        width: 85%;
        margin-right: 0px;
    }
    
    .blog-ct .content .soundcloud {
        margin: 0 auto;
        margin-bottom: 67px;
        width: 85%;
    }

    .blog-ct .content .source {
        margin-left: 0px;
        width: 100%;
        border-left: 25px solid #000;
        padding-top: 14px;
        margin-bottom: 50px;
    }

    .blog-ct .content .source .right-section .source-title {
        width: 588px;
        height: 140px;
        font-size: 24px;
        line-height: initial;
        padding: 21px 20px 21px 0px;
        position: absolute;
        text-decoration: underline;
        text-decoration-color: #979797;
        top: 75px;
        width: 90%;
    }

    .blog-ct .content .source .left-section {
       display: none;
    }

    .blog-ct .content .source .right-section {
        width: 100%;
    }

    .blog-ct .content .source .right-section .source-image {
        width: 100%;
        height: 202px;
        background-image: url(/img/blog/resource-image.svg);
        background-size: cover;
        background-position: center;
    }

    .blog-ct .give-thanks-ct {
        display: none;
    }

    .blog-ct .about-writer {
        padding: 37px 20px 54px 37px;
    }

    .blog-ct .about-writer .bio {
        width: 100%;
    }

    .blog-ct .comments-ct {
        padding: 34px 20px 64px 25px;
    }

    .blog-ct .comments-ct h2 {
        font-size: 24px;
    }

    .blog-ct .comments-ct img {
        width: 100%;
    }

    .blog-ct .source-summary-ct {
        padding: 45px 20px 37px 25px;
    }

    .blog-ct .source-summary-ct .sources {
        width: 100%;
    }

    .blog-ct .source-summary-ct h2 {
        font-size: 24px;
    }

    .blog-ct .more-from-ct {
        padding: 40px 20px 145px 25px;
    }

    .blog-ct .more-from-ct h2 {
        font-size: 24px;
        margin-left: 0px;
        margin-bottom: 19px;
    }

    .blog-ct .more-from-ct .card {
        width: 100%;
        margin-bottom: 28px;
    }

    .blog-ct .more-from-ct .logos {
        display: flex;
        margin: 0 auto;
        width: fit-content;
        margin-top: 80px;
    }


    .blog-ct .quick-reactions {
        display: block;
    }

    /* Subscribe  */

    .blog-ct .subscribe {
        flex-direction: column;
        padding: 30px;
        width: 90%;
        height: auto;
    }

    .blog-ct .subscribe .beforeSubscribe {
        flex-direction: column;
    }

    .blog-ct .subscribe p {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    .blog-ct .subscribe input {
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .blog-ct .medium-image {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 90px;
    }

    .blog-ct .medium-image .medium-source {
        bottom: -51px;
        border-right: none;
        border-left: 19px solid #000;
        height: 51px;
        width: 121px;
        align-items: flex-start;
        padding-right: 0px;
        padding-left: 6px;
        left: 0px !important;
    }

    .blog-ct .get-credits {
        width: 100%;
    }

    .blog-ct .get-credits {
        width: 100%;
        font-size: 14px;
        height: 50px;
    }

    .blog-ct .headlines-images {
        width: 90%;
        margin: 0 auto;
    }

    .blog-ct .content .cited-quote .right-section .bottom-line {
        display: none;
    }

    .blog-ct .content ul {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .blog-ct .content ol {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .blog-ct .twitter-tweet {
        width: 90% !important;
        margin: 0 auto;
    }

    .shrink-mobile {
        height: 102px !important;
        width: 320px !important
    }
}

/* Click bubble  */


.blog-ct.click-bubble header .right-section {
    background-image: url("/img/blog/click-bubble-header.jpg");
}

.blog-ct.click-bubble .content .cited-quote .right-section img {
    max-width: 626px;
    width: 100%;
}

.blog-ct .content .content-image {
    max-width: 626px;
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    .blog-ct .content .content-image {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

/* infobesity  */

.blog-ct.infobesity header .right-section {
    background-image: url("/img/blog/infobesity-header.jpg");
}

.blog-ct.infobesity .content .content-image.bigger {
    max-width: 900px;
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    .blog-ct.infobesity .content .content-image.bigger {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    
    .blog-ct .content .content-image.page-break {
        width: auto;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

/* user first  */

.blog-ct.user-first header .right-section {
    background-image: url("https://readocracy-img.s3.amazonaws.com/static/img/blog/user-first-header.jpg");
}

/* information-wellness */

.blog-ct.information-wellness header .right-section {
    background-image: url("https://readocracy-img.s3.amazonaws.com/static/img/blog/information-wellness.webp");
}

/* information-pollution */

.blog-ct.information-pollution header .right-section {
    background-image: url("https://readocracy-img.s3.amazonaws.com/static/img/blog/information-pollution-header.gif");
}

/* information-war */

.blog-ct.information-war header .right-section {
    background-image: url("https://media.giphy.com/media/3o6Zt8E6INTjEIgKnS/giphy.gif");
}

/* information-crisis */

.blog-ct.information-crisis header .right-section {
    background-image: url("https://media.giphy.com/media/5CtQQBulwgWly/giphy.gif");
}

.view-only-banner {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}