﻿.popup-heading {
    color: #ef4135;
    font-size: 11px;
    font-weight: bold;
    margin:5px;
}



@media (max-width: 1599px) {

    .prevnext-post .post {
        min-width: 415px;
    }
}

.post-title {
    font-size: 16px;
}

.prevnext-post .caption {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #979797;
    text-transform: uppercase;
}

.popup-post {
    position: fixed;
    background: #fff;
    width: 300px;
    bottom: -150px;
    left: 15px;
    z-index: 9;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

    .popup-post.active {
        opacity: 1;
        visibility: visible;
        bottom: 15px;
        -webkit-transition: all .8s ease-in-out;
        -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
    }

    .popup-content .thumb {
        float: right;
    }

    .popup-content .post-title {
        font-size: 14px;
    }

.popup-close {
    color: #949494;
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 12px;
}

.aside-post {
    float: left;
    font-size: 13px;
    width: 30%;
}

.aside-heading {
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.aside-post .post-title {
    font-family: 'Lora',Georgia,serif;
    color: #474747;
    border-top: 1px solid #e5e5e5;
    display: block;
}

.aside-post a:hover {
    text-decoration: underline;
}

.gallery-slider-wrapper {
    background: #111;
    width: 110%;
}

.owl-jowlgallery {
    position: relative;
}

    .owl-jowlgallery .slide {
        width: 100%;
        height: 450px;
        max-height: 450px;
        text-align: center;
    }

.owl-jowlgallerythumbnail .slide-thumbnail {
    max-height: 65px;
    text-align: center;
    cursor: pointer;
}

.slide-caption {
    position: absolute;
    background: rgba(0,0,0,0.75);
    color: #fff;
    bottom: 8%;
    right: -3px;
    opacity: 0;
    z-index: 5;
    font-family: 'Lora',Georgia,serif;
    font-size: 12px;
    max-width: 65%;
    text-align: right;
    -webkit-transition: opacity .5s ease 0.4s;
    -o-transition: opacity .5s ease 0.4s;
    transition: opacity .5s ease 0.4s;
}

.active .slide-caption {
    opacity: 1;
}

.content-slider-items {
    -webkit-transition: height .5s linear;
    -o-transition: height .5s linear;
    transition: height .5s linear;
}

.content-slider-item {
    display: none;
}

    .content-slider-item.active {
        display: block;
    }

.author .author-box {
    border-top: 0;
}

.author .author-socials {
    top: 9px;
}

.archive-tabs-header ul {
    display: inline-block;
}

.archive-tabs.archive-tabs-header li {
    display: inline-block;
}

.archive-tabs-header a {
    display: block;
    position: relative;
    color: #949494;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.archive-tabs-header li:hover a {
    color: #474747;
}

.archive-tabs-header .active a {
    color: #474747;
    border-bottom: 2px solid #474747;
}

.price-info strong {
    color: #ef4135;
    font-size: 24px;
}

a.external-link {
    color: #808080;
    font-size: 14px;
}

.productinfo ul {
    list-style: none;
}

.productinfo li {
    border-bottom: 1px dotted #e5e5e5;
}

    .productinfo li .store-aff {
        float: left;
    }

.productinfo a.aff-link {
    background: #ef4135;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
}

.price-info span {
    font-size: 16px;
}

.post-rating-star {
    color: #efca56;
    font-size: 15px;
}

.latest-post-big .post-rating-star {
    font-size: 18px;
}

.sidebar-posts .post-rating-star {
    font-size: 13px;
}

.sidebar-posts .active .post-rating-star {
    color: #F86F66;
}

.featured-review .latest-post-big .review-box {
    background: #fbfbfb;
    font-size: 13px;
}

.review-box .rating-score {
    float: right;
    color: #fff;
    text-align: center;
    width: 110px;
}

.score-great {
    background: #2ecc71;
}

    .score-great .score-desc {
        background: #27ae60;
    }

.score-good {
    background: #6677BA;
}

    .score-good .score-desc {
        background: #2747C4;
    }

.score-average {
    background: #EFCA56;
}

    .score-average .score-desc {
        background: #BC8E00;
    }

.score-bad {
    background: #F58A51;
}

    .score-bad .score-desc {
        background: #C25215;
    }

.score-value {
    display: block;
    font-size: 36px;
}

.article-content .subheading {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ef4135;
}

.socials-widget a {
    width: 30px;
    height: 30px;
    background: #2F2F37;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .socials-widget a:hover {
        background: #42424C;
    }

.widget_recent_entries li, .widget_recent_comments li, .widget_rss li {
    border-bottom: 1px solid #383842;
}

    .widget_recent_entries li:last-child, .widget_recent_comments li:last-child, .widget_rss li:last-child {
        border: 0;
    }

.widget_search button {
    display: none;
}

#wp-calendar {
    text-align: center;
    width: 100%;
}

    #wp-calendar caption {
        line-height: 35px;
        border-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
        color: #fff;
    }


@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
    }
}

@media (min-width: 480px) and (max-width: 1023px) {
    .article-sharer .share-text {
        display: none;
    }

    .author-content {
        text-align: center;
    }

    .author-socials {
        position: relative;
    }
}
@media (max-width : 640px) {
    #mobile-promotion {
        display: block;
    }

    .popup-post {
        width: 100%;
        display: none;
    }

        .popup-post.active {
            width: 100%;
            left: 0;
            bottom: 0;
        }
}
