/*
 Theme Name:   ASN Front (1.1.0)
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     asn-1.1.0
 Version:      1.1.0
 License:      
 License URI:  
 Text Domain:  asn-front
*/

/** ADS */
.header-ads-slick {
    margin-bottom: 0 !important;
}

.no-button-slick button {
    display: none !important;
}
.center-slick .slick-slide img {
    display: inline-block !important;
}

.footer-ads-slick .slick-slide a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/** Comments **/
#comments .comment-body {
    position: relative;
}

#comments .comment-body .reply {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#comments .cancel-comment-reply-link {
    color: #ff0000;
}

