.page-template-page-top100 .header-only-logo .logo {
    margin: 50px auto 0;
    text-align: center;
}

.page-template-page-top100 .header-only-logo img {
    max-width: 100%;
}

.page-template-page-top100 .header-only-logo .logo-mobile {
    display: none;
    margin: 20px auto 0;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .page-template-page-top100 .header-only-logo .logo {
        display: none;
    }
    .page-template-page-top100 .header-only-logo .logo-mobile {
        display: block;
        max-width: 120px;
    }
}

.page-template-page-top100 .top-row {
    margin-bottom: 60px;
    text-align: center;
}

.page-template-page-top100 .top-row .heading {
    margin: 35px 0;
    font-size: 33px;
    text-transform: uppercase;
}

.page-template-page-top100 .top-row .desc {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .page-template-page-top100 .top-row .heading {
        margin: 0 0 10px 0;
        font-size: 20px;
    }

    .page-template-page-top100 .top-row .desc {
        font-size: 14px;
    }
}

.page-template-page-top100 .top100 .item {
    text-align: left;
}

.top100 .item .thumb {
    position: relative;
    text-align: center;
}

.top100 .item .thumb:after {
    content: attr(data-number);
}

.first-priority-section .item .thumb:after,
.second-priority-section .item .thumb:after {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -25px;
    width: 50px;
    height: 50px;
    margin: auto;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffd800;
}

.top100 .flex {
    display: flex;
    flex-wrap: wrap;
}

.top100 .item .title {
    margin: 40px 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
}

.top100 .third-priority-section .item {
    position: relative;
}

.top100 .third-priority-section .item .thumb {
    position: absolute;
    top: 33px;
    left: 15px;
    margin: 0;
}

.top100 .third-priority-section .item .thumb:after {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffd800;
}

.third-priority-section .item .title {
    padding-left: 50px;
}

.page-template-page-top100 .content-around {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.top100 .item .text {
    margin: 20px 0;
}

.top100 .item .info {
    margin: 10px 0 7px 0;
    font-size: 16px;
}

.top100 .item .info a {
    display: inline;
    padding: 0;
    color: #111;
    text-decoration: underline;
    transition: color .2s;
}

.top100 .item .info a:hover {
    background: transparent;   
    color: #001eff;
}

.first-priority-section .item .info {
    margin-bottom: 24px;
}

.footer-top100 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    max-width: 1190px;
    color: #a8a8a8;
}

.footer-top100 .views {
    flex-grow: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #777676;
}

.footer-top100 i {
    font-size: 23px;
}

.footer-top100 .post-views {
    font-size: 14px;
    margin-left: 4px;
}

.footer-top100 .left,
.footer-top100 .right {
    width: 45%;
    flex-shrink: 0;
}

.footer-top100 .left {
    display: flex;
    align-items: center;
    margin-right: auto;
    padding-right: 10px;
    font-size: 17px;
    text-transform: uppercase;
}

.footer-top100 .left img {
    margin-right: 20px;
    opacity: .4;
}

.footer-top100 .right {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .footer-top100 {
        display: block;
        padding: 20px;
    }

    .footer-top100 .left,
    .footer-top100 .right {
        width: 100%;
    }

    .footer-top100 .right {
        margin-top: 20px;
        text-align: left;
    }
}

@font-face {
    font-family: 'BebasNeue';
    src:  url('font/BebasNeue Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

#top100-back {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    font-family: 'BebasNeue', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    border-radius: 50%;
    background-color: #ffd800;
    transition: all .2s;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
}

#top100-back:hover {
    transform: scale(1.048) translateZ(0);
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    #top100-back {
        right: 20px;
        bottom: 20px;
        width: 70px;
        height: 70px;
        font-size: 14px;
        line-height: 14px;
    }
}


