nav.main-nav {
    display: none !important;
};

body {
    background-color: #fff;
}

.blog-home-ct {
    box-sizing: border-box;
    background: #111021 url('/img/blog/main-background.svg') no-repeat top center;
    background-size: cover;
    /* height: 100vh; */
    position: relative;
}

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

.blog-home-ct .background {
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    box-sizing: border-box;
    background: #111021 url('/img/blog/printing-press.gif') no-repeat top center;
    background-size: cover;
}

.blog-home-ct .overlay {
    top: 0px;
    width: 100%;
    height: 100%;
    background: #111021;
    filter: opacity(0.8);
    position: absolute;
}

/* Navbar  */

.blog-home-ct nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 27px 36px;
    align-items: center;
    font-family: "proxima-nova";
    position: relative;
    z-index: 2;
}

.blog-home-ct nav img {
    position: fixed;
    top: 30px;
    left: 30px;
}

.blog-home-ct nav .static-links {
    margin-right: 150px;
}

.blog-home-ct nav .static-links a {
    text-decoration: none;
    transition: all 100ms ease-in-out;
    color: #B7B7B7;
    font-size: 15px;
    cursor: pointer;
}

.blog-home-ct nav .static-links a:hover {
    color: #fff;
}

.blog-home-ct nav .static-links a {
    margin-right: 25px;
    cursor: pointer;
}

.blog-home-ct nav .static-links a:last-of-type {
    margin-right: 0px;
}

.blog-home-ct nav .menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 19px;
    padding-top: 30px;
    background: #090914;
    width: 67px;
    height: 70px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: fixed;
    top: 0;
    right: 40px;
    z-index: 98;
    display: none;
}

.blog-home-ct nav .menu-btn div {
    border-top: 2px solid #484557;
    border-radius: 1.5px;
    width: 25px;
    margin-top: 4px;
}

.blog-home-ct nav .fixed-links {
    display: flex;
    flex-direction: column;
    background: #090914;
    position: fixed;
    top: 0;
    right: 40px;
    border-top: 5px solid #02DB73;
    padding: 25px 30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 99;
    display: none;
}


.blog-home-ct nav .fixed-links a {
    color: #4C495C;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 4px;
    transition: all 100ms ease-in-out;
    cursor: pointer;
}

.blog-home-ct nav .fixed-links.show {
    display: flex !important;
}

.blog-home-ct nav .fixed-links a:hover {
    color: #fff;
}

.blog-home-ct nav .fixed-links a.active {
    color: #fff;
}

@media (max-width: 500px) {
    .blog-home-ct nav {
        padding: 20px;
        justify-content: space-between;
    }

    .blog-home-ct nav .static-links {
        margin: 0px;
    }

    .blog-home-ct nav .static-links a {
        font-size: 17px;
    }

    .blog-home-ct nav .menu-btn {
        display: none;
    }

    .blog-home-ct nav .fixed-links {
        display: none;
    }

    .blog-home-ct nav .fixed-links.show {
        display: none !important;
    }
}

/* Content  */

.blog-home-ct .content {
    position: relative;
    z-index: 2;
    padding: 36px;
    display: flex;
    justify-content: center;
}

/* Left section  */

.blog-home-ct .content .left-section {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 100px;
    left: 30px;
}

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

.blog-home-ct .blogSubscribeForm .subscribe-blog-err {
    position: absolute;
    top: 70px;
    font-weight: 600;
    color: red;
    font-size: 16px;
}

.blog-home-ct .content .left-section h1 {
    font-family: "ltc-caslon-pro";
    font-size: 72px;
    line-height: 60px;
    margin-bottom: 40px;
}

.blog-home-ct .content .left-section h1 span {
    font-family: "ltc-caslon-pro";
    font-style: italic;
    font-size: 36px;
    margin-bottom: -74px;
    display: block;
}

.blog-home-ct .content .left-section p {
    width: 266px;
    margin-bottom: 10px;
}

.blog-home-ct .content .left-section input {
    height: 38px;
    width: 266px;
    margin-bottom: 10px;
    background: #000;
    padding-left: 12px;
    border: 1px solid #343241;
    border-radius: 3px;
    color: #858585;
    font-weight: 600;
    font-size: 20px;
}

.blog-home-ct .content .left-section input::placeholder {
    color: #858585;
    font-size: 20px;
    font-weight: 400;
}

.blog-home-ct .content .left-section button {
    width: 112px;
    height: 35px;
    background: #00D27D;
    border-radius: 1px;
    border: none;
    color: #000;
    font-weight: 800;
    cursor: pointer;
}

/* Right section  */

.blog-home-ct .content .right-section {
    margin-left: 40px;
    position: relative;
    left: 180px;
}

.blog-home-ct .content .right-section .article {
    overflow: hidden;
}

.blog-home-ct .content .right-section .article.main {
    width: 755px;
    height: 300px;
    background: #000;
    border-radius: 4px;
    margin-bottom: 28px;
    display: flex;
    margin-left: 16px;
    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);
}

.blog-home-ct .content .right-section .article.main .image {
    background-size: cover;
    background-position: center;
    background-image: url("/img/blog/3d.png");
    width: 230px;
    min-width: 230px;
    height: 100%;
}

.blog-home-ct .content .right-section .article.main .article-content {
    padding: 42px 50px 42px 30px;
}

.blog-home-ct .content .right-section .article h2 {
    font-size: 28px;
    margin-bottom: 21px;
    font-family: montserrat;
}

.blog-home-ct .content .right-section .article .article-content p {
    margin-bottom: 15px;
}

.blog-home-ct .content .right-section .article .article-content a {
    display: block;
    background: #000;
    border: 3px solid #00D27D;
    color: #fff;
    width: 112px;
    height: 35px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 1px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-home-ct .content .right-section .articles {
    border-left: 7px solid #56FFA5;
    padding-left: 9px;
}

.blog-home-ct .content .right-section .articles .article {
    width: 755px;
    height: 195px;
    background: #080810;
    display: flex;
    border-radius: 4px;
    margin-bottom: 6px;
    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);
}

.blog-home-ct .content .right-section .articles .article .image {
    width: 321px;
    min-width: 321px;
    height: 100%;
    background-image: url("/img/blog/rectangle.svg");
    background-position: center;
    background-size: cover;
}

.blog-home-ct .content .right-section .articles .article .image h2 {
    padding: 28px 20px 20px 37px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.blog-home-ct .content .right-section .articles .article .article-content {
    padding: 28px 36px 20px 22px;
}

@media (max-width: 600px) {

    .blog-home-ct nav img {
        position: static;
    }

    .blog-home-ct .content {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-home-ct .content .left-section {
        margin-bottom: 50px;
    }

    .blog-home-ct .content .right-section {
        margin-left: 0px;
        left: 0px;
    }

    .blog-home-ct .content .right-section .articles {
        border-left: none;
        padding-left: 0px;
    }

    .blog-home-ct .content .right-section .article.main {
        flex-direction: column;
        width: 100%;
        height: fit-content;
        margin-left: 0px;
    }

    .blog-home-ct .content .right-section .article.main .image {
        width: 100%;
        height: 250px;
    }

    .blog-home-ct .content .right-section .articles .article {
        flex-direction: column;
        width: 100%;
        height: fit-content;
    }

    .blog-home-ct .article .image {
        width: 100%;
        height: 200px;
    }

    .blog-home-ct .content .left-section {
        position: static;
    }

    .blog-home-ct .content .right-section .articles .article .image  {
        width: 100%;
        height: auto;
        min-height: 150px;
    }

    .blog-home-ct .content .right-section .articles .article .image h2 {
        margin-bottom: 0;
        min-height: 150px;
    }
}

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

.viewOnlyProfile .blog-home-ct .content .left-section {
    margin-top: 50px;
}