/* 
 Theme Name:   Newspaper Child
 Theme URI:    
 Description:  
 Author:       Josh
 Author URI:   
 Template:     Newspaper
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.attach-images .attach-image {
    padding-bottom: 15px;
}
.clear {
    clear: both;
}
.attach-images .attach-image img {
    width: 100%;
}
.attach-image-caption {
    margin: 15px 0 0 0;
    color: whitesmoke;
}

.image-carousel {
    display: flex;
    flex-direction: column;
    background-color: black;
    margin-bottom: 30px;
    padding: 30px;
}

.slick-list {
    margin: 10%;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-dots li.slick-active button:before {
    color: limegreen;
}

.slick-dots li button:before {
    opacity: .59;
    color: #f9f4f4;
}

.slick-dots {
    left: 0;
}

.slick-slide:not(.slick-current) {
    visibility: hidden;
}

.slick-slide img {
    display: block;
    margin: auto;
}