/* Navigation */
header .mvp-nav-small-logo {
    margin: 3px 20px 0 0;
    height: 45px;
}

header .mvp-nav-small-logo a {
    height: 100%;
    display: inline-block;
}

header .mvp-nav-small-logo a img {
    max-height: 100%;
}

header .mvp-nav-small-right-in {
    width: calc(100% - 40px) !important;
    margin: 0;
}

header #mvp-nav-small-right.right {
    width: 40px !important;
    margin-left: 0;
}

header .mvp-nav-small-mid.left {
    width: 100%;
}

header .mvp-nav-small-mid-right.left {
/*     width: calc(100% - 115px); */
    width: calc(100% - 400px);
    max-width: none;
}

header #menu-main-menu .menu-login,
header #menu-main-menu .menu-register,
header #menu-main-menu .menu-profile {
    float: right;
}

header .mvp-mega-list.slick-slider {
    width: calc(100% + 20px) !important;
}

header .mvp-mega-list.slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
    z-index: 99;
    background: url('../image/arrow.png') no-repeat center #FF0000;
    background-size: 8px auto;
    transform: translate(0);
    top: 75px;
}

header .mvp-mega-list.slick-slider .slick-arrow:before {
    content: none;
}

header .mvp-mega-list.slick-slider .slick-prev {
    left: 0;
}

header .mvp-mega-list.slick-slider .slick-next {
    right: 20px;
    transform: rotate(180deg);
}

header .mvp-mega-list.slick-slider .slick-slide {
    margin-right: 20px;
}

@media only screen and (max-width: 1099px) {

    header .mvp-nav-small-logo {
        margin: 8px auto;
        height: 35px;
    }
}

/* Fly Navigation */
#mvp-fly-menu-top #mvp-fly-logo a {
    display: inline-block;
    margin-left: 20px
}

#mvp-fly-menu-top #mvp-fly-logo a img {
    width: 90px;
}

@media only screen and (max-width: 479px) {

    #mvp-fly-menu-top .mvp-fly-top-out {
        left: 0;
        margin-right: 0;
    }

    #mvp-fly-menu-top .mvp-fly-top-in {
        margin-right: 0;
        width: calc(100% - 50px);
    }

    #mvp-fly-menu-top #mvp-fly-logo {
        width: 100%;
        margin: 0;
    }

    #mvp-fly-menu-top #mvp-fly-logo a img {
        width: 70px;
    }
}

/* Premium Content */
#mvp-content-main .excerpt {
    position: relative;
}

#mvp-content-main .excerpt:before {
    content: '';
    width: 100%;
    height: 75%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75) 47%, #ffffff);
    position: absolute;
    left: 0;
    bottom: 0;
}

#mvp-content-main .rhm-custom-premium-content {
    display: none;
}

#mvp-content-main .premium-content-nag {
    background-color: #FFF;
    margin: 0;
    padding: 50px 10px 65px;
    text-align: center;
}

#mvp-content-main .premium-content-nag p {
    margin-bottom: 0;
}

#mvp-content-main .premium-content-nag .nag-title {
    font-size: 37px;
    font-family: 'Oswald';
    line-height: 0.89;
    margin-bottom: 20px;
    color: #000;
}

#mvp-content-main .premium-content-nag .nag-content {
    font-size: 18px;
    font-family: "PT Serif";
    line-height: 1.5;
    letter-spacing: -0.5px;
    color: #000;
    margin-bottom: 22px;
}

#mvp-content-main .premium-content-nag .subscribe {
    background: #000;
    padding: 13px 50px;
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 600;
    letter-spacing: -0.1px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 15px;
    box-shadow: none;
    display: inline-block;
}

#mvp-content-main .premium-content-nag .login {
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 600;
    letter-spacing: -0.1px;
    color: #000;
    text-transform: uppercase;
    box-shadow: none;
}

/* Post Bar */
.rhm-custom-postbar {
    text-align: right;
    position: absolute;
    right: 170px;
    top: -1px;
    text-transform: uppercase;
}

.rhm-custom-postbar.have-next-post {
    right: 217px;
}

.rhm-custom-postbar .message, .rhm-custom-postbar .links,
.rhm-custom-postbar span, .rhm-custom-postbar p, .rhm-custom-postbar a {
    display: inline-block;
    vertical-align: middle;
}

.rhm-custom-postbar .message {
    font-family: 'Oswald', Sans-Serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.94;
    padding-right: 30px;
}

.rhm-custom-postbar p strong {
    color: #ED2122;
}

.rhm-custom-postbar .login {
    padding: 0 40px;
    background-blend-mode: darken;
    background-image: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
    color: #000;
}

.rhm-custom-postbar .subscribe {
    padding: 0 41px;
    background-blend-mode: darken;
    background-image: linear-gradient(to bottom, #ed2122, #ed2122);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
    color: #FFF;
}

.rhm-custom-postbar .mobile-subscribe,
.rhm-custom-postbar .mobile-share {
    display: none;
}

@media only screen and (max-width: 1300px) {

    .rhm-custom-postbar span, .rhm-custom-postbar p {
        font-size: 15px;
    }

    .rhm-custom-postbar p:first-of-type {
        padding-right: 15px;
    }

    .rhm-custom-postbar .login,
    .rhm-custom-postbar .subscribe {
        padding: 0 20px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 900px) {

    .rhm-custom-postbar {
        display: block !important;
    }

    .rhm-custom-postbar span, .rhm-custom-postbar p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {

    body:not(.logged-in) #essb-postbar {
        border: solid 1px #e7e7e7;
        background-color: #ffffff;
        transition: all 0.3s linear;
    }

    body:not(.logged-in) #essb-postbar.slideUp {
        bottom: 52px;
    }

    body:not(.logged-in) #essb-postbar .essb-postbar-progress-container {
        display: none;
    }

    body:not(.logged-in) #essb-postbar .essb-postbar-prev-post,
    body:not(.logged-in) #essb-postbar .essb-postbar-right {
        display: none;
    }

    body:not(.logged-in) .essb-mobile-sharebottom {
        bottom: -60px;
        transition: all 0.3s linear;
    }

    body:not(.logged-in) .essb-mobile-sharebottom.slideUp {
        bottom: 0;
    }

    body:not(.logged-in) #essb-postbar .rhm-custom-postbar {
        width: 100%;
        display: block;
        float: none;
        position: relative;
        text-align: left;
        right: inherit;
        top: inherit;
        padding-left: 0;
    }

    body:not(.logged-in) #essb-postbar .rhm-custom-postbar .message {
        width: calc(100% - 162px);
        padding: 0 15px;
        box-sizing: border-box;
    }

    body:not(.logged-in) #essb-postbar .rhm-custom-postbar .nag-title {
        display: none;
    }

    body:not(.logged-in) #essb-postbar .rhm-custom-postbar .message p {
        font-size: 13px;
        line-height: 1;
        display: block;
    }

    body:not(.logged-in) #essb-postbar .rhm-custom-postbar .login,
    body:not(.logged-in) #essb-postbar .rhm-custom-postbar .subscribe {
        display: none;
    }

    body:not(.logged-in) #essb-postbar .rhm-custom-postbar .mobile-subscribe,
    body:not(.logged-in) #essb-postbar .rhm-custom-postbar .mobile-share {
        display: block;
    }

    body:not(.logged-in) #essb-postbar .rhm-custom-postbar .mobile-subscribe {
        padding: 0 18px;
        font-family: Oswald;
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
        mix-blend-mode: darken;
        background: #ed2122;
        display: inline-block;
        vertical-align: middle;
    }

    body:not(.logged-in) #essb-postbar .rhm-custom-postbar .mobile-share {
        cursor: pointer;
        width: 46px;
        height: 46px;
        display: inline-block;
        vertical-align: middle;
        background: url('../image/share.png') no-repeat center #f5f5f5;
        background-size: 16px auto;
        mix-blend-mode: darken;
    }
}

/* Article Content */
#mvp-content-main .essb_link_google,
#mvp-content-main .essb_link_pocket {
    display: none;
}

#mvp-content-main .essb_link_facebook,
#mvp-content-main .essb_link_twitter,
#mvp-content-main .essb_link_linkedin {
    width: 36px;
    height: 36px;
    background: #FF0000;
    border-radius: 50%;
    margin: 0 4px !important;
    transition: all 0.25s linear;
}

#mvp-content-main .essb_link_facebook:hover,
#mvp-content-main .essb_link_twitter:hover,
#mvp-content-main .essb_link_linkedin:hover {
    background: #333333;
}

#mvp-content-main .essb_link_facebook a,
#mvp-content-main .essb_link_twitter a,
#mvp-content-main .essb_link_linkedin a {
    margin: 0;
    color: #FFFFFF !important;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent !important;
}

#mvp-content-main .essb_link_facebook .essb_network_name,
#mvp-content-main .essb_link_twitter .essb_network_name,
#mvp-content-main .essb_link_linkedin .essb_network_name {
    display: none;
}

#mvp-content-main blockquote p {
    font-family: 'Roboto';
    display: inline;
    letter-spacing: normal;
    color: #000;
    font-size: 36px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    box-decoration-break: clone;
}

@media only screen and (max-width: 767px) {

    #mvp-content-main blockquote p {
        display: inline;
        font-size: 24px;
        padding-right: 10px;
    }
}
