/**
* Theme Name: Magazine Premium Child
* Description: Chid theme of Magazine Premium, including modification.
* Version: 1.0
* Template: magazine-premium
* Author: Weerayut Teja
* Author E-Mail: teja.weerayut@gmail.com
* Author URI: www.linkedin.com/in/wteja
*/

@import '../magazine-premium/style.css';
.archive #slider-wrap article {
    margin-bottom: 0;
    border-bottom: none;
}

#category-slider {
    width: 100%;
    margin-bottom: 20px;
    display: none;
}

#category-slider.slider-pro h3.sp-layer.sp-black a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .slider-pro h3.sp-layer {
        width: 80% !important;
        display: block;
        font-size: 15px;
        white-space: normal !important;
        text-align: center;
        bottom: 10% !important;
    }
}

div.advads-edit-bar {
    position: relative;
    top: 0;
    left: 0;
    height: 0;
    display: none;
    z-index: 10000;
    animation: advads-edit-appear 2s linear 1;
}