html {
    scroll-behavior: smooth;
}

.float-header {
    z-index: 1999;
    text-align: left;
    background: white repeat scroll 0 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.comments_cont, .main-foot, .archive_title, .nav-arrows, .port-cats, .blog-post-meta {
    display: none;
}

.head-nav ul li a {
    margin-top: 12px;
    font-weight: 800;
}

.blog-post-meta a {
    display: none;
}

.post_content .blog .blog-posts, .archive-portfolio {
    margin-top: 40px;
}

.post_box h1 {
    display: none;
}

.sl-content a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

#top-bubble {
    width: 320px;
    height: auto;
    position: fixed;
    right: 0;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    z-index: 500;
}

#top-bubble #top-bubble-meta {
    position: absolute;
    top: 5px;
    right: 0px;
}

.i-title {
    background: black;
    font-weight: bold;
    color: white;
    padding: 5px;
}

.item-1,
.item-2,
.item-3 {
    background: black;
    font-weight: bold;
    color: white;
    padding: 5px;
    position: absolute;
    display: block;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.head-nav ul li a {
    margin-top: 5px;
}

.item-1 {
    animation-name: anim-1;
}

.item-2 {
    animation-name: anim-2;
}

.item-3 {
    animation-name: anim-3;
}

@keyframes anim-1 {
    0%, 7.3% {
        left: -50%;
        opacity: 0;
    }
    7.3%, 25% {
        left: 0%;
        opacity: 1;
    }
    33.33%, 100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes anim-2 {
    0%, 33.33% {
        left: -50%;
        opacity: 0;
    }
    41.63%, 58.29% {
        left: 0%;
        opacity: 1;
    }
    66.66%, 100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes anim-3 {
    0%, 66.66% {
        left: -50%;
        opacity: 0;
    }
    74.96%, 91.62% {
        left: 0%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

.menu .menu-item a {
    line-height: 1.4em;
    /*padding-top: 0.1px !important;*/
    /*padding-bottom: 0.1px !important;*/
}

.sub-menu .menu-item a {
    line-height: 0.5em;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.post_content {
    width: 100%;
}

.portfolio-box {
    position: relative;
}

.feature-text-area h3 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.port-body {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.port-body h3 a {
    color: white;
    font-size: 22px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.port-body h3 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    background-color: #00c5e3ff;
    padding: 8px 7px 3px 7px;
    letter-spacing: 1.7px;
    line-height: 1;
}

article.post_box, .blog_posts {
    width: auto;
}

.nav-links {
    display: none;
}

@media only screen and (max-width: 960px) {
    #top-bubble {
        position: absolute;
        z-index: 500;
        width: 185px;
    }

    .head-copyright {
        display: none;
    }

    .head-socials {
        float: none;
    }
}

@media only screen and (max-width: 960px) {
    header.fixed .float-header {
        position: relative;
        top: 0;
    }
}

@media only screen and (min-width: 961px) {
    .content .container {
        margin-left: 235px;
        overflow: hidden;
    }

    .home-portfolio .portfolio-box {
        width: 50%;

    }

    .archive-portfolio .portfolio-box {
        width: 33%;
    }

    .portfolio-box:nth-child(3n+4) {
        clear: none;
    }

    .home .port-image {
        height: 350px;
    }

    .port-image {
        margin: 10px;
    }

    .home .blog-post-box {
        width: 25%;
        margin: 0 0 60px;
        overflow: hidden;
        float: left;
    }

    .home .container {
        overflow: hidden;
    }

    .home .blog-post-feature {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .home .blog-post-info {
        padding: 10px;
        height: 130px;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .home .blog-post-info h3 a {
        font-weight: normal;
        font-size: 12px;
    }

    .home .blog-post-excerpt p {
        font-weight: 800;
        font-size: 14px;
        letter-spacing: 1.3;
        margin: 0 0 0 0;
    }

    .home .post_content .blog-post-excerpt {
        margin: 0 0 0 0;
    }
}
