.hero-projects {
    background-attachment: fixed;
}
.hero-projects .hero-body {
    position: relative;
}
.hero-projects .hero-content {
    text-align: center;
    margin-top: -5%;
}
figure.hero-project-icon {
    margin-bottom: 60px;
}
.hero-projects h1.hero-title {
    margin-bottom: 33px;
    font-size: 44px;
    line-height: 109.89%;
    text-align: center;
    letter-spacing: .015em;
    color: #fff;
}
.hero-projects p.hero-subtitle {
    font-size: 17px;
    line-height: 154.39%;
    text-align: center;
    margin-bottom: 33px;
}
.author-wr {
    display: flex;
}
ul.author {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
ul.author li.author-icon {
    margin-right: 18px;
    border-right: none;
    padding-right: 0;
}
ul.author li:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 18px;
}
ul.author li {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    letter-spacing: .015em;
    color: #fff;
    margin-right: 18px;
}
.content {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.inner-menu-wr {
    background-color: #252525;
}
.inner-menu-wr .container {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 8%;
    padding-right: 8%;
}
ul.inner-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
ul.inner-menu li {
    display: inline-block;
    padding: 12px 10px;
}
ul.inner-menu li:hover {
    background-color: #313131;
}
ul.inner-menu li a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}

.post-layout {
    padding-top: 0;
    position: relative;
}
.section.project-content {
    padding: 60px 0;
}
.section.project-content .level {
    margin-bottom: 40px;
}
.blgpost-content li, .blgpost-content p {
    font-size: 17px;
    line-height: 166.39%;
    letter-spacing: .005em;
}
.blgpost-content .content p:not(:last-child) {
    margin-bottom: 1.25em;
}
.section.project-content h4 {
    font-size: 28px;
    line-height: 154.39%;
    letter-spacing: .005em;
    font-weight: 500;
    position: relative;
}

.level-left {
    max-width: 100%;
}
.section.project-content h4:before {
    content: '';
    width: 39.35px;
    height: 3px;
    background: #FFE073;
    display: inline-block;
    position: absolute;
    bottom: -6px;
}

.blgpost-content blockquote {
    background-color: transparent;
    border-left: 3px solid #FFE073;
    padding: 0 30px;
    margin-bottom: 40px;
    margin-top: 40px;
}


.blgpost-content blockquote p:last-child {
    margin-bottom: 0;
}

.blgpost-content blockquote p:not(:last-child) {
    font-size: 20px;
    line-height: 154.39%;
    letter-spacing: .015em;
    color: #252525;
    opacity: .75;
    margin-bottom: 17px;
    font-style: italic;
}

.fl-wr {
    position: absolute;
    height: 100%;
    margin-left: calc(50vw - 573px);
}
.floating-sharer {
    position: sticky;
    left: 0;
    top: 10%;
    display: flex;
    flex-direction: column;
    max-width: 1146px;
    margin: 0 auto;
    z-index: 9;
    margin-bottom: 185px;
}
.socials-3 {
    display: inline-flex;
    width: 45px;
    height: 45px;
    background-color: rgb(236 144 104);
    justify-content: center;
    align-items: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.social-buttons p {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: .015em;
    color: #252525;
    margin-bottom: 10px;
}
.social-buttons ul {
    display: flex;
    flex-wrap: wrap;
}
.social-buttons ul li {
    display: inline-block;
    height: 45px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.social-buttons ul li a {
    width: 160px;
    height: 45px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .015em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 16px;
}
.fb {
    background: #1877f2;
}
.social-buttons ul li a.ln {
    background: #0275b4;
}
.xg {
    background-color: #005a5f;
}
.wts {
    background-color: #25d366;
}
.gm {
    background-color: #dd5044;
}
.social-buttons ul li a>img {
    margin-right: 15px;
    max-height: 21px;
}
div#progressBar {
    position: fixed;
    top: 60px;
    height: 3px;
    background-color: #FFE073;
    z-index: 9;
}
.hide-elem {
    display: none!important;
}


@media (min-width: 300px) {
.hero-projects h1.hero-title {
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}
ul.author {
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
}
@media (min-width: 992px) {
.hero-projects h1.hero-title {
    font-size: 44px;
}}

@media (min-width: 1216px) {
.fl-wr {
    margin-left: calc(50vw - 573px);
}}